@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.
Files changed (183) hide show
  1. package/build/src/clients/ledger-json-api/operations/v2/authenticated-user/get.d.ts +1 -1
  2. package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts +2 -6
  3. package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts.map +1 -1
  4. package/build/src/clients/ledger-json-api/operations/v2/commands/completions.d.ts +2 -14
  5. package/build/src/clients/ledger-json-api/operations/v2/commands/completions.d.ts.map +1 -1
  6. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-reassignment.d.ts +16 -16
  7. package/build/src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.d.ts +2 -8
  8. package/build/src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.d.ts.map +1 -1
  9. package/build/src/clients/ledger-json-api/operations/v2/idps/delete-idp.d.ts +1 -1
  10. package/build/src/clients/ledger-json-api/operations/v2/idps/get.d.ts +1 -1
  11. package/build/src/clients/ledger-json-api/operations/v2/idps/patch-idp.d.ts +3 -3
  12. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/allocate-party.d.ts +1 -1
  13. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/create-user.d.ts +6 -6
  14. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-package-version.d.ts +2 -2
  15. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.d.ts +1 -1
  16. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/upload-dar.d.ts +2 -2
  17. package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.d.ts +1 -6
  18. package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.d.ts.map +1 -1
  19. package/build/src/clients/ledger-json-api/operations/v2/packages/post.d.ts +3 -11
  20. package/build/src/clients/ledger-json-api/operations/v2/packages/post.d.ts.map +1 -1
  21. package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.d.ts +1 -1
  22. package/build/src/clients/ledger-json-api/operations/v2/parties/get.d.ts +1 -7
  23. package/build/src/clients/ledger-json-api/operations/v2/parties/get.d.ts.map +1 -1
  24. package/build/src/clients/ledger-json-api/operations/v2/parties/post.d.ts +2 -25
  25. package/build/src/clients/ledger-json-api/operations/v2/parties/post.d.ts.map +1 -1
  26. package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.d.ts +2 -2
  27. package/build/src/clients/ledger-json-api/operations/v2/updates/get-flats.d.ts +44 -44
  28. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.d.ts +3 -11
  29. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.d.ts.map +1 -1
  30. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.d.ts +3 -11
  31. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.d.ts.map +1 -1
  32. package/build/src/clients/ledger-json-api/operations/v2/updates/get-trees.d.ts +22 -22
  33. package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.d.ts +1 -5
  34. package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.d.ts.map +1 -1
  35. package/build/src/clients/ledger-json-api/operations/v2/users/get-user.d.ts +1 -7
  36. package/build/src/clients/ledger-json-api/operations/v2/users/get-user.d.ts.map +1 -1
  37. package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.d.ts +1 -7
  38. package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.d.ts.map +1 -1
  39. package/build/src/clients/ledger-json-api/operations/v2/users/list-users.d.ts +1 -7
  40. package/build/src/clients/ledger-json-api/operations/v2/users/list-users.d.ts.map +1 -1
  41. package/build/src/clients/ledger-json-api/schemas/api/command-responses.d.ts +3 -47
  42. package/build/src/clients/ledger-json-api/schemas/api/command-responses.d.ts.map +1 -1
  43. package/build/src/clients/ledger-json-api/schemas/api/command-responses.js +1 -1
  44. package/build/src/clients/ledger-json-api/schemas/api/command-responses.js.map +1 -1
  45. package/build/src/clients/ledger-json-api/schemas/api/commands.d.ts +81 -800
  46. package/build/src/clients/ledger-json-api/schemas/api/commands.d.ts.map +1 -1
  47. package/build/src/clients/ledger-json-api/schemas/api/completions.d.ts +67 -1261
  48. package/build/src/clients/ledger-json-api/schemas/api/completions.d.ts.map +1 -1
  49. package/build/src/clients/ledger-json-api/schemas/api/errors.d.ts +180 -1241
  50. package/build/src/clients/ledger-json-api/schemas/api/errors.d.ts.map +1 -1
  51. package/build/src/clients/ledger-json-api/schemas/api/errors.js +2 -2
  52. package/build/src/clients/ledger-json-api/schemas/api/errors.js.map +1 -1
  53. package/build/src/clients/ledger-json-api/schemas/api/event-details.d.ts +14 -156
  54. package/build/src/clients/ledger-json-api/schemas/api/event-details.d.ts.map +1 -1
  55. package/build/src/clients/ledger-json-api/schemas/api/event-details.js +1 -1
  56. package/build/src/clients/ledger-json-api/schemas/api/event-details.js.map +1 -1
  57. package/build/src/clients/ledger-json-api/schemas/api/events.d.ts +76 -1162
  58. package/build/src/clients/ledger-json-api/schemas/api/events.d.ts.map +1 -1
  59. package/build/src/clients/ledger-json-api/schemas/api/events.js +1 -1
  60. package/build/src/clients/ledger-json-api/schemas/api/events.js.map +1 -1
  61. package/build/src/clients/ledger-json-api/schemas/api/idps.d.ts +16 -206
  62. package/build/src/clients/ledger-json-api/schemas/api/idps.d.ts.map +1 -1
  63. package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.d.ts +25 -289
  64. package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.d.ts.map +1 -1
  65. package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.js +2 -2
  66. package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.js.map +1 -1
  67. package/build/src/clients/ledger-json-api/schemas/api/packages.d.ts +17 -171
  68. package/build/src/clients/ledger-json-api/schemas/api/packages.d.ts.map +1 -1
  69. package/build/src/clients/ledger-json-api/schemas/api/reassignment.d.ts +103 -2005
  70. package/build/src/clients/ledger-json-api/schemas/api/reassignment.d.ts.map +1 -1
  71. package/build/src/clients/ledger-json-api/schemas/api/state.d.ts +123 -2093
  72. package/build/src/clients/ledger-json-api/schemas/api/state.d.ts.map +1 -1
  73. package/build/src/clients/ledger-json-api/schemas/api/transactions.d.ts +106 -2149
  74. package/build/src/clients/ledger-json-api/schemas/api/transactions.d.ts.map +1 -1
  75. package/build/src/clients/ledger-json-api/schemas/api/transactions.js +1 -1
  76. package/build/src/clients/ledger-json-api/schemas/api/transactions.js.map +1 -1
  77. package/build/src/clients/ledger-json-api/schemas/api/updates.d.ts +445 -11374
  78. package/build/src/clients/ledger-json-api/schemas/api/updates.d.ts.map +1 -1
  79. package/build/src/clients/ledger-json-api/schemas/api/updates.js +1 -1
  80. package/build/src/clients/ledger-json-api/schemas/api/updates.js.map +1 -1
  81. package/build/src/clients/ledger-json-api/schemas/api/users.d.ts +169 -1741
  82. package/build/src/clients/ledger-json-api/schemas/api/users.d.ts.map +1 -1
  83. package/build/src/clients/ledger-json-api/schemas/api/users.js +1 -1
  84. package/build/src/clients/ledger-json-api/schemas/api/users.js.map +1 -1
  85. package/build/src/clients/ledger-json-api/schemas/base.d.ts +1 -1
  86. package/build/src/clients/ledger-json-api/schemas/base.d.ts.map +1 -1
  87. package/build/src/clients/ledger-json-api/schemas/base.js +2 -2
  88. package/build/src/clients/ledger-json-api/schemas/base.js.map +1 -1
  89. package/build/src/clients/ledger-json-api/schemas/common.d.ts +30 -323
  90. package/build/src/clients/ledger-json-api/schemas/common.d.ts.map +1 -1
  91. package/build/src/clients/ledger-json-api/schemas/common.js +4 -4
  92. package/build/src/clients/ledger-json-api/schemas/common.js.map +1 -1
  93. package/build/src/clients/ledger-json-api/schemas/operations/base.d.ts +1 -1
  94. package/build/src/clients/ledger-json-api/schemas/operations/base.d.ts.map +1 -1
  95. package/build/src/clients/ledger-json-api/schemas/operations/commands.d.ts +71 -348
  96. package/build/src/clients/ledger-json-api/schemas/operations/commands.d.ts.map +1 -1
  97. package/build/src/clients/ledger-json-api/schemas/operations/idps.d.ts +13 -87
  98. package/build/src/clients/ledger-json-api/schemas/operations/idps.d.ts.map +1 -1
  99. package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.d.ts +25 -250
  100. package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.d.ts.map +1 -1
  101. package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.js +1 -1
  102. package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.js.map +1 -1
  103. package/build/src/clients/ledger-json-api/schemas/operations/packages.d.ts +9 -61
  104. package/build/src/clients/ledger-json-api/schemas/operations/packages.d.ts.map +1 -1
  105. package/build/src/clients/ledger-json-api/schemas/operations/parties.d.ts +12 -126
  106. package/build/src/clients/ledger-json-api/schemas/operations/parties.d.ts.map +1 -1
  107. package/build/src/clients/ledger-json-api/schemas/operations/parties.js +2 -2
  108. package/build/src/clients/ledger-json-api/schemas/operations/parties.js.map +1 -1
  109. package/build/src/clients/ledger-json-api/schemas/operations/state.d.ts +6 -31
  110. package/build/src/clients/ledger-json-api/schemas/operations/state.d.ts.map +1 -1
  111. package/build/src/clients/ledger-json-api/schemas/operations/updates.d.ts +298 -6270
  112. package/build/src/clients/ledger-json-api/schemas/operations/updates.d.ts.map +1 -1
  113. package/build/src/clients/ledger-json-api/schemas/operations/updates.js +3 -3
  114. package/build/src/clients/ledger-json-api/schemas/operations/updates.js.map +1 -1
  115. package/build/src/clients/ledger-json-api/schemas/operations/users.d.ts +65 -594
  116. package/build/src/clients/ledger-json-api/schemas/operations/users.d.ts.map +1 -1
  117. package/build/src/clients/ledger-json-api/schemas/operations/users.js +2 -2
  118. package/build/src/clients/ledger-json-api/schemas/operations/users.js.map +1 -1
  119. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-mining-round-details.d.ts +1 -1
  120. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-featured-app-right.d.ts +1 -1
  121. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-transfer-preapproval-by-party.d.ts +1 -1
  122. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.d.ts +1 -7
  123. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.d.ts.map +1 -1
  124. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.js +1 -1
  125. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.js.map +1 -1
  126. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.d.ts +1 -7
  127. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.d.ts.map +1 -1
  128. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.js +1 -1
  129. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.js.map +1 -1
  130. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.d.ts +1 -7
  131. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.d.ts.map +1 -1
  132. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.js +1 -1
  133. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.js.map +1 -1
  134. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.d.ts +1 -7
  135. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.d.ts.map +1 -1
  136. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.js +1 -1
  137. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.js.map +1 -1
  138. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.d.ts +1 -5
  139. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.d.ts.map +1 -1
  140. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.d.ts +1 -7
  141. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.d.ts.map +1 -1
  142. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.d.ts +1 -7
  143. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.d.ts.map +1 -1
  144. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.js +1 -1
  145. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.js.map +1 -1
  146. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.d.ts +1 -7
  147. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.d.ts.map +1 -1
  148. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.js +1 -1
  149. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.js.map +1 -1
  150. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.d.ts +1 -7
  151. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.d.ts.map +1 -1
  152. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.js +1 -1
  153. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.js.map +1 -1
  154. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.d.ts +1 -7
  155. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.d.ts.map +1 -1
  156. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.js +1 -1
  157. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.js.map +1 -1
  158. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/create.d.ts +2 -2
  159. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.d.ts +2 -1
  160. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.d.ts.map +1 -1
  161. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.js.map +1 -1
  162. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/create.d.ts +1 -1
  163. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/get-status.d.ts +2 -1
  164. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/get-status.d.ts.map +1 -1
  165. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/get-status.js.map +1 -1
  166. package/build/src/clients/validator-api/schemas/api/ans.d.ts +11 -55
  167. package/build/src/clients/validator-api/schemas/api/ans.d.ts.map +1 -1
  168. package/build/src/clients/validator-api/schemas/api/scan-proxy.d.ts +66 -734
  169. package/build/src/clients/validator-api/schemas/api/scan-proxy.d.ts.map +1 -1
  170. package/build/src/clients/validator-api/schemas/api/scan-proxy.js +4 -4
  171. package/build/src/clients/validator-api/schemas/api/scan-proxy.js.map +1 -1
  172. package/build/src/clients/validator-api/schemas/api/wallet.d.ts +38 -250
  173. package/build/src/clients/validator-api/schemas/api/wallet.d.ts.map +1 -1
  174. package/build/src/clients/validator-api/schemas/operations/ans.d.ts +5 -31
  175. package/build/src/clients/validator-api/schemas/operations/ans.d.ts.map +1 -1
  176. package/build/src/clients/validator-api/schemas/operations/scan-proxy.d.ts +17 -107
  177. package/build/src/clients/validator-api/schemas/operations/scan-proxy.d.ts.map +1 -1
  178. package/build/src/clients/validator-api/schemas/operations/scan-proxy.js +8 -8
  179. package/build/src/clients/validator-api/schemas/operations/scan-proxy.js.map +1 -1
  180. package/build/src/clients/validator-api/schemas/operations/wallet.d.ts +8 -62
  181. package/build/src/clients/validator-api/schemas/operations/wallet.d.ts.map +1 -1
  182. package/build/src/core/operations/ApiOperation.js +1 -1
  183. package/package.json +5 -5
@@ -1,374 +1,97 @@
1
1
  import { z } from 'zod';
2
2
  export declare const SubmitAndWaitParamsSchema: z.ZodObject<{
3
- /** Commands to submit and wait for completion. */
4
- commands: z.ZodArray<z.ZodAny, "many">;
5
- /** Unique identifier for the command. */
6
- commandId: z.ZodEffects<z.ZodString, string, string>;
7
- /** Parties on whose behalf the command should be executed. */
8
- actAs: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
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
- /** Minimum ledger time absolute (optional). */
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
- /** Submission ID (optional). */
22
- submissionId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
23
- /** Disclosed contracts (optional). */
24
- disclosedContracts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
25
- /** Synchronizer ID (optional). */
26
- synchronizerId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
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
- /** Commands to submit and wait for transaction. */
64
- commands: z.ZodArray<z.ZodAny, "many">;
65
- /** Unique identifier for the command. */
66
- commandId: z.ZodEffects<z.ZodString, string, string>;
67
- /** Parties on whose behalf the command should be executed. */
68
- actAs: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
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
- /** Minimum ledger time absolute (optional). */
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
- /** Submission ID (optional). */
82
- submissionId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
83
- /** Disclosed contracts (optional). */
84
- disclosedContracts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
85
- /** Synchronizer ID (optional). */
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
- }, "strip", z.ZodTypeAny, {
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
- /** Workflow ID (optional). */
130
- workflowId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
131
- /** User ID submitting the command (optional if using authentication). */
132
- userId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
133
- /** Unique identifier for the command. */
134
- commandId: z.ZodEffects<z.ZodString, string, string>;
135
- /** Party submitting the command. */
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
- }, "strip", z.ZodTypeAny, {
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
- /** Commands to submit and wait for transaction tree. */
181
- commands: z.ZodArray<z.ZodAny, "many">;
182
- /** Unique identifier for the command. */
183
- commandId: z.ZodEffects<z.ZodString, string, string>;
184
- /** Parties on whose behalf the command should be executed. */
185
- actAs: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
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
- /** Minimum ledger time absolute (optional). */
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
- /** Submission ID (optional). */
199
- submissionId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
200
- /** Disclosed contracts (optional). */
201
- disclosedContracts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
202
- /** Synchronizer ID (optional). */
203
- synchronizerId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
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
- /** Commands to submit asynchronously. */
241
- commands: z.ZodArray<z.ZodAny, "many">;
242
- /** Unique identifier for the command. */
243
- commandId: z.ZodEffects<z.ZodString, string, string>;
244
- /** Parties on whose behalf the command should be executed. */
245
- actAs: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
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
- /** Minimum ledger time absolute (optional). */
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
- /** Submission ID (optional). */
259
- submissionId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
260
- /** Disclosed contracts (optional). */
261
- disclosedContracts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
262
- /** Synchronizer ID (optional). */
263
- synchronizerId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
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
- /** Workflow ID (optional). */
303
- workflowId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
304
- /** User ID submitting the command (optional if using authentication). */
305
- userId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
306
- /** Unique identifier for the command. */
307
- commandId: z.ZodEffects<z.ZodString, string, string>;
308
- /** Party submitting the command. */
309
- submitter: z.ZodEffects<z.ZodString, string, string>;
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
- /** User ID to filter completions for. */
350
- userId: z.ZodEffects<z.ZodString, string, string>;
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
- }, "strip", z.ZodTypeAny, {
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":"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"}
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<{}, "strip", z.ZodTypeAny, {}, {}>;
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.ZodEffects<z.ZodString, string, string>;
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
- }, "strip", z.ZodTypeAny, {
11
- identityProviderId: string;
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.ZodEffects<z.ZodString, string, string>;
42
- }, "strip", z.ZodTypeAny, {
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.ZodEffects<z.ZodString, string, string>;
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
- }, "strip", z.ZodTypeAny, {
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, "many">;
69
- }, "strip", z.ZodTypeAny, {
70
- paths: string[];
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.ZodEffects<z.ZodString, string, string>;
99
- }, "strip", z.ZodTypeAny, {
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,gDAAe,CAAC;AAEpE,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQnD,CAAC;AAEH,eAAO,MAAM,qCAAqC;;;;;;EAEhD,CAAC;AAEH,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASnD,CAAC;AAEH,eAAO,MAAM,wCAAwC;;;;;;EAEnD,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"}
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"}