Skip to content

Commit 0db5680

Browse files
committed
feat(compass): add include_fields in GetAllAssets request
1 parent 6e57afd commit 0db5680

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

gotocompany/compass/v1beta1/service.proto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,15 @@ message GetAllAssetsRequest {
10391039
bool with_total = 10 [(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
10401040
description: "if set include total field in response"
10411041
}];
1042+
1043+
repeated string include_fields = 11 [(validate.rules).repeated = {
1044+
unique: true,
1045+
ignore_empty: true
1046+
}];
1047+
1048+
bool include_user_info = 12 [ (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
1049+
description: "if true user information will be added in the response else not"
1050+
}];
10421051
}
10431052

10441053
message GetAllAssetsResponse {

0 commit comments

Comments
 (0)