@fairmint/canton-node-sdk 0.0.48 → 0.0.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 +2 -2
@@ -3,247 +3,65 @@ import { z } from 'zod';
3
3
  * Get active contracts request.
4
4
  */
5
5
  export declare const GetActiveContractsRequestSchema: z.ZodObject<{
6
- /** Filter for the request (optional, deprecated). */
7
6
  filter: z.ZodOptional<z.ZodObject<{
8
7
  filtersByParty: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
9
- cumulative: z.ZodArray<z.ZodString, "many">;
10
- }, "strict", z.ZodTypeAny, {
11
- cumulative: string[];
12
- }, {
13
- cumulative: string[];
14
- }>>>;
8
+ cumulative: z.ZodArray<z.ZodString>;
9
+ }, z.core.$strict>>>;
15
10
  verbose: z.ZodOptional<z.ZodBoolean>;
16
- }, "strip", z.ZodTypeAny, {
17
- verbose?: boolean | undefined;
18
- filtersByParty?: Record<string, {
19
- cumulative: string[];
20
- }> | undefined;
21
- }, {
22
- verbose?: boolean | undefined;
23
- filtersByParty?: Record<string, {
24
- cumulative: string[];
25
- }> | undefined;
26
- }>>;
27
- /** Verbose flag (optional, deprecated). */
11
+ }, z.core.$strip>>;
28
12
  verbose: z.ZodOptional<z.ZodBoolean>;
29
- /** Active at offset for the snapshot. */
30
13
  activeAtOffset: z.ZodNumber;
31
- /** Event format (optional). */
32
14
  eventFormat: z.ZodOptional<z.ZodObject<{
33
15
  verbose: z.ZodBoolean;
34
16
  filtersByParty: z.ZodRecord<z.ZodString, z.ZodObject<{
35
- cumulative: z.ZodArray<z.ZodString, "many">;
36
- }, "strict", z.ZodTypeAny, {
37
- cumulative: string[];
38
- }, {
39
- cumulative: string[];
40
- }>>;
17
+ cumulative: z.ZodArray<z.ZodString>;
18
+ }, z.core.$strict>>;
41
19
  includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
42
20
  includeInterfaceViews: z.ZodOptional<z.ZodBoolean>;
43
- }, "strict", z.ZodTypeAny, {
44
- verbose: boolean;
45
- filtersByParty: Record<string, {
46
- cumulative: string[];
47
- }>;
48
- includeCreatedEventBlob?: boolean | undefined;
49
- includeInterfaceViews?: boolean | undefined;
50
- }, {
51
- verbose: boolean;
52
- filtersByParty: Record<string, {
53
- cumulative: string[];
54
- }>;
55
- includeCreatedEventBlob?: boolean | undefined;
56
- includeInterfaceViews?: boolean | undefined;
57
- }>>;
58
- }, "strip", z.ZodTypeAny, {
59
- activeAtOffset: number;
60
- filter?: {
61
- verbose?: boolean | undefined;
62
- filtersByParty?: Record<string, {
63
- cumulative: string[];
64
- }> | undefined;
65
- } | undefined;
66
- verbose?: boolean | undefined;
67
- eventFormat?: {
68
- verbose: boolean;
69
- filtersByParty: Record<string, {
70
- cumulative: string[];
71
- }>;
72
- includeCreatedEventBlob?: boolean | undefined;
73
- includeInterfaceViews?: boolean | undefined;
74
- } | undefined;
75
- }, {
76
- activeAtOffset: number;
77
- filter?: {
78
- verbose?: boolean | undefined;
79
- filtersByParty?: Record<string, {
80
- cumulative: string[];
81
- }> | undefined;
82
- } | undefined;
83
- verbose?: boolean | undefined;
84
- eventFormat?: {
85
- verbose: boolean;
86
- filtersByParty: Record<string, {
87
- cumulative: string[];
88
- }>;
89
- includeCreatedEventBlob?: boolean | undefined;
90
- includeInterfaceViews?: boolean | undefined;
91
- } | undefined;
92
- }>;
21
+ }, z.core.$strict>>;
22
+ }, z.core.$strip>;
93
23
  /**
94
24
  * Active contract details.
95
25
  */
96
26
  export declare const JsActiveContractSchema: z.ZodObject<{
97
- /** Created event details. */
98
27
  createdEvent: z.ZodObject<{
99
28
  offset: z.ZodNumber;
100
29
  nodeId: z.ZodNumber;
101
30
  contractId: z.ZodString;
102
31
  templateId: z.ZodString;
103
32
  contractKey: z.ZodNullable<z.ZodString>;
104
- createArgument: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodRecord<z.ZodString, z.ZodAny>, z.ZodArray<z.ZodAny, "many">]>>;
33
+ createArgument: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodRecord<z.ZodString, z.ZodAny>, z.ZodArray<z.ZodAny>]>>;
105
34
  createdEventBlob: z.ZodString;
106
- interfaceViews: z.ZodArray<z.ZodString, "many">;
107
- witnessParties: z.ZodArray<z.ZodString, "many">;
108
- signatories: z.ZodArray<z.ZodString, "many">;
109
- observers: z.ZodArray<z.ZodString, "many">;
35
+ interfaceViews: z.ZodArray<z.ZodString>;
36
+ witnessParties: z.ZodArray<z.ZodString>;
37
+ signatories: z.ZodArray<z.ZodString>;
38
+ observers: z.ZodArray<z.ZodString>;
110
39
  createdAt: z.ZodString;
111
40
  packageName: z.ZodString;
112
- implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
113
- }, "strip", z.ZodTypeAny, {
114
- contractId: string;
115
- offset: number;
116
- templateId: string;
117
- packageName: string;
118
- contractKey: string | null;
119
- createdEventBlob: string;
120
- nodeId: number;
121
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
122
- interfaceViews: string[];
123
- witnessParties: string[];
124
- signatories: string[];
125
- observers: string[];
126
- createdAt: string;
127
- implementedInterfaces?: string[] | undefined;
128
- }, {
129
- contractId: string;
130
- offset: number;
131
- templateId: string;
132
- packageName: string;
133
- contractKey: string | null;
134
- createdEventBlob: string;
135
- nodeId: number;
136
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
137
- interfaceViews: string[];
138
- witnessParties: string[];
139
- signatories: string[];
140
- observers: string[];
141
- createdAt: string;
142
- implementedInterfaces?: string[] | undefined;
143
- }>;
144
- /** Synchronizer ID. */
41
+ implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString>>;
42
+ }, z.core.$strip>;
145
43
  synchronizerId: z.ZodString;
146
- /** Reassignment counter. */
147
44
  reassignmentCounter: z.ZodNumber;
148
- }, "strip", z.ZodTypeAny, {
149
- synchronizerId: string;
150
- reassignmentCounter: number;
151
- createdEvent: {
152
- contractId: string;
153
- offset: number;
154
- templateId: string;
155
- packageName: string;
156
- contractKey: string | null;
157
- createdEventBlob: string;
158
- nodeId: number;
159
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
160
- interfaceViews: string[];
161
- witnessParties: string[];
162
- signatories: string[];
163
- observers: string[];
164
- createdAt: string;
165
- implementedInterfaces?: string[] | undefined;
166
- };
167
- }, {
168
- synchronizerId: string;
169
- reassignmentCounter: number;
170
- createdEvent: {
171
- contractId: string;
172
- offset: number;
173
- templateId: string;
174
- packageName: string;
175
- contractKey: string | null;
176
- createdEventBlob: string;
177
- nodeId: number;
178
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
179
- interfaceViews: string[];
180
- witnessParties: string[];
181
- signatories: string[];
182
- observers: string[];
183
- createdAt: string;
184
- implementedInterfaces?: string[] | undefined;
185
- };
186
- }>;
45
+ }, z.core.$strip>;
187
46
  /**
188
47
  * Archived contract details.
189
48
  */
190
49
  export declare const JsArchivedSchema: z.ZodObject<{
191
- /** Archived event details. */
192
50
  archivedEvent: z.ZodObject<{
193
51
  offset: z.ZodNumber;
194
52
  nodeId: z.ZodNumber;
195
53
  contractId: z.ZodString;
196
54
  templateId: z.ZodString;
197
- witnessParties: z.ZodArray<z.ZodString, "many">;
55
+ witnessParties: z.ZodArray<z.ZodString>;
198
56
  packageName: z.ZodString;
199
- implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
200
- }, "strip", z.ZodTypeAny, {
201
- contractId: string;
202
- offset: number;
203
- templateId: string;
204
- packageName: string;
205
- nodeId: number;
206
- witnessParties: string[];
207
- implementedInterfaces?: string[] | undefined;
208
- }, {
209
- contractId: string;
210
- offset: number;
211
- templateId: string;
212
- packageName: string;
213
- nodeId: number;
214
- witnessParties: string[];
215
- implementedInterfaces?: string[] | undefined;
216
- }>;
217
- /** Synchronizer ID. */
57
+ implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString>>;
58
+ }, z.core.$strip>;
218
59
  synchronizerId: z.ZodString;
219
- }, "strip", z.ZodTypeAny, {
220
- synchronizerId: string;
221
- archivedEvent: {
222
- contractId: string;
223
- offset: number;
224
- templateId: string;
225
- packageName: string;
226
- nodeId: number;
227
- witnessParties: string[];
228
- implementedInterfaces?: string[] | undefined;
229
- };
230
- }, {
231
- synchronizerId: string;
232
- archivedEvent: {
233
- contractId: string;
234
- offset: number;
235
- templateId: string;
236
- packageName: string;
237
- nodeId: number;
238
- witnessParties: string[];
239
- implementedInterfaces?: string[] | undefined;
240
- };
241
- }>;
60
+ }, z.core.$strip>;
242
61
  /**
243
62
  * Incomplete assigned contract details.
244
63
  */
245
64
  export declare const JsIncompleteAssignedSchema: z.ZodObject<{
246
- /** Assigned event details. */
247
65
  assignedEvent: z.ZodObject<{
248
66
  offset: z.ZodNumber;
249
67
  nodeId: z.ZodNumber;
@@ -255,108 +73,28 @@ export declare const JsIncompleteAssignedSchema: z.ZodObject<{
255
73
  submitter: z.ZodString;
256
74
  reassignmentCounter: z.ZodNumber;
257
75
  packageName: z.ZodString;
258
- }, "strip", z.ZodTypeAny, {
259
- contractId: string;
260
- offset: number;
261
- templateId: string;
262
- packageName: string;
263
- submitter: string;
264
- reassignmentId: string;
265
- source: string;
266
- target: string;
267
- nodeId: number;
268
- reassignmentCounter: number;
269
- }, {
270
- contractId: string;
271
- offset: number;
272
- templateId: string;
273
- packageName: string;
274
- submitter: string;
275
- reassignmentId: string;
276
- source: string;
277
- target: string;
278
- nodeId: number;
279
- reassignmentCounter: number;
280
- }>;
281
- }, "strip", z.ZodTypeAny, {
282
- assignedEvent: {
283
- contractId: string;
284
- offset: number;
285
- templateId: string;
286
- packageName: string;
287
- submitter: string;
288
- reassignmentId: string;
289
- source: string;
290
- target: string;
291
- nodeId: number;
292
- reassignmentCounter: number;
293
- };
294
- }, {
295
- assignedEvent: {
296
- contractId: string;
297
- offset: number;
298
- templateId: string;
299
- packageName: string;
300
- submitter: string;
301
- reassignmentId: string;
302
- source: string;
303
- target: string;
304
- nodeId: number;
305
- reassignmentCounter: number;
306
- };
307
- }>;
76
+ }, z.core.$strip>;
77
+ }, z.core.$strip>;
308
78
  /**
309
79
  * Incomplete unassigned contract details.
310
80
  */
311
81
  export declare const JsIncompleteUnassignedSchema: z.ZodObject<{
312
- /** Created event details. */
313
82
  createdEvent: z.ZodObject<{
314
83
  offset: z.ZodNumber;
315
84
  nodeId: z.ZodNumber;
316
85
  contractId: z.ZodString;
317
86
  templateId: z.ZodString;
318
87
  contractKey: z.ZodNullable<z.ZodString>;
319
- createArgument: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodRecord<z.ZodString, z.ZodAny>, z.ZodArray<z.ZodAny, "many">]>>;
88
+ createArgument: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodRecord<z.ZodString, z.ZodAny>, z.ZodArray<z.ZodAny>]>>;
320
89
  createdEventBlob: z.ZodString;
321
- interfaceViews: z.ZodArray<z.ZodString, "many">;
322
- witnessParties: z.ZodArray<z.ZodString, "many">;
323
- signatories: z.ZodArray<z.ZodString, "many">;
324
- observers: z.ZodArray<z.ZodString, "many">;
90
+ interfaceViews: z.ZodArray<z.ZodString>;
91
+ witnessParties: z.ZodArray<z.ZodString>;
92
+ signatories: z.ZodArray<z.ZodString>;
93
+ observers: z.ZodArray<z.ZodString>;
325
94
  createdAt: z.ZodString;
326
95
  packageName: z.ZodString;
327
- implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
328
- }, "strip", z.ZodTypeAny, {
329
- contractId: string;
330
- offset: number;
331
- templateId: string;
332
- packageName: string;
333
- contractKey: string | null;
334
- createdEventBlob: string;
335
- nodeId: number;
336
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
337
- interfaceViews: string[];
338
- witnessParties: string[];
339
- signatories: string[];
340
- observers: string[];
341
- createdAt: string;
342
- implementedInterfaces?: string[] | undefined;
343
- }, {
344
- contractId: string;
345
- offset: number;
346
- templateId: string;
347
- packageName: string;
348
- contractKey: string | null;
349
- createdEventBlob: string;
350
- nodeId: number;
351
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
352
- interfaceViews: string[];
353
- witnessParties: string[];
354
- signatories: string[];
355
- observers: string[];
356
- createdAt: string;
357
- implementedInterfaces?: string[] | undefined;
358
- }>;
359
- /** Unassigned event details. */
96
+ implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString>>;
97
+ }, z.core.$strip>;
360
98
  unassignedEvent: z.ZodObject<{
361
99
  offset: z.ZodNumber;
362
100
  nodeId: z.ZodNumber;
@@ -368,238 +106,40 @@ export declare const JsIncompleteUnassignedSchema: z.ZodObject<{
368
106
  submitter: z.ZodString;
369
107
  reassignmentCounter: z.ZodNumber;
370
108
  packageName: z.ZodString;
371
- }, "strip", z.ZodTypeAny, {
372
- contractId: string;
373
- offset: number;
374
- templateId: string;
375
- packageName: string;
376
- submitter: string;
377
- reassignmentId: string;
378
- source: string;
379
- target: string;
380
- nodeId: number;
381
- reassignmentCounter: number;
382
- }, {
383
- contractId: string;
384
- offset: number;
385
- templateId: string;
386
- packageName: string;
387
- submitter: string;
388
- reassignmentId: string;
389
- source: string;
390
- target: string;
391
- nodeId: number;
392
- reassignmentCounter: number;
393
- }>;
394
- }, "strip", z.ZodTypeAny, {
395
- createdEvent: {
396
- contractId: string;
397
- offset: number;
398
- templateId: string;
399
- packageName: string;
400
- contractKey: string | null;
401
- createdEventBlob: string;
402
- nodeId: number;
403
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
404
- interfaceViews: string[];
405
- witnessParties: string[];
406
- signatories: string[];
407
- observers: string[];
408
- createdAt: string;
409
- implementedInterfaces?: string[] | undefined;
410
- };
411
- unassignedEvent: {
412
- contractId: string;
413
- offset: number;
414
- templateId: string;
415
- packageName: string;
416
- submitter: string;
417
- reassignmentId: string;
418
- source: string;
419
- target: string;
420
- nodeId: number;
421
- reassignmentCounter: number;
422
- };
423
- }, {
424
- createdEvent: {
425
- contractId: string;
426
- offset: number;
427
- templateId: string;
428
- packageName: string;
429
- contractKey: string | null;
430
- createdEventBlob: string;
431
- nodeId: number;
432
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
433
- interfaceViews: string[];
434
- witnessParties: string[];
435
- signatories: string[];
436
- observers: string[];
437
- createdAt: string;
438
- implementedInterfaces?: string[] | undefined;
439
- };
440
- unassignedEvent: {
441
- contractId: string;
442
- offset: number;
443
- templateId: string;
444
- packageName: string;
445
- submitter: string;
446
- reassignmentId: string;
447
- source: string;
448
- target: string;
449
- nodeId: number;
450
- reassignmentCounter: number;
451
- };
452
- }>;
109
+ }, z.core.$strip>;
110
+ }, z.core.$strip>;
453
111
  /**
454
112
  * Empty contract entry.
455
113
  */
456
- export declare const JsEmptySchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
114
+ export declare const JsEmptySchema: z.ZodObject<{}, z.core.$strip>;
457
115
  /**
458
116
  * Contract entry (oneOf all contract entry types).
459
117
  */
460
- export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
118
+ export declare const JsContractEntrySchema: z.ZodUnion<readonly [z.ZodObject<{
461
119
  JsActiveContract: z.ZodObject<{
462
- /** Created event details. */
463
120
  createdEvent: z.ZodObject<{
464
121
  offset: z.ZodNumber;
465
122
  nodeId: z.ZodNumber;
466
123
  contractId: z.ZodString;
467
124
  templateId: z.ZodString;
468
125
  contractKey: z.ZodNullable<z.ZodString>;
469
- createArgument: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodRecord<z.ZodString, z.ZodAny>, z.ZodArray<z.ZodAny, "many">]>>;
126
+ createArgument: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodRecord<z.ZodString, z.ZodAny>, z.ZodArray<z.ZodAny>]>>;
470
127
  createdEventBlob: z.ZodString;
471
- interfaceViews: z.ZodArray<z.ZodString, "many">;
472
- witnessParties: z.ZodArray<z.ZodString, "many">;
473
- signatories: z.ZodArray<z.ZodString, "many">;
474
- observers: z.ZodArray<z.ZodString, "many">;
128
+ interfaceViews: z.ZodArray<z.ZodString>;
129
+ witnessParties: z.ZodArray<z.ZodString>;
130
+ signatories: z.ZodArray<z.ZodString>;
131
+ observers: z.ZodArray<z.ZodString>;
475
132
  createdAt: z.ZodString;
476
133
  packageName: z.ZodString;
477
- implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
478
- }, "strip", z.ZodTypeAny, {
479
- contractId: string;
480
- offset: number;
481
- templateId: string;
482
- packageName: string;
483
- contractKey: string | null;
484
- createdEventBlob: string;
485
- nodeId: number;
486
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
487
- interfaceViews: string[];
488
- witnessParties: string[];
489
- signatories: string[];
490
- observers: string[];
491
- createdAt: string;
492
- implementedInterfaces?: string[] | undefined;
493
- }, {
494
- contractId: string;
495
- offset: number;
496
- templateId: string;
497
- packageName: string;
498
- contractKey: string | null;
499
- createdEventBlob: string;
500
- nodeId: number;
501
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
502
- interfaceViews: string[];
503
- witnessParties: string[];
504
- signatories: string[];
505
- observers: string[];
506
- createdAt: string;
507
- implementedInterfaces?: string[] | undefined;
508
- }>;
509
- /** Synchronizer ID. */
134
+ implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString>>;
135
+ }, z.core.$strip>;
510
136
  synchronizerId: z.ZodString;
511
- /** Reassignment counter. */
512
137
  reassignmentCounter: z.ZodNumber;
513
- }, "strip", z.ZodTypeAny, {
514
- synchronizerId: string;
515
- reassignmentCounter: number;
516
- createdEvent: {
517
- contractId: string;
518
- offset: number;
519
- templateId: string;
520
- packageName: string;
521
- contractKey: string | null;
522
- createdEventBlob: string;
523
- nodeId: number;
524
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
525
- interfaceViews: string[];
526
- witnessParties: string[];
527
- signatories: string[];
528
- observers: string[];
529
- createdAt: string;
530
- implementedInterfaces?: string[] | undefined;
531
- };
532
- }, {
533
- synchronizerId: string;
534
- reassignmentCounter: number;
535
- createdEvent: {
536
- contractId: string;
537
- offset: number;
538
- templateId: string;
539
- packageName: string;
540
- contractKey: string | null;
541
- createdEventBlob: string;
542
- nodeId: number;
543
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
544
- interfaceViews: string[];
545
- witnessParties: string[];
546
- signatories: string[];
547
- observers: string[];
548
- createdAt: string;
549
- implementedInterfaces?: string[] | undefined;
550
- };
551
- }>;
552
- }, "strip", z.ZodTypeAny, {
553
- JsActiveContract: {
554
- synchronizerId: string;
555
- reassignmentCounter: number;
556
- createdEvent: {
557
- contractId: string;
558
- offset: number;
559
- templateId: string;
560
- packageName: string;
561
- contractKey: string | null;
562
- createdEventBlob: string;
563
- nodeId: number;
564
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
565
- interfaceViews: string[];
566
- witnessParties: string[];
567
- signatories: string[];
568
- observers: string[];
569
- createdAt: string;
570
- implementedInterfaces?: string[] | undefined;
571
- };
572
- };
573
- }, {
574
- JsActiveContract: {
575
- synchronizerId: string;
576
- reassignmentCounter: number;
577
- createdEvent: {
578
- contractId: string;
579
- offset: number;
580
- templateId: string;
581
- packageName: string;
582
- contractKey: string | null;
583
- createdEventBlob: string;
584
- nodeId: number;
585
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
586
- interfaceViews: string[];
587
- witnessParties: string[];
588
- signatories: string[];
589
- observers: string[];
590
- createdAt: string;
591
- implementedInterfaces?: string[] | undefined;
592
- };
593
- };
594
- }>, z.ZodObject<{
595
- JsEmpty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
596
- }, "strip", z.ZodTypeAny, {
597
- JsEmpty: {};
598
- }, {
599
- JsEmpty: {};
600
- }>, z.ZodObject<{
138
+ }, z.core.$strip>;
139
+ }, z.core.$strip>, z.ZodObject<{
140
+ JsEmpty: z.ZodObject<{}, z.core.$strip>;
141
+ }, z.core.$strip>, z.ZodObject<{
601
142
  JsIncompleteAssigned: z.ZodObject<{
602
- /** Assigned event details. */
603
143
  assignedEvent: z.ZodObject<{
604
144
  offset: z.ZodNumber;
605
145
  nodeId: z.ZodNumber;
@@ -611,136 +151,26 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
611
151
  submitter: z.ZodString;
612
152
  reassignmentCounter: z.ZodNumber;
613
153
  packageName: z.ZodString;
614
- }, "strip", z.ZodTypeAny, {
615
- contractId: string;
616
- offset: number;
617
- templateId: string;
618
- packageName: string;
619
- submitter: string;
620
- reassignmentId: string;
621
- source: string;
622
- target: string;
623
- nodeId: number;
624
- reassignmentCounter: number;
625
- }, {
626
- contractId: string;
627
- offset: number;
628
- templateId: string;
629
- packageName: string;
630
- submitter: string;
631
- reassignmentId: string;
632
- source: string;
633
- target: string;
634
- nodeId: number;
635
- reassignmentCounter: number;
636
- }>;
637
- }, "strip", z.ZodTypeAny, {
638
- assignedEvent: {
639
- contractId: string;
640
- offset: number;
641
- templateId: string;
642
- packageName: string;
643
- submitter: string;
644
- reassignmentId: string;
645
- source: string;
646
- target: string;
647
- nodeId: number;
648
- reassignmentCounter: number;
649
- };
650
- }, {
651
- assignedEvent: {
652
- contractId: string;
653
- offset: number;
654
- templateId: string;
655
- packageName: string;
656
- submitter: string;
657
- reassignmentId: string;
658
- source: string;
659
- target: string;
660
- nodeId: number;
661
- reassignmentCounter: number;
662
- };
663
- }>;
664
- }, "strip", z.ZodTypeAny, {
665
- JsIncompleteAssigned: {
666
- assignedEvent: {
667
- contractId: string;
668
- offset: number;
669
- templateId: string;
670
- packageName: string;
671
- submitter: string;
672
- reassignmentId: string;
673
- source: string;
674
- target: string;
675
- nodeId: number;
676
- reassignmentCounter: number;
677
- };
678
- };
679
- }, {
680
- JsIncompleteAssigned: {
681
- assignedEvent: {
682
- contractId: string;
683
- offset: number;
684
- templateId: string;
685
- packageName: string;
686
- submitter: string;
687
- reassignmentId: string;
688
- source: string;
689
- target: string;
690
- nodeId: number;
691
- reassignmentCounter: number;
692
- };
693
- };
694
- }>, z.ZodObject<{
154
+ }, z.core.$strip>;
155
+ }, z.core.$strip>;
156
+ }, z.core.$strip>, z.ZodObject<{
695
157
  JsIncompleteUnassigned: z.ZodObject<{
696
- /** Created event details. */
697
158
  createdEvent: z.ZodObject<{
698
159
  offset: z.ZodNumber;
699
160
  nodeId: z.ZodNumber;
700
161
  contractId: z.ZodString;
701
162
  templateId: z.ZodString;
702
163
  contractKey: z.ZodNullable<z.ZodString>;
703
- createArgument: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodRecord<z.ZodString, z.ZodAny>, z.ZodArray<z.ZodAny, "many">]>>;
164
+ createArgument: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodRecord<z.ZodString, z.ZodAny>, z.ZodArray<z.ZodAny>]>>;
704
165
  createdEventBlob: z.ZodString;
705
- interfaceViews: z.ZodArray<z.ZodString, "many">;
706
- witnessParties: z.ZodArray<z.ZodString, "many">;
707
- signatories: z.ZodArray<z.ZodString, "many">;
708
- observers: z.ZodArray<z.ZodString, "many">;
166
+ interfaceViews: z.ZodArray<z.ZodString>;
167
+ witnessParties: z.ZodArray<z.ZodString>;
168
+ signatories: z.ZodArray<z.ZodString>;
169
+ observers: z.ZodArray<z.ZodString>;
709
170
  createdAt: z.ZodString;
710
171
  packageName: z.ZodString;
711
- implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
712
- }, "strip", z.ZodTypeAny, {
713
- contractId: string;
714
- offset: number;
715
- templateId: string;
716
- packageName: string;
717
- contractKey: string | null;
718
- createdEventBlob: string;
719
- nodeId: number;
720
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
721
- interfaceViews: string[];
722
- witnessParties: string[];
723
- signatories: string[];
724
- observers: string[];
725
- createdAt: string;
726
- implementedInterfaces?: string[] | undefined;
727
- }, {
728
- contractId: string;
729
- offset: number;
730
- templateId: string;
731
- packageName: string;
732
- contractKey: string | null;
733
- createdEventBlob: string;
734
- nodeId: number;
735
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
736
- interfaceViews: string[];
737
- witnessParties: string[];
738
- signatories: string[];
739
- observers: string[];
740
- createdAt: string;
741
- implementedInterfaces?: string[] | undefined;
742
- }>;
743
- /** Unassigned event details. */
172
+ implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString>>;
173
+ }, z.core.$strip>;
744
174
  unassignedEvent: z.ZodObject<{
745
175
  offset: z.ZodNumber;
746
176
  nodeId: z.ZodNumber;
@@ -752,301 +182,39 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
752
182
  submitter: z.ZodString;
753
183
  reassignmentCounter: z.ZodNumber;
754
184
  packageName: z.ZodString;
755
- }, "strip", z.ZodTypeAny, {
756
- contractId: string;
757
- offset: number;
758
- templateId: string;
759
- packageName: string;
760
- submitter: string;
761
- reassignmentId: string;
762
- source: string;
763
- target: string;
764
- nodeId: number;
765
- reassignmentCounter: number;
766
- }, {
767
- contractId: string;
768
- offset: number;
769
- templateId: string;
770
- packageName: string;
771
- submitter: string;
772
- reassignmentId: string;
773
- source: string;
774
- target: string;
775
- nodeId: number;
776
- reassignmentCounter: number;
777
- }>;
778
- }, "strip", z.ZodTypeAny, {
779
- createdEvent: {
780
- contractId: string;
781
- offset: number;
782
- templateId: string;
783
- packageName: string;
784
- contractKey: string | null;
785
- createdEventBlob: string;
786
- nodeId: number;
787
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
788
- interfaceViews: string[];
789
- witnessParties: string[];
790
- signatories: string[];
791
- observers: string[];
792
- createdAt: string;
793
- implementedInterfaces?: string[] | undefined;
794
- };
795
- unassignedEvent: {
796
- contractId: string;
797
- offset: number;
798
- templateId: string;
799
- packageName: string;
800
- submitter: string;
801
- reassignmentId: string;
802
- source: string;
803
- target: string;
804
- nodeId: number;
805
- reassignmentCounter: number;
806
- };
807
- }, {
808
- createdEvent: {
809
- contractId: string;
810
- offset: number;
811
- templateId: string;
812
- packageName: string;
813
- contractKey: string | null;
814
- createdEventBlob: string;
815
- nodeId: number;
816
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
817
- interfaceViews: string[];
818
- witnessParties: string[];
819
- signatories: string[];
820
- observers: string[];
821
- createdAt: string;
822
- implementedInterfaces?: string[] | undefined;
823
- };
824
- unassignedEvent: {
825
- contractId: string;
826
- offset: number;
827
- templateId: string;
828
- packageName: string;
829
- submitter: string;
830
- reassignmentId: string;
831
- source: string;
832
- target: string;
833
- nodeId: number;
834
- reassignmentCounter: number;
835
- };
836
- }>;
837
- }, "strip", z.ZodTypeAny, {
838
- JsIncompleteUnassigned: {
839
- createdEvent: {
840
- contractId: string;
841
- offset: number;
842
- templateId: string;
843
- packageName: string;
844
- contractKey: string | null;
845
- createdEventBlob: string;
846
- nodeId: number;
847
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
848
- interfaceViews: string[];
849
- witnessParties: string[];
850
- signatories: string[];
851
- observers: string[];
852
- createdAt: string;
853
- implementedInterfaces?: string[] | undefined;
854
- };
855
- unassignedEvent: {
856
- contractId: string;
857
- offset: number;
858
- templateId: string;
859
- packageName: string;
860
- submitter: string;
861
- reassignmentId: string;
862
- source: string;
863
- target: string;
864
- nodeId: number;
865
- reassignmentCounter: number;
866
- };
867
- };
868
- }, {
869
- JsIncompleteUnassigned: {
870
- createdEvent: {
871
- contractId: string;
872
- offset: number;
873
- templateId: string;
874
- packageName: string;
875
- contractKey: string | null;
876
- createdEventBlob: string;
877
- nodeId: number;
878
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
879
- interfaceViews: string[];
880
- witnessParties: string[];
881
- signatories: string[];
882
- observers: string[];
883
- createdAt: string;
884
- implementedInterfaces?: string[] | undefined;
885
- };
886
- unassignedEvent: {
887
- contractId: string;
888
- offset: number;
889
- templateId: string;
890
- packageName: string;
891
- submitter: string;
892
- reassignmentId: string;
893
- source: string;
894
- target: string;
895
- nodeId: number;
896
- reassignmentCounter: number;
897
- };
898
- };
899
- }>]>;
185
+ }, z.core.$strip>;
186
+ }, z.core.$strip>;
187
+ }, z.core.$strip>]>;
900
188
  /**
901
189
  * Get active contracts response item.
902
190
  */
903
191
  export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
904
- /** Workflow ID (optional). */
905
192
  workflowId: z.ZodOptional<z.ZodString>;
906
- /** Contract entry. */
907
- contractEntry: z.ZodUnion<[z.ZodObject<{
193
+ contractEntry: z.ZodUnion<readonly [z.ZodObject<{
908
194
  JsActiveContract: z.ZodObject<{
909
- /** Created event details. */
910
195
  createdEvent: z.ZodObject<{
911
196
  offset: z.ZodNumber;
912
197
  nodeId: z.ZodNumber;
913
198
  contractId: z.ZodString;
914
199
  templateId: z.ZodString;
915
200
  contractKey: z.ZodNullable<z.ZodString>;
916
- createArgument: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodRecord<z.ZodString, z.ZodAny>, z.ZodArray<z.ZodAny, "many">]>>;
201
+ createArgument: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodRecord<z.ZodString, z.ZodAny>, z.ZodArray<z.ZodAny>]>>;
917
202
  createdEventBlob: z.ZodString;
918
- interfaceViews: z.ZodArray<z.ZodString, "many">;
919
- witnessParties: z.ZodArray<z.ZodString, "many">;
920
- signatories: z.ZodArray<z.ZodString, "many">;
921
- observers: z.ZodArray<z.ZodString, "many">;
203
+ interfaceViews: z.ZodArray<z.ZodString>;
204
+ witnessParties: z.ZodArray<z.ZodString>;
205
+ signatories: z.ZodArray<z.ZodString>;
206
+ observers: z.ZodArray<z.ZodString>;
922
207
  createdAt: z.ZodString;
923
208
  packageName: z.ZodString;
924
- implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
925
- }, "strip", z.ZodTypeAny, {
926
- contractId: string;
927
- offset: number;
928
- templateId: string;
929
- packageName: string;
930
- contractKey: string | null;
931
- createdEventBlob: string;
932
- nodeId: number;
933
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
934
- interfaceViews: string[];
935
- witnessParties: string[];
936
- signatories: string[];
937
- observers: string[];
938
- createdAt: string;
939
- implementedInterfaces?: string[] | undefined;
940
- }, {
941
- contractId: string;
942
- offset: number;
943
- templateId: string;
944
- packageName: string;
945
- contractKey: string | null;
946
- createdEventBlob: string;
947
- nodeId: number;
948
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
949
- interfaceViews: string[];
950
- witnessParties: string[];
951
- signatories: string[];
952
- observers: string[];
953
- createdAt: string;
954
- implementedInterfaces?: string[] | undefined;
955
- }>;
956
- /** Synchronizer ID. */
209
+ implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString>>;
210
+ }, z.core.$strip>;
957
211
  synchronizerId: z.ZodString;
958
- /** Reassignment counter. */
959
212
  reassignmentCounter: z.ZodNumber;
960
- }, "strip", z.ZodTypeAny, {
961
- synchronizerId: string;
962
- reassignmentCounter: number;
963
- createdEvent: {
964
- contractId: string;
965
- offset: number;
966
- templateId: string;
967
- packageName: string;
968
- contractKey: string | null;
969
- createdEventBlob: string;
970
- nodeId: number;
971
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
972
- interfaceViews: string[];
973
- witnessParties: string[];
974
- signatories: string[];
975
- observers: string[];
976
- createdAt: string;
977
- implementedInterfaces?: string[] | undefined;
978
- };
979
- }, {
980
- synchronizerId: string;
981
- reassignmentCounter: number;
982
- createdEvent: {
983
- contractId: string;
984
- offset: number;
985
- templateId: string;
986
- packageName: string;
987
- contractKey: string | null;
988
- createdEventBlob: string;
989
- nodeId: number;
990
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
991
- interfaceViews: string[];
992
- witnessParties: string[];
993
- signatories: string[];
994
- observers: string[];
995
- createdAt: string;
996
- implementedInterfaces?: string[] | undefined;
997
- };
998
- }>;
999
- }, "strip", z.ZodTypeAny, {
1000
- JsActiveContract: {
1001
- synchronizerId: string;
1002
- reassignmentCounter: number;
1003
- createdEvent: {
1004
- contractId: string;
1005
- offset: number;
1006
- templateId: string;
1007
- packageName: string;
1008
- contractKey: string | null;
1009
- createdEventBlob: string;
1010
- nodeId: number;
1011
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1012
- interfaceViews: string[];
1013
- witnessParties: string[];
1014
- signatories: string[];
1015
- observers: string[];
1016
- createdAt: string;
1017
- implementedInterfaces?: string[] | undefined;
1018
- };
1019
- };
1020
- }, {
1021
- JsActiveContract: {
1022
- synchronizerId: string;
1023
- reassignmentCounter: number;
1024
- createdEvent: {
1025
- contractId: string;
1026
- offset: number;
1027
- templateId: string;
1028
- packageName: string;
1029
- contractKey: string | null;
1030
- createdEventBlob: string;
1031
- nodeId: number;
1032
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1033
- interfaceViews: string[];
1034
- witnessParties: string[];
1035
- signatories: string[];
1036
- observers: string[];
1037
- createdAt: string;
1038
- implementedInterfaces?: string[] | undefined;
1039
- };
1040
- };
1041
- }>, z.ZodObject<{
1042
- JsEmpty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1043
- }, "strip", z.ZodTypeAny, {
1044
- JsEmpty: {};
1045
- }, {
1046
- JsEmpty: {};
1047
- }>, z.ZodObject<{
213
+ }, z.core.$strip>;
214
+ }, z.core.$strip>, z.ZodObject<{
215
+ JsEmpty: z.ZodObject<{}, z.core.$strip>;
216
+ }, z.core.$strip>, z.ZodObject<{
1048
217
  JsIncompleteAssigned: z.ZodObject<{
1049
- /** Assigned event details. */
1050
218
  assignedEvent: z.ZodObject<{
1051
219
  offset: z.ZodNumber;
1052
220
  nodeId: z.ZodNumber;
@@ -1058,136 +226,26 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
1058
226
  submitter: z.ZodString;
1059
227
  reassignmentCounter: z.ZodNumber;
1060
228
  packageName: z.ZodString;
1061
- }, "strip", z.ZodTypeAny, {
1062
- contractId: string;
1063
- offset: number;
1064
- templateId: string;
1065
- packageName: string;
1066
- submitter: string;
1067
- reassignmentId: string;
1068
- source: string;
1069
- target: string;
1070
- nodeId: number;
1071
- reassignmentCounter: number;
1072
- }, {
1073
- contractId: string;
1074
- offset: number;
1075
- templateId: string;
1076
- packageName: string;
1077
- submitter: string;
1078
- reassignmentId: string;
1079
- source: string;
1080
- target: string;
1081
- nodeId: number;
1082
- reassignmentCounter: number;
1083
- }>;
1084
- }, "strip", z.ZodTypeAny, {
1085
- assignedEvent: {
1086
- contractId: string;
1087
- offset: number;
1088
- templateId: string;
1089
- packageName: string;
1090
- submitter: string;
1091
- reassignmentId: string;
1092
- source: string;
1093
- target: string;
1094
- nodeId: number;
1095
- reassignmentCounter: number;
1096
- };
1097
- }, {
1098
- assignedEvent: {
1099
- contractId: string;
1100
- offset: number;
1101
- templateId: string;
1102
- packageName: string;
1103
- submitter: string;
1104
- reassignmentId: string;
1105
- source: string;
1106
- target: string;
1107
- nodeId: number;
1108
- reassignmentCounter: number;
1109
- };
1110
- }>;
1111
- }, "strip", z.ZodTypeAny, {
1112
- JsIncompleteAssigned: {
1113
- assignedEvent: {
1114
- contractId: string;
1115
- offset: number;
1116
- templateId: string;
1117
- packageName: string;
1118
- submitter: string;
1119
- reassignmentId: string;
1120
- source: string;
1121
- target: string;
1122
- nodeId: number;
1123
- reassignmentCounter: number;
1124
- };
1125
- };
1126
- }, {
1127
- JsIncompleteAssigned: {
1128
- assignedEvent: {
1129
- contractId: string;
1130
- offset: number;
1131
- templateId: string;
1132
- packageName: string;
1133
- submitter: string;
1134
- reassignmentId: string;
1135
- source: string;
1136
- target: string;
1137
- nodeId: number;
1138
- reassignmentCounter: number;
1139
- };
1140
- };
1141
- }>, z.ZodObject<{
229
+ }, z.core.$strip>;
230
+ }, z.core.$strip>;
231
+ }, z.core.$strip>, z.ZodObject<{
1142
232
  JsIncompleteUnassigned: z.ZodObject<{
1143
- /** Created event details. */
1144
233
  createdEvent: z.ZodObject<{
1145
234
  offset: z.ZodNumber;
1146
235
  nodeId: z.ZodNumber;
1147
236
  contractId: z.ZodString;
1148
237
  templateId: z.ZodString;
1149
238
  contractKey: z.ZodNullable<z.ZodString>;
1150
- createArgument: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodRecord<z.ZodString, z.ZodAny>, z.ZodArray<z.ZodAny, "many">]>>;
239
+ createArgument: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodRecord<z.ZodString, z.ZodAny>, z.ZodArray<z.ZodAny>]>>;
1151
240
  createdEventBlob: z.ZodString;
1152
- interfaceViews: z.ZodArray<z.ZodString, "many">;
1153
- witnessParties: z.ZodArray<z.ZodString, "many">;
1154
- signatories: z.ZodArray<z.ZodString, "many">;
1155
- observers: z.ZodArray<z.ZodString, "many">;
241
+ interfaceViews: z.ZodArray<z.ZodString>;
242
+ witnessParties: z.ZodArray<z.ZodString>;
243
+ signatories: z.ZodArray<z.ZodString>;
244
+ observers: z.ZodArray<z.ZodString>;
1156
245
  createdAt: z.ZodString;
1157
246
  packageName: z.ZodString;
1158
- implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1159
- }, "strip", z.ZodTypeAny, {
1160
- contractId: string;
1161
- offset: number;
1162
- templateId: string;
1163
- packageName: string;
1164
- contractKey: string | null;
1165
- createdEventBlob: string;
1166
- nodeId: number;
1167
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1168
- interfaceViews: string[];
1169
- witnessParties: string[];
1170
- signatories: string[];
1171
- observers: string[];
1172
- createdAt: string;
1173
- implementedInterfaces?: string[] | undefined;
1174
- }, {
1175
- contractId: string;
1176
- offset: number;
1177
- templateId: string;
1178
- packageName: string;
1179
- contractKey: string | null;
1180
- createdEventBlob: string;
1181
- nodeId: number;
1182
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1183
- interfaceViews: string[];
1184
- witnessParties: string[];
1185
- signatories: string[];
1186
- observers: string[];
1187
- createdAt: string;
1188
- implementedInterfaces?: string[] | undefined;
1189
- }>;
1190
- /** Unassigned event details. */
247
+ implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString>>;
248
+ }, z.core.$strip>;
1191
249
  unassignedEvent: z.ZodObject<{
1192
250
  offset: z.ZodNumber;
1193
251
  nodeId: z.ZodNumber;
@@ -1199,446 +257,40 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
1199
257
  submitter: z.ZodString;
1200
258
  reassignmentCounter: z.ZodNumber;
1201
259
  packageName: z.ZodString;
1202
- }, "strip", z.ZodTypeAny, {
1203
- contractId: string;
1204
- offset: number;
1205
- templateId: string;
1206
- packageName: string;
1207
- submitter: string;
1208
- reassignmentId: string;
1209
- source: string;
1210
- target: string;
1211
- nodeId: number;
1212
- reassignmentCounter: number;
1213
- }, {
1214
- contractId: string;
1215
- offset: number;
1216
- templateId: string;
1217
- packageName: string;
1218
- submitter: string;
1219
- reassignmentId: string;
1220
- source: string;
1221
- target: string;
1222
- nodeId: number;
1223
- reassignmentCounter: number;
1224
- }>;
1225
- }, "strip", z.ZodTypeAny, {
1226
- createdEvent: {
1227
- contractId: string;
1228
- offset: number;
1229
- templateId: string;
1230
- packageName: string;
1231
- contractKey: string | null;
1232
- createdEventBlob: string;
1233
- nodeId: number;
1234
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1235
- interfaceViews: string[];
1236
- witnessParties: string[];
1237
- signatories: string[];
1238
- observers: string[];
1239
- createdAt: string;
1240
- implementedInterfaces?: string[] | undefined;
1241
- };
1242
- unassignedEvent: {
1243
- contractId: string;
1244
- offset: number;
1245
- templateId: string;
1246
- packageName: string;
1247
- submitter: string;
1248
- reassignmentId: string;
1249
- source: string;
1250
- target: string;
1251
- nodeId: number;
1252
- reassignmentCounter: number;
1253
- };
1254
- }, {
1255
- createdEvent: {
1256
- contractId: string;
1257
- offset: number;
1258
- templateId: string;
1259
- packageName: string;
1260
- contractKey: string | null;
1261
- createdEventBlob: string;
1262
- nodeId: number;
1263
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1264
- interfaceViews: string[];
1265
- witnessParties: string[];
1266
- signatories: string[];
1267
- observers: string[];
1268
- createdAt: string;
1269
- implementedInterfaces?: string[] | undefined;
1270
- };
1271
- unassignedEvent: {
1272
- contractId: string;
1273
- offset: number;
1274
- templateId: string;
1275
- packageName: string;
1276
- submitter: string;
1277
- reassignmentId: string;
1278
- source: string;
1279
- target: string;
1280
- nodeId: number;
1281
- reassignmentCounter: number;
1282
- };
1283
- }>;
1284
- }, "strip", z.ZodTypeAny, {
1285
- JsIncompleteUnassigned: {
1286
- createdEvent: {
1287
- contractId: string;
1288
- offset: number;
1289
- templateId: string;
1290
- packageName: string;
1291
- contractKey: string | null;
1292
- createdEventBlob: string;
1293
- nodeId: number;
1294
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1295
- interfaceViews: string[];
1296
- witnessParties: string[];
1297
- signatories: string[];
1298
- observers: string[];
1299
- createdAt: string;
1300
- implementedInterfaces?: string[] | undefined;
1301
- };
1302
- unassignedEvent: {
1303
- contractId: string;
1304
- offset: number;
1305
- templateId: string;
1306
- packageName: string;
1307
- submitter: string;
1308
- reassignmentId: string;
1309
- source: string;
1310
- target: string;
1311
- nodeId: number;
1312
- reassignmentCounter: number;
1313
- };
1314
- };
1315
- }, {
1316
- JsIncompleteUnassigned: {
1317
- createdEvent: {
1318
- contractId: string;
1319
- offset: number;
1320
- templateId: string;
1321
- packageName: string;
1322
- contractKey: string | null;
1323
- createdEventBlob: string;
1324
- nodeId: number;
1325
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1326
- interfaceViews: string[];
1327
- witnessParties: string[];
1328
- signatories: string[];
1329
- observers: string[];
1330
- createdAt: string;
1331
- implementedInterfaces?: string[] | undefined;
1332
- };
1333
- unassignedEvent: {
1334
- contractId: string;
1335
- offset: number;
1336
- templateId: string;
1337
- packageName: string;
1338
- submitter: string;
1339
- reassignmentId: string;
1340
- source: string;
1341
- target: string;
1342
- nodeId: number;
1343
- reassignmentCounter: number;
1344
- };
1345
- };
1346
- }>]>;
1347
- }, "strip", z.ZodTypeAny, {
1348
- contractEntry: {
1349
- JsActiveContract: {
1350
- synchronizerId: string;
1351
- reassignmentCounter: number;
1352
- createdEvent: {
1353
- contractId: string;
1354
- offset: number;
1355
- templateId: string;
1356
- packageName: string;
1357
- contractKey: string | null;
1358
- createdEventBlob: string;
1359
- nodeId: number;
1360
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1361
- interfaceViews: string[];
1362
- witnessParties: string[];
1363
- signatories: string[];
1364
- observers: string[];
1365
- createdAt: string;
1366
- implementedInterfaces?: string[] | undefined;
1367
- };
1368
- };
1369
- } | {
1370
- JsEmpty: {};
1371
- } | {
1372
- JsIncompleteAssigned: {
1373
- assignedEvent: {
1374
- contractId: string;
1375
- offset: number;
1376
- templateId: string;
1377
- packageName: string;
1378
- submitter: string;
1379
- reassignmentId: string;
1380
- source: string;
1381
- target: string;
1382
- nodeId: number;
1383
- reassignmentCounter: number;
1384
- };
1385
- };
1386
- } | {
1387
- JsIncompleteUnassigned: {
1388
- createdEvent: {
1389
- contractId: string;
1390
- offset: number;
1391
- templateId: string;
1392
- packageName: string;
1393
- contractKey: string | null;
1394
- createdEventBlob: string;
1395
- nodeId: number;
1396
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1397
- interfaceViews: string[];
1398
- witnessParties: string[];
1399
- signatories: string[];
1400
- observers: string[];
1401
- createdAt: string;
1402
- implementedInterfaces?: string[] | undefined;
1403
- };
1404
- unassignedEvent: {
1405
- contractId: string;
1406
- offset: number;
1407
- templateId: string;
1408
- packageName: string;
1409
- submitter: string;
1410
- reassignmentId: string;
1411
- source: string;
1412
- target: string;
1413
- nodeId: number;
1414
- reassignmentCounter: number;
1415
- };
1416
- };
1417
- };
1418
- workflowId?: string | undefined;
1419
- }, {
1420
- contractEntry: {
1421
- JsActiveContract: {
1422
- synchronizerId: string;
1423
- reassignmentCounter: number;
1424
- createdEvent: {
1425
- contractId: string;
1426
- offset: number;
1427
- templateId: string;
1428
- packageName: string;
1429
- contractKey: string | null;
1430
- createdEventBlob: string;
1431
- nodeId: number;
1432
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1433
- interfaceViews: string[];
1434
- witnessParties: string[];
1435
- signatories: string[];
1436
- observers: string[];
1437
- createdAt: string;
1438
- implementedInterfaces?: string[] | undefined;
1439
- };
1440
- };
1441
- } | {
1442
- JsEmpty: {};
1443
- } | {
1444
- JsIncompleteAssigned: {
1445
- assignedEvent: {
1446
- contractId: string;
1447
- offset: number;
1448
- templateId: string;
1449
- packageName: string;
1450
- submitter: string;
1451
- reassignmentId: string;
1452
- source: string;
1453
- target: string;
1454
- nodeId: number;
1455
- reassignmentCounter: number;
1456
- };
1457
- };
1458
- } | {
1459
- JsIncompleteUnassigned: {
1460
- createdEvent: {
1461
- contractId: string;
1462
- offset: number;
1463
- templateId: string;
1464
- packageName: string;
1465
- contractKey: string | null;
1466
- createdEventBlob: string;
1467
- nodeId: number;
1468
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1469
- interfaceViews: string[];
1470
- witnessParties: string[];
1471
- signatories: string[];
1472
- observers: string[];
1473
- createdAt: string;
1474
- implementedInterfaces?: string[] | undefined;
1475
- };
1476
- unassignedEvent: {
1477
- contractId: string;
1478
- offset: number;
1479
- templateId: string;
1480
- packageName: string;
1481
- submitter: string;
1482
- reassignmentId: string;
1483
- source: string;
1484
- target: string;
1485
- nodeId: number;
1486
- reassignmentCounter: number;
1487
- };
1488
- };
1489
- };
1490
- workflowId?: string | undefined;
1491
- }>;
260
+ }, z.core.$strip>;
261
+ }, z.core.$strip>;
262
+ }, z.core.$strip>]>;
263
+ }, z.core.$strip>;
1492
264
  /**
1493
265
  * Get active contracts response (array of contract entries).
1494
266
  */
1495
267
  export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<{
1496
- /** Workflow ID (optional). */
1497
268
  workflowId: z.ZodOptional<z.ZodString>;
1498
- /** Contract entry. */
1499
- contractEntry: z.ZodUnion<[z.ZodObject<{
269
+ contractEntry: z.ZodUnion<readonly [z.ZodObject<{
1500
270
  JsActiveContract: z.ZodObject<{
1501
- /** Created event details. */
1502
271
  createdEvent: z.ZodObject<{
1503
272
  offset: z.ZodNumber;
1504
273
  nodeId: z.ZodNumber;
1505
274
  contractId: z.ZodString;
1506
275
  templateId: z.ZodString;
1507
276
  contractKey: z.ZodNullable<z.ZodString>;
1508
- createArgument: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodRecord<z.ZodString, z.ZodAny>, z.ZodArray<z.ZodAny, "many">]>>;
277
+ createArgument: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodRecord<z.ZodString, z.ZodAny>, z.ZodArray<z.ZodAny>]>>;
1509
278
  createdEventBlob: z.ZodString;
1510
- interfaceViews: z.ZodArray<z.ZodString, "many">;
1511
- witnessParties: z.ZodArray<z.ZodString, "many">;
1512
- signatories: z.ZodArray<z.ZodString, "many">;
1513
- observers: z.ZodArray<z.ZodString, "many">;
279
+ interfaceViews: z.ZodArray<z.ZodString>;
280
+ witnessParties: z.ZodArray<z.ZodString>;
281
+ signatories: z.ZodArray<z.ZodString>;
282
+ observers: z.ZodArray<z.ZodString>;
1514
283
  createdAt: z.ZodString;
1515
284
  packageName: z.ZodString;
1516
- implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1517
- }, "strip", z.ZodTypeAny, {
1518
- contractId: string;
1519
- offset: number;
1520
- templateId: string;
1521
- packageName: string;
1522
- contractKey: string | null;
1523
- createdEventBlob: string;
1524
- nodeId: number;
1525
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1526
- interfaceViews: string[];
1527
- witnessParties: string[];
1528
- signatories: string[];
1529
- observers: string[];
1530
- createdAt: string;
1531
- implementedInterfaces?: string[] | undefined;
1532
- }, {
1533
- contractId: string;
1534
- offset: number;
1535
- templateId: string;
1536
- packageName: string;
1537
- contractKey: string | null;
1538
- createdEventBlob: string;
1539
- nodeId: number;
1540
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1541
- interfaceViews: string[];
1542
- witnessParties: string[];
1543
- signatories: string[];
1544
- observers: string[];
1545
- createdAt: string;
1546
- implementedInterfaces?: string[] | undefined;
1547
- }>;
1548
- /** Synchronizer ID. */
285
+ implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString>>;
286
+ }, z.core.$strip>;
1549
287
  synchronizerId: z.ZodString;
1550
- /** Reassignment counter. */
1551
288
  reassignmentCounter: z.ZodNumber;
1552
- }, "strip", z.ZodTypeAny, {
1553
- synchronizerId: string;
1554
- reassignmentCounter: number;
1555
- createdEvent: {
1556
- contractId: string;
1557
- offset: number;
1558
- templateId: string;
1559
- packageName: string;
1560
- contractKey: string | null;
1561
- createdEventBlob: string;
1562
- nodeId: number;
1563
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1564
- interfaceViews: string[];
1565
- witnessParties: string[];
1566
- signatories: string[];
1567
- observers: string[];
1568
- createdAt: string;
1569
- implementedInterfaces?: string[] | undefined;
1570
- };
1571
- }, {
1572
- synchronizerId: string;
1573
- reassignmentCounter: number;
1574
- createdEvent: {
1575
- contractId: string;
1576
- offset: number;
1577
- templateId: string;
1578
- packageName: string;
1579
- contractKey: string | null;
1580
- createdEventBlob: string;
1581
- nodeId: number;
1582
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1583
- interfaceViews: string[];
1584
- witnessParties: string[];
1585
- signatories: string[];
1586
- observers: string[];
1587
- createdAt: string;
1588
- implementedInterfaces?: string[] | undefined;
1589
- };
1590
- }>;
1591
- }, "strip", z.ZodTypeAny, {
1592
- JsActiveContract: {
1593
- synchronizerId: string;
1594
- reassignmentCounter: number;
1595
- createdEvent: {
1596
- contractId: string;
1597
- offset: number;
1598
- templateId: string;
1599
- packageName: string;
1600
- contractKey: string | null;
1601
- createdEventBlob: string;
1602
- nodeId: number;
1603
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1604
- interfaceViews: string[];
1605
- witnessParties: string[];
1606
- signatories: string[];
1607
- observers: string[];
1608
- createdAt: string;
1609
- implementedInterfaces?: string[] | undefined;
1610
- };
1611
- };
1612
- }, {
1613
- JsActiveContract: {
1614
- synchronizerId: string;
1615
- reassignmentCounter: number;
1616
- createdEvent: {
1617
- contractId: string;
1618
- offset: number;
1619
- templateId: string;
1620
- packageName: string;
1621
- contractKey: string | null;
1622
- createdEventBlob: string;
1623
- nodeId: number;
1624
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1625
- interfaceViews: string[];
1626
- witnessParties: string[];
1627
- signatories: string[];
1628
- observers: string[];
1629
- createdAt: string;
1630
- implementedInterfaces?: string[] | undefined;
1631
- };
1632
- };
1633
- }>, z.ZodObject<{
1634
- JsEmpty: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1635
- }, "strip", z.ZodTypeAny, {
1636
- JsEmpty: {};
1637
- }, {
1638
- JsEmpty: {};
1639
- }>, z.ZodObject<{
289
+ }, z.core.$strip>;
290
+ }, z.core.$strip>, z.ZodObject<{
291
+ JsEmpty: z.ZodObject<{}, z.core.$strip>;
292
+ }, z.core.$strip>, z.ZodObject<{
1640
293
  JsIncompleteAssigned: z.ZodObject<{
1641
- /** Assigned event details. */
1642
294
  assignedEvent: z.ZodObject<{
1643
295
  offset: z.ZodNumber;
1644
296
  nodeId: z.ZodNumber;
@@ -1650,136 +302,26 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
1650
302
  submitter: z.ZodString;
1651
303
  reassignmentCounter: z.ZodNumber;
1652
304
  packageName: z.ZodString;
1653
- }, "strip", z.ZodTypeAny, {
1654
- contractId: string;
1655
- offset: number;
1656
- templateId: string;
1657
- packageName: string;
1658
- submitter: string;
1659
- reassignmentId: string;
1660
- source: string;
1661
- target: string;
1662
- nodeId: number;
1663
- reassignmentCounter: number;
1664
- }, {
1665
- contractId: string;
1666
- offset: number;
1667
- templateId: string;
1668
- packageName: string;
1669
- submitter: string;
1670
- reassignmentId: string;
1671
- source: string;
1672
- target: string;
1673
- nodeId: number;
1674
- reassignmentCounter: number;
1675
- }>;
1676
- }, "strip", z.ZodTypeAny, {
1677
- assignedEvent: {
1678
- contractId: string;
1679
- offset: number;
1680
- templateId: string;
1681
- packageName: string;
1682
- submitter: string;
1683
- reassignmentId: string;
1684
- source: string;
1685
- target: string;
1686
- nodeId: number;
1687
- reassignmentCounter: number;
1688
- };
1689
- }, {
1690
- assignedEvent: {
1691
- contractId: string;
1692
- offset: number;
1693
- templateId: string;
1694
- packageName: string;
1695
- submitter: string;
1696
- reassignmentId: string;
1697
- source: string;
1698
- target: string;
1699
- nodeId: number;
1700
- reassignmentCounter: number;
1701
- };
1702
- }>;
1703
- }, "strip", z.ZodTypeAny, {
1704
- JsIncompleteAssigned: {
1705
- assignedEvent: {
1706
- contractId: string;
1707
- offset: number;
1708
- templateId: string;
1709
- packageName: string;
1710
- submitter: string;
1711
- reassignmentId: string;
1712
- source: string;
1713
- target: string;
1714
- nodeId: number;
1715
- reassignmentCounter: number;
1716
- };
1717
- };
1718
- }, {
1719
- JsIncompleteAssigned: {
1720
- assignedEvent: {
1721
- contractId: string;
1722
- offset: number;
1723
- templateId: string;
1724
- packageName: string;
1725
- submitter: string;
1726
- reassignmentId: string;
1727
- source: string;
1728
- target: string;
1729
- nodeId: number;
1730
- reassignmentCounter: number;
1731
- };
1732
- };
1733
- }>, z.ZodObject<{
305
+ }, z.core.$strip>;
306
+ }, z.core.$strip>;
307
+ }, z.core.$strip>, z.ZodObject<{
1734
308
  JsIncompleteUnassigned: z.ZodObject<{
1735
- /** Created event details. */
1736
309
  createdEvent: z.ZodObject<{
1737
310
  offset: z.ZodNumber;
1738
311
  nodeId: z.ZodNumber;
1739
312
  contractId: z.ZodString;
1740
313
  templateId: z.ZodString;
1741
314
  contractKey: z.ZodNullable<z.ZodString>;
1742
- createArgument: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodRecord<z.ZodString, z.ZodAny>, z.ZodArray<z.ZodAny, "many">]>>;
315
+ createArgument: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodRecord<z.ZodString, z.ZodAny>, z.ZodArray<z.ZodAny>]>>;
1743
316
  createdEventBlob: z.ZodString;
1744
- interfaceViews: z.ZodArray<z.ZodString, "many">;
1745
- witnessParties: z.ZodArray<z.ZodString, "many">;
1746
- signatories: z.ZodArray<z.ZodString, "many">;
1747
- observers: z.ZodArray<z.ZodString, "many">;
317
+ interfaceViews: z.ZodArray<z.ZodString>;
318
+ witnessParties: z.ZodArray<z.ZodString>;
319
+ signatories: z.ZodArray<z.ZodString>;
320
+ observers: z.ZodArray<z.ZodString>;
1748
321
  createdAt: z.ZodString;
1749
322
  packageName: z.ZodString;
1750
- implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1751
- }, "strip", z.ZodTypeAny, {
1752
- contractId: string;
1753
- offset: number;
1754
- templateId: string;
1755
- packageName: string;
1756
- contractKey: string | null;
1757
- createdEventBlob: string;
1758
- nodeId: number;
1759
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1760
- interfaceViews: string[];
1761
- witnessParties: string[];
1762
- signatories: string[];
1763
- observers: string[];
1764
- createdAt: string;
1765
- implementedInterfaces?: string[] | undefined;
1766
- }, {
1767
- contractId: string;
1768
- offset: number;
1769
- templateId: string;
1770
- packageName: string;
1771
- contractKey: string | null;
1772
- createdEventBlob: string;
1773
- nodeId: number;
1774
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1775
- interfaceViews: string[];
1776
- witnessParties: string[];
1777
- signatories: string[];
1778
- observers: string[];
1779
- createdAt: string;
1780
- implementedInterfaces?: string[] | undefined;
1781
- }>;
1782
- /** Unassigned event details. */
323
+ implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString>>;
324
+ }, z.core.$strip>;
1783
325
  unassignedEvent: z.ZodObject<{
1784
326
  offset: z.ZodNumber;
1785
327
  nodeId: z.ZodNumber;
@@ -1791,586 +333,74 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
1791
333
  submitter: z.ZodString;
1792
334
  reassignmentCounter: z.ZodNumber;
1793
335
  packageName: z.ZodString;
1794
- }, "strip", z.ZodTypeAny, {
1795
- contractId: string;
1796
- offset: number;
1797
- templateId: string;
1798
- packageName: string;
1799
- submitter: string;
1800
- reassignmentId: string;
1801
- source: string;
1802
- target: string;
1803
- nodeId: number;
1804
- reassignmentCounter: number;
1805
- }, {
1806
- contractId: string;
1807
- offset: number;
1808
- templateId: string;
1809
- packageName: string;
1810
- submitter: string;
1811
- reassignmentId: string;
1812
- source: string;
1813
- target: string;
1814
- nodeId: number;
1815
- reassignmentCounter: number;
1816
- }>;
1817
- }, "strip", z.ZodTypeAny, {
1818
- createdEvent: {
1819
- contractId: string;
1820
- offset: number;
1821
- templateId: string;
1822
- packageName: string;
1823
- contractKey: string | null;
1824
- createdEventBlob: string;
1825
- nodeId: number;
1826
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1827
- interfaceViews: string[];
1828
- witnessParties: string[];
1829
- signatories: string[];
1830
- observers: string[];
1831
- createdAt: string;
1832
- implementedInterfaces?: string[] | undefined;
1833
- };
1834
- unassignedEvent: {
1835
- contractId: string;
1836
- offset: number;
1837
- templateId: string;
1838
- packageName: string;
1839
- submitter: string;
1840
- reassignmentId: string;
1841
- source: string;
1842
- target: string;
1843
- nodeId: number;
1844
- reassignmentCounter: number;
1845
- };
1846
- }, {
1847
- createdEvent: {
1848
- contractId: string;
1849
- offset: number;
1850
- templateId: string;
1851
- packageName: string;
1852
- contractKey: string | null;
1853
- createdEventBlob: string;
1854
- nodeId: number;
1855
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1856
- interfaceViews: string[];
1857
- witnessParties: string[];
1858
- signatories: string[];
1859
- observers: string[];
1860
- createdAt: string;
1861
- implementedInterfaces?: string[] | undefined;
1862
- };
1863
- unassignedEvent: {
1864
- contractId: string;
1865
- offset: number;
1866
- templateId: string;
1867
- packageName: string;
1868
- submitter: string;
1869
- reassignmentId: string;
1870
- source: string;
1871
- target: string;
1872
- nodeId: number;
1873
- reassignmentCounter: number;
1874
- };
1875
- }>;
1876
- }, "strip", z.ZodTypeAny, {
1877
- JsIncompleteUnassigned: {
1878
- createdEvent: {
1879
- contractId: string;
1880
- offset: number;
1881
- templateId: string;
1882
- packageName: string;
1883
- contractKey: string | null;
1884
- createdEventBlob: string;
1885
- nodeId: number;
1886
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1887
- interfaceViews: string[];
1888
- witnessParties: string[];
1889
- signatories: string[];
1890
- observers: string[];
1891
- createdAt: string;
1892
- implementedInterfaces?: string[] | undefined;
1893
- };
1894
- unassignedEvent: {
1895
- contractId: string;
1896
- offset: number;
1897
- templateId: string;
1898
- packageName: string;
1899
- submitter: string;
1900
- reassignmentId: string;
1901
- source: string;
1902
- target: string;
1903
- nodeId: number;
1904
- reassignmentCounter: number;
1905
- };
1906
- };
1907
- }, {
1908
- JsIncompleteUnassigned: {
1909
- createdEvent: {
1910
- contractId: string;
1911
- offset: number;
1912
- templateId: string;
1913
- packageName: string;
1914
- contractKey: string | null;
1915
- createdEventBlob: string;
1916
- nodeId: number;
1917
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1918
- interfaceViews: string[];
1919
- witnessParties: string[];
1920
- signatories: string[];
1921
- observers: string[];
1922
- createdAt: string;
1923
- implementedInterfaces?: string[] | undefined;
1924
- };
1925
- unassignedEvent: {
1926
- contractId: string;
1927
- offset: number;
1928
- templateId: string;
1929
- packageName: string;
1930
- submitter: string;
1931
- reassignmentId: string;
1932
- source: string;
1933
- target: string;
1934
- nodeId: number;
1935
- reassignmentCounter: number;
1936
- };
1937
- };
1938
- }>]>;
1939
- }, "strip", z.ZodTypeAny, {
1940
- contractEntry: {
1941
- JsActiveContract: {
1942
- synchronizerId: string;
1943
- reassignmentCounter: number;
1944
- createdEvent: {
1945
- contractId: string;
1946
- offset: number;
1947
- templateId: string;
1948
- packageName: string;
1949
- contractKey: string | null;
1950
- createdEventBlob: string;
1951
- nodeId: number;
1952
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1953
- interfaceViews: string[];
1954
- witnessParties: string[];
1955
- signatories: string[];
1956
- observers: string[];
1957
- createdAt: string;
1958
- implementedInterfaces?: string[] | undefined;
1959
- };
1960
- };
1961
- } | {
1962
- JsEmpty: {};
1963
- } | {
1964
- JsIncompleteAssigned: {
1965
- assignedEvent: {
1966
- contractId: string;
1967
- offset: number;
1968
- templateId: string;
1969
- packageName: string;
1970
- submitter: string;
1971
- reassignmentId: string;
1972
- source: string;
1973
- target: string;
1974
- nodeId: number;
1975
- reassignmentCounter: number;
1976
- };
1977
- };
1978
- } | {
1979
- JsIncompleteUnassigned: {
1980
- createdEvent: {
1981
- contractId: string;
1982
- offset: number;
1983
- templateId: string;
1984
- packageName: string;
1985
- contractKey: string | null;
1986
- createdEventBlob: string;
1987
- nodeId: number;
1988
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1989
- interfaceViews: string[];
1990
- witnessParties: string[];
1991
- signatories: string[];
1992
- observers: string[];
1993
- createdAt: string;
1994
- implementedInterfaces?: string[] | undefined;
1995
- };
1996
- unassignedEvent: {
1997
- contractId: string;
1998
- offset: number;
1999
- templateId: string;
2000
- packageName: string;
2001
- submitter: string;
2002
- reassignmentId: string;
2003
- source: string;
2004
- target: string;
2005
- nodeId: number;
2006
- reassignmentCounter: number;
2007
- };
2008
- };
2009
- };
2010
- workflowId?: string | undefined;
2011
- }, {
2012
- contractEntry: {
2013
- JsActiveContract: {
2014
- synchronizerId: string;
2015
- reassignmentCounter: number;
2016
- createdEvent: {
2017
- contractId: string;
2018
- offset: number;
2019
- templateId: string;
2020
- packageName: string;
2021
- contractKey: string | null;
2022
- createdEventBlob: string;
2023
- nodeId: number;
2024
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
2025
- interfaceViews: string[];
2026
- witnessParties: string[];
2027
- signatories: string[];
2028
- observers: string[];
2029
- createdAt: string;
2030
- implementedInterfaces?: string[] | undefined;
2031
- };
2032
- };
2033
- } | {
2034
- JsEmpty: {};
2035
- } | {
2036
- JsIncompleteAssigned: {
2037
- assignedEvent: {
2038
- contractId: string;
2039
- offset: number;
2040
- templateId: string;
2041
- packageName: string;
2042
- submitter: string;
2043
- reassignmentId: string;
2044
- source: string;
2045
- target: string;
2046
- nodeId: number;
2047
- reassignmentCounter: number;
2048
- };
2049
- };
2050
- } | {
2051
- JsIncompleteUnassigned: {
2052
- createdEvent: {
2053
- contractId: string;
2054
- offset: number;
2055
- templateId: string;
2056
- packageName: string;
2057
- contractKey: string | null;
2058
- createdEventBlob: string;
2059
- nodeId: number;
2060
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
2061
- interfaceViews: string[];
2062
- witnessParties: string[];
2063
- signatories: string[];
2064
- observers: string[];
2065
- createdAt: string;
2066
- implementedInterfaces?: string[] | undefined;
2067
- };
2068
- unassignedEvent: {
2069
- contractId: string;
2070
- offset: number;
2071
- templateId: string;
2072
- packageName: string;
2073
- submitter: string;
2074
- reassignmentId: string;
2075
- source: string;
2076
- target: string;
2077
- nodeId: number;
2078
- reassignmentCounter: number;
2079
- };
2080
- };
2081
- };
2082
- workflowId?: string | undefined;
2083
- }>, "many">;
336
+ }, z.core.$strip>;
337
+ }, z.core.$strip>;
338
+ }, z.core.$strip>]>;
339
+ }, z.core.$strip>>;
2084
340
  /**
2085
341
  * Get ledger end response.
2086
342
  */
2087
343
  export declare const GetLedgerEndResponseSchema: z.ZodObject<{
2088
- /** Ledger end offset. */
2089
344
  offset: z.ZodNumber;
2090
- }, "strip", z.ZodTypeAny, {
2091
- offset: number;
2092
- }, {
2093
- offset: number;
2094
- }>;
345
+ }, z.core.$strip>;
2095
346
  /**
2096
347
  * Get latest pruned offsets response.
2097
348
  */
2098
349
  export declare const GetLatestPrunedOffsetsResponseSchema: z.ZodObject<{
2099
- /** Participant pruned up to inclusive offset. */
2100
350
  participantPrunedUpToInclusive: z.ZodNumber;
2101
- /** All divulged contracts pruned up to inclusive offset. */
2102
351
  allDivulgedContractsPrunedUpToInclusive: z.ZodNumber;
2103
- }, "strip", z.ZodTypeAny, {
2104
- participantPrunedUpToInclusive: number;
2105
- allDivulgedContractsPrunedUpToInclusive: number;
2106
- }, {
2107
- participantPrunedUpToInclusive: number;
2108
- allDivulgedContractsPrunedUpToInclusive: number;
2109
- }>;
352
+ }, z.core.$strip>;
2110
353
  /**
2111
354
  * Connected synchronizer details.
2112
355
  */
2113
356
  export declare const ConnectedSynchronizerSchema: z.ZodObject<{
2114
- /** Synchronizer alias. */
2115
357
  synchronizerAlias: z.ZodString;
2116
- /** Synchronizer ID. */
2117
358
  synchronizerId: z.ZodString;
2118
- /** Permission level. */
2119
359
  permission: z.ZodString;
2120
- }, "strip", z.ZodTypeAny, {
2121
- synchronizerId: string;
2122
- synchronizerAlias: string;
2123
- permission: string;
2124
- }, {
2125
- synchronizerId: string;
2126
- synchronizerAlias: string;
2127
- permission: string;
2128
- }>;
360
+ }, z.core.$strip>;
2129
361
  /**
2130
362
  * Get connected synchronizers response.
2131
363
  */
2132
364
  export declare const GetConnectedSynchronizersResponseSchema: z.ZodObject<{
2133
- /** List of connected synchronizers. */
2134
365
  connectedSynchronizers: z.ZodArray<z.ZodObject<{
2135
- /** Synchronizer alias. */
2136
366
  synchronizerAlias: z.ZodString;
2137
- /** Synchronizer ID. */
2138
367
  synchronizerId: z.ZodString;
2139
- /** Permission level. */
2140
368
  permission: z.ZodString;
2141
- }, "strip", z.ZodTypeAny, {
2142
- synchronizerId: string;
2143
- synchronizerAlias: string;
2144
- permission: string;
2145
- }, {
2146
- synchronizerId: string;
2147
- synchronizerAlias: string;
2148
- permission: string;
2149
- }>, "many">;
2150
- }, "strip", z.ZodTypeAny, {
2151
- connectedSynchronizers: {
2152
- synchronizerId: string;
2153
- synchronizerAlias: string;
2154
- permission: string;
2155
- }[];
2156
- }, {
2157
- connectedSynchronizers: {
2158
- synchronizerId: string;
2159
- synchronizerAlias: string;
2160
- permission: string;
2161
- }[];
2162
- }>;
369
+ }, z.core.$strip>>;
370
+ }, z.core.$strip>;
2163
371
  /**
2164
372
  * Get ledger API version response.
2165
373
  */
2166
374
  export declare const GetLedgerApiVersionResponseSchema: z.ZodObject<{
2167
- /** Version of the ledger API. */
2168
375
  version: z.ZodString;
2169
- /** Features supported by this endpoint (optional). */
2170
376
  features: z.ZodOptional<z.ZodObject<{
2171
377
  experimental: z.ZodObject<{
2172
378
  staticTime: z.ZodObject<{
2173
379
  supported: z.ZodBoolean;
2174
- }, "strip", z.ZodTypeAny, {
2175
- supported: boolean;
2176
- }, {
2177
- supported: boolean;
2178
- }>;
380
+ }, z.core.$strip>;
2179
381
  commandInspectionService: z.ZodObject<{
2180
382
  supported: z.ZodBoolean;
2181
- }, "strip", z.ZodTypeAny, {
2182
- supported: boolean;
2183
- }, {
2184
- supported: boolean;
2185
- }>;
2186
- }, "strip", z.ZodTypeAny, {
2187
- staticTime: {
2188
- supported: boolean;
2189
- };
2190
- commandInspectionService: {
2191
- supported: boolean;
2192
- };
2193
- }, {
2194
- staticTime: {
2195
- supported: boolean;
2196
- };
2197
- commandInspectionService: {
2198
- supported: boolean;
2199
- };
2200
- }>;
383
+ }, z.core.$strip>;
384
+ }, z.core.$strip>;
2201
385
  userManagement: z.ZodObject<{
2202
386
  supported: z.ZodBoolean;
2203
387
  maxRightsPerUser: z.ZodNumber;
2204
388
  maxUsersPageSize: z.ZodNumber;
2205
- }, "strip", z.ZodTypeAny, {
2206
- supported: boolean;
2207
- maxRightsPerUser: number;
2208
- maxUsersPageSize: number;
2209
- }, {
2210
- supported: boolean;
2211
- maxRightsPerUser: number;
2212
- maxUsersPageSize: number;
2213
- }>;
389
+ }, z.core.$strip>;
2214
390
  partyManagement: z.ZodObject<{
2215
391
  maxPartiesPageSize: z.ZodNumber;
2216
- }, "strip", z.ZodTypeAny, {
2217
- maxPartiesPageSize: number;
2218
- }, {
2219
- maxPartiesPageSize: number;
2220
- }>;
392
+ }, z.core.$strip>;
2221
393
  offsetCheckpoint: z.ZodObject<{
2222
394
  maxOffsetCheckpointEmissionDelay: z.ZodObject<{
2223
395
  seconds: z.ZodNumber;
2224
396
  nanos: z.ZodNumber;
2225
397
  unknownFields: z.ZodObject<{
2226
398
  fields: z.ZodRecord<z.ZodString, z.ZodAny>;
2227
- }, "strip", z.ZodTypeAny, {
2228
- fields: Record<string, any>;
2229
- }, {
2230
- fields: Record<string, any>;
2231
- }>;
2232
- }, "strip", z.ZodTypeAny, {
2233
- seconds: number;
2234
- nanos: number;
2235
- unknownFields: {
2236
- fields: Record<string, any>;
2237
- };
2238
- }, {
2239
- seconds: number;
2240
- nanos: number;
2241
- unknownFields: {
2242
- fields: Record<string, any>;
2243
- };
2244
- }>;
2245
- }, "strip", z.ZodTypeAny, {
2246
- maxOffsetCheckpointEmissionDelay: {
2247
- seconds: number;
2248
- nanos: number;
2249
- unknownFields: {
2250
- fields: Record<string, any>;
2251
- };
2252
- };
2253
- }, {
2254
- maxOffsetCheckpointEmissionDelay: {
2255
- seconds: number;
2256
- nanos: number;
2257
- unknownFields: {
2258
- fields: Record<string, any>;
2259
- };
2260
- };
2261
- }>;
2262
- }, "strip", z.ZodTypeAny, {
2263
- experimental: {
2264
- staticTime: {
2265
- supported: boolean;
2266
- };
2267
- commandInspectionService: {
2268
- supported: boolean;
2269
- };
2270
- };
2271
- userManagement: {
2272
- supported: boolean;
2273
- maxRightsPerUser: number;
2274
- maxUsersPageSize: number;
2275
- };
2276
- partyManagement: {
2277
- maxPartiesPageSize: number;
2278
- };
2279
- offsetCheckpoint: {
2280
- maxOffsetCheckpointEmissionDelay: {
2281
- seconds: number;
2282
- nanos: number;
2283
- unknownFields: {
2284
- fields: Record<string, any>;
2285
- };
2286
- };
2287
- };
2288
- }, {
2289
- experimental: {
2290
- staticTime: {
2291
- supported: boolean;
2292
- };
2293
- commandInspectionService: {
2294
- supported: boolean;
2295
- };
2296
- };
2297
- userManagement: {
2298
- supported: boolean;
2299
- maxRightsPerUser: number;
2300
- maxUsersPageSize: number;
2301
- };
2302
- partyManagement: {
2303
- maxPartiesPageSize: number;
2304
- };
2305
- offsetCheckpoint: {
2306
- maxOffsetCheckpointEmissionDelay: {
2307
- seconds: number;
2308
- nanos: number;
2309
- unknownFields: {
2310
- fields: Record<string, any>;
2311
- };
2312
- };
2313
- };
2314
- }>>;
2315
- }, "strip", z.ZodTypeAny, {
2316
- version: string;
2317
- features?: {
2318
- experimental: {
2319
- staticTime: {
2320
- supported: boolean;
2321
- };
2322
- commandInspectionService: {
2323
- supported: boolean;
2324
- };
2325
- };
2326
- userManagement: {
2327
- supported: boolean;
2328
- maxRightsPerUser: number;
2329
- maxUsersPageSize: number;
2330
- };
2331
- partyManagement: {
2332
- maxPartiesPageSize: number;
2333
- };
2334
- offsetCheckpoint: {
2335
- maxOffsetCheckpointEmissionDelay: {
2336
- seconds: number;
2337
- nanos: number;
2338
- unknownFields: {
2339
- fields: Record<string, any>;
2340
- };
2341
- };
2342
- };
2343
- } | undefined;
2344
- }, {
2345
- version: string;
2346
- features?: {
2347
- experimental: {
2348
- staticTime: {
2349
- supported: boolean;
2350
- };
2351
- commandInspectionService: {
2352
- supported: boolean;
2353
- };
2354
- };
2355
- userManagement: {
2356
- supported: boolean;
2357
- maxRightsPerUser: number;
2358
- maxUsersPageSize: number;
2359
- };
2360
- partyManagement: {
2361
- maxPartiesPageSize: number;
2362
- };
2363
- offsetCheckpoint: {
2364
- maxOffsetCheckpointEmissionDelay: {
2365
- seconds: number;
2366
- nanos: number;
2367
- unknownFields: {
2368
- fields: Record<string, any>;
2369
- };
2370
- };
2371
- };
2372
- } | undefined;
2373
- }>;
399
+ }, z.core.$strip>;
400
+ }, z.core.$strip>;
401
+ }, z.core.$strip>;
402
+ }, z.core.$strip>>;
403
+ }, z.core.$strip>;
2374
404
  export type GetActiveContractsRequest = z.infer<typeof GetActiveContractsRequestSchema>;
2375
405
  export type JsActiveContract = z.infer<typeof JsActiveContractSchema>;
2376
406
  export type JsArchived = z.infer<typeof JsArchivedSchema>;