@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
|
@@ -14,12 +14,12 @@ export declare const GetAuthenticatedUser: {
|
|
|
14
14
|
user: {
|
|
15
15
|
id: string;
|
|
16
16
|
isDeactivated: boolean;
|
|
17
|
-
identityProviderId?: string | undefined;
|
|
18
17
|
primaryParty?: string | undefined;
|
|
19
18
|
metadata?: {
|
|
20
19
|
resourceVersion: string;
|
|
21
20
|
annotations: Record<string, string>;
|
|
22
21
|
} | undefined;
|
|
22
|
+
identityProviderId?: string | undefined;
|
|
23
23
|
};
|
|
24
24
|
}>;
|
|
25
25
|
client: import("../../../../../core").BaseClient;
|
package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts
CHANGED
|
@@ -3,18 +3,14 @@ import type { paths } from '../../../../../../generated/canton/community/ledger/
|
|
|
3
3
|
declare const endpoint = "/v2/commands/async/submit-reassignment";
|
|
4
4
|
export declare const AsyncSubmitReassignmentParamsSchema: z.ZodObject<{
|
|
5
5
|
reassignmentCommands: z.ZodAny;
|
|
6
|
-
},
|
|
7
|
-
reassignmentCommands?: any;
|
|
8
|
-
}, {
|
|
9
|
-
reassignmentCommands?: any;
|
|
10
|
-
}>;
|
|
6
|
+
}, z.core.$strip>;
|
|
11
7
|
export type AsyncSubmitReassignmentParams = z.infer<typeof AsyncSubmitReassignmentParamsSchema>;
|
|
12
8
|
export type AsyncSubmitReassignmentRequest = paths[typeof endpoint]['post']['requestBody']['content']['application/json'];
|
|
13
9
|
export type AsyncSubmitReassignmentResponse = paths[typeof endpoint]['post']['responses']['200']['content']['application/json'];
|
|
14
10
|
export declare const AsyncSubmitReassignment: {
|
|
15
11
|
new (client: import("../../../../../../core").BaseClient): {
|
|
16
12
|
execute(params: {
|
|
17
|
-
reassignmentCommands
|
|
13
|
+
reassignmentCommands: any;
|
|
18
14
|
}): Promise<Record<string, never>>;
|
|
19
15
|
client: import("../../../../../../core").BaseClient;
|
|
20
16
|
validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
|
package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"submit-reassignment.d.ts","sourceRoot":"","sources":["../../../../../../../../src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,8GAA8G,CAAC;AAE1I,QAAA,MAAM,QAAQ,2CAA2C,CAAC;AAE1D,eAAO,MAAM,mCAAmC
|
|
1
|
+
{"version":3,"file":"submit-reassignment.d.ts","sourceRoot":"","sources":["../../../../../../../../src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,8GAA8G,CAAC;AAE1I,QAAA,MAAM,QAAQ,2CAA2C,CAAC;AAE1D,eAAO,MAAM,mCAAmC;;iBAE9C,CAAC;AAEH,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAC;AAChG,MAAM,MAAM,8BAA8B,GAAG,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAC1H,MAAM,MAAM,+BAA+B,GAAG,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAEhI,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;CAYlC,CAAC"}
|
|
@@ -3,23 +3,11 @@ import type { paths } from '../../../../../generated/canton/community/ledger/led
|
|
|
3
3
|
declare const endpoint = "/v2/commands/completions";
|
|
4
4
|
export declare const CompletionsParamsSchema: z.ZodObject<{
|
|
5
5
|
userId: z.ZodString;
|
|
6
|
-
parties: z.ZodArray<z.ZodString
|
|
6
|
+
parties: z.ZodArray<z.ZodString>;
|
|
7
7
|
beginExclusive: z.ZodNumber;
|
|
8
8
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
9
9
|
streamIdleTimeoutMs: z.ZodOptional<z.ZodNumber>;
|
|
10
|
-
},
|
|
11
|
-
userId: string;
|
|
12
|
-
parties: string[];
|
|
13
|
-
beginExclusive: number;
|
|
14
|
-
limit?: number | undefined;
|
|
15
|
-
streamIdleTimeoutMs?: number | undefined;
|
|
16
|
-
}, {
|
|
17
|
-
userId: string;
|
|
18
|
-
parties: string[];
|
|
19
|
-
beginExclusive: number;
|
|
20
|
-
limit?: number | undefined;
|
|
21
|
-
streamIdleTimeoutMs?: number | undefined;
|
|
22
|
-
}>;
|
|
10
|
+
}, z.core.$strip>;
|
|
23
11
|
export type CompletionsParams = z.infer<typeof CompletionsParamsSchema>;
|
|
24
12
|
export type CompletionsRequest = paths[typeof endpoint]['post']['requestBody']['content']['application/json'];
|
|
25
13
|
export type CompletionsResponse = paths[typeof endpoint]['post']['responses']['200']['content']['application/json'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"completions.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/commands/completions.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2GAA2G,CAAC;AAEvI,QAAA,MAAM,QAAQ,6BAA6B,CAAC;AAE5C,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"completions.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/commands/completions.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2GAA2G,CAAC;AAEvI,QAAA,MAAM,QAAQ,6BAA6B,CAAC;AAE5C,eAAO,MAAM,uBAAuB;;;;;;iBAMlC,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACxE,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAC9G,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAEpH,eAAO,MAAM,WAAW;;;;;;;;;gCAuBgg5B,yIAAsB;;;;;;;;;;;;;CAA5i5B,CAAC"}
|
|
@@ -17,66 +17,66 @@ export declare const SubmitAndWaitForReassignment: {
|
|
|
17
17
|
new (client: import("../../../../../core").BaseClient): {
|
|
18
18
|
execute(params: {
|
|
19
19
|
reassignmentCommands: {
|
|
20
|
-
commands: any[];
|
|
21
20
|
commandId: string;
|
|
22
21
|
submitter: string;
|
|
23
|
-
|
|
22
|
+
commands: any[];
|
|
24
23
|
workflowId?: string | undefined;
|
|
24
|
+
userId?: string | undefined;
|
|
25
25
|
submissionId?: string | undefined;
|
|
26
26
|
};
|
|
27
27
|
eventFormat?: any;
|
|
28
28
|
}): Promise<{
|
|
29
29
|
reassignment: {
|
|
30
|
-
offset: number;
|
|
31
30
|
updateId: string;
|
|
32
|
-
|
|
31
|
+
offset: number;
|
|
33
32
|
events: ({
|
|
34
33
|
JsAssignmentEvent: {
|
|
35
|
-
submitter: string;
|
|
36
|
-
reassignmentId: string;
|
|
37
34
|
source: string;
|
|
38
35
|
target: string;
|
|
36
|
+
reassignmentId: string;
|
|
37
|
+
submitter: string;
|
|
39
38
|
reassignmentCounter: number;
|
|
40
39
|
createdEvent: {
|
|
41
|
-
contractId: string;
|
|
42
40
|
offset: number;
|
|
41
|
+
nodeId: number;
|
|
42
|
+
contractId: string;
|
|
43
43
|
templateId: string;
|
|
44
|
-
packageName: string;
|
|
45
44
|
contractKey: string | null;
|
|
46
|
-
createdEventBlob: string;
|
|
47
|
-
nodeId: number;
|
|
48
45
|
createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
46
|
+
createdEventBlob: string;
|
|
49
47
|
interfaceViews: string[];
|
|
50
48
|
witnessParties: string[];
|
|
51
49
|
signatories: string[];
|
|
52
50
|
observers: string[];
|
|
53
51
|
createdAt: string;
|
|
52
|
+
packageName: string;
|
|
54
53
|
implementedInterfaces?: string[] | undefined;
|
|
55
54
|
};
|
|
56
55
|
};
|
|
57
56
|
} | {
|
|
58
57
|
JsUnassignedEvent: {
|
|
59
58
|
value: {
|
|
60
|
-
contractId: string;
|
|
61
59
|
offset: number;
|
|
60
|
+
nodeId: number;
|
|
61
|
+
contractId: string;
|
|
62
62
|
templateId: string;
|
|
63
|
-
packageName: string;
|
|
64
|
-
submitter: string;
|
|
65
|
-
reassignmentId: string;
|
|
66
63
|
source: string;
|
|
67
64
|
target: string;
|
|
68
|
-
|
|
65
|
+
reassignmentId: string;
|
|
66
|
+
submitter: string;
|
|
69
67
|
reassignmentCounter: number;
|
|
68
|
+
packageName: string;
|
|
70
69
|
};
|
|
71
70
|
};
|
|
72
71
|
})[];
|
|
72
|
+
recordTime: string;
|
|
73
73
|
commandId?: string | undefined;
|
|
74
74
|
workflowId?: string | undefined;
|
|
75
75
|
traceContext?: {
|
|
76
|
-
metadata?: Record<string, string> | undefined;
|
|
77
76
|
traceId?: string | undefined;
|
|
78
77
|
spanId?: string | undefined;
|
|
79
78
|
parentSpanId?: string | undefined;
|
|
79
|
+
metadata?: Record<string, string> | undefined;
|
|
80
80
|
} | undefined;
|
|
81
81
|
};
|
|
82
82
|
}>;
|
package/build/src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.d.ts
CHANGED
|
@@ -3,14 +3,8 @@ import type { paths } from '../../../../../generated/canton/community/ledger/led
|
|
|
3
3
|
declare const endpoint = "/v2/events/events-by-contract-id";
|
|
4
4
|
export declare const EventsByContractIdParamsSchema: z.ZodObject<{
|
|
5
5
|
contractId: z.ZodString;
|
|
6
|
-
readAs: z.ZodOptional<z.ZodArray<z.ZodString
|
|
7
|
-
},
|
|
8
|
-
contractId: string;
|
|
9
|
-
readAs?: string[] | undefined;
|
|
10
|
-
}, {
|
|
11
|
-
contractId: string;
|
|
12
|
-
readAs?: string[] | undefined;
|
|
13
|
-
}>;
|
|
6
|
+
readAs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7
|
+
}, z.core.$strip>;
|
|
14
8
|
export type EventsByContractIdParams = z.infer<typeof EventsByContractIdParamsSchema>;
|
|
15
9
|
export type EventsByContractIdRequest = paths[typeof endpoint]['post']['requestBody']['content']['application/json'];
|
|
16
10
|
export type EventsByContractIdResponse = paths[typeof endpoint]['post']['responses']['200']['content']['application/json'];
|
package/build/src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-events-by-contract-id.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2GAA2G,CAAC;AAEvI,QAAA,MAAM,QAAQ,qCAAqC,CAAC;AAEpD,eAAO,MAAM,8BAA8B
|
|
1
|
+
{"version":3,"file":"get-events-by-contract-id.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2GAA2G,CAAC;AAEvI,QAAA,MAAM,QAAQ,qCAAqC,CAAC;AAEpD,eAAO,MAAM,8BAA8B;;;iBAGzC,CAAC;AAEH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC;AAEtF,MAAM,MAAM,yBAAyB,GAAG,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AACrH,MAAM,MAAM,0BAA0B,GAAG,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAE3H;;;;;;;;;GASG;AACH,eAAO,MAAM,qBAAqB;;;;;;sBAsB811F,yIAAsB;uBAA2Q,yIAAsB;;;;;;;;;;;;;CAArr2F,CAAC"}
|
|
@@ -9,7 +9,7 @@ export declare const DeleteIdentityProviderConfig: {
|
|
|
9
9
|
new (client: import("../../../../../core").BaseClient): {
|
|
10
10
|
execute(params: {
|
|
11
11
|
idpId: string;
|
|
12
|
-
}): Promise<
|
|
12
|
+
}): Promise<Record<string, never>>;
|
|
13
13
|
client: import("../../../../../core").BaseClient;
|
|
14
14
|
validateParams<T>(params: T, schema: import("zod").ZodType<T>): T;
|
|
15
15
|
makeGetRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
export declare const ListIdentityProviderConfigs: {
|
|
10
10
|
new (client: import("../../../../../core").BaseClient): {
|
|
11
|
-
execute(params:
|
|
11
|
+
execute(params: Record<string, never>): Promise<{
|
|
12
12
|
identityProviderConfigs: {
|
|
13
13
|
identityProviderId: string;
|
|
14
14
|
isDeactivated: boolean;
|
|
@@ -12,9 +12,6 @@
|
|
|
12
12
|
export declare const UpdateIdentityProviderConfig: {
|
|
13
13
|
new (client: import("../../../../../core").BaseClient): {
|
|
14
14
|
execute(params: {
|
|
15
|
-
updateMask: {
|
|
16
|
-
paths: string[];
|
|
17
|
-
};
|
|
18
15
|
identityProviderConfig: {
|
|
19
16
|
identityProviderId: string;
|
|
20
17
|
isDeactivated: boolean;
|
|
@@ -22,6 +19,9 @@ export declare const UpdateIdentityProviderConfig: {
|
|
|
22
19
|
jwksUrl: string;
|
|
23
20
|
audience?: string | undefined;
|
|
24
21
|
};
|
|
22
|
+
updateMask: {
|
|
23
|
+
paths: string[];
|
|
24
|
+
};
|
|
25
25
|
}): Promise<{
|
|
26
26
|
identityProviderConfig: {
|
|
27
27
|
identityProviderId: string;
|
package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/allocate-party.d.ts
CHANGED
|
@@ -14,8 +14,8 @@ export declare const InteractiveSubmissionAllocateParty: {
|
|
|
14
14
|
new (client: import("../../../../../core").BaseClient): {
|
|
15
15
|
execute(params: {
|
|
16
16
|
partyIdHint?: string | undefined;
|
|
17
|
-
isLocal?: boolean | undefined;
|
|
18
17
|
displayName?: string | undefined;
|
|
18
|
+
isLocal?: boolean | undefined;
|
|
19
19
|
}): Promise<{
|
|
20
20
|
party: {
|
|
21
21
|
party: string;
|
package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/create-user.d.ts
CHANGED
|
@@ -22,12 +22,12 @@ export declare const InteractiveSubmissionCreateUser: {
|
|
|
22
22
|
user: {
|
|
23
23
|
id: string;
|
|
24
24
|
isDeactivated: boolean;
|
|
25
|
-
identityProviderId?: string | undefined;
|
|
26
25
|
primaryParty?: string | undefined;
|
|
27
26
|
metadata?: {
|
|
28
27
|
resourceVersion: string;
|
|
29
28
|
annotations: Record<string, string>;
|
|
30
29
|
} | undefined;
|
|
30
|
+
identityProviderId?: string | undefined;
|
|
31
31
|
};
|
|
32
32
|
rights?: {
|
|
33
33
|
kind: {
|
|
@@ -39,25 +39,25 @@ export declare const InteractiveSubmissionCreateUser: {
|
|
|
39
39
|
party: string;
|
|
40
40
|
};
|
|
41
41
|
} | {
|
|
42
|
-
CanReadAsAnyParty:
|
|
42
|
+
CanReadAsAnyParty: Record<string, never>;
|
|
43
43
|
} | {
|
|
44
|
-
Empty:
|
|
44
|
+
Empty: Record<string, never>;
|
|
45
45
|
} | {
|
|
46
|
-
IdentityProviderAdmin:
|
|
46
|
+
IdentityProviderAdmin: Record<string, never>;
|
|
47
47
|
} | {
|
|
48
|
-
ParticipantAdmin:
|
|
48
|
+
ParticipantAdmin: Record<string, never>;
|
|
49
49
|
};
|
|
50
50
|
}[] | undefined;
|
|
51
51
|
}): Promise<{
|
|
52
52
|
user: {
|
|
53
53
|
id: string;
|
|
54
54
|
isDeactivated: boolean;
|
|
55
|
-
identityProviderId?: string | undefined;
|
|
56
55
|
primaryParty?: string | undefined;
|
|
57
56
|
metadata?: {
|
|
58
57
|
resourceVersion: string;
|
|
59
58
|
annotations: Record<string, string>;
|
|
60
59
|
} | undefined;
|
|
60
|
+
identityProviderId?: string | undefined;
|
|
61
61
|
};
|
|
62
62
|
}>;
|
|
63
63
|
client: import("../../../../../core").BaseClient;
|
|
@@ -14,17 +14,17 @@ export declare const InteractiveSubmissionGetPreferredPackageVersion: {
|
|
|
14
14
|
new (client: import("../../../../../core").BaseClient): {
|
|
15
15
|
execute(params: {
|
|
16
16
|
packageName: string;
|
|
17
|
-
synchronizerId?: string | undefined;
|
|
18
17
|
parties?: string[] | undefined;
|
|
19
18
|
vettingValidAt?: string | undefined;
|
|
19
|
+
synchronizerId?: string | undefined;
|
|
20
20
|
}): Promise<{
|
|
21
21
|
packagePreference?: {
|
|
22
|
-
synchronizerId: string;
|
|
23
22
|
packageReference: {
|
|
24
23
|
packageId: string;
|
|
25
24
|
packageName: string;
|
|
26
25
|
packageVersion: string;
|
|
27
26
|
};
|
|
27
|
+
synchronizerId: string;
|
|
28
28
|
} | undefined;
|
|
29
29
|
}>;
|
|
30
30
|
client: import("../../../../../core").BaseClient;
|
|
@@ -24,12 +24,12 @@ export declare const InteractiveSubmissionGetPreferredPackages: {
|
|
|
24
24
|
synchronizerId?: string | undefined;
|
|
25
25
|
vettingValidAt?: string | undefined;
|
|
26
26
|
}): Promise<{
|
|
27
|
-
synchronizerId: string;
|
|
28
27
|
packageReferences: {
|
|
29
28
|
packageId: string;
|
|
30
29
|
packageName: string;
|
|
31
30
|
packageVersion: string;
|
|
32
31
|
}[];
|
|
32
|
+
synchronizerId: string;
|
|
33
33
|
}>;
|
|
34
34
|
client: import("../../../../../core").BaseClient;
|
|
35
35
|
validateParams<T>(params: T, schema: import("zod").ZodType<T>): T;
|
package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/upload-dar.d.ts
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
export declare const InteractiveSubmissionUploadDar: {
|
|
12
12
|
new (client: import("../../../../../core").BaseClient): {
|
|
13
13
|
execute(params: {
|
|
14
|
-
darFile
|
|
15
|
-
}): Promise<
|
|
14
|
+
darFile: any;
|
|
15
|
+
}): Promise<Record<string, never>>;
|
|
16
16
|
client: import("../../../../../core").BaseClient;
|
|
17
17
|
validateParams<T>(params: T, schema: import("zod").ZodType<T>): T;
|
|
18
18
|
makeGetRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const GetPackageStatusParamsSchema: z.ZodObject<{
|
|
3
|
-
/** Package ID to get status for */
|
|
4
3
|
packageId: z.ZodString;
|
|
5
|
-
},
|
|
6
|
-
packageId: string;
|
|
7
|
-
}, {
|
|
8
|
-
packageId: string;
|
|
9
|
-
}>;
|
|
4
|
+
}, z.core.$strip>;
|
|
10
5
|
export type GetPackageStatusParams = z.infer<typeof GetPackageStatusParamsSchema>;
|
|
11
6
|
/**
|
|
12
7
|
* @description Get the status of a specific package
|
package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-package-status.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/packages/get-package-status.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"get-package-status.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/packages/get-package-status.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,4BAA4B;;iBAGvC,CAAC;AAEH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAElF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;CAO3B,CAAC"}
|
|
@@ -1,16 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const UploadDarFileParamsSchema: z.ZodObject<{
|
|
3
|
-
|
|
4
|
-
darFile: z.ZodUnion<[z.ZodType<Buffer<ArrayBufferLike>, z.ZodTypeDef, Buffer<ArrayBufferLike>>, z.ZodString]>;
|
|
5
|
-
/** Optional submission ID for deduplication */
|
|
3
|
+
darFile: z.ZodUnion<readonly [z.ZodCustom<Buffer<ArrayBufferLike>, Buffer<ArrayBufferLike>>, z.ZodString]>;
|
|
6
4
|
submissionId: z.ZodOptional<z.ZodString>;
|
|
7
|
-
},
|
|
8
|
-
darFile: string | Buffer<ArrayBufferLike>;
|
|
9
|
-
submissionId?: string | undefined;
|
|
10
|
-
}, {
|
|
11
|
-
darFile: string | Buffer<ArrayBufferLike>;
|
|
12
|
-
submissionId?: string | undefined;
|
|
13
|
-
}>;
|
|
5
|
+
}, z.core.$strip>;
|
|
14
6
|
export type UploadDarFileParams = z.infer<typeof UploadDarFileParamsSchema>;
|
|
15
7
|
/**
|
|
16
8
|
* @description Upload a DAR file to the participant node
|
|
@@ -29,7 +21,7 @@ export declare const UploadDarFile: {
|
|
|
29
21
|
execute(params: {
|
|
30
22
|
darFile: string | Buffer<ArrayBufferLike>;
|
|
31
23
|
submissionId?: string | undefined;
|
|
32
|
-
}): Promise<
|
|
24
|
+
}): Promise<Record<string, never>>;
|
|
33
25
|
client: import("../../../../../core").BaseClient;
|
|
34
26
|
validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
|
|
35
27
|
makeGetRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"post.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/packages/post.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"post.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/packages/post.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,yBAAyB;;;iBAKpC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;CAwBxB,CAAC"}
|
|
@@ -13,8 +13,8 @@ export declare const GetPartyDetails: {
|
|
|
13
13
|
new (client: import("../../../../../core").BaseClient): {
|
|
14
14
|
execute(params: {
|
|
15
15
|
party: string;
|
|
16
|
-
parties?: string[] | undefined;
|
|
17
16
|
identityProviderId?: string | undefined;
|
|
17
|
+
parties?: string[] | undefined;
|
|
18
18
|
}): Promise<{
|
|
19
19
|
partyDetails?: import("../../../../../generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi").components["schemas"]["PartyDetails"][];
|
|
20
20
|
}>;
|
|
@@ -4,13 +4,7 @@ declare const endpoint = "/v2/parties";
|
|
|
4
4
|
export declare const GetPartiesParamsSchema: z.ZodObject<{
|
|
5
5
|
pageSize: z.ZodOptional<z.ZodNumber>;
|
|
6
6
|
pageToken: z.ZodOptional<z.ZodString>;
|
|
7
|
-
},
|
|
8
|
-
pageSize?: number | undefined;
|
|
9
|
-
pageToken?: string | undefined;
|
|
10
|
-
}, {
|
|
11
|
-
pageSize?: number | undefined;
|
|
12
|
-
pageToken?: string | undefined;
|
|
13
|
-
}>;
|
|
7
|
+
}, z.core.$strip>;
|
|
14
8
|
export type GetPartiesParams = z.infer<typeof GetPartiesParamsSchema>;
|
|
15
9
|
export type GetPartiesResponse = paths[typeof endpoint]['get']['responses']['200']['content']['application/json'];
|
|
16
10
|
export declare const GetParties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/parties/get.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2GAA2G,CAAC;AAEvI,QAAA,MAAM,QAAQ,gBAAgB,CAAC;AAE/B,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"get.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/parties/get.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2GAA2G,CAAC;AAEvI,QAAA,MAAM,QAAQ,gBAAgB,CAAC;AAE/B,eAAO,MAAM,sBAAsB;;;iBAGjC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AACtE,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAElH,eAAO,MAAM,UAAU;;;;;;2BAY4qkH,yIAAsB;;;;;;;;;;;;;;CAAvtkH,CAAC"}
|
|
@@ -1,36 +1,13 @@
|
|
|
1
1
|
import { BaseClient } from '../../../../../core';
|
|
2
2
|
import { z } from 'zod';
|
|
3
3
|
export declare const AllocatePartyParamsSchema: z.ZodObject<{
|
|
4
|
-
/** Party ID hint (required) */
|
|
5
4
|
partyIdHint: z.ZodString;
|
|
6
|
-
/** Identity provider ID (required) */
|
|
7
5
|
identityProviderId: z.ZodString;
|
|
8
|
-
/** Local metadata (optional) */
|
|
9
6
|
localMetadata: z.ZodOptional<z.ZodObject<{
|
|
10
7
|
resourceVersion: z.ZodOptional<z.ZodString>;
|
|
11
8
|
annotations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
12
|
-
},
|
|
13
|
-
|
|
14
|
-
annotations?: Record<string, string> | undefined;
|
|
15
|
-
}, {
|
|
16
|
-
resourceVersion?: string | undefined;
|
|
17
|
-
annotations?: Record<string, string> | undefined;
|
|
18
|
-
}>>;
|
|
19
|
-
}, "strip", z.ZodTypeAny, {
|
|
20
|
-
partyIdHint: string;
|
|
21
|
-
identityProviderId: string;
|
|
22
|
-
localMetadata?: {
|
|
23
|
-
resourceVersion?: string | undefined;
|
|
24
|
-
annotations?: Record<string, string> | undefined;
|
|
25
|
-
} | undefined;
|
|
26
|
-
}, {
|
|
27
|
-
partyIdHint: string;
|
|
28
|
-
identityProviderId: string;
|
|
29
|
-
localMetadata?: {
|
|
30
|
-
resourceVersion?: string | undefined;
|
|
31
|
-
annotations?: Record<string, string> | undefined;
|
|
32
|
-
} | undefined;
|
|
33
|
-
}>;
|
|
9
|
+
}, z.core.$strip>>;
|
|
10
|
+
}, z.core.$strip>;
|
|
34
11
|
export type AllocatePartyParams = z.infer<typeof AllocatePartyParamsSchema>;
|
|
35
12
|
/**
|
|
36
13
|
* @description Allocate a new party to the participant node
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"post.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/parties/post.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAsB,MAAM,qBAAqB,CAAC;AACrE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"post.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/parties/post.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAsB,MAAM,qBAAqB,CAAC;AACrE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,eAAO,MAAM,yBAAyB;;;;;;;iBAUpC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E;;;;;;;;;;GAUG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBxB,CAAC"}
|
|
@@ -8,11 +8,11 @@ export type GetActiveContractsCustomParams = z.infer<typeof GetActiveContractsPa
|
|
|
8
8
|
export declare const GetActiveContracts: {
|
|
9
9
|
new (client: import("../../../../../core").BaseClient): {
|
|
10
10
|
execute(params: {
|
|
11
|
-
|
|
11
|
+
activeAtOffset?: number | undefined;
|
|
12
12
|
limit?: number | undefined;
|
|
13
13
|
streamIdleTimeoutMs?: number | undefined;
|
|
14
|
+
parties?: string[] | undefined;
|
|
14
15
|
verbose?: boolean | undefined;
|
|
15
|
-
activeAtOffset?: number | undefined;
|
|
16
16
|
}): Promise<{
|
|
17
17
|
workflowId: string;
|
|
18
18
|
contractEntry: import("../../../../../generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi").components["schemas"]["JsContractEntry"];
|