@fairmint/canton-node-sdk 0.0.31 → 0.0.32
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 +80 -52
- package/build/src/clients/ledger-json-api/LedgerJsonApiClient.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/LedgerJsonApiClient.js +45 -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
|
@@ -35,9 +35,8 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
35
35
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
36
36
|
}, "strict", z.ZodTypeAny, {
|
|
37
37
|
contractId: string;
|
|
38
|
-
templateId: string;
|
|
39
38
|
offset: number;
|
|
40
|
-
|
|
39
|
+
templateId: string;
|
|
41
40
|
contractKey: string | null;
|
|
42
41
|
createdEventBlob: string;
|
|
43
42
|
nodeId: number;
|
|
@@ -47,12 +46,12 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
47
46
|
signatories: string[];
|
|
48
47
|
observers: string[];
|
|
49
48
|
createdAt: string;
|
|
49
|
+
packageName: string;
|
|
50
50
|
implementedInterfaces?: string[] | undefined;
|
|
51
51
|
}, {
|
|
52
52
|
contractId: string;
|
|
53
|
-
templateId: string;
|
|
54
53
|
offset: number;
|
|
55
|
-
|
|
54
|
+
templateId: string;
|
|
56
55
|
contractKey: string | null;
|
|
57
56
|
createdEventBlob: string;
|
|
58
57
|
nodeId: number;
|
|
@@ -62,14 +61,14 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
62
61
|
signatories: string[];
|
|
63
62
|
observers: string[];
|
|
64
63
|
createdAt: string;
|
|
64
|
+
packageName: string;
|
|
65
65
|
implementedInterfaces?: string[] | undefined;
|
|
66
66
|
}>;
|
|
67
67
|
}, "strict", z.ZodTypeAny, {
|
|
68
68
|
value: {
|
|
69
69
|
contractId: string;
|
|
70
|
-
templateId: string;
|
|
71
70
|
offset: number;
|
|
72
|
-
|
|
71
|
+
templateId: string;
|
|
73
72
|
contractKey: string | null;
|
|
74
73
|
createdEventBlob: string;
|
|
75
74
|
nodeId: number;
|
|
@@ -79,14 +78,14 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
79
78
|
signatories: string[];
|
|
80
79
|
observers: string[];
|
|
81
80
|
createdAt: string;
|
|
81
|
+
packageName: string;
|
|
82
82
|
implementedInterfaces?: string[] | undefined;
|
|
83
83
|
};
|
|
84
84
|
}, {
|
|
85
85
|
value: {
|
|
86
86
|
contractId: string;
|
|
87
|
-
templateId: string;
|
|
88
87
|
offset: number;
|
|
89
|
-
|
|
88
|
+
templateId: string;
|
|
90
89
|
contractKey: string | null;
|
|
91
90
|
createdEventBlob: string;
|
|
92
91
|
nodeId: number;
|
|
@@ -96,6 +95,7 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
96
95
|
signatories: string[];
|
|
97
96
|
observers: string[];
|
|
98
97
|
createdAt: string;
|
|
98
|
+
packageName: string;
|
|
99
99
|
implementedInterfaces?: string[] | undefined;
|
|
100
100
|
};
|
|
101
101
|
}>;
|
|
@@ -103,9 +103,8 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
103
103
|
CreatedTreeEvent: {
|
|
104
104
|
value: {
|
|
105
105
|
contractId: string;
|
|
106
|
-
templateId: string;
|
|
107
106
|
offset: number;
|
|
108
|
-
|
|
107
|
+
templateId: string;
|
|
109
108
|
contractKey: string | null;
|
|
110
109
|
createdEventBlob: string;
|
|
111
110
|
nodeId: number;
|
|
@@ -115,6 +114,7 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
115
114
|
signatories: string[];
|
|
116
115
|
observers: string[];
|
|
117
116
|
createdAt: string;
|
|
117
|
+
packageName: string;
|
|
118
118
|
implementedInterfaces?: string[] | undefined;
|
|
119
119
|
};
|
|
120
120
|
};
|
|
@@ -122,9 +122,8 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
122
122
|
CreatedTreeEvent: {
|
|
123
123
|
value: {
|
|
124
124
|
contractId: string;
|
|
125
|
-
templateId: string;
|
|
126
125
|
offset: number;
|
|
127
|
-
|
|
126
|
+
templateId: string;
|
|
128
127
|
contractKey: string | null;
|
|
129
128
|
createdEventBlob: string;
|
|
130
129
|
nodeId: number;
|
|
@@ -134,6 +133,7 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
134
133
|
signatories: string[];
|
|
135
134
|
observers: string[];
|
|
136
135
|
createdAt: string;
|
|
136
|
+
packageName: string;
|
|
137
137
|
implementedInterfaces?: string[] | undefined;
|
|
138
138
|
};
|
|
139
139
|
};
|
|
@@ -174,14 +174,14 @@ export declare const ExercisedTreeEventSchema: z.ZodObject<{
|
|
|
174
174
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
175
175
|
}, "strict", z.ZodTypeAny, {
|
|
176
176
|
contractId: string;
|
|
177
|
-
interfaceId: string | null;
|
|
178
|
-
templateId: string;
|
|
179
177
|
offset: number;
|
|
180
|
-
|
|
178
|
+
templateId: string;
|
|
181
179
|
choice: string;
|
|
182
180
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
183
181
|
nodeId: number;
|
|
184
182
|
witnessParties: string[];
|
|
183
|
+
packageName: string;
|
|
184
|
+
interfaceId: string | null;
|
|
185
185
|
actingParties: string[];
|
|
186
186
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
187
187
|
consuming: boolean;
|
|
@@ -189,14 +189,14 @@ export declare const ExercisedTreeEventSchema: z.ZodObject<{
|
|
|
189
189
|
lastDescendantNodeId?: number | undefined;
|
|
190
190
|
}, {
|
|
191
191
|
contractId: string;
|
|
192
|
-
interfaceId: string | null;
|
|
193
|
-
templateId: string;
|
|
194
192
|
offset: number;
|
|
195
|
-
|
|
193
|
+
templateId: string;
|
|
196
194
|
choice: string;
|
|
197
195
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
198
196
|
nodeId: number;
|
|
199
197
|
witnessParties: string[];
|
|
198
|
+
packageName: string;
|
|
199
|
+
interfaceId: string | null;
|
|
200
200
|
actingParties: string[];
|
|
201
201
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
202
202
|
consuming: boolean;
|
|
@@ -206,14 +206,14 @@ export declare const ExercisedTreeEventSchema: z.ZodObject<{
|
|
|
206
206
|
}, "strict", z.ZodTypeAny, {
|
|
207
207
|
value: {
|
|
208
208
|
contractId: string;
|
|
209
|
-
interfaceId: string | null;
|
|
210
|
-
templateId: string;
|
|
211
209
|
offset: number;
|
|
212
|
-
|
|
210
|
+
templateId: string;
|
|
213
211
|
choice: string;
|
|
214
212
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
215
213
|
nodeId: number;
|
|
216
214
|
witnessParties: string[];
|
|
215
|
+
packageName: string;
|
|
216
|
+
interfaceId: string | null;
|
|
217
217
|
actingParties: string[];
|
|
218
218
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
219
219
|
consuming: boolean;
|
|
@@ -223,14 +223,14 @@ export declare const ExercisedTreeEventSchema: z.ZodObject<{
|
|
|
223
223
|
}, {
|
|
224
224
|
value: {
|
|
225
225
|
contractId: string;
|
|
226
|
-
interfaceId: string | null;
|
|
227
|
-
templateId: string;
|
|
228
226
|
offset: number;
|
|
229
|
-
|
|
227
|
+
templateId: string;
|
|
230
228
|
choice: string;
|
|
231
229
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
232
230
|
nodeId: number;
|
|
233
231
|
witnessParties: string[];
|
|
232
|
+
packageName: string;
|
|
233
|
+
interfaceId: string | null;
|
|
234
234
|
actingParties: string[];
|
|
235
235
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
236
236
|
consuming: boolean;
|
|
@@ -242,14 +242,14 @@ export declare const ExercisedTreeEventSchema: z.ZodObject<{
|
|
|
242
242
|
ExercisedTreeEvent: {
|
|
243
243
|
value: {
|
|
244
244
|
contractId: string;
|
|
245
|
-
interfaceId: string | null;
|
|
246
|
-
templateId: string;
|
|
247
245
|
offset: number;
|
|
248
|
-
|
|
246
|
+
templateId: string;
|
|
249
247
|
choice: string;
|
|
250
248
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
251
249
|
nodeId: number;
|
|
252
250
|
witnessParties: string[];
|
|
251
|
+
packageName: string;
|
|
252
|
+
interfaceId: string | null;
|
|
253
253
|
actingParties: string[];
|
|
254
254
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
255
255
|
consuming: boolean;
|
|
@@ -261,14 +261,14 @@ export declare const ExercisedTreeEventSchema: z.ZodObject<{
|
|
|
261
261
|
ExercisedTreeEvent: {
|
|
262
262
|
value: {
|
|
263
263
|
contractId: string;
|
|
264
|
-
interfaceId: string | null;
|
|
265
|
-
templateId: string;
|
|
266
264
|
offset: number;
|
|
267
|
-
|
|
265
|
+
templateId: string;
|
|
268
266
|
choice: string;
|
|
269
267
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
270
268
|
nodeId: number;
|
|
271
269
|
witnessParties: string[];
|
|
270
|
+
packageName: string;
|
|
271
|
+
interfaceId: string | null;
|
|
272
272
|
actingParties: string[];
|
|
273
273
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
274
274
|
consuming: boolean;
|
|
@@ -299,39 +299,39 @@ export declare const ArchivedTreeEventSchema: z.ZodObject<{
|
|
|
299
299
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
300
300
|
}, "strict", z.ZodTypeAny, {
|
|
301
301
|
contractId: string;
|
|
302
|
-
templateId: string;
|
|
303
302
|
offset: number;
|
|
304
|
-
|
|
303
|
+
templateId: string;
|
|
305
304
|
nodeId: number;
|
|
306
305
|
witnessParties: string[];
|
|
306
|
+
packageName: string;
|
|
307
307
|
implementedInterfaces?: string[] | undefined;
|
|
308
308
|
}, {
|
|
309
309
|
contractId: string;
|
|
310
|
-
templateId: string;
|
|
311
310
|
offset: number;
|
|
312
|
-
|
|
311
|
+
templateId: string;
|
|
313
312
|
nodeId: number;
|
|
314
313
|
witnessParties: string[];
|
|
314
|
+
packageName: string;
|
|
315
315
|
implementedInterfaces?: string[] | undefined;
|
|
316
316
|
}>;
|
|
317
317
|
}, "strict", z.ZodTypeAny, {
|
|
318
318
|
value: {
|
|
319
319
|
contractId: string;
|
|
320
|
-
templateId: string;
|
|
321
320
|
offset: number;
|
|
322
|
-
|
|
321
|
+
templateId: string;
|
|
323
322
|
nodeId: number;
|
|
324
323
|
witnessParties: string[];
|
|
324
|
+
packageName: string;
|
|
325
325
|
implementedInterfaces?: string[] | undefined;
|
|
326
326
|
};
|
|
327
327
|
}, {
|
|
328
328
|
value: {
|
|
329
329
|
contractId: string;
|
|
330
|
-
templateId: string;
|
|
331
330
|
offset: number;
|
|
332
|
-
|
|
331
|
+
templateId: string;
|
|
333
332
|
nodeId: number;
|
|
334
333
|
witnessParties: string[];
|
|
334
|
+
packageName: string;
|
|
335
335
|
implementedInterfaces?: string[] | undefined;
|
|
336
336
|
};
|
|
337
337
|
}>;
|
|
@@ -339,11 +339,11 @@ export declare const ArchivedTreeEventSchema: z.ZodObject<{
|
|
|
339
339
|
ArchivedTreeEvent: {
|
|
340
340
|
value: {
|
|
341
341
|
contractId: string;
|
|
342
|
-
templateId: string;
|
|
343
342
|
offset: number;
|
|
344
|
-
|
|
343
|
+
templateId: string;
|
|
345
344
|
nodeId: number;
|
|
346
345
|
witnessParties: string[];
|
|
346
|
+
packageName: string;
|
|
347
347
|
implementedInterfaces?: string[] | undefined;
|
|
348
348
|
};
|
|
349
349
|
};
|
|
@@ -351,11 +351,11 @@ export declare const ArchivedTreeEventSchema: z.ZodObject<{
|
|
|
351
351
|
ArchivedTreeEvent: {
|
|
352
352
|
value: {
|
|
353
353
|
contractId: string;
|
|
354
|
-
templateId: string;
|
|
355
354
|
offset: number;
|
|
356
|
-
|
|
355
|
+
templateId: string;
|
|
357
356
|
nodeId: number;
|
|
358
357
|
witnessParties: string[];
|
|
358
|
+
packageName: string;
|
|
359
359
|
implementedInterfaces?: string[] | undefined;
|
|
360
360
|
};
|
|
361
361
|
};
|
|
@@ -396,9 +396,8 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
396
396
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
397
397
|
}, "strict", z.ZodTypeAny, {
|
|
398
398
|
contractId: string;
|
|
399
|
-
templateId: string;
|
|
400
399
|
offset: number;
|
|
401
|
-
|
|
400
|
+
templateId: string;
|
|
402
401
|
contractKey: string | null;
|
|
403
402
|
createdEventBlob: string;
|
|
404
403
|
nodeId: number;
|
|
@@ -408,12 +407,12 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
408
407
|
signatories: string[];
|
|
409
408
|
observers: string[];
|
|
410
409
|
createdAt: string;
|
|
410
|
+
packageName: string;
|
|
411
411
|
implementedInterfaces?: string[] | undefined;
|
|
412
412
|
}, {
|
|
413
413
|
contractId: string;
|
|
414
|
-
templateId: string;
|
|
415
414
|
offset: number;
|
|
416
|
-
|
|
415
|
+
templateId: string;
|
|
417
416
|
contractKey: string | null;
|
|
418
417
|
createdEventBlob: string;
|
|
419
418
|
nodeId: number;
|
|
@@ -423,14 +422,14 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
423
422
|
signatories: string[];
|
|
424
423
|
observers: string[];
|
|
425
424
|
createdAt: string;
|
|
425
|
+
packageName: string;
|
|
426
426
|
implementedInterfaces?: string[] | undefined;
|
|
427
427
|
}>;
|
|
428
428
|
}, "strict", z.ZodTypeAny, {
|
|
429
429
|
value: {
|
|
430
430
|
contractId: string;
|
|
431
|
-
templateId: string;
|
|
432
431
|
offset: number;
|
|
433
|
-
|
|
432
|
+
templateId: string;
|
|
434
433
|
contractKey: string | null;
|
|
435
434
|
createdEventBlob: string;
|
|
436
435
|
nodeId: number;
|
|
@@ -440,14 +439,14 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
440
439
|
signatories: string[];
|
|
441
440
|
observers: string[];
|
|
442
441
|
createdAt: string;
|
|
442
|
+
packageName: string;
|
|
443
443
|
implementedInterfaces?: string[] | undefined;
|
|
444
444
|
};
|
|
445
445
|
}, {
|
|
446
446
|
value: {
|
|
447
447
|
contractId: string;
|
|
448
|
-
templateId: string;
|
|
449
448
|
offset: number;
|
|
450
|
-
|
|
449
|
+
templateId: string;
|
|
451
450
|
contractKey: string | null;
|
|
452
451
|
createdEventBlob: string;
|
|
453
452
|
nodeId: number;
|
|
@@ -457,6 +456,7 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
457
456
|
signatories: string[];
|
|
458
457
|
observers: string[];
|
|
459
458
|
createdAt: string;
|
|
459
|
+
packageName: string;
|
|
460
460
|
implementedInterfaces?: string[] | undefined;
|
|
461
461
|
};
|
|
462
462
|
}>;
|
|
@@ -464,9 +464,8 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
464
464
|
CreatedTreeEvent: {
|
|
465
465
|
value: {
|
|
466
466
|
contractId: string;
|
|
467
|
-
templateId: string;
|
|
468
467
|
offset: number;
|
|
469
|
-
|
|
468
|
+
templateId: string;
|
|
470
469
|
contractKey: string | null;
|
|
471
470
|
createdEventBlob: string;
|
|
472
471
|
nodeId: number;
|
|
@@ -476,6 +475,7 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
476
475
|
signatories: string[];
|
|
477
476
|
observers: string[];
|
|
478
477
|
createdAt: string;
|
|
478
|
+
packageName: string;
|
|
479
479
|
implementedInterfaces?: string[] | undefined;
|
|
480
480
|
};
|
|
481
481
|
};
|
|
@@ -483,9 +483,8 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
483
483
|
CreatedTreeEvent: {
|
|
484
484
|
value: {
|
|
485
485
|
contractId: string;
|
|
486
|
-
templateId: string;
|
|
487
486
|
offset: number;
|
|
488
|
-
|
|
487
|
+
templateId: string;
|
|
489
488
|
contractKey: string | null;
|
|
490
489
|
createdEventBlob: string;
|
|
491
490
|
nodeId: number;
|
|
@@ -495,6 +494,7 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
495
494
|
signatories: string[];
|
|
496
495
|
observers: string[];
|
|
497
496
|
createdAt: string;
|
|
497
|
+
packageName: string;
|
|
498
498
|
implementedInterfaces?: string[] | undefined;
|
|
499
499
|
};
|
|
500
500
|
};
|
|
@@ -534,14 +534,14 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
534
534
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
535
535
|
}, "strict", z.ZodTypeAny, {
|
|
536
536
|
contractId: string;
|
|
537
|
-
interfaceId: string | null;
|
|
538
|
-
templateId: string;
|
|
539
537
|
offset: number;
|
|
540
|
-
|
|
538
|
+
templateId: string;
|
|
541
539
|
choice: string;
|
|
542
540
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
543
541
|
nodeId: number;
|
|
544
542
|
witnessParties: string[];
|
|
543
|
+
packageName: string;
|
|
544
|
+
interfaceId: string | null;
|
|
545
545
|
actingParties: string[];
|
|
546
546
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
547
547
|
consuming: boolean;
|
|
@@ -549,14 +549,14 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
549
549
|
lastDescendantNodeId?: number | undefined;
|
|
550
550
|
}, {
|
|
551
551
|
contractId: string;
|
|
552
|
-
interfaceId: string | null;
|
|
553
|
-
templateId: string;
|
|
554
552
|
offset: number;
|
|
555
|
-
|
|
553
|
+
templateId: string;
|
|
556
554
|
choice: string;
|
|
557
555
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
558
556
|
nodeId: number;
|
|
559
557
|
witnessParties: string[];
|
|
558
|
+
packageName: string;
|
|
559
|
+
interfaceId: string | null;
|
|
560
560
|
actingParties: string[];
|
|
561
561
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
562
562
|
consuming: boolean;
|
|
@@ -566,14 +566,14 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
566
566
|
}, "strict", z.ZodTypeAny, {
|
|
567
567
|
value: {
|
|
568
568
|
contractId: string;
|
|
569
|
-
interfaceId: string | null;
|
|
570
|
-
templateId: string;
|
|
571
569
|
offset: number;
|
|
572
|
-
|
|
570
|
+
templateId: string;
|
|
573
571
|
choice: string;
|
|
574
572
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
575
573
|
nodeId: number;
|
|
576
574
|
witnessParties: string[];
|
|
575
|
+
packageName: string;
|
|
576
|
+
interfaceId: string | null;
|
|
577
577
|
actingParties: string[];
|
|
578
578
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
579
579
|
consuming: boolean;
|
|
@@ -583,14 +583,14 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
583
583
|
}, {
|
|
584
584
|
value: {
|
|
585
585
|
contractId: string;
|
|
586
|
-
interfaceId: string | null;
|
|
587
|
-
templateId: string;
|
|
588
586
|
offset: number;
|
|
589
|
-
|
|
587
|
+
templateId: string;
|
|
590
588
|
choice: string;
|
|
591
589
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
592
590
|
nodeId: number;
|
|
593
591
|
witnessParties: string[];
|
|
592
|
+
packageName: string;
|
|
593
|
+
interfaceId: string | null;
|
|
594
594
|
actingParties: string[];
|
|
595
595
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
596
596
|
consuming: boolean;
|
|
@@ -602,14 +602,14 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
602
602
|
ExercisedTreeEvent: {
|
|
603
603
|
value: {
|
|
604
604
|
contractId: string;
|
|
605
|
-
interfaceId: string | null;
|
|
606
|
-
templateId: string;
|
|
607
605
|
offset: number;
|
|
608
|
-
|
|
606
|
+
templateId: string;
|
|
609
607
|
choice: string;
|
|
610
608
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
611
609
|
nodeId: number;
|
|
612
610
|
witnessParties: string[];
|
|
611
|
+
packageName: string;
|
|
612
|
+
interfaceId: string | null;
|
|
613
613
|
actingParties: string[];
|
|
614
614
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
615
615
|
consuming: boolean;
|
|
@@ -621,14 +621,14 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
621
621
|
ExercisedTreeEvent: {
|
|
622
622
|
value: {
|
|
623
623
|
contractId: string;
|
|
624
|
-
interfaceId: string | null;
|
|
625
|
-
templateId: string;
|
|
626
624
|
offset: number;
|
|
627
|
-
|
|
625
|
+
templateId: string;
|
|
628
626
|
choice: string;
|
|
629
627
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
630
628
|
nodeId: number;
|
|
631
629
|
witnessParties: string[];
|
|
630
|
+
packageName: string;
|
|
631
|
+
interfaceId: string | null;
|
|
632
632
|
actingParties: string[];
|
|
633
633
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
634
634
|
consuming: boolean;
|
|
@@ -658,39 +658,39 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
658
658
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
659
659
|
}, "strict", z.ZodTypeAny, {
|
|
660
660
|
contractId: string;
|
|
661
|
-
templateId: string;
|
|
662
661
|
offset: number;
|
|
663
|
-
|
|
662
|
+
templateId: string;
|
|
664
663
|
nodeId: number;
|
|
665
664
|
witnessParties: string[];
|
|
665
|
+
packageName: string;
|
|
666
666
|
implementedInterfaces?: string[] | undefined;
|
|
667
667
|
}, {
|
|
668
668
|
contractId: string;
|
|
669
|
-
templateId: string;
|
|
670
669
|
offset: number;
|
|
671
|
-
|
|
670
|
+
templateId: string;
|
|
672
671
|
nodeId: number;
|
|
673
672
|
witnessParties: string[];
|
|
673
|
+
packageName: string;
|
|
674
674
|
implementedInterfaces?: string[] | undefined;
|
|
675
675
|
}>;
|
|
676
676
|
}, "strict", z.ZodTypeAny, {
|
|
677
677
|
value: {
|
|
678
678
|
contractId: string;
|
|
679
|
-
templateId: string;
|
|
680
679
|
offset: number;
|
|
681
|
-
|
|
680
|
+
templateId: string;
|
|
682
681
|
nodeId: number;
|
|
683
682
|
witnessParties: string[];
|
|
683
|
+
packageName: string;
|
|
684
684
|
implementedInterfaces?: string[] | undefined;
|
|
685
685
|
};
|
|
686
686
|
}, {
|
|
687
687
|
value: {
|
|
688
688
|
contractId: string;
|
|
689
|
-
templateId: string;
|
|
690
689
|
offset: number;
|
|
691
|
-
|
|
690
|
+
templateId: string;
|
|
692
691
|
nodeId: number;
|
|
693
692
|
witnessParties: string[];
|
|
693
|
+
packageName: string;
|
|
694
694
|
implementedInterfaces?: string[] | undefined;
|
|
695
695
|
};
|
|
696
696
|
}>;
|
|
@@ -698,11 +698,11 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
698
698
|
ArchivedTreeEvent: {
|
|
699
699
|
value: {
|
|
700
700
|
contractId: string;
|
|
701
|
-
templateId: string;
|
|
702
701
|
offset: number;
|
|
703
|
-
|
|
702
|
+
templateId: string;
|
|
704
703
|
nodeId: number;
|
|
705
704
|
witnessParties: string[];
|
|
705
|
+
packageName: string;
|
|
706
706
|
implementedInterfaces?: string[] | undefined;
|
|
707
707
|
};
|
|
708
708
|
};
|
|
@@ -710,11 +710,11 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
710
710
|
ArchivedTreeEvent: {
|
|
711
711
|
value: {
|
|
712
712
|
contractId: string;
|
|
713
|
-
templateId: string;
|
|
714
713
|
offset: number;
|
|
715
|
-
|
|
714
|
+
templateId: string;
|
|
716
715
|
nodeId: number;
|
|
717
716
|
witnessParties: string[];
|
|
717
|
+
packageName: string;
|
|
718
718
|
implementedInterfaces?: string[] | undefined;
|
|
719
719
|
};
|
|
720
720
|
};
|
|
@@ -746,17 +746,17 @@ export declare const EventFormatSchema: z.ZodObject<{
|
|
|
746
746
|
*/
|
|
747
747
|
includeInterfaceViews: z.ZodOptional<z.ZodBoolean>;
|
|
748
748
|
}, "strict", z.ZodTypeAny, {
|
|
749
|
+
verbose: boolean;
|
|
749
750
|
filtersByParty: Record<string, {
|
|
750
751
|
cumulative: string[];
|
|
751
752
|
}>;
|
|
752
|
-
verbose: boolean;
|
|
753
753
|
includeCreatedEventBlob?: boolean | undefined;
|
|
754
754
|
includeInterfaceViews?: boolean | undefined;
|
|
755
755
|
}, {
|
|
756
|
+
verbose: boolean;
|
|
756
757
|
filtersByParty: Record<string, {
|
|
757
758
|
cumulative: string[];
|
|
758
759
|
}>;
|
|
759
|
-
verbose: boolean;
|
|
760
760
|
includeCreatedEventBlob?: boolean | undefined;
|
|
761
761
|
includeInterfaceViews?: boolean | undefined;
|
|
762
762
|
}>;
|
|
@@ -791,37 +791,37 @@ export declare const EventsByContractIdRequestSchema: z.ZodObject<{
|
|
|
791
791
|
*/
|
|
792
792
|
includeInterfaceViews: z.ZodOptional<z.ZodBoolean>;
|
|
793
793
|
}, "strict", z.ZodTypeAny, {
|
|
794
|
+
verbose: boolean;
|
|
794
795
|
filtersByParty: Record<string, {
|
|
795
796
|
cumulative: string[];
|
|
796
797
|
}>;
|
|
797
|
-
verbose: boolean;
|
|
798
798
|
includeCreatedEventBlob?: boolean | undefined;
|
|
799
799
|
includeInterfaceViews?: boolean | undefined;
|
|
800
800
|
}, {
|
|
801
|
+
verbose: boolean;
|
|
801
802
|
filtersByParty: Record<string, {
|
|
802
803
|
cumulative: string[];
|
|
803
804
|
}>;
|
|
804
|
-
verbose: boolean;
|
|
805
805
|
includeCreatedEventBlob?: boolean | undefined;
|
|
806
806
|
includeInterfaceViews?: boolean | undefined;
|
|
807
807
|
}>;
|
|
808
808
|
}, "strict", z.ZodTypeAny, {
|
|
809
809
|
contractId: string;
|
|
810
810
|
eventFormat: {
|
|
811
|
+
verbose: boolean;
|
|
811
812
|
filtersByParty: Record<string, {
|
|
812
813
|
cumulative: string[];
|
|
813
814
|
}>;
|
|
814
|
-
verbose: boolean;
|
|
815
815
|
includeCreatedEventBlob?: boolean | undefined;
|
|
816
816
|
includeInterfaceViews?: boolean | undefined;
|
|
817
817
|
};
|
|
818
818
|
}, {
|
|
819
819
|
contractId: string;
|
|
820
820
|
eventFormat: {
|
|
821
|
+
verbose: boolean;
|
|
821
822
|
filtersByParty: Record<string, {
|
|
822
823
|
cumulative: string[];
|
|
823
824
|
}>;
|
|
824
|
-
verbose: boolean;
|
|
825
825
|
includeCreatedEventBlob?: boolean | undefined;
|
|
826
826
|
includeInterfaceViews?: boolean | undefined;
|
|
827
827
|
};
|
|
@@ -859,9 +859,8 @@ export declare const CreatedEventSchema: z.ZodObject<{
|
|
|
859
859
|
packageName: z.ZodString;
|
|
860
860
|
}, "strict", z.ZodTypeAny, {
|
|
861
861
|
contractId: string;
|
|
862
|
-
templateId: string;
|
|
863
862
|
offset: number;
|
|
864
|
-
|
|
863
|
+
templateId: string;
|
|
865
864
|
contractKey: string | null;
|
|
866
865
|
createdEventBlob: string;
|
|
867
866
|
nodeId: number;
|
|
@@ -871,11 +870,11 @@ export declare const CreatedEventSchema: z.ZodObject<{
|
|
|
871
870
|
signatories: string[];
|
|
872
871
|
observers: string[];
|
|
873
872
|
createdAt: string;
|
|
873
|
+
packageName: string;
|
|
874
874
|
}, {
|
|
875
875
|
contractId: string;
|
|
876
|
-
templateId: string;
|
|
877
876
|
offset: number;
|
|
878
|
-
|
|
877
|
+
templateId: string;
|
|
879
878
|
contractKey: string | null;
|
|
880
879
|
createdEventBlob: string;
|
|
881
880
|
nodeId: number;
|
|
@@ -885,6 +884,7 @@ export declare const CreatedEventSchema: z.ZodObject<{
|
|
|
885
884
|
signatories: string[];
|
|
886
885
|
observers: string[];
|
|
887
886
|
createdAt: string;
|
|
887
|
+
packageName: string;
|
|
888
888
|
}>;
|
|
889
889
|
/** Synchronizer ID for the event. */
|
|
890
890
|
synchronizerId: z.ZodString;
|
|
@@ -892,9 +892,8 @@ export declare const CreatedEventSchema: z.ZodObject<{
|
|
|
892
892
|
synchronizerId: string;
|
|
893
893
|
createdEvent: {
|
|
894
894
|
contractId: string;
|
|
895
|
-
templateId: string;
|
|
896
895
|
offset: number;
|
|
897
|
-
|
|
896
|
+
templateId: string;
|
|
898
897
|
contractKey: string | null;
|
|
899
898
|
createdEventBlob: string;
|
|
900
899
|
nodeId: number;
|
|
@@ -904,14 +903,14 @@ export declare const CreatedEventSchema: z.ZodObject<{
|
|
|
904
903
|
signatories: string[];
|
|
905
904
|
observers: string[];
|
|
906
905
|
createdAt: string;
|
|
906
|
+
packageName: string;
|
|
907
907
|
};
|
|
908
908
|
}, {
|
|
909
909
|
synchronizerId: string;
|
|
910
910
|
createdEvent: {
|
|
911
911
|
contractId: string;
|
|
912
|
-
templateId: string;
|
|
913
912
|
offset: number;
|
|
914
|
-
|
|
913
|
+
templateId: string;
|
|
915
914
|
contractKey: string | null;
|
|
916
915
|
createdEventBlob: string;
|
|
917
916
|
nodeId: number;
|
|
@@ -921,6 +920,7 @@ export declare const CreatedEventSchema: z.ZodObject<{
|
|
|
921
920
|
signatories: string[];
|
|
922
921
|
observers: string[];
|
|
923
922
|
createdAt: string;
|
|
923
|
+
packageName: string;
|
|
924
924
|
};
|
|
925
925
|
}>;
|
|
926
926
|
export declare const ArchivedEventSchema: z.ZodObject<{
|
|
@@ -944,19 +944,19 @@ export declare const ArchivedEventSchema: z.ZodObject<{
|
|
|
944
944
|
implementedInterfaces: z.ZodArray<z.ZodString, "many">;
|
|
945
945
|
}, "strict", z.ZodTypeAny, {
|
|
946
946
|
contractId: string;
|
|
947
|
-
templateId: string;
|
|
948
947
|
offset: number;
|
|
949
|
-
|
|
948
|
+
templateId: string;
|
|
950
949
|
nodeId: number;
|
|
951
950
|
witnessParties: string[];
|
|
951
|
+
packageName: string;
|
|
952
952
|
implementedInterfaces: string[];
|
|
953
953
|
}, {
|
|
954
954
|
contractId: string;
|
|
955
|
-
templateId: string;
|
|
956
955
|
offset: number;
|
|
957
|
-
|
|
956
|
+
templateId: string;
|
|
958
957
|
nodeId: number;
|
|
959
958
|
witnessParties: string[];
|
|
959
|
+
packageName: string;
|
|
960
960
|
implementedInterfaces: string[];
|
|
961
961
|
}>;
|
|
962
962
|
/** Synchronizer ID for the event. */
|
|
@@ -965,22 +965,22 @@ export declare const ArchivedEventSchema: z.ZodObject<{
|
|
|
965
965
|
synchronizerId: string;
|
|
966
966
|
archivedEvent: {
|
|
967
967
|
contractId: string;
|
|
968
|
-
templateId: string;
|
|
969
968
|
offset: number;
|
|
970
|
-
|
|
969
|
+
templateId: string;
|
|
971
970
|
nodeId: number;
|
|
972
971
|
witnessParties: string[];
|
|
972
|
+
packageName: string;
|
|
973
973
|
implementedInterfaces: string[];
|
|
974
974
|
};
|
|
975
975
|
}, {
|
|
976
976
|
synchronizerId: string;
|
|
977
977
|
archivedEvent: {
|
|
978
978
|
contractId: string;
|
|
979
|
-
templateId: string;
|
|
980
979
|
offset: number;
|
|
981
|
-
|
|
980
|
+
templateId: string;
|
|
982
981
|
nodeId: number;
|
|
983
982
|
witnessParties: string[];
|
|
983
|
+
packageName: string;
|
|
984
984
|
implementedInterfaces: string[];
|
|
985
985
|
};
|
|
986
986
|
}>;
|
|
@@ -1019,9 +1019,8 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1019
1019
|
packageName: z.ZodString;
|
|
1020
1020
|
}, "strict", z.ZodTypeAny, {
|
|
1021
1021
|
contractId: string;
|
|
1022
|
-
templateId: string;
|
|
1023
1022
|
offset: number;
|
|
1024
|
-
|
|
1023
|
+
templateId: string;
|
|
1025
1024
|
contractKey: string | null;
|
|
1026
1025
|
createdEventBlob: string;
|
|
1027
1026
|
nodeId: number;
|
|
@@ -1031,11 +1030,11 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1031
1030
|
signatories: string[];
|
|
1032
1031
|
observers: string[];
|
|
1033
1032
|
createdAt: string;
|
|
1033
|
+
packageName: string;
|
|
1034
1034
|
}, {
|
|
1035
1035
|
contractId: string;
|
|
1036
|
-
templateId: string;
|
|
1037
1036
|
offset: number;
|
|
1038
|
-
|
|
1037
|
+
templateId: string;
|
|
1039
1038
|
contractKey: string | null;
|
|
1040
1039
|
createdEventBlob: string;
|
|
1041
1040
|
nodeId: number;
|
|
@@ -1045,6 +1044,7 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1045
1044
|
signatories: string[];
|
|
1046
1045
|
observers: string[];
|
|
1047
1046
|
createdAt: string;
|
|
1047
|
+
packageName: string;
|
|
1048
1048
|
}>;
|
|
1049
1049
|
/** Synchronizer ID for the event. */
|
|
1050
1050
|
synchronizerId: z.ZodString;
|
|
@@ -1052,9 +1052,8 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1052
1052
|
synchronizerId: string;
|
|
1053
1053
|
createdEvent: {
|
|
1054
1054
|
contractId: string;
|
|
1055
|
-
templateId: string;
|
|
1056
1055
|
offset: number;
|
|
1057
|
-
|
|
1056
|
+
templateId: string;
|
|
1058
1057
|
contractKey: string | null;
|
|
1059
1058
|
createdEventBlob: string;
|
|
1060
1059
|
nodeId: number;
|
|
@@ -1064,14 +1063,14 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1064
1063
|
signatories: string[];
|
|
1065
1064
|
observers: string[];
|
|
1066
1065
|
createdAt: string;
|
|
1066
|
+
packageName: string;
|
|
1067
1067
|
};
|
|
1068
1068
|
}, {
|
|
1069
1069
|
synchronizerId: string;
|
|
1070
1070
|
createdEvent: {
|
|
1071
1071
|
contractId: string;
|
|
1072
|
-
templateId: string;
|
|
1073
1072
|
offset: number;
|
|
1074
|
-
|
|
1073
|
+
templateId: string;
|
|
1075
1074
|
contractKey: string | null;
|
|
1076
1075
|
createdEventBlob: string;
|
|
1077
1076
|
nodeId: number;
|
|
@@ -1081,6 +1080,7 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1081
1080
|
signatories: string[];
|
|
1082
1081
|
observers: string[];
|
|
1083
1082
|
createdAt: string;
|
|
1083
|
+
packageName: string;
|
|
1084
1084
|
};
|
|
1085
1085
|
}>>;
|
|
1086
1086
|
/** Archived event, if the contract is archived. */
|
|
@@ -1105,19 +1105,19 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1105
1105
|
implementedInterfaces: z.ZodArray<z.ZodString, "many">;
|
|
1106
1106
|
}, "strict", z.ZodTypeAny, {
|
|
1107
1107
|
contractId: string;
|
|
1108
|
-
templateId: string;
|
|
1109
1108
|
offset: number;
|
|
1110
|
-
|
|
1109
|
+
templateId: string;
|
|
1111
1110
|
nodeId: number;
|
|
1112
1111
|
witnessParties: string[];
|
|
1112
|
+
packageName: string;
|
|
1113
1113
|
implementedInterfaces: string[];
|
|
1114
1114
|
}, {
|
|
1115
1115
|
contractId: string;
|
|
1116
|
-
templateId: string;
|
|
1117
1116
|
offset: number;
|
|
1118
|
-
|
|
1117
|
+
templateId: string;
|
|
1119
1118
|
nodeId: number;
|
|
1120
1119
|
witnessParties: string[];
|
|
1120
|
+
packageName: string;
|
|
1121
1121
|
implementedInterfaces: string[];
|
|
1122
1122
|
}>;
|
|
1123
1123
|
/** Synchronizer ID for the event. */
|
|
@@ -1126,22 +1126,22 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1126
1126
|
synchronizerId: string;
|
|
1127
1127
|
archivedEvent: {
|
|
1128
1128
|
contractId: string;
|
|
1129
|
-
templateId: string;
|
|
1130
1129
|
offset: number;
|
|
1131
|
-
|
|
1130
|
+
templateId: string;
|
|
1132
1131
|
nodeId: number;
|
|
1133
1132
|
witnessParties: string[];
|
|
1133
|
+
packageName: string;
|
|
1134
1134
|
implementedInterfaces: string[];
|
|
1135
1135
|
};
|
|
1136
1136
|
}, {
|
|
1137
1137
|
synchronizerId: string;
|
|
1138
1138
|
archivedEvent: {
|
|
1139
1139
|
contractId: string;
|
|
1140
|
-
templateId: string;
|
|
1141
1140
|
offset: number;
|
|
1142
|
-
|
|
1141
|
+
templateId: string;
|
|
1143
1142
|
nodeId: number;
|
|
1144
1143
|
witnessParties: string[];
|
|
1144
|
+
packageName: string;
|
|
1145
1145
|
implementedInterfaces: string[];
|
|
1146
1146
|
};
|
|
1147
1147
|
}>>;
|
|
@@ -1150,9 +1150,8 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1150
1150
|
synchronizerId: string;
|
|
1151
1151
|
createdEvent: {
|
|
1152
1152
|
contractId: string;
|
|
1153
|
-
templateId: string;
|
|
1154
1153
|
offset: number;
|
|
1155
|
-
|
|
1154
|
+
templateId: string;
|
|
1156
1155
|
contractKey: string | null;
|
|
1157
1156
|
createdEventBlob: string;
|
|
1158
1157
|
nodeId: number;
|
|
@@ -1162,17 +1161,18 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1162
1161
|
signatories: string[];
|
|
1163
1162
|
observers: string[];
|
|
1164
1163
|
createdAt: string;
|
|
1164
|
+
packageName: string;
|
|
1165
1165
|
};
|
|
1166
1166
|
} | undefined;
|
|
1167
1167
|
archived?: {
|
|
1168
1168
|
synchronizerId: string;
|
|
1169
1169
|
archivedEvent: {
|
|
1170
1170
|
contractId: string;
|
|
1171
|
-
templateId: string;
|
|
1172
1171
|
offset: number;
|
|
1173
|
-
|
|
1172
|
+
templateId: string;
|
|
1174
1173
|
nodeId: number;
|
|
1175
1174
|
witnessParties: string[];
|
|
1175
|
+
packageName: string;
|
|
1176
1176
|
implementedInterfaces: string[];
|
|
1177
1177
|
};
|
|
1178
1178
|
} | undefined;
|
|
@@ -1181,9 +1181,8 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1181
1181
|
synchronizerId: string;
|
|
1182
1182
|
createdEvent: {
|
|
1183
1183
|
contractId: string;
|
|
1184
|
-
templateId: string;
|
|
1185
1184
|
offset: number;
|
|
1186
|
-
|
|
1185
|
+
templateId: string;
|
|
1187
1186
|
contractKey: string | null;
|
|
1188
1187
|
createdEventBlob: string;
|
|
1189
1188
|
nodeId: number;
|
|
@@ -1193,17 +1192,18 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1193
1192
|
signatories: string[];
|
|
1194
1193
|
observers: string[];
|
|
1195
1194
|
createdAt: string;
|
|
1195
|
+
packageName: string;
|
|
1196
1196
|
};
|
|
1197
1197
|
} | undefined;
|
|
1198
1198
|
archived?: {
|
|
1199
1199
|
synchronizerId: string;
|
|
1200
1200
|
archivedEvent: {
|
|
1201
1201
|
contractId: string;
|
|
1202
|
-
templateId: string;
|
|
1203
1202
|
offset: number;
|
|
1204
|
-
|
|
1203
|
+
templateId: string;
|
|
1205
1204
|
nodeId: number;
|
|
1206
1205
|
witnessParties: string[];
|
|
1206
|
+
packageName: string;
|
|
1207
1207
|
implementedInterfaces: string[];
|
|
1208
1208
|
};
|
|
1209
1209
|
} | undefined;
|
|
@@ -1212,9 +1212,8 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1212
1212
|
synchronizerId: string;
|
|
1213
1213
|
createdEvent: {
|
|
1214
1214
|
contractId: string;
|
|
1215
|
-
templateId: string;
|
|
1216
1215
|
offset: number;
|
|
1217
|
-
|
|
1216
|
+
templateId: string;
|
|
1218
1217
|
contractKey: string | null;
|
|
1219
1218
|
createdEventBlob: string;
|
|
1220
1219
|
nodeId: number;
|
|
@@ -1224,17 +1223,18 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1224
1223
|
signatories: string[];
|
|
1225
1224
|
observers: string[];
|
|
1226
1225
|
createdAt: string;
|
|
1226
|
+
packageName: string;
|
|
1227
1227
|
};
|
|
1228
1228
|
} | undefined;
|
|
1229
1229
|
archived?: {
|
|
1230
1230
|
synchronizerId: string;
|
|
1231
1231
|
archivedEvent: {
|
|
1232
1232
|
contractId: string;
|
|
1233
|
-
templateId: string;
|
|
1234
1233
|
offset: number;
|
|
1235
|
-
|
|
1234
|
+
templateId: string;
|
|
1236
1235
|
nodeId: number;
|
|
1237
1236
|
witnessParties: string[];
|
|
1237
|
+
packageName: string;
|
|
1238
1238
|
implementedInterfaces: string[];
|
|
1239
1239
|
};
|
|
1240
1240
|
} | undefined;
|
|
@@ -1243,9 +1243,8 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1243
1243
|
synchronizerId: string;
|
|
1244
1244
|
createdEvent: {
|
|
1245
1245
|
contractId: string;
|
|
1246
|
-
templateId: string;
|
|
1247
1246
|
offset: number;
|
|
1248
|
-
|
|
1247
|
+
templateId: string;
|
|
1249
1248
|
contractKey: string | null;
|
|
1250
1249
|
createdEventBlob: string;
|
|
1251
1250
|
nodeId: number;
|
|
@@ -1255,17 +1254,18 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1255
1254
|
signatories: string[];
|
|
1256
1255
|
observers: string[];
|
|
1257
1256
|
createdAt: string;
|
|
1257
|
+
packageName: string;
|
|
1258
1258
|
};
|
|
1259
1259
|
} | undefined;
|
|
1260
1260
|
archived?: {
|
|
1261
1261
|
synchronizerId: string;
|
|
1262
1262
|
archivedEvent: {
|
|
1263
1263
|
contractId: string;
|
|
1264
|
-
templateId: string;
|
|
1265
1264
|
offset: number;
|
|
1266
|
-
|
|
1265
|
+
templateId: string;
|
|
1267
1266
|
nodeId: number;
|
|
1268
1267
|
witnessParties: string[];
|
|
1268
|
+
packageName: string;
|
|
1269
1269
|
implementedInterfaces: string[];
|
|
1270
1270
|
};
|
|
1271
1271
|
} | undefined;
|