Skip to content

Commit

Permalink
fix agreement and purpose models
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterITA committed Jan 8, 2025
1 parent 7ee7a21 commit afec535
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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.12i",
"version": "1.0.12l",
"description": "PagoPA Interoperability outbound models",
"main": "dist",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion proto/v2/agreement/agreement.proto
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ enum AgreementStateV2 {

message AgreementStampV2 {
int64 when = 1;
string delegationId = 2;
optional string delegationId = 2;
}

message AgreementStampsV2 {
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 @@ -3,6 +3,7 @@ syntax = "proto3";
package purpose.v2;

message PurposeV2 {
reserved 4;
string id = 1;
string eserviceId = 2;
string consumerId = 3;
Expand Down

0 comments on commit afec535

Please sign in to comment.