@fairmint/canton-node-sdk 0.0.47 → 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 +5 -5
|
@@ -3,343 +3,79 @@ import { z } from 'zod';
|
|
|
3
3
|
* Interactive submission allocate party request.
|
|
4
4
|
*/
|
|
5
5
|
export declare const InteractiveSubmissionAllocatePartyRequestSchema: z.ZodObject<{
|
|
6
|
-
/** Party identifier hint (optional). */
|
|
7
6
|
partyIdHint: z.ZodOptional<z.ZodString>;
|
|
8
|
-
/** Display name (optional). */
|
|
9
7
|
displayName: z.ZodOptional<z.ZodString>;
|
|
10
|
-
/** Is local party flag (optional). */
|
|
11
8
|
isLocal: z.ZodOptional<z.ZodBoolean>;
|
|
12
|
-
},
|
|
13
|
-
partyIdHint?: string | undefined;
|
|
14
|
-
isLocal?: boolean | undefined;
|
|
15
|
-
displayName?: string | undefined;
|
|
16
|
-
}, {
|
|
17
|
-
partyIdHint?: string | undefined;
|
|
18
|
-
isLocal?: boolean | undefined;
|
|
19
|
-
displayName?: string | undefined;
|
|
20
|
-
}>;
|
|
9
|
+
}, z.core.$strip>;
|
|
21
10
|
/**
|
|
22
11
|
* Interactive submission allocate party response.
|
|
23
12
|
*/
|
|
24
13
|
export declare const InteractiveSubmissionAllocatePartyResponseSchema: z.ZodObject<{
|
|
25
|
-
/** Allocated party details. */
|
|
26
14
|
party: z.ZodObject<{
|
|
27
|
-
/** Party identifier. */
|
|
28
15
|
party: z.ZodString;
|
|
29
|
-
/** Display name (optional). */
|
|
30
16
|
displayName: z.ZodOptional<z.ZodString>;
|
|
31
|
-
/** Is local party flag. */
|
|
32
17
|
isLocal: z.ZodBoolean;
|
|
33
|
-
},
|
|
34
|
-
|
|
35
|
-
isLocal: boolean;
|
|
36
|
-
displayName?: string | undefined;
|
|
37
|
-
}, {
|
|
38
|
-
party: string;
|
|
39
|
-
isLocal: boolean;
|
|
40
|
-
displayName?: string | undefined;
|
|
41
|
-
}>;
|
|
42
|
-
}, "strip", z.ZodTypeAny, {
|
|
43
|
-
party: {
|
|
44
|
-
party: string;
|
|
45
|
-
isLocal: boolean;
|
|
46
|
-
displayName?: string | undefined;
|
|
47
|
-
};
|
|
48
|
-
}, {
|
|
49
|
-
party: {
|
|
50
|
-
party: string;
|
|
51
|
-
isLocal: boolean;
|
|
52
|
-
displayName?: string | undefined;
|
|
53
|
-
};
|
|
54
|
-
}>;
|
|
18
|
+
}, z.core.$strip>;
|
|
19
|
+
}, z.core.$strip>;
|
|
55
20
|
/**
|
|
56
21
|
* Interactive submission create user request.
|
|
57
22
|
*/
|
|
58
23
|
export declare const InteractiveSubmissionCreateUserRequestSchema: z.ZodObject<{
|
|
59
|
-
/** User to create. */
|
|
60
24
|
user: z.ZodObject<{
|
|
61
|
-
/** User identifier. */
|
|
62
25
|
id: z.ZodString;
|
|
63
|
-
/** Primary party for the user (optional). */
|
|
64
26
|
primaryParty: z.ZodOptional<z.ZodString>;
|
|
65
|
-
/** Whether the user is deactivated. */
|
|
66
27
|
isDeactivated: z.ZodBoolean;
|
|
67
|
-
/** User metadata (optional). */
|
|
68
28
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
69
|
-
/** Resource version for concurrent change detection. */
|
|
70
29
|
resourceVersion: z.ZodString;
|
|
71
|
-
/** Annotations for the resource. */
|
|
72
30
|
annotations: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
73
|
-
},
|
|
74
|
-
resourceVersion: string;
|
|
75
|
-
annotations: Record<string, string>;
|
|
76
|
-
}, {
|
|
77
|
-
resourceVersion: string;
|
|
78
|
-
annotations: Record<string, string>;
|
|
79
|
-
}>>;
|
|
80
|
-
/** Identity provider ID (optional). */
|
|
31
|
+
}, z.core.$strip>>;
|
|
81
32
|
identityProviderId: z.ZodOptional<z.ZodString>;
|
|
82
|
-
},
|
|
83
|
-
id: string;
|
|
84
|
-
isDeactivated: boolean;
|
|
85
|
-
identityProviderId?: string | undefined;
|
|
86
|
-
primaryParty?: string | undefined;
|
|
87
|
-
metadata?: {
|
|
88
|
-
resourceVersion: string;
|
|
89
|
-
annotations: Record<string, string>;
|
|
90
|
-
} | undefined;
|
|
91
|
-
}, {
|
|
92
|
-
id: string;
|
|
93
|
-
isDeactivated: boolean;
|
|
94
|
-
identityProviderId?: string | undefined;
|
|
95
|
-
primaryParty?: string | undefined;
|
|
96
|
-
metadata?: {
|
|
97
|
-
resourceVersion: string;
|
|
98
|
-
annotations: Record<string, string>;
|
|
99
|
-
} | undefined;
|
|
100
|
-
}>;
|
|
101
|
-
/** Rights to assign to the user (optional). */
|
|
33
|
+
}, z.core.$strip>;
|
|
102
34
|
rights: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
103
|
-
|
|
104
|
-
kind: z.ZodUnion<[z.ZodObject<{
|
|
35
|
+
kind: z.ZodUnion<readonly [z.ZodObject<{
|
|
105
36
|
CanActAs: z.ZodObject<{
|
|
106
37
|
party: z.ZodString;
|
|
107
|
-
},
|
|
108
|
-
|
|
109
|
-
}, {
|
|
110
|
-
party: string;
|
|
111
|
-
}>;
|
|
112
|
-
}, "strip", z.ZodTypeAny, {
|
|
113
|
-
CanActAs: {
|
|
114
|
-
party: string;
|
|
115
|
-
};
|
|
116
|
-
}, {
|
|
117
|
-
CanActAs: {
|
|
118
|
-
party: string;
|
|
119
|
-
};
|
|
120
|
-
}>, z.ZodObject<{
|
|
38
|
+
}, z.core.$strip>;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
121
40
|
CanReadAs: z.ZodObject<{
|
|
122
41
|
party: z.ZodString;
|
|
123
|
-
},
|
|
124
|
-
|
|
125
|
-
},
|
|
126
|
-
|
|
127
|
-
}>;
|
|
128
|
-
},
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
};
|
|
136
|
-
}>, z.ZodObject<{
|
|
137
|
-
CanReadAsAnyParty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
138
|
-
}, "strip", z.ZodTypeAny, {
|
|
139
|
-
CanReadAsAnyParty: {};
|
|
140
|
-
}, {
|
|
141
|
-
CanReadAsAnyParty: {};
|
|
142
|
-
}>, z.ZodObject<{
|
|
143
|
-
Empty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
144
|
-
}, "strip", z.ZodTypeAny, {
|
|
145
|
-
Empty: {};
|
|
146
|
-
}, {
|
|
147
|
-
Empty: {};
|
|
148
|
-
}>, z.ZodObject<{
|
|
149
|
-
IdentityProviderAdmin: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
150
|
-
}, "strip", z.ZodTypeAny, {
|
|
151
|
-
IdentityProviderAdmin: {};
|
|
152
|
-
}, {
|
|
153
|
-
IdentityProviderAdmin: {};
|
|
154
|
-
}>, z.ZodObject<{
|
|
155
|
-
ParticipantAdmin: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
156
|
-
}, "strip", z.ZodTypeAny, {
|
|
157
|
-
ParticipantAdmin: {};
|
|
158
|
-
}, {
|
|
159
|
-
ParticipantAdmin: {};
|
|
160
|
-
}>]>;
|
|
161
|
-
}, "strip", z.ZodTypeAny, {
|
|
162
|
-
kind: {
|
|
163
|
-
CanActAs: {
|
|
164
|
-
party: string;
|
|
165
|
-
};
|
|
166
|
-
} | {
|
|
167
|
-
CanReadAs: {
|
|
168
|
-
party: string;
|
|
169
|
-
};
|
|
170
|
-
} | {
|
|
171
|
-
CanReadAsAnyParty: {};
|
|
172
|
-
} | {
|
|
173
|
-
Empty: {};
|
|
174
|
-
} | {
|
|
175
|
-
IdentityProviderAdmin: {};
|
|
176
|
-
} | {
|
|
177
|
-
ParticipantAdmin: {};
|
|
178
|
-
};
|
|
179
|
-
}, {
|
|
180
|
-
kind: {
|
|
181
|
-
CanActAs: {
|
|
182
|
-
party: string;
|
|
183
|
-
};
|
|
184
|
-
} | {
|
|
185
|
-
CanReadAs: {
|
|
186
|
-
party: string;
|
|
187
|
-
};
|
|
188
|
-
} | {
|
|
189
|
-
CanReadAsAnyParty: {};
|
|
190
|
-
} | {
|
|
191
|
-
Empty: {};
|
|
192
|
-
} | {
|
|
193
|
-
IdentityProviderAdmin: {};
|
|
194
|
-
} | {
|
|
195
|
-
ParticipantAdmin: {};
|
|
196
|
-
};
|
|
197
|
-
}>, "many">>;
|
|
198
|
-
}, "strip", z.ZodTypeAny, {
|
|
199
|
-
user: {
|
|
200
|
-
id: string;
|
|
201
|
-
isDeactivated: boolean;
|
|
202
|
-
identityProviderId?: string | undefined;
|
|
203
|
-
primaryParty?: string | undefined;
|
|
204
|
-
metadata?: {
|
|
205
|
-
resourceVersion: string;
|
|
206
|
-
annotations: Record<string, string>;
|
|
207
|
-
} | undefined;
|
|
208
|
-
};
|
|
209
|
-
rights?: {
|
|
210
|
-
kind: {
|
|
211
|
-
CanActAs: {
|
|
212
|
-
party: string;
|
|
213
|
-
};
|
|
214
|
-
} | {
|
|
215
|
-
CanReadAs: {
|
|
216
|
-
party: string;
|
|
217
|
-
};
|
|
218
|
-
} | {
|
|
219
|
-
CanReadAsAnyParty: {};
|
|
220
|
-
} | {
|
|
221
|
-
Empty: {};
|
|
222
|
-
} | {
|
|
223
|
-
IdentityProviderAdmin: {};
|
|
224
|
-
} | {
|
|
225
|
-
ParticipantAdmin: {};
|
|
226
|
-
};
|
|
227
|
-
}[] | undefined;
|
|
228
|
-
}, {
|
|
229
|
-
user: {
|
|
230
|
-
id: string;
|
|
231
|
-
isDeactivated: boolean;
|
|
232
|
-
identityProviderId?: string | undefined;
|
|
233
|
-
primaryParty?: string | undefined;
|
|
234
|
-
metadata?: {
|
|
235
|
-
resourceVersion: string;
|
|
236
|
-
annotations: Record<string, string>;
|
|
237
|
-
} | undefined;
|
|
238
|
-
};
|
|
239
|
-
rights?: {
|
|
240
|
-
kind: {
|
|
241
|
-
CanActAs: {
|
|
242
|
-
party: string;
|
|
243
|
-
};
|
|
244
|
-
} | {
|
|
245
|
-
CanReadAs: {
|
|
246
|
-
party: string;
|
|
247
|
-
};
|
|
248
|
-
} | {
|
|
249
|
-
CanReadAsAnyParty: {};
|
|
250
|
-
} | {
|
|
251
|
-
Empty: {};
|
|
252
|
-
} | {
|
|
253
|
-
IdentityProviderAdmin: {};
|
|
254
|
-
} | {
|
|
255
|
-
ParticipantAdmin: {};
|
|
256
|
-
};
|
|
257
|
-
}[] | undefined;
|
|
258
|
-
}>;
|
|
42
|
+
}, z.core.$strip>;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
CanReadAsAnyParty: z.ZodObject<{}, z.core.$strip>;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
Empty: z.ZodObject<{}, z.core.$strip>;
|
|
47
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
+
IdentityProviderAdmin: z.ZodObject<{}, z.core.$strip>;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
ParticipantAdmin: z.ZodObject<{}, z.core.$strip>;
|
|
51
|
+
}, z.core.$strip>]>;
|
|
52
|
+
}, z.core.$strip>>>;
|
|
53
|
+
}, z.core.$strip>;
|
|
259
54
|
/**
|
|
260
55
|
* Interactive submission create user response.
|
|
261
56
|
*/
|
|
262
57
|
export declare const InteractiveSubmissionCreateUserResponseSchema: z.ZodObject<{
|
|
263
|
-
/** Created user. */
|
|
264
58
|
user: z.ZodObject<{
|
|
265
|
-
/** User identifier. */
|
|
266
59
|
id: z.ZodString;
|
|
267
|
-
/** Primary party for the user (optional). */
|
|
268
60
|
primaryParty: z.ZodOptional<z.ZodString>;
|
|
269
|
-
/** Whether the user is deactivated. */
|
|
270
61
|
isDeactivated: z.ZodBoolean;
|
|
271
|
-
/** User metadata (optional). */
|
|
272
62
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
273
|
-
/** Resource version for concurrent change detection. */
|
|
274
63
|
resourceVersion: z.ZodString;
|
|
275
|
-
/** Annotations for the resource. */
|
|
276
64
|
annotations: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
277
|
-
},
|
|
278
|
-
resourceVersion: string;
|
|
279
|
-
annotations: Record<string, string>;
|
|
280
|
-
}, {
|
|
281
|
-
resourceVersion: string;
|
|
282
|
-
annotations: Record<string, string>;
|
|
283
|
-
}>>;
|
|
284
|
-
/** Identity provider ID (optional). */
|
|
65
|
+
}, z.core.$strip>>;
|
|
285
66
|
identityProviderId: z.ZodOptional<z.ZodString>;
|
|
286
|
-
},
|
|
287
|
-
|
|
288
|
-
isDeactivated: boolean;
|
|
289
|
-
identityProviderId?: string | undefined;
|
|
290
|
-
primaryParty?: string | undefined;
|
|
291
|
-
metadata?: {
|
|
292
|
-
resourceVersion: string;
|
|
293
|
-
annotations: Record<string, string>;
|
|
294
|
-
} | undefined;
|
|
295
|
-
}, {
|
|
296
|
-
id: string;
|
|
297
|
-
isDeactivated: boolean;
|
|
298
|
-
identityProviderId?: string | undefined;
|
|
299
|
-
primaryParty?: string | undefined;
|
|
300
|
-
metadata?: {
|
|
301
|
-
resourceVersion: string;
|
|
302
|
-
annotations: Record<string, string>;
|
|
303
|
-
} | undefined;
|
|
304
|
-
}>;
|
|
305
|
-
}, "strip", z.ZodTypeAny, {
|
|
306
|
-
user: {
|
|
307
|
-
id: string;
|
|
308
|
-
isDeactivated: boolean;
|
|
309
|
-
identityProviderId?: string | undefined;
|
|
310
|
-
primaryParty?: string | undefined;
|
|
311
|
-
metadata?: {
|
|
312
|
-
resourceVersion: string;
|
|
313
|
-
annotations: Record<string, string>;
|
|
314
|
-
} | undefined;
|
|
315
|
-
};
|
|
316
|
-
}, {
|
|
317
|
-
user: {
|
|
318
|
-
id: string;
|
|
319
|
-
isDeactivated: boolean;
|
|
320
|
-
identityProviderId?: string | undefined;
|
|
321
|
-
primaryParty?: string | undefined;
|
|
322
|
-
metadata?: {
|
|
323
|
-
resourceVersion: string;
|
|
324
|
-
annotations: Record<string, string>;
|
|
325
|
-
} | undefined;
|
|
326
|
-
};
|
|
327
|
-
}>;
|
|
67
|
+
}, z.core.$strip>;
|
|
68
|
+
}, z.core.$strip>;
|
|
328
69
|
/**
|
|
329
70
|
* Interactive submission upload DAR request.
|
|
330
71
|
*/
|
|
331
72
|
export declare const InteractiveSubmissionUploadDarRequestSchema: z.ZodObject<{
|
|
332
|
-
/** DAR file content. */
|
|
333
73
|
darFile: z.ZodAny;
|
|
334
|
-
},
|
|
335
|
-
darFile?: any;
|
|
336
|
-
}, {
|
|
337
|
-
darFile?: any;
|
|
338
|
-
}>;
|
|
74
|
+
}, z.core.$strip>;
|
|
339
75
|
/**
|
|
340
76
|
* Interactive submission upload DAR response.
|
|
341
77
|
*/
|
|
342
|
-
export declare const InteractiveSubmissionUploadDarResponseSchema: z.ZodObject<{},
|
|
78
|
+
export declare const InteractiveSubmissionUploadDarResponseSchema: z.ZodObject<{}, z.core.$strip>;
|
|
343
79
|
export type InteractiveSubmissionAllocatePartyRequest = z.infer<typeof InteractiveSubmissionAllocatePartyRequestSchema>;
|
|
344
80
|
export type InteractiveSubmissionAllocatePartyResponse = z.infer<typeof InteractiveSubmissionAllocatePartyResponseSchema>;
|
|
345
81
|
export type InteractiveSubmissionCreateUserRequest = z.infer<typeof InteractiveSubmissionCreateUserRequestSchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interactive-submission.d.ts","sourceRoot":"","sources":["../../../../../../src/clients/ledger-json-api/schemas/api/interactive-submission.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,+CAA+C
|
|
1
|
+
{"version":3,"file":"interactive-submission.d.ts","sourceRoot":"","sources":["../../../../../../src/clients/ledger-json-api/schemas/api/interactive-submission.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,+CAA+C;;;;iBAO1D,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,gDAAgD;;;;;;iBAU3D,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA+BvD,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,6CAA6C;;;;;;;;;;;iBAmBxD,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,2CAA2C;;iBAGtD,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,4CAA4C,gCAAe,CAAC;AAGzE,MAAM,MAAM,yCAAyC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+CAA+C,CAAC,CAAC;AACxH,MAAM,MAAM,0CAA0C,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gDAAgD,CAAC,CAAC;AAC1H,MAAM,MAAM,sCAAsC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4CAA4C,CAAC,CAAC;AAClH,MAAM,MAAM,uCAAuC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6CAA6C,CAAC,CAAC;AACpH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC;AAChH,MAAM,MAAM,sCAAsC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4CAA4C,CAAC,CAAC"}
|
|
@@ -44,7 +44,7 @@ exports.InteractiveSubmissionCreateUserRequestSchema = zod_1.z.object({
|
|
|
44
44
|
/** Resource version for concurrent change detection. */
|
|
45
45
|
resourceVersion: zod_1.z.string(),
|
|
46
46
|
/** Annotations for the resource. */
|
|
47
|
-
annotations: zod_1.z.record(zod_1.z.string()),
|
|
47
|
+
annotations: zod_1.z.record(zod_1.z.string(), zod_1.z.string()),
|
|
48
48
|
}).optional(),
|
|
49
49
|
/** Identity provider ID (optional). */
|
|
50
50
|
identityProviderId: zod_1.z.string().optional(),
|
|
@@ -79,7 +79,7 @@ exports.InteractiveSubmissionCreateUserResponseSchema = zod_1.z.object({
|
|
|
79
79
|
/** Resource version for concurrent change detection. */
|
|
80
80
|
resourceVersion: zod_1.z.string(),
|
|
81
81
|
/** Annotations for the resource. */
|
|
82
|
-
annotations: zod_1.z.record(zod_1.z.string()),
|
|
82
|
+
annotations: zod_1.z.record(zod_1.z.string(), zod_1.z.string()),
|
|
83
83
|
}).optional(),
|
|
84
84
|
/** Identity provider ID (optional). */
|
|
85
85
|
identityProviderId: zod_1.z.string().optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interactive-submission.js","sourceRoot":"","sources":["../../../../../../src/clients/ledger-json-api/schemas/api/interactive-submission.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB;;GAEG;AACU,QAAA,+CAA+C,GAAG,OAAC,CAAC,MAAM,CAAC;IACtE,wCAAwC;IACxC,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,+BAA+B;IAC/B,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,sCAAsC;IACtC,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAChC,CAAC,CAAC;AAEH;;GAEG;AACU,QAAA,gDAAgD,GAAG,OAAC,CAAC,MAAM,CAAC;IACvE,+BAA+B;IAC/B,KAAK,EAAE,OAAC,CAAC,MAAM,CAAC;QACd,wBAAwB;QACxB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;QACjB,+BAA+B;QAC/B,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAClC,2BAA2B;QAC3B,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE;KACrB,CAAC;CACH,CAAC,CAAC;AAEH;;GAEG;AACU,QAAA,4CAA4C,GAAG,OAAC,CAAC,MAAM,CAAC;IACnE,sBAAsB;IACtB,IAAI,EAAE,OAAC,CAAC,MAAM,CAAC;QACb,uBAAuB;QACvB,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;QACd,6CAA6C;QAC7C,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACnC,uCAAuC;QACvC,aAAa,EAAE,OAAC,CAAC,OAAO,EAAE;QAC1B,gCAAgC;QAChC,QAAQ,EAAE,OAAC,CAAC,MAAM,CAAC;YACjB,wDAAwD;YACxD,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE;YAC3B,oCAAoC;YACpC,WAAW,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"interactive-submission.js","sourceRoot":"","sources":["../../../../../../src/clients/ledger-json-api/schemas/api/interactive-submission.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,233 +3,79 @@ import { z } from 'zod';
|
|
|
3
3
|
* List packages response.
|
|
4
4
|
*/
|
|
5
5
|
export declare const ListPackagesResponseSchema: z.ZodObject<{
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
packageIds: string[];
|
|
10
|
-
}, {
|
|
11
|
-
packageIds: string[];
|
|
12
|
-
}>;
|
|
6
|
+
packageIds: z.ZodArray<z.ZodString>;
|
|
7
|
+
}, z.core.$strip>;
|
|
13
8
|
/**
|
|
14
9
|
* Upload DAR file response.
|
|
15
10
|
*/
|
|
16
|
-
export declare const UploadDarFileResponseSchema: z.ZodObject<{},
|
|
11
|
+
export declare const UploadDarFileResponseSchema: z.ZodObject<{}, z.core.$strip>;
|
|
17
12
|
/**
|
|
18
13
|
* Get package status response.
|
|
19
14
|
*/
|
|
20
15
|
export declare const GetPackageStatusResponseSchema: z.ZodObject<{
|
|
21
|
-
/** The status of the package. */
|
|
22
16
|
packageStatus: z.ZodString;
|
|
23
|
-
},
|
|
24
|
-
packageStatus: string;
|
|
25
|
-
}, {
|
|
26
|
-
packageStatus: string;
|
|
27
|
-
}>;
|
|
17
|
+
}, z.core.$strip>;
|
|
28
18
|
/**
|
|
29
19
|
* Package reference details.
|
|
30
20
|
*/
|
|
31
21
|
export declare const PackageReferenceSchema: z.ZodObject<{
|
|
32
|
-
/** Package ID. */
|
|
33
22
|
packageId: z.ZodString;
|
|
34
|
-
/** Package name. */
|
|
35
23
|
packageName: z.ZodString;
|
|
36
|
-
/** Package version. */
|
|
37
24
|
packageVersion: z.ZodString;
|
|
38
|
-
},
|
|
39
|
-
packageId: string;
|
|
40
|
-
packageName: string;
|
|
41
|
-
packageVersion: string;
|
|
42
|
-
}, {
|
|
43
|
-
packageId: string;
|
|
44
|
-
packageName: string;
|
|
45
|
-
packageVersion: string;
|
|
46
|
-
}>;
|
|
25
|
+
}, z.core.$strip>;
|
|
47
26
|
/**
|
|
48
27
|
* Package vetting requirement.
|
|
49
28
|
*/
|
|
50
29
|
export declare const PackageVettingRequirementSchema: z.ZodObject<{
|
|
51
|
-
|
|
52
|
-
parties: z.ZodArray<z.ZodString, "many">;
|
|
53
|
-
/** Package name for which to resolve the preferred package. */
|
|
30
|
+
parties: z.ZodArray<z.ZodString>;
|
|
54
31
|
packageName: z.ZodString;
|
|
55
|
-
},
|
|
56
|
-
parties: string[];
|
|
57
|
-
packageName: string;
|
|
58
|
-
}, {
|
|
59
|
-
parties: string[];
|
|
60
|
-
packageName: string;
|
|
61
|
-
}>;
|
|
32
|
+
}, z.core.$strip>;
|
|
62
33
|
/**
|
|
63
34
|
* Package preference details.
|
|
64
35
|
*/
|
|
65
36
|
export declare const PackagePreferenceSchema: z.ZodObject<{
|
|
66
|
-
/** Package reference. */
|
|
67
37
|
packageReference: z.ZodObject<{
|
|
68
|
-
/** Package ID. */
|
|
69
38
|
packageId: z.ZodString;
|
|
70
|
-
/** Package name. */
|
|
71
39
|
packageName: z.ZodString;
|
|
72
|
-
/** Package version. */
|
|
73
40
|
packageVersion: z.ZodString;
|
|
74
|
-
},
|
|
75
|
-
packageId: string;
|
|
76
|
-
packageName: string;
|
|
77
|
-
packageVersion: string;
|
|
78
|
-
}, {
|
|
79
|
-
packageId: string;
|
|
80
|
-
packageName: string;
|
|
81
|
-
packageVersion: string;
|
|
82
|
-
}>;
|
|
83
|
-
/** Synchronizer ID. */
|
|
41
|
+
}, z.core.$strip>;
|
|
84
42
|
synchronizerId: z.ZodString;
|
|
85
|
-
},
|
|
86
|
-
synchronizerId: string;
|
|
87
|
-
packageReference: {
|
|
88
|
-
packageId: string;
|
|
89
|
-
packageName: string;
|
|
90
|
-
packageVersion: string;
|
|
91
|
-
};
|
|
92
|
-
}, {
|
|
93
|
-
synchronizerId: string;
|
|
94
|
-
packageReference: {
|
|
95
|
-
packageId: string;
|
|
96
|
-
packageName: string;
|
|
97
|
-
packageVersion: string;
|
|
98
|
-
};
|
|
99
|
-
}>;
|
|
43
|
+
}, z.core.$strip>;
|
|
100
44
|
/**
|
|
101
45
|
* Get preferred package version request.
|
|
102
46
|
*/
|
|
103
47
|
export declare const GetPreferredPackagesRequestSchema: z.ZodObject<{
|
|
104
|
-
/** Package vetting requirements. */
|
|
105
48
|
packageVettingRequirements: z.ZodArray<z.ZodObject<{
|
|
106
|
-
|
|
107
|
-
parties: z.ZodArray<z.ZodString, "many">;
|
|
108
|
-
/** Package name for which to resolve the preferred package. */
|
|
49
|
+
parties: z.ZodArray<z.ZodString>;
|
|
109
50
|
packageName: z.ZodString;
|
|
110
|
-
},
|
|
111
|
-
parties: string[];
|
|
112
|
-
packageName: string;
|
|
113
|
-
}, {
|
|
114
|
-
parties: string[];
|
|
115
|
-
packageName: string;
|
|
116
|
-
}>, "many">;
|
|
117
|
-
/** Synchronizer ID (optional). */
|
|
51
|
+
}, z.core.$strip>>;
|
|
118
52
|
synchronizerId: z.ZodOptional<z.ZodString>;
|
|
119
|
-
/** Vetting valid at timestamp (optional). */
|
|
120
53
|
vettingValidAt: z.ZodOptional<z.ZodString>;
|
|
121
|
-
},
|
|
122
|
-
packageVettingRequirements: {
|
|
123
|
-
parties: string[];
|
|
124
|
-
packageName: string;
|
|
125
|
-
}[];
|
|
126
|
-
synchronizerId?: string | undefined;
|
|
127
|
-
vettingValidAt?: string | undefined;
|
|
128
|
-
}, {
|
|
129
|
-
packageVettingRequirements: {
|
|
130
|
-
parties: string[];
|
|
131
|
-
packageName: string;
|
|
132
|
-
}[];
|
|
133
|
-
synchronizerId?: string | undefined;
|
|
134
|
-
vettingValidAt?: string | undefined;
|
|
135
|
-
}>;
|
|
54
|
+
}, z.core.$strip>;
|
|
136
55
|
/**
|
|
137
56
|
* Get preferred packages response.
|
|
138
57
|
*/
|
|
139
58
|
export declare const GetPreferredPackagesResponseSchema: z.ZodObject<{
|
|
140
|
-
/** Package references. */
|
|
141
59
|
packageReferences: z.ZodArray<z.ZodObject<{
|
|
142
|
-
/** Package ID. */
|
|
143
60
|
packageId: z.ZodString;
|
|
144
|
-
/** Package name. */
|
|
145
61
|
packageName: z.ZodString;
|
|
146
|
-
/** Package version. */
|
|
147
62
|
packageVersion: z.ZodString;
|
|
148
|
-
},
|
|
149
|
-
packageId: string;
|
|
150
|
-
packageName: string;
|
|
151
|
-
packageVersion: string;
|
|
152
|
-
}, {
|
|
153
|
-
packageId: string;
|
|
154
|
-
packageName: string;
|
|
155
|
-
packageVersion: string;
|
|
156
|
-
}>, "many">;
|
|
157
|
-
/** Synchronizer ID. */
|
|
63
|
+
}, z.core.$strip>>;
|
|
158
64
|
synchronizerId: z.ZodString;
|
|
159
|
-
},
|
|
160
|
-
synchronizerId: string;
|
|
161
|
-
packageReferences: {
|
|
162
|
-
packageId: string;
|
|
163
|
-
packageName: string;
|
|
164
|
-
packageVersion: string;
|
|
165
|
-
}[];
|
|
166
|
-
}, {
|
|
167
|
-
synchronizerId: string;
|
|
168
|
-
packageReferences: {
|
|
169
|
-
packageId: string;
|
|
170
|
-
packageName: string;
|
|
171
|
-
packageVersion: string;
|
|
172
|
-
}[];
|
|
173
|
-
}>;
|
|
65
|
+
}, z.core.$strip>;
|
|
174
66
|
/**
|
|
175
67
|
* Get preferred package version response.
|
|
176
68
|
*/
|
|
177
69
|
export declare const GetPreferredPackageVersionResponseSchema: z.ZodObject<{
|
|
178
|
-
/** Package preference (optional). */
|
|
179
70
|
packagePreference: z.ZodOptional<z.ZodObject<{
|
|
180
|
-
/** Package reference. */
|
|
181
71
|
packageReference: z.ZodObject<{
|
|
182
|
-
/** Package ID. */
|
|
183
72
|
packageId: z.ZodString;
|
|
184
|
-
/** Package name. */
|
|
185
73
|
packageName: z.ZodString;
|
|
186
|
-
/** Package version. */
|
|
187
74
|
packageVersion: z.ZodString;
|
|
188
|
-
},
|
|
189
|
-
packageId: string;
|
|
190
|
-
packageName: string;
|
|
191
|
-
packageVersion: string;
|
|
192
|
-
}, {
|
|
193
|
-
packageId: string;
|
|
194
|
-
packageName: string;
|
|
195
|
-
packageVersion: string;
|
|
196
|
-
}>;
|
|
197
|
-
/** Synchronizer ID. */
|
|
75
|
+
}, z.core.$strip>;
|
|
198
76
|
synchronizerId: z.ZodString;
|
|
199
|
-
},
|
|
200
|
-
|
|
201
|
-
packageReference: {
|
|
202
|
-
packageId: string;
|
|
203
|
-
packageName: string;
|
|
204
|
-
packageVersion: string;
|
|
205
|
-
};
|
|
206
|
-
}, {
|
|
207
|
-
synchronizerId: string;
|
|
208
|
-
packageReference: {
|
|
209
|
-
packageId: string;
|
|
210
|
-
packageName: string;
|
|
211
|
-
packageVersion: string;
|
|
212
|
-
};
|
|
213
|
-
}>>;
|
|
214
|
-
}, "strip", z.ZodTypeAny, {
|
|
215
|
-
packagePreference?: {
|
|
216
|
-
synchronizerId: string;
|
|
217
|
-
packageReference: {
|
|
218
|
-
packageId: string;
|
|
219
|
-
packageName: string;
|
|
220
|
-
packageVersion: string;
|
|
221
|
-
};
|
|
222
|
-
} | undefined;
|
|
223
|
-
}, {
|
|
224
|
-
packagePreference?: {
|
|
225
|
-
synchronizerId: string;
|
|
226
|
-
packageReference: {
|
|
227
|
-
packageId: string;
|
|
228
|
-
packageName: string;
|
|
229
|
-
packageVersion: string;
|
|
230
|
-
};
|
|
231
|
-
} | undefined;
|
|
232
|
-
}>;
|
|
77
|
+
}, z.core.$strip>>;
|
|
78
|
+
}, z.core.$strip>;
|
|
233
79
|
export type ListPackagesResponse = z.infer<typeof ListPackagesResponseSchema>;
|
|
234
80
|
export type UploadDarFileResponse = z.infer<typeof UploadDarFileResponseSchema>;
|
|
235
81
|
export type GetPackageStatusResponse = z.infer<typeof GetPackageStatusResponseSchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packages.d.ts","sourceRoot":"","sources":["../../../../../../src/clients/ledger-json-api/schemas/api/packages.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"packages.d.ts","sourceRoot":"","sources":["../../../../../../src/clients/ledger-json-api/schemas/api/packages.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,0BAA0B;;iBAGrC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,2BAA2B,gCAAe,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,8BAA8B;;iBAGzC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;iBAOjC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,+BAA+B;;;iBAK1C,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;;;;iBAKlC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;;;;iBAO5C,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,kCAAkC;;;;;;;iBAK7C,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;;;;;;;iBAGnD,CAAC;AAGH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAC9E,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAChF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC;AACtF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AACtE,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC;AACxF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACxE,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAC5F,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAC;AAC9F,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wCAAwC,CAAC,CAAC"}
|