Skip to content

Commit

Permalink
update eservice model
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterITA committed Nov 12, 2024
1 parent 5020f6e commit f33aa04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pagopa/interop-outbound-models",
"version": "1.0.6d",
"version": "1.0.6f",
"description": "PagoPA Interoperability outbound models",
"main": "dist",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions proto/v2/eservice/eservice.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ message EServiceV2 {
int64 createdAt = 7;
EServiceModeV2 mode = 8;
optional bool isSignalHubEnabled = 9;
optional bool isDelegable = 10;
optional bool isClientAccessDelegable = 11;
}

message EServiceAttributeValueV2 {
Expand Down

0 comments on commit f33aa04

Please sign in to comment.