Skip to content

Commit

Permalink
added delegationId to Purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterITA committed Jan 8, 2025
1 parent 84d48e9 commit 7ee7a21
Show file tree
Hide file tree
Showing 2 changed files with 2 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.12h",
"version": "1.0.12i",
"description": "PagoPA Interoperability outbound models",
"main": "dist",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions proto/v2/purpose/purpose.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ message PurposeV2 {
optional int64 updatedAt = 11;
bool isFreeOfCharge = 12;
optional string freeOfChargeReason = 13;
optional string delegationId = 14;
}

message PurposeVersionV2 {
Expand Down

0 comments on commit 7ee7a21

Please sign in to comment.