@fairmint/canton-node-sdk 0.0.48 → 0.0.49
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/package.json +2 -2
|
@@ -1,374 +1,97 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const SubmitAndWaitParamsSchema: z.ZodObject<{
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
/** User ID submitting the command (optional if using authentication). */
|
|
10
|
-
userId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
11
|
-
/** Parties to read as (optional). */
|
|
12
|
-
readAs: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
13
|
-
/** Workflow ID (optional). */
|
|
14
|
-
workflowId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
15
|
-
/** Deduplication period (optional). */
|
|
3
|
+
commands: z.ZodArray<z.ZodAny>;
|
|
4
|
+
commandId: z.ZodString;
|
|
5
|
+
actAs: z.ZodArray<z.ZodString>;
|
|
6
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
7
|
+
readAs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8
|
+
workflowId: z.ZodOptional<z.ZodString>;
|
|
16
9
|
deduplicationPeriod: z.ZodOptional<z.ZodAny>;
|
|
17
|
-
|
|
18
|
-
minLedgerTimeAbs: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
19
|
-
/** Minimum ledger time relative (optional). */
|
|
10
|
+
minLedgerTimeAbs: z.ZodOptional<z.ZodString>;
|
|
20
11
|
minLedgerTimeRel: z.ZodOptional<z.ZodAny>;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
/** Package ID selection preference (optional). */
|
|
28
|
-
packageIdSelectionPreference: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
29
|
-
/** Prefetch contract keys (optional). */
|
|
30
|
-
prefetchContractKeys: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
31
|
-
}, "strip", z.ZodTypeAny, {
|
|
32
|
-
commands: any[];
|
|
33
|
-
commandId: string;
|
|
34
|
-
actAs: string[];
|
|
35
|
-
userId?: string | undefined;
|
|
36
|
-
readAs?: string[] | undefined;
|
|
37
|
-
workflowId?: string | undefined;
|
|
38
|
-
deduplicationPeriod?: any;
|
|
39
|
-
minLedgerTimeAbs?: string | undefined;
|
|
40
|
-
minLedgerTimeRel?: any;
|
|
41
|
-
submissionId?: string | undefined;
|
|
42
|
-
disclosedContracts?: any[] | undefined;
|
|
43
|
-
synchronizerId?: string | undefined;
|
|
44
|
-
packageIdSelectionPreference?: string[] | undefined;
|
|
45
|
-
prefetchContractKeys?: any[] | undefined;
|
|
46
|
-
}, {
|
|
47
|
-
commands: any[];
|
|
48
|
-
commandId: string;
|
|
49
|
-
actAs: string[];
|
|
50
|
-
userId?: string | undefined;
|
|
51
|
-
readAs?: string[] | undefined;
|
|
52
|
-
workflowId?: string | undefined;
|
|
53
|
-
deduplicationPeriod?: any;
|
|
54
|
-
minLedgerTimeAbs?: string | undefined;
|
|
55
|
-
minLedgerTimeRel?: any;
|
|
56
|
-
submissionId?: string | undefined;
|
|
57
|
-
disclosedContracts?: any[] | undefined;
|
|
58
|
-
synchronizerId?: string | undefined;
|
|
59
|
-
packageIdSelectionPreference?: string[] | undefined;
|
|
60
|
-
prefetchContractKeys?: any[] | undefined;
|
|
61
|
-
}>;
|
|
12
|
+
submissionId: z.ZodOptional<z.ZodString>;
|
|
13
|
+
disclosedContracts: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
14
|
+
synchronizerId: z.ZodOptional<z.ZodString>;
|
|
15
|
+
packageIdSelectionPreference: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
16
|
+
prefetchContractKeys: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
17
|
+
}, z.core.$strip>;
|
|
62
18
|
export declare const SubmitAndWaitForTransactionParamsSchema: z.ZodObject<{
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
/** User ID submitting the command (optional if using authentication). */
|
|
70
|
-
userId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
71
|
-
/** Parties to read as (optional). */
|
|
72
|
-
readAs: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
73
|
-
/** Workflow ID (optional). */
|
|
74
|
-
workflowId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
75
|
-
/** Deduplication period (optional). */
|
|
19
|
+
commands: z.ZodArray<z.ZodAny>;
|
|
20
|
+
commandId: z.ZodString;
|
|
21
|
+
actAs: z.ZodArray<z.ZodString>;
|
|
22
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
23
|
+
readAs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
24
|
+
workflowId: z.ZodOptional<z.ZodString>;
|
|
76
25
|
deduplicationPeriod: z.ZodOptional<z.ZodAny>;
|
|
77
|
-
|
|
78
|
-
minLedgerTimeAbs: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
79
|
-
/** Minimum ledger time relative (optional). */
|
|
26
|
+
minLedgerTimeAbs: z.ZodOptional<z.ZodString>;
|
|
80
27
|
minLedgerTimeRel: z.ZodOptional<z.ZodAny>;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
synchronizerId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
87
|
-
/** Package ID selection preference (optional). */
|
|
88
|
-
packageIdSelectionPreference: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
89
|
-
/** Prefetch contract keys (optional). */
|
|
90
|
-
prefetchContractKeys: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
91
|
-
/** Transaction format (optional). */
|
|
28
|
+
submissionId: z.ZodOptional<z.ZodString>;
|
|
29
|
+
disclosedContracts: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
30
|
+
synchronizerId: z.ZodOptional<z.ZodString>;
|
|
31
|
+
packageIdSelectionPreference: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
32
|
+
prefetchContractKeys: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
92
33
|
transactionFormat: z.ZodOptional<z.ZodAny>;
|
|
93
|
-
},
|
|
94
|
-
commands: any[];
|
|
95
|
-
commandId: string;
|
|
96
|
-
actAs: string[];
|
|
97
|
-
userId?: string | undefined;
|
|
98
|
-
readAs?: string[] | undefined;
|
|
99
|
-
workflowId?: string | undefined;
|
|
100
|
-
deduplicationPeriod?: any;
|
|
101
|
-
minLedgerTimeAbs?: string | undefined;
|
|
102
|
-
minLedgerTimeRel?: any;
|
|
103
|
-
submissionId?: string | undefined;
|
|
104
|
-
disclosedContracts?: any[] | undefined;
|
|
105
|
-
synchronizerId?: string | undefined;
|
|
106
|
-
packageIdSelectionPreference?: string[] | undefined;
|
|
107
|
-
transactionFormat?: any;
|
|
108
|
-
prefetchContractKeys?: any[] | undefined;
|
|
109
|
-
}, {
|
|
110
|
-
commands: any[];
|
|
111
|
-
commandId: string;
|
|
112
|
-
actAs: string[];
|
|
113
|
-
userId?: string | undefined;
|
|
114
|
-
readAs?: string[] | undefined;
|
|
115
|
-
workflowId?: string | undefined;
|
|
116
|
-
deduplicationPeriod?: any;
|
|
117
|
-
minLedgerTimeAbs?: string | undefined;
|
|
118
|
-
minLedgerTimeRel?: any;
|
|
119
|
-
submissionId?: string | undefined;
|
|
120
|
-
disclosedContracts?: any[] | undefined;
|
|
121
|
-
synchronizerId?: string | undefined;
|
|
122
|
-
packageIdSelectionPreference?: string[] | undefined;
|
|
123
|
-
transactionFormat?: any;
|
|
124
|
-
prefetchContractKeys?: any[] | undefined;
|
|
125
|
-
}>;
|
|
34
|
+
}, z.core.$strip>;
|
|
126
35
|
export declare const SubmitAndWaitForReassignmentParamsSchema: z.ZodObject<{
|
|
127
|
-
/** Reassignment commands to submit. */
|
|
128
36
|
reassignmentCommands: z.ZodObject<{
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
submitter: z.ZodEffects<z.ZodString, string, string>;
|
|
137
|
-
/** Submission ID (optional). */
|
|
138
|
-
submissionId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
139
|
-
/** Individual reassignment commands. */
|
|
140
|
-
commands: z.ZodArray<z.ZodAny, "many">;
|
|
141
|
-
}, "strip", z.ZodTypeAny, {
|
|
142
|
-
commands: any[];
|
|
143
|
-
commandId: string;
|
|
144
|
-
submitter: string;
|
|
145
|
-
userId?: string | undefined;
|
|
146
|
-
workflowId?: string | undefined;
|
|
147
|
-
submissionId?: string | undefined;
|
|
148
|
-
}, {
|
|
149
|
-
commands: any[];
|
|
150
|
-
commandId: string;
|
|
151
|
-
submitter: string;
|
|
152
|
-
userId?: string | undefined;
|
|
153
|
-
workflowId?: string | undefined;
|
|
154
|
-
submissionId?: string | undefined;
|
|
155
|
-
}>;
|
|
156
|
-
/** Event format (optional). */
|
|
37
|
+
workflowId: z.ZodOptional<z.ZodString>;
|
|
38
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
39
|
+
commandId: z.ZodString;
|
|
40
|
+
submitter: z.ZodString;
|
|
41
|
+
submissionId: z.ZodOptional<z.ZodString>;
|
|
42
|
+
commands: z.ZodArray<z.ZodAny>;
|
|
43
|
+
}, z.core.$strip>;
|
|
157
44
|
eventFormat: z.ZodOptional<z.ZodAny>;
|
|
158
|
-
},
|
|
159
|
-
reassignmentCommands: {
|
|
160
|
-
commands: any[];
|
|
161
|
-
commandId: string;
|
|
162
|
-
submitter: string;
|
|
163
|
-
userId?: string | undefined;
|
|
164
|
-
workflowId?: string | undefined;
|
|
165
|
-
submissionId?: string | undefined;
|
|
166
|
-
};
|
|
167
|
-
eventFormat?: any;
|
|
168
|
-
}, {
|
|
169
|
-
reassignmentCommands: {
|
|
170
|
-
commands: any[];
|
|
171
|
-
commandId: string;
|
|
172
|
-
submitter: string;
|
|
173
|
-
userId?: string | undefined;
|
|
174
|
-
workflowId?: string | undefined;
|
|
175
|
-
submissionId?: string | undefined;
|
|
176
|
-
};
|
|
177
|
-
eventFormat?: any;
|
|
178
|
-
}>;
|
|
45
|
+
}, z.core.$strip>;
|
|
179
46
|
export declare const SubmitAndWaitForTransactionTreeParamsSchema: z.ZodObject<{
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
/** User ID submitting the command (optional if using authentication). */
|
|
187
|
-
userId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
188
|
-
/** Parties to read as (optional). */
|
|
189
|
-
readAs: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
190
|
-
/** Workflow ID (optional). */
|
|
191
|
-
workflowId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
192
|
-
/** Deduplication period (optional). */
|
|
47
|
+
commands: z.ZodArray<z.ZodAny>;
|
|
48
|
+
commandId: z.ZodString;
|
|
49
|
+
actAs: z.ZodArray<z.ZodString>;
|
|
50
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
51
|
+
readAs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
52
|
+
workflowId: z.ZodOptional<z.ZodString>;
|
|
193
53
|
deduplicationPeriod: z.ZodOptional<z.ZodAny>;
|
|
194
|
-
|
|
195
|
-
minLedgerTimeAbs: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
196
|
-
/** Minimum ledger time relative (optional). */
|
|
54
|
+
minLedgerTimeAbs: z.ZodOptional<z.ZodString>;
|
|
197
55
|
minLedgerTimeRel: z.ZodOptional<z.ZodAny>;
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
/** Package ID selection preference (optional). */
|
|
205
|
-
packageIdSelectionPreference: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
206
|
-
/** Prefetch contract keys (optional). */
|
|
207
|
-
prefetchContractKeys: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
208
|
-
}, "strip", z.ZodTypeAny, {
|
|
209
|
-
commands: any[];
|
|
210
|
-
commandId: string;
|
|
211
|
-
actAs: string[];
|
|
212
|
-
userId?: string | undefined;
|
|
213
|
-
readAs?: string[] | undefined;
|
|
214
|
-
workflowId?: string | undefined;
|
|
215
|
-
deduplicationPeriod?: any;
|
|
216
|
-
minLedgerTimeAbs?: string | undefined;
|
|
217
|
-
minLedgerTimeRel?: any;
|
|
218
|
-
submissionId?: string | undefined;
|
|
219
|
-
disclosedContracts?: any[] | undefined;
|
|
220
|
-
synchronizerId?: string | undefined;
|
|
221
|
-
packageIdSelectionPreference?: string[] | undefined;
|
|
222
|
-
prefetchContractKeys?: any[] | undefined;
|
|
223
|
-
}, {
|
|
224
|
-
commands: any[];
|
|
225
|
-
commandId: string;
|
|
226
|
-
actAs: string[];
|
|
227
|
-
userId?: string | undefined;
|
|
228
|
-
readAs?: string[] | undefined;
|
|
229
|
-
workflowId?: string | undefined;
|
|
230
|
-
deduplicationPeriod?: any;
|
|
231
|
-
minLedgerTimeAbs?: string | undefined;
|
|
232
|
-
minLedgerTimeRel?: any;
|
|
233
|
-
submissionId?: string | undefined;
|
|
234
|
-
disclosedContracts?: any[] | undefined;
|
|
235
|
-
synchronizerId?: string | undefined;
|
|
236
|
-
packageIdSelectionPreference?: string[] | undefined;
|
|
237
|
-
prefetchContractKeys?: any[] | undefined;
|
|
238
|
-
}>;
|
|
56
|
+
submissionId: z.ZodOptional<z.ZodString>;
|
|
57
|
+
disclosedContracts: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
58
|
+
synchronizerId: z.ZodOptional<z.ZodString>;
|
|
59
|
+
packageIdSelectionPreference: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
60
|
+
prefetchContractKeys: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
61
|
+
}, z.core.$strip>;
|
|
239
62
|
export declare const AsyncSubmitParamsSchema: z.ZodObject<{
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
/** User ID submitting the command (optional if using authentication). */
|
|
247
|
-
userId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
248
|
-
/** Parties to read as (optional). */
|
|
249
|
-
readAs: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
250
|
-
/** Workflow ID (optional). */
|
|
251
|
-
workflowId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
252
|
-
/** Deduplication period (optional). */
|
|
63
|
+
commands: z.ZodArray<z.ZodAny>;
|
|
64
|
+
commandId: z.ZodString;
|
|
65
|
+
actAs: z.ZodArray<z.ZodString>;
|
|
66
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
67
|
+
readAs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
68
|
+
workflowId: z.ZodOptional<z.ZodString>;
|
|
253
69
|
deduplicationPeriod: z.ZodOptional<z.ZodAny>;
|
|
254
|
-
|
|
255
|
-
minLedgerTimeAbs: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
256
|
-
/** Minimum ledger time relative (optional). */
|
|
70
|
+
minLedgerTimeAbs: z.ZodOptional<z.ZodString>;
|
|
257
71
|
minLedgerTimeRel: z.ZodOptional<z.ZodAny>;
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
/** Package ID selection preference (optional). */
|
|
265
|
-
packageIdSelectionPreference: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
266
|
-
/** Prefetch contract keys (optional). */
|
|
267
|
-
prefetchContractKeys: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
268
|
-
}, "strip", z.ZodTypeAny, {
|
|
269
|
-
commands: any[];
|
|
270
|
-
commandId: string;
|
|
271
|
-
actAs: string[];
|
|
272
|
-
userId?: string | undefined;
|
|
273
|
-
readAs?: string[] | undefined;
|
|
274
|
-
workflowId?: string | undefined;
|
|
275
|
-
deduplicationPeriod?: any;
|
|
276
|
-
minLedgerTimeAbs?: string | undefined;
|
|
277
|
-
minLedgerTimeRel?: any;
|
|
278
|
-
submissionId?: string | undefined;
|
|
279
|
-
disclosedContracts?: any[] | undefined;
|
|
280
|
-
synchronizerId?: string | undefined;
|
|
281
|
-
packageIdSelectionPreference?: string[] | undefined;
|
|
282
|
-
prefetchContractKeys?: any[] | undefined;
|
|
283
|
-
}, {
|
|
284
|
-
commands: any[];
|
|
285
|
-
commandId: string;
|
|
286
|
-
actAs: string[];
|
|
287
|
-
userId?: string | undefined;
|
|
288
|
-
readAs?: string[] | undefined;
|
|
289
|
-
workflowId?: string | undefined;
|
|
290
|
-
deduplicationPeriod?: any;
|
|
291
|
-
minLedgerTimeAbs?: string | undefined;
|
|
292
|
-
minLedgerTimeRel?: any;
|
|
293
|
-
submissionId?: string | undefined;
|
|
294
|
-
disclosedContracts?: any[] | undefined;
|
|
295
|
-
synchronizerId?: string | undefined;
|
|
296
|
-
packageIdSelectionPreference?: string[] | undefined;
|
|
297
|
-
prefetchContractKeys?: any[] | undefined;
|
|
298
|
-
}>;
|
|
72
|
+
submissionId: z.ZodOptional<z.ZodString>;
|
|
73
|
+
disclosedContracts: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
74
|
+
synchronizerId: z.ZodOptional<z.ZodString>;
|
|
75
|
+
packageIdSelectionPreference: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
76
|
+
prefetchContractKeys: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
77
|
+
}, z.core.$strip>;
|
|
299
78
|
export declare const AsyncSubmitReassignmentParamsSchema: z.ZodObject<{
|
|
300
|
-
/** Reassignment commands to submit asynchronously. */
|
|
301
79
|
reassignmentCommands: z.ZodObject<{
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
/** Submission ID (optional). */
|
|
311
|
-
submissionId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
312
|
-
/** Individual reassignment commands. */
|
|
313
|
-
commands: z.ZodArray<z.ZodAny, "many">;
|
|
314
|
-
}, "strip", z.ZodTypeAny, {
|
|
315
|
-
commands: any[];
|
|
316
|
-
commandId: string;
|
|
317
|
-
submitter: string;
|
|
318
|
-
userId?: string | undefined;
|
|
319
|
-
workflowId?: string | undefined;
|
|
320
|
-
submissionId?: string | undefined;
|
|
321
|
-
}, {
|
|
322
|
-
commands: any[];
|
|
323
|
-
commandId: string;
|
|
324
|
-
submitter: string;
|
|
325
|
-
userId?: string | undefined;
|
|
326
|
-
workflowId?: string | undefined;
|
|
327
|
-
submissionId?: string | undefined;
|
|
328
|
-
}>;
|
|
329
|
-
}, "strip", z.ZodTypeAny, {
|
|
330
|
-
reassignmentCommands: {
|
|
331
|
-
commands: any[];
|
|
332
|
-
commandId: string;
|
|
333
|
-
submitter: string;
|
|
334
|
-
userId?: string | undefined;
|
|
335
|
-
workflowId?: string | undefined;
|
|
336
|
-
submissionId?: string | undefined;
|
|
337
|
-
};
|
|
338
|
-
}, {
|
|
339
|
-
reassignmentCommands: {
|
|
340
|
-
commands: any[];
|
|
341
|
-
commandId: string;
|
|
342
|
-
submitter: string;
|
|
343
|
-
userId?: string | undefined;
|
|
344
|
-
workflowId?: string | undefined;
|
|
345
|
-
submissionId?: string | undefined;
|
|
346
|
-
};
|
|
347
|
-
}>;
|
|
80
|
+
workflowId: z.ZodOptional<z.ZodString>;
|
|
81
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
82
|
+
commandId: z.ZodString;
|
|
83
|
+
submitter: z.ZodString;
|
|
84
|
+
submissionId: z.ZodOptional<z.ZodString>;
|
|
85
|
+
commands: z.ZodArray<z.ZodAny>;
|
|
86
|
+
}, z.core.$strip>;
|
|
87
|
+
}, z.core.$strip>;
|
|
348
88
|
export declare const CompletionsParamsSchema: z.ZodObject<{
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
/** Parties whose data should be included. */
|
|
352
|
-
parties: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
353
|
-
/** Beginning offset for completions (optional). */
|
|
89
|
+
userId: z.ZodString;
|
|
90
|
+
parties: z.ZodArray<z.ZodString>;
|
|
354
91
|
beginExclusive: z.ZodOptional<z.ZodNumber>;
|
|
355
|
-
/** Maximum number of elements to return (optional). */
|
|
356
92
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
357
|
-
/** Timeout for stream completion (optional). */
|
|
358
93
|
streamIdleTimeoutMs: z.ZodOptional<z.ZodNumber>;
|
|
359
|
-
},
|
|
360
|
-
userId: string;
|
|
361
|
-
parties: string[];
|
|
362
|
-
beginExclusive?: number | undefined;
|
|
363
|
-
limit?: number | undefined;
|
|
364
|
-
streamIdleTimeoutMs?: number | undefined;
|
|
365
|
-
}, {
|
|
366
|
-
userId: string;
|
|
367
|
-
parties: string[];
|
|
368
|
-
beginExclusive?: number | undefined;
|
|
369
|
-
limit?: number | undefined;
|
|
370
|
-
streamIdleTimeoutMs?: number | undefined;
|
|
371
|
-
}>;
|
|
94
|
+
}, z.core.$strip>;
|
|
372
95
|
export type SubmitAndWaitParams = z.infer<typeof SubmitAndWaitParamsSchema>;
|
|
373
96
|
export type SubmitAndWaitForTransactionParams = z.infer<typeof SubmitAndWaitForTransactionParamsSchema>;
|
|
374
97
|
export type SubmitAndWaitForReassignmentParams = z.infer<typeof SubmitAndWaitForReassignmentParamsSchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commands.d.ts","sourceRoot":"","sources":["../../../../../../src/clients/ledger-json-api/schemas/operations/commands.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"commands.d.ts","sourceRoot":"","sources":["../../../../../../src/clients/ledger-json-api/schemas/operations/commands.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;iBA6BpC,CAAC;AAEH,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;iBA+BlD,CAAC;AAEH,eAAO,MAAM,wCAAwC;;;;;;;;;;iBAkBnD,CAAC;AAEH,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;iBA6BtD,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;iBA6BlC,CAAC;AAEH,eAAO,MAAM,mCAAmC;;;;;;;;;iBAgB9C,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;iBAWlC,CAAC;AAGH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAC5E,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uCAAuC,CAAC,CAAC;AACxG,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wCAAwC,CAAC,CAAC;AAC1G,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC;AAChH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACxE,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAC;AAChG,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
|
|
@@ -1,106 +1,32 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const ListIdentityProviderConfigsParamsSchema: z.ZodObject<{},
|
|
2
|
+
export declare const ListIdentityProviderConfigsParamsSchema: z.ZodObject<{}, z.core.$strip>;
|
|
3
3
|
export declare const CreateIdentityProviderConfigParamsSchema: z.ZodObject<{
|
|
4
4
|
identityProviderConfig: z.ZodObject<{
|
|
5
|
-
identityProviderId: z.
|
|
5
|
+
identityProviderId: z.ZodString;
|
|
6
6
|
isDeactivated: z.ZodBoolean;
|
|
7
7
|
issuer: z.ZodString;
|
|
8
8
|
jwksUrl: z.ZodString;
|
|
9
9
|
audience: z.ZodOptional<z.ZodString>;
|
|
10
|
-
},
|
|
11
|
-
|
|
12
|
-
isDeactivated: boolean;
|
|
13
|
-
issuer: string;
|
|
14
|
-
jwksUrl: string;
|
|
15
|
-
audience?: string | undefined;
|
|
16
|
-
}, {
|
|
17
|
-
identityProviderId: string;
|
|
18
|
-
isDeactivated: boolean;
|
|
19
|
-
issuer: string;
|
|
20
|
-
jwksUrl: string;
|
|
21
|
-
audience?: string | undefined;
|
|
22
|
-
}>;
|
|
23
|
-
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
identityProviderConfig: {
|
|
25
|
-
identityProviderId: string;
|
|
26
|
-
isDeactivated: boolean;
|
|
27
|
-
issuer: string;
|
|
28
|
-
jwksUrl: string;
|
|
29
|
-
audience?: string | undefined;
|
|
30
|
-
};
|
|
31
|
-
}, {
|
|
32
|
-
identityProviderConfig: {
|
|
33
|
-
identityProviderId: string;
|
|
34
|
-
isDeactivated: boolean;
|
|
35
|
-
issuer: string;
|
|
36
|
-
jwksUrl: string;
|
|
37
|
-
audience?: string | undefined;
|
|
38
|
-
};
|
|
39
|
-
}>;
|
|
10
|
+
}, z.core.$strip>;
|
|
11
|
+
}, z.core.$strip>;
|
|
40
12
|
export declare const GetIdentityProviderConfigParamsSchema: z.ZodObject<{
|
|
41
|
-
idpId: z.
|
|
42
|
-
},
|
|
43
|
-
idpId: string;
|
|
44
|
-
}, {
|
|
45
|
-
idpId: string;
|
|
46
|
-
}>;
|
|
13
|
+
idpId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>;
|
|
47
15
|
export declare const UpdateIdentityProviderConfigParamsSchema: z.ZodObject<{
|
|
48
16
|
identityProviderConfig: z.ZodObject<{
|
|
49
|
-
identityProviderId: z.
|
|
17
|
+
identityProviderId: z.ZodString;
|
|
50
18
|
isDeactivated: z.ZodBoolean;
|
|
51
19
|
issuer: z.ZodString;
|
|
52
20
|
jwksUrl: z.ZodString;
|
|
53
21
|
audience: z.ZodOptional<z.ZodString>;
|
|
54
|
-
},
|
|
55
|
-
identityProviderId: string;
|
|
56
|
-
isDeactivated: boolean;
|
|
57
|
-
issuer: string;
|
|
58
|
-
jwksUrl: string;
|
|
59
|
-
audience?: string | undefined;
|
|
60
|
-
}, {
|
|
61
|
-
identityProviderId: string;
|
|
62
|
-
isDeactivated: boolean;
|
|
63
|
-
issuer: string;
|
|
64
|
-
jwksUrl: string;
|
|
65
|
-
audience?: string | undefined;
|
|
66
|
-
}>;
|
|
22
|
+
}, z.core.$strip>;
|
|
67
23
|
updateMask: z.ZodObject<{
|
|
68
|
-
paths: z.ZodArray<z.ZodString
|
|
69
|
-
},
|
|
70
|
-
|
|
71
|
-
}, {
|
|
72
|
-
paths: string[];
|
|
73
|
-
}>;
|
|
74
|
-
}, "strip", z.ZodTypeAny, {
|
|
75
|
-
updateMask: {
|
|
76
|
-
paths: string[];
|
|
77
|
-
};
|
|
78
|
-
identityProviderConfig: {
|
|
79
|
-
identityProviderId: string;
|
|
80
|
-
isDeactivated: boolean;
|
|
81
|
-
issuer: string;
|
|
82
|
-
jwksUrl: string;
|
|
83
|
-
audience?: string | undefined;
|
|
84
|
-
};
|
|
85
|
-
}, {
|
|
86
|
-
updateMask: {
|
|
87
|
-
paths: string[];
|
|
88
|
-
};
|
|
89
|
-
identityProviderConfig: {
|
|
90
|
-
identityProviderId: string;
|
|
91
|
-
isDeactivated: boolean;
|
|
92
|
-
issuer: string;
|
|
93
|
-
jwksUrl: string;
|
|
94
|
-
audience?: string | undefined;
|
|
95
|
-
};
|
|
96
|
-
}>;
|
|
24
|
+
paths: z.ZodArray<z.ZodString>;
|
|
25
|
+
}, z.core.$strip>;
|
|
26
|
+
}, z.core.$strip>;
|
|
97
27
|
export declare const DeleteIdentityProviderConfigParamsSchema: z.ZodObject<{
|
|
98
|
-
idpId: z.
|
|
99
|
-
},
|
|
100
|
-
idpId: string;
|
|
101
|
-
}, {
|
|
102
|
-
idpId: string;
|
|
103
|
-
}>;
|
|
28
|
+
idpId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>;
|
|
104
30
|
export type ListIdentityProviderConfigsParams = z.infer<typeof ListIdentityProviderConfigsParamsSchema>;
|
|
105
31
|
export type CreateIdentityProviderConfigParams = z.infer<typeof CreateIdentityProviderConfigParamsSchema>;
|
|
106
32
|
export type GetIdentityProviderConfigParams = z.infer<typeof GetIdentityProviderConfigParamsSchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"idps.d.ts","sourceRoot":"","sources":["../../../../../../src/clients/ledger-json-api/schemas/operations/idps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,uCAAuC,
|
|
1
|
+
{"version":3,"file":"idps.d.ts","sourceRoot":"","sources":["../../../../../../src/clients/ledger-json-api/schemas/operations/idps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,uCAAuC,gCAAe,CAAC;AAEpE,eAAO,MAAM,wCAAwC;;;;;;;;iBAQnD,CAAC;AAEH,eAAO,MAAM,qCAAqC;;iBAEhD,CAAC;AAEH,eAAO,MAAM,wCAAwC;;;;;;;;;;;iBASnD,CAAC;AAEH,eAAO,MAAM,wCAAwC;;iBAEnD,CAAC;AAGH,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uCAAuC,CAAC,CAAC;AACxG,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wCAAwC,CAAC,CAAC;AAC1G,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC;AACpG,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wCAAwC,CAAC,CAAC;AAC1G,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wCAAwC,CAAC,CAAC"}
|