Skip to content

Commit

Permalink
added SCP tenantKind (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterITA authored Oct 16, 2024
1 parent cda86c5 commit 8a48222
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.5",
"version": "1.0.6",
"description": "PagoPA Interoperability outbound models",
"main": "dist",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions proto/v2/tenant/tenant.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ enum TenantKindV2 {
PA = 0;
GSP = 1;
PRIVATE = 2;
SCP = 3;
}

enum TenantUnitTypeV2 {
Expand Down

0 comments on commit 8a48222

Please sign in to comment.