Skip to content

Commit

Permalink
Fix typo in DescriptorRejectionReasonV2 rejectedReason to `rejectio…
Browse files Browse the repository at this point in the history
…nReason` (#16)

* fix typo

* Bump version
  • Loading branch information
Carminepo2 authored Oct 18, 2024
1 parent fec6853 commit d28c46e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8",
"version": "1.0.9",
"description": "PagoPA Interoperability outbound models",
"main": "dist",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion proto/v2/eservice/eservice.proto
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ message EServiceDescriptorV2 {
optional int64 deprecatedAt = 16;
optional int64 archivedAt = 17;
EServiceAttributesV2 attributes = 18;
repeated DescriptorRejectionReasonV2 rejectedReasons = 19;
repeated DescriptorRejectionReasonV2 rejectionReasons = 19;
}

message EServiceDocumentV2 {
Expand Down
2 changes: 1 addition & 1 deletion tests/eservice.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe("eservice", () => {
verified: [],
declared: [],
},
rejectedReasons: [],
rejectionReasons: [],
},
],
},
Expand Down

0 comments on commit d28c46e

Please sign in to comment.