This is an automated email from the ASF dual-hosted git repository.
isjarana pushed a commit to branch baremetal
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
The following commit(s) were added to refs/heads/baremetal by this push:
new 803da4418 extend sharing proto
new 8a793a8f7 Merge pull request #336 from isururanawaka/baremetal
803da4418 is described below
commit 803da4418e5a11484fe704a1cff223133fa7d2d2
Author: Isuru Ranawaka <[email protected]>
AuthorDate: Tue Dec 20 09:07:03 2022 -0500
extend sharing proto
---
.../sharing-core-service/src/main/proto/SharingService.proto | 1 +
1 file changed, 1 insertion(+)
diff --git
a/custos-core-services/sharing-core-service/src/main/proto/SharingService.proto
b/custos-core-services/sharing-core-service/src/main/proto/SharingService.proto
index d28e8a073..963eb1c8d 100644
---
a/custos-core-services/sharing-core-service/src/main/proto/SharingService.proto
+++
b/custos-core-services/sharing-core-service/src/main/proto/SharingService.proto
@@ -45,6 +45,7 @@ enum EntitySearchField {
SHARED_COUNT = 9;
PERMISSION_TYPE_ID = 10;
SHARED_BY=11;
+ SHARED_WITH=12;
}