Skip to content

Commit

Permalink
Updated models
Browse files Browse the repository at this point in the history
  • Loading branch information
Carminepo2 committed Oct 18, 2024
1 parent 68a2d0f commit 7009f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions proto/v2/eservice/eservice.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ message EServiceV2 {
repeated EServiceDescriptorV2 descriptors = 6;
int64 createdAt = 7;
EServiceModeV2 mode = 8;
optional bool isSignalHubEnabled = 9;
}

message EServiceAttributeValueV2 {
Expand Down
1 change: 1 addition & 0 deletions proto/v2/tenant/tenant.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ enum TenantKindV2 {
PA = 0;
GSP = 1;
PRIVATE = 2;
SCP = 3;
}

enum TenantUnitTypeV2 {
Expand Down

0 comments on commit 7009f51

Please sign in to comment.