@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
|
@@ -12,24 +12,24 @@ export declare const IdentifierFilterSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12
12
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
14
|
interfaceId: string;
|
|
15
|
-
includeInterfaceView?: boolean | undefined;
|
|
16
15
|
includeCreatedEventBlob?: boolean | undefined;
|
|
16
|
+
includeInterfaceView?: boolean | undefined;
|
|
17
17
|
}, {
|
|
18
18
|
interfaceId: string;
|
|
19
|
-
includeInterfaceView?: boolean | undefined;
|
|
20
19
|
includeCreatedEventBlob?: boolean | undefined;
|
|
20
|
+
includeInterfaceView?: boolean | undefined;
|
|
21
21
|
}>;
|
|
22
22
|
}, "strip", z.ZodTypeAny, {
|
|
23
23
|
InterfaceFilter: {
|
|
24
24
|
interfaceId: string;
|
|
25
|
-
includeInterfaceView?: boolean | undefined;
|
|
26
25
|
includeCreatedEventBlob?: boolean | undefined;
|
|
26
|
+
includeInterfaceView?: boolean | undefined;
|
|
27
27
|
};
|
|
28
28
|
}, {
|
|
29
29
|
InterfaceFilter: {
|
|
30
30
|
interfaceId: string;
|
|
31
|
-
includeInterfaceView?: boolean | undefined;
|
|
32
31
|
includeCreatedEventBlob?: boolean | undefined;
|
|
32
|
+
includeInterfaceView?: boolean | undefined;
|
|
33
33
|
};
|
|
34
34
|
}>, z.ZodObject<{
|
|
35
35
|
TemplateFilter: z.ZodObject<{
|
|
@@ -88,24 +88,24 @@ export declare const CumulativeFilterSchema: z.ZodObject<{
|
|
|
88
88
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
89
89
|
}, "strip", z.ZodTypeAny, {
|
|
90
90
|
interfaceId: string;
|
|
91
|
-
includeInterfaceView?: boolean | undefined;
|
|
92
91
|
includeCreatedEventBlob?: boolean | undefined;
|
|
92
|
+
includeInterfaceView?: boolean | undefined;
|
|
93
93
|
}, {
|
|
94
94
|
interfaceId: string;
|
|
95
|
-
includeInterfaceView?: boolean | undefined;
|
|
96
95
|
includeCreatedEventBlob?: boolean | undefined;
|
|
96
|
+
includeInterfaceView?: boolean | undefined;
|
|
97
97
|
}>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
99
|
InterfaceFilter: {
|
|
100
100
|
interfaceId: string;
|
|
101
|
-
includeInterfaceView?: boolean | undefined;
|
|
102
101
|
includeCreatedEventBlob?: boolean | undefined;
|
|
102
|
+
includeInterfaceView?: boolean | undefined;
|
|
103
103
|
};
|
|
104
104
|
}, {
|
|
105
105
|
InterfaceFilter: {
|
|
106
106
|
interfaceId: string;
|
|
107
|
-
includeInterfaceView?: boolean | undefined;
|
|
108
107
|
includeCreatedEventBlob?: boolean | undefined;
|
|
108
|
+
includeInterfaceView?: boolean | undefined;
|
|
109
109
|
};
|
|
110
110
|
}>, z.ZodObject<{
|
|
111
111
|
TemplateFilter: z.ZodObject<{
|
|
@@ -151,8 +151,8 @@ export declare const CumulativeFilterSchema: z.ZodObject<{
|
|
|
151
151
|
} | {
|
|
152
152
|
InterfaceFilter: {
|
|
153
153
|
interfaceId: string;
|
|
154
|
-
includeInterfaceView?: boolean | undefined;
|
|
155
154
|
includeCreatedEventBlob?: boolean | undefined;
|
|
155
|
+
includeInterfaceView?: boolean | undefined;
|
|
156
156
|
};
|
|
157
157
|
} | {
|
|
158
158
|
TemplateFilter: {
|
|
@@ -170,8 +170,8 @@ export declare const CumulativeFilterSchema: z.ZodObject<{
|
|
|
170
170
|
} | {
|
|
171
171
|
InterfaceFilter: {
|
|
172
172
|
interfaceId: string;
|
|
173
|
-
includeInterfaceView?: boolean | undefined;
|
|
174
173
|
includeCreatedEventBlob?: boolean | undefined;
|
|
174
|
+
includeInterfaceView?: boolean | undefined;
|
|
175
175
|
};
|
|
176
176
|
} | {
|
|
177
177
|
TemplateFilter: {
|
|
@@ -204,24 +204,24 @@ export declare const FiltersForAnyPartySchema: z.ZodOptional<z.ZodObject<{
|
|
|
204
204
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
205
205
|
}, "strip", z.ZodTypeAny, {
|
|
206
206
|
interfaceId: string;
|
|
207
|
-
includeInterfaceView?: boolean | undefined;
|
|
208
207
|
includeCreatedEventBlob?: boolean | undefined;
|
|
208
|
+
includeInterfaceView?: boolean | undefined;
|
|
209
209
|
}, {
|
|
210
210
|
interfaceId: string;
|
|
211
|
-
includeInterfaceView?: boolean | undefined;
|
|
212
211
|
includeCreatedEventBlob?: boolean | undefined;
|
|
212
|
+
includeInterfaceView?: boolean | undefined;
|
|
213
213
|
}>;
|
|
214
214
|
}, "strip", z.ZodTypeAny, {
|
|
215
215
|
InterfaceFilter: {
|
|
216
216
|
interfaceId: string;
|
|
217
|
-
includeInterfaceView?: boolean | undefined;
|
|
218
217
|
includeCreatedEventBlob?: boolean | undefined;
|
|
218
|
+
includeInterfaceView?: boolean | undefined;
|
|
219
219
|
};
|
|
220
220
|
}, {
|
|
221
221
|
InterfaceFilter: {
|
|
222
222
|
interfaceId: string;
|
|
223
|
-
includeInterfaceView?: boolean | undefined;
|
|
224
223
|
includeCreatedEventBlob?: boolean | undefined;
|
|
224
|
+
includeInterfaceView?: boolean | undefined;
|
|
225
225
|
};
|
|
226
226
|
}>, z.ZodObject<{
|
|
227
227
|
TemplateFilter: z.ZodObject<{
|
|
@@ -267,8 +267,8 @@ export declare const FiltersForAnyPartySchema: z.ZodOptional<z.ZodObject<{
|
|
|
267
267
|
} | {
|
|
268
268
|
InterfaceFilter: {
|
|
269
269
|
interfaceId: string;
|
|
270
|
-
includeInterfaceView?: boolean | undefined;
|
|
271
270
|
includeCreatedEventBlob?: boolean | undefined;
|
|
271
|
+
includeInterfaceView?: boolean | undefined;
|
|
272
272
|
};
|
|
273
273
|
} | {
|
|
274
274
|
TemplateFilter: {
|
|
@@ -286,8 +286,8 @@ export declare const FiltersForAnyPartySchema: z.ZodOptional<z.ZodObject<{
|
|
|
286
286
|
} | {
|
|
287
287
|
InterfaceFilter: {
|
|
288
288
|
interfaceId: string;
|
|
289
|
-
includeInterfaceView?: boolean | undefined;
|
|
290
289
|
includeCreatedEventBlob?: boolean | undefined;
|
|
290
|
+
includeInterfaceView?: boolean | undefined;
|
|
291
291
|
};
|
|
292
292
|
} | {
|
|
293
293
|
TemplateFilter: {
|
|
@@ -307,8 +307,8 @@ export declare const FiltersForAnyPartySchema: z.ZodOptional<z.ZodObject<{
|
|
|
307
307
|
} | {
|
|
308
308
|
InterfaceFilter: {
|
|
309
309
|
interfaceId: string;
|
|
310
|
-
includeInterfaceView?: boolean | undefined;
|
|
311
310
|
includeCreatedEventBlob?: boolean | undefined;
|
|
311
|
+
includeInterfaceView?: boolean | undefined;
|
|
312
312
|
};
|
|
313
313
|
} | {
|
|
314
314
|
TemplateFilter: {
|
|
@@ -328,8 +328,8 @@ export declare const FiltersForAnyPartySchema: z.ZodOptional<z.ZodObject<{
|
|
|
328
328
|
} | {
|
|
329
329
|
InterfaceFilter: {
|
|
330
330
|
interfaceId: string;
|
|
331
|
-
includeInterfaceView?: boolean | undefined;
|
|
332
331
|
includeCreatedEventBlob?: boolean | undefined;
|
|
332
|
+
includeInterfaceView?: boolean | undefined;
|
|
333
333
|
};
|
|
334
334
|
} | {
|
|
335
335
|
TemplateFilter: {
|
|
@@ -364,24 +364,24 @@ export declare const OperationEventFormatSchema: z.ZodObject<{
|
|
|
364
364
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
365
365
|
}, "strip", z.ZodTypeAny, {
|
|
366
366
|
interfaceId: string;
|
|
367
|
-
includeInterfaceView?: boolean | undefined;
|
|
368
367
|
includeCreatedEventBlob?: boolean | undefined;
|
|
368
|
+
includeInterfaceView?: boolean | undefined;
|
|
369
369
|
}, {
|
|
370
370
|
interfaceId: string;
|
|
371
|
-
includeInterfaceView?: boolean | undefined;
|
|
372
371
|
includeCreatedEventBlob?: boolean | undefined;
|
|
372
|
+
includeInterfaceView?: boolean | undefined;
|
|
373
373
|
}>;
|
|
374
374
|
}, "strip", z.ZodTypeAny, {
|
|
375
375
|
InterfaceFilter: {
|
|
376
376
|
interfaceId: string;
|
|
377
|
-
includeInterfaceView?: boolean | undefined;
|
|
378
377
|
includeCreatedEventBlob?: boolean | undefined;
|
|
378
|
+
includeInterfaceView?: boolean | undefined;
|
|
379
379
|
};
|
|
380
380
|
}, {
|
|
381
381
|
InterfaceFilter: {
|
|
382
382
|
interfaceId: string;
|
|
383
|
-
includeInterfaceView?: boolean | undefined;
|
|
384
383
|
includeCreatedEventBlob?: boolean | undefined;
|
|
384
|
+
includeInterfaceView?: boolean | undefined;
|
|
385
385
|
};
|
|
386
386
|
}>, z.ZodObject<{
|
|
387
387
|
TemplateFilter: z.ZodObject<{
|
|
@@ -427,8 +427,8 @@ export declare const OperationEventFormatSchema: z.ZodObject<{
|
|
|
427
427
|
} | {
|
|
428
428
|
InterfaceFilter: {
|
|
429
429
|
interfaceId: string;
|
|
430
|
-
includeInterfaceView?: boolean | undefined;
|
|
431
430
|
includeCreatedEventBlob?: boolean | undefined;
|
|
431
|
+
includeInterfaceView?: boolean | undefined;
|
|
432
432
|
};
|
|
433
433
|
} | {
|
|
434
434
|
TemplateFilter: {
|
|
@@ -446,8 +446,8 @@ export declare const OperationEventFormatSchema: z.ZodObject<{
|
|
|
446
446
|
} | {
|
|
447
447
|
InterfaceFilter: {
|
|
448
448
|
interfaceId: string;
|
|
449
|
-
includeInterfaceView?: boolean | undefined;
|
|
450
449
|
includeCreatedEventBlob?: boolean | undefined;
|
|
450
|
+
includeInterfaceView?: boolean | undefined;
|
|
451
451
|
};
|
|
452
452
|
} | {
|
|
453
453
|
TemplateFilter: {
|
|
@@ -467,8 +467,8 @@ export declare const OperationEventFormatSchema: z.ZodObject<{
|
|
|
467
467
|
} | {
|
|
468
468
|
InterfaceFilter: {
|
|
469
469
|
interfaceId: string;
|
|
470
|
-
includeInterfaceView?: boolean | undefined;
|
|
471
470
|
includeCreatedEventBlob?: boolean | undefined;
|
|
471
|
+
includeInterfaceView?: boolean | undefined;
|
|
472
472
|
};
|
|
473
473
|
} | {
|
|
474
474
|
TemplateFilter: {
|
|
@@ -488,8 +488,8 @@ export declare const OperationEventFormatSchema: z.ZodObject<{
|
|
|
488
488
|
} | {
|
|
489
489
|
InterfaceFilter: {
|
|
490
490
|
interfaceId: string;
|
|
491
|
-
includeInterfaceView?: boolean | undefined;
|
|
492
491
|
includeCreatedEventBlob?: boolean | undefined;
|
|
492
|
+
includeInterfaceView?: boolean | undefined;
|
|
493
493
|
};
|
|
494
494
|
} | {
|
|
495
495
|
TemplateFilter: {
|
|
@@ -518,24 +518,24 @@ export declare const OperationEventFormatSchema: z.ZodObject<{
|
|
|
518
518
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
519
519
|
}, "strip", z.ZodTypeAny, {
|
|
520
520
|
interfaceId: string;
|
|
521
|
-
includeInterfaceView?: boolean | undefined;
|
|
522
521
|
includeCreatedEventBlob?: boolean | undefined;
|
|
522
|
+
includeInterfaceView?: boolean | undefined;
|
|
523
523
|
}, {
|
|
524
524
|
interfaceId: string;
|
|
525
|
-
includeInterfaceView?: boolean | undefined;
|
|
526
525
|
includeCreatedEventBlob?: boolean | undefined;
|
|
526
|
+
includeInterfaceView?: boolean | undefined;
|
|
527
527
|
}>;
|
|
528
528
|
}, "strip", z.ZodTypeAny, {
|
|
529
529
|
InterfaceFilter: {
|
|
530
530
|
interfaceId: string;
|
|
531
|
-
includeInterfaceView?: boolean | undefined;
|
|
532
531
|
includeCreatedEventBlob?: boolean | undefined;
|
|
532
|
+
includeInterfaceView?: boolean | undefined;
|
|
533
533
|
};
|
|
534
534
|
}, {
|
|
535
535
|
InterfaceFilter: {
|
|
536
536
|
interfaceId: string;
|
|
537
|
-
includeInterfaceView?: boolean | undefined;
|
|
538
537
|
includeCreatedEventBlob?: boolean | undefined;
|
|
538
|
+
includeInterfaceView?: boolean | undefined;
|
|
539
539
|
};
|
|
540
540
|
}>, z.ZodObject<{
|
|
541
541
|
TemplateFilter: z.ZodObject<{
|
|
@@ -581,8 +581,8 @@ export declare const OperationEventFormatSchema: z.ZodObject<{
|
|
|
581
581
|
} | {
|
|
582
582
|
InterfaceFilter: {
|
|
583
583
|
interfaceId: string;
|
|
584
|
-
includeInterfaceView?: boolean | undefined;
|
|
585
584
|
includeCreatedEventBlob?: boolean | undefined;
|
|
585
|
+
includeInterfaceView?: boolean | undefined;
|
|
586
586
|
};
|
|
587
587
|
} | {
|
|
588
588
|
TemplateFilter: {
|
|
@@ -600,8 +600,8 @@ export declare const OperationEventFormatSchema: z.ZodObject<{
|
|
|
600
600
|
} | {
|
|
601
601
|
InterfaceFilter: {
|
|
602
602
|
interfaceId: string;
|
|
603
|
-
includeInterfaceView?: boolean | undefined;
|
|
604
603
|
includeCreatedEventBlob?: boolean | undefined;
|
|
604
|
+
includeInterfaceView?: boolean | undefined;
|
|
605
605
|
};
|
|
606
606
|
} | {
|
|
607
607
|
TemplateFilter: {
|
|
@@ -621,8 +621,8 @@ export declare const OperationEventFormatSchema: z.ZodObject<{
|
|
|
621
621
|
} | {
|
|
622
622
|
InterfaceFilter: {
|
|
623
623
|
interfaceId: string;
|
|
624
|
-
includeInterfaceView?: boolean | undefined;
|
|
625
624
|
includeCreatedEventBlob?: boolean | undefined;
|
|
625
|
+
includeInterfaceView?: boolean | undefined;
|
|
626
626
|
};
|
|
627
627
|
} | {
|
|
628
628
|
TemplateFilter: {
|
|
@@ -642,8 +642,8 @@ export declare const OperationEventFormatSchema: z.ZodObject<{
|
|
|
642
642
|
} | {
|
|
643
643
|
InterfaceFilter: {
|
|
644
644
|
interfaceId: string;
|
|
645
|
-
includeInterfaceView?: boolean | undefined;
|
|
646
645
|
includeCreatedEventBlob?: boolean | undefined;
|
|
646
|
+
includeInterfaceView?: boolean | undefined;
|
|
647
647
|
};
|
|
648
648
|
} | {
|
|
649
649
|
TemplateFilter: {
|
|
@@ -666,8 +666,8 @@ export declare const OperationEventFormatSchema: z.ZodObject<{
|
|
|
666
666
|
} | {
|
|
667
667
|
InterfaceFilter: {
|
|
668
668
|
interfaceId: string;
|
|
669
|
-
includeInterfaceView?: boolean | undefined;
|
|
670
669
|
includeCreatedEventBlob?: boolean | undefined;
|
|
670
|
+
includeInterfaceView?: boolean | undefined;
|
|
671
671
|
};
|
|
672
672
|
} | {
|
|
673
673
|
TemplateFilter: {
|
|
@@ -681,6 +681,7 @@ export declare const OperationEventFormatSchema: z.ZodObject<{
|
|
|
681
681
|
};
|
|
682
682
|
}[];
|
|
683
683
|
}>;
|
|
684
|
+
verbose?: boolean | undefined;
|
|
684
685
|
filtersForAnyParty?: {
|
|
685
686
|
cumulative: {
|
|
686
687
|
identifierFilter: {
|
|
@@ -688,8 +689,8 @@ export declare const OperationEventFormatSchema: z.ZodObject<{
|
|
|
688
689
|
} | {
|
|
689
690
|
InterfaceFilter: {
|
|
690
691
|
interfaceId: string;
|
|
691
|
-
includeInterfaceView?: boolean | undefined;
|
|
692
692
|
includeCreatedEventBlob?: boolean | undefined;
|
|
693
|
+
includeInterfaceView?: boolean | undefined;
|
|
693
694
|
};
|
|
694
695
|
} | {
|
|
695
696
|
TemplateFilter: {
|
|
@@ -703,7 +704,6 @@ export declare const OperationEventFormatSchema: z.ZodObject<{
|
|
|
703
704
|
};
|
|
704
705
|
}[];
|
|
705
706
|
} | undefined;
|
|
706
|
-
verbose?: boolean | undefined;
|
|
707
707
|
}, {
|
|
708
708
|
filtersByParty: Record<string, {
|
|
709
709
|
cumulative: {
|
|
@@ -712,8 +712,8 @@ export declare const OperationEventFormatSchema: z.ZodObject<{
|
|
|
712
712
|
} | {
|
|
713
713
|
InterfaceFilter: {
|
|
714
714
|
interfaceId: string;
|
|
715
|
-
includeInterfaceView?: boolean | undefined;
|
|
716
715
|
includeCreatedEventBlob?: boolean | undefined;
|
|
716
|
+
includeInterfaceView?: boolean | undefined;
|
|
717
717
|
};
|
|
718
718
|
} | {
|
|
719
719
|
TemplateFilter: {
|
|
@@ -727,6 +727,7 @@ export declare const OperationEventFormatSchema: z.ZodObject<{
|
|
|
727
727
|
};
|
|
728
728
|
}[];
|
|
729
729
|
}>;
|
|
730
|
+
verbose?: boolean | undefined;
|
|
730
731
|
filtersForAnyParty?: {
|
|
731
732
|
cumulative: {
|
|
732
733
|
identifierFilter: {
|
|
@@ -734,8 +735,8 @@ export declare const OperationEventFormatSchema: z.ZodObject<{
|
|
|
734
735
|
} | {
|
|
735
736
|
InterfaceFilter: {
|
|
736
737
|
interfaceId: string;
|
|
737
|
-
includeInterfaceView?: boolean | undefined;
|
|
738
738
|
includeCreatedEventBlob?: boolean | undefined;
|
|
739
|
+
includeInterfaceView?: boolean | undefined;
|
|
739
740
|
};
|
|
740
741
|
} | {
|
|
741
742
|
TemplateFilter: {
|
|
@@ -749,7 +750,6 @@ export declare const OperationEventFormatSchema: z.ZodObject<{
|
|
|
749
750
|
};
|
|
750
751
|
}[];
|
|
751
752
|
} | undefined;
|
|
752
|
-
verbose?: boolean | undefined;
|
|
753
753
|
}>;
|
|
754
754
|
export type OperationEventFormat = z.infer<typeof OperationEventFormatSchema>;
|
|
755
755
|
/**
|
|
@@ -779,24 +779,24 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
779
779
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
780
780
|
}, "strip", z.ZodTypeAny, {
|
|
781
781
|
interfaceId: string;
|
|
782
|
-
includeInterfaceView?: boolean | undefined;
|
|
783
782
|
includeCreatedEventBlob?: boolean | undefined;
|
|
783
|
+
includeInterfaceView?: boolean | undefined;
|
|
784
784
|
}, {
|
|
785
785
|
interfaceId: string;
|
|
786
|
-
includeInterfaceView?: boolean | undefined;
|
|
787
786
|
includeCreatedEventBlob?: boolean | undefined;
|
|
787
|
+
includeInterfaceView?: boolean | undefined;
|
|
788
788
|
}>;
|
|
789
789
|
}, "strip", z.ZodTypeAny, {
|
|
790
790
|
InterfaceFilter: {
|
|
791
791
|
interfaceId: string;
|
|
792
|
-
includeInterfaceView?: boolean | undefined;
|
|
793
792
|
includeCreatedEventBlob?: boolean | undefined;
|
|
793
|
+
includeInterfaceView?: boolean | undefined;
|
|
794
794
|
};
|
|
795
795
|
}, {
|
|
796
796
|
InterfaceFilter: {
|
|
797
797
|
interfaceId: string;
|
|
798
|
-
includeInterfaceView?: boolean | undefined;
|
|
799
798
|
includeCreatedEventBlob?: boolean | undefined;
|
|
799
|
+
includeInterfaceView?: boolean | undefined;
|
|
800
800
|
};
|
|
801
801
|
}>, z.ZodObject<{
|
|
802
802
|
TemplateFilter: z.ZodObject<{
|
|
@@ -842,8 +842,8 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
842
842
|
} | {
|
|
843
843
|
InterfaceFilter: {
|
|
844
844
|
interfaceId: string;
|
|
845
|
-
includeInterfaceView?: boolean | undefined;
|
|
846
845
|
includeCreatedEventBlob?: boolean | undefined;
|
|
846
|
+
includeInterfaceView?: boolean | undefined;
|
|
847
847
|
};
|
|
848
848
|
} | {
|
|
849
849
|
TemplateFilter: {
|
|
@@ -861,8 +861,8 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
861
861
|
} | {
|
|
862
862
|
InterfaceFilter: {
|
|
863
863
|
interfaceId: string;
|
|
864
|
-
includeInterfaceView?: boolean | undefined;
|
|
865
864
|
includeCreatedEventBlob?: boolean | undefined;
|
|
865
|
+
includeInterfaceView?: boolean | undefined;
|
|
866
866
|
};
|
|
867
867
|
} | {
|
|
868
868
|
TemplateFilter: {
|
|
@@ -882,8 +882,8 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
882
882
|
} | {
|
|
883
883
|
InterfaceFilter: {
|
|
884
884
|
interfaceId: string;
|
|
885
|
-
includeInterfaceView?: boolean | undefined;
|
|
886
885
|
includeCreatedEventBlob?: boolean | undefined;
|
|
886
|
+
includeInterfaceView?: boolean | undefined;
|
|
887
887
|
};
|
|
888
888
|
} | {
|
|
889
889
|
TemplateFilter: {
|
|
@@ -903,8 +903,8 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
903
903
|
} | {
|
|
904
904
|
InterfaceFilter: {
|
|
905
905
|
interfaceId: string;
|
|
906
|
-
includeInterfaceView?: boolean | undefined;
|
|
907
906
|
includeCreatedEventBlob?: boolean | undefined;
|
|
907
|
+
includeInterfaceView?: boolean | undefined;
|
|
908
908
|
};
|
|
909
909
|
} | {
|
|
910
910
|
TemplateFilter: {
|
|
@@ -933,24 +933,24 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
933
933
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
934
934
|
}, "strip", z.ZodTypeAny, {
|
|
935
935
|
interfaceId: string;
|
|
936
|
-
includeInterfaceView?: boolean | undefined;
|
|
937
936
|
includeCreatedEventBlob?: boolean | undefined;
|
|
937
|
+
includeInterfaceView?: boolean | undefined;
|
|
938
938
|
}, {
|
|
939
939
|
interfaceId: string;
|
|
940
|
-
includeInterfaceView?: boolean | undefined;
|
|
941
940
|
includeCreatedEventBlob?: boolean | undefined;
|
|
941
|
+
includeInterfaceView?: boolean | undefined;
|
|
942
942
|
}>;
|
|
943
943
|
}, "strip", z.ZodTypeAny, {
|
|
944
944
|
InterfaceFilter: {
|
|
945
945
|
interfaceId: string;
|
|
946
|
-
includeInterfaceView?: boolean | undefined;
|
|
947
946
|
includeCreatedEventBlob?: boolean | undefined;
|
|
947
|
+
includeInterfaceView?: boolean | undefined;
|
|
948
948
|
};
|
|
949
949
|
}, {
|
|
950
950
|
InterfaceFilter: {
|
|
951
951
|
interfaceId: string;
|
|
952
|
-
includeInterfaceView?: boolean | undefined;
|
|
953
952
|
includeCreatedEventBlob?: boolean | undefined;
|
|
953
|
+
includeInterfaceView?: boolean | undefined;
|
|
954
954
|
};
|
|
955
955
|
}>, z.ZodObject<{
|
|
956
956
|
TemplateFilter: z.ZodObject<{
|
|
@@ -996,8 +996,8 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
996
996
|
} | {
|
|
997
997
|
InterfaceFilter: {
|
|
998
998
|
interfaceId: string;
|
|
999
|
-
includeInterfaceView?: boolean | undefined;
|
|
1000
999
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1000
|
+
includeInterfaceView?: boolean | undefined;
|
|
1001
1001
|
};
|
|
1002
1002
|
} | {
|
|
1003
1003
|
TemplateFilter: {
|
|
@@ -1015,8 +1015,8 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1015
1015
|
} | {
|
|
1016
1016
|
InterfaceFilter: {
|
|
1017
1017
|
interfaceId: string;
|
|
1018
|
-
includeInterfaceView?: boolean | undefined;
|
|
1019
1018
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1019
|
+
includeInterfaceView?: boolean | undefined;
|
|
1020
1020
|
};
|
|
1021
1021
|
} | {
|
|
1022
1022
|
TemplateFilter: {
|
|
@@ -1036,8 +1036,8 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1036
1036
|
} | {
|
|
1037
1037
|
InterfaceFilter: {
|
|
1038
1038
|
interfaceId: string;
|
|
1039
|
-
includeInterfaceView?: boolean | undefined;
|
|
1040
1039
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1040
|
+
includeInterfaceView?: boolean | undefined;
|
|
1041
1041
|
};
|
|
1042
1042
|
} | {
|
|
1043
1043
|
TemplateFilter: {
|
|
@@ -1057,8 +1057,8 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1057
1057
|
} | {
|
|
1058
1058
|
InterfaceFilter: {
|
|
1059
1059
|
interfaceId: string;
|
|
1060
|
-
includeInterfaceView?: boolean | undefined;
|
|
1061
1060
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1061
|
+
includeInterfaceView?: boolean | undefined;
|
|
1062
1062
|
};
|
|
1063
1063
|
} | {
|
|
1064
1064
|
TemplateFilter: {
|
|
@@ -1081,8 +1081,8 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1081
1081
|
} | {
|
|
1082
1082
|
InterfaceFilter: {
|
|
1083
1083
|
interfaceId: string;
|
|
1084
|
-
includeInterfaceView?: boolean | undefined;
|
|
1085
1084
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1085
|
+
includeInterfaceView?: boolean | undefined;
|
|
1086
1086
|
};
|
|
1087
1087
|
} | {
|
|
1088
1088
|
TemplateFilter: {
|
|
@@ -1096,6 +1096,7 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1096
1096
|
};
|
|
1097
1097
|
}[];
|
|
1098
1098
|
}>;
|
|
1099
|
+
verbose?: boolean | undefined;
|
|
1099
1100
|
filtersForAnyParty?: {
|
|
1100
1101
|
cumulative: {
|
|
1101
1102
|
identifierFilter: {
|
|
@@ -1103,8 +1104,8 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1103
1104
|
} | {
|
|
1104
1105
|
InterfaceFilter: {
|
|
1105
1106
|
interfaceId: string;
|
|
1106
|
-
includeInterfaceView?: boolean | undefined;
|
|
1107
1107
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1108
|
+
includeInterfaceView?: boolean | undefined;
|
|
1108
1109
|
};
|
|
1109
1110
|
} | {
|
|
1110
1111
|
TemplateFilter: {
|
|
@@ -1118,7 +1119,6 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1118
1119
|
};
|
|
1119
1120
|
}[];
|
|
1120
1121
|
} | undefined;
|
|
1121
|
-
verbose?: boolean | undefined;
|
|
1122
1122
|
}, {
|
|
1123
1123
|
filtersByParty: Record<string, {
|
|
1124
1124
|
cumulative: {
|
|
@@ -1127,8 +1127,8 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1127
1127
|
} | {
|
|
1128
1128
|
InterfaceFilter: {
|
|
1129
1129
|
interfaceId: string;
|
|
1130
|
-
includeInterfaceView?: boolean | undefined;
|
|
1131
1130
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1131
|
+
includeInterfaceView?: boolean | undefined;
|
|
1132
1132
|
};
|
|
1133
1133
|
} | {
|
|
1134
1134
|
TemplateFilter: {
|
|
@@ -1142,6 +1142,7 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1142
1142
|
};
|
|
1143
1143
|
}[];
|
|
1144
1144
|
}>;
|
|
1145
|
+
verbose?: boolean | undefined;
|
|
1145
1146
|
filtersForAnyParty?: {
|
|
1146
1147
|
cumulative: {
|
|
1147
1148
|
identifierFilter: {
|
|
@@ -1149,8 +1150,8 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1149
1150
|
} | {
|
|
1150
1151
|
InterfaceFilter: {
|
|
1151
1152
|
interfaceId: string;
|
|
1152
|
-
includeInterfaceView?: boolean | undefined;
|
|
1153
1153
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1154
|
+
includeInterfaceView?: boolean | undefined;
|
|
1154
1155
|
};
|
|
1155
1156
|
} | {
|
|
1156
1157
|
TemplateFilter: {
|
|
@@ -1164,7 +1165,6 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1164
1165
|
};
|
|
1165
1166
|
}[];
|
|
1166
1167
|
} | undefined;
|
|
1167
|
-
verbose?: boolean | undefined;
|
|
1168
1168
|
}>;
|
|
1169
1169
|
transactionShape: z.ZodUnion<[z.ZodLiteral<"TRANSACTION_SHAPE_ACS_DELTA">, z.ZodLiteral<"TRANSACTION_SHAPE_LEDGER_EFFECTS">]>;
|
|
1170
1170
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1176,8 +1176,8 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1176
1176
|
} | {
|
|
1177
1177
|
InterfaceFilter: {
|
|
1178
1178
|
interfaceId: string;
|
|
1179
|
-
includeInterfaceView?: boolean | undefined;
|
|
1180
1179
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1180
|
+
includeInterfaceView?: boolean | undefined;
|
|
1181
1181
|
};
|
|
1182
1182
|
} | {
|
|
1183
1183
|
TemplateFilter: {
|
|
@@ -1191,6 +1191,7 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1191
1191
|
};
|
|
1192
1192
|
}[];
|
|
1193
1193
|
}>;
|
|
1194
|
+
verbose?: boolean | undefined;
|
|
1194
1195
|
filtersForAnyParty?: {
|
|
1195
1196
|
cumulative: {
|
|
1196
1197
|
identifierFilter: {
|
|
@@ -1198,8 +1199,8 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1198
1199
|
} | {
|
|
1199
1200
|
InterfaceFilter: {
|
|
1200
1201
|
interfaceId: string;
|
|
1201
|
-
includeInterfaceView?: boolean | undefined;
|
|
1202
1202
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1203
|
+
includeInterfaceView?: boolean | undefined;
|
|
1203
1204
|
};
|
|
1204
1205
|
} | {
|
|
1205
1206
|
TemplateFilter: {
|
|
@@ -1213,7 +1214,6 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1213
1214
|
};
|
|
1214
1215
|
}[];
|
|
1215
1216
|
} | undefined;
|
|
1216
|
-
verbose?: boolean | undefined;
|
|
1217
1217
|
};
|
|
1218
1218
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
1219
1219
|
}, {
|
|
@@ -1225,8 +1225,8 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1225
1225
|
} | {
|
|
1226
1226
|
InterfaceFilter: {
|
|
1227
1227
|
interfaceId: string;
|
|
1228
|
-
includeInterfaceView?: boolean | undefined;
|
|
1229
1228
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1229
|
+
includeInterfaceView?: boolean | undefined;
|
|
1230
1230
|
};
|
|
1231
1231
|
} | {
|
|
1232
1232
|
TemplateFilter: {
|
|
@@ -1240,6 +1240,7 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1240
1240
|
};
|
|
1241
1241
|
}[];
|
|
1242
1242
|
}>;
|
|
1243
|
+
verbose?: boolean | undefined;
|
|
1243
1244
|
filtersForAnyParty?: {
|
|
1244
1245
|
cumulative: {
|
|
1245
1246
|
identifierFilter: {
|
|
@@ -1247,8 +1248,8 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1247
1248
|
} | {
|
|
1248
1249
|
InterfaceFilter: {
|
|
1249
1250
|
interfaceId: string;
|
|
1250
|
-
includeInterfaceView?: boolean | undefined;
|
|
1251
1251
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1252
|
+
includeInterfaceView?: boolean | undefined;
|
|
1252
1253
|
};
|
|
1253
1254
|
} | {
|
|
1254
1255
|
TemplateFilter: {
|
|
@@ -1262,7 +1263,6 @@ export declare const TransactionFormatSchema: z.ZodObject<{
|
|
|
1262
1263
|
};
|
|
1263
1264
|
}[];
|
|
1264
1265
|
} | undefined;
|
|
1265
|
-
verbose?: boolean | undefined;
|
|
1266
1266
|
};
|
|
1267
1267
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
1268
1268
|
}>;
|
|
@@ -1312,24 +1312,24 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1312
1312
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
1313
1313
|
}, "strip", z.ZodTypeAny, {
|
|
1314
1314
|
interfaceId: string;
|
|
1315
|
-
includeInterfaceView?: boolean | undefined;
|
|
1316
1315
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1316
|
+
includeInterfaceView?: boolean | undefined;
|
|
1317
1317
|
}, {
|
|
1318
1318
|
interfaceId: string;
|
|
1319
|
-
includeInterfaceView?: boolean | undefined;
|
|
1320
1319
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1320
|
+
includeInterfaceView?: boolean | undefined;
|
|
1321
1321
|
}>;
|
|
1322
1322
|
}, "strip", z.ZodTypeAny, {
|
|
1323
1323
|
InterfaceFilter: {
|
|
1324
1324
|
interfaceId: string;
|
|
1325
|
-
includeInterfaceView?: boolean | undefined;
|
|
1326
1325
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1326
|
+
includeInterfaceView?: boolean | undefined;
|
|
1327
1327
|
};
|
|
1328
1328
|
}, {
|
|
1329
1329
|
InterfaceFilter: {
|
|
1330
1330
|
interfaceId: string;
|
|
1331
|
-
includeInterfaceView?: boolean | undefined;
|
|
1332
1331
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1332
|
+
includeInterfaceView?: boolean | undefined;
|
|
1333
1333
|
};
|
|
1334
1334
|
}>, z.ZodObject<{
|
|
1335
1335
|
TemplateFilter: z.ZodObject<{
|
|
@@ -1375,8 +1375,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1375
1375
|
} | {
|
|
1376
1376
|
InterfaceFilter: {
|
|
1377
1377
|
interfaceId: string;
|
|
1378
|
-
includeInterfaceView?: boolean | undefined;
|
|
1379
1378
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1379
|
+
includeInterfaceView?: boolean | undefined;
|
|
1380
1380
|
};
|
|
1381
1381
|
} | {
|
|
1382
1382
|
TemplateFilter: {
|
|
@@ -1394,8 +1394,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1394
1394
|
} | {
|
|
1395
1395
|
InterfaceFilter: {
|
|
1396
1396
|
interfaceId: string;
|
|
1397
|
-
includeInterfaceView?: boolean | undefined;
|
|
1398
1397
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1398
|
+
includeInterfaceView?: boolean | undefined;
|
|
1399
1399
|
};
|
|
1400
1400
|
} | {
|
|
1401
1401
|
TemplateFilter: {
|
|
@@ -1415,8 +1415,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1415
1415
|
} | {
|
|
1416
1416
|
InterfaceFilter: {
|
|
1417
1417
|
interfaceId: string;
|
|
1418
|
-
includeInterfaceView?: boolean | undefined;
|
|
1419
1418
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1419
|
+
includeInterfaceView?: boolean | undefined;
|
|
1420
1420
|
};
|
|
1421
1421
|
} | {
|
|
1422
1422
|
TemplateFilter: {
|
|
@@ -1436,8 +1436,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1436
1436
|
} | {
|
|
1437
1437
|
InterfaceFilter: {
|
|
1438
1438
|
interfaceId: string;
|
|
1439
|
-
includeInterfaceView?: boolean | undefined;
|
|
1440
1439
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1440
|
+
includeInterfaceView?: boolean | undefined;
|
|
1441
1441
|
};
|
|
1442
1442
|
} | {
|
|
1443
1443
|
TemplateFilter: {
|
|
@@ -1466,24 +1466,24 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1466
1466
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
1467
1467
|
}, "strip", z.ZodTypeAny, {
|
|
1468
1468
|
interfaceId: string;
|
|
1469
|
-
includeInterfaceView?: boolean | undefined;
|
|
1470
1469
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1470
|
+
includeInterfaceView?: boolean | undefined;
|
|
1471
1471
|
}, {
|
|
1472
1472
|
interfaceId: string;
|
|
1473
|
-
includeInterfaceView?: boolean | undefined;
|
|
1474
1473
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1474
|
+
includeInterfaceView?: boolean | undefined;
|
|
1475
1475
|
}>;
|
|
1476
1476
|
}, "strip", z.ZodTypeAny, {
|
|
1477
1477
|
InterfaceFilter: {
|
|
1478
1478
|
interfaceId: string;
|
|
1479
|
-
includeInterfaceView?: boolean | undefined;
|
|
1480
1479
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1480
|
+
includeInterfaceView?: boolean | undefined;
|
|
1481
1481
|
};
|
|
1482
1482
|
}, {
|
|
1483
1483
|
InterfaceFilter: {
|
|
1484
1484
|
interfaceId: string;
|
|
1485
|
-
includeInterfaceView?: boolean | undefined;
|
|
1486
1485
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1486
|
+
includeInterfaceView?: boolean | undefined;
|
|
1487
1487
|
};
|
|
1488
1488
|
}>, z.ZodObject<{
|
|
1489
1489
|
TemplateFilter: z.ZodObject<{
|
|
@@ -1529,8 +1529,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1529
1529
|
} | {
|
|
1530
1530
|
InterfaceFilter: {
|
|
1531
1531
|
interfaceId: string;
|
|
1532
|
-
includeInterfaceView?: boolean | undefined;
|
|
1533
1532
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1533
|
+
includeInterfaceView?: boolean | undefined;
|
|
1534
1534
|
};
|
|
1535
1535
|
} | {
|
|
1536
1536
|
TemplateFilter: {
|
|
@@ -1548,8 +1548,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1548
1548
|
} | {
|
|
1549
1549
|
InterfaceFilter: {
|
|
1550
1550
|
interfaceId: string;
|
|
1551
|
-
includeInterfaceView?: boolean | undefined;
|
|
1552
1551
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1552
|
+
includeInterfaceView?: boolean | undefined;
|
|
1553
1553
|
};
|
|
1554
1554
|
} | {
|
|
1555
1555
|
TemplateFilter: {
|
|
@@ -1569,8 +1569,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1569
1569
|
} | {
|
|
1570
1570
|
InterfaceFilter: {
|
|
1571
1571
|
interfaceId: string;
|
|
1572
|
-
includeInterfaceView?: boolean | undefined;
|
|
1573
1572
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1573
|
+
includeInterfaceView?: boolean | undefined;
|
|
1574
1574
|
};
|
|
1575
1575
|
} | {
|
|
1576
1576
|
TemplateFilter: {
|
|
@@ -1590,8 +1590,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1590
1590
|
} | {
|
|
1591
1591
|
InterfaceFilter: {
|
|
1592
1592
|
interfaceId: string;
|
|
1593
|
-
includeInterfaceView?: boolean | undefined;
|
|
1594
1593
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1594
|
+
includeInterfaceView?: boolean | undefined;
|
|
1595
1595
|
};
|
|
1596
1596
|
} | {
|
|
1597
1597
|
TemplateFilter: {
|
|
@@ -1614,8 +1614,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1614
1614
|
} | {
|
|
1615
1615
|
InterfaceFilter: {
|
|
1616
1616
|
interfaceId: string;
|
|
1617
|
-
includeInterfaceView?: boolean | undefined;
|
|
1618
1617
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1618
|
+
includeInterfaceView?: boolean | undefined;
|
|
1619
1619
|
};
|
|
1620
1620
|
} | {
|
|
1621
1621
|
TemplateFilter: {
|
|
@@ -1629,6 +1629,7 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1629
1629
|
};
|
|
1630
1630
|
}[];
|
|
1631
1631
|
}>;
|
|
1632
|
+
verbose?: boolean | undefined;
|
|
1632
1633
|
filtersForAnyParty?: {
|
|
1633
1634
|
cumulative: {
|
|
1634
1635
|
identifierFilter: {
|
|
@@ -1636,8 +1637,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1636
1637
|
} | {
|
|
1637
1638
|
InterfaceFilter: {
|
|
1638
1639
|
interfaceId: string;
|
|
1639
|
-
includeInterfaceView?: boolean | undefined;
|
|
1640
1640
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1641
|
+
includeInterfaceView?: boolean | undefined;
|
|
1641
1642
|
};
|
|
1642
1643
|
} | {
|
|
1643
1644
|
TemplateFilter: {
|
|
@@ -1651,7 +1652,6 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1651
1652
|
};
|
|
1652
1653
|
}[];
|
|
1653
1654
|
} | undefined;
|
|
1654
|
-
verbose?: boolean | undefined;
|
|
1655
1655
|
}, {
|
|
1656
1656
|
filtersByParty: Record<string, {
|
|
1657
1657
|
cumulative: {
|
|
@@ -1660,8 +1660,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1660
1660
|
} | {
|
|
1661
1661
|
InterfaceFilter: {
|
|
1662
1662
|
interfaceId: string;
|
|
1663
|
-
includeInterfaceView?: boolean | undefined;
|
|
1664
1663
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1664
|
+
includeInterfaceView?: boolean | undefined;
|
|
1665
1665
|
};
|
|
1666
1666
|
} | {
|
|
1667
1667
|
TemplateFilter: {
|
|
@@ -1675,6 +1675,7 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1675
1675
|
};
|
|
1676
1676
|
}[];
|
|
1677
1677
|
}>;
|
|
1678
|
+
verbose?: boolean | undefined;
|
|
1678
1679
|
filtersForAnyParty?: {
|
|
1679
1680
|
cumulative: {
|
|
1680
1681
|
identifierFilter: {
|
|
@@ -1682,8 +1683,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1682
1683
|
} | {
|
|
1683
1684
|
InterfaceFilter: {
|
|
1684
1685
|
interfaceId: string;
|
|
1685
|
-
includeInterfaceView?: boolean | undefined;
|
|
1686
1686
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1687
|
+
includeInterfaceView?: boolean | undefined;
|
|
1687
1688
|
};
|
|
1688
1689
|
} | {
|
|
1689
1690
|
TemplateFilter: {
|
|
@@ -1697,7 +1698,6 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1697
1698
|
};
|
|
1698
1699
|
}[];
|
|
1699
1700
|
} | undefined;
|
|
1700
|
-
verbose?: boolean | undefined;
|
|
1701
1701
|
}>;
|
|
1702
1702
|
transactionShape: z.ZodUnion<[z.ZodLiteral<"TRANSACTION_SHAPE_ACS_DELTA">, z.ZodLiteral<"TRANSACTION_SHAPE_LEDGER_EFFECTS">]>;
|
|
1703
1703
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1709,8 +1709,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1709
1709
|
} | {
|
|
1710
1710
|
InterfaceFilter: {
|
|
1711
1711
|
interfaceId: string;
|
|
1712
|
-
includeInterfaceView?: boolean | undefined;
|
|
1713
1712
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1713
|
+
includeInterfaceView?: boolean | undefined;
|
|
1714
1714
|
};
|
|
1715
1715
|
} | {
|
|
1716
1716
|
TemplateFilter: {
|
|
@@ -1724,6 +1724,7 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1724
1724
|
};
|
|
1725
1725
|
}[];
|
|
1726
1726
|
}>;
|
|
1727
|
+
verbose?: boolean | undefined;
|
|
1727
1728
|
filtersForAnyParty?: {
|
|
1728
1729
|
cumulative: {
|
|
1729
1730
|
identifierFilter: {
|
|
@@ -1731,8 +1732,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1731
1732
|
} | {
|
|
1732
1733
|
InterfaceFilter: {
|
|
1733
1734
|
interfaceId: string;
|
|
1734
|
-
includeInterfaceView?: boolean | undefined;
|
|
1735
1735
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1736
|
+
includeInterfaceView?: boolean | undefined;
|
|
1736
1737
|
};
|
|
1737
1738
|
} | {
|
|
1738
1739
|
TemplateFilter: {
|
|
@@ -1746,7 +1747,6 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1746
1747
|
};
|
|
1747
1748
|
}[];
|
|
1748
1749
|
} | undefined;
|
|
1749
|
-
verbose?: boolean | undefined;
|
|
1750
1750
|
};
|
|
1751
1751
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
1752
1752
|
}, {
|
|
@@ -1758,8 +1758,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1758
1758
|
} | {
|
|
1759
1759
|
InterfaceFilter: {
|
|
1760
1760
|
interfaceId: string;
|
|
1761
|
-
includeInterfaceView?: boolean | undefined;
|
|
1762
1761
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1762
|
+
includeInterfaceView?: boolean | undefined;
|
|
1763
1763
|
};
|
|
1764
1764
|
} | {
|
|
1765
1765
|
TemplateFilter: {
|
|
@@ -1773,6 +1773,7 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1773
1773
|
};
|
|
1774
1774
|
}[];
|
|
1775
1775
|
}>;
|
|
1776
|
+
verbose?: boolean | undefined;
|
|
1776
1777
|
filtersForAnyParty?: {
|
|
1777
1778
|
cumulative: {
|
|
1778
1779
|
identifierFilter: {
|
|
@@ -1780,8 +1781,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1780
1781
|
} | {
|
|
1781
1782
|
InterfaceFilter: {
|
|
1782
1783
|
interfaceId: string;
|
|
1783
|
-
includeInterfaceView?: boolean | undefined;
|
|
1784
1784
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1785
|
+
includeInterfaceView?: boolean | undefined;
|
|
1785
1786
|
};
|
|
1786
1787
|
} | {
|
|
1787
1788
|
TemplateFilter: {
|
|
@@ -1795,7 +1796,6 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1795
1796
|
};
|
|
1796
1797
|
}[];
|
|
1797
1798
|
} | undefined;
|
|
1798
|
-
verbose?: boolean | undefined;
|
|
1799
1799
|
};
|
|
1800
1800
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
1801
1801
|
}>>;
|
|
@@ -1815,24 +1815,24 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1815
1815
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
1816
1816
|
}, "strip", z.ZodTypeAny, {
|
|
1817
1817
|
interfaceId: string;
|
|
1818
|
-
includeInterfaceView?: boolean | undefined;
|
|
1819
1818
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1819
|
+
includeInterfaceView?: boolean | undefined;
|
|
1820
1820
|
}, {
|
|
1821
1821
|
interfaceId: string;
|
|
1822
|
-
includeInterfaceView?: boolean | undefined;
|
|
1823
1822
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1823
|
+
includeInterfaceView?: boolean | undefined;
|
|
1824
1824
|
}>;
|
|
1825
1825
|
}, "strip", z.ZodTypeAny, {
|
|
1826
1826
|
InterfaceFilter: {
|
|
1827
1827
|
interfaceId: string;
|
|
1828
|
-
includeInterfaceView?: boolean | undefined;
|
|
1829
1828
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1829
|
+
includeInterfaceView?: boolean | undefined;
|
|
1830
1830
|
};
|
|
1831
1831
|
}, {
|
|
1832
1832
|
InterfaceFilter: {
|
|
1833
1833
|
interfaceId: string;
|
|
1834
|
-
includeInterfaceView?: boolean | undefined;
|
|
1835
1834
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1835
|
+
includeInterfaceView?: boolean | undefined;
|
|
1836
1836
|
};
|
|
1837
1837
|
}>, z.ZodObject<{
|
|
1838
1838
|
TemplateFilter: z.ZodObject<{
|
|
@@ -1878,8 +1878,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1878
1878
|
} | {
|
|
1879
1879
|
InterfaceFilter: {
|
|
1880
1880
|
interfaceId: string;
|
|
1881
|
-
includeInterfaceView?: boolean | undefined;
|
|
1882
1881
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1882
|
+
includeInterfaceView?: boolean | undefined;
|
|
1883
1883
|
};
|
|
1884
1884
|
} | {
|
|
1885
1885
|
TemplateFilter: {
|
|
@@ -1897,8 +1897,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1897
1897
|
} | {
|
|
1898
1898
|
InterfaceFilter: {
|
|
1899
1899
|
interfaceId: string;
|
|
1900
|
-
includeInterfaceView?: boolean | undefined;
|
|
1901
1900
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1901
|
+
includeInterfaceView?: boolean | undefined;
|
|
1902
1902
|
};
|
|
1903
1903
|
} | {
|
|
1904
1904
|
TemplateFilter: {
|
|
@@ -1918,8 +1918,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1918
1918
|
} | {
|
|
1919
1919
|
InterfaceFilter: {
|
|
1920
1920
|
interfaceId: string;
|
|
1921
|
-
includeInterfaceView?: boolean | undefined;
|
|
1922
1921
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1922
|
+
includeInterfaceView?: boolean | undefined;
|
|
1923
1923
|
};
|
|
1924
1924
|
} | {
|
|
1925
1925
|
TemplateFilter: {
|
|
@@ -1939,8 +1939,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1939
1939
|
} | {
|
|
1940
1940
|
InterfaceFilter: {
|
|
1941
1941
|
interfaceId: string;
|
|
1942
|
-
includeInterfaceView?: boolean | undefined;
|
|
1943
1942
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1943
|
+
includeInterfaceView?: boolean | undefined;
|
|
1944
1944
|
};
|
|
1945
1945
|
} | {
|
|
1946
1946
|
TemplateFilter: {
|
|
@@ -1969,24 +1969,24 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
1969
1969
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
1970
1970
|
}, "strip", z.ZodTypeAny, {
|
|
1971
1971
|
interfaceId: string;
|
|
1972
|
-
includeInterfaceView?: boolean | undefined;
|
|
1973
1972
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1973
|
+
includeInterfaceView?: boolean | undefined;
|
|
1974
1974
|
}, {
|
|
1975
1975
|
interfaceId: string;
|
|
1976
|
-
includeInterfaceView?: boolean | undefined;
|
|
1977
1976
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1977
|
+
includeInterfaceView?: boolean | undefined;
|
|
1978
1978
|
}>;
|
|
1979
1979
|
}, "strip", z.ZodTypeAny, {
|
|
1980
1980
|
InterfaceFilter: {
|
|
1981
1981
|
interfaceId: string;
|
|
1982
|
-
includeInterfaceView?: boolean | undefined;
|
|
1983
1982
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1983
|
+
includeInterfaceView?: boolean | undefined;
|
|
1984
1984
|
};
|
|
1985
1985
|
}, {
|
|
1986
1986
|
InterfaceFilter: {
|
|
1987
1987
|
interfaceId: string;
|
|
1988
|
-
includeInterfaceView?: boolean | undefined;
|
|
1989
1988
|
includeCreatedEventBlob?: boolean | undefined;
|
|
1989
|
+
includeInterfaceView?: boolean | undefined;
|
|
1990
1990
|
};
|
|
1991
1991
|
}>, z.ZodObject<{
|
|
1992
1992
|
TemplateFilter: z.ZodObject<{
|
|
@@ -2032,8 +2032,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2032
2032
|
} | {
|
|
2033
2033
|
InterfaceFilter: {
|
|
2034
2034
|
interfaceId: string;
|
|
2035
|
-
includeInterfaceView?: boolean | undefined;
|
|
2036
2035
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2036
|
+
includeInterfaceView?: boolean | undefined;
|
|
2037
2037
|
};
|
|
2038
2038
|
} | {
|
|
2039
2039
|
TemplateFilter: {
|
|
@@ -2051,8 +2051,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2051
2051
|
} | {
|
|
2052
2052
|
InterfaceFilter: {
|
|
2053
2053
|
interfaceId: string;
|
|
2054
|
-
includeInterfaceView?: boolean | undefined;
|
|
2055
2054
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2055
|
+
includeInterfaceView?: boolean | undefined;
|
|
2056
2056
|
};
|
|
2057
2057
|
} | {
|
|
2058
2058
|
TemplateFilter: {
|
|
@@ -2072,8 +2072,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2072
2072
|
} | {
|
|
2073
2073
|
InterfaceFilter: {
|
|
2074
2074
|
interfaceId: string;
|
|
2075
|
-
includeInterfaceView?: boolean | undefined;
|
|
2076
2075
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2076
|
+
includeInterfaceView?: boolean | undefined;
|
|
2077
2077
|
};
|
|
2078
2078
|
} | {
|
|
2079
2079
|
TemplateFilter: {
|
|
@@ -2093,8 +2093,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2093
2093
|
} | {
|
|
2094
2094
|
InterfaceFilter: {
|
|
2095
2095
|
interfaceId: string;
|
|
2096
|
-
includeInterfaceView?: boolean | undefined;
|
|
2097
2096
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2097
|
+
includeInterfaceView?: boolean | undefined;
|
|
2098
2098
|
};
|
|
2099
2099
|
} | {
|
|
2100
2100
|
TemplateFilter: {
|
|
@@ -2117,8 +2117,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2117
2117
|
} | {
|
|
2118
2118
|
InterfaceFilter: {
|
|
2119
2119
|
interfaceId: string;
|
|
2120
|
-
includeInterfaceView?: boolean | undefined;
|
|
2121
2120
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2121
|
+
includeInterfaceView?: boolean | undefined;
|
|
2122
2122
|
};
|
|
2123
2123
|
} | {
|
|
2124
2124
|
TemplateFilter: {
|
|
@@ -2132,6 +2132,7 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2132
2132
|
};
|
|
2133
2133
|
}[];
|
|
2134
2134
|
}>;
|
|
2135
|
+
verbose?: boolean | undefined;
|
|
2135
2136
|
filtersForAnyParty?: {
|
|
2136
2137
|
cumulative: {
|
|
2137
2138
|
identifierFilter: {
|
|
@@ -2139,8 +2140,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2139
2140
|
} | {
|
|
2140
2141
|
InterfaceFilter: {
|
|
2141
2142
|
interfaceId: string;
|
|
2142
|
-
includeInterfaceView?: boolean | undefined;
|
|
2143
2143
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2144
|
+
includeInterfaceView?: boolean | undefined;
|
|
2144
2145
|
};
|
|
2145
2146
|
} | {
|
|
2146
2147
|
TemplateFilter: {
|
|
@@ -2154,7 +2155,6 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2154
2155
|
};
|
|
2155
2156
|
}[];
|
|
2156
2157
|
} | undefined;
|
|
2157
|
-
verbose?: boolean | undefined;
|
|
2158
2158
|
}, {
|
|
2159
2159
|
filtersByParty: Record<string, {
|
|
2160
2160
|
cumulative: {
|
|
@@ -2163,8 +2163,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2163
2163
|
} | {
|
|
2164
2164
|
InterfaceFilter: {
|
|
2165
2165
|
interfaceId: string;
|
|
2166
|
-
includeInterfaceView?: boolean | undefined;
|
|
2167
2166
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2167
|
+
includeInterfaceView?: boolean | undefined;
|
|
2168
2168
|
};
|
|
2169
2169
|
} | {
|
|
2170
2170
|
TemplateFilter: {
|
|
@@ -2178,6 +2178,7 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2178
2178
|
};
|
|
2179
2179
|
}[];
|
|
2180
2180
|
}>;
|
|
2181
|
+
verbose?: boolean | undefined;
|
|
2181
2182
|
filtersForAnyParty?: {
|
|
2182
2183
|
cumulative: {
|
|
2183
2184
|
identifierFilter: {
|
|
@@ -2185,8 +2186,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2185
2186
|
} | {
|
|
2186
2187
|
InterfaceFilter: {
|
|
2187
2188
|
interfaceId: string;
|
|
2188
|
-
includeInterfaceView?: boolean | undefined;
|
|
2189
2189
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2190
|
+
includeInterfaceView?: boolean | undefined;
|
|
2190
2191
|
};
|
|
2191
2192
|
} | {
|
|
2192
2193
|
TemplateFilter: {
|
|
@@ -2200,7 +2201,6 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2200
2201
|
};
|
|
2201
2202
|
}[];
|
|
2202
2203
|
} | undefined;
|
|
2203
|
-
verbose?: boolean | undefined;
|
|
2204
2204
|
}>>;
|
|
2205
2205
|
includeTopologyEvents: z.ZodOptional<z.ZodObject<{
|
|
2206
2206
|
includeParticipantAuthorizationEvents: z.ZodOptional<z.ZodObject<{
|
|
@@ -2229,8 +2229,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2229
2229
|
} | {
|
|
2230
2230
|
InterfaceFilter: {
|
|
2231
2231
|
interfaceId: string;
|
|
2232
|
-
includeInterfaceView?: boolean | undefined;
|
|
2233
2232
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2233
|
+
includeInterfaceView?: boolean | undefined;
|
|
2234
2234
|
};
|
|
2235
2235
|
} | {
|
|
2236
2236
|
TemplateFilter: {
|
|
@@ -2244,6 +2244,7 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2244
2244
|
};
|
|
2245
2245
|
}[];
|
|
2246
2246
|
}>;
|
|
2247
|
+
verbose?: boolean | undefined;
|
|
2247
2248
|
filtersForAnyParty?: {
|
|
2248
2249
|
cumulative: {
|
|
2249
2250
|
identifierFilter: {
|
|
@@ -2251,8 +2252,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2251
2252
|
} | {
|
|
2252
2253
|
InterfaceFilter: {
|
|
2253
2254
|
interfaceId: string;
|
|
2254
|
-
includeInterfaceView?: boolean | undefined;
|
|
2255
2255
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2256
|
+
includeInterfaceView?: boolean | undefined;
|
|
2256
2257
|
};
|
|
2257
2258
|
} | {
|
|
2258
2259
|
TemplateFilter: {
|
|
@@ -2266,7 +2267,6 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2266
2267
|
};
|
|
2267
2268
|
}[];
|
|
2268
2269
|
} | undefined;
|
|
2269
|
-
verbose?: boolean | undefined;
|
|
2270
2270
|
};
|
|
2271
2271
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
2272
2272
|
} | undefined;
|
|
@@ -2278,8 +2278,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2278
2278
|
} | {
|
|
2279
2279
|
InterfaceFilter: {
|
|
2280
2280
|
interfaceId: string;
|
|
2281
|
-
includeInterfaceView?: boolean | undefined;
|
|
2282
2281
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2282
|
+
includeInterfaceView?: boolean | undefined;
|
|
2283
2283
|
};
|
|
2284
2284
|
} | {
|
|
2285
2285
|
TemplateFilter: {
|
|
@@ -2293,6 +2293,7 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2293
2293
|
};
|
|
2294
2294
|
}[];
|
|
2295
2295
|
}>;
|
|
2296
|
+
verbose?: boolean | undefined;
|
|
2296
2297
|
filtersForAnyParty?: {
|
|
2297
2298
|
cumulative: {
|
|
2298
2299
|
identifierFilter: {
|
|
@@ -2300,8 +2301,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2300
2301
|
} | {
|
|
2301
2302
|
InterfaceFilter: {
|
|
2302
2303
|
interfaceId: string;
|
|
2303
|
-
includeInterfaceView?: boolean | undefined;
|
|
2304
2304
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2305
|
+
includeInterfaceView?: boolean | undefined;
|
|
2305
2306
|
};
|
|
2306
2307
|
} | {
|
|
2307
2308
|
TemplateFilter: {
|
|
@@ -2315,7 +2316,6 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2315
2316
|
};
|
|
2316
2317
|
}[];
|
|
2317
2318
|
} | undefined;
|
|
2318
|
-
verbose?: boolean | undefined;
|
|
2319
2319
|
} | undefined;
|
|
2320
2320
|
includeTopologyEvents?: {
|
|
2321
2321
|
includeParticipantAuthorizationEvents?: {
|
|
@@ -2332,8 +2332,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2332
2332
|
} | {
|
|
2333
2333
|
InterfaceFilter: {
|
|
2334
2334
|
interfaceId: string;
|
|
2335
|
-
includeInterfaceView?: boolean | undefined;
|
|
2336
2335
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2336
|
+
includeInterfaceView?: boolean | undefined;
|
|
2337
2337
|
};
|
|
2338
2338
|
} | {
|
|
2339
2339
|
TemplateFilter: {
|
|
@@ -2347,6 +2347,7 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2347
2347
|
};
|
|
2348
2348
|
}[];
|
|
2349
2349
|
}>;
|
|
2350
|
+
verbose?: boolean | undefined;
|
|
2350
2351
|
filtersForAnyParty?: {
|
|
2351
2352
|
cumulative: {
|
|
2352
2353
|
identifierFilter: {
|
|
@@ -2354,8 +2355,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2354
2355
|
} | {
|
|
2355
2356
|
InterfaceFilter: {
|
|
2356
2357
|
interfaceId: string;
|
|
2357
|
-
includeInterfaceView?: boolean | undefined;
|
|
2358
2358
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2359
|
+
includeInterfaceView?: boolean | undefined;
|
|
2359
2360
|
};
|
|
2360
2361
|
} | {
|
|
2361
2362
|
TemplateFilter: {
|
|
@@ -2369,7 +2370,6 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2369
2370
|
};
|
|
2370
2371
|
}[];
|
|
2371
2372
|
} | undefined;
|
|
2372
|
-
verbose?: boolean | undefined;
|
|
2373
2373
|
};
|
|
2374
2374
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
2375
2375
|
} | undefined;
|
|
@@ -2381,8 +2381,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2381
2381
|
} | {
|
|
2382
2382
|
InterfaceFilter: {
|
|
2383
2383
|
interfaceId: string;
|
|
2384
|
-
includeInterfaceView?: boolean | undefined;
|
|
2385
2384
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2385
|
+
includeInterfaceView?: boolean | undefined;
|
|
2386
2386
|
};
|
|
2387
2387
|
} | {
|
|
2388
2388
|
TemplateFilter: {
|
|
@@ -2396,6 +2396,7 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2396
2396
|
};
|
|
2397
2397
|
}[];
|
|
2398
2398
|
}>;
|
|
2399
|
+
verbose?: boolean | undefined;
|
|
2399
2400
|
filtersForAnyParty?: {
|
|
2400
2401
|
cumulative: {
|
|
2401
2402
|
identifierFilter: {
|
|
@@ -2403,8 +2404,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2403
2404
|
} | {
|
|
2404
2405
|
InterfaceFilter: {
|
|
2405
2406
|
interfaceId: string;
|
|
2406
|
-
includeInterfaceView?: boolean | undefined;
|
|
2407
2407
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2408
|
+
includeInterfaceView?: boolean | undefined;
|
|
2408
2409
|
};
|
|
2409
2410
|
} | {
|
|
2410
2411
|
TemplateFilter: {
|
|
@@ -2418,7 +2419,6 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2418
2419
|
};
|
|
2419
2420
|
}[];
|
|
2420
2421
|
} | undefined;
|
|
2421
|
-
verbose?: boolean | undefined;
|
|
2422
2422
|
} | undefined;
|
|
2423
2423
|
includeTopologyEvents?: {
|
|
2424
2424
|
includeParticipantAuthorizationEvents?: {
|
|
@@ -2438,8 +2438,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2438
2438
|
} | {
|
|
2439
2439
|
InterfaceFilter: {
|
|
2440
2440
|
interfaceId: string;
|
|
2441
|
-
includeInterfaceView?: boolean | undefined;
|
|
2442
2441
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2442
|
+
includeInterfaceView?: boolean | undefined;
|
|
2443
2443
|
};
|
|
2444
2444
|
} | {
|
|
2445
2445
|
TemplateFilter: {
|
|
@@ -2453,6 +2453,7 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2453
2453
|
};
|
|
2454
2454
|
}[];
|
|
2455
2455
|
}>;
|
|
2456
|
+
verbose?: boolean | undefined;
|
|
2456
2457
|
filtersForAnyParty?: {
|
|
2457
2458
|
cumulative: {
|
|
2458
2459
|
identifierFilter: {
|
|
@@ -2460,8 +2461,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2460
2461
|
} | {
|
|
2461
2462
|
InterfaceFilter: {
|
|
2462
2463
|
interfaceId: string;
|
|
2463
|
-
includeInterfaceView?: boolean | undefined;
|
|
2464
2464
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2465
|
+
includeInterfaceView?: boolean | undefined;
|
|
2465
2466
|
};
|
|
2466
2467
|
} | {
|
|
2467
2468
|
TemplateFilter: {
|
|
@@ -2475,7 +2476,6 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2475
2476
|
};
|
|
2476
2477
|
}[];
|
|
2477
2478
|
} | undefined;
|
|
2478
|
-
verbose?: boolean | undefined;
|
|
2479
2479
|
};
|
|
2480
2480
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
2481
2481
|
} | undefined;
|
|
@@ -2487,8 +2487,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2487
2487
|
} | {
|
|
2488
2488
|
InterfaceFilter: {
|
|
2489
2489
|
interfaceId: string;
|
|
2490
|
-
includeInterfaceView?: boolean | undefined;
|
|
2491
2490
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2491
|
+
includeInterfaceView?: boolean | undefined;
|
|
2492
2492
|
};
|
|
2493
2493
|
} | {
|
|
2494
2494
|
TemplateFilter: {
|
|
@@ -2502,6 +2502,7 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2502
2502
|
};
|
|
2503
2503
|
}[];
|
|
2504
2504
|
}>;
|
|
2505
|
+
verbose?: boolean | undefined;
|
|
2505
2506
|
filtersForAnyParty?: {
|
|
2506
2507
|
cumulative: {
|
|
2507
2508
|
identifierFilter: {
|
|
@@ -2509,8 +2510,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2509
2510
|
} | {
|
|
2510
2511
|
InterfaceFilter: {
|
|
2511
2512
|
interfaceId: string;
|
|
2512
|
-
includeInterfaceView?: boolean | undefined;
|
|
2513
2513
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2514
|
+
includeInterfaceView?: boolean | undefined;
|
|
2514
2515
|
};
|
|
2515
2516
|
} | {
|
|
2516
2517
|
TemplateFilter: {
|
|
@@ -2524,7 +2525,6 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2524
2525
|
};
|
|
2525
2526
|
}[];
|
|
2526
2527
|
} | undefined;
|
|
2527
|
-
verbose?: boolean | undefined;
|
|
2528
2528
|
} | undefined;
|
|
2529
2529
|
includeTopologyEvents?: {
|
|
2530
2530
|
includeParticipantAuthorizationEvents?: {
|
|
@@ -2532,9 +2532,9 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2532
2532
|
} | undefined;
|
|
2533
2533
|
} | undefined;
|
|
2534
2534
|
};
|
|
2535
|
-
endInclusive?: number | undefined;
|
|
2536
2535
|
limit?: number | undefined;
|
|
2537
2536
|
streamIdleTimeoutMs?: number | undefined;
|
|
2537
|
+
endInclusive?: number | undefined;
|
|
2538
2538
|
}, {
|
|
2539
2539
|
beginExclusive: number;
|
|
2540
2540
|
updateFormat: {
|
|
@@ -2547,8 +2547,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2547
2547
|
} | {
|
|
2548
2548
|
InterfaceFilter: {
|
|
2549
2549
|
interfaceId: string;
|
|
2550
|
-
includeInterfaceView?: boolean | undefined;
|
|
2551
2550
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2551
|
+
includeInterfaceView?: boolean | undefined;
|
|
2552
2552
|
};
|
|
2553
2553
|
} | {
|
|
2554
2554
|
TemplateFilter: {
|
|
@@ -2562,6 +2562,7 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2562
2562
|
};
|
|
2563
2563
|
}[];
|
|
2564
2564
|
}>;
|
|
2565
|
+
verbose?: boolean | undefined;
|
|
2565
2566
|
filtersForAnyParty?: {
|
|
2566
2567
|
cumulative: {
|
|
2567
2568
|
identifierFilter: {
|
|
@@ -2569,8 +2570,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2569
2570
|
} | {
|
|
2570
2571
|
InterfaceFilter: {
|
|
2571
2572
|
interfaceId: string;
|
|
2572
|
-
includeInterfaceView?: boolean | undefined;
|
|
2573
2573
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2574
|
+
includeInterfaceView?: boolean | undefined;
|
|
2574
2575
|
};
|
|
2575
2576
|
} | {
|
|
2576
2577
|
TemplateFilter: {
|
|
@@ -2584,7 +2585,6 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2584
2585
|
};
|
|
2585
2586
|
}[];
|
|
2586
2587
|
} | undefined;
|
|
2587
|
-
verbose?: boolean | undefined;
|
|
2588
2588
|
};
|
|
2589
2589
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
2590
2590
|
} | undefined;
|
|
@@ -2596,8 +2596,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2596
2596
|
} | {
|
|
2597
2597
|
InterfaceFilter: {
|
|
2598
2598
|
interfaceId: string;
|
|
2599
|
-
includeInterfaceView?: boolean | undefined;
|
|
2600
2599
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2600
|
+
includeInterfaceView?: boolean | undefined;
|
|
2601
2601
|
};
|
|
2602
2602
|
} | {
|
|
2603
2603
|
TemplateFilter: {
|
|
@@ -2611,6 +2611,7 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2611
2611
|
};
|
|
2612
2612
|
}[];
|
|
2613
2613
|
}>;
|
|
2614
|
+
verbose?: boolean | undefined;
|
|
2614
2615
|
filtersForAnyParty?: {
|
|
2615
2616
|
cumulative: {
|
|
2616
2617
|
identifierFilter: {
|
|
@@ -2618,8 +2619,8 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2618
2619
|
} | {
|
|
2619
2620
|
InterfaceFilter: {
|
|
2620
2621
|
interfaceId: string;
|
|
2621
|
-
includeInterfaceView?: boolean | undefined;
|
|
2622
2622
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2623
|
+
includeInterfaceView?: boolean | undefined;
|
|
2623
2624
|
};
|
|
2624
2625
|
} | {
|
|
2625
2626
|
TemplateFilter: {
|
|
@@ -2633,7 +2634,6 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2633
2634
|
};
|
|
2634
2635
|
}[];
|
|
2635
2636
|
} | undefined;
|
|
2636
|
-
verbose?: boolean | undefined;
|
|
2637
2637
|
} | undefined;
|
|
2638
2638
|
includeTopologyEvents?: {
|
|
2639
2639
|
includeParticipantAuthorizationEvents?: {
|
|
@@ -2641,9 +2641,9 @@ export declare const GetUpdatesParamsSchema: z.ZodObject<{
|
|
|
2641
2641
|
} | undefined;
|
|
2642
2642
|
} | undefined;
|
|
2643
2643
|
};
|
|
2644
|
-
endInclusive?: number | undefined;
|
|
2645
2644
|
limit?: number | undefined;
|
|
2646
2645
|
streamIdleTimeoutMs?: number | undefined;
|
|
2646
|
+
endInclusive?: number | undefined;
|
|
2647
2647
|
}>;
|
|
2648
2648
|
/**
|
|
2649
2649
|
* Schema for get update trees parameters.
|
|
@@ -2678,24 +2678,24 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
2678
2678
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
2679
2679
|
}, "strip", z.ZodTypeAny, {
|
|
2680
2680
|
interfaceId: string;
|
|
2681
|
-
includeInterfaceView?: boolean | undefined;
|
|
2682
2681
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2682
|
+
includeInterfaceView?: boolean | undefined;
|
|
2683
2683
|
}, {
|
|
2684
2684
|
interfaceId: string;
|
|
2685
|
-
includeInterfaceView?: boolean | undefined;
|
|
2686
2685
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2686
|
+
includeInterfaceView?: boolean | undefined;
|
|
2687
2687
|
}>;
|
|
2688
2688
|
}, "strip", z.ZodTypeAny, {
|
|
2689
2689
|
InterfaceFilter: {
|
|
2690
2690
|
interfaceId: string;
|
|
2691
|
-
includeInterfaceView?: boolean | undefined;
|
|
2692
2691
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2692
|
+
includeInterfaceView?: boolean | undefined;
|
|
2693
2693
|
};
|
|
2694
2694
|
}, {
|
|
2695
2695
|
InterfaceFilter: {
|
|
2696
2696
|
interfaceId: string;
|
|
2697
|
-
includeInterfaceView?: boolean | undefined;
|
|
2698
2697
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2698
|
+
includeInterfaceView?: boolean | undefined;
|
|
2699
2699
|
};
|
|
2700
2700
|
}>, z.ZodObject<{
|
|
2701
2701
|
TemplateFilter: z.ZodObject<{
|
|
@@ -2741,8 +2741,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
2741
2741
|
} | {
|
|
2742
2742
|
InterfaceFilter: {
|
|
2743
2743
|
interfaceId: string;
|
|
2744
|
-
includeInterfaceView?: boolean | undefined;
|
|
2745
2744
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2745
|
+
includeInterfaceView?: boolean | undefined;
|
|
2746
2746
|
};
|
|
2747
2747
|
} | {
|
|
2748
2748
|
TemplateFilter: {
|
|
@@ -2760,8 +2760,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
2760
2760
|
} | {
|
|
2761
2761
|
InterfaceFilter: {
|
|
2762
2762
|
interfaceId: string;
|
|
2763
|
-
includeInterfaceView?: boolean | undefined;
|
|
2764
2763
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2764
|
+
includeInterfaceView?: boolean | undefined;
|
|
2765
2765
|
};
|
|
2766
2766
|
} | {
|
|
2767
2767
|
TemplateFilter: {
|
|
@@ -2781,8 +2781,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
2781
2781
|
} | {
|
|
2782
2782
|
InterfaceFilter: {
|
|
2783
2783
|
interfaceId: string;
|
|
2784
|
-
includeInterfaceView?: boolean | undefined;
|
|
2785
2784
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2785
|
+
includeInterfaceView?: boolean | undefined;
|
|
2786
2786
|
};
|
|
2787
2787
|
} | {
|
|
2788
2788
|
TemplateFilter: {
|
|
@@ -2802,8 +2802,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
2802
2802
|
} | {
|
|
2803
2803
|
InterfaceFilter: {
|
|
2804
2804
|
interfaceId: string;
|
|
2805
|
-
includeInterfaceView?: boolean | undefined;
|
|
2806
2805
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2806
|
+
includeInterfaceView?: boolean | undefined;
|
|
2807
2807
|
};
|
|
2808
2808
|
} | {
|
|
2809
2809
|
TemplateFilter: {
|
|
@@ -2832,24 +2832,24 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
2832
2832
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
2833
2833
|
}, "strip", z.ZodTypeAny, {
|
|
2834
2834
|
interfaceId: string;
|
|
2835
|
-
includeInterfaceView?: boolean | undefined;
|
|
2836
2835
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2836
|
+
includeInterfaceView?: boolean | undefined;
|
|
2837
2837
|
}, {
|
|
2838
2838
|
interfaceId: string;
|
|
2839
|
-
includeInterfaceView?: boolean | undefined;
|
|
2840
2839
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2840
|
+
includeInterfaceView?: boolean | undefined;
|
|
2841
2841
|
}>;
|
|
2842
2842
|
}, "strip", z.ZodTypeAny, {
|
|
2843
2843
|
InterfaceFilter: {
|
|
2844
2844
|
interfaceId: string;
|
|
2845
|
-
includeInterfaceView?: boolean | undefined;
|
|
2846
2845
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2846
|
+
includeInterfaceView?: boolean | undefined;
|
|
2847
2847
|
};
|
|
2848
2848
|
}, {
|
|
2849
2849
|
InterfaceFilter: {
|
|
2850
2850
|
interfaceId: string;
|
|
2851
|
-
includeInterfaceView?: boolean | undefined;
|
|
2852
2851
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2852
|
+
includeInterfaceView?: boolean | undefined;
|
|
2853
2853
|
};
|
|
2854
2854
|
}>, z.ZodObject<{
|
|
2855
2855
|
TemplateFilter: z.ZodObject<{
|
|
@@ -2895,8 +2895,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
2895
2895
|
} | {
|
|
2896
2896
|
InterfaceFilter: {
|
|
2897
2897
|
interfaceId: string;
|
|
2898
|
-
includeInterfaceView?: boolean | undefined;
|
|
2899
2898
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2899
|
+
includeInterfaceView?: boolean | undefined;
|
|
2900
2900
|
};
|
|
2901
2901
|
} | {
|
|
2902
2902
|
TemplateFilter: {
|
|
@@ -2914,8 +2914,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
2914
2914
|
} | {
|
|
2915
2915
|
InterfaceFilter: {
|
|
2916
2916
|
interfaceId: string;
|
|
2917
|
-
includeInterfaceView?: boolean | undefined;
|
|
2918
2917
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2918
|
+
includeInterfaceView?: boolean | undefined;
|
|
2919
2919
|
};
|
|
2920
2920
|
} | {
|
|
2921
2921
|
TemplateFilter: {
|
|
@@ -2935,8 +2935,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
2935
2935
|
} | {
|
|
2936
2936
|
InterfaceFilter: {
|
|
2937
2937
|
interfaceId: string;
|
|
2938
|
-
includeInterfaceView?: boolean | undefined;
|
|
2939
2938
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2939
|
+
includeInterfaceView?: boolean | undefined;
|
|
2940
2940
|
};
|
|
2941
2941
|
} | {
|
|
2942
2942
|
TemplateFilter: {
|
|
@@ -2956,8 +2956,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
2956
2956
|
} | {
|
|
2957
2957
|
InterfaceFilter: {
|
|
2958
2958
|
interfaceId: string;
|
|
2959
|
-
includeInterfaceView?: boolean | undefined;
|
|
2960
2959
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2960
|
+
includeInterfaceView?: boolean | undefined;
|
|
2961
2961
|
};
|
|
2962
2962
|
} | {
|
|
2963
2963
|
TemplateFilter: {
|
|
@@ -2980,8 +2980,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
2980
2980
|
} | {
|
|
2981
2981
|
InterfaceFilter: {
|
|
2982
2982
|
interfaceId: string;
|
|
2983
|
-
includeInterfaceView?: boolean | undefined;
|
|
2984
2983
|
includeCreatedEventBlob?: boolean | undefined;
|
|
2984
|
+
includeInterfaceView?: boolean | undefined;
|
|
2985
2985
|
};
|
|
2986
2986
|
} | {
|
|
2987
2987
|
TemplateFilter: {
|
|
@@ -2995,6 +2995,7 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
2995
2995
|
};
|
|
2996
2996
|
}[];
|
|
2997
2997
|
}>;
|
|
2998
|
+
verbose?: boolean | undefined;
|
|
2998
2999
|
filtersForAnyParty?: {
|
|
2999
3000
|
cumulative: {
|
|
3000
3001
|
identifierFilter: {
|
|
@@ -3002,8 +3003,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3002
3003
|
} | {
|
|
3003
3004
|
InterfaceFilter: {
|
|
3004
3005
|
interfaceId: string;
|
|
3005
|
-
includeInterfaceView?: boolean | undefined;
|
|
3006
3006
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3007
|
+
includeInterfaceView?: boolean | undefined;
|
|
3007
3008
|
};
|
|
3008
3009
|
} | {
|
|
3009
3010
|
TemplateFilter: {
|
|
@@ -3017,7 +3018,6 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3017
3018
|
};
|
|
3018
3019
|
}[];
|
|
3019
3020
|
} | undefined;
|
|
3020
|
-
verbose?: boolean | undefined;
|
|
3021
3021
|
}, {
|
|
3022
3022
|
filtersByParty: Record<string, {
|
|
3023
3023
|
cumulative: {
|
|
@@ -3026,8 +3026,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3026
3026
|
} | {
|
|
3027
3027
|
InterfaceFilter: {
|
|
3028
3028
|
interfaceId: string;
|
|
3029
|
-
includeInterfaceView?: boolean | undefined;
|
|
3030
3029
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3030
|
+
includeInterfaceView?: boolean | undefined;
|
|
3031
3031
|
};
|
|
3032
3032
|
} | {
|
|
3033
3033
|
TemplateFilter: {
|
|
@@ -3041,6 +3041,7 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3041
3041
|
};
|
|
3042
3042
|
}[];
|
|
3043
3043
|
}>;
|
|
3044
|
+
verbose?: boolean | undefined;
|
|
3044
3045
|
filtersForAnyParty?: {
|
|
3045
3046
|
cumulative: {
|
|
3046
3047
|
identifierFilter: {
|
|
@@ -3048,8 +3049,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3048
3049
|
} | {
|
|
3049
3050
|
InterfaceFilter: {
|
|
3050
3051
|
interfaceId: string;
|
|
3051
|
-
includeInterfaceView?: boolean | undefined;
|
|
3052
3052
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3053
|
+
includeInterfaceView?: boolean | undefined;
|
|
3053
3054
|
};
|
|
3054
3055
|
} | {
|
|
3055
3056
|
TemplateFilter: {
|
|
@@ -3063,7 +3064,6 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3063
3064
|
};
|
|
3064
3065
|
}[];
|
|
3065
3066
|
} | undefined;
|
|
3066
|
-
verbose?: boolean | undefined;
|
|
3067
3067
|
}>;
|
|
3068
3068
|
transactionShape: z.ZodUnion<[z.ZodLiteral<"TRANSACTION_SHAPE_ACS_DELTA">, z.ZodLiteral<"TRANSACTION_SHAPE_LEDGER_EFFECTS">]>;
|
|
3069
3069
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3075,8 +3075,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3075
3075
|
} | {
|
|
3076
3076
|
InterfaceFilter: {
|
|
3077
3077
|
interfaceId: string;
|
|
3078
|
-
includeInterfaceView?: boolean | undefined;
|
|
3079
3078
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3079
|
+
includeInterfaceView?: boolean | undefined;
|
|
3080
3080
|
};
|
|
3081
3081
|
} | {
|
|
3082
3082
|
TemplateFilter: {
|
|
@@ -3090,6 +3090,7 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3090
3090
|
};
|
|
3091
3091
|
}[];
|
|
3092
3092
|
}>;
|
|
3093
|
+
verbose?: boolean | undefined;
|
|
3093
3094
|
filtersForAnyParty?: {
|
|
3094
3095
|
cumulative: {
|
|
3095
3096
|
identifierFilter: {
|
|
@@ -3097,8 +3098,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3097
3098
|
} | {
|
|
3098
3099
|
InterfaceFilter: {
|
|
3099
3100
|
interfaceId: string;
|
|
3100
|
-
includeInterfaceView?: boolean | undefined;
|
|
3101
3101
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3102
|
+
includeInterfaceView?: boolean | undefined;
|
|
3102
3103
|
};
|
|
3103
3104
|
} | {
|
|
3104
3105
|
TemplateFilter: {
|
|
@@ -3112,7 +3113,6 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3112
3113
|
};
|
|
3113
3114
|
}[];
|
|
3114
3115
|
} | undefined;
|
|
3115
|
-
verbose?: boolean | undefined;
|
|
3116
3116
|
};
|
|
3117
3117
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
3118
3118
|
}, {
|
|
@@ -3124,8 +3124,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3124
3124
|
} | {
|
|
3125
3125
|
InterfaceFilter: {
|
|
3126
3126
|
interfaceId: string;
|
|
3127
|
-
includeInterfaceView?: boolean | undefined;
|
|
3128
3127
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3128
|
+
includeInterfaceView?: boolean | undefined;
|
|
3129
3129
|
};
|
|
3130
3130
|
} | {
|
|
3131
3131
|
TemplateFilter: {
|
|
@@ -3139,6 +3139,7 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3139
3139
|
};
|
|
3140
3140
|
}[];
|
|
3141
3141
|
}>;
|
|
3142
|
+
verbose?: boolean | undefined;
|
|
3142
3143
|
filtersForAnyParty?: {
|
|
3143
3144
|
cumulative: {
|
|
3144
3145
|
identifierFilter: {
|
|
@@ -3146,8 +3147,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3146
3147
|
} | {
|
|
3147
3148
|
InterfaceFilter: {
|
|
3148
3149
|
interfaceId: string;
|
|
3149
|
-
includeInterfaceView?: boolean | undefined;
|
|
3150
3150
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3151
|
+
includeInterfaceView?: boolean | undefined;
|
|
3151
3152
|
};
|
|
3152
3153
|
} | {
|
|
3153
3154
|
TemplateFilter: {
|
|
@@ -3161,7 +3162,6 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3161
3162
|
};
|
|
3162
3163
|
}[];
|
|
3163
3164
|
} | undefined;
|
|
3164
|
-
verbose?: boolean | undefined;
|
|
3165
3165
|
};
|
|
3166
3166
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
3167
3167
|
}>>;
|
|
@@ -3181,24 +3181,24 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3181
3181
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
3182
3182
|
}, "strip", z.ZodTypeAny, {
|
|
3183
3183
|
interfaceId: string;
|
|
3184
|
-
includeInterfaceView?: boolean | undefined;
|
|
3185
3184
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3185
|
+
includeInterfaceView?: boolean | undefined;
|
|
3186
3186
|
}, {
|
|
3187
3187
|
interfaceId: string;
|
|
3188
|
-
includeInterfaceView?: boolean | undefined;
|
|
3189
3188
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3189
|
+
includeInterfaceView?: boolean | undefined;
|
|
3190
3190
|
}>;
|
|
3191
3191
|
}, "strip", z.ZodTypeAny, {
|
|
3192
3192
|
InterfaceFilter: {
|
|
3193
3193
|
interfaceId: string;
|
|
3194
|
-
includeInterfaceView?: boolean | undefined;
|
|
3195
3194
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3195
|
+
includeInterfaceView?: boolean | undefined;
|
|
3196
3196
|
};
|
|
3197
3197
|
}, {
|
|
3198
3198
|
InterfaceFilter: {
|
|
3199
3199
|
interfaceId: string;
|
|
3200
|
-
includeInterfaceView?: boolean | undefined;
|
|
3201
3200
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3201
|
+
includeInterfaceView?: boolean | undefined;
|
|
3202
3202
|
};
|
|
3203
3203
|
}>, z.ZodObject<{
|
|
3204
3204
|
TemplateFilter: z.ZodObject<{
|
|
@@ -3244,8 +3244,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3244
3244
|
} | {
|
|
3245
3245
|
InterfaceFilter: {
|
|
3246
3246
|
interfaceId: string;
|
|
3247
|
-
includeInterfaceView?: boolean | undefined;
|
|
3248
3247
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3248
|
+
includeInterfaceView?: boolean | undefined;
|
|
3249
3249
|
};
|
|
3250
3250
|
} | {
|
|
3251
3251
|
TemplateFilter: {
|
|
@@ -3263,8 +3263,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3263
3263
|
} | {
|
|
3264
3264
|
InterfaceFilter: {
|
|
3265
3265
|
interfaceId: string;
|
|
3266
|
-
includeInterfaceView?: boolean | undefined;
|
|
3267
3266
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3267
|
+
includeInterfaceView?: boolean | undefined;
|
|
3268
3268
|
};
|
|
3269
3269
|
} | {
|
|
3270
3270
|
TemplateFilter: {
|
|
@@ -3284,8 +3284,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3284
3284
|
} | {
|
|
3285
3285
|
InterfaceFilter: {
|
|
3286
3286
|
interfaceId: string;
|
|
3287
|
-
includeInterfaceView?: boolean | undefined;
|
|
3288
3287
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3288
|
+
includeInterfaceView?: boolean | undefined;
|
|
3289
3289
|
};
|
|
3290
3290
|
} | {
|
|
3291
3291
|
TemplateFilter: {
|
|
@@ -3305,8 +3305,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3305
3305
|
} | {
|
|
3306
3306
|
InterfaceFilter: {
|
|
3307
3307
|
interfaceId: string;
|
|
3308
|
-
includeInterfaceView?: boolean | undefined;
|
|
3309
3308
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3309
|
+
includeInterfaceView?: boolean | undefined;
|
|
3310
3310
|
};
|
|
3311
3311
|
} | {
|
|
3312
3312
|
TemplateFilter: {
|
|
@@ -3335,24 +3335,24 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3335
3335
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
3336
3336
|
}, "strip", z.ZodTypeAny, {
|
|
3337
3337
|
interfaceId: string;
|
|
3338
|
-
includeInterfaceView?: boolean | undefined;
|
|
3339
3338
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3339
|
+
includeInterfaceView?: boolean | undefined;
|
|
3340
3340
|
}, {
|
|
3341
3341
|
interfaceId: string;
|
|
3342
|
-
includeInterfaceView?: boolean | undefined;
|
|
3343
3342
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3343
|
+
includeInterfaceView?: boolean | undefined;
|
|
3344
3344
|
}>;
|
|
3345
3345
|
}, "strip", z.ZodTypeAny, {
|
|
3346
3346
|
InterfaceFilter: {
|
|
3347
3347
|
interfaceId: string;
|
|
3348
|
-
includeInterfaceView?: boolean | undefined;
|
|
3349
3348
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3349
|
+
includeInterfaceView?: boolean | undefined;
|
|
3350
3350
|
};
|
|
3351
3351
|
}, {
|
|
3352
3352
|
InterfaceFilter: {
|
|
3353
3353
|
interfaceId: string;
|
|
3354
|
-
includeInterfaceView?: boolean | undefined;
|
|
3355
3354
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3355
|
+
includeInterfaceView?: boolean | undefined;
|
|
3356
3356
|
};
|
|
3357
3357
|
}>, z.ZodObject<{
|
|
3358
3358
|
TemplateFilter: z.ZodObject<{
|
|
@@ -3398,8 +3398,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3398
3398
|
} | {
|
|
3399
3399
|
InterfaceFilter: {
|
|
3400
3400
|
interfaceId: string;
|
|
3401
|
-
includeInterfaceView?: boolean | undefined;
|
|
3402
3401
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3402
|
+
includeInterfaceView?: boolean | undefined;
|
|
3403
3403
|
};
|
|
3404
3404
|
} | {
|
|
3405
3405
|
TemplateFilter: {
|
|
@@ -3417,8 +3417,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3417
3417
|
} | {
|
|
3418
3418
|
InterfaceFilter: {
|
|
3419
3419
|
interfaceId: string;
|
|
3420
|
-
includeInterfaceView?: boolean | undefined;
|
|
3421
3420
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3421
|
+
includeInterfaceView?: boolean | undefined;
|
|
3422
3422
|
};
|
|
3423
3423
|
} | {
|
|
3424
3424
|
TemplateFilter: {
|
|
@@ -3438,8 +3438,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3438
3438
|
} | {
|
|
3439
3439
|
InterfaceFilter: {
|
|
3440
3440
|
interfaceId: string;
|
|
3441
|
-
includeInterfaceView?: boolean | undefined;
|
|
3442
3441
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3442
|
+
includeInterfaceView?: boolean | undefined;
|
|
3443
3443
|
};
|
|
3444
3444
|
} | {
|
|
3445
3445
|
TemplateFilter: {
|
|
@@ -3459,8 +3459,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3459
3459
|
} | {
|
|
3460
3460
|
InterfaceFilter: {
|
|
3461
3461
|
interfaceId: string;
|
|
3462
|
-
includeInterfaceView?: boolean | undefined;
|
|
3463
3462
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3463
|
+
includeInterfaceView?: boolean | undefined;
|
|
3464
3464
|
};
|
|
3465
3465
|
} | {
|
|
3466
3466
|
TemplateFilter: {
|
|
@@ -3483,8 +3483,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3483
3483
|
} | {
|
|
3484
3484
|
InterfaceFilter: {
|
|
3485
3485
|
interfaceId: string;
|
|
3486
|
-
includeInterfaceView?: boolean | undefined;
|
|
3487
3486
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3487
|
+
includeInterfaceView?: boolean | undefined;
|
|
3488
3488
|
};
|
|
3489
3489
|
} | {
|
|
3490
3490
|
TemplateFilter: {
|
|
@@ -3498,6 +3498,7 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3498
3498
|
};
|
|
3499
3499
|
}[];
|
|
3500
3500
|
}>;
|
|
3501
|
+
verbose?: boolean | undefined;
|
|
3501
3502
|
filtersForAnyParty?: {
|
|
3502
3503
|
cumulative: {
|
|
3503
3504
|
identifierFilter: {
|
|
@@ -3505,8 +3506,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3505
3506
|
} | {
|
|
3506
3507
|
InterfaceFilter: {
|
|
3507
3508
|
interfaceId: string;
|
|
3508
|
-
includeInterfaceView?: boolean | undefined;
|
|
3509
3509
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3510
|
+
includeInterfaceView?: boolean | undefined;
|
|
3510
3511
|
};
|
|
3511
3512
|
} | {
|
|
3512
3513
|
TemplateFilter: {
|
|
@@ -3520,7 +3521,6 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3520
3521
|
};
|
|
3521
3522
|
}[];
|
|
3522
3523
|
} | undefined;
|
|
3523
|
-
verbose?: boolean | undefined;
|
|
3524
3524
|
}, {
|
|
3525
3525
|
filtersByParty: Record<string, {
|
|
3526
3526
|
cumulative: {
|
|
@@ -3529,8 +3529,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3529
3529
|
} | {
|
|
3530
3530
|
InterfaceFilter: {
|
|
3531
3531
|
interfaceId: string;
|
|
3532
|
-
includeInterfaceView?: boolean | undefined;
|
|
3533
3532
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3533
|
+
includeInterfaceView?: boolean | undefined;
|
|
3534
3534
|
};
|
|
3535
3535
|
} | {
|
|
3536
3536
|
TemplateFilter: {
|
|
@@ -3544,6 +3544,7 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3544
3544
|
};
|
|
3545
3545
|
}[];
|
|
3546
3546
|
}>;
|
|
3547
|
+
verbose?: boolean | undefined;
|
|
3547
3548
|
filtersForAnyParty?: {
|
|
3548
3549
|
cumulative: {
|
|
3549
3550
|
identifierFilter: {
|
|
@@ -3551,8 +3552,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3551
3552
|
} | {
|
|
3552
3553
|
InterfaceFilter: {
|
|
3553
3554
|
interfaceId: string;
|
|
3554
|
-
includeInterfaceView?: boolean | undefined;
|
|
3555
3555
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3556
|
+
includeInterfaceView?: boolean | undefined;
|
|
3556
3557
|
};
|
|
3557
3558
|
} | {
|
|
3558
3559
|
TemplateFilter: {
|
|
@@ -3566,7 +3567,6 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3566
3567
|
};
|
|
3567
3568
|
}[];
|
|
3568
3569
|
} | undefined;
|
|
3569
|
-
verbose?: boolean | undefined;
|
|
3570
3570
|
}>>;
|
|
3571
3571
|
includeTopologyEvents: z.ZodOptional<z.ZodObject<{
|
|
3572
3572
|
includeParticipantAuthorizationEvents: z.ZodOptional<z.ZodObject<{
|
|
@@ -3595,8 +3595,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3595
3595
|
} | {
|
|
3596
3596
|
InterfaceFilter: {
|
|
3597
3597
|
interfaceId: string;
|
|
3598
|
-
includeInterfaceView?: boolean | undefined;
|
|
3599
3598
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3599
|
+
includeInterfaceView?: boolean | undefined;
|
|
3600
3600
|
};
|
|
3601
3601
|
} | {
|
|
3602
3602
|
TemplateFilter: {
|
|
@@ -3610,6 +3610,7 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3610
3610
|
};
|
|
3611
3611
|
}[];
|
|
3612
3612
|
}>;
|
|
3613
|
+
verbose?: boolean | undefined;
|
|
3613
3614
|
filtersForAnyParty?: {
|
|
3614
3615
|
cumulative: {
|
|
3615
3616
|
identifierFilter: {
|
|
@@ -3617,8 +3618,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3617
3618
|
} | {
|
|
3618
3619
|
InterfaceFilter: {
|
|
3619
3620
|
interfaceId: string;
|
|
3620
|
-
includeInterfaceView?: boolean | undefined;
|
|
3621
3621
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3622
|
+
includeInterfaceView?: boolean | undefined;
|
|
3622
3623
|
};
|
|
3623
3624
|
} | {
|
|
3624
3625
|
TemplateFilter: {
|
|
@@ -3632,7 +3633,6 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3632
3633
|
};
|
|
3633
3634
|
}[];
|
|
3634
3635
|
} | undefined;
|
|
3635
|
-
verbose?: boolean | undefined;
|
|
3636
3636
|
};
|
|
3637
3637
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
3638
3638
|
} | undefined;
|
|
@@ -3644,8 +3644,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3644
3644
|
} | {
|
|
3645
3645
|
InterfaceFilter: {
|
|
3646
3646
|
interfaceId: string;
|
|
3647
|
-
includeInterfaceView?: boolean | undefined;
|
|
3648
3647
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3648
|
+
includeInterfaceView?: boolean | undefined;
|
|
3649
3649
|
};
|
|
3650
3650
|
} | {
|
|
3651
3651
|
TemplateFilter: {
|
|
@@ -3659,6 +3659,7 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3659
3659
|
};
|
|
3660
3660
|
}[];
|
|
3661
3661
|
}>;
|
|
3662
|
+
verbose?: boolean | undefined;
|
|
3662
3663
|
filtersForAnyParty?: {
|
|
3663
3664
|
cumulative: {
|
|
3664
3665
|
identifierFilter: {
|
|
@@ -3666,8 +3667,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3666
3667
|
} | {
|
|
3667
3668
|
InterfaceFilter: {
|
|
3668
3669
|
interfaceId: string;
|
|
3669
|
-
includeInterfaceView?: boolean | undefined;
|
|
3670
3670
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3671
|
+
includeInterfaceView?: boolean | undefined;
|
|
3671
3672
|
};
|
|
3672
3673
|
} | {
|
|
3673
3674
|
TemplateFilter: {
|
|
@@ -3681,7 +3682,6 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3681
3682
|
};
|
|
3682
3683
|
}[];
|
|
3683
3684
|
} | undefined;
|
|
3684
|
-
verbose?: boolean | undefined;
|
|
3685
3685
|
} | undefined;
|
|
3686
3686
|
includeTopologyEvents?: {
|
|
3687
3687
|
includeParticipantAuthorizationEvents?: {
|
|
@@ -3698,8 +3698,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3698
3698
|
} | {
|
|
3699
3699
|
InterfaceFilter: {
|
|
3700
3700
|
interfaceId: string;
|
|
3701
|
-
includeInterfaceView?: boolean | undefined;
|
|
3702
3701
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3702
|
+
includeInterfaceView?: boolean | undefined;
|
|
3703
3703
|
};
|
|
3704
3704
|
} | {
|
|
3705
3705
|
TemplateFilter: {
|
|
@@ -3713,6 +3713,7 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3713
3713
|
};
|
|
3714
3714
|
}[];
|
|
3715
3715
|
}>;
|
|
3716
|
+
verbose?: boolean | undefined;
|
|
3716
3717
|
filtersForAnyParty?: {
|
|
3717
3718
|
cumulative: {
|
|
3718
3719
|
identifierFilter: {
|
|
@@ -3720,8 +3721,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3720
3721
|
} | {
|
|
3721
3722
|
InterfaceFilter: {
|
|
3722
3723
|
interfaceId: string;
|
|
3723
|
-
includeInterfaceView?: boolean | undefined;
|
|
3724
3724
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3725
|
+
includeInterfaceView?: boolean | undefined;
|
|
3725
3726
|
};
|
|
3726
3727
|
} | {
|
|
3727
3728
|
TemplateFilter: {
|
|
@@ -3735,7 +3736,6 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3735
3736
|
};
|
|
3736
3737
|
}[];
|
|
3737
3738
|
} | undefined;
|
|
3738
|
-
verbose?: boolean | undefined;
|
|
3739
3739
|
};
|
|
3740
3740
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
3741
3741
|
} | undefined;
|
|
@@ -3747,8 +3747,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3747
3747
|
} | {
|
|
3748
3748
|
InterfaceFilter: {
|
|
3749
3749
|
interfaceId: string;
|
|
3750
|
-
includeInterfaceView?: boolean | undefined;
|
|
3751
3750
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3751
|
+
includeInterfaceView?: boolean | undefined;
|
|
3752
3752
|
};
|
|
3753
3753
|
} | {
|
|
3754
3754
|
TemplateFilter: {
|
|
@@ -3762,6 +3762,7 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3762
3762
|
};
|
|
3763
3763
|
}[];
|
|
3764
3764
|
}>;
|
|
3765
|
+
verbose?: boolean | undefined;
|
|
3765
3766
|
filtersForAnyParty?: {
|
|
3766
3767
|
cumulative: {
|
|
3767
3768
|
identifierFilter: {
|
|
@@ -3769,8 +3770,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3769
3770
|
} | {
|
|
3770
3771
|
InterfaceFilter: {
|
|
3771
3772
|
interfaceId: string;
|
|
3772
|
-
includeInterfaceView?: boolean | undefined;
|
|
3773
3773
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3774
|
+
includeInterfaceView?: boolean | undefined;
|
|
3774
3775
|
};
|
|
3775
3776
|
} | {
|
|
3776
3777
|
TemplateFilter: {
|
|
@@ -3784,7 +3785,6 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3784
3785
|
};
|
|
3785
3786
|
}[];
|
|
3786
3787
|
} | undefined;
|
|
3787
|
-
verbose?: boolean | undefined;
|
|
3788
3788
|
} | undefined;
|
|
3789
3789
|
includeTopologyEvents?: {
|
|
3790
3790
|
includeParticipantAuthorizationEvents?: {
|
|
@@ -3804,8 +3804,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3804
3804
|
} | {
|
|
3805
3805
|
InterfaceFilter: {
|
|
3806
3806
|
interfaceId: string;
|
|
3807
|
-
includeInterfaceView?: boolean | undefined;
|
|
3808
3807
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3808
|
+
includeInterfaceView?: boolean | undefined;
|
|
3809
3809
|
};
|
|
3810
3810
|
} | {
|
|
3811
3811
|
TemplateFilter: {
|
|
@@ -3819,6 +3819,7 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3819
3819
|
};
|
|
3820
3820
|
}[];
|
|
3821
3821
|
}>;
|
|
3822
|
+
verbose?: boolean | undefined;
|
|
3822
3823
|
filtersForAnyParty?: {
|
|
3823
3824
|
cumulative: {
|
|
3824
3825
|
identifierFilter: {
|
|
@@ -3826,8 +3827,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3826
3827
|
} | {
|
|
3827
3828
|
InterfaceFilter: {
|
|
3828
3829
|
interfaceId: string;
|
|
3829
|
-
includeInterfaceView?: boolean | undefined;
|
|
3830
3830
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3831
|
+
includeInterfaceView?: boolean | undefined;
|
|
3831
3832
|
};
|
|
3832
3833
|
} | {
|
|
3833
3834
|
TemplateFilter: {
|
|
@@ -3841,7 +3842,6 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3841
3842
|
};
|
|
3842
3843
|
}[];
|
|
3843
3844
|
} | undefined;
|
|
3844
|
-
verbose?: boolean | undefined;
|
|
3845
3845
|
};
|
|
3846
3846
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
3847
3847
|
} | undefined;
|
|
@@ -3853,8 +3853,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3853
3853
|
} | {
|
|
3854
3854
|
InterfaceFilter: {
|
|
3855
3855
|
interfaceId: string;
|
|
3856
|
-
includeInterfaceView?: boolean | undefined;
|
|
3857
3856
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3857
|
+
includeInterfaceView?: boolean | undefined;
|
|
3858
3858
|
};
|
|
3859
3859
|
} | {
|
|
3860
3860
|
TemplateFilter: {
|
|
@@ -3868,6 +3868,7 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3868
3868
|
};
|
|
3869
3869
|
}[];
|
|
3870
3870
|
}>;
|
|
3871
|
+
verbose?: boolean | undefined;
|
|
3871
3872
|
filtersForAnyParty?: {
|
|
3872
3873
|
cumulative: {
|
|
3873
3874
|
identifierFilter: {
|
|
@@ -3875,8 +3876,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3875
3876
|
} | {
|
|
3876
3877
|
InterfaceFilter: {
|
|
3877
3878
|
interfaceId: string;
|
|
3878
|
-
includeInterfaceView?: boolean | undefined;
|
|
3879
3879
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3880
|
+
includeInterfaceView?: boolean | undefined;
|
|
3880
3881
|
};
|
|
3881
3882
|
} | {
|
|
3882
3883
|
TemplateFilter: {
|
|
@@ -3890,7 +3891,6 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3890
3891
|
};
|
|
3891
3892
|
}[];
|
|
3892
3893
|
} | undefined;
|
|
3893
|
-
verbose?: boolean | undefined;
|
|
3894
3894
|
} | undefined;
|
|
3895
3895
|
includeTopologyEvents?: {
|
|
3896
3896
|
includeParticipantAuthorizationEvents?: {
|
|
@@ -3898,9 +3898,9 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3898
3898
|
} | undefined;
|
|
3899
3899
|
} | undefined;
|
|
3900
3900
|
};
|
|
3901
|
-
endInclusive?: number | undefined;
|
|
3902
3901
|
limit?: number | undefined;
|
|
3903
3902
|
streamIdleTimeoutMs?: number | undefined;
|
|
3903
|
+
endInclusive?: number | undefined;
|
|
3904
3904
|
}, {
|
|
3905
3905
|
beginExclusive: number;
|
|
3906
3906
|
updateFormat: {
|
|
@@ -3913,8 +3913,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3913
3913
|
} | {
|
|
3914
3914
|
InterfaceFilter: {
|
|
3915
3915
|
interfaceId: string;
|
|
3916
|
-
includeInterfaceView?: boolean | undefined;
|
|
3917
3916
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3917
|
+
includeInterfaceView?: boolean | undefined;
|
|
3918
3918
|
};
|
|
3919
3919
|
} | {
|
|
3920
3920
|
TemplateFilter: {
|
|
@@ -3928,6 +3928,7 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3928
3928
|
};
|
|
3929
3929
|
}[];
|
|
3930
3930
|
}>;
|
|
3931
|
+
verbose?: boolean | undefined;
|
|
3931
3932
|
filtersForAnyParty?: {
|
|
3932
3933
|
cumulative: {
|
|
3933
3934
|
identifierFilter: {
|
|
@@ -3935,8 +3936,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3935
3936
|
} | {
|
|
3936
3937
|
InterfaceFilter: {
|
|
3937
3938
|
interfaceId: string;
|
|
3938
|
-
includeInterfaceView?: boolean | undefined;
|
|
3939
3939
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3940
|
+
includeInterfaceView?: boolean | undefined;
|
|
3940
3941
|
};
|
|
3941
3942
|
} | {
|
|
3942
3943
|
TemplateFilter: {
|
|
@@ -3950,7 +3951,6 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3950
3951
|
};
|
|
3951
3952
|
}[];
|
|
3952
3953
|
} | undefined;
|
|
3953
|
-
verbose?: boolean | undefined;
|
|
3954
3954
|
};
|
|
3955
3955
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
3956
3956
|
} | undefined;
|
|
@@ -3962,8 +3962,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3962
3962
|
} | {
|
|
3963
3963
|
InterfaceFilter: {
|
|
3964
3964
|
interfaceId: string;
|
|
3965
|
-
includeInterfaceView?: boolean | undefined;
|
|
3966
3965
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3966
|
+
includeInterfaceView?: boolean | undefined;
|
|
3967
3967
|
};
|
|
3968
3968
|
} | {
|
|
3969
3969
|
TemplateFilter: {
|
|
@@ -3977,6 +3977,7 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3977
3977
|
};
|
|
3978
3978
|
}[];
|
|
3979
3979
|
}>;
|
|
3980
|
+
verbose?: boolean | undefined;
|
|
3980
3981
|
filtersForAnyParty?: {
|
|
3981
3982
|
cumulative: {
|
|
3982
3983
|
identifierFilter: {
|
|
@@ -3984,8 +3985,8 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3984
3985
|
} | {
|
|
3985
3986
|
InterfaceFilter: {
|
|
3986
3987
|
interfaceId: string;
|
|
3987
|
-
includeInterfaceView?: boolean | undefined;
|
|
3988
3988
|
includeCreatedEventBlob?: boolean | undefined;
|
|
3989
|
+
includeInterfaceView?: boolean | undefined;
|
|
3989
3990
|
};
|
|
3990
3991
|
} | {
|
|
3991
3992
|
TemplateFilter: {
|
|
@@ -3999,7 +4000,6 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
3999
4000
|
};
|
|
4000
4001
|
}[];
|
|
4001
4002
|
} | undefined;
|
|
4002
|
-
verbose?: boolean | undefined;
|
|
4003
4003
|
} | undefined;
|
|
4004
4004
|
includeTopologyEvents?: {
|
|
4005
4005
|
includeParticipantAuthorizationEvents?: {
|
|
@@ -4007,9 +4007,9 @@ export declare const GetUpdateTreesParamsSchema: z.ZodObject<{
|
|
|
4007
4007
|
} | undefined;
|
|
4008
4008
|
} | undefined;
|
|
4009
4009
|
};
|
|
4010
|
-
endInclusive?: number | undefined;
|
|
4011
4010
|
limit?: number | undefined;
|
|
4012
4011
|
streamIdleTimeoutMs?: number | undefined;
|
|
4012
|
+
endInclusive?: number | undefined;
|
|
4013
4013
|
}>;
|
|
4014
4014
|
/**
|
|
4015
4015
|
* Schema for get transaction by offset parameters.
|
|
@@ -4036,24 +4036,24 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4036
4036
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
4037
4037
|
}, "strip", z.ZodTypeAny, {
|
|
4038
4038
|
interfaceId: string;
|
|
4039
|
-
includeInterfaceView?: boolean | undefined;
|
|
4040
4039
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4040
|
+
includeInterfaceView?: boolean | undefined;
|
|
4041
4041
|
}, {
|
|
4042
4042
|
interfaceId: string;
|
|
4043
|
-
includeInterfaceView?: boolean | undefined;
|
|
4044
4043
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4044
|
+
includeInterfaceView?: boolean | undefined;
|
|
4045
4045
|
}>;
|
|
4046
4046
|
}, "strip", z.ZodTypeAny, {
|
|
4047
4047
|
InterfaceFilter: {
|
|
4048
4048
|
interfaceId: string;
|
|
4049
|
-
includeInterfaceView?: boolean | undefined;
|
|
4050
4049
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4050
|
+
includeInterfaceView?: boolean | undefined;
|
|
4051
4051
|
};
|
|
4052
4052
|
}, {
|
|
4053
4053
|
InterfaceFilter: {
|
|
4054
4054
|
interfaceId: string;
|
|
4055
|
-
includeInterfaceView?: boolean | undefined;
|
|
4056
4055
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4056
|
+
includeInterfaceView?: boolean | undefined;
|
|
4057
4057
|
};
|
|
4058
4058
|
}>, z.ZodObject<{
|
|
4059
4059
|
TemplateFilter: z.ZodObject<{
|
|
@@ -4099,8 +4099,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4099
4099
|
} | {
|
|
4100
4100
|
InterfaceFilter: {
|
|
4101
4101
|
interfaceId: string;
|
|
4102
|
-
includeInterfaceView?: boolean | undefined;
|
|
4103
4102
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4103
|
+
includeInterfaceView?: boolean | undefined;
|
|
4104
4104
|
};
|
|
4105
4105
|
} | {
|
|
4106
4106
|
TemplateFilter: {
|
|
@@ -4118,8 +4118,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4118
4118
|
} | {
|
|
4119
4119
|
InterfaceFilter: {
|
|
4120
4120
|
interfaceId: string;
|
|
4121
|
-
includeInterfaceView?: boolean | undefined;
|
|
4122
4121
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4122
|
+
includeInterfaceView?: boolean | undefined;
|
|
4123
4123
|
};
|
|
4124
4124
|
} | {
|
|
4125
4125
|
TemplateFilter: {
|
|
@@ -4139,8 +4139,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4139
4139
|
} | {
|
|
4140
4140
|
InterfaceFilter: {
|
|
4141
4141
|
interfaceId: string;
|
|
4142
|
-
includeInterfaceView?: boolean | undefined;
|
|
4143
4142
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4143
|
+
includeInterfaceView?: boolean | undefined;
|
|
4144
4144
|
};
|
|
4145
4145
|
} | {
|
|
4146
4146
|
TemplateFilter: {
|
|
@@ -4160,8 +4160,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4160
4160
|
} | {
|
|
4161
4161
|
InterfaceFilter: {
|
|
4162
4162
|
interfaceId: string;
|
|
4163
|
-
includeInterfaceView?: boolean | undefined;
|
|
4164
4163
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4164
|
+
includeInterfaceView?: boolean | undefined;
|
|
4165
4165
|
};
|
|
4166
4166
|
} | {
|
|
4167
4167
|
TemplateFilter: {
|
|
@@ -4190,24 +4190,24 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4190
4190
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
4191
4191
|
}, "strip", z.ZodTypeAny, {
|
|
4192
4192
|
interfaceId: string;
|
|
4193
|
-
includeInterfaceView?: boolean | undefined;
|
|
4194
4193
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4194
|
+
includeInterfaceView?: boolean | undefined;
|
|
4195
4195
|
}, {
|
|
4196
4196
|
interfaceId: string;
|
|
4197
|
-
includeInterfaceView?: boolean | undefined;
|
|
4198
4197
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4198
|
+
includeInterfaceView?: boolean | undefined;
|
|
4199
4199
|
}>;
|
|
4200
4200
|
}, "strip", z.ZodTypeAny, {
|
|
4201
4201
|
InterfaceFilter: {
|
|
4202
4202
|
interfaceId: string;
|
|
4203
|
-
includeInterfaceView?: boolean | undefined;
|
|
4204
4203
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4204
|
+
includeInterfaceView?: boolean | undefined;
|
|
4205
4205
|
};
|
|
4206
4206
|
}, {
|
|
4207
4207
|
InterfaceFilter: {
|
|
4208
4208
|
interfaceId: string;
|
|
4209
|
-
includeInterfaceView?: boolean | undefined;
|
|
4210
4209
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4210
|
+
includeInterfaceView?: boolean | undefined;
|
|
4211
4211
|
};
|
|
4212
4212
|
}>, z.ZodObject<{
|
|
4213
4213
|
TemplateFilter: z.ZodObject<{
|
|
@@ -4253,8 +4253,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4253
4253
|
} | {
|
|
4254
4254
|
InterfaceFilter: {
|
|
4255
4255
|
interfaceId: string;
|
|
4256
|
-
includeInterfaceView?: boolean | undefined;
|
|
4257
4256
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4257
|
+
includeInterfaceView?: boolean | undefined;
|
|
4258
4258
|
};
|
|
4259
4259
|
} | {
|
|
4260
4260
|
TemplateFilter: {
|
|
@@ -4272,8 +4272,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4272
4272
|
} | {
|
|
4273
4273
|
InterfaceFilter: {
|
|
4274
4274
|
interfaceId: string;
|
|
4275
|
-
includeInterfaceView?: boolean | undefined;
|
|
4276
4275
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4276
|
+
includeInterfaceView?: boolean | undefined;
|
|
4277
4277
|
};
|
|
4278
4278
|
} | {
|
|
4279
4279
|
TemplateFilter: {
|
|
@@ -4293,8 +4293,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4293
4293
|
} | {
|
|
4294
4294
|
InterfaceFilter: {
|
|
4295
4295
|
interfaceId: string;
|
|
4296
|
-
includeInterfaceView?: boolean | undefined;
|
|
4297
4296
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4297
|
+
includeInterfaceView?: boolean | undefined;
|
|
4298
4298
|
};
|
|
4299
4299
|
} | {
|
|
4300
4300
|
TemplateFilter: {
|
|
@@ -4314,8 +4314,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4314
4314
|
} | {
|
|
4315
4315
|
InterfaceFilter: {
|
|
4316
4316
|
interfaceId: string;
|
|
4317
|
-
includeInterfaceView?: boolean | undefined;
|
|
4318
4317
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4318
|
+
includeInterfaceView?: boolean | undefined;
|
|
4319
4319
|
};
|
|
4320
4320
|
} | {
|
|
4321
4321
|
TemplateFilter: {
|
|
@@ -4338,8 +4338,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4338
4338
|
} | {
|
|
4339
4339
|
InterfaceFilter: {
|
|
4340
4340
|
interfaceId: string;
|
|
4341
|
-
includeInterfaceView?: boolean | undefined;
|
|
4342
4341
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4342
|
+
includeInterfaceView?: boolean | undefined;
|
|
4343
4343
|
};
|
|
4344
4344
|
} | {
|
|
4345
4345
|
TemplateFilter: {
|
|
@@ -4353,6 +4353,7 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4353
4353
|
};
|
|
4354
4354
|
}[];
|
|
4355
4355
|
}>;
|
|
4356
|
+
verbose?: boolean | undefined;
|
|
4356
4357
|
filtersForAnyParty?: {
|
|
4357
4358
|
cumulative: {
|
|
4358
4359
|
identifierFilter: {
|
|
@@ -4360,8 +4361,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4360
4361
|
} | {
|
|
4361
4362
|
InterfaceFilter: {
|
|
4362
4363
|
interfaceId: string;
|
|
4363
|
-
includeInterfaceView?: boolean | undefined;
|
|
4364
4364
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4365
|
+
includeInterfaceView?: boolean | undefined;
|
|
4365
4366
|
};
|
|
4366
4367
|
} | {
|
|
4367
4368
|
TemplateFilter: {
|
|
@@ -4375,7 +4376,6 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4375
4376
|
};
|
|
4376
4377
|
}[];
|
|
4377
4378
|
} | undefined;
|
|
4378
|
-
verbose?: boolean | undefined;
|
|
4379
4379
|
}, {
|
|
4380
4380
|
filtersByParty: Record<string, {
|
|
4381
4381
|
cumulative: {
|
|
@@ -4384,8 +4384,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4384
4384
|
} | {
|
|
4385
4385
|
InterfaceFilter: {
|
|
4386
4386
|
interfaceId: string;
|
|
4387
|
-
includeInterfaceView?: boolean | undefined;
|
|
4388
4387
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4388
|
+
includeInterfaceView?: boolean | undefined;
|
|
4389
4389
|
};
|
|
4390
4390
|
} | {
|
|
4391
4391
|
TemplateFilter: {
|
|
@@ -4399,6 +4399,7 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4399
4399
|
};
|
|
4400
4400
|
}[];
|
|
4401
4401
|
}>;
|
|
4402
|
+
verbose?: boolean | undefined;
|
|
4402
4403
|
filtersForAnyParty?: {
|
|
4403
4404
|
cumulative: {
|
|
4404
4405
|
identifierFilter: {
|
|
@@ -4406,8 +4407,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4406
4407
|
} | {
|
|
4407
4408
|
InterfaceFilter: {
|
|
4408
4409
|
interfaceId: string;
|
|
4409
|
-
includeInterfaceView?: boolean | undefined;
|
|
4410
4410
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4411
|
+
includeInterfaceView?: boolean | undefined;
|
|
4411
4412
|
};
|
|
4412
4413
|
} | {
|
|
4413
4414
|
TemplateFilter: {
|
|
@@ -4421,7 +4422,6 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4421
4422
|
};
|
|
4422
4423
|
}[];
|
|
4423
4424
|
} | undefined;
|
|
4424
|
-
verbose?: boolean | undefined;
|
|
4425
4425
|
}>;
|
|
4426
4426
|
transactionShape: z.ZodUnion<[z.ZodLiteral<"TRANSACTION_SHAPE_ACS_DELTA">, z.ZodLiteral<"TRANSACTION_SHAPE_LEDGER_EFFECTS">]>;
|
|
4427
4427
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4433,8 +4433,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4433
4433
|
} | {
|
|
4434
4434
|
InterfaceFilter: {
|
|
4435
4435
|
interfaceId: string;
|
|
4436
|
-
includeInterfaceView?: boolean | undefined;
|
|
4437
4436
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4437
|
+
includeInterfaceView?: boolean | undefined;
|
|
4438
4438
|
};
|
|
4439
4439
|
} | {
|
|
4440
4440
|
TemplateFilter: {
|
|
@@ -4448,6 +4448,7 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4448
4448
|
};
|
|
4449
4449
|
}[];
|
|
4450
4450
|
}>;
|
|
4451
|
+
verbose?: boolean | undefined;
|
|
4451
4452
|
filtersForAnyParty?: {
|
|
4452
4453
|
cumulative: {
|
|
4453
4454
|
identifierFilter: {
|
|
@@ -4455,8 +4456,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4455
4456
|
} | {
|
|
4456
4457
|
InterfaceFilter: {
|
|
4457
4458
|
interfaceId: string;
|
|
4458
|
-
includeInterfaceView?: boolean | undefined;
|
|
4459
4459
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4460
|
+
includeInterfaceView?: boolean | undefined;
|
|
4460
4461
|
};
|
|
4461
4462
|
} | {
|
|
4462
4463
|
TemplateFilter: {
|
|
@@ -4470,7 +4471,6 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4470
4471
|
};
|
|
4471
4472
|
}[];
|
|
4472
4473
|
} | undefined;
|
|
4473
|
-
verbose?: boolean | undefined;
|
|
4474
4474
|
};
|
|
4475
4475
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
4476
4476
|
}, {
|
|
@@ -4482,8 +4482,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4482
4482
|
} | {
|
|
4483
4483
|
InterfaceFilter: {
|
|
4484
4484
|
interfaceId: string;
|
|
4485
|
-
includeInterfaceView?: boolean | undefined;
|
|
4486
4485
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4486
|
+
includeInterfaceView?: boolean | undefined;
|
|
4487
4487
|
};
|
|
4488
4488
|
} | {
|
|
4489
4489
|
TemplateFilter: {
|
|
@@ -4497,6 +4497,7 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4497
4497
|
};
|
|
4498
4498
|
}[];
|
|
4499
4499
|
}>;
|
|
4500
|
+
verbose?: boolean | undefined;
|
|
4500
4501
|
filtersForAnyParty?: {
|
|
4501
4502
|
cumulative: {
|
|
4502
4503
|
identifierFilter: {
|
|
@@ -4504,8 +4505,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4504
4505
|
} | {
|
|
4505
4506
|
InterfaceFilter: {
|
|
4506
4507
|
interfaceId: string;
|
|
4507
|
-
includeInterfaceView?: boolean | undefined;
|
|
4508
4508
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4509
|
+
includeInterfaceView?: boolean | undefined;
|
|
4509
4510
|
};
|
|
4510
4511
|
} | {
|
|
4511
4512
|
TemplateFilter: {
|
|
@@ -4519,12 +4520,10 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4519
4520
|
};
|
|
4520
4521
|
}[];
|
|
4521
4522
|
} | undefined;
|
|
4522
|
-
verbose?: boolean | undefined;
|
|
4523
4523
|
};
|
|
4524
4524
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
4525
4525
|
}>;
|
|
4526
4526
|
}, "strip", z.ZodTypeAny, {
|
|
4527
|
-
offset: number;
|
|
4528
4527
|
transactionFormat: {
|
|
4529
4528
|
eventFormat: {
|
|
4530
4529
|
filtersByParty: Record<string, {
|
|
@@ -4534,8 +4533,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4534
4533
|
} | {
|
|
4535
4534
|
InterfaceFilter: {
|
|
4536
4535
|
interfaceId: string;
|
|
4537
|
-
includeInterfaceView?: boolean | undefined;
|
|
4538
4536
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4537
|
+
includeInterfaceView?: boolean | undefined;
|
|
4539
4538
|
};
|
|
4540
4539
|
} | {
|
|
4541
4540
|
TemplateFilter: {
|
|
@@ -4549,6 +4548,7 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4549
4548
|
};
|
|
4550
4549
|
}[];
|
|
4551
4550
|
}>;
|
|
4551
|
+
verbose?: boolean | undefined;
|
|
4552
4552
|
filtersForAnyParty?: {
|
|
4553
4553
|
cumulative: {
|
|
4554
4554
|
identifierFilter: {
|
|
@@ -4556,8 +4556,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4556
4556
|
} | {
|
|
4557
4557
|
InterfaceFilter: {
|
|
4558
4558
|
interfaceId: string;
|
|
4559
|
-
includeInterfaceView?: boolean | undefined;
|
|
4560
4559
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4560
|
+
includeInterfaceView?: boolean | undefined;
|
|
4561
4561
|
};
|
|
4562
4562
|
} | {
|
|
4563
4563
|
TemplateFilter: {
|
|
@@ -4571,12 +4571,11 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4571
4571
|
};
|
|
4572
4572
|
}[];
|
|
4573
4573
|
} | undefined;
|
|
4574
|
-
verbose?: boolean | undefined;
|
|
4575
4574
|
};
|
|
4576
4575
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
4577
4576
|
};
|
|
4578
|
-
}, {
|
|
4579
4577
|
offset: number;
|
|
4578
|
+
}, {
|
|
4580
4579
|
transactionFormat: {
|
|
4581
4580
|
eventFormat: {
|
|
4582
4581
|
filtersByParty: Record<string, {
|
|
@@ -4586,8 +4585,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4586
4585
|
} | {
|
|
4587
4586
|
InterfaceFilter: {
|
|
4588
4587
|
interfaceId: string;
|
|
4589
|
-
includeInterfaceView?: boolean | undefined;
|
|
4590
4588
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4589
|
+
includeInterfaceView?: boolean | undefined;
|
|
4591
4590
|
};
|
|
4592
4591
|
} | {
|
|
4593
4592
|
TemplateFilter: {
|
|
@@ -4601,6 +4600,7 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4601
4600
|
};
|
|
4602
4601
|
}[];
|
|
4603
4602
|
}>;
|
|
4603
|
+
verbose?: boolean | undefined;
|
|
4604
4604
|
filtersForAnyParty?: {
|
|
4605
4605
|
cumulative: {
|
|
4606
4606
|
identifierFilter: {
|
|
@@ -4608,8 +4608,8 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4608
4608
|
} | {
|
|
4609
4609
|
InterfaceFilter: {
|
|
4610
4610
|
interfaceId: string;
|
|
4611
|
-
includeInterfaceView?: boolean | undefined;
|
|
4612
4611
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4612
|
+
includeInterfaceView?: boolean | undefined;
|
|
4613
4613
|
};
|
|
4614
4614
|
} | {
|
|
4615
4615
|
TemplateFilter: {
|
|
@@ -4623,10 +4623,10 @@ export declare const GetTransactionByOffsetParamsSchema: z.ZodObject<{
|
|
|
4623
4623
|
};
|
|
4624
4624
|
}[];
|
|
4625
4625
|
} | undefined;
|
|
4626
|
-
verbose?: boolean | undefined;
|
|
4627
4626
|
};
|
|
4628
4627
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
4629
4628
|
};
|
|
4629
|
+
offset: number;
|
|
4630
4630
|
}>;
|
|
4631
4631
|
/**
|
|
4632
4632
|
* Schema for get update by offset parameters.
|
|
@@ -4654,24 +4654,24 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
4654
4654
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
4655
4655
|
}, "strip", z.ZodTypeAny, {
|
|
4656
4656
|
interfaceId: string;
|
|
4657
|
-
includeInterfaceView?: boolean | undefined;
|
|
4658
4657
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4658
|
+
includeInterfaceView?: boolean | undefined;
|
|
4659
4659
|
}, {
|
|
4660
4660
|
interfaceId: string;
|
|
4661
|
-
includeInterfaceView?: boolean | undefined;
|
|
4662
4661
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4662
|
+
includeInterfaceView?: boolean | undefined;
|
|
4663
4663
|
}>;
|
|
4664
4664
|
}, "strip", z.ZodTypeAny, {
|
|
4665
4665
|
InterfaceFilter: {
|
|
4666
4666
|
interfaceId: string;
|
|
4667
|
-
includeInterfaceView?: boolean | undefined;
|
|
4668
4667
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4668
|
+
includeInterfaceView?: boolean | undefined;
|
|
4669
4669
|
};
|
|
4670
4670
|
}, {
|
|
4671
4671
|
InterfaceFilter: {
|
|
4672
4672
|
interfaceId: string;
|
|
4673
|
-
includeInterfaceView?: boolean | undefined;
|
|
4674
4673
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4674
|
+
includeInterfaceView?: boolean | undefined;
|
|
4675
4675
|
};
|
|
4676
4676
|
}>, z.ZodObject<{
|
|
4677
4677
|
TemplateFilter: z.ZodObject<{
|
|
@@ -4717,8 +4717,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
4717
4717
|
} | {
|
|
4718
4718
|
InterfaceFilter: {
|
|
4719
4719
|
interfaceId: string;
|
|
4720
|
-
includeInterfaceView?: boolean | undefined;
|
|
4721
4720
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4721
|
+
includeInterfaceView?: boolean | undefined;
|
|
4722
4722
|
};
|
|
4723
4723
|
} | {
|
|
4724
4724
|
TemplateFilter: {
|
|
@@ -4736,8 +4736,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
4736
4736
|
} | {
|
|
4737
4737
|
InterfaceFilter: {
|
|
4738
4738
|
interfaceId: string;
|
|
4739
|
-
includeInterfaceView?: boolean | undefined;
|
|
4740
4739
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4740
|
+
includeInterfaceView?: boolean | undefined;
|
|
4741
4741
|
};
|
|
4742
4742
|
} | {
|
|
4743
4743
|
TemplateFilter: {
|
|
@@ -4757,8 +4757,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
4757
4757
|
} | {
|
|
4758
4758
|
InterfaceFilter: {
|
|
4759
4759
|
interfaceId: string;
|
|
4760
|
-
includeInterfaceView?: boolean | undefined;
|
|
4761
4760
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4761
|
+
includeInterfaceView?: boolean | undefined;
|
|
4762
4762
|
};
|
|
4763
4763
|
} | {
|
|
4764
4764
|
TemplateFilter: {
|
|
@@ -4778,8 +4778,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
4778
4778
|
} | {
|
|
4779
4779
|
InterfaceFilter: {
|
|
4780
4780
|
interfaceId: string;
|
|
4781
|
-
includeInterfaceView?: boolean | undefined;
|
|
4782
4781
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4782
|
+
includeInterfaceView?: boolean | undefined;
|
|
4783
4783
|
};
|
|
4784
4784
|
} | {
|
|
4785
4785
|
TemplateFilter: {
|
|
@@ -4808,24 +4808,24 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
4808
4808
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
4809
4809
|
}, "strip", z.ZodTypeAny, {
|
|
4810
4810
|
interfaceId: string;
|
|
4811
|
-
includeInterfaceView?: boolean | undefined;
|
|
4812
4811
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4812
|
+
includeInterfaceView?: boolean | undefined;
|
|
4813
4813
|
}, {
|
|
4814
4814
|
interfaceId: string;
|
|
4815
|
-
includeInterfaceView?: boolean | undefined;
|
|
4816
4815
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4816
|
+
includeInterfaceView?: boolean | undefined;
|
|
4817
4817
|
}>;
|
|
4818
4818
|
}, "strip", z.ZodTypeAny, {
|
|
4819
4819
|
InterfaceFilter: {
|
|
4820
4820
|
interfaceId: string;
|
|
4821
|
-
includeInterfaceView?: boolean | undefined;
|
|
4822
4821
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4822
|
+
includeInterfaceView?: boolean | undefined;
|
|
4823
4823
|
};
|
|
4824
4824
|
}, {
|
|
4825
4825
|
InterfaceFilter: {
|
|
4826
4826
|
interfaceId: string;
|
|
4827
|
-
includeInterfaceView?: boolean | undefined;
|
|
4828
4827
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4828
|
+
includeInterfaceView?: boolean | undefined;
|
|
4829
4829
|
};
|
|
4830
4830
|
}>, z.ZodObject<{
|
|
4831
4831
|
TemplateFilter: z.ZodObject<{
|
|
@@ -4871,8 +4871,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
4871
4871
|
} | {
|
|
4872
4872
|
InterfaceFilter: {
|
|
4873
4873
|
interfaceId: string;
|
|
4874
|
-
includeInterfaceView?: boolean | undefined;
|
|
4875
4874
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4875
|
+
includeInterfaceView?: boolean | undefined;
|
|
4876
4876
|
};
|
|
4877
4877
|
} | {
|
|
4878
4878
|
TemplateFilter: {
|
|
@@ -4890,8 +4890,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
4890
4890
|
} | {
|
|
4891
4891
|
InterfaceFilter: {
|
|
4892
4892
|
interfaceId: string;
|
|
4893
|
-
includeInterfaceView?: boolean | undefined;
|
|
4894
4893
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4894
|
+
includeInterfaceView?: boolean | undefined;
|
|
4895
4895
|
};
|
|
4896
4896
|
} | {
|
|
4897
4897
|
TemplateFilter: {
|
|
@@ -4911,8 +4911,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
4911
4911
|
} | {
|
|
4912
4912
|
InterfaceFilter: {
|
|
4913
4913
|
interfaceId: string;
|
|
4914
|
-
includeInterfaceView?: boolean | undefined;
|
|
4915
4914
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4915
|
+
includeInterfaceView?: boolean | undefined;
|
|
4916
4916
|
};
|
|
4917
4917
|
} | {
|
|
4918
4918
|
TemplateFilter: {
|
|
@@ -4932,8 +4932,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
4932
4932
|
} | {
|
|
4933
4933
|
InterfaceFilter: {
|
|
4934
4934
|
interfaceId: string;
|
|
4935
|
-
includeInterfaceView?: boolean | undefined;
|
|
4936
4935
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4936
|
+
includeInterfaceView?: boolean | undefined;
|
|
4937
4937
|
};
|
|
4938
4938
|
} | {
|
|
4939
4939
|
TemplateFilter: {
|
|
@@ -4956,8 +4956,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
4956
4956
|
} | {
|
|
4957
4957
|
InterfaceFilter: {
|
|
4958
4958
|
interfaceId: string;
|
|
4959
|
-
includeInterfaceView?: boolean | undefined;
|
|
4960
4959
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4960
|
+
includeInterfaceView?: boolean | undefined;
|
|
4961
4961
|
};
|
|
4962
4962
|
} | {
|
|
4963
4963
|
TemplateFilter: {
|
|
@@ -4971,6 +4971,7 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
4971
4971
|
};
|
|
4972
4972
|
}[];
|
|
4973
4973
|
}>;
|
|
4974
|
+
verbose?: boolean | undefined;
|
|
4974
4975
|
filtersForAnyParty?: {
|
|
4975
4976
|
cumulative: {
|
|
4976
4977
|
identifierFilter: {
|
|
@@ -4978,8 +4979,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
4978
4979
|
} | {
|
|
4979
4980
|
InterfaceFilter: {
|
|
4980
4981
|
interfaceId: string;
|
|
4981
|
-
includeInterfaceView?: boolean | undefined;
|
|
4982
4982
|
includeCreatedEventBlob?: boolean | undefined;
|
|
4983
|
+
includeInterfaceView?: boolean | undefined;
|
|
4983
4984
|
};
|
|
4984
4985
|
} | {
|
|
4985
4986
|
TemplateFilter: {
|
|
@@ -4993,7 +4994,6 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
4993
4994
|
};
|
|
4994
4995
|
}[];
|
|
4995
4996
|
} | undefined;
|
|
4996
|
-
verbose?: boolean | undefined;
|
|
4997
4997
|
}, {
|
|
4998
4998
|
filtersByParty: Record<string, {
|
|
4999
4999
|
cumulative: {
|
|
@@ -5002,8 +5002,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5002
5002
|
} | {
|
|
5003
5003
|
InterfaceFilter: {
|
|
5004
5004
|
interfaceId: string;
|
|
5005
|
-
includeInterfaceView?: boolean | undefined;
|
|
5006
5005
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5006
|
+
includeInterfaceView?: boolean | undefined;
|
|
5007
5007
|
};
|
|
5008
5008
|
} | {
|
|
5009
5009
|
TemplateFilter: {
|
|
@@ -5017,6 +5017,7 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5017
5017
|
};
|
|
5018
5018
|
}[];
|
|
5019
5019
|
}>;
|
|
5020
|
+
verbose?: boolean | undefined;
|
|
5020
5021
|
filtersForAnyParty?: {
|
|
5021
5022
|
cumulative: {
|
|
5022
5023
|
identifierFilter: {
|
|
@@ -5024,8 +5025,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5024
5025
|
} | {
|
|
5025
5026
|
InterfaceFilter: {
|
|
5026
5027
|
interfaceId: string;
|
|
5027
|
-
includeInterfaceView?: boolean | undefined;
|
|
5028
5028
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5029
|
+
includeInterfaceView?: boolean | undefined;
|
|
5029
5030
|
};
|
|
5030
5031
|
} | {
|
|
5031
5032
|
TemplateFilter: {
|
|
@@ -5039,7 +5040,6 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5039
5040
|
};
|
|
5040
5041
|
}[];
|
|
5041
5042
|
} | undefined;
|
|
5042
|
-
verbose?: boolean | undefined;
|
|
5043
5043
|
}>;
|
|
5044
5044
|
transactionShape: z.ZodUnion<[z.ZodLiteral<"TRANSACTION_SHAPE_ACS_DELTA">, z.ZodLiteral<"TRANSACTION_SHAPE_LEDGER_EFFECTS">]>;
|
|
5045
5045
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5051,8 +5051,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5051
5051
|
} | {
|
|
5052
5052
|
InterfaceFilter: {
|
|
5053
5053
|
interfaceId: string;
|
|
5054
|
-
includeInterfaceView?: boolean | undefined;
|
|
5055
5054
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5055
|
+
includeInterfaceView?: boolean | undefined;
|
|
5056
5056
|
};
|
|
5057
5057
|
} | {
|
|
5058
5058
|
TemplateFilter: {
|
|
@@ -5066,6 +5066,7 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5066
5066
|
};
|
|
5067
5067
|
}[];
|
|
5068
5068
|
}>;
|
|
5069
|
+
verbose?: boolean | undefined;
|
|
5069
5070
|
filtersForAnyParty?: {
|
|
5070
5071
|
cumulative: {
|
|
5071
5072
|
identifierFilter: {
|
|
@@ -5073,8 +5074,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5073
5074
|
} | {
|
|
5074
5075
|
InterfaceFilter: {
|
|
5075
5076
|
interfaceId: string;
|
|
5076
|
-
includeInterfaceView?: boolean | undefined;
|
|
5077
5077
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5078
|
+
includeInterfaceView?: boolean | undefined;
|
|
5078
5079
|
};
|
|
5079
5080
|
} | {
|
|
5080
5081
|
TemplateFilter: {
|
|
@@ -5088,7 +5089,6 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5088
5089
|
};
|
|
5089
5090
|
}[];
|
|
5090
5091
|
} | undefined;
|
|
5091
|
-
verbose?: boolean | undefined;
|
|
5092
5092
|
};
|
|
5093
5093
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
5094
5094
|
}, {
|
|
@@ -5100,8 +5100,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5100
5100
|
} | {
|
|
5101
5101
|
InterfaceFilter: {
|
|
5102
5102
|
interfaceId: string;
|
|
5103
|
-
includeInterfaceView?: boolean | undefined;
|
|
5104
5103
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5104
|
+
includeInterfaceView?: boolean | undefined;
|
|
5105
5105
|
};
|
|
5106
5106
|
} | {
|
|
5107
5107
|
TemplateFilter: {
|
|
@@ -5115,6 +5115,7 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5115
5115
|
};
|
|
5116
5116
|
}[];
|
|
5117
5117
|
}>;
|
|
5118
|
+
verbose?: boolean | undefined;
|
|
5118
5119
|
filtersForAnyParty?: {
|
|
5119
5120
|
cumulative: {
|
|
5120
5121
|
identifierFilter: {
|
|
@@ -5122,8 +5123,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5122
5123
|
} | {
|
|
5123
5124
|
InterfaceFilter: {
|
|
5124
5125
|
interfaceId: string;
|
|
5125
|
-
includeInterfaceView?: boolean | undefined;
|
|
5126
5126
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5127
|
+
includeInterfaceView?: boolean | undefined;
|
|
5127
5128
|
};
|
|
5128
5129
|
} | {
|
|
5129
5130
|
TemplateFilter: {
|
|
@@ -5137,7 +5138,6 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5137
5138
|
};
|
|
5138
5139
|
}[];
|
|
5139
5140
|
} | undefined;
|
|
5140
|
-
verbose?: boolean | undefined;
|
|
5141
5141
|
};
|
|
5142
5142
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
5143
5143
|
}>>;
|
|
@@ -5157,24 +5157,24 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5157
5157
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
5158
5158
|
}, "strip", z.ZodTypeAny, {
|
|
5159
5159
|
interfaceId: string;
|
|
5160
|
-
includeInterfaceView?: boolean | undefined;
|
|
5161
5160
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5161
|
+
includeInterfaceView?: boolean | undefined;
|
|
5162
5162
|
}, {
|
|
5163
5163
|
interfaceId: string;
|
|
5164
|
-
includeInterfaceView?: boolean | undefined;
|
|
5165
5164
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5165
|
+
includeInterfaceView?: boolean | undefined;
|
|
5166
5166
|
}>;
|
|
5167
5167
|
}, "strip", z.ZodTypeAny, {
|
|
5168
5168
|
InterfaceFilter: {
|
|
5169
5169
|
interfaceId: string;
|
|
5170
|
-
includeInterfaceView?: boolean | undefined;
|
|
5171
5170
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5171
|
+
includeInterfaceView?: boolean | undefined;
|
|
5172
5172
|
};
|
|
5173
5173
|
}, {
|
|
5174
5174
|
InterfaceFilter: {
|
|
5175
5175
|
interfaceId: string;
|
|
5176
|
-
includeInterfaceView?: boolean | undefined;
|
|
5177
5176
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5177
|
+
includeInterfaceView?: boolean | undefined;
|
|
5178
5178
|
};
|
|
5179
5179
|
}>, z.ZodObject<{
|
|
5180
5180
|
TemplateFilter: z.ZodObject<{
|
|
@@ -5220,8 +5220,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5220
5220
|
} | {
|
|
5221
5221
|
InterfaceFilter: {
|
|
5222
5222
|
interfaceId: string;
|
|
5223
|
-
includeInterfaceView?: boolean | undefined;
|
|
5224
5223
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5224
|
+
includeInterfaceView?: boolean | undefined;
|
|
5225
5225
|
};
|
|
5226
5226
|
} | {
|
|
5227
5227
|
TemplateFilter: {
|
|
@@ -5239,8 +5239,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5239
5239
|
} | {
|
|
5240
5240
|
InterfaceFilter: {
|
|
5241
5241
|
interfaceId: string;
|
|
5242
|
-
includeInterfaceView?: boolean | undefined;
|
|
5243
5242
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5243
|
+
includeInterfaceView?: boolean | undefined;
|
|
5244
5244
|
};
|
|
5245
5245
|
} | {
|
|
5246
5246
|
TemplateFilter: {
|
|
@@ -5260,8 +5260,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5260
5260
|
} | {
|
|
5261
5261
|
InterfaceFilter: {
|
|
5262
5262
|
interfaceId: string;
|
|
5263
|
-
includeInterfaceView?: boolean | undefined;
|
|
5264
5263
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5264
|
+
includeInterfaceView?: boolean | undefined;
|
|
5265
5265
|
};
|
|
5266
5266
|
} | {
|
|
5267
5267
|
TemplateFilter: {
|
|
@@ -5281,8 +5281,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5281
5281
|
} | {
|
|
5282
5282
|
InterfaceFilter: {
|
|
5283
5283
|
interfaceId: string;
|
|
5284
|
-
includeInterfaceView?: boolean | undefined;
|
|
5285
5284
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5285
|
+
includeInterfaceView?: boolean | undefined;
|
|
5286
5286
|
};
|
|
5287
5287
|
} | {
|
|
5288
5288
|
TemplateFilter: {
|
|
@@ -5311,24 +5311,24 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5311
5311
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
5312
5312
|
}, "strip", z.ZodTypeAny, {
|
|
5313
5313
|
interfaceId: string;
|
|
5314
|
-
includeInterfaceView?: boolean | undefined;
|
|
5315
5314
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5315
|
+
includeInterfaceView?: boolean | undefined;
|
|
5316
5316
|
}, {
|
|
5317
5317
|
interfaceId: string;
|
|
5318
|
-
includeInterfaceView?: boolean | undefined;
|
|
5319
5318
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5319
|
+
includeInterfaceView?: boolean | undefined;
|
|
5320
5320
|
}>;
|
|
5321
5321
|
}, "strip", z.ZodTypeAny, {
|
|
5322
5322
|
InterfaceFilter: {
|
|
5323
5323
|
interfaceId: string;
|
|
5324
|
-
includeInterfaceView?: boolean | undefined;
|
|
5325
5324
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5325
|
+
includeInterfaceView?: boolean | undefined;
|
|
5326
5326
|
};
|
|
5327
5327
|
}, {
|
|
5328
5328
|
InterfaceFilter: {
|
|
5329
5329
|
interfaceId: string;
|
|
5330
|
-
includeInterfaceView?: boolean | undefined;
|
|
5331
5330
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5331
|
+
includeInterfaceView?: boolean | undefined;
|
|
5332
5332
|
};
|
|
5333
5333
|
}>, z.ZodObject<{
|
|
5334
5334
|
TemplateFilter: z.ZodObject<{
|
|
@@ -5374,8 +5374,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5374
5374
|
} | {
|
|
5375
5375
|
InterfaceFilter: {
|
|
5376
5376
|
interfaceId: string;
|
|
5377
|
-
includeInterfaceView?: boolean | undefined;
|
|
5378
5377
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5378
|
+
includeInterfaceView?: boolean | undefined;
|
|
5379
5379
|
};
|
|
5380
5380
|
} | {
|
|
5381
5381
|
TemplateFilter: {
|
|
@@ -5393,8 +5393,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5393
5393
|
} | {
|
|
5394
5394
|
InterfaceFilter: {
|
|
5395
5395
|
interfaceId: string;
|
|
5396
|
-
includeInterfaceView?: boolean | undefined;
|
|
5397
5396
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5397
|
+
includeInterfaceView?: boolean | undefined;
|
|
5398
5398
|
};
|
|
5399
5399
|
} | {
|
|
5400
5400
|
TemplateFilter: {
|
|
@@ -5414,8 +5414,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5414
5414
|
} | {
|
|
5415
5415
|
InterfaceFilter: {
|
|
5416
5416
|
interfaceId: string;
|
|
5417
|
-
includeInterfaceView?: boolean | undefined;
|
|
5418
5417
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5418
|
+
includeInterfaceView?: boolean | undefined;
|
|
5419
5419
|
};
|
|
5420
5420
|
} | {
|
|
5421
5421
|
TemplateFilter: {
|
|
@@ -5435,8 +5435,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5435
5435
|
} | {
|
|
5436
5436
|
InterfaceFilter: {
|
|
5437
5437
|
interfaceId: string;
|
|
5438
|
-
includeInterfaceView?: boolean | undefined;
|
|
5439
5438
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5439
|
+
includeInterfaceView?: boolean | undefined;
|
|
5440
5440
|
};
|
|
5441
5441
|
} | {
|
|
5442
5442
|
TemplateFilter: {
|
|
@@ -5459,8 +5459,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5459
5459
|
} | {
|
|
5460
5460
|
InterfaceFilter: {
|
|
5461
5461
|
interfaceId: string;
|
|
5462
|
-
includeInterfaceView?: boolean | undefined;
|
|
5463
5462
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5463
|
+
includeInterfaceView?: boolean | undefined;
|
|
5464
5464
|
};
|
|
5465
5465
|
} | {
|
|
5466
5466
|
TemplateFilter: {
|
|
@@ -5474,6 +5474,7 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5474
5474
|
};
|
|
5475
5475
|
}[];
|
|
5476
5476
|
}>;
|
|
5477
|
+
verbose?: boolean | undefined;
|
|
5477
5478
|
filtersForAnyParty?: {
|
|
5478
5479
|
cumulative: {
|
|
5479
5480
|
identifierFilter: {
|
|
@@ -5481,8 +5482,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5481
5482
|
} | {
|
|
5482
5483
|
InterfaceFilter: {
|
|
5483
5484
|
interfaceId: string;
|
|
5484
|
-
includeInterfaceView?: boolean | undefined;
|
|
5485
5485
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5486
|
+
includeInterfaceView?: boolean | undefined;
|
|
5486
5487
|
};
|
|
5487
5488
|
} | {
|
|
5488
5489
|
TemplateFilter: {
|
|
@@ -5496,7 +5497,6 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5496
5497
|
};
|
|
5497
5498
|
}[];
|
|
5498
5499
|
} | undefined;
|
|
5499
|
-
verbose?: boolean | undefined;
|
|
5500
5500
|
}, {
|
|
5501
5501
|
filtersByParty: Record<string, {
|
|
5502
5502
|
cumulative: {
|
|
@@ -5505,8 +5505,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5505
5505
|
} | {
|
|
5506
5506
|
InterfaceFilter: {
|
|
5507
5507
|
interfaceId: string;
|
|
5508
|
-
includeInterfaceView?: boolean | undefined;
|
|
5509
5508
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5509
|
+
includeInterfaceView?: boolean | undefined;
|
|
5510
5510
|
};
|
|
5511
5511
|
} | {
|
|
5512
5512
|
TemplateFilter: {
|
|
@@ -5520,6 +5520,7 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5520
5520
|
};
|
|
5521
5521
|
}[];
|
|
5522
5522
|
}>;
|
|
5523
|
+
verbose?: boolean | undefined;
|
|
5523
5524
|
filtersForAnyParty?: {
|
|
5524
5525
|
cumulative: {
|
|
5525
5526
|
identifierFilter: {
|
|
@@ -5527,8 +5528,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5527
5528
|
} | {
|
|
5528
5529
|
InterfaceFilter: {
|
|
5529
5530
|
interfaceId: string;
|
|
5530
|
-
includeInterfaceView?: boolean | undefined;
|
|
5531
5531
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5532
|
+
includeInterfaceView?: boolean | undefined;
|
|
5532
5533
|
};
|
|
5533
5534
|
} | {
|
|
5534
5535
|
TemplateFilter: {
|
|
@@ -5542,7 +5543,6 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5542
5543
|
};
|
|
5543
5544
|
}[];
|
|
5544
5545
|
} | undefined;
|
|
5545
|
-
verbose?: boolean | undefined;
|
|
5546
5546
|
}>>;
|
|
5547
5547
|
includeTopologyEvents: z.ZodOptional<z.ZodObject<{
|
|
5548
5548
|
includeParticipantAuthorizationEvents: z.ZodOptional<z.ZodObject<{
|
|
@@ -5571,8 +5571,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5571
5571
|
} | {
|
|
5572
5572
|
InterfaceFilter: {
|
|
5573
5573
|
interfaceId: string;
|
|
5574
|
-
includeInterfaceView?: boolean | undefined;
|
|
5575
5574
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5575
|
+
includeInterfaceView?: boolean | undefined;
|
|
5576
5576
|
};
|
|
5577
5577
|
} | {
|
|
5578
5578
|
TemplateFilter: {
|
|
@@ -5586,6 +5586,7 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5586
5586
|
};
|
|
5587
5587
|
}[];
|
|
5588
5588
|
}>;
|
|
5589
|
+
verbose?: boolean | undefined;
|
|
5589
5590
|
filtersForAnyParty?: {
|
|
5590
5591
|
cumulative: {
|
|
5591
5592
|
identifierFilter: {
|
|
@@ -5593,8 +5594,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5593
5594
|
} | {
|
|
5594
5595
|
InterfaceFilter: {
|
|
5595
5596
|
interfaceId: string;
|
|
5596
|
-
includeInterfaceView?: boolean | undefined;
|
|
5597
5597
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5598
|
+
includeInterfaceView?: boolean | undefined;
|
|
5598
5599
|
};
|
|
5599
5600
|
} | {
|
|
5600
5601
|
TemplateFilter: {
|
|
@@ -5608,7 +5609,6 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5608
5609
|
};
|
|
5609
5610
|
}[];
|
|
5610
5611
|
} | undefined;
|
|
5611
|
-
verbose?: boolean | undefined;
|
|
5612
5612
|
};
|
|
5613
5613
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
5614
5614
|
} | undefined;
|
|
@@ -5620,8 +5620,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5620
5620
|
} | {
|
|
5621
5621
|
InterfaceFilter: {
|
|
5622
5622
|
interfaceId: string;
|
|
5623
|
-
includeInterfaceView?: boolean | undefined;
|
|
5624
5623
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5624
|
+
includeInterfaceView?: boolean | undefined;
|
|
5625
5625
|
};
|
|
5626
5626
|
} | {
|
|
5627
5627
|
TemplateFilter: {
|
|
@@ -5635,6 +5635,7 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5635
5635
|
};
|
|
5636
5636
|
}[];
|
|
5637
5637
|
}>;
|
|
5638
|
+
verbose?: boolean | undefined;
|
|
5638
5639
|
filtersForAnyParty?: {
|
|
5639
5640
|
cumulative: {
|
|
5640
5641
|
identifierFilter: {
|
|
@@ -5642,8 +5643,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5642
5643
|
} | {
|
|
5643
5644
|
InterfaceFilter: {
|
|
5644
5645
|
interfaceId: string;
|
|
5645
|
-
includeInterfaceView?: boolean | undefined;
|
|
5646
5646
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5647
|
+
includeInterfaceView?: boolean | undefined;
|
|
5647
5648
|
};
|
|
5648
5649
|
} | {
|
|
5649
5650
|
TemplateFilter: {
|
|
@@ -5657,7 +5658,6 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5657
5658
|
};
|
|
5658
5659
|
}[];
|
|
5659
5660
|
} | undefined;
|
|
5660
|
-
verbose?: boolean | undefined;
|
|
5661
5661
|
} | undefined;
|
|
5662
5662
|
includeTopologyEvents?: {
|
|
5663
5663
|
includeParticipantAuthorizationEvents?: {
|
|
@@ -5674,8 +5674,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5674
5674
|
} | {
|
|
5675
5675
|
InterfaceFilter: {
|
|
5676
5676
|
interfaceId: string;
|
|
5677
|
-
includeInterfaceView?: boolean | undefined;
|
|
5678
5677
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5678
|
+
includeInterfaceView?: boolean | undefined;
|
|
5679
5679
|
};
|
|
5680
5680
|
} | {
|
|
5681
5681
|
TemplateFilter: {
|
|
@@ -5689,6 +5689,7 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5689
5689
|
};
|
|
5690
5690
|
}[];
|
|
5691
5691
|
}>;
|
|
5692
|
+
verbose?: boolean | undefined;
|
|
5692
5693
|
filtersForAnyParty?: {
|
|
5693
5694
|
cumulative: {
|
|
5694
5695
|
identifierFilter: {
|
|
@@ -5696,8 +5697,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5696
5697
|
} | {
|
|
5697
5698
|
InterfaceFilter: {
|
|
5698
5699
|
interfaceId: string;
|
|
5699
|
-
includeInterfaceView?: boolean | undefined;
|
|
5700
5700
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5701
|
+
includeInterfaceView?: boolean | undefined;
|
|
5701
5702
|
};
|
|
5702
5703
|
} | {
|
|
5703
5704
|
TemplateFilter: {
|
|
@@ -5711,7 +5712,6 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5711
5712
|
};
|
|
5712
5713
|
}[];
|
|
5713
5714
|
} | undefined;
|
|
5714
|
-
verbose?: boolean | undefined;
|
|
5715
5715
|
};
|
|
5716
5716
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
5717
5717
|
} | undefined;
|
|
@@ -5723,8 +5723,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5723
5723
|
} | {
|
|
5724
5724
|
InterfaceFilter: {
|
|
5725
5725
|
interfaceId: string;
|
|
5726
|
-
includeInterfaceView?: boolean | undefined;
|
|
5727
5726
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5727
|
+
includeInterfaceView?: boolean | undefined;
|
|
5728
5728
|
};
|
|
5729
5729
|
} | {
|
|
5730
5730
|
TemplateFilter: {
|
|
@@ -5738,6 +5738,7 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5738
5738
|
};
|
|
5739
5739
|
}[];
|
|
5740
5740
|
}>;
|
|
5741
|
+
verbose?: boolean | undefined;
|
|
5741
5742
|
filtersForAnyParty?: {
|
|
5742
5743
|
cumulative: {
|
|
5743
5744
|
identifierFilter: {
|
|
@@ -5745,8 +5746,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5745
5746
|
} | {
|
|
5746
5747
|
InterfaceFilter: {
|
|
5747
5748
|
interfaceId: string;
|
|
5748
|
-
includeInterfaceView?: boolean | undefined;
|
|
5749
5749
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5750
|
+
includeInterfaceView?: boolean | undefined;
|
|
5750
5751
|
};
|
|
5751
5752
|
} | {
|
|
5752
5753
|
TemplateFilter: {
|
|
@@ -5760,7 +5761,6 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5760
5761
|
};
|
|
5761
5762
|
}[];
|
|
5762
5763
|
} | undefined;
|
|
5763
|
-
verbose?: boolean | undefined;
|
|
5764
5764
|
} | undefined;
|
|
5765
5765
|
includeTopologyEvents?: {
|
|
5766
5766
|
includeParticipantAuthorizationEvents?: {
|
|
@@ -5780,8 +5780,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5780
5780
|
} | {
|
|
5781
5781
|
InterfaceFilter: {
|
|
5782
5782
|
interfaceId: string;
|
|
5783
|
-
includeInterfaceView?: boolean | undefined;
|
|
5784
5783
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5784
|
+
includeInterfaceView?: boolean | undefined;
|
|
5785
5785
|
};
|
|
5786
5786
|
} | {
|
|
5787
5787
|
TemplateFilter: {
|
|
@@ -5795,6 +5795,7 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5795
5795
|
};
|
|
5796
5796
|
}[];
|
|
5797
5797
|
}>;
|
|
5798
|
+
verbose?: boolean | undefined;
|
|
5798
5799
|
filtersForAnyParty?: {
|
|
5799
5800
|
cumulative: {
|
|
5800
5801
|
identifierFilter: {
|
|
@@ -5802,8 +5803,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5802
5803
|
} | {
|
|
5803
5804
|
InterfaceFilter: {
|
|
5804
5805
|
interfaceId: string;
|
|
5805
|
-
includeInterfaceView?: boolean | undefined;
|
|
5806
5806
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5807
|
+
includeInterfaceView?: boolean | undefined;
|
|
5807
5808
|
};
|
|
5808
5809
|
} | {
|
|
5809
5810
|
TemplateFilter: {
|
|
@@ -5817,7 +5818,6 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5817
5818
|
};
|
|
5818
5819
|
}[];
|
|
5819
5820
|
} | undefined;
|
|
5820
|
-
verbose?: boolean | undefined;
|
|
5821
5821
|
};
|
|
5822
5822
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
5823
5823
|
} | undefined;
|
|
@@ -5829,8 +5829,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5829
5829
|
} | {
|
|
5830
5830
|
InterfaceFilter: {
|
|
5831
5831
|
interfaceId: string;
|
|
5832
|
-
includeInterfaceView?: boolean | undefined;
|
|
5833
5832
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5833
|
+
includeInterfaceView?: boolean | undefined;
|
|
5834
5834
|
};
|
|
5835
5835
|
} | {
|
|
5836
5836
|
TemplateFilter: {
|
|
@@ -5844,6 +5844,7 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5844
5844
|
};
|
|
5845
5845
|
}[];
|
|
5846
5846
|
}>;
|
|
5847
|
+
verbose?: boolean | undefined;
|
|
5847
5848
|
filtersForAnyParty?: {
|
|
5848
5849
|
cumulative: {
|
|
5849
5850
|
identifierFilter: {
|
|
@@ -5851,8 +5852,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5851
5852
|
} | {
|
|
5852
5853
|
InterfaceFilter: {
|
|
5853
5854
|
interfaceId: string;
|
|
5854
|
-
includeInterfaceView?: boolean | undefined;
|
|
5855
5855
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5856
|
+
includeInterfaceView?: boolean | undefined;
|
|
5856
5857
|
};
|
|
5857
5858
|
} | {
|
|
5858
5859
|
TemplateFilter: {
|
|
@@ -5866,7 +5867,6 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5866
5867
|
};
|
|
5867
5868
|
}[];
|
|
5868
5869
|
} | undefined;
|
|
5869
|
-
verbose?: boolean | undefined;
|
|
5870
5870
|
} | undefined;
|
|
5871
5871
|
includeTopologyEvents?: {
|
|
5872
5872
|
includeParticipantAuthorizationEvents?: {
|
|
@@ -5886,8 +5886,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5886
5886
|
} | {
|
|
5887
5887
|
InterfaceFilter: {
|
|
5888
5888
|
interfaceId: string;
|
|
5889
|
-
includeInterfaceView?: boolean | undefined;
|
|
5890
5889
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5890
|
+
includeInterfaceView?: boolean | undefined;
|
|
5891
5891
|
};
|
|
5892
5892
|
} | {
|
|
5893
5893
|
TemplateFilter: {
|
|
@@ -5901,6 +5901,7 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5901
5901
|
};
|
|
5902
5902
|
}[];
|
|
5903
5903
|
}>;
|
|
5904
|
+
verbose?: boolean | undefined;
|
|
5904
5905
|
filtersForAnyParty?: {
|
|
5905
5906
|
cumulative: {
|
|
5906
5907
|
identifierFilter: {
|
|
@@ -5908,8 +5909,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5908
5909
|
} | {
|
|
5909
5910
|
InterfaceFilter: {
|
|
5910
5911
|
interfaceId: string;
|
|
5911
|
-
includeInterfaceView?: boolean | undefined;
|
|
5912
5912
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5913
|
+
includeInterfaceView?: boolean | undefined;
|
|
5913
5914
|
};
|
|
5914
5915
|
} | {
|
|
5915
5916
|
TemplateFilter: {
|
|
@@ -5923,7 +5924,6 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5923
5924
|
};
|
|
5924
5925
|
}[];
|
|
5925
5926
|
} | undefined;
|
|
5926
|
-
verbose?: boolean | undefined;
|
|
5927
5927
|
};
|
|
5928
5928
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
5929
5929
|
} | undefined;
|
|
@@ -5935,8 +5935,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5935
5935
|
} | {
|
|
5936
5936
|
InterfaceFilter: {
|
|
5937
5937
|
interfaceId: string;
|
|
5938
|
-
includeInterfaceView?: boolean | undefined;
|
|
5939
5938
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5939
|
+
includeInterfaceView?: boolean | undefined;
|
|
5940
5940
|
};
|
|
5941
5941
|
} | {
|
|
5942
5942
|
TemplateFilter: {
|
|
@@ -5950,6 +5950,7 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5950
5950
|
};
|
|
5951
5951
|
}[];
|
|
5952
5952
|
}>;
|
|
5953
|
+
verbose?: boolean | undefined;
|
|
5953
5954
|
filtersForAnyParty?: {
|
|
5954
5955
|
cumulative: {
|
|
5955
5956
|
identifierFilter: {
|
|
@@ -5957,8 +5958,8 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5957
5958
|
} | {
|
|
5958
5959
|
InterfaceFilter: {
|
|
5959
5960
|
interfaceId: string;
|
|
5960
|
-
includeInterfaceView?: boolean | undefined;
|
|
5961
5961
|
includeCreatedEventBlob?: boolean | undefined;
|
|
5962
|
+
includeInterfaceView?: boolean | undefined;
|
|
5962
5963
|
};
|
|
5963
5964
|
} | {
|
|
5964
5965
|
TemplateFilter: {
|
|
@@ -5972,7 +5973,6 @@ export declare const GetUpdateByOffsetParamsSchema: z.ZodObject<{
|
|
|
5972
5973
|
};
|
|
5973
5974
|
}[];
|
|
5974
5975
|
} | undefined;
|
|
5975
|
-
verbose?: boolean | undefined;
|
|
5976
5976
|
} | undefined;
|
|
5977
5977
|
includeTopologyEvents?: {
|
|
5978
5978
|
includeParticipantAuthorizationEvents?: {
|
|
@@ -6006,24 +6006,24 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6006
6006
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
6007
6007
|
}, "strip", z.ZodTypeAny, {
|
|
6008
6008
|
interfaceId: string;
|
|
6009
|
-
includeInterfaceView?: boolean | undefined;
|
|
6010
6009
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6010
|
+
includeInterfaceView?: boolean | undefined;
|
|
6011
6011
|
}, {
|
|
6012
6012
|
interfaceId: string;
|
|
6013
|
-
includeInterfaceView?: boolean | undefined;
|
|
6014
6013
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6014
|
+
includeInterfaceView?: boolean | undefined;
|
|
6015
6015
|
}>;
|
|
6016
6016
|
}, "strip", z.ZodTypeAny, {
|
|
6017
6017
|
InterfaceFilter: {
|
|
6018
6018
|
interfaceId: string;
|
|
6019
|
-
includeInterfaceView?: boolean | undefined;
|
|
6020
6019
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6020
|
+
includeInterfaceView?: boolean | undefined;
|
|
6021
6021
|
};
|
|
6022
6022
|
}, {
|
|
6023
6023
|
InterfaceFilter: {
|
|
6024
6024
|
interfaceId: string;
|
|
6025
|
-
includeInterfaceView?: boolean | undefined;
|
|
6026
6025
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6026
|
+
includeInterfaceView?: boolean | undefined;
|
|
6027
6027
|
};
|
|
6028
6028
|
}>, z.ZodObject<{
|
|
6029
6029
|
TemplateFilter: z.ZodObject<{
|
|
@@ -6069,8 +6069,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6069
6069
|
} | {
|
|
6070
6070
|
InterfaceFilter: {
|
|
6071
6071
|
interfaceId: string;
|
|
6072
|
-
includeInterfaceView?: boolean | undefined;
|
|
6073
6072
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6073
|
+
includeInterfaceView?: boolean | undefined;
|
|
6074
6074
|
};
|
|
6075
6075
|
} | {
|
|
6076
6076
|
TemplateFilter: {
|
|
@@ -6088,8 +6088,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6088
6088
|
} | {
|
|
6089
6089
|
InterfaceFilter: {
|
|
6090
6090
|
interfaceId: string;
|
|
6091
|
-
includeInterfaceView?: boolean | undefined;
|
|
6092
6091
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6092
|
+
includeInterfaceView?: boolean | undefined;
|
|
6093
6093
|
};
|
|
6094
6094
|
} | {
|
|
6095
6095
|
TemplateFilter: {
|
|
@@ -6109,8 +6109,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6109
6109
|
} | {
|
|
6110
6110
|
InterfaceFilter: {
|
|
6111
6111
|
interfaceId: string;
|
|
6112
|
-
includeInterfaceView?: boolean | undefined;
|
|
6113
6112
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6113
|
+
includeInterfaceView?: boolean | undefined;
|
|
6114
6114
|
};
|
|
6115
6115
|
} | {
|
|
6116
6116
|
TemplateFilter: {
|
|
@@ -6130,8 +6130,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6130
6130
|
} | {
|
|
6131
6131
|
InterfaceFilter: {
|
|
6132
6132
|
interfaceId: string;
|
|
6133
|
-
includeInterfaceView?: boolean | undefined;
|
|
6134
6133
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6134
|
+
includeInterfaceView?: boolean | undefined;
|
|
6135
6135
|
};
|
|
6136
6136
|
} | {
|
|
6137
6137
|
TemplateFilter: {
|
|
@@ -6160,24 +6160,24 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6160
6160
|
includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
|
|
6161
6161
|
}, "strip", z.ZodTypeAny, {
|
|
6162
6162
|
interfaceId: string;
|
|
6163
|
-
includeInterfaceView?: boolean | undefined;
|
|
6164
6163
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6164
|
+
includeInterfaceView?: boolean | undefined;
|
|
6165
6165
|
}, {
|
|
6166
6166
|
interfaceId: string;
|
|
6167
|
-
includeInterfaceView?: boolean | undefined;
|
|
6168
6167
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6168
|
+
includeInterfaceView?: boolean | undefined;
|
|
6169
6169
|
}>;
|
|
6170
6170
|
}, "strip", z.ZodTypeAny, {
|
|
6171
6171
|
InterfaceFilter: {
|
|
6172
6172
|
interfaceId: string;
|
|
6173
|
-
includeInterfaceView?: boolean | undefined;
|
|
6174
6173
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6174
|
+
includeInterfaceView?: boolean | undefined;
|
|
6175
6175
|
};
|
|
6176
6176
|
}, {
|
|
6177
6177
|
InterfaceFilter: {
|
|
6178
6178
|
interfaceId: string;
|
|
6179
|
-
includeInterfaceView?: boolean | undefined;
|
|
6180
6179
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6180
|
+
includeInterfaceView?: boolean | undefined;
|
|
6181
6181
|
};
|
|
6182
6182
|
}>, z.ZodObject<{
|
|
6183
6183
|
TemplateFilter: z.ZodObject<{
|
|
@@ -6223,8 +6223,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6223
6223
|
} | {
|
|
6224
6224
|
InterfaceFilter: {
|
|
6225
6225
|
interfaceId: string;
|
|
6226
|
-
includeInterfaceView?: boolean | undefined;
|
|
6227
6226
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6227
|
+
includeInterfaceView?: boolean | undefined;
|
|
6228
6228
|
};
|
|
6229
6229
|
} | {
|
|
6230
6230
|
TemplateFilter: {
|
|
@@ -6242,8 +6242,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6242
6242
|
} | {
|
|
6243
6243
|
InterfaceFilter: {
|
|
6244
6244
|
interfaceId: string;
|
|
6245
|
-
includeInterfaceView?: boolean | undefined;
|
|
6246
6245
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6246
|
+
includeInterfaceView?: boolean | undefined;
|
|
6247
6247
|
};
|
|
6248
6248
|
} | {
|
|
6249
6249
|
TemplateFilter: {
|
|
@@ -6263,8 +6263,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6263
6263
|
} | {
|
|
6264
6264
|
InterfaceFilter: {
|
|
6265
6265
|
interfaceId: string;
|
|
6266
|
-
includeInterfaceView?: boolean | undefined;
|
|
6267
6266
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6267
|
+
includeInterfaceView?: boolean | undefined;
|
|
6268
6268
|
};
|
|
6269
6269
|
} | {
|
|
6270
6270
|
TemplateFilter: {
|
|
@@ -6284,8 +6284,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6284
6284
|
} | {
|
|
6285
6285
|
InterfaceFilter: {
|
|
6286
6286
|
interfaceId: string;
|
|
6287
|
-
includeInterfaceView?: boolean | undefined;
|
|
6288
6287
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6288
|
+
includeInterfaceView?: boolean | undefined;
|
|
6289
6289
|
};
|
|
6290
6290
|
} | {
|
|
6291
6291
|
TemplateFilter: {
|
|
@@ -6308,8 +6308,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6308
6308
|
} | {
|
|
6309
6309
|
InterfaceFilter: {
|
|
6310
6310
|
interfaceId: string;
|
|
6311
|
-
includeInterfaceView?: boolean | undefined;
|
|
6312
6311
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6312
|
+
includeInterfaceView?: boolean | undefined;
|
|
6313
6313
|
};
|
|
6314
6314
|
} | {
|
|
6315
6315
|
TemplateFilter: {
|
|
@@ -6323,6 +6323,7 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6323
6323
|
};
|
|
6324
6324
|
}[];
|
|
6325
6325
|
}>;
|
|
6326
|
+
verbose?: boolean | undefined;
|
|
6326
6327
|
filtersForAnyParty?: {
|
|
6327
6328
|
cumulative: {
|
|
6328
6329
|
identifierFilter: {
|
|
@@ -6330,8 +6331,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6330
6331
|
} | {
|
|
6331
6332
|
InterfaceFilter: {
|
|
6332
6333
|
interfaceId: string;
|
|
6333
|
-
includeInterfaceView?: boolean | undefined;
|
|
6334
6334
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6335
|
+
includeInterfaceView?: boolean | undefined;
|
|
6335
6336
|
};
|
|
6336
6337
|
} | {
|
|
6337
6338
|
TemplateFilter: {
|
|
@@ -6345,7 +6346,6 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6345
6346
|
};
|
|
6346
6347
|
}[];
|
|
6347
6348
|
} | undefined;
|
|
6348
|
-
verbose?: boolean | undefined;
|
|
6349
6349
|
}, {
|
|
6350
6350
|
filtersByParty: Record<string, {
|
|
6351
6351
|
cumulative: {
|
|
@@ -6354,8 +6354,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6354
6354
|
} | {
|
|
6355
6355
|
InterfaceFilter: {
|
|
6356
6356
|
interfaceId: string;
|
|
6357
|
-
includeInterfaceView?: boolean | undefined;
|
|
6358
6357
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6358
|
+
includeInterfaceView?: boolean | undefined;
|
|
6359
6359
|
};
|
|
6360
6360
|
} | {
|
|
6361
6361
|
TemplateFilter: {
|
|
@@ -6369,6 +6369,7 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6369
6369
|
};
|
|
6370
6370
|
}[];
|
|
6371
6371
|
}>;
|
|
6372
|
+
verbose?: boolean | undefined;
|
|
6372
6373
|
filtersForAnyParty?: {
|
|
6373
6374
|
cumulative: {
|
|
6374
6375
|
identifierFilter: {
|
|
@@ -6376,8 +6377,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6376
6377
|
} | {
|
|
6377
6378
|
InterfaceFilter: {
|
|
6378
6379
|
interfaceId: string;
|
|
6379
|
-
includeInterfaceView?: boolean | undefined;
|
|
6380
6380
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6381
|
+
includeInterfaceView?: boolean | undefined;
|
|
6381
6382
|
};
|
|
6382
6383
|
} | {
|
|
6383
6384
|
TemplateFilter: {
|
|
@@ -6391,7 +6392,6 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6391
6392
|
};
|
|
6392
6393
|
}[];
|
|
6393
6394
|
} | undefined;
|
|
6394
|
-
verbose?: boolean | undefined;
|
|
6395
6395
|
}>;
|
|
6396
6396
|
transactionShape: z.ZodUnion<[z.ZodLiteral<"TRANSACTION_SHAPE_ACS_DELTA">, z.ZodLiteral<"TRANSACTION_SHAPE_LEDGER_EFFECTS">]>;
|
|
6397
6397
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6403,8 +6403,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6403
6403
|
} | {
|
|
6404
6404
|
InterfaceFilter: {
|
|
6405
6405
|
interfaceId: string;
|
|
6406
|
-
includeInterfaceView?: boolean | undefined;
|
|
6407
6406
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6407
|
+
includeInterfaceView?: boolean | undefined;
|
|
6408
6408
|
};
|
|
6409
6409
|
} | {
|
|
6410
6410
|
TemplateFilter: {
|
|
@@ -6418,6 +6418,7 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6418
6418
|
};
|
|
6419
6419
|
}[];
|
|
6420
6420
|
}>;
|
|
6421
|
+
verbose?: boolean | undefined;
|
|
6421
6422
|
filtersForAnyParty?: {
|
|
6422
6423
|
cumulative: {
|
|
6423
6424
|
identifierFilter: {
|
|
@@ -6425,8 +6426,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6425
6426
|
} | {
|
|
6426
6427
|
InterfaceFilter: {
|
|
6427
6428
|
interfaceId: string;
|
|
6428
|
-
includeInterfaceView?: boolean | undefined;
|
|
6429
6429
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6430
|
+
includeInterfaceView?: boolean | undefined;
|
|
6430
6431
|
};
|
|
6431
6432
|
} | {
|
|
6432
6433
|
TemplateFilter: {
|
|
@@ -6440,7 +6441,6 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6440
6441
|
};
|
|
6441
6442
|
}[];
|
|
6442
6443
|
} | undefined;
|
|
6443
|
-
verbose?: boolean | undefined;
|
|
6444
6444
|
};
|
|
6445
6445
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
6446
6446
|
}, {
|
|
@@ -6452,8 +6452,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6452
6452
|
} | {
|
|
6453
6453
|
InterfaceFilter: {
|
|
6454
6454
|
interfaceId: string;
|
|
6455
|
-
includeInterfaceView?: boolean | undefined;
|
|
6456
6455
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6456
|
+
includeInterfaceView?: boolean | undefined;
|
|
6457
6457
|
};
|
|
6458
6458
|
} | {
|
|
6459
6459
|
TemplateFilter: {
|
|
@@ -6467,6 +6467,7 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6467
6467
|
};
|
|
6468
6468
|
}[];
|
|
6469
6469
|
}>;
|
|
6470
|
+
verbose?: boolean | undefined;
|
|
6470
6471
|
filtersForAnyParty?: {
|
|
6471
6472
|
cumulative: {
|
|
6472
6473
|
identifierFilter: {
|
|
@@ -6474,8 +6475,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6474
6475
|
} | {
|
|
6475
6476
|
InterfaceFilter: {
|
|
6476
6477
|
interfaceId: string;
|
|
6477
|
-
includeInterfaceView?: boolean | undefined;
|
|
6478
6478
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6479
|
+
includeInterfaceView?: boolean | undefined;
|
|
6479
6480
|
};
|
|
6480
6481
|
} | {
|
|
6481
6482
|
TemplateFilter: {
|
|
@@ -6489,7 +6490,6 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6489
6490
|
};
|
|
6490
6491
|
}[];
|
|
6491
6492
|
} | undefined;
|
|
6492
|
-
verbose?: boolean | undefined;
|
|
6493
6493
|
};
|
|
6494
6494
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
6495
6495
|
}>;
|
|
@@ -6503,8 +6503,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6503
6503
|
} | {
|
|
6504
6504
|
InterfaceFilter: {
|
|
6505
6505
|
interfaceId: string;
|
|
6506
|
-
includeInterfaceView?: boolean | undefined;
|
|
6507
6506
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6507
|
+
includeInterfaceView?: boolean | undefined;
|
|
6508
6508
|
};
|
|
6509
6509
|
} | {
|
|
6510
6510
|
TemplateFilter: {
|
|
@@ -6518,6 +6518,7 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6518
6518
|
};
|
|
6519
6519
|
}[];
|
|
6520
6520
|
}>;
|
|
6521
|
+
verbose?: boolean | undefined;
|
|
6521
6522
|
filtersForAnyParty?: {
|
|
6522
6523
|
cumulative: {
|
|
6523
6524
|
identifierFilter: {
|
|
@@ -6525,8 +6526,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6525
6526
|
} | {
|
|
6526
6527
|
InterfaceFilter: {
|
|
6527
6528
|
interfaceId: string;
|
|
6528
|
-
includeInterfaceView?: boolean | undefined;
|
|
6529
6529
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6530
|
+
includeInterfaceView?: boolean | undefined;
|
|
6530
6531
|
};
|
|
6531
6532
|
} | {
|
|
6532
6533
|
TemplateFilter: {
|
|
@@ -6540,7 +6541,6 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6540
6541
|
};
|
|
6541
6542
|
}[];
|
|
6542
6543
|
} | undefined;
|
|
6543
|
-
verbose?: boolean | undefined;
|
|
6544
6544
|
};
|
|
6545
6545
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
6546
6546
|
};
|
|
@@ -6555,8 +6555,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6555
6555
|
} | {
|
|
6556
6556
|
InterfaceFilter: {
|
|
6557
6557
|
interfaceId: string;
|
|
6558
|
-
includeInterfaceView?: boolean | undefined;
|
|
6559
6558
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6559
|
+
includeInterfaceView?: boolean | undefined;
|
|
6560
6560
|
};
|
|
6561
6561
|
} | {
|
|
6562
6562
|
TemplateFilter: {
|
|
@@ -6570,6 +6570,7 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6570
6570
|
};
|
|
6571
6571
|
}[];
|
|
6572
6572
|
}>;
|
|
6573
|
+
verbose?: boolean | undefined;
|
|
6573
6574
|
filtersForAnyParty?: {
|
|
6574
6575
|
cumulative: {
|
|
6575
6576
|
identifierFilter: {
|
|
@@ -6577,8 +6578,8 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6577
6578
|
} | {
|
|
6578
6579
|
InterfaceFilter: {
|
|
6579
6580
|
interfaceId: string;
|
|
6580
|
-
includeInterfaceView?: boolean | undefined;
|
|
6581
6581
|
includeCreatedEventBlob?: boolean | undefined;
|
|
6582
|
+
includeInterfaceView?: boolean | undefined;
|
|
6582
6583
|
};
|
|
6583
6584
|
} | {
|
|
6584
6585
|
TemplateFilter: {
|
|
@@ -6592,7 +6593,6 @@ export declare const GetTransactionByIdParamsSchema: z.ZodObject<{
|
|
|
6592
6593
|
};
|
|
6593
6594
|
}[];
|
|
6594
6595
|
} | undefined;
|
|
6595
|
-
verbose?: boolean | undefined;
|
|
6596
6596
|
};
|
|
6597
6597
|
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
6598
6598
|
};
|