File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
ui/web-v2/src/proto/environment Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3963,6 +3963,7 @@ definitions:
39633963 - URL_CODE
39643964 - ENVIRONMENT_COUNT
39653965 - FEATURE_COUNT
3966+ - CREATOR_EMAIL
39663967 default : DEFAULT
39673968 environmentListProjectsRequestOrderDirection :
39683969 type : string
@@ -4014,6 +4015,7 @@ definitions:
40144015 - URL_CODE
40154016 - ENVIRONMENT_COUNT
40164017 - FEATURE_COUNT
4018+ - CREATOR_EMAIL
40174019 default : DEFAULT
40184020 environmentListProjectsV2RequestOrderDirection :
40194021 type : string
Original file line number Diff line number Diff line change @@ -630,6 +630,7 @@ export namespace ListProjectsRequest {
630630 URL_CODE : 5 ;
631631 ENVIRONMENT_COUNT : 6 ;
632632 FEATURE_COUNT : 7 ;
633+ CREATOR_EMAIL : 8 ;
633634 }
634635
635636 export const OrderBy : OrderByMap ;
@@ -1868,6 +1869,7 @@ export namespace ListProjectsV2Request {
18681869 URL_CODE : 5 ;
18691870 ENVIRONMENT_COUNT : 6 ;
18701871 FEATURE_COUNT : 7 ;
1872+ CREATOR_EMAIL : 8 ;
18711873 }
18721874
18731875 export const OrderBy : OrderByMap ;
Original file line number Diff line number Diff line change @@ -4417,7 +4417,8 @@ proto.bucketeer.environment.ListProjectsRequest.OrderBy = {
44174417 NAME : 4 ,
44184418 URL_CODE : 5 ,
44194419 ENVIRONMENT_COUNT : 6 ,
4420- FEATURE_COUNT : 7
4420+ FEATURE_COUNT : 7 ,
4421+ CREATOR_EMAIL : 8
44214422} ;
44224423
44234424/**
@@ -10498,7 +10499,8 @@ proto.bucketeer.environment.ListProjectsV2Request.OrderBy = {
1049810499 NAME : 4 ,
1049910500 URL_CODE : 5 ,
1050010501 ENVIRONMENT_COUNT : 6 ,
10501- FEATURE_COUNT : 7
10502+ FEATURE_COUNT : 7 ,
10503+ CREATOR_EMAIL : 8
1050210504} ;
1050310505
1050410506/**
You can’t perform that action at this time.
0 commit comments