@pagopa/interop-outbound-models 1.0.11-e → 1.0.11-f
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/dist/delegation/index.d.ts +4 -4
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/package.json +1 -1
- package/src/index.ts +2 -0
|
@@ -18,28 +18,28 @@ export declare const DelegationEvent: z.ZodEffects<z.ZodDiscriminatedUnion<"even
|
|
|
18
18
|
event_version: 2;
|
|
19
19
|
type: "ProducerDelegationSubmitted";
|
|
20
20
|
version: number;
|
|
21
|
-
data: import("../
|
|
21
|
+
data: import("../index.js").ProducerDelegationSubmittedV2;
|
|
22
22
|
stream_id: string;
|
|
23
23
|
timestamp: Date;
|
|
24
24
|
} | {
|
|
25
25
|
event_version: 2;
|
|
26
26
|
type: "ProducerDelegationApproved";
|
|
27
27
|
version: number;
|
|
28
|
-
data: import("../
|
|
28
|
+
data: import("../index.js").ProducerDelegationApprovedV2;
|
|
29
29
|
stream_id: string;
|
|
30
30
|
timestamp: Date;
|
|
31
31
|
} | {
|
|
32
32
|
event_version: 2;
|
|
33
33
|
type: "ProducerDelegationRejected";
|
|
34
34
|
version: number;
|
|
35
|
-
data: import("../
|
|
35
|
+
data: import("../index.js").ProducerDelegationRejectedV2;
|
|
36
36
|
stream_id: string;
|
|
37
37
|
timestamp: Date;
|
|
38
38
|
} | {
|
|
39
39
|
event_version: 2;
|
|
40
40
|
type: "ProducerDelegationRevoked";
|
|
41
41
|
version: number;
|
|
42
|
-
data: import("../
|
|
42
|
+
data: import("../index.js").ProducerDelegationRevokedV2;
|
|
43
43
|
stream_id: string;
|
|
44
44
|
timestamp: Date;
|
|
45
45
|
}, z.objectInputType<{
|
package/dist/index.d.ts
CHANGED
|
@@ -19,4 +19,6 @@ export * from "./gen/v2/purpose/purpose.js";
|
|
|
19
19
|
export * from "./gen/v2/purpose/events.js";
|
|
20
20
|
export * from "./gen/v2/tenant/tenant.js";
|
|
21
21
|
export * from "./gen/v2/tenant/events.js";
|
|
22
|
+
export * from "./gen/v2/delegation/delegation.js";
|
|
23
|
+
export * from "./gen/v2/delegation/events.js";
|
|
22
24
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AAEtC,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAE1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AAEtC,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAE1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -19,3 +19,5 @@ export * from "./gen/v2/purpose/purpose.js";
|
|
|
19
19
|
export * from "./gen/v2/purpose/events.js";
|
|
20
20
|
export * from "./gen/v2/tenant/tenant.js";
|
|
21
21
|
export * from "./gen/v2/tenant/events.js";
|
|
22
|
+
export * from "./gen/v2/delegation/delegation.js";
|
|
23
|
+
export * from "./gen/v2/delegation/events.js";
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -21,3 +21,5 @@ export * from "./gen/v2/purpose/purpose.js";
|
|
|
21
21
|
export * from "./gen/v2/purpose/events.js";
|
|
22
22
|
export * from "./gen/v2/tenant/tenant.js";
|
|
23
23
|
export * from "./gen/v2/tenant/events.js";
|
|
24
|
+
export * from "./gen/v2/delegation/delegation.js";
|
|
25
|
+
export * from "./gen/v2/delegation/events.js";
|