@pagopa/interop-outbound-models 1.8.4 → 1.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## 1.8.5
6
+
7
+ ### Fixed target tenant kind Protobuf
8
+ - Fixed target tenant kind Protobuf
9
+
5
10
  ## 1.8.4
6
11
 
7
12
  ### Updated purpose template's target tenant kind
@@ -91,9 +91,9 @@ export declare enum TargetTenantKindV2 {
91
91
  */
92
92
  PA = 0,
93
93
  /**
94
- * @generated from protobuf enum value: PRIVATE = 1;
94
+ * @generated from protobuf enum value: PRIVATE = 2;
95
95
  */
96
- PRIVATE = 1
96
+ PRIVATE = 2
97
97
  }
98
98
  declare class PurposeTemplateV2$Type extends MessageType<PurposeTemplateV2> {
99
99
  constructor();
@@ -34,9 +34,9 @@ export var TargetTenantKindV2;
34
34
  */
35
35
  TargetTenantKindV2[TargetTenantKindV2["PA"] = 0] = "PA";
36
36
  /**
37
- * @generated from protobuf enum value: PRIVATE = 1;
37
+ * @generated from protobuf enum value: PRIVATE = 2;
38
38
  */
39
- TargetTenantKindV2[TargetTenantKindV2["PRIVATE"] = 1] = "PRIVATE";
39
+ TargetTenantKindV2[TargetTenantKindV2["PRIVATE"] = 2] = "PRIVATE";
40
40
  })(TargetTenantKindV2 || (TargetTenantKindV2 = {}));
41
41
  // @generated message type with reflection information, may provide speed optimized methods
42
42
  class PurposeTemplateV2$Type extends MessageType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagopa/interop-outbound-models",
3
- "version": "1.8.4",
3
+ "version": "1.8.5",
4
4
  "description": "PagoPA Interoperability outbound models",
5
5
  "main": "dist",
6
6
  "type": "module",
@@ -11,7 +11,7 @@ enum PurposeTemplateStateV2 {
11
11
 
12
12
  enum TargetTenantKindV2 {
13
13
  PA = 0;
14
- PRIVATE = 1;
14
+ PRIVATE = 2;
15
15
  }
16
16
 
17
17
  message PurposeTemplateV2 {