diff --git a/package.json b/package.json index 48aacb5..ce1990d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/proto/v2/eservice/eservice.proto b/proto/v2/eservice/eservice.proto index 5aaacd5..3bfd03a 100644 --- a/proto/v2/eservice/eservice.proto +++ b/proto/v2/eservice/eservice.proto @@ -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 { diff --git a/tests/eservice.test.ts b/tests/eservice.test.ts index 0099f85..0ed683a 100644 --- a/tests/eservice.test.ts +++ b/tests/eservice.test.ts @@ -42,7 +42,7 @@ describe("eservice", () => { verified: [], declared: [], }, - rejectedReasons: [], + rejectionReasons: [], }, ], },