@fairmint/canton-node-sdk 0.0.48 → 0.0.50
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/operations/v2/authenticated-user/get.d.ts +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts +2 -6
- 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/completions.d.ts +2 -14
- 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/submit-and-wait-for-reassignment.d.ts +16 -16
- package/build/src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.d.ts +2 -8
- package/build/src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/idps/delete-idp.d.ts +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/idps/get.d.ts +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/idps/patch-idp.d.ts +3 -3
- 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 +6 -6
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-package-version.d.ts +2 -2
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.d.ts +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/upload-dar.d.ts +2 -2
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.d.ts +1 -6
- 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/post.d.ts +3 -11
- 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/parties/get-party-details.d.ts +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get.d.ts +1 -7
- 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/post.d.ts +2 -25
- 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/state/get-active-contracts.d.ts +2 -2
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-flats.d.ts +44 -44
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.d.ts +3 -11
- 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-offset.d.ts +3 -11
- 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-trees.d.ts +22 -22
- package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.d.ts +1 -5
- 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/get-user.d.ts +1 -7
- 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/list-user-rights.d.ts +1 -7
- 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-users.d.ts +1 -7
- package/build/src/clients/ledger-json-api/operations/v2/users/list-users.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/command-responses.d.ts +3 -47
- package/build/src/clients/ledger-json-api/schemas/api/command-responses.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/command-responses.js +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/command-responses.js.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/commands.d.ts +81 -800
- package/build/src/clients/ledger-json-api/schemas/api/commands.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/completions.d.ts +67 -1261
- package/build/src/clients/ledger-json-api/schemas/api/completions.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/errors.d.ts +180 -1241
- package/build/src/clients/ledger-json-api/schemas/api/errors.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/errors.js +2 -2
- package/build/src/clients/ledger-json-api/schemas/api/errors.js.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/event-details.d.ts +14 -156
- package/build/src/clients/ledger-json-api/schemas/api/event-details.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/event-details.js +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/event-details.js.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/events.d.ts +76 -1162
- package/build/src/clients/ledger-json-api/schemas/api/events.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/events.js +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/events.js.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/idps.d.ts +16 -206
- package/build/src/clients/ledger-json-api/schemas/api/idps.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.d.ts +25 -289
- package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.js +2 -2
- package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.js.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/packages.d.ts +17 -171
- package/build/src/clients/ledger-json-api/schemas/api/packages.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/reassignment.d.ts +103 -2005
- package/build/src/clients/ledger-json-api/schemas/api/reassignment.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/state.d.ts +123 -2093
- package/build/src/clients/ledger-json-api/schemas/api/state.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/transactions.d.ts +106 -2149
- package/build/src/clients/ledger-json-api/schemas/api/transactions.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/transactions.js +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/transactions.js.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/updates.d.ts +445 -11374
- package/build/src/clients/ledger-json-api/schemas/api/updates.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/updates.js +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/updates.js.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/users.d.ts +169 -1741
- package/build/src/clients/ledger-json-api/schemas/api/users.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/users.js +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/users.js.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/base.d.ts +1 -1
- package/build/src/clients/ledger-json-api/schemas/base.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/base.js +2 -2
- package/build/src/clients/ledger-json-api/schemas/base.js.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/common.d.ts +30 -323
- package/build/src/clients/ledger-json-api/schemas/common.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/common.js +4 -4
- package/build/src/clients/ledger-json-api/schemas/common.js.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/operations/base.d.ts +1 -1
- package/build/src/clients/ledger-json-api/schemas/operations/base.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/operations/commands.d.ts +71 -348
- package/build/src/clients/ledger-json-api/schemas/operations/commands.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/operations/idps.d.ts +13 -87
- package/build/src/clients/ledger-json-api/schemas/operations/idps.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.d.ts +25 -250
- 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 +1 -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/packages.d.ts +9 -61
- package/build/src/clients/ledger-json-api/schemas/operations/packages.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/operations/parties.d.ts +12 -126
- package/build/src/clients/ledger-json-api/schemas/operations/parties.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/operations/parties.js +2 -2
- package/build/src/clients/ledger-json-api/schemas/operations/parties.js.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/operations/state.d.ts +6 -31
- package/build/src/clients/ledger-json-api/schemas/operations/state.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/operations/updates.d.ts +298 -6270
- package/build/src/clients/ledger-json-api/schemas/operations/updates.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/operations/updates.js +3 -3
- package/build/src/clients/ledger-json-api/schemas/operations/updates.js.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/operations/users.d.ts +65 -594
- package/build/src/clients/ledger-json-api/schemas/operations/users.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/operations/users.js +2 -2
- package/build/src/clients/ledger-json-api/schemas/operations/users.js.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/get-mining-round-details.d.ts +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-featured-app-right.d.ts +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-transfer-preapproval-by-party.d.ts +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.d.ts +1 -7
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.js +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.js.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.d.ts +1 -7
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.js +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.js.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.d.ts +1 -7
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.js +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.js.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.d.ts +1 -7
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.js +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.js.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.d.ts +1 -5
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.d.ts +1 -7
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.d.ts +1 -7
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.js +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.js.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.d.ts +1 -7
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.js +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.js.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.d.ts +1 -7
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.js +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.js.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.d.ts +1 -7
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.js +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.js.map +1 -1
- package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/create.d.ts +2 -2
- package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.d.ts +2 -1
- package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.js.map +1 -1
- package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/create.d.ts +1 -1
- package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/get-status.d.ts +2 -1
- package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/get-status.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/get-status.js.map +1 -1
- package/build/src/clients/validator-api/schemas/api/ans.d.ts +11 -55
- package/build/src/clients/validator-api/schemas/api/ans.d.ts.map +1 -1
- package/build/src/clients/validator-api/schemas/api/scan-proxy.d.ts +66 -734
- package/build/src/clients/validator-api/schemas/api/scan-proxy.d.ts.map +1 -1
- package/build/src/clients/validator-api/schemas/api/scan-proxy.js +4 -4
- package/build/src/clients/validator-api/schemas/api/scan-proxy.js.map +1 -1
- package/build/src/clients/validator-api/schemas/api/wallet.d.ts +38 -250
- package/build/src/clients/validator-api/schemas/api/wallet.d.ts.map +1 -1
- package/build/src/clients/validator-api/schemas/operations/ans.d.ts +5 -31
- package/build/src/clients/validator-api/schemas/operations/ans.d.ts.map +1 -1
- package/build/src/clients/validator-api/schemas/operations/scan-proxy.d.ts +17 -107
- package/build/src/clients/validator-api/schemas/operations/scan-proxy.d.ts.map +1 -1
- package/build/src/clients/validator-api/schemas/operations/scan-proxy.js +8 -8
- package/build/src/clients/validator-api/schemas/operations/scan-proxy.js.map +1 -1
- package/build/src/clients/validator-api/schemas/operations/wallet.d.ts +8 -62
- package/build/src/clients/validator-api/schemas/operations/wallet.d.ts.map +1 -1
- package/build/src/core/operations/ApiOperation.js +1 -1
- package/build/src/utils/amulet/transfer-to-preapproved.js +1 -1
- package/build/src/utils/amulet/transfer-to-preapproved.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,136 +1,48 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const GetDsoPartyIdResponseSchema: z.ZodObject<{
|
|
3
3
|
dso_party_id: z.ZodString;
|
|
4
|
-
},
|
|
5
|
-
dso_party_id: string;
|
|
6
|
-
}, {
|
|
7
|
-
dso_party_id: string;
|
|
8
|
-
}>;
|
|
4
|
+
}, z.core.$strip>;
|
|
9
5
|
export type GetDsoPartyIdResponse = z.infer<typeof GetDsoPartyIdResponseSchema>;
|
|
10
6
|
export declare const GetMemberTrafficStatusResponseSchema: z.ZodObject<{
|
|
11
7
|
traffic_status: z.ZodObject<{
|
|
12
8
|
actual: z.ZodObject<{
|
|
13
9
|
total_consumed: z.ZodNumber;
|
|
14
10
|
total_limit: z.ZodNumber;
|
|
15
|
-
},
|
|
16
|
-
total_consumed: number;
|
|
17
|
-
total_limit: number;
|
|
18
|
-
}, {
|
|
19
|
-
total_consumed: number;
|
|
20
|
-
total_limit: number;
|
|
21
|
-
}>;
|
|
11
|
+
}, z.core.$strip>;
|
|
22
12
|
target: z.ZodObject<{
|
|
23
13
|
total_purchased: z.ZodNumber;
|
|
24
|
-
},
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
total_purchased: number;
|
|
28
|
-
}>;
|
|
29
|
-
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
target: {
|
|
31
|
-
total_purchased: number;
|
|
32
|
-
};
|
|
33
|
-
actual: {
|
|
34
|
-
total_consumed: number;
|
|
35
|
-
total_limit: number;
|
|
36
|
-
};
|
|
37
|
-
}, {
|
|
38
|
-
target: {
|
|
39
|
-
total_purchased: number;
|
|
40
|
-
};
|
|
41
|
-
actual: {
|
|
42
|
-
total_consumed: number;
|
|
43
|
-
total_limit: number;
|
|
44
|
-
};
|
|
45
|
-
}>;
|
|
46
|
-
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
traffic_status: {
|
|
48
|
-
target: {
|
|
49
|
-
total_purchased: number;
|
|
50
|
-
};
|
|
51
|
-
actual: {
|
|
52
|
-
total_consumed: number;
|
|
53
|
-
total_limit: number;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
}, {
|
|
57
|
-
traffic_status: {
|
|
58
|
-
target: {
|
|
59
|
-
total_purchased: number;
|
|
60
|
-
};
|
|
61
|
-
actual: {
|
|
62
|
-
total_consumed: number;
|
|
63
|
-
total_limit: number;
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
|
-
}>;
|
|
14
|
+
}, z.core.$strip>;
|
|
15
|
+
}, z.core.$strip>;
|
|
16
|
+
}, z.core.$strip>;
|
|
67
17
|
export type GetMemberTrafficStatusResponse = z.infer<typeof GetMemberTrafficStatusResponseSchema>;
|
|
68
18
|
export declare const GetOpenAndIssuingMiningRoundsResponseSchema: z.ZodObject<{
|
|
69
|
-
open_mining_rounds: z.ZodArray<z.ZodAny
|
|
70
|
-
issuing_mining_rounds: z.ZodArray<z.ZodAny
|
|
71
|
-
},
|
|
72
|
-
open_mining_rounds: any[];
|
|
73
|
-
issuing_mining_rounds: any[];
|
|
74
|
-
}, {
|
|
75
|
-
open_mining_rounds: any[];
|
|
76
|
-
issuing_mining_rounds: any[];
|
|
77
|
-
}>;
|
|
19
|
+
open_mining_rounds: z.ZodArray<z.ZodAny>;
|
|
20
|
+
issuing_mining_rounds: z.ZodArray<z.ZodAny>;
|
|
21
|
+
}, z.core.$strip>;
|
|
78
22
|
export declare const MiningRoundDetailsSchema: z.ZodObject<{
|
|
79
23
|
round_number: z.ZodNumber;
|
|
80
24
|
issuance_per_featured_app_reward_coupon: z.ZodString;
|
|
81
25
|
issuance_per_unfeatured_app_reward_coupon: z.ZodString;
|
|
82
26
|
effective_at: z.ZodString;
|
|
83
|
-
status: z.ZodEnum<
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
effective_at: string;
|
|
90
|
-
}, {
|
|
91
|
-
status: "open" | "issuing" | "closed";
|
|
92
|
-
round_number: number;
|
|
93
|
-
issuance_per_featured_app_reward_coupon: string;
|
|
94
|
-
issuance_per_unfeatured_app_reward_coupon: string;
|
|
95
|
-
effective_at: string;
|
|
96
|
-
}>;
|
|
27
|
+
status: z.ZodEnum<{
|
|
28
|
+
open: "open";
|
|
29
|
+
issuing: "issuing";
|
|
30
|
+
closed: "closed";
|
|
31
|
+
}>;
|
|
32
|
+
}, z.core.$strip>;
|
|
97
33
|
export declare const GetMiningRoundDetailsResponseSchema: z.ZodObject<{
|
|
98
34
|
mining_round: z.ZodObject<{
|
|
99
35
|
round_number: z.ZodNumber;
|
|
100
36
|
issuance_per_featured_app_reward_coupon: z.ZodString;
|
|
101
37
|
issuance_per_unfeatured_app_reward_coupon: z.ZodString;
|
|
102
38
|
effective_at: z.ZodString;
|
|
103
|
-
status: z.ZodEnum<
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
}, {
|
|
111
|
-
status: "open" | "issuing" | "closed";
|
|
112
|
-
round_number: number;
|
|
113
|
-
issuance_per_featured_app_reward_coupon: string;
|
|
114
|
-
issuance_per_unfeatured_app_reward_coupon: string;
|
|
115
|
-
effective_at: string;
|
|
116
|
-
}>;
|
|
117
|
-
}, "strip", z.ZodTypeAny, {
|
|
118
|
-
mining_round: {
|
|
119
|
-
status: "open" | "issuing" | "closed";
|
|
120
|
-
round_number: number;
|
|
121
|
-
issuance_per_featured_app_reward_coupon: string;
|
|
122
|
-
issuance_per_unfeatured_app_reward_coupon: string;
|
|
123
|
-
effective_at: string;
|
|
124
|
-
};
|
|
125
|
-
}, {
|
|
126
|
-
mining_round: {
|
|
127
|
-
status: "open" | "issuing" | "closed";
|
|
128
|
-
round_number: number;
|
|
129
|
-
issuance_per_featured_app_reward_coupon: string;
|
|
130
|
-
issuance_per_unfeatured_app_reward_coupon: string;
|
|
131
|
-
effective_at: string;
|
|
132
|
-
};
|
|
133
|
-
}>;
|
|
39
|
+
status: z.ZodEnum<{
|
|
40
|
+
open: "open";
|
|
41
|
+
issuing: "issuing";
|
|
42
|
+
closed: "closed";
|
|
43
|
+
}>;
|
|
44
|
+
}, z.core.$strip>;
|
|
45
|
+
}, z.core.$strip>;
|
|
134
46
|
export type GetOpenAndIssuingMiningRoundsResponse = z.infer<typeof GetOpenAndIssuingMiningRoundsResponseSchema>;
|
|
135
47
|
export type MiningRoundDetails = z.infer<typeof MiningRoundDetailsSchema>;
|
|
136
48
|
export type GetMiningRoundDetailsResponse = z.infer<typeof GetMiningRoundDetailsResponseSchema>;
|
|
@@ -138,82 +50,32 @@ export declare const GetAmuletRulesResponseSchema: z.ZodObject<{
|
|
|
138
50
|
amulet_rules: z.ZodObject<{
|
|
139
51
|
contract: z.ZodAny;
|
|
140
52
|
domain_id: z.ZodString;
|
|
141
|
-
},
|
|
142
|
-
|
|
143
|
-
contract?: any;
|
|
144
|
-
}, {
|
|
145
|
-
domain_id: string;
|
|
146
|
-
contract?: any;
|
|
147
|
-
}>;
|
|
148
|
-
}, "strip", z.ZodTypeAny, {
|
|
149
|
-
amulet_rules: {
|
|
150
|
-
domain_id: string;
|
|
151
|
-
contract?: any;
|
|
152
|
-
};
|
|
153
|
-
}, {
|
|
154
|
-
amulet_rules: {
|
|
155
|
-
domain_id: string;
|
|
156
|
-
contract?: any;
|
|
157
|
-
};
|
|
158
|
-
}>;
|
|
53
|
+
}, z.core.$strip>;
|
|
54
|
+
}, z.core.$strip>;
|
|
159
55
|
export type GetAmuletRulesResponse = z.infer<typeof GetAmuletRulesResponseSchema>;
|
|
160
56
|
export declare const LookupTransferCommandCounterByPartyResponseSchema: z.ZodObject<{
|
|
161
57
|
counter: z.ZodNumber;
|
|
162
|
-
},
|
|
163
|
-
counter: number;
|
|
164
|
-
}, {
|
|
165
|
-
counter: number;
|
|
166
|
-
}>;
|
|
58
|
+
}, z.core.$strip>;
|
|
167
59
|
export declare const LookupTransferCommandStatusResponseSchema: z.ZodObject<{
|
|
168
60
|
status: z.ZodString;
|
|
169
|
-
},
|
|
170
|
-
status: string;
|
|
171
|
-
}, {
|
|
172
|
-
status: string;
|
|
173
|
-
}>;
|
|
61
|
+
}, z.core.$strip>;
|
|
174
62
|
export type LookupTransferCommandCounterByPartyResponse = z.infer<typeof LookupTransferCommandCounterByPartyResponseSchema>;
|
|
175
63
|
export type LookupTransferCommandStatusResponse = z.infer<typeof LookupTransferCommandStatusResponseSchema>;
|
|
176
64
|
export declare const LookupTransferPreapprovalByPartyResponseSchema: z.ZodObject<{
|
|
177
65
|
transfer_preapproval: z.ZodObject<{
|
|
178
66
|
contract: z.ZodAny;
|
|
179
67
|
domain_id: z.ZodString;
|
|
180
|
-
},
|
|
181
|
-
|
|
182
|
-
contract?: any;
|
|
183
|
-
}, {
|
|
184
|
-
domain_id: string;
|
|
185
|
-
contract?: any;
|
|
186
|
-
}>;
|
|
187
|
-
}, "strip", z.ZodTypeAny, {
|
|
188
|
-
transfer_preapproval: {
|
|
189
|
-
domain_id: string;
|
|
190
|
-
contract?: any;
|
|
191
|
-
};
|
|
192
|
-
}, {
|
|
193
|
-
transfer_preapproval: {
|
|
194
|
-
domain_id: string;
|
|
195
|
-
contract?: any;
|
|
196
|
-
};
|
|
197
|
-
}>;
|
|
68
|
+
}, z.core.$strip>;
|
|
69
|
+
}, z.core.$strip>;
|
|
198
70
|
export type LookupTransferPreapprovalByPartyResponse = z.infer<typeof LookupTransferPreapprovalByPartyResponseSchema>;
|
|
199
71
|
export declare const LookupFeaturedAppRightResponseSchema: z.ZodObject<{
|
|
200
72
|
featured_app_right: z.ZodAny;
|
|
201
|
-
},
|
|
202
|
-
featured_app_right?: any;
|
|
203
|
-
}, {
|
|
204
|
-
featured_app_right?: any;
|
|
205
|
-
}>;
|
|
73
|
+
}, z.core.$strip>;
|
|
206
74
|
export type LookupFeaturedAppRightResponse = z.infer<typeof LookupFeaturedAppRightResponseSchema>;
|
|
207
75
|
export declare const GetRegistryInfoResponseSchema: z.ZodObject<{
|
|
208
76
|
adminId: z.ZodString;
|
|
209
77
|
supportedApis: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
210
|
-
},
|
|
211
|
-
adminId: string;
|
|
212
|
-
supportedApis: Record<string, number>;
|
|
213
|
-
}, {
|
|
214
|
-
adminId: string;
|
|
215
|
-
supportedApis: Record<string, number>;
|
|
216
|
-
}>;
|
|
78
|
+
}, z.core.$strip>;
|
|
217
79
|
export declare const InstrumentSchema: z.ZodObject<{
|
|
218
80
|
id: z.ZodString;
|
|
219
81
|
name: z.ZodString;
|
|
@@ -222,23 +84,7 @@ export declare const InstrumentSchema: z.ZodObject<{
|
|
|
222
84
|
totalSupplyAsOf: z.ZodOptional<z.ZodString>;
|
|
223
85
|
decimals: z.ZodNumber;
|
|
224
86
|
supportedApis: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
225
|
-
},
|
|
226
|
-
symbol: string;
|
|
227
|
-
id: string;
|
|
228
|
-
name: string;
|
|
229
|
-
supportedApis: Record<string, number>;
|
|
230
|
-
decimals: number;
|
|
231
|
-
totalSupply?: string | undefined;
|
|
232
|
-
totalSupplyAsOf?: string | undefined;
|
|
233
|
-
}, {
|
|
234
|
-
symbol: string;
|
|
235
|
-
id: string;
|
|
236
|
-
name: string;
|
|
237
|
-
supportedApis: Record<string, number>;
|
|
238
|
-
decimals: number;
|
|
239
|
-
totalSupply?: string | undefined;
|
|
240
|
-
totalSupplyAsOf?: string | undefined;
|
|
241
|
-
}>;
|
|
87
|
+
}, z.core.$strip>;
|
|
242
88
|
export declare const ListInstrumentsResponseSchema: z.ZodObject<{
|
|
243
89
|
instruments: z.ZodArray<z.ZodObject<{
|
|
244
90
|
id: z.ZodString;
|
|
@@ -248,47 +94,9 @@ export declare const ListInstrumentsResponseSchema: z.ZodObject<{
|
|
|
248
94
|
totalSupplyAsOf: z.ZodOptional<z.ZodString>;
|
|
249
95
|
decimals: z.ZodNumber;
|
|
250
96
|
supportedApis: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
251
|
-
},
|
|
252
|
-
symbol: string;
|
|
253
|
-
id: string;
|
|
254
|
-
name: string;
|
|
255
|
-
supportedApis: Record<string, number>;
|
|
256
|
-
decimals: number;
|
|
257
|
-
totalSupply?: string | undefined;
|
|
258
|
-
totalSupplyAsOf?: string | undefined;
|
|
259
|
-
}, {
|
|
260
|
-
symbol: string;
|
|
261
|
-
id: string;
|
|
262
|
-
name: string;
|
|
263
|
-
supportedApis: Record<string, number>;
|
|
264
|
-
decimals: number;
|
|
265
|
-
totalSupply?: string | undefined;
|
|
266
|
-
totalSupplyAsOf?: string | undefined;
|
|
267
|
-
}>, "many">;
|
|
97
|
+
}, z.core.$strip>>;
|
|
268
98
|
nextPageToken: z.ZodOptional<z.ZodString>;
|
|
269
|
-
},
|
|
270
|
-
instruments: {
|
|
271
|
-
symbol: string;
|
|
272
|
-
id: string;
|
|
273
|
-
name: string;
|
|
274
|
-
supportedApis: Record<string, number>;
|
|
275
|
-
decimals: number;
|
|
276
|
-
totalSupply?: string | undefined;
|
|
277
|
-
totalSupplyAsOf?: string | undefined;
|
|
278
|
-
}[];
|
|
279
|
-
nextPageToken?: string | undefined;
|
|
280
|
-
}, {
|
|
281
|
-
instruments: {
|
|
282
|
-
symbol: string;
|
|
283
|
-
id: string;
|
|
284
|
-
name: string;
|
|
285
|
-
supportedApis: Record<string, number>;
|
|
286
|
-
decimals: number;
|
|
287
|
-
totalSupply?: string | undefined;
|
|
288
|
-
totalSupplyAsOf?: string | undefined;
|
|
289
|
-
}[];
|
|
290
|
-
nextPageToken?: string | undefined;
|
|
291
|
-
}>;
|
|
99
|
+
}, z.core.$strip>;
|
|
292
100
|
export declare const GetInstrumentResponseSchema: z.ZodObject<{
|
|
293
101
|
id: z.ZodString;
|
|
294
102
|
name: z.ZodString;
|
|
@@ -297,23 +105,7 @@ export declare const GetInstrumentResponseSchema: z.ZodObject<{
|
|
|
297
105
|
totalSupplyAsOf: z.ZodOptional<z.ZodString>;
|
|
298
106
|
decimals: z.ZodNumber;
|
|
299
107
|
supportedApis: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
300
|
-
},
|
|
301
|
-
symbol: string;
|
|
302
|
-
id: string;
|
|
303
|
-
name: string;
|
|
304
|
-
supportedApis: Record<string, number>;
|
|
305
|
-
decimals: number;
|
|
306
|
-
totalSupply?: string | undefined;
|
|
307
|
-
totalSupplyAsOf?: string | undefined;
|
|
308
|
-
}, {
|
|
309
|
-
symbol: string;
|
|
310
|
-
id: string;
|
|
311
|
-
name: string;
|
|
312
|
-
supportedApis: Record<string, number>;
|
|
313
|
-
decimals: number;
|
|
314
|
-
totalSupply?: string | undefined;
|
|
315
|
-
totalSupplyAsOf?: string | undefined;
|
|
316
|
-
}>;
|
|
108
|
+
}, z.core.$strip>;
|
|
317
109
|
export declare const ChoiceContextSchema: z.ZodObject<{
|
|
318
110
|
choiceContextData: z.ZodRecord<z.ZodString, z.ZodNever>;
|
|
319
111
|
disclosedContracts: z.ZodArray<z.ZodObject<{
|
|
@@ -324,46 +116,8 @@ export declare const ChoiceContextSchema: z.ZodObject<{
|
|
|
324
116
|
debugPackageName: z.ZodOptional<z.ZodString>;
|
|
325
117
|
debugPayload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNever>>;
|
|
326
118
|
debugCreatedAt: z.ZodOptional<z.ZodString>;
|
|
327
|
-
},
|
|
328
|
-
|
|
329
|
-
contractId: string;
|
|
330
|
-
templateId: string;
|
|
331
|
-
createdEventBlob: string;
|
|
332
|
-
debugPackageName?: string | undefined;
|
|
333
|
-
debugPayload?: Record<string, never> | undefined;
|
|
334
|
-
debugCreatedAt?: string | undefined;
|
|
335
|
-
}, {
|
|
336
|
-
synchronizerId: string;
|
|
337
|
-
contractId: string;
|
|
338
|
-
templateId: string;
|
|
339
|
-
createdEventBlob: string;
|
|
340
|
-
debugPackageName?: string | undefined;
|
|
341
|
-
debugPayload?: Record<string, never> | undefined;
|
|
342
|
-
debugCreatedAt?: string | undefined;
|
|
343
|
-
}>, "many">;
|
|
344
|
-
}, "strip", z.ZodTypeAny, {
|
|
345
|
-
disclosedContracts: {
|
|
346
|
-
synchronizerId: string;
|
|
347
|
-
contractId: string;
|
|
348
|
-
templateId: string;
|
|
349
|
-
createdEventBlob: string;
|
|
350
|
-
debugPackageName?: string | undefined;
|
|
351
|
-
debugPayload?: Record<string, never> | undefined;
|
|
352
|
-
debugCreatedAt?: string | undefined;
|
|
353
|
-
}[];
|
|
354
|
-
choiceContextData: Record<string, never>;
|
|
355
|
-
}, {
|
|
356
|
-
disclosedContracts: {
|
|
357
|
-
synchronizerId: string;
|
|
358
|
-
contractId: string;
|
|
359
|
-
templateId: string;
|
|
360
|
-
createdEventBlob: string;
|
|
361
|
-
debugPackageName?: string | undefined;
|
|
362
|
-
debugPayload?: Record<string, never> | undefined;
|
|
363
|
-
debugCreatedAt?: string | undefined;
|
|
364
|
-
}[];
|
|
365
|
-
choiceContextData: Record<string, never>;
|
|
366
|
-
}>;
|
|
119
|
+
}, z.core.$strip>>;
|
|
120
|
+
}, z.core.$strip>;
|
|
367
121
|
export declare const GetAllocationFactoryResponseSchema: z.ZodObject<{
|
|
368
122
|
factoryId: z.ZodString;
|
|
369
123
|
choiceContext: z.ZodObject<{
|
|
@@ -376,75 +130,9 @@ export declare const GetAllocationFactoryResponseSchema: z.ZodObject<{
|
|
|
376
130
|
debugPackageName: z.ZodOptional<z.ZodString>;
|
|
377
131
|
debugPayload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNever>>;
|
|
378
132
|
debugCreatedAt: z.ZodOptional<z.ZodString>;
|
|
379
|
-
},
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
templateId: string;
|
|
383
|
-
createdEventBlob: string;
|
|
384
|
-
debugPackageName?: string | undefined;
|
|
385
|
-
debugPayload?: Record<string, never> | undefined;
|
|
386
|
-
debugCreatedAt?: string | undefined;
|
|
387
|
-
}, {
|
|
388
|
-
synchronizerId: string;
|
|
389
|
-
contractId: string;
|
|
390
|
-
templateId: string;
|
|
391
|
-
createdEventBlob: string;
|
|
392
|
-
debugPackageName?: string | undefined;
|
|
393
|
-
debugPayload?: Record<string, never> | undefined;
|
|
394
|
-
debugCreatedAt?: string | undefined;
|
|
395
|
-
}>, "many">;
|
|
396
|
-
}, "strip", z.ZodTypeAny, {
|
|
397
|
-
disclosedContracts: {
|
|
398
|
-
synchronizerId: string;
|
|
399
|
-
contractId: string;
|
|
400
|
-
templateId: string;
|
|
401
|
-
createdEventBlob: string;
|
|
402
|
-
debugPackageName?: string | undefined;
|
|
403
|
-
debugPayload?: Record<string, never> | undefined;
|
|
404
|
-
debugCreatedAt?: string | undefined;
|
|
405
|
-
}[];
|
|
406
|
-
choiceContextData: Record<string, never>;
|
|
407
|
-
}, {
|
|
408
|
-
disclosedContracts: {
|
|
409
|
-
synchronizerId: string;
|
|
410
|
-
contractId: string;
|
|
411
|
-
templateId: string;
|
|
412
|
-
createdEventBlob: string;
|
|
413
|
-
debugPackageName?: string | undefined;
|
|
414
|
-
debugPayload?: Record<string, never> | undefined;
|
|
415
|
-
debugCreatedAt?: string | undefined;
|
|
416
|
-
}[];
|
|
417
|
-
choiceContextData: Record<string, never>;
|
|
418
|
-
}>;
|
|
419
|
-
}, "strip", z.ZodTypeAny, {
|
|
420
|
-
factoryId: string;
|
|
421
|
-
choiceContext: {
|
|
422
|
-
disclosedContracts: {
|
|
423
|
-
synchronizerId: string;
|
|
424
|
-
contractId: string;
|
|
425
|
-
templateId: string;
|
|
426
|
-
createdEventBlob: string;
|
|
427
|
-
debugPackageName?: string | undefined;
|
|
428
|
-
debugPayload?: Record<string, never> | undefined;
|
|
429
|
-
debugCreatedAt?: string | undefined;
|
|
430
|
-
}[];
|
|
431
|
-
choiceContextData: Record<string, never>;
|
|
432
|
-
};
|
|
433
|
-
}, {
|
|
434
|
-
factoryId: string;
|
|
435
|
-
choiceContext: {
|
|
436
|
-
disclosedContracts: {
|
|
437
|
-
synchronizerId: string;
|
|
438
|
-
contractId: string;
|
|
439
|
-
templateId: string;
|
|
440
|
-
createdEventBlob: string;
|
|
441
|
-
debugPackageName?: string | undefined;
|
|
442
|
-
debugPayload?: Record<string, never> | undefined;
|
|
443
|
-
debugCreatedAt?: string | undefined;
|
|
444
|
-
}[];
|
|
445
|
-
choiceContextData: Record<string, never>;
|
|
446
|
-
};
|
|
447
|
-
}>;
|
|
133
|
+
}, z.core.$strip>>;
|
|
134
|
+
}, z.core.$strip>;
|
|
135
|
+
}, z.core.$strip>;
|
|
448
136
|
export declare const GetAllocationTransferContextResponseSchema: z.ZodObject<{
|
|
449
137
|
choiceContextData: z.ZodRecord<z.ZodString, z.ZodNever>;
|
|
450
138
|
disclosedContracts: z.ZodArray<z.ZodObject<{
|
|
@@ -455,46 +143,8 @@ export declare const GetAllocationTransferContextResponseSchema: z.ZodObject<{
|
|
|
455
143
|
debugPackageName: z.ZodOptional<z.ZodString>;
|
|
456
144
|
debugPayload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNever>>;
|
|
457
145
|
debugCreatedAt: z.ZodOptional<z.ZodString>;
|
|
458
|
-
},
|
|
459
|
-
|
|
460
|
-
contractId: string;
|
|
461
|
-
templateId: string;
|
|
462
|
-
createdEventBlob: string;
|
|
463
|
-
debugPackageName?: string | undefined;
|
|
464
|
-
debugPayload?: Record<string, never> | undefined;
|
|
465
|
-
debugCreatedAt?: string | undefined;
|
|
466
|
-
}, {
|
|
467
|
-
synchronizerId: string;
|
|
468
|
-
contractId: string;
|
|
469
|
-
templateId: string;
|
|
470
|
-
createdEventBlob: string;
|
|
471
|
-
debugPackageName?: string | undefined;
|
|
472
|
-
debugPayload?: Record<string, never> | undefined;
|
|
473
|
-
debugCreatedAt?: string | undefined;
|
|
474
|
-
}>, "many">;
|
|
475
|
-
}, "strip", z.ZodTypeAny, {
|
|
476
|
-
disclosedContracts: {
|
|
477
|
-
synchronizerId: string;
|
|
478
|
-
contractId: string;
|
|
479
|
-
templateId: string;
|
|
480
|
-
createdEventBlob: string;
|
|
481
|
-
debugPackageName?: string | undefined;
|
|
482
|
-
debugPayload?: Record<string, never> | undefined;
|
|
483
|
-
debugCreatedAt?: string | undefined;
|
|
484
|
-
}[];
|
|
485
|
-
choiceContextData: Record<string, never>;
|
|
486
|
-
}, {
|
|
487
|
-
disclosedContracts: {
|
|
488
|
-
synchronizerId: string;
|
|
489
|
-
contractId: string;
|
|
490
|
-
templateId: string;
|
|
491
|
-
createdEventBlob: string;
|
|
492
|
-
debugPackageName?: string | undefined;
|
|
493
|
-
debugPayload?: Record<string, never> | undefined;
|
|
494
|
-
debugCreatedAt?: string | undefined;
|
|
495
|
-
}[];
|
|
496
|
-
choiceContextData: Record<string, never>;
|
|
497
|
-
}>;
|
|
146
|
+
}, z.core.$strip>>;
|
|
147
|
+
}, z.core.$strip>;
|
|
498
148
|
export declare const GetAllocationWithdrawContextResponseSchema: z.ZodObject<{
|
|
499
149
|
choiceContextData: z.ZodRecord<z.ZodString, z.ZodNever>;
|
|
500
150
|
disclosedContracts: z.ZodArray<z.ZodObject<{
|
|
@@ -505,46 +155,8 @@ export declare const GetAllocationWithdrawContextResponseSchema: z.ZodObject<{
|
|
|
505
155
|
debugPackageName: z.ZodOptional<z.ZodString>;
|
|
506
156
|
debugPayload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNever>>;
|
|
507
157
|
debugCreatedAt: z.ZodOptional<z.ZodString>;
|
|
508
|
-
},
|
|
509
|
-
|
|
510
|
-
contractId: string;
|
|
511
|
-
templateId: string;
|
|
512
|
-
createdEventBlob: string;
|
|
513
|
-
debugPackageName?: string | undefined;
|
|
514
|
-
debugPayload?: Record<string, never> | undefined;
|
|
515
|
-
debugCreatedAt?: string | undefined;
|
|
516
|
-
}, {
|
|
517
|
-
synchronizerId: string;
|
|
518
|
-
contractId: string;
|
|
519
|
-
templateId: string;
|
|
520
|
-
createdEventBlob: string;
|
|
521
|
-
debugPackageName?: string | undefined;
|
|
522
|
-
debugPayload?: Record<string, never> | undefined;
|
|
523
|
-
debugCreatedAt?: string | undefined;
|
|
524
|
-
}>, "many">;
|
|
525
|
-
}, "strip", z.ZodTypeAny, {
|
|
526
|
-
disclosedContracts: {
|
|
527
|
-
synchronizerId: string;
|
|
528
|
-
contractId: string;
|
|
529
|
-
templateId: string;
|
|
530
|
-
createdEventBlob: string;
|
|
531
|
-
debugPackageName?: string | undefined;
|
|
532
|
-
debugPayload?: Record<string, never> | undefined;
|
|
533
|
-
debugCreatedAt?: string | undefined;
|
|
534
|
-
}[];
|
|
535
|
-
choiceContextData: Record<string, never>;
|
|
536
|
-
}, {
|
|
537
|
-
disclosedContracts: {
|
|
538
|
-
synchronizerId: string;
|
|
539
|
-
contractId: string;
|
|
540
|
-
templateId: string;
|
|
541
|
-
createdEventBlob: string;
|
|
542
|
-
debugPackageName?: string | undefined;
|
|
543
|
-
debugPayload?: Record<string, never> | undefined;
|
|
544
|
-
debugCreatedAt?: string | undefined;
|
|
545
|
-
}[];
|
|
546
|
-
choiceContextData: Record<string, never>;
|
|
547
|
-
}>;
|
|
158
|
+
}, z.core.$strip>>;
|
|
159
|
+
}, z.core.$strip>;
|
|
548
160
|
export declare const GetAllocationCancelContextResponseSchema: z.ZodObject<{
|
|
549
161
|
choiceContextData: z.ZodRecord<z.ZodString, z.ZodNever>;
|
|
550
162
|
disclosedContracts: z.ZodArray<z.ZodObject<{
|
|
@@ -555,49 +167,15 @@ export declare const GetAllocationCancelContextResponseSchema: z.ZodObject<{
|
|
|
555
167
|
debugPackageName: z.ZodOptional<z.ZodString>;
|
|
556
168
|
debugPayload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNever>>;
|
|
557
169
|
debugCreatedAt: z.ZodOptional<z.ZodString>;
|
|
558
|
-
},
|
|
559
|
-
|
|
560
|
-
contractId: string;
|
|
561
|
-
templateId: string;
|
|
562
|
-
createdEventBlob: string;
|
|
563
|
-
debugPackageName?: string | undefined;
|
|
564
|
-
debugPayload?: Record<string, never> | undefined;
|
|
565
|
-
debugCreatedAt?: string | undefined;
|
|
566
|
-
}, {
|
|
567
|
-
synchronizerId: string;
|
|
568
|
-
contractId: string;
|
|
569
|
-
templateId: string;
|
|
570
|
-
createdEventBlob: string;
|
|
571
|
-
debugPackageName?: string | undefined;
|
|
572
|
-
debugPayload?: Record<string, never> | undefined;
|
|
573
|
-
debugCreatedAt?: string | undefined;
|
|
574
|
-
}>, "many">;
|
|
575
|
-
}, "strip", z.ZodTypeAny, {
|
|
576
|
-
disclosedContracts: {
|
|
577
|
-
synchronizerId: string;
|
|
578
|
-
contractId: string;
|
|
579
|
-
templateId: string;
|
|
580
|
-
createdEventBlob: string;
|
|
581
|
-
debugPackageName?: string | undefined;
|
|
582
|
-
debugPayload?: Record<string, never> | undefined;
|
|
583
|
-
debugCreatedAt?: string | undefined;
|
|
584
|
-
}[];
|
|
585
|
-
choiceContextData: Record<string, never>;
|
|
586
|
-
}, {
|
|
587
|
-
disclosedContracts: {
|
|
588
|
-
synchronizerId: string;
|
|
589
|
-
contractId: string;
|
|
590
|
-
templateId: string;
|
|
591
|
-
createdEventBlob: string;
|
|
592
|
-
debugPackageName?: string | undefined;
|
|
593
|
-
debugPayload?: Record<string, never> | undefined;
|
|
594
|
-
debugCreatedAt?: string | undefined;
|
|
595
|
-
}[];
|
|
596
|
-
choiceContextData: Record<string, never>;
|
|
597
|
-
}>;
|
|
170
|
+
}, z.core.$strip>>;
|
|
171
|
+
}, z.core.$strip>;
|
|
598
172
|
export declare const TransferFactoryWithChoiceContextSchema: z.ZodObject<{
|
|
599
173
|
factoryId: z.ZodString;
|
|
600
|
-
transferKind: z.ZodEnum<
|
|
174
|
+
transferKind: z.ZodEnum<{
|
|
175
|
+
self: "self";
|
|
176
|
+
direct: "direct";
|
|
177
|
+
offer: "offer";
|
|
178
|
+
}>;
|
|
601
179
|
choiceContext: z.ZodObject<{
|
|
602
180
|
choiceContextData: z.ZodRecord<z.ZodString, z.ZodNever>;
|
|
603
181
|
disclosedContracts: z.ZodArray<z.ZodObject<{
|
|
@@ -608,80 +186,16 @@ export declare const TransferFactoryWithChoiceContextSchema: z.ZodObject<{
|
|
|
608
186
|
debugPackageName: z.ZodOptional<z.ZodString>;
|
|
609
187
|
debugPayload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNever>>;
|
|
610
188
|
debugCreatedAt: z.ZodOptional<z.ZodString>;
|
|
611
|
-
},
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
templateId: string;
|
|
615
|
-
createdEventBlob: string;
|
|
616
|
-
debugPackageName?: string | undefined;
|
|
617
|
-
debugPayload?: Record<string, never> | undefined;
|
|
618
|
-
debugCreatedAt?: string | undefined;
|
|
619
|
-
}, {
|
|
620
|
-
synchronizerId: string;
|
|
621
|
-
contractId: string;
|
|
622
|
-
templateId: string;
|
|
623
|
-
createdEventBlob: string;
|
|
624
|
-
debugPackageName?: string | undefined;
|
|
625
|
-
debugPayload?: Record<string, never> | undefined;
|
|
626
|
-
debugCreatedAt?: string | undefined;
|
|
627
|
-
}>, "many">;
|
|
628
|
-
}, "strip", z.ZodTypeAny, {
|
|
629
|
-
disclosedContracts: {
|
|
630
|
-
synchronizerId: string;
|
|
631
|
-
contractId: string;
|
|
632
|
-
templateId: string;
|
|
633
|
-
createdEventBlob: string;
|
|
634
|
-
debugPackageName?: string | undefined;
|
|
635
|
-
debugPayload?: Record<string, never> | undefined;
|
|
636
|
-
debugCreatedAt?: string | undefined;
|
|
637
|
-
}[];
|
|
638
|
-
choiceContextData: Record<string, never>;
|
|
639
|
-
}, {
|
|
640
|
-
disclosedContracts: {
|
|
641
|
-
synchronizerId: string;
|
|
642
|
-
contractId: string;
|
|
643
|
-
templateId: string;
|
|
644
|
-
createdEventBlob: string;
|
|
645
|
-
debugPackageName?: string | undefined;
|
|
646
|
-
debugPayload?: Record<string, never> | undefined;
|
|
647
|
-
debugCreatedAt?: string | undefined;
|
|
648
|
-
}[];
|
|
649
|
-
choiceContextData: Record<string, never>;
|
|
650
|
-
}>;
|
|
651
|
-
}, "strip", z.ZodTypeAny, {
|
|
652
|
-
factoryId: string;
|
|
653
|
-
choiceContext: {
|
|
654
|
-
disclosedContracts: {
|
|
655
|
-
synchronizerId: string;
|
|
656
|
-
contractId: string;
|
|
657
|
-
templateId: string;
|
|
658
|
-
createdEventBlob: string;
|
|
659
|
-
debugPackageName?: string | undefined;
|
|
660
|
-
debugPayload?: Record<string, never> | undefined;
|
|
661
|
-
debugCreatedAt?: string | undefined;
|
|
662
|
-
}[];
|
|
663
|
-
choiceContextData: Record<string, never>;
|
|
664
|
-
};
|
|
665
|
-
transferKind: "self" | "direct" | "offer";
|
|
666
|
-
}, {
|
|
667
|
-
factoryId: string;
|
|
668
|
-
choiceContext: {
|
|
669
|
-
disclosedContracts: {
|
|
670
|
-
synchronizerId: string;
|
|
671
|
-
contractId: string;
|
|
672
|
-
templateId: string;
|
|
673
|
-
createdEventBlob: string;
|
|
674
|
-
debugPackageName?: string | undefined;
|
|
675
|
-
debugPayload?: Record<string, never> | undefined;
|
|
676
|
-
debugCreatedAt?: string | undefined;
|
|
677
|
-
}[];
|
|
678
|
-
choiceContextData: Record<string, never>;
|
|
679
|
-
};
|
|
680
|
-
transferKind: "self" | "direct" | "offer";
|
|
681
|
-
}>;
|
|
189
|
+
}, z.core.$strip>>;
|
|
190
|
+
}, z.core.$strip>;
|
|
191
|
+
}, z.core.$strip>;
|
|
682
192
|
export declare const GetTransferFactoryResponseSchema: z.ZodObject<{
|
|
683
193
|
factoryId: z.ZodString;
|
|
684
|
-
transferKind: z.ZodEnum<
|
|
194
|
+
transferKind: z.ZodEnum<{
|
|
195
|
+
self: "self";
|
|
196
|
+
direct: "direct";
|
|
197
|
+
offer: "offer";
|
|
198
|
+
}>;
|
|
685
199
|
choiceContext: z.ZodObject<{
|
|
686
200
|
choiceContextData: z.ZodRecord<z.ZodString, z.ZodNever>;
|
|
687
201
|
disclosedContracts: z.ZodArray<z.ZodObject<{
|
|
@@ -692,77 +206,9 @@ export declare const GetTransferFactoryResponseSchema: z.ZodObject<{
|
|
|
692
206
|
debugPackageName: z.ZodOptional<z.ZodString>;
|
|
693
207
|
debugPayload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNever>>;
|
|
694
208
|
debugCreatedAt: z.ZodOptional<z.ZodString>;
|
|
695
|
-
},
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
templateId: string;
|
|
699
|
-
createdEventBlob: string;
|
|
700
|
-
debugPackageName?: string | undefined;
|
|
701
|
-
debugPayload?: Record<string, never> | undefined;
|
|
702
|
-
debugCreatedAt?: string | undefined;
|
|
703
|
-
}, {
|
|
704
|
-
synchronizerId: string;
|
|
705
|
-
contractId: string;
|
|
706
|
-
templateId: string;
|
|
707
|
-
createdEventBlob: string;
|
|
708
|
-
debugPackageName?: string | undefined;
|
|
709
|
-
debugPayload?: Record<string, never> | undefined;
|
|
710
|
-
debugCreatedAt?: string | undefined;
|
|
711
|
-
}>, "many">;
|
|
712
|
-
}, "strip", z.ZodTypeAny, {
|
|
713
|
-
disclosedContracts: {
|
|
714
|
-
synchronizerId: string;
|
|
715
|
-
contractId: string;
|
|
716
|
-
templateId: string;
|
|
717
|
-
createdEventBlob: string;
|
|
718
|
-
debugPackageName?: string | undefined;
|
|
719
|
-
debugPayload?: Record<string, never> | undefined;
|
|
720
|
-
debugCreatedAt?: string | undefined;
|
|
721
|
-
}[];
|
|
722
|
-
choiceContextData: Record<string, never>;
|
|
723
|
-
}, {
|
|
724
|
-
disclosedContracts: {
|
|
725
|
-
synchronizerId: string;
|
|
726
|
-
contractId: string;
|
|
727
|
-
templateId: string;
|
|
728
|
-
createdEventBlob: string;
|
|
729
|
-
debugPackageName?: string | undefined;
|
|
730
|
-
debugPayload?: Record<string, never> | undefined;
|
|
731
|
-
debugCreatedAt?: string | undefined;
|
|
732
|
-
}[];
|
|
733
|
-
choiceContextData: Record<string, never>;
|
|
734
|
-
}>;
|
|
735
|
-
}, "strip", z.ZodTypeAny, {
|
|
736
|
-
factoryId: string;
|
|
737
|
-
choiceContext: {
|
|
738
|
-
disclosedContracts: {
|
|
739
|
-
synchronizerId: string;
|
|
740
|
-
contractId: string;
|
|
741
|
-
templateId: string;
|
|
742
|
-
createdEventBlob: string;
|
|
743
|
-
debugPackageName?: string | undefined;
|
|
744
|
-
debugPayload?: Record<string, never> | undefined;
|
|
745
|
-
debugCreatedAt?: string | undefined;
|
|
746
|
-
}[];
|
|
747
|
-
choiceContextData: Record<string, never>;
|
|
748
|
-
};
|
|
749
|
-
transferKind: "self" | "direct" | "offer";
|
|
750
|
-
}, {
|
|
751
|
-
factoryId: string;
|
|
752
|
-
choiceContext: {
|
|
753
|
-
disclosedContracts: {
|
|
754
|
-
synchronizerId: string;
|
|
755
|
-
contractId: string;
|
|
756
|
-
templateId: string;
|
|
757
|
-
createdEventBlob: string;
|
|
758
|
-
debugPackageName?: string | undefined;
|
|
759
|
-
debugPayload?: Record<string, never> | undefined;
|
|
760
|
-
debugCreatedAt?: string | undefined;
|
|
761
|
-
}[];
|
|
762
|
-
choiceContextData: Record<string, never>;
|
|
763
|
-
};
|
|
764
|
-
transferKind: "self" | "direct" | "offer";
|
|
765
|
-
}>;
|
|
209
|
+
}, z.core.$strip>>;
|
|
210
|
+
}, z.core.$strip>;
|
|
211
|
+
}, z.core.$strip>;
|
|
766
212
|
export declare const GetTransferInstructionAcceptContextResponseSchema: z.ZodObject<{
|
|
767
213
|
choiceContextData: z.ZodRecord<z.ZodString, z.ZodNever>;
|
|
768
214
|
disclosedContracts: z.ZodArray<z.ZodObject<{
|
|
@@ -773,46 +219,8 @@ export declare const GetTransferInstructionAcceptContextResponseSchema: z.ZodObj
|
|
|
773
219
|
debugPackageName: z.ZodOptional<z.ZodString>;
|
|
774
220
|
debugPayload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNever>>;
|
|
775
221
|
debugCreatedAt: z.ZodOptional<z.ZodString>;
|
|
776
|
-
},
|
|
777
|
-
|
|
778
|
-
contractId: string;
|
|
779
|
-
templateId: string;
|
|
780
|
-
createdEventBlob: string;
|
|
781
|
-
debugPackageName?: string | undefined;
|
|
782
|
-
debugPayload?: Record<string, never> | undefined;
|
|
783
|
-
debugCreatedAt?: string | undefined;
|
|
784
|
-
}, {
|
|
785
|
-
synchronizerId: string;
|
|
786
|
-
contractId: string;
|
|
787
|
-
templateId: string;
|
|
788
|
-
createdEventBlob: string;
|
|
789
|
-
debugPackageName?: string | undefined;
|
|
790
|
-
debugPayload?: Record<string, never> | undefined;
|
|
791
|
-
debugCreatedAt?: string | undefined;
|
|
792
|
-
}>, "many">;
|
|
793
|
-
}, "strip", z.ZodTypeAny, {
|
|
794
|
-
disclosedContracts: {
|
|
795
|
-
synchronizerId: string;
|
|
796
|
-
contractId: string;
|
|
797
|
-
templateId: string;
|
|
798
|
-
createdEventBlob: string;
|
|
799
|
-
debugPackageName?: string | undefined;
|
|
800
|
-
debugPayload?: Record<string, never> | undefined;
|
|
801
|
-
debugCreatedAt?: string | undefined;
|
|
802
|
-
}[];
|
|
803
|
-
choiceContextData: Record<string, never>;
|
|
804
|
-
}, {
|
|
805
|
-
disclosedContracts: {
|
|
806
|
-
synchronizerId: string;
|
|
807
|
-
contractId: string;
|
|
808
|
-
templateId: string;
|
|
809
|
-
createdEventBlob: string;
|
|
810
|
-
debugPackageName?: string | undefined;
|
|
811
|
-
debugPayload?: Record<string, never> | undefined;
|
|
812
|
-
debugCreatedAt?: string | undefined;
|
|
813
|
-
}[];
|
|
814
|
-
choiceContextData: Record<string, never>;
|
|
815
|
-
}>;
|
|
222
|
+
}, z.core.$strip>>;
|
|
223
|
+
}, z.core.$strip>;
|
|
816
224
|
export declare const GetTransferInstructionRejectContextResponseSchema: z.ZodObject<{
|
|
817
225
|
choiceContextData: z.ZodRecord<z.ZodString, z.ZodNever>;
|
|
818
226
|
disclosedContracts: z.ZodArray<z.ZodObject<{
|
|
@@ -823,46 +231,8 @@ export declare const GetTransferInstructionRejectContextResponseSchema: z.ZodObj
|
|
|
823
231
|
debugPackageName: z.ZodOptional<z.ZodString>;
|
|
824
232
|
debugPayload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNever>>;
|
|
825
233
|
debugCreatedAt: z.ZodOptional<z.ZodString>;
|
|
826
|
-
},
|
|
827
|
-
|
|
828
|
-
contractId: string;
|
|
829
|
-
templateId: string;
|
|
830
|
-
createdEventBlob: string;
|
|
831
|
-
debugPackageName?: string | undefined;
|
|
832
|
-
debugPayload?: Record<string, never> | undefined;
|
|
833
|
-
debugCreatedAt?: string | undefined;
|
|
834
|
-
}, {
|
|
835
|
-
synchronizerId: string;
|
|
836
|
-
contractId: string;
|
|
837
|
-
templateId: string;
|
|
838
|
-
createdEventBlob: string;
|
|
839
|
-
debugPackageName?: string | undefined;
|
|
840
|
-
debugPayload?: Record<string, never> | undefined;
|
|
841
|
-
debugCreatedAt?: string | undefined;
|
|
842
|
-
}>, "many">;
|
|
843
|
-
}, "strip", z.ZodTypeAny, {
|
|
844
|
-
disclosedContracts: {
|
|
845
|
-
synchronizerId: string;
|
|
846
|
-
contractId: string;
|
|
847
|
-
templateId: string;
|
|
848
|
-
createdEventBlob: string;
|
|
849
|
-
debugPackageName?: string | undefined;
|
|
850
|
-
debugPayload?: Record<string, never> | undefined;
|
|
851
|
-
debugCreatedAt?: string | undefined;
|
|
852
|
-
}[];
|
|
853
|
-
choiceContextData: Record<string, never>;
|
|
854
|
-
}, {
|
|
855
|
-
disclosedContracts: {
|
|
856
|
-
synchronizerId: string;
|
|
857
|
-
contractId: string;
|
|
858
|
-
templateId: string;
|
|
859
|
-
createdEventBlob: string;
|
|
860
|
-
debugPackageName?: string | undefined;
|
|
861
|
-
debugPayload?: Record<string, never> | undefined;
|
|
862
|
-
debugCreatedAt?: string | undefined;
|
|
863
|
-
}[];
|
|
864
|
-
choiceContextData: Record<string, never>;
|
|
865
|
-
}>;
|
|
234
|
+
}, z.core.$strip>>;
|
|
235
|
+
}, z.core.$strip>;
|
|
866
236
|
export declare const GetTransferInstructionWithdrawContextResponseSchema: z.ZodObject<{
|
|
867
237
|
choiceContextData: z.ZodRecord<z.ZodString, z.ZodNever>;
|
|
868
238
|
disclosedContracts: z.ZodArray<z.ZodObject<{
|
|
@@ -873,46 +243,8 @@ export declare const GetTransferInstructionWithdrawContextResponseSchema: z.ZodO
|
|
|
873
243
|
debugPackageName: z.ZodOptional<z.ZodString>;
|
|
874
244
|
debugPayload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNever>>;
|
|
875
245
|
debugCreatedAt: z.ZodOptional<z.ZodString>;
|
|
876
|
-
},
|
|
877
|
-
|
|
878
|
-
contractId: string;
|
|
879
|
-
templateId: string;
|
|
880
|
-
createdEventBlob: string;
|
|
881
|
-
debugPackageName?: string | undefined;
|
|
882
|
-
debugPayload?: Record<string, never> | undefined;
|
|
883
|
-
debugCreatedAt?: string | undefined;
|
|
884
|
-
}, {
|
|
885
|
-
synchronizerId: string;
|
|
886
|
-
contractId: string;
|
|
887
|
-
templateId: string;
|
|
888
|
-
createdEventBlob: string;
|
|
889
|
-
debugPackageName?: string | undefined;
|
|
890
|
-
debugPayload?: Record<string, never> | undefined;
|
|
891
|
-
debugCreatedAt?: string | undefined;
|
|
892
|
-
}>, "many">;
|
|
893
|
-
}, "strip", z.ZodTypeAny, {
|
|
894
|
-
disclosedContracts: {
|
|
895
|
-
synchronizerId: string;
|
|
896
|
-
contractId: string;
|
|
897
|
-
templateId: string;
|
|
898
|
-
createdEventBlob: string;
|
|
899
|
-
debugPackageName?: string | undefined;
|
|
900
|
-
debugPayload?: Record<string, never> | undefined;
|
|
901
|
-
debugCreatedAt?: string | undefined;
|
|
902
|
-
}[];
|
|
903
|
-
choiceContextData: Record<string, never>;
|
|
904
|
-
}, {
|
|
905
|
-
disclosedContracts: {
|
|
906
|
-
synchronizerId: string;
|
|
907
|
-
contractId: string;
|
|
908
|
-
templateId: string;
|
|
909
|
-
createdEventBlob: string;
|
|
910
|
-
debugPackageName?: string | undefined;
|
|
911
|
-
debugPayload?: Record<string, never> | undefined;
|
|
912
|
-
debugCreatedAt?: string | undefined;
|
|
913
|
-
}[];
|
|
914
|
-
choiceContextData: Record<string, never>;
|
|
915
|
-
}>;
|
|
246
|
+
}, z.core.$strip>>;
|
|
247
|
+
}, z.core.$strip>;
|
|
916
248
|
export type GetRegistryInfoResponse = z.infer<typeof GetRegistryInfoResponseSchema>;
|
|
917
249
|
export type Instrument = z.infer<typeof InstrumentSchema>;
|
|
918
250
|
export type ListInstrumentsResponse = z.infer<typeof ListInstrumentsResponseSchema>;
|