@fairmint/canton-node-sdk 0.0.31 → 0.0.33
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/build/src/clients/ledger-json-api/LedgerJsonApiClient.d.ts +95 -52
- package/build/src/clients/ledger-json-api/LedgerJsonApiClient.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/LedgerJsonApiClient.js +47 -86
- package/build/src/clients/ledger-json-api/LedgerJsonApiClient.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/authenticated-user/get.d.ts +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts +17 -24
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.js +8 -18
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit.d.ts +20 -41
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit.js +5 -52
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/completions.d.ts +29 -74
- package/build/src/clients/ledger-json-api/operations/v2/commands/completions.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/completions.js +12 -22
- package/build/src/clients/ledger-json-api/operations/v2/commands/completions.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-reassignment.d.ts +8 -8
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.d.ts +20 -49
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.js +5 -52
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.d.ts +10 -115
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.js +5 -56
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait.d.ts +21 -174
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait.js +5 -52
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/allocate-party.d.ts +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/create-user.d.ts +2 -2
- package/build/src/clients/ledger-json-api/operations/v2/{packages → interactive-submission}/get-preferred-package-version.d.ts +8 -11
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-package-version.d.ts.map +1 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-package-version.js +36 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-package-version.js.map +1 -0
- package/build/src/clients/ledger-json-api/operations/v2/{packages → interactive-submission}/get-preferred-packages.d.ts +11 -11
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.d.ts.map +1 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.js +32 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.js.map +1 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/index.d.ts +2 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/index.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/index.js +2 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/index.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.d.ts +11 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.js +8 -3
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get.d.ts +2 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get.js +2 -2
- package/build/src/clients/ledger-json-api/operations/v2/packages/get.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/index.d.ts +0 -2
- package/build/src/clients/ledger-json-api/operations/v2/packages/index.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/index.js +0 -2
- package/build/src/clients/ledger-json-api/operations/v2/packages/index.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/post.d.ts +15 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/post.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/post.js +14 -4
- package/build/src/clients/ledger-json-api/operations/v2/packages/post.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-participant-id.d.ts +8 -10
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-participant-id.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-participant-id.js +5 -11
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-participant-id.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.d.ts +7 -12
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.js +8 -5
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get.d.ts +19 -19
- package/build/src/clients/ledger-json-api/operations/v2/parties/get.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get.js +12 -17
- package/build/src/clients/ledger-json-api/operations/v2/parties/get.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/index.d.ts +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/index.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/index.js +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/index.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/post.d.ts +43 -11
- package/build/src/clients/ledger-json-api/operations/v2/parties/post.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/post.js +28 -4
- package/build/src/clients/ledger-json-api/operations/v2/parties/post.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.d.ts +11 -44
- package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.js +7 -21
- package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.d.ts +13 -93
- package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.js +5 -61
- package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-connected-synchronizers.d.ts +9 -19
- package/build/src/clients/ledger-json-api/operations/v2/state/get-connected-synchronizers.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-connected-synchronizers.js +5 -22
- package/build/src/clients/ledger-json-api/operations/v2/state/get-connected-synchronizers.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-latest-pruned-offsets.d.ts +8 -2
- package/build/src/clients/ledger-json-api/operations/v2/state/get-latest-pruned-offsets.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-latest-pruned-offsets.js +5 -3
- package/build/src/clients/ledger-json-api/operations/v2/state/get-latest-pruned-offsets.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-ledger-end.d.ts +8 -10
- package/build/src/clients/ledger-json-api/operations/v2/state/get-ledger-end.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-ledger-end.js +5 -11
- package/build/src/clients/ledger-json-api/operations/v2/state/get-ledger-end.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-flats.d.ts +26 -26
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.d.ts +10 -143
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.js +5 -31
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.d.ts +10 -143
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.js +5 -30
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.d.ts +19 -73
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.js +13 -30
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.d.ts +23 -66
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.js +17 -8
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-trees.d.ts +14 -14
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.d.ts +9 -148
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.js +5 -39
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-offset.d.ts +9 -261
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-offset.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-offset.js +5 -33
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-offset.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/create-user.d.ts +10 -58
- package/build/src/clients/ledger-json-api/operations/v2/users/create-user.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/create-user.js +5 -30
- package/build/src/clients/ledger-json-api/operations/v2/users/create-user.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.d.ts +15 -10
- package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.js +7 -11
- package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/get-user.d.ts +18 -11
- package/build/src/clients/ledger-json-api/operations/v2/users/get-user.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/get-user.js +8 -3
- package/build/src/clients/ledger-json-api/operations/v2/users/get-user.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.d.ts +11 -58
- package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.js +4 -26
- package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.d.ts +19 -28
- package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.js +17 -12
- package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/list-users.d.ts +18 -19
- package/build/src/clients/ledger-json-api/operations/v2/users/list-users.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/list-users.js +9 -12
- package/build/src/clients/ledger-json-api/operations/v2/users/list-users.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.d.ts +11 -57
- package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.js +4 -25
- package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user-identity-provider.d.ts +10 -18
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user-identity-provider.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user-identity-provider.js +4 -19
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user-identity-provider.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user.d.ts +11 -48
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user.js +4 -27
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user.js.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/commands.d.ts +12 -12
- package/build/src/clients/ledger-json-api/schemas/api/completions.d.ts +78 -78
- package/build/src/clients/ledger-json-api/schemas/api/event-details.d.ts +20 -20
- package/build/src/clients/ledger-json-api/schemas/api/events.d.ts +138 -138
- package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.d.ts +10 -10
- package/build/src/clients/ledger-json-api/schemas/api/packages.d.ts +16 -16
- package/build/src/clients/ledger-json-api/schemas/api/reassignment.d.ts +184 -184
- package/build/src/clients/ledger-json-api/schemas/api/state.d.ts +276 -276
- package/build/src/clients/ledger-json-api/schemas/api/transactions.d.ts +284 -284
- package/build/src/clients/ledger-json-api/schemas/api/updates.d.ts +1716 -1716
- package/build/src/clients/ledger-json-api/schemas/api/users.d.ts +66 -66
- package/build/src/clients/ledger-json-api/schemas/common.d.ts +4 -4
- package/build/src/clients/ledger-json-api/schemas/operations/commands.d.ts +26 -26
- package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.d.ts +67 -6
- package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.js +30 -1
- package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.js.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/operations/parties.d.ts +12 -12
- package/build/src/clients/ledger-json-api/schemas/operations/state.d.ts +2 -2
- package/build/src/clients/ledger-json-api/schemas/operations/updates.d.ts +364 -364
- package/build/src/clients/ledger-json-api/schemas/operations/users.d.ts +17 -17
- package/package.json +2 -2
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-preferred-package-version.d.ts.map +0 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-preferred-package-version.js +0 -37
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-preferred-package-version.js.map +0 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-preferred-packages.d.ts.map +0 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-preferred-packages.js +0 -35
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-preferred-packages.js.map +0 -1
|
@@ -14,15 +14,15 @@ export declare const GetActiveContractsRequestSchema: z.ZodObject<{
|
|
|
14
14
|
}>>>;
|
|
15
15
|
verbose: z.ZodOptional<z.ZodBoolean>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
+
verbose?: boolean | undefined;
|
|
17
18
|
filtersByParty?: Record<string, {
|
|
18
19
|
cumulative: string[];
|
|
19
20
|
}> | undefined;
|
|
20
|
-
verbose?: boolean | undefined;
|
|
21
21
|
}, {
|
|
22
|
+
verbose?: boolean | undefined;
|
|
22
23
|
filtersByParty?: Record<string, {
|
|
23
24
|
cumulative: string[];
|
|
24
25
|
}> | undefined;
|
|
25
|
-
verbose?: boolean | undefined;
|
|
26
26
|
}>>;
|
|
27
27
|
/** Verbose flag (optional, deprecated). */
|
|
28
28
|
verbose: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -41,51 +41,51 @@ export declare const GetActiveContractsRequestSchema: z.ZodObject<{
|
|
|
41
41
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
42
42
|
includeInterfaceViews: z.ZodOptional<z.ZodBoolean>;
|
|
43
43
|
}, "strict", z.ZodTypeAny, {
|
|
44
|
+
verbose: boolean;
|
|
44
45
|
filtersByParty: Record<string, {
|
|
45
46
|
cumulative: string[];
|
|
46
47
|
}>;
|
|
47
|
-
verbose: boolean;
|
|
48
48
|
includeCreatedEventBlob?: boolean | undefined;
|
|
49
49
|
includeInterfaceViews?: boolean | undefined;
|
|
50
50
|
}, {
|
|
51
|
+
verbose: boolean;
|
|
51
52
|
filtersByParty: Record<string, {
|
|
52
53
|
cumulative: string[];
|
|
53
54
|
}>;
|
|
54
|
-
verbose: boolean;
|
|
55
55
|
includeCreatedEventBlob?: boolean | undefined;
|
|
56
56
|
includeInterfaceViews?: boolean | undefined;
|
|
57
57
|
}>>;
|
|
58
58
|
}, "strip", z.ZodTypeAny, {
|
|
59
59
|
activeAtOffset: number;
|
|
60
60
|
filter?: {
|
|
61
|
+
verbose?: boolean | undefined;
|
|
61
62
|
filtersByParty?: Record<string, {
|
|
62
63
|
cumulative: string[];
|
|
63
64
|
}> | undefined;
|
|
64
|
-
verbose?: boolean | undefined;
|
|
65
65
|
} | undefined;
|
|
66
66
|
verbose?: boolean | undefined;
|
|
67
67
|
eventFormat?: {
|
|
68
|
+
verbose: boolean;
|
|
68
69
|
filtersByParty: Record<string, {
|
|
69
70
|
cumulative: string[];
|
|
70
71
|
}>;
|
|
71
|
-
verbose: boolean;
|
|
72
72
|
includeCreatedEventBlob?: boolean | undefined;
|
|
73
73
|
includeInterfaceViews?: boolean | undefined;
|
|
74
74
|
} | undefined;
|
|
75
75
|
}, {
|
|
76
76
|
activeAtOffset: number;
|
|
77
77
|
filter?: {
|
|
78
|
+
verbose?: boolean | undefined;
|
|
78
79
|
filtersByParty?: Record<string, {
|
|
79
80
|
cumulative: string[];
|
|
80
81
|
}> | undefined;
|
|
81
|
-
verbose?: boolean | undefined;
|
|
82
82
|
} | undefined;
|
|
83
83
|
verbose?: boolean | undefined;
|
|
84
84
|
eventFormat?: {
|
|
85
|
+
verbose: boolean;
|
|
85
86
|
filtersByParty: Record<string, {
|
|
86
87
|
cumulative: string[];
|
|
87
88
|
}>;
|
|
88
|
-
verbose: boolean;
|
|
89
89
|
includeCreatedEventBlob?: boolean | undefined;
|
|
90
90
|
includeInterfaceViews?: boolean | undefined;
|
|
91
91
|
} | undefined;
|
|
@@ -112,9 +112,8 @@ export declare const JsActiveContractSchema: z.ZodObject<{
|
|
|
112
112
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
113
113
|
}, "strip", z.ZodTypeAny, {
|
|
114
114
|
contractId: string;
|
|
115
|
-
templateId: string;
|
|
116
115
|
offset: number;
|
|
117
|
-
|
|
116
|
+
templateId: string;
|
|
118
117
|
contractKey: string | null;
|
|
119
118
|
createdEventBlob: string;
|
|
120
119
|
nodeId: number;
|
|
@@ -124,12 +123,12 @@ export declare const JsActiveContractSchema: z.ZodObject<{
|
|
|
124
123
|
signatories: string[];
|
|
125
124
|
observers: string[];
|
|
126
125
|
createdAt: string;
|
|
126
|
+
packageName: string;
|
|
127
127
|
implementedInterfaces?: string[] | undefined;
|
|
128
128
|
}, {
|
|
129
129
|
contractId: string;
|
|
130
|
-
templateId: string;
|
|
131
130
|
offset: number;
|
|
132
|
-
|
|
131
|
+
templateId: string;
|
|
133
132
|
contractKey: string | null;
|
|
134
133
|
createdEventBlob: string;
|
|
135
134
|
nodeId: number;
|
|
@@ -139,6 +138,7 @@ export declare const JsActiveContractSchema: z.ZodObject<{
|
|
|
139
138
|
signatories: string[];
|
|
140
139
|
observers: string[];
|
|
141
140
|
createdAt: string;
|
|
141
|
+
packageName: string;
|
|
142
142
|
implementedInterfaces?: string[] | undefined;
|
|
143
143
|
}>;
|
|
144
144
|
/** Synchronizer ID. */
|
|
@@ -150,9 +150,8 @@ export declare const JsActiveContractSchema: z.ZodObject<{
|
|
|
150
150
|
reassignmentCounter: number;
|
|
151
151
|
createdEvent: {
|
|
152
152
|
contractId: string;
|
|
153
|
-
templateId: string;
|
|
154
153
|
offset: number;
|
|
155
|
-
|
|
154
|
+
templateId: string;
|
|
156
155
|
contractKey: string | null;
|
|
157
156
|
createdEventBlob: string;
|
|
158
157
|
nodeId: number;
|
|
@@ -162,6 +161,7 @@ export declare const JsActiveContractSchema: z.ZodObject<{
|
|
|
162
161
|
signatories: string[];
|
|
163
162
|
observers: string[];
|
|
164
163
|
createdAt: string;
|
|
164
|
+
packageName: string;
|
|
165
165
|
implementedInterfaces?: string[] | undefined;
|
|
166
166
|
};
|
|
167
167
|
}, {
|
|
@@ -169,9 +169,8 @@ export declare const JsActiveContractSchema: z.ZodObject<{
|
|
|
169
169
|
reassignmentCounter: number;
|
|
170
170
|
createdEvent: {
|
|
171
171
|
contractId: string;
|
|
172
|
-
templateId: string;
|
|
173
172
|
offset: number;
|
|
174
|
-
|
|
173
|
+
templateId: string;
|
|
175
174
|
contractKey: string | null;
|
|
176
175
|
createdEventBlob: string;
|
|
177
176
|
nodeId: number;
|
|
@@ -181,6 +180,7 @@ export declare const JsActiveContractSchema: z.ZodObject<{
|
|
|
181
180
|
signatories: string[];
|
|
182
181
|
observers: string[];
|
|
183
182
|
createdAt: string;
|
|
183
|
+
packageName: string;
|
|
184
184
|
implementedInterfaces?: string[] | undefined;
|
|
185
185
|
};
|
|
186
186
|
}>;
|
|
@@ -199,19 +199,19 @@ export declare const JsArchivedSchema: z.ZodObject<{
|
|
|
199
199
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
200
200
|
}, "strip", z.ZodTypeAny, {
|
|
201
201
|
contractId: string;
|
|
202
|
-
templateId: string;
|
|
203
202
|
offset: number;
|
|
204
|
-
|
|
203
|
+
templateId: string;
|
|
205
204
|
nodeId: number;
|
|
206
205
|
witnessParties: string[];
|
|
206
|
+
packageName: string;
|
|
207
207
|
implementedInterfaces?: string[] | undefined;
|
|
208
208
|
}, {
|
|
209
209
|
contractId: string;
|
|
210
|
-
templateId: string;
|
|
211
210
|
offset: number;
|
|
212
|
-
|
|
211
|
+
templateId: string;
|
|
213
212
|
nodeId: number;
|
|
214
213
|
witnessParties: string[];
|
|
214
|
+
packageName: string;
|
|
215
215
|
implementedInterfaces?: string[] | undefined;
|
|
216
216
|
}>;
|
|
217
217
|
/** Synchronizer ID. */
|
|
@@ -220,22 +220,22 @@ export declare const JsArchivedSchema: z.ZodObject<{
|
|
|
220
220
|
synchronizerId: string;
|
|
221
221
|
archivedEvent: {
|
|
222
222
|
contractId: string;
|
|
223
|
-
templateId: string;
|
|
224
223
|
offset: number;
|
|
225
|
-
|
|
224
|
+
templateId: string;
|
|
226
225
|
nodeId: number;
|
|
227
226
|
witnessParties: string[];
|
|
227
|
+
packageName: string;
|
|
228
228
|
implementedInterfaces?: string[] | undefined;
|
|
229
229
|
};
|
|
230
230
|
}, {
|
|
231
231
|
synchronizerId: string;
|
|
232
232
|
archivedEvent: {
|
|
233
233
|
contractId: string;
|
|
234
|
-
templateId: string;
|
|
235
234
|
offset: number;
|
|
236
|
-
|
|
235
|
+
templateId: string;
|
|
237
236
|
nodeId: number;
|
|
238
237
|
witnessParties: string[];
|
|
238
|
+
packageName: string;
|
|
239
239
|
implementedInterfaces?: string[] | undefined;
|
|
240
240
|
};
|
|
241
241
|
}>;
|
|
@@ -257,51 +257,51 @@ export declare const JsIncompleteAssignedSchema: z.ZodObject<{
|
|
|
257
257
|
packageName: z.ZodString;
|
|
258
258
|
}, "strip", z.ZodTypeAny, {
|
|
259
259
|
contractId: string;
|
|
260
|
-
templateId: string;
|
|
261
260
|
offset: number;
|
|
262
|
-
|
|
263
|
-
submitter: string;
|
|
261
|
+
templateId: string;
|
|
264
262
|
reassignmentId: string;
|
|
265
263
|
source: string;
|
|
266
264
|
target: string;
|
|
265
|
+
submitter: string;
|
|
267
266
|
nodeId: number;
|
|
267
|
+
packageName: string;
|
|
268
268
|
reassignmentCounter: number;
|
|
269
269
|
}, {
|
|
270
270
|
contractId: string;
|
|
271
|
-
templateId: string;
|
|
272
271
|
offset: number;
|
|
273
|
-
|
|
274
|
-
submitter: string;
|
|
272
|
+
templateId: string;
|
|
275
273
|
reassignmentId: string;
|
|
276
274
|
source: string;
|
|
277
275
|
target: string;
|
|
276
|
+
submitter: string;
|
|
278
277
|
nodeId: number;
|
|
278
|
+
packageName: string;
|
|
279
279
|
reassignmentCounter: number;
|
|
280
280
|
}>;
|
|
281
281
|
}, "strip", z.ZodTypeAny, {
|
|
282
282
|
assignedEvent: {
|
|
283
283
|
contractId: string;
|
|
284
|
-
templateId: string;
|
|
285
284
|
offset: number;
|
|
286
|
-
|
|
287
|
-
submitter: string;
|
|
285
|
+
templateId: string;
|
|
288
286
|
reassignmentId: string;
|
|
289
287
|
source: string;
|
|
290
288
|
target: string;
|
|
289
|
+
submitter: string;
|
|
291
290
|
nodeId: number;
|
|
291
|
+
packageName: string;
|
|
292
292
|
reassignmentCounter: number;
|
|
293
293
|
};
|
|
294
294
|
}, {
|
|
295
295
|
assignedEvent: {
|
|
296
296
|
contractId: string;
|
|
297
|
-
templateId: string;
|
|
298
297
|
offset: number;
|
|
299
|
-
|
|
300
|
-
submitter: string;
|
|
298
|
+
templateId: string;
|
|
301
299
|
reassignmentId: string;
|
|
302
300
|
source: string;
|
|
303
301
|
target: string;
|
|
302
|
+
submitter: string;
|
|
304
303
|
nodeId: number;
|
|
304
|
+
packageName: string;
|
|
305
305
|
reassignmentCounter: number;
|
|
306
306
|
};
|
|
307
307
|
}>;
|
|
@@ -327,9 +327,8 @@ export declare const JsIncompleteUnassignedSchema: z.ZodObject<{
|
|
|
327
327
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
328
328
|
}, "strip", z.ZodTypeAny, {
|
|
329
329
|
contractId: string;
|
|
330
|
-
templateId: string;
|
|
331
330
|
offset: number;
|
|
332
|
-
|
|
331
|
+
templateId: string;
|
|
333
332
|
contractKey: string | null;
|
|
334
333
|
createdEventBlob: string;
|
|
335
334
|
nodeId: number;
|
|
@@ -339,12 +338,12 @@ export declare const JsIncompleteUnassignedSchema: z.ZodObject<{
|
|
|
339
338
|
signatories: string[];
|
|
340
339
|
observers: string[];
|
|
341
340
|
createdAt: string;
|
|
341
|
+
packageName: string;
|
|
342
342
|
implementedInterfaces?: string[] | undefined;
|
|
343
343
|
}, {
|
|
344
344
|
contractId: string;
|
|
345
|
-
templateId: string;
|
|
346
345
|
offset: number;
|
|
347
|
-
|
|
346
|
+
templateId: string;
|
|
348
347
|
contractKey: string | null;
|
|
349
348
|
createdEventBlob: string;
|
|
350
349
|
nodeId: number;
|
|
@@ -354,6 +353,7 @@ export declare const JsIncompleteUnassignedSchema: z.ZodObject<{
|
|
|
354
353
|
signatories: string[];
|
|
355
354
|
observers: string[];
|
|
356
355
|
createdAt: string;
|
|
356
|
+
packageName: string;
|
|
357
357
|
implementedInterfaces?: string[] | undefined;
|
|
358
358
|
}>;
|
|
359
359
|
/** Unassigned event details. */
|
|
@@ -370,33 +370,32 @@ export declare const JsIncompleteUnassignedSchema: z.ZodObject<{
|
|
|
370
370
|
packageName: z.ZodString;
|
|
371
371
|
}, "strip", z.ZodTypeAny, {
|
|
372
372
|
contractId: string;
|
|
373
|
-
templateId: string;
|
|
374
373
|
offset: number;
|
|
375
|
-
|
|
376
|
-
submitter: string;
|
|
374
|
+
templateId: string;
|
|
377
375
|
reassignmentId: string;
|
|
378
376
|
source: string;
|
|
379
377
|
target: string;
|
|
378
|
+
submitter: string;
|
|
380
379
|
nodeId: number;
|
|
380
|
+
packageName: string;
|
|
381
381
|
reassignmentCounter: number;
|
|
382
382
|
}, {
|
|
383
383
|
contractId: string;
|
|
384
|
-
templateId: string;
|
|
385
384
|
offset: number;
|
|
386
|
-
|
|
387
|
-
submitter: string;
|
|
385
|
+
templateId: string;
|
|
388
386
|
reassignmentId: string;
|
|
389
387
|
source: string;
|
|
390
388
|
target: string;
|
|
389
|
+
submitter: string;
|
|
391
390
|
nodeId: number;
|
|
391
|
+
packageName: string;
|
|
392
392
|
reassignmentCounter: number;
|
|
393
393
|
}>;
|
|
394
394
|
}, "strip", z.ZodTypeAny, {
|
|
395
395
|
createdEvent: {
|
|
396
396
|
contractId: string;
|
|
397
|
-
templateId: string;
|
|
398
397
|
offset: number;
|
|
399
|
-
|
|
398
|
+
templateId: string;
|
|
400
399
|
contractKey: string | null;
|
|
401
400
|
createdEventBlob: string;
|
|
402
401
|
nodeId: number;
|
|
@@ -406,26 +405,26 @@ export declare const JsIncompleteUnassignedSchema: z.ZodObject<{
|
|
|
406
405
|
signatories: string[];
|
|
407
406
|
observers: string[];
|
|
408
407
|
createdAt: string;
|
|
408
|
+
packageName: string;
|
|
409
409
|
implementedInterfaces?: string[] | undefined;
|
|
410
410
|
};
|
|
411
411
|
unassignedEvent: {
|
|
412
412
|
contractId: string;
|
|
413
|
-
templateId: string;
|
|
414
413
|
offset: number;
|
|
415
|
-
|
|
416
|
-
submitter: string;
|
|
414
|
+
templateId: string;
|
|
417
415
|
reassignmentId: string;
|
|
418
416
|
source: string;
|
|
419
417
|
target: string;
|
|
418
|
+
submitter: string;
|
|
420
419
|
nodeId: number;
|
|
420
|
+
packageName: string;
|
|
421
421
|
reassignmentCounter: number;
|
|
422
422
|
};
|
|
423
423
|
}, {
|
|
424
424
|
createdEvent: {
|
|
425
425
|
contractId: string;
|
|
426
|
-
templateId: string;
|
|
427
426
|
offset: number;
|
|
428
|
-
|
|
427
|
+
templateId: string;
|
|
429
428
|
contractKey: string | null;
|
|
430
429
|
createdEventBlob: string;
|
|
431
430
|
nodeId: number;
|
|
@@ -435,18 +434,19 @@ export declare const JsIncompleteUnassignedSchema: z.ZodObject<{
|
|
|
435
434
|
signatories: string[];
|
|
436
435
|
observers: string[];
|
|
437
436
|
createdAt: string;
|
|
437
|
+
packageName: string;
|
|
438
438
|
implementedInterfaces?: string[] | undefined;
|
|
439
439
|
};
|
|
440
440
|
unassignedEvent: {
|
|
441
441
|
contractId: string;
|
|
442
|
-
templateId: string;
|
|
443
442
|
offset: number;
|
|
444
|
-
|
|
445
|
-
submitter: string;
|
|
443
|
+
templateId: string;
|
|
446
444
|
reassignmentId: string;
|
|
447
445
|
source: string;
|
|
448
446
|
target: string;
|
|
447
|
+
submitter: string;
|
|
449
448
|
nodeId: number;
|
|
449
|
+
packageName: string;
|
|
450
450
|
reassignmentCounter: number;
|
|
451
451
|
};
|
|
452
452
|
}>;
|
|
@@ -477,9 +477,8 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
477
477
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
478
478
|
}, "strip", z.ZodTypeAny, {
|
|
479
479
|
contractId: string;
|
|
480
|
-
templateId: string;
|
|
481
480
|
offset: number;
|
|
482
|
-
|
|
481
|
+
templateId: string;
|
|
483
482
|
contractKey: string | null;
|
|
484
483
|
createdEventBlob: string;
|
|
485
484
|
nodeId: number;
|
|
@@ -489,12 +488,12 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
489
488
|
signatories: string[];
|
|
490
489
|
observers: string[];
|
|
491
490
|
createdAt: string;
|
|
491
|
+
packageName: string;
|
|
492
492
|
implementedInterfaces?: string[] | undefined;
|
|
493
493
|
}, {
|
|
494
494
|
contractId: string;
|
|
495
|
-
templateId: string;
|
|
496
495
|
offset: number;
|
|
497
|
-
|
|
496
|
+
templateId: string;
|
|
498
497
|
contractKey: string | null;
|
|
499
498
|
createdEventBlob: string;
|
|
500
499
|
nodeId: number;
|
|
@@ -504,6 +503,7 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
504
503
|
signatories: string[];
|
|
505
504
|
observers: string[];
|
|
506
505
|
createdAt: string;
|
|
506
|
+
packageName: string;
|
|
507
507
|
implementedInterfaces?: string[] | undefined;
|
|
508
508
|
}>;
|
|
509
509
|
/** Synchronizer ID. */
|
|
@@ -515,9 +515,8 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
515
515
|
reassignmentCounter: number;
|
|
516
516
|
createdEvent: {
|
|
517
517
|
contractId: string;
|
|
518
|
-
templateId: string;
|
|
519
518
|
offset: number;
|
|
520
|
-
|
|
519
|
+
templateId: string;
|
|
521
520
|
contractKey: string | null;
|
|
522
521
|
createdEventBlob: string;
|
|
523
522
|
nodeId: number;
|
|
@@ -527,6 +526,7 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
527
526
|
signatories: string[];
|
|
528
527
|
observers: string[];
|
|
529
528
|
createdAt: string;
|
|
529
|
+
packageName: string;
|
|
530
530
|
implementedInterfaces?: string[] | undefined;
|
|
531
531
|
};
|
|
532
532
|
}, {
|
|
@@ -534,9 +534,8 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
534
534
|
reassignmentCounter: number;
|
|
535
535
|
createdEvent: {
|
|
536
536
|
contractId: string;
|
|
537
|
-
templateId: string;
|
|
538
537
|
offset: number;
|
|
539
|
-
|
|
538
|
+
templateId: string;
|
|
540
539
|
contractKey: string | null;
|
|
541
540
|
createdEventBlob: string;
|
|
542
541
|
nodeId: number;
|
|
@@ -546,6 +545,7 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
546
545
|
signatories: string[];
|
|
547
546
|
observers: string[];
|
|
548
547
|
createdAt: string;
|
|
548
|
+
packageName: string;
|
|
549
549
|
implementedInterfaces?: string[] | undefined;
|
|
550
550
|
};
|
|
551
551
|
}>;
|
|
@@ -555,9 +555,8 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
555
555
|
reassignmentCounter: number;
|
|
556
556
|
createdEvent: {
|
|
557
557
|
contractId: string;
|
|
558
|
-
templateId: string;
|
|
559
558
|
offset: number;
|
|
560
|
-
|
|
559
|
+
templateId: string;
|
|
561
560
|
contractKey: string | null;
|
|
562
561
|
createdEventBlob: string;
|
|
563
562
|
nodeId: number;
|
|
@@ -567,6 +566,7 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
567
566
|
signatories: string[];
|
|
568
567
|
observers: string[];
|
|
569
568
|
createdAt: string;
|
|
569
|
+
packageName: string;
|
|
570
570
|
implementedInterfaces?: string[] | undefined;
|
|
571
571
|
};
|
|
572
572
|
};
|
|
@@ -576,9 +576,8 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
576
576
|
reassignmentCounter: number;
|
|
577
577
|
createdEvent: {
|
|
578
578
|
contractId: string;
|
|
579
|
-
templateId: string;
|
|
580
579
|
offset: number;
|
|
581
|
-
|
|
580
|
+
templateId: string;
|
|
582
581
|
contractKey: string | null;
|
|
583
582
|
createdEventBlob: string;
|
|
584
583
|
nodeId: number;
|
|
@@ -588,6 +587,7 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
588
587
|
signatories: string[];
|
|
589
588
|
observers: string[];
|
|
590
589
|
createdAt: string;
|
|
590
|
+
packageName: string;
|
|
591
591
|
implementedInterfaces?: string[] | undefined;
|
|
592
592
|
};
|
|
593
593
|
};
|
|
@@ -613,51 +613,51 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
613
613
|
packageName: z.ZodString;
|
|
614
614
|
}, "strip", z.ZodTypeAny, {
|
|
615
615
|
contractId: string;
|
|
616
|
-
templateId: string;
|
|
617
616
|
offset: number;
|
|
618
|
-
|
|
619
|
-
submitter: string;
|
|
617
|
+
templateId: string;
|
|
620
618
|
reassignmentId: string;
|
|
621
619
|
source: string;
|
|
622
620
|
target: string;
|
|
621
|
+
submitter: string;
|
|
623
622
|
nodeId: number;
|
|
623
|
+
packageName: string;
|
|
624
624
|
reassignmentCounter: number;
|
|
625
625
|
}, {
|
|
626
626
|
contractId: string;
|
|
627
|
-
templateId: string;
|
|
628
627
|
offset: number;
|
|
629
|
-
|
|
630
|
-
submitter: string;
|
|
628
|
+
templateId: string;
|
|
631
629
|
reassignmentId: string;
|
|
632
630
|
source: string;
|
|
633
631
|
target: string;
|
|
632
|
+
submitter: string;
|
|
634
633
|
nodeId: number;
|
|
634
|
+
packageName: string;
|
|
635
635
|
reassignmentCounter: number;
|
|
636
636
|
}>;
|
|
637
637
|
}, "strip", z.ZodTypeAny, {
|
|
638
638
|
assignedEvent: {
|
|
639
639
|
contractId: string;
|
|
640
|
-
templateId: string;
|
|
641
640
|
offset: number;
|
|
642
|
-
|
|
643
|
-
submitter: string;
|
|
641
|
+
templateId: string;
|
|
644
642
|
reassignmentId: string;
|
|
645
643
|
source: string;
|
|
646
644
|
target: string;
|
|
645
|
+
submitter: string;
|
|
647
646
|
nodeId: number;
|
|
647
|
+
packageName: string;
|
|
648
648
|
reassignmentCounter: number;
|
|
649
649
|
};
|
|
650
650
|
}, {
|
|
651
651
|
assignedEvent: {
|
|
652
652
|
contractId: string;
|
|
653
|
-
templateId: string;
|
|
654
653
|
offset: number;
|
|
655
|
-
|
|
656
|
-
submitter: string;
|
|
654
|
+
templateId: string;
|
|
657
655
|
reassignmentId: string;
|
|
658
656
|
source: string;
|
|
659
657
|
target: string;
|
|
658
|
+
submitter: string;
|
|
660
659
|
nodeId: number;
|
|
660
|
+
packageName: string;
|
|
661
661
|
reassignmentCounter: number;
|
|
662
662
|
};
|
|
663
663
|
}>;
|
|
@@ -665,14 +665,14 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
665
665
|
JsIncompleteAssigned: {
|
|
666
666
|
assignedEvent: {
|
|
667
667
|
contractId: string;
|
|
668
|
-
templateId: string;
|
|
669
668
|
offset: number;
|
|
670
|
-
|
|
671
|
-
submitter: string;
|
|
669
|
+
templateId: string;
|
|
672
670
|
reassignmentId: string;
|
|
673
671
|
source: string;
|
|
674
672
|
target: string;
|
|
673
|
+
submitter: string;
|
|
675
674
|
nodeId: number;
|
|
675
|
+
packageName: string;
|
|
676
676
|
reassignmentCounter: number;
|
|
677
677
|
};
|
|
678
678
|
};
|
|
@@ -680,14 +680,14 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
680
680
|
JsIncompleteAssigned: {
|
|
681
681
|
assignedEvent: {
|
|
682
682
|
contractId: string;
|
|
683
|
-
templateId: string;
|
|
684
683
|
offset: number;
|
|
685
|
-
|
|
686
|
-
submitter: string;
|
|
684
|
+
templateId: string;
|
|
687
685
|
reassignmentId: string;
|
|
688
686
|
source: string;
|
|
689
687
|
target: string;
|
|
688
|
+
submitter: string;
|
|
690
689
|
nodeId: number;
|
|
690
|
+
packageName: string;
|
|
691
691
|
reassignmentCounter: number;
|
|
692
692
|
};
|
|
693
693
|
};
|
|
@@ -711,9 +711,8 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
711
711
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
712
712
|
}, "strip", z.ZodTypeAny, {
|
|
713
713
|
contractId: string;
|
|
714
|
-
templateId: string;
|
|
715
714
|
offset: number;
|
|
716
|
-
|
|
715
|
+
templateId: string;
|
|
717
716
|
contractKey: string | null;
|
|
718
717
|
createdEventBlob: string;
|
|
719
718
|
nodeId: number;
|
|
@@ -723,12 +722,12 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
723
722
|
signatories: string[];
|
|
724
723
|
observers: string[];
|
|
725
724
|
createdAt: string;
|
|
725
|
+
packageName: string;
|
|
726
726
|
implementedInterfaces?: string[] | undefined;
|
|
727
727
|
}, {
|
|
728
728
|
contractId: string;
|
|
729
|
-
templateId: string;
|
|
730
729
|
offset: number;
|
|
731
|
-
|
|
730
|
+
templateId: string;
|
|
732
731
|
contractKey: string | null;
|
|
733
732
|
createdEventBlob: string;
|
|
734
733
|
nodeId: number;
|
|
@@ -738,6 +737,7 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
738
737
|
signatories: string[];
|
|
739
738
|
observers: string[];
|
|
740
739
|
createdAt: string;
|
|
740
|
+
packageName: string;
|
|
741
741
|
implementedInterfaces?: string[] | undefined;
|
|
742
742
|
}>;
|
|
743
743
|
/** Unassigned event details. */
|
|
@@ -754,33 +754,32 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
754
754
|
packageName: z.ZodString;
|
|
755
755
|
}, "strip", z.ZodTypeAny, {
|
|
756
756
|
contractId: string;
|
|
757
|
-
templateId: string;
|
|
758
757
|
offset: number;
|
|
759
|
-
|
|
760
|
-
submitter: string;
|
|
758
|
+
templateId: string;
|
|
761
759
|
reassignmentId: string;
|
|
762
760
|
source: string;
|
|
763
761
|
target: string;
|
|
762
|
+
submitter: string;
|
|
764
763
|
nodeId: number;
|
|
764
|
+
packageName: string;
|
|
765
765
|
reassignmentCounter: number;
|
|
766
766
|
}, {
|
|
767
767
|
contractId: string;
|
|
768
|
-
templateId: string;
|
|
769
768
|
offset: number;
|
|
770
|
-
|
|
771
|
-
submitter: string;
|
|
769
|
+
templateId: string;
|
|
772
770
|
reassignmentId: string;
|
|
773
771
|
source: string;
|
|
774
772
|
target: string;
|
|
773
|
+
submitter: string;
|
|
775
774
|
nodeId: number;
|
|
775
|
+
packageName: string;
|
|
776
776
|
reassignmentCounter: number;
|
|
777
777
|
}>;
|
|
778
778
|
}, "strip", z.ZodTypeAny, {
|
|
779
779
|
createdEvent: {
|
|
780
780
|
contractId: string;
|
|
781
|
-
templateId: string;
|
|
782
781
|
offset: number;
|
|
783
|
-
|
|
782
|
+
templateId: string;
|
|
784
783
|
contractKey: string | null;
|
|
785
784
|
createdEventBlob: string;
|
|
786
785
|
nodeId: number;
|
|
@@ -790,26 +789,26 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
790
789
|
signatories: string[];
|
|
791
790
|
observers: string[];
|
|
792
791
|
createdAt: string;
|
|
792
|
+
packageName: string;
|
|
793
793
|
implementedInterfaces?: string[] | undefined;
|
|
794
794
|
};
|
|
795
795
|
unassignedEvent: {
|
|
796
796
|
contractId: string;
|
|
797
|
-
templateId: string;
|
|
798
797
|
offset: number;
|
|
799
|
-
|
|
800
|
-
submitter: string;
|
|
798
|
+
templateId: string;
|
|
801
799
|
reassignmentId: string;
|
|
802
800
|
source: string;
|
|
803
801
|
target: string;
|
|
802
|
+
submitter: string;
|
|
804
803
|
nodeId: number;
|
|
804
|
+
packageName: string;
|
|
805
805
|
reassignmentCounter: number;
|
|
806
806
|
};
|
|
807
807
|
}, {
|
|
808
808
|
createdEvent: {
|
|
809
809
|
contractId: string;
|
|
810
|
-
templateId: string;
|
|
811
810
|
offset: number;
|
|
812
|
-
|
|
811
|
+
templateId: string;
|
|
813
812
|
contractKey: string | null;
|
|
814
813
|
createdEventBlob: string;
|
|
815
814
|
nodeId: number;
|
|
@@ -819,18 +818,19 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
819
818
|
signatories: string[];
|
|
820
819
|
observers: string[];
|
|
821
820
|
createdAt: string;
|
|
821
|
+
packageName: string;
|
|
822
822
|
implementedInterfaces?: string[] | undefined;
|
|
823
823
|
};
|
|
824
824
|
unassignedEvent: {
|
|
825
825
|
contractId: string;
|
|
826
|
-
templateId: string;
|
|
827
826
|
offset: number;
|
|
828
|
-
|
|
829
|
-
submitter: string;
|
|
827
|
+
templateId: string;
|
|
830
828
|
reassignmentId: string;
|
|
831
829
|
source: string;
|
|
832
830
|
target: string;
|
|
831
|
+
submitter: string;
|
|
833
832
|
nodeId: number;
|
|
833
|
+
packageName: string;
|
|
834
834
|
reassignmentCounter: number;
|
|
835
835
|
};
|
|
836
836
|
}>;
|
|
@@ -838,9 +838,8 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
838
838
|
JsIncompleteUnassigned: {
|
|
839
839
|
createdEvent: {
|
|
840
840
|
contractId: string;
|
|
841
|
-
templateId: string;
|
|
842
841
|
offset: number;
|
|
843
|
-
|
|
842
|
+
templateId: string;
|
|
844
843
|
contractKey: string | null;
|
|
845
844
|
createdEventBlob: string;
|
|
846
845
|
nodeId: number;
|
|
@@ -850,18 +849,19 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
850
849
|
signatories: string[];
|
|
851
850
|
observers: string[];
|
|
852
851
|
createdAt: string;
|
|
852
|
+
packageName: string;
|
|
853
853
|
implementedInterfaces?: string[] | undefined;
|
|
854
854
|
};
|
|
855
855
|
unassignedEvent: {
|
|
856
856
|
contractId: string;
|
|
857
|
-
templateId: string;
|
|
858
857
|
offset: number;
|
|
859
|
-
|
|
860
|
-
submitter: string;
|
|
858
|
+
templateId: string;
|
|
861
859
|
reassignmentId: string;
|
|
862
860
|
source: string;
|
|
863
861
|
target: string;
|
|
862
|
+
submitter: string;
|
|
864
863
|
nodeId: number;
|
|
864
|
+
packageName: string;
|
|
865
865
|
reassignmentCounter: number;
|
|
866
866
|
};
|
|
867
867
|
};
|
|
@@ -869,9 +869,8 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
869
869
|
JsIncompleteUnassigned: {
|
|
870
870
|
createdEvent: {
|
|
871
871
|
contractId: string;
|
|
872
|
-
templateId: string;
|
|
873
872
|
offset: number;
|
|
874
|
-
|
|
873
|
+
templateId: string;
|
|
875
874
|
contractKey: string | null;
|
|
876
875
|
createdEventBlob: string;
|
|
877
876
|
nodeId: number;
|
|
@@ -881,18 +880,19 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
881
880
|
signatories: string[];
|
|
882
881
|
observers: string[];
|
|
883
882
|
createdAt: string;
|
|
883
|
+
packageName: string;
|
|
884
884
|
implementedInterfaces?: string[] | undefined;
|
|
885
885
|
};
|
|
886
886
|
unassignedEvent: {
|
|
887
887
|
contractId: string;
|
|
888
|
-
templateId: string;
|
|
889
888
|
offset: number;
|
|
890
|
-
|
|
891
|
-
submitter: string;
|
|
889
|
+
templateId: string;
|
|
892
890
|
reassignmentId: string;
|
|
893
891
|
source: string;
|
|
894
892
|
target: string;
|
|
893
|
+
submitter: string;
|
|
895
894
|
nodeId: number;
|
|
895
|
+
packageName: string;
|
|
896
896
|
reassignmentCounter: number;
|
|
897
897
|
};
|
|
898
898
|
};
|
|
@@ -924,9 +924,8 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
924
924
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
925
925
|
}, "strip", z.ZodTypeAny, {
|
|
926
926
|
contractId: string;
|
|
927
|
-
templateId: string;
|
|
928
927
|
offset: number;
|
|
929
|
-
|
|
928
|
+
templateId: string;
|
|
930
929
|
contractKey: string | null;
|
|
931
930
|
createdEventBlob: string;
|
|
932
931
|
nodeId: number;
|
|
@@ -936,12 +935,12 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
936
935
|
signatories: string[];
|
|
937
936
|
observers: string[];
|
|
938
937
|
createdAt: string;
|
|
938
|
+
packageName: string;
|
|
939
939
|
implementedInterfaces?: string[] | undefined;
|
|
940
940
|
}, {
|
|
941
941
|
contractId: string;
|
|
942
|
-
templateId: string;
|
|
943
942
|
offset: number;
|
|
944
|
-
|
|
943
|
+
templateId: string;
|
|
945
944
|
contractKey: string | null;
|
|
946
945
|
createdEventBlob: string;
|
|
947
946
|
nodeId: number;
|
|
@@ -951,6 +950,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
951
950
|
signatories: string[];
|
|
952
951
|
observers: string[];
|
|
953
952
|
createdAt: string;
|
|
953
|
+
packageName: string;
|
|
954
954
|
implementedInterfaces?: string[] | undefined;
|
|
955
955
|
}>;
|
|
956
956
|
/** Synchronizer ID. */
|
|
@@ -962,9 +962,8 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
962
962
|
reassignmentCounter: number;
|
|
963
963
|
createdEvent: {
|
|
964
964
|
contractId: string;
|
|
965
|
-
templateId: string;
|
|
966
965
|
offset: number;
|
|
967
|
-
|
|
966
|
+
templateId: string;
|
|
968
967
|
contractKey: string | null;
|
|
969
968
|
createdEventBlob: string;
|
|
970
969
|
nodeId: number;
|
|
@@ -974,6 +973,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
974
973
|
signatories: string[];
|
|
975
974
|
observers: string[];
|
|
976
975
|
createdAt: string;
|
|
976
|
+
packageName: string;
|
|
977
977
|
implementedInterfaces?: string[] | undefined;
|
|
978
978
|
};
|
|
979
979
|
}, {
|
|
@@ -981,9 +981,8 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
981
981
|
reassignmentCounter: number;
|
|
982
982
|
createdEvent: {
|
|
983
983
|
contractId: string;
|
|
984
|
-
templateId: string;
|
|
985
984
|
offset: number;
|
|
986
|
-
|
|
985
|
+
templateId: string;
|
|
987
986
|
contractKey: string | null;
|
|
988
987
|
createdEventBlob: string;
|
|
989
988
|
nodeId: number;
|
|
@@ -993,6 +992,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
993
992
|
signatories: string[];
|
|
994
993
|
observers: string[];
|
|
995
994
|
createdAt: string;
|
|
995
|
+
packageName: string;
|
|
996
996
|
implementedInterfaces?: string[] | undefined;
|
|
997
997
|
};
|
|
998
998
|
}>;
|
|
@@ -1002,9 +1002,8 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1002
1002
|
reassignmentCounter: number;
|
|
1003
1003
|
createdEvent: {
|
|
1004
1004
|
contractId: string;
|
|
1005
|
-
templateId: string;
|
|
1006
1005
|
offset: number;
|
|
1007
|
-
|
|
1006
|
+
templateId: string;
|
|
1008
1007
|
contractKey: string | null;
|
|
1009
1008
|
createdEventBlob: string;
|
|
1010
1009
|
nodeId: number;
|
|
@@ -1014,6 +1013,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1014
1013
|
signatories: string[];
|
|
1015
1014
|
observers: string[];
|
|
1016
1015
|
createdAt: string;
|
|
1016
|
+
packageName: string;
|
|
1017
1017
|
implementedInterfaces?: string[] | undefined;
|
|
1018
1018
|
};
|
|
1019
1019
|
};
|
|
@@ -1023,9 +1023,8 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1023
1023
|
reassignmentCounter: number;
|
|
1024
1024
|
createdEvent: {
|
|
1025
1025
|
contractId: string;
|
|
1026
|
-
templateId: string;
|
|
1027
1026
|
offset: number;
|
|
1028
|
-
|
|
1027
|
+
templateId: string;
|
|
1029
1028
|
contractKey: string | null;
|
|
1030
1029
|
createdEventBlob: string;
|
|
1031
1030
|
nodeId: number;
|
|
@@ -1035,6 +1034,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1035
1034
|
signatories: string[];
|
|
1036
1035
|
observers: string[];
|
|
1037
1036
|
createdAt: string;
|
|
1037
|
+
packageName: string;
|
|
1038
1038
|
implementedInterfaces?: string[] | undefined;
|
|
1039
1039
|
};
|
|
1040
1040
|
};
|
|
@@ -1060,51 +1060,51 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1060
1060
|
packageName: z.ZodString;
|
|
1061
1061
|
}, "strip", z.ZodTypeAny, {
|
|
1062
1062
|
contractId: string;
|
|
1063
|
-
templateId: string;
|
|
1064
1063
|
offset: number;
|
|
1065
|
-
|
|
1066
|
-
submitter: string;
|
|
1064
|
+
templateId: string;
|
|
1067
1065
|
reassignmentId: string;
|
|
1068
1066
|
source: string;
|
|
1069
1067
|
target: string;
|
|
1068
|
+
submitter: string;
|
|
1070
1069
|
nodeId: number;
|
|
1070
|
+
packageName: string;
|
|
1071
1071
|
reassignmentCounter: number;
|
|
1072
1072
|
}, {
|
|
1073
1073
|
contractId: string;
|
|
1074
|
-
templateId: string;
|
|
1075
1074
|
offset: number;
|
|
1076
|
-
|
|
1077
|
-
submitter: string;
|
|
1075
|
+
templateId: string;
|
|
1078
1076
|
reassignmentId: string;
|
|
1079
1077
|
source: string;
|
|
1080
1078
|
target: string;
|
|
1079
|
+
submitter: string;
|
|
1081
1080
|
nodeId: number;
|
|
1081
|
+
packageName: string;
|
|
1082
1082
|
reassignmentCounter: number;
|
|
1083
1083
|
}>;
|
|
1084
1084
|
}, "strip", z.ZodTypeAny, {
|
|
1085
1085
|
assignedEvent: {
|
|
1086
1086
|
contractId: string;
|
|
1087
|
-
templateId: string;
|
|
1088
1087
|
offset: number;
|
|
1089
|
-
|
|
1090
|
-
submitter: string;
|
|
1088
|
+
templateId: string;
|
|
1091
1089
|
reassignmentId: string;
|
|
1092
1090
|
source: string;
|
|
1093
1091
|
target: string;
|
|
1092
|
+
submitter: string;
|
|
1094
1093
|
nodeId: number;
|
|
1094
|
+
packageName: string;
|
|
1095
1095
|
reassignmentCounter: number;
|
|
1096
1096
|
};
|
|
1097
1097
|
}, {
|
|
1098
1098
|
assignedEvent: {
|
|
1099
1099
|
contractId: string;
|
|
1100
|
-
templateId: string;
|
|
1101
1100
|
offset: number;
|
|
1102
|
-
|
|
1103
|
-
submitter: string;
|
|
1101
|
+
templateId: string;
|
|
1104
1102
|
reassignmentId: string;
|
|
1105
1103
|
source: string;
|
|
1106
1104
|
target: string;
|
|
1105
|
+
submitter: string;
|
|
1107
1106
|
nodeId: number;
|
|
1107
|
+
packageName: string;
|
|
1108
1108
|
reassignmentCounter: number;
|
|
1109
1109
|
};
|
|
1110
1110
|
}>;
|
|
@@ -1112,14 +1112,14 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1112
1112
|
JsIncompleteAssigned: {
|
|
1113
1113
|
assignedEvent: {
|
|
1114
1114
|
contractId: string;
|
|
1115
|
-
templateId: string;
|
|
1116
1115
|
offset: number;
|
|
1117
|
-
|
|
1118
|
-
submitter: string;
|
|
1116
|
+
templateId: string;
|
|
1119
1117
|
reassignmentId: string;
|
|
1120
1118
|
source: string;
|
|
1121
1119
|
target: string;
|
|
1120
|
+
submitter: string;
|
|
1122
1121
|
nodeId: number;
|
|
1122
|
+
packageName: string;
|
|
1123
1123
|
reassignmentCounter: number;
|
|
1124
1124
|
};
|
|
1125
1125
|
};
|
|
@@ -1127,14 +1127,14 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1127
1127
|
JsIncompleteAssigned: {
|
|
1128
1128
|
assignedEvent: {
|
|
1129
1129
|
contractId: string;
|
|
1130
|
-
templateId: string;
|
|
1131
1130
|
offset: number;
|
|
1132
|
-
|
|
1133
|
-
submitter: string;
|
|
1131
|
+
templateId: string;
|
|
1134
1132
|
reassignmentId: string;
|
|
1135
1133
|
source: string;
|
|
1136
1134
|
target: string;
|
|
1135
|
+
submitter: string;
|
|
1137
1136
|
nodeId: number;
|
|
1137
|
+
packageName: string;
|
|
1138
1138
|
reassignmentCounter: number;
|
|
1139
1139
|
};
|
|
1140
1140
|
};
|
|
@@ -1158,9 +1158,8 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1158
1158
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1159
1159
|
}, "strip", z.ZodTypeAny, {
|
|
1160
1160
|
contractId: string;
|
|
1161
|
-
templateId: string;
|
|
1162
1161
|
offset: number;
|
|
1163
|
-
|
|
1162
|
+
templateId: string;
|
|
1164
1163
|
contractKey: string | null;
|
|
1165
1164
|
createdEventBlob: string;
|
|
1166
1165
|
nodeId: number;
|
|
@@ -1170,12 +1169,12 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1170
1169
|
signatories: string[];
|
|
1171
1170
|
observers: string[];
|
|
1172
1171
|
createdAt: string;
|
|
1172
|
+
packageName: string;
|
|
1173
1173
|
implementedInterfaces?: string[] | undefined;
|
|
1174
1174
|
}, {
|
|
1175
1175
|
contractId: string;
|
|
1176
|
-
templateId: string;
|
|
1177
1176
|
offset: number;
|
|
1178
|
-
|
|
1177
|
+
templateId: string;
|
|
1179
1178
|
contractKey: string | null;
|
|
1180
1179
|
createdEventBlob: string;
|
|
1181
1180
|
nodeId: number;
|
|
@@ -1185,6 +1184,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1185
1184
|
signatories: string[];
|
|
1186
1185
|
observers: string[];
|
|
1187
1186
|
createdAt: string;
|
|
1187
|
+
packageName: string;
|
|
1188
1188
|
implementedInterfaces?: string[] | undefined;
|
|
1189
1189
|
}>;
|
|
1190
1190
|
/** Unassigned event details. */
|
|
@@ -1201,33 +1201,32 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1201
1201
|
packageName: z.ZodString;
|
|
1202
1202
|
}, "strip", z.ZodTypeAny, {
|
|
1203
1203
|
contractId: string;
|
|
1204
|
-
templateId: string;
|
|
1205
1204
|
offset: number;
|
|
1206
|
-
|
|
1207
|
-
submitter: string;
|
|
1205
|
+
templateId: string;
|
|
1208
1206
|
reassignmentId: string;
|
|
1209
1207
|
source: string;
|
|
1210
1208
|
target: string;
|
|
1209
|
+
submitter: string;
|
|
1211
1210
|
nodeId: number;
|
|
1211
|
+
packageName: string;
|
|
1212
1212
|
reassignmentCounter: number;
|
|
1213
1213
|
}, {
|
|
1214
1214
|
contractId: string;
|
|
1215
|
-
templateId: string;
|
|
1216
1215
|
offset: number;
|
|
1217
|
-
|
|
1218
|
-
submitter: string;
|
|
1216
|
+
templateId: string;
|
|
1219
1217
|
reassignmentId: string;
|
|
1220
1218
|
source: string;
|
|
1221
1219
|
target: string;
|
|
1220
|
+
submitter: string;
|
|
1222
1221
|
nodeId: number;
|
|
1222
|
+
packageName: string;
|
|
1223
1223
|
reassignmentCounter: number;
|
|
1224
1224
|
}>;
|
|
1225
1225
|
}, "strip", z.ZodTypeAny, {
|
|
1226
1226
|
createdEvent: {
|
|
1227
1227
|
contractId: string;
|
|
1228
|
-
templateId: string;
|
|
1229
1228
|
offset: number;
|
|
1230
|
-
|
|
1229
|
+
templateId: string;
|
|
1231
1230
|
contractKey: string | null;
|
|
1232
1231
|
createdEventBlob: string;
|
|
1233
1232
|
nodeId: number;
|
|
@@ -1237,26 +1236,26 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1237
1236
|
signatories: string[];
|
|
1238
1237
|
observers: string[];
|
|
1239
1238
|
createdAt: string;
|
|
1239
|
+
packageName: string;
|
|
1240
1240
|
implementedInterfaces?: string[] | undefined;
|
|
1241
1241
|
};
|
|
1242
1242
|
unassignedEvent: {
|
|
1243
1243
|
contractId: string;
|
|
1244
|
-
templateId: string;
|
|
1245
1244
|
offset: number;
|
|
1246
|
-
|
|
1247
|
-
submitter: string;
|
|
1245
|
+
templateId: string;
|
|
1248
1246
|
reassignmentId: string;
|
|
1249
1247
|
source: string;
|
|
1250
1248
|
target: string;
|
|
1249
|
+
submitter: string;
|
|
1251
1250
|
nodeId: number;
|
|
1251
|
+
packageName: string;
|
|
1252
1252
|
reassignmentCounter: number;
|
|
1253
1253
|
};
|
|
1254
1254
|
}, {
|
|
1255
1255
|
createdEvent: {
|
|
1256
1256
|
contractId: string;
|
|
1257
|
-
templateId: string;
|
|
1258
1257
|
offset: number;
|
|
1259
|
-
|
|
1258
|
+
templateId: string;
|
|
1260
1259
|
contractKey: string | null;
|
|
1261
1260
|
createdEventBlob: string;
|
|
1262
1261
|
nodeId: number;
|
|
@@ -1266,18 +1265,19 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1266
1265
|
signatories: string[];
|
|
1267
1266
|
observers: string[];
|
|
1268
1267
|
createdAt: string;
|
|
1268
|
+
packageName: string;
|
|
1269
1269
|
implementedInterfaces?: string[] | undefined;
|
|
1270
1270
|
};
|
|
1271
1271
|
unassignedEvent: {
|
|
1272
1272
|
contractId: string;
|
|
1273
|
-
templateId: string;
|
|
1274
1273
|
offset: number;
|
|
1275
|
-
|
|
1276
|
-
submitter: string;
|
|
1274
|
+
templateId: string;
|
|
1277
1275
|
reassignmentId: string;
|
|
1278
1276
|
source: string;
|
|
1279
1277
|
target: string;
|
|
1278
|
+
submitter: string;
|
|
1280
1279
|
nodeId: number;
|
|
1280
|
+
packageName: string;
|
|
1281
1281
|
reassignmentCounter: number;
|
|
1282
1282
|
};
|
|
1283
1283
|
}>;
|
|
@@ -1285,9 +1285,8 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1285
1285
|
JsIncompleteUnassigned: {
|
|
1286
1286
|
createdEvent: {
|
|
1287
1287
|
contractId: string;
|
|
1288
|
-
templateId: string;
|
|
1289
1288
|
offset: number;
|
|
1290
|
-
|
|
1289
|
+
templateId: string;
|
|
1291
1290
|
contractKey: string | null;
|
|
1292
1291
|
createdEventBlob: string;
|
|
1293
1292
|
nodeId: number;
|
|
@@ -1297,18 +1296,19 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1297
1296
|
signatories: string[];
|
|
1298
1297
|
observers: string[];
|
|
1299
1298
|
createdAt: string;
|
|
1299
|
+
packageName: string;
|
|
1300
1300
|
implementedInterfaces?: string[] | undefined;
|
|
1301
1301
|
};
|
|
1302
1302
|
unassignedEvent: {
|
|
1303
1303
|
contractId: string;
|
|
1304
|
-
templateId: string;
|
|
1305
1304
|
offset: number;
|
|
1306
|
-
|
|
1307
|
-
submitter: string;
|
|
1305
|
+
templateId: string;
|
|
1308
1306
|
reassignmentId: string;
|
|
1309
1307
|
source: string;
|
|
1310
1308
|
target: string;
|
|
1309
|
+
submitter: string;
|
|
1311
1310
|
nodeId: number;
|
|
1311
|
+
packageName: string;
|
|
1312
1312
|
reassignmentCounter: number;
|
|
1313
1313
|
};
|
|
1314
1314
|
};
|
|
@@ -1316,9 +1316,8 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1316
1316
|
JsIncompleteUnassigned: {
|
|
1317
1317
|
createdEvent: {
|
|
1318
1318
|
contractId: string;
|
|
1319
|
-
templateId: string;
|
|
1320
1319
|
offset: number;
|
|
1321
|
-
|
|
1320
|
+
templateId: string;
|
|
1322
1321
|
contractKey: string | null;
|
|
1323
1322
|
createdEventBlob: string;
|
|
1324
1323
|
nodeId: number;
|
|
@@ -1328,18 +1327,19 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1328
1327
|
signatories: string[];
|
|
1329
1328
|
observers: string[];
|
|
1330
1329
|
createdAt: string;
|
|
1330
|
+
packageName: string;
|
|
1331
1331
|
implementedInterfaces?: string[] | undefined;
|
|
1332
1332
|
};
|
|
1333
1333
|
unassignedEvent: {
|
|
1334
1334
|
contractId: string;
|
|
1335
|
-
templateId: string;
|
|
1336
1335
|
offset: number;
|
|
1337
|
-
|
|
1338
|
-
submitter: string;
|
|
1336
|
+
templateId: string;
|
|
1339
1337
|
reassignmentId: string;
|
|
1340
1338
|
source: string;
|
|
1341
1339
|
target: string;
|
|
1340
|
+
submitter: string;
|
|
1342
1341
|
nodeId: number;
|
|
1342
|
+
packageName: string;
|
|
1343
1343
|
reassignmentCounter: number;
|
|
1344
1344
|
};
|
|
1345
1345
|
};
|
|
@@ -1351,9 +1351,8 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1351
1351
|
reassignmentCounter: number;
|
|
1352
1352
|
createdEvent: {
|
|
1353
1353
|
contractId: string;
|
|
1354
|
-
templateId: string;
|
|
1355
1354
|
offset: number;
|
|
1356
|
-
|
|
1355
|
+
templateId: string;
|
|
1357
1356
|
contractKey: string | null;
|
|
1358
1357
|
createdEventBlob: string;
|
|
1359
1358
|
nodeId: number;
|
|
@@ -1363,6 +1362,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1363
1362
|
signatories: string[];
|
|
1364
1363
|
observers: string[];
|
|
1365
1364
|
createdAt: string;
|
|
1365
|
+
packageName: string;
|
|
1366
1366
|
implementedInterfaces?: string[] | undefined;
|
|
1367
1367
|
};
|
|
1368
1368
|
};
|
|
@@ -1372,14 +1372,14 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1372
1372
|
JsIncompleteAssigned: {
|
|
1373
1373
|
assignedEvent: {
|
|
1374
1374
|
contractId: string;
|
|
1375
|
-
templateId: string;
|
|
1376
1375
|
offset: number;
|
|
1377
|
-
|
|
1378
|
-
submitter: string;
|
|
1376
|
+
templateId: string;
|
|
1379
1377
|
reassignmentId: string;
|
|
1380
1378
|
source: string;
|
|
1381
1379
|
target: string;
|
|
1380
|
+
submitter: string;
|
|
1382
1381
|
nodeId: number;
|
|
1382
|
+
packageName: string;
|
|
1383
1383
|
reassignmentCounter: number;
|
|
1384
1384
|
};
|
|
1385
1385
|
};
|
|
@@ -1387,9 +1387,8 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1387
1387
|
JsIncompleteUnassigned: {
|
|
1388
1388
|
createdEvent: {
|
|
1389
1389
|
contractId: string;
|
|
1390
|
-
templateId: string;
|
|
1391
1390
|
offset: number;
|
|
1392
|
-
|
|
1391
|
+
templateId: string;
|
|
1393
1392
|
contractKey: string | null;
|
|
1394
1393
|
createdEventBlob: string;
|
|
1395
1394
|
nodeId: number;
|
|
@@ -1399,18 +1398,19 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1399
1398
|
signatories: string[];
|
|
1400
1399
|
observers: string[];
|
|
1401
1400
|
createdAt: string;
|
|
1401
|
+
packageName: string;
|
|
1402
1402
|
implementedInterfaces?: string[] | undefined;
|
|
1403
1403
|
};
|
|
1404
1404
|
unassignedEvent: {
|
|
1405
1405
|
contractId: string;
|
|
1406
|
-
templateId: string;
|
|
1407
1406
|
offset: number;
|
|
1408
|
-
|
|
1409
|
-
submitter: string;
|
|
1407
|
+
templateId: string;
|
|
1410
1408
|
reassignmentId: string;
|
|
1411
1409
|
source: string;
|
|
1412
1410
|
target: string;
|
|
1411
|
+
submitter: string;
|
|
1413
1412
|
nodeId: number;
|
|
1413
|
+
packageName: string;
|
|
1414
1414
|
reassignmentCounter: number;
|
|
1415
1415
|
};
|
|
1416
1416
|
};
|
|
@@ -1423,9 +1423,8 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1423
1423
|
reassignmentCounter: number;
|
|
1424
1424
|
createdEvent: {
|
|
1425
1425
|
contractId: string;
|
|
1426
|
-
templateId: string;
|
|
1427
1426
|
offset: number;
|
|
1428
|
-
|
|
1427
|
+
templateId: string;
|
|
1429
1428
|
contractKey: string | null;
|
|
1430
1429
|
createdEventBlob: string;
|
|
1431
1430
|
nodeId: number;
|
|
@@ -1435,6 +1434,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1435
1434
|
signatories: string[];
|
|
1436
1435
|
observers: string[];
|
|
1437
1436
|
createdAt: string;
|
|
1437
|
+
packageName: string;
|
|
1438
1438
|
implementedInterfaces?: string[] | undefined;
|
|
1439
1439
|
};
|
|
1440
1440
|
};
|
|
@@ -1444,14 +1444,14 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1444
1444
|
JsIncompleteAssigned: {
|
|
1445
1445
|
assignedEvent: {
|
|
1446
1446
|
contractId: string;
|
|
1447
|
-
templateId: string;
|
|
1448
1447
|
offset: number;
|
|
1449
|
-
|
|
1450
|
-
submitter: string;
|
|
1448
|
+
templateId: string;
|
|
1451
1449
|
reassignmentId: string;
|
|
1452
1450
|
source: string;
|
|
1453
1451
|
target: string;
|
|
1452
|
+
submitter: string;
|
|
1454
1453
|
nodeId: number;
|
|
1454
|
+
packageName: string;
|
|
1455
1455
|
reassignmentCounter: number;
|
|
1456
1456
|
};
|
|
1457
1457
|
};
|
|
@@ -1459,9 +1459,8 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1459
1459
|
JsIncompleteUnassigned: {
|
|
1460
1460
|
createdEvent: {
|
|
1461
1461
|
contractId: string;
|
|
1462
|
-
templateId: string;
|
|
1463
1462
|
offset: number;
|
|
1464
|
-
|
|
1463
|
+
templateId: string;
|
|
1465
1464
|
contractKey: string | null;
|
|
1466
1465
|
createdEventBlob: string;
|
|
1467
1466
|
nodeId: number;
|
|
@@ -1471,18 +1470,19 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1471
1470
|
signatories: string[];
|
|
1472
1471
|
observers: string[];
|
|
1473
1472
|
createdAt: string;
|
|
1473
|
+
packageName: string;
|
|
1474
1474
|
implementedInterfaces?: string[] | undefined;
|
|
1475
1475
|
};
|
|
1476
1476
|
unassignedEvent: {
|
|
1477
1477
|
contractId: string;
|
|
1478
|
-
templateId: string;
|
|
1479
1478
|
offset: number;
|
|
1480
|
-
|
|
1481
|
-
submitter: string;
|
|
1479
|
+
templateId: string;
|
|
1482
1480
|
reassignmentId: string;
|
|
1483
1481
|
source: string;
|
|
1484
1482
|
target: string;
|
|
1483
|
+
submitter: string;
|
|
1485
1484
|
nodeId: number;
|
|
1485
|
+
packageName: string;
|
|
1486
1486
|
reassignmentCounter: number;
|
|
1487
1487
|
};
|
|
1488
1488
|
};
|
|
@@ -1516,9 +1516,8 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1516
1516
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1517
1517
|
}, "strip", z.ZodTypeAny, {
|
|
1518
1518
|
contractId: string;
|
|
1519
|
-
templateId: string;
|
|
1520
1519
|
offset: number;
|
|
1521
|
-
|
|
1520
|
+
templateId: string;
|
|
1522
1521
|
contractKey: string | null;
|
|
1523
1522
|
createdEventBlob: string;
|
|
1524
1523
|
nodeId: number;
|
|
@@ -1528,12 +1527,12 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1528
1527
|
signatories: string[];
|
|
1529
1528
|
observers: string[];
|
|
1530
1529
|
createdAt: string;
|
|
1530
|
+
packageName: string;
|
|
1531
1531
|
implementedInterfaces?: string[] | undefined;
|
|
1532
1532
|
}, {
|
|
1533
1533
|
contractId: string;
|
|
1534
|
-
templateId: string;
|
|
1535
1534
|
offset: number;
|
|
1536
|
-
|
|
1535
|
+
templateId: string;
|
|
1537
1536
|
contractKey: string | null;
|
|
1538
1537
|
createdEventBlob: string;
|
|
1539
1538
|
nodeId: number;
|
|
@@ -1543,6 +1542,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1543
1542
|
signatories: string[];
|
|
1544
1543
|
observers: string[];
|
|
1545
1544
|
createdAt: string;
|
|
1545
|
+
packageName: string;
|
|
1546
1546
|
implementedInterfaces?: string[] | undefined;
|
|
1547
1547
|
}>;
|
|
1548
1548
|
/** Synchronizer ID. */
|
|
@@ -1554,9 +1554,8 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1554
1554
|
reassignmentCounter: number;
|
|
1555
1555
|
createdEvent: {
|
|
1556
1556
|
contractId: string;
|
|
1557
|
-
templateId: string;
|
|
1558
1557
|
offset: number;
|
|
1559
|
-
|
|
1558
|
+
templateId: string;
|
|
1560
1559
|
contractKey: string | null;
|
|
1561
1560
|
createdEventBlob: string;
|
|
1562
1561
|
nodeId: number;
|
|
@@ -1566,6 +1565,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1566
1565
|
signatories: string[];
|
|
1567
1566
|
observers: string[];
|
|
1568
1567
|
createdAt: string;
|
|
1568
|
+
packageName: string;
|
|
1569
1569
|
implementedInterfaces?: string[] | undefined;
|
|
1570
1570
|
};
|
|
1571
1571
|
}, {
|
|
@@ -1573,9 +1573,8 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1573
1573
|
reassignmentCounter: number;
|
|
1574
1574
|
createdEvent: {
|
|
1575
1575
|
contractId: string;
|
|
1576
|
-
templateId: string;
|
|
1577
1576
|
offset: number;
|
|
1578
|
-
|
|
1577
|
+
templateId: string;
|
|
1579
1578
|
contractKey: string | null;
|
|
1580
1579
|
createdEventBlob: string;
|
|
1581
1580
|
nodeId: number;
|
|
@@ -1585,6 +1584,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1585
1584
|
signatories: string[];
|
|
1586
1585
|
observers: string[];
|
|
1587
1586
|
createdAt: string;
|
|
1587
|
+
packageName: string;
|
|
1588
1588
|
implementedInterfaces?: string[] | undefined;
|
|
1589
1589
|
};
|
|
1590
1590
|
}>;
|
|
@@ -1594,9 +1594,8 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1594
1594
|
reassignmentCounter: number;
|
|
1595
1595
|
createdEvent: {
|
|
1596
1596
|
contractId: string;
|
|
1597
|
-
templateId: string;
|
|
1598
1597
|
offset: number;
|
|
1599
|
-
|
|
1598
|
+
templateId: string;
|
|
1600
1599
|
contractKey: string | null;
|
|
1601
1600
|
createdEventBlob: string;
|
|
1602
1601
|
nodeId: number;
|
|
@@ -1606,6 +1605,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1606
1605
|
signatories: string[];
|
|
1607
1606
|
observers: string[];
|
|
1608
1607
|
createdAt: string;
|
|
1608
|
+
packageName: string;
|
|
1609
1609
|
implementedInterfaces?: string[] | undefined;
|
|
1610
1610
|
};
|
|
1611
1611
|
};
|
|
@@ -1615,9 +1615,8 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1615
1615
|
reassignmentCounter: number;
|
|
1616
1616
|
createdEvent: {
|
|
1617
1617
|
contractId: string;
|
|
1618
|
-
templateId: string;
|
|
1619
1618
|
offset: number;
|
|
1620
|
-
|
|
1619
|
+
templateId: string;
|
|
1621
1620
|
contractKey: string | null;
|
|
1622
1621
|
createdEventBlob: string;
|
|
1623
1622
|
nodeId: number;
|
|
@@ -1627,6 +1626,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1627
1626
|
signatories: string[];
|
|
1628
1627
|
observers: string[];
|
|
1629
1628
|
createdAt: string;
|
|
1629
|
+
packageName: string;
|
|
1630
1630
|
implementedInterfaces?: string[] | undefined;
|
|
1631
1631
|
};
|
|
1632
1632
|
};
|
|
@@ -1652,51 +1652,51 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1652
1652
|
packageName: z.ZodString;
|
|
1653
1653
|
}, "strip", z.ZodTypeAny, {
|
|
1654
1654
|
contractId: string;
|
|
1655
|
-
templateId: string;
|
|
1656
1655
|
offset: number;
|
|
1657
|
-
|
|
1658
|
-
submitter: string;
|
|
1656
|
+
templateId: string;
|
|
1659
1657
|
reassignmentId: string;
|
|
1660
1658
|
source: string;
|
|
1661
1659
|
target: string;
|
|
1660
|
+
submitter: string;
|
|
1662
1661
|
nodeId: number;
|
|
1662
|
+
packageName: string;
|
|
1663
1663
|
reassignmentCounter: number;
|
|
1664
1664
|
}, {
|
|
1665
1665
|
contractId: string;
|
|
1666
|
-
templateId: string;
|
|
1667
1666
|
offset: number;
|
|
1668
|
-
|
|
1669
|
-
submitter: string;
|
|
1667
|
+
templateId: string;
|
|
1670
1668
|
reassignmentId: string;
|
|
1671
1669
|
source: string;
|
|
1672
1670
|
target: string;
|
|
1671
|
+
submitter: string;
|
|
1673
1672
|
nodeId: number;
|
|
1673
|
+
packageName: string;
|
|
1674
1674
|
reassignmentCounter: number;
|
|
1675
1675
|
}>;
|
|
1676
1676
|
}, "strip", z.ZodTypeAny, {
|
|
1677
1677
|
assignedEvent: {
|
|
1678
1678
|
contractId: string;
|
|
1679
|
-
templateId: string;
|
|
1680
1679
|
offset: number;
|
|
1681
|
-
|
|
1682
|
-
submitter: string;
|
|
1680
|
+
templateId: string;
|
|
1683
1681
|
reassignmentId: string;
|
|
1684
1682
|
source: string;
|
|
1685
1683
|
target: string;
|
|
1684
|
+
submitter: string;
|
|
1686
1685
|
nodeId: number;
|
|
1686
|
+
packageName: string;
|
|
1687
1687
|
reassignmentCounter: number;
|
|
1688
1688
|
};
|
|
1689
1689
|
}, {
|
|
1690
1690
|
assignedEvent: {
|
|
1691
1691
|
contractId: string;
|
|
1692
|
-
templateId: string;
|
|
1693
1692
|
offset: number;
|
|
1694
|
-
|
|
1695
|
-
submitter: string;
|
|
1693
|
+
templateId: string;
|
|
1696
1694
|
reassignmentId: string;
|
|
1697
1695
|
source: string;
|
|
1698
1696
|
target: string;
|
|
1697
|
+
submitter: string;
|
|
1699
1698
|
nodeId: number;
|
|
1699
|
+
packageName: string;
|
|
1700
1700
|
reassignmentCounter: number;
|
|
1701
1701
|
};
|
|
1702
1702
|
}>;
|
|
@@ -1704,14 +1704,14 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1704
1704
|
JsIncompleteAssigned: {
|
|
1705
1705
|
assignedEvent: {
|
|
1706
1706
|
contractId: string;
|
|
1707
|
-
templateId: string;
|
|
1708
1707
|
offset: number;
|
|
1709
|
-
|
|
1710
|
-
submitter: string;
|
|
1708
|
+
templateId: string;
|
|
1711
1709
|
reassignmentId: string;
|
|
1712
1710
|
source: string;
|
|
1713
1711
|
target: string;
|
|
1712
|
+
submitter: string;
|
|
1714
1713
|
nodeId: number;
|
|
1714
|
+
packageName: string;
|
|
1715
1715
|
reassignmentCounter: number;
|
|
1716
1716
|
};
|
|
1717
1717
|
};
|
|
@@ -1719,14 +1719,14 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1719
1719
|
JsIncompleteAssigned: {
|
|
1720
1720
|
assignedEvent: {
|
|
1721
1721
|
contractId: string;
|
|
1722
|
-
templateId: string;
|
|
1723
1722
|
offset: number;
|
|
1724
|
-
|
|
1725
|
-
submitter: string;
|
|
1723
|
+
templateId: string;
|
|
1726
1724
|
reassignmentId: string;
|
|
1727
1725
|
source: string;
|
|
1728
1726
|
target: string;
|
|
1727
|
+
submitter: string;
|
|
1729
1728
|
nodeId: number;
|
|
1729
|
+
packageName: string;
|
|
1730
1730
|
reassignmentCounter: number;
|
|
1731
1731
|
};
|
|
1732
1732
|
};
|
|
@@ -1750,9 +1750,8 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1750
1750
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1751
1751
|
}, "strip", z.ZodTypeAny, {
|
|
1752
1752
|
contractId: string;
|
|
1753
|
-
templateId: string;
|
|
1754
1753
|
offset: number;
|
|
1755
|
-
|
|
1754
|
+
templateId: string;
|
|
1756
1755
|
contractKey: string | null;
|
|
1757
1756
|
createdEventBlob: string;
|
|
1758
1757
|
nodeId: number;
|
|
@@ -1762,12 +1761,12 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1762
1761
|
signatories: string[];
|
|
1763
1762
|
observers: string[];
|
|
1764
1763
|
createdAt: string;
|
|
1764
|
+
packageName: string;
|
|
1765
1765
|
implementedInterfaces?: string[] | undefined;
|
|
1766
1766
|
}, {
|
|
1767
1767
|
contractId: string;
|
|
1768
|
-
templateId: string;
|
|
1769
1768
|
offset: number;
|
|
1770
|
-
|
|
1769
|
+
templateId: string;
|
|
1771
1770
|
contractKey: string | null;
|
|
1772
1771
|
createdEventBlob: string;
|
|
1773
1772
|
nodeId: number;
|
|
@@ -1777,6 +1776,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1777
1776
|
signatories: string[];
|
|
1778
1777
|
observers: string[];
|
|
1779
1778
|
createdAt: string;
|
|
1779
|
+
packageName: string;
|
|
1780
1780
|
implementedInterfaces?: string[] | undefined;
|
|
1781
1781
|
}>;
|
|
1782
1782
|
/** Unassigned event details. */
|
|
@@ -1793,33 +1793,32 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1793
1793
|
packageName: z.ZodString;
|
|
1794
1794
|
}, "strip", z.ZodTypeAny, {
|
|
1795
1795
|
contractId: string;
|
|
1796
|
-
templateId: string;
|
|
1797
1796
|
offset: number;
|
|
1798
|
-
|
|
1799
|
-
submitter: string;
|
|
1797
|
+
templateId: string;
|
|
1800
1798
|
reassignmentId: string;
|
|
1801
1799
|
source: string;
|
|
1802
1800
|
target: string;
|
|
1801
|
+
submitter: string;
|
|
1803
1802
|
nodeId: number;
|
|
1803
|
+
packageName: string;
|
|
1804
1804
|
reassignmentCounter: number;
|
|
1805
1805
|
}, {
|
|
1806
1806
|
contractId: string;
|
|
1807
|
-
templateId: string;
|
|
1808
1807
|
offset: number;
|
|
1809
|
-
|
|
1810
|
-
submitter: string;
|
|
1808
|
+
templateId: string;
|
|
1811
1809
|
reassignmentId: string;
|
|
1812
1810
|
source: string;
|
|
1813
1811
|
target: string;
|
|
1812
|
+
submitter: string;
|
|
1814
1813
|
nodeId: number;
|
|
1814
|
+
packageName: string;
|
|
1815
1815
|
reassignmentCounter: number;
|
|
1816
1816
|
}>;
|
|
1817
1817
|
}, "strip", z.ZodTypeAny, {
|
|
1818
1818
|
createdEvent: {
|
|
1819
1819
|
contractId: string;
|
|
1820
|
-
templateId: string;
|
|
1821
1820
|
offset: number;
|
|
1822
|
-
|
|
1821
|
+
templateId: string;
|
|
1823
1822
|
contractKey: string | null;
|
|
1824
1823
|
createdEventBlob: string;
|
|
1825
1824
|
nodeId: number;
|
|
@@ -1829,26 +1828,26 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1829
1828
|
signatories: string[];
|
|
1830
1829
|
observers: string[];
|
|
1831
1830
|
createdAt: string;
|
|
1831
|
+
packageName: string;
|
|
1832
1832
|
implementedInterfaces?: string[] | undefined;
|
|
1833
1833
|
};
|
|
1834
1834
|
unassignedEvent: {
|
|
1835
1835
|
contractId: string;
|
|
1836
|
-
templateId: string;
|
|
1837
1836
|
offset: number;
|
|
1838
|
-
|
|
1839
|
-
submitter: string;
|
|
1837
|
+
templateId: string;
|
|
1840
1838
|
reassignmentId: string;
|
|
1841
1839
|
source: string;
|
|
1842
1840
|
target: string;
|
|
1841
|
+
submitter: string;
|
|
1843
1842
|
nodeId: number;
|
|
1843
|
+
packageName: string;
|
|
1844
1844
|
reassignmentCounter: number;
|
|
1845
1845
|
};
|
|
1846
1846
|
}, {
|
|
1847
1847
|
createdEvent: {
|
|
1848
1848
|
contractId: string;
|
|
1849
|
-
templateId: string;
|
|
1850
1849
|
offset: number;
|
|
1851
|
-
|
|
1850
|
+
templateId: string;
|
|
1852
1851
|
contractKey: string | null;
|
|
1853
1852
|
createdEventBlob: string;
|
|
1854
1853
|
nodeId: number;
|
|
@@ -1858,18 +1857,19 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1858
1857
|
signatories: string[];
|
|
1859
1858
|
observers: string[];
|
|
1860
1859
|
createdAt: string;
|
|
1860
|
+
packageName: string;
|
|
1861
1861
|
implementedInterfaces?: string[] | undefined;
|
|
1862
1862
|
};
|
|
1863
1863
|
unassignedEvent: {
|
|
1864
1864
|
contractId: string;
|
|
1865
|
-
templateId: string;
|
|
1866
1865
|
offset: number;
|
|
1867
|
-
|
|
1868
|
-
submitter: string;
|
|
1866
|
+
templateId: string;
|
|
1869
1867
|
reassignmentId: string;
|
|
1870
1868
|
source: string;
|
|
1871
1869
|
target: string;
|
|
1870
|
+
submitter: string;
|
|
1872
1871
|
nodeId: number;
|
|
1872
|
+
packageName: string;
|
|
1873
1873
|
reassignmentCounter: number;
|
|
1874
1874
|
};
|
|
1875
1875
|
}>;
|
|
@@ -1877,9 +1877,8 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1877
1877
|
JsIncompleteUnassigned: {
|
|
1878
1878
|
createdEvent: {
|
|
1879
1879
|
contractId: string;
|
|
1880
|
-
templateId: string;
|
|
1881
1880
|
offset: number;
|
|
1882
|
-
|
|
1881
|
+
templateId: string;
|
|
1883
1882
|
contractKey: string | null;
|
|
1884
1883
|
createdEventBlob: string;
|
|
1885
1884
|
nodeId: number;
|
|
@@ -1889,18 +1888,19 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1889
1888
|
signatories: string[];
|
|
1890
1889
|
observers: string[];
|
|
1891
1890
|
createdAt: string;
|
|
1891
|
+
packageName: string;
|
|
1892
1892
|
implementedInterfaces?: string[] | undefined;
|
|
1893
1893
|
};
|
|
1894
1894
|
unassignedEvent: {
|
|
1895
1895
|
contractId: string;
|
|
1896
|
-
templateId: string;
|
|
1897
1896
|
offset: number;
|
|
1898
|
-
|
|
1899
|
-
submitter: string;
|
|
1897
|
+
templateId: string;
|
|
1900
1898
|
reassignmentId: string;
|
|
1901
1899
|
source: string;
|
|
1902
1900
|
target: string;
|
|
1901
|
+
submitter: string;
|
|
1903
1902
|
nodeId: number;
|
|
1903
|
+
packageName: string;
|
|
1904
1904
|
reassignmentCounter: number;
|
|
1905
1905
|
};
|
|
1906
1906
|
};
|
|
@@ -1908,9 +1908,8 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1908
1908
|
JsIncompleteUnassigned: {
|
|
1909
1909
|
createdEvent: {
|
|
1910
1910
|
contractId: string;
|
|
1911
|
-
templateId: string;
|
|
1912
1911
|
offset: number;
|
|
1913
|
-
|
|
1912
|
+
templateId: string;
|
|
1914
1913
|
contractKey: string | null;
|
|
1915
1914
|
createdEventBlob: string;
|
|
1916
1915
|
nodeId: number;
|
|
@@ -1920,18 +1919,19 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1920
1919
|
signatories: string[];
|
|
1921
1920
|
observers: string[];
|
|
1922
1921
|
createdAt: string;
|
|
1922
|
+
packageName: string;
|
|
1923
1923
|
implementedInterfaces?: string[] | undefined;
|
|
1924
1924
|
};
|
|
1925
1925
|
unassignedEvent: {
|
|
1926
1926
|
contractId: string;
|
|
1927
|
-
templateId: string;
|
|
1928
1927
|
offset: number;
|
|
1929
|
-
|
|
1930
|
-
submitter: string;
|
|
1928
|
+
templateId: string;
|
|
1931
1929
|
reassignmentId: string;
|
|
1932
1930
|
source: string;
|
|
1933
1931
|
target: string;
|
|
1932
|
+
submitter: string;
|
|
1934
1933
|
nodeId: number;
|
|
1934
|
+
packageName: string;
|
|
1935
1935
|
reassignmentCounter: number;
|
|
1936
1936
|
};
|
|
1937
1937
|
};
|
|
@@ -1943,9 +1943,8 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1943
1943
|
reassignmentCounter: number;
|
|
1944
1944
|
createdEvent: {
|
|
1945
1945
|
contractId: string;
|
|
1946
|
-
templateId: string;
|
|
1947
1946
|
offset: number;
|
|
1948
|
-
|
|
1947
|
+
templateId: string;
|
|
1949
1948
|
contractKey: string | null;
|
|
1950
1949
|
createdEventBlob: string;
|
|
1951
1950
|
nodeId: number;
|
|
@@ -1955,6 +1954,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1955
1954
|
signatories: string[];
|
|
1956
1955
|
observers: string[];
|
|
1957
1956
|
createdAt: string;
|
|
1957
|
+
packageName: string;
|
|
1958
1958
|
implementedInterfaces?: string[] | undefined;
|
|
1959
1959
|
};
|
|
1960
1960
|
};
|
|
@@ -1964,14 +1964,14 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1964
1964
|
JsIncompleteAssigned: {
|
|
1965
1965
|
assignedEvent: {
|
|
1966
1966
|
contractId: string;
|
|
1967
|
-
templateId: string;
|
|
1968
1967
|
offset: number;
|
|
1969
|
-
|
|
1970
|
-
submitter: string;
|
|
1968
|
+
templateId: string;
|
|
1971
1969
|
reassignmentId: string;
|
|
1972
1970
|
source: string;
|
|
1973
1971
|
target: string;
|
|
1972
|
+
submitter: string;
|
|
1974
1973
|
nodeId: number;
|
|
1974
|
+
packageName: string;
|
|
1975
1975
|
reassignmentCounter: number;
|
|
1976
1976
|
};
|
|
1977
1977
|
};
|
|
@@ -1979,9 +1979,8 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1979
1979
|
JsIncompleteUnassigned: {
|
|
1980
1980
|
createdEvent: {
|
|
1981
1981
|
contractId: string;
|
|
1982
|
-
templateId: string;
|
|
1983
1982
|
offset: number;
|
|
1984
|
-
|
|
1983
|
+
templateId: string;
|
|
1985
1984
|
contractKey: string | null;
|
|
1986
1985
|
createdEventBlob: string;
|
|
1987
1986
|
nodeId: number;
|
|
@@ -1991,18 +1990,19 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1991
1990
|
signatories: string[];
|
|
1992
1991
|
observers: string[];
|
|
1993
1992
|
createdAt: string;
|
|
1993
|
+
packageName: string;
|
|
1994
1994
|
implementedInterfaces?: string[] | undefined;
|
|
1995
1995
|
};
|
|
1996
1996
|
unassignedEvent: {
|
|
1997
1997
|
contractId: string;
|
|
1998
|
-
templateId: string;
|
|
1999
1998
|
offset: number;
|
|
2000
|
-
|
|
2001
|
-
submitter: string;
|
|
1999
|
+
templateId: string;
|
|
2002
2000
|
reassignmentId: string;
|
|
2003
2001
|
source: string;
|
|
2004
2002
|
target: string;
|
|
2003
|
+
submitter: string;
|
|
2005
2004
|
nodeId: number;
|
|
2005
|
+
packageName: string;
|
|
2006
2006
|
reassignmentCounter: number;
|
|
2007
2007
|
};
|
|
2008
2008
|
};
|
|
@@ -2015,9 +2015,8 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
2015
2015
|
reassignmentCounter: number;
|
|
2016
2016
|
createdEvent: {
|
|
2017
2017
|
contractId: string;
|
|
2018
|
-
templateId: string;
|
|
2019
2018
|
offset: number;
|
|
2020
|
-
|
|
2019
|
+
templateId: string;
|
|
2021
2020
|
contractKey: string | null;
|
|
2022
2021
|
createdEventBlob: string;
|
|
2023
2022
|
nodeId: number;
|
|
@@ -2027,6 +2026,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
2027
2026
|
signatories: string[];
|
|
2028
2027
|
observers: string[];
|
|
2029
2028
|
createdAt: string;
|
|
2029
|
+
packageName: string;
|
|
2030
2030
|
implementedInterfaces?: string[] | undefined;
|
|
2031
2031
|
};
|
|
2032
2032
|
};
|
|
@@ -2036,14 +2036,14 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
2036
2036
|
JsIncompleteAssigned: {
|
|
2037
2037
|
assignedEvent: {
|
|
2038
2038
|
contractId: string;
|
|
2039
|
-
templateId: string;
|
|
2040
2039
|
offset: number;
|
|
2041
|
-
|
|
2042
|
-
submitter: string;
|
|
2040
|
+
templateId: string;
|
|
2043
2041
|
reassignmentId: string;
|
|
2044
2042
|
source: string;
|
|
2045
2043
|
target: string;
|
|
2044
|
+
submitter: string;
|
|
2046
2045
|
nodeId: number;
|
|
2046
|
+
packageName: string;
|
|
2047
2047
|
reassignmentCounter: number;
|
|
2048
2048
|
};
|
|
2049
2049
|
};
|
|
@@ -2051,9 +2051,8 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
2051
2051
|
JsIncompleteUnassigned: {
|
|
2052
2052
|
createdEvent: {
|
|
2053
2053
|
contractId: string;
|
|
2054
|
-
templateId: string;
|
|
2055
2054
|
offset: number;
|
|
2056
|
-
|
|
2055
|
+
templateId: string;
|
|
2057
2056
|
contractKey: string | null;
|
|
2058
2057
|
createdEventBlob: string;
|
|
2059
2058
|
nodeId: number;
|
|
@@ -2063,18 +2062,19 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
2063
2062
|
signatories: string[];
|
|
2064
2063
|
observers: string[];
|
|
2065
2064
|
createdAt: string;
|
|
2065
|
+
packageName: string;
|
|
2066
2066
|
implementedInterfaces?: string[] | undefined;
|
|
2067
2067
|
};
|
|
2068
2068
|
unassignedEvent: {
|
|
2069
2069
|
contractId: string;
|
|
2070
|
-
templateId: string;
|
|
2071
2070
|
offset: number;
|
|
2072
|
-
|
|
2073
|
-
submitter: string;
|
|
2071
|
+
templateId: string;
|
|
2074
2072
|
reassignmentId: string;
|
|
2075
2073
|
source: string;
|
|
2076
2074
|
target: string;
|
|
2075
|
+
submitter: string;
|
|
2077
2076
|
nodeId: number;
|
|
2077
|
+
packageName: string;
|
|
2078
2078
|
reassignmentCounter: number;
|
|
2079
2079
|
};
|
|
2080
2080
|
};
|