Skip to content

Commit

Permalink
fix kind (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
rGregnanin authored Aug 9, 2024
1 parent 9b24803 commit 6ef5ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 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.3",
"version": "1.0.4",
"description": "PagoPA Interoperability outbound models",
"main": "dist",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion proto/v2/tenant/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ message MaintenanceTenantPromotedToCertifierV2 {
}

message TenantKindUpdatedV2 {
TenantKindV2 oldKind = 1;
optional TenantKindV2 oldKind = 1;
TenantV2 tenant = 2;
}

0 comments on commit 6ef5ef2

Please sign in to comment.