@fairmint/canton-node-sdk 0.0.47 → 0.0.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (183) hide show
  1. package/build/src/clients/ledger-json-api/operations/v2/authenticated-user/get.d.ts +1 -1
  2. package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts +2 -6
  3. package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts.map +1 -1
  4. package/build/src/clients/ledger-json-api/operations/v2/commands/completions.d.ts +2 -14
  5. package/build/src/clients/ledger-json-api/operations/v2/commands/completions.d.ts.map +1 -1
  6. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-reassignment.d.ts +16 -16
  7. package/build/src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.d.ts +2 -8
  8. package/build/src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.d.ts.map +1 -1
  9. package/build/src/clients/ledger-json-api/operations/v2/idps/delete-idp.d.ts +1 -1
  10. package/build/src/clients/ledger-json-api/operations/v2/idps/get.d.ts +1 -1
  11. package/build/src/clients/ledger-json-api/operations/v2/idps/patch-idp.d.ts +3 -3
  12. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/allocate-party.d.ts +1 -1
  13. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/create-user.d.ts +6 -6
  14. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-package-version.d.ts +2 -2
  15. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.d.ts +1 -1
  16. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/upload-dar.d.ts +2 -2
  17. package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.d.ts +1 -6
  18. package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.d.ts.map +1 -1
  19. package/build/src/clients/ledger-json-api/operations/v2/packages/post.d.ts +3 -11
  20. package/build/src/clients/ledger-json-api/operations/v2/packages/post.d.ts.map +1 -1
  21. package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.d.ts +1 -1
  22. package/build/src/clients/ledger-json-api/operations/v2/parties/get.d.ts +1 -7
  23. package/build/src/clients/ledger-json-api/operations/v2/parties/get.d.ts.map +1 -1
  24. package/build/src/clients/ledger-json-api/operations/v2/parties/post.d.ts +2 -25
  25. package/build/src/clients/ledger-json-api/operations/v2/parties/post.d.ts.map +1 -1
  26. package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.d.ts +2 -2
  27. package/build/src/clients/ledger-json-api/operations/v2/updates/get-flats.d.ts +44 -44
  28. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.d.ts +3 -11
  29. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.d.ts.map +1 -1
  30. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.d.ts +3 -11
  31. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.d.ts.map +1 -1
  32. package/build/src/clients/ledger-json-api/operations/v2/updates/get-trees.d.ts +22 -22
  33. package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.d.ts +1 -5
  34. package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.d.ts.map +1 -1
  35. package/build/src/clients/ledger-json-api/operations/v2/users/get-user.d.ts +1 -7
  36. package/build/src/clients/ledger-json-api/operations/v2/users/get-user.d.ts.map +1 -1
  37. package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.d.ts +1 -7
  38. package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.d.ts.map +1 -1
  39. package/build/src/clients/ledger-json-api/operations/v2/users/list-users.d.ts +1 -7
  40. package/build/src/clients/ledger-json-api/operations/v2/users/list-users.d.ts.map +1 -1
  41. package/build/src/clients/ledger-json-api/schemas/api/command-responses.d.ts +3 -47
  42. package/build/src/clients/ledger-json-api/schemas/api/command-responses.d.ts.map +1 -1
  43. package/build/src/clients/ledger-json-api/schemas/api/command-responses.js +1 -1
  44. package/build/src/clients/ledger-json-api/schemas/api/command-responses.js.map +1 -1
  45. package/build/src/clients/ledger-json-api/schemas/api/commands.d.ts +81 -800
  46. package/build/src/clients/ledger-json-api/schemas/api/commands.d.ts.map +1 -1
  47. package/build/src/clients/ledger-json-api/schemas/api/completions.d.ts +67 -1261
  48. package/build/src/clients/ledger-json-api/schemas/api/completions.d.ts.map +1 -1
  49. package/build/src/clients/ledger-json-api/schemas/api/errors.d.ts +180 -1241
  50. package/build/src/clients/ledger-json-api/schemas/api/errors.d.ts.map +1 -1
  51. package/build/src/clients/ledger-json-api/schemas/api/errors.js +2 -2
  52. package/build/src/clients/ledger-json-api/schemas/api/errors.js.map +1 -1
  53. package/build/src/clients/ledger-json-api/schemas/api/event-details.d.ts +14 -156
  54. package/build/src/clients/ledger-json-api/schemas/api/event-details.d.ts.map +1 -1
  55. package/build/src/clients/ledger-json-api/schemas/api/event-details.js +1 -1
  56. package/build/src/clients/ledger-json-api/schemas/api/event-details.js.map +1 -1
  57. package/build/src/clients/ledger-json-api/schemas/api/events.d.ts +76 -1162
  58. package/build/src/clients/ledger-json-api/schemas/api/events.d.ts.map +1 -1
  59. package/build/src/clients/ledger-json-api/schemas/api/events.js +1 -1
  60. package/build/src/clients/ledger-json-api/schemas/api/events.js.map +1 -1
  61. package/build/src/clients/ledger-json-api/schemas/api/idps.d.ts +16 -206
  62. package/build/src/clients/ledger-json-api/schemas/api/idps.d.ts.map +1 -1
  63. package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.d.ts +25 -289
  64. package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.d.ts.map +1 -1
  65. package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.js +2 -2
  66. package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.js.map +1 -1
  67. package/build/src/clients/ledger-json-api/schemas/api/packages.d.ts +17 -171
  68. package/build/src/clients/ledger-json-api/schemas/api/packages.d.ts.map +1 -1
  69. package/build/src/clients/ledger-json-api/schemas/api/reassignment.d.ts +103 -2005
  70. package/build/src/clients/ledger-json-api/schemas/api/reassignment.d.ts.map +1 -1
  71. package/build/src/clients/ledger-json-api/schemas/api/state.d.ts +123 -2093
  72. package/build/src/clients/ledger-json-api/schemas/api/state.d.ts.map +1 -1
  73. package/build/src/clients/ledger-json-api/schemas/api/transactions.d.ts +106 -2149
  74. package/build/src/clients/ledger-json-api/schemas/api/transactions.d.ts.map +1 -1
  75. package/build/src/clients/ledger-json-api/schemas/api/transactions.js +1 -1
  76. package/build/src/clients/ledger-json-api/schemas/api/transactions.js.map +1 -1
  77. package/build/src/clients/ledger-json-api/schemas/api/updates.d.ts +445 -11374
  78. package/build/src/clients/ledger-json-api/schemas/api/updates.d.ts.map +1 -1
  79. package/build/src/clients/ledger-json-api/schemas/api/updates.js +1 -1
  80. package/build/src/clients/ledger-json-api/schemas/api/updates.js.map +1 -1
  81. package/build/src/clients/ledger-json-api/schemas/api/users.d.ts +169 -1741
  82. package/build/src/clients/ledger-json-api/schemas/api/users.d.ts.map +1 -1
  83. package/build/src/clients/ledger-json-api/schemas/api/users.js +1 -1
  84. package/build/src/clients/ledger-json-api/schemas/api/users.js.map +1 -1
  85. package/build/src/clients/ledger-json-api/schemas/base.d.ts +1 -1
  86. package/build/src/clients/ledger-json-api/schemas/base.d.ts.map +1 -1
  87. package/build/src/clients/ledger-json-api/schemas/base.js +2 -2
  88. package/build/src/clients/ledger-json-api/schemas/base.js.map +1 -1
  89. package/build/src/clients/ledger-json-api/schemas/common.d.ts +30 -323
  90. package/build/src/clients/ledger-json-api/schemas/common.d.ts.map +1 -1
  91. package/build/src/clients/ledger-json-api/schemas/common.js +4 -4
  92. package/build/src/clients/ledger-json-api/schemas/common.js.map +1 -1
  93. package/build/src/clients/ledger-json-api/schemas/operations/base.d.ts +1 -1
  94. package/build/src/clients/ledger-json-api/schemas/operations/base.d.ts.map +1 -1
  95. package/build/src/clients/ledger-json-api/schemas/operations/commands.d.ts +71 -348
  96. package/build/src/clients/ledger-json-api/schemas/operations/commands.d.ts.map +1 -1
  97. package/build/src/clients/ledger-json-api/schemas/operations/idps.d.ts +13 -87
  98. package/build/src/clients/ledger-json-api/schemas/operations/idps.d.ts.map +1 -1
  99. package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.d.ts +25 -250
  100. package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.d.ts.map +1 -1
  101. package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.js +1 -1
  102. package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.js.map +1 -1
  103. package/build/src/clients/ledger-json-api/schemas/operations/packages.d.ts +9 -61
  104. package/build/src/clients/ledger-json-api/schemas/operations/packages.d.ts.map +1 -1
  105. package/build/src/clients/ledger-json-api/schemas/operations/parties.d.ts +12 -126
  106. package/build/src/clients/ledger-json-api/schemas/operations/parties.d.ts.map +1 -1
  107. package/build/src/clients/ledger-json-api/schemas/operations/parties.js +2 -2
  108. package/build/src/clients/ledger-json-api/schemas/operations/parties.js.map +1 -1
  109. package/build/src/clients/ledger-json-api/schemas/operations/state.d.ts +6 -31
  110. package/build/src/clients/ledger-json-api/schemas/operations/state.d.ts.map +1 -1
  111. package/build/src/clients/ledger-json-api/schemas/operations/updates.d.ts +298 -6270
  112. package/build/src/clients/ledger-json-api/schemas/operations/updates.d.ts.map +1 -1
  113. package/build/src/clients/ledger-json-api/schemas/operations/updates.js +3 -3
  114. package/build/src/clients/ledger-json-api/schemas/operations/updates.js.map +1 -1
  115. package/build/src/clients/ledger-json-api/schemas/operations/users.d.ts +65 -594
  116. package/build/src/clients/ledger-json-api/schemas/operations/users.d.ts.map +1 -1
  117. package/build/src/clients/ledger-json-api/schemas/operations/users.js +2 -2
  118. package/build/src/clients/ledger-json-api/schemas/operations/users.js.map +1 -1
  119. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-mining-round-details.d.ts +1 -1
  120. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-featured-app-right.d.ts +1 -1
  121. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-transfer-preapproval-by-party.d.ts +1 -1
  122. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.d.ts +1 -7
  123. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.d.ts.map +1 -1
  124. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.js +1 -1
  125. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.js.map +1 -1
  126. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.d.ts +1 -7
  127. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.d.ts.map +1 -1
  128. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.js +1 -1
  129. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.js.map +1 -1
  130. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.d.ts +1 -7
  131. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.d.ts.map +1 -1
  132. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.js +1 -1
  133. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.js.map +1 -1
  134. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.d.ts +1 -7
  135. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.d.ts.map +1 -1
  136. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.js +1 -1
  137. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.js.map +1 -1
  138. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.d.ts +1 -5
  139. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.d.ts.map +1 -1
  140. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.d.ts +1 -7
  141. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.d.ts.map +1 -1
  142. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.d.ts +1 -7
  143. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.d.ts.map +1 -1
  144. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.js +1 -1
  145. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.js.map +1 -1
  146. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.d.ts +1 -7
  147. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.d.ts.map +1 -1
  148. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.js +1 -1
  149. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.js.map +1 -1
  150. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.d.ts +1 -7
  151. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.d.ts.map +1 -1
  152. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.js +1 -1
  153. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.js.map +1 -1
  154. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.d.ts +1 -7
  155. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.d.ts.map +1 -1
  156. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.js +1 -1
  157. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.js.map +1 -1
  158. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/create.d.ts +2 -2
  159. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.d.ts +2 -1
  160. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.d.ts.map +1 -1
  161. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.js.map +1 -1
  162. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/create.d.ts +1 -1
  163. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/get-status.d.ts +2 -1
  164. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/get-status.d.ts.map +1 -1
  165. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/get-status.js.map +1 -1
  166. package/build/src/clients/validator-api/schemas/api/ans.d.ts +11 -55
  167. package/build/src/clients/validator-api/schemas/api/ans.d.ts.map +1 -1
  168. package/build/src/clients/validator-api/schemas/api/scan-proxy.d.ts +66 -734
  169. package/build/src/clients/validator-api/schemas/api/scan-proxy.d.ts.map +1 -1
  170. package/build/src/clients/validator-api/schemas/api/scan-proxy.js +4 -4
  171. package/build/src/clients/validator-api/schemas/api/scan-proxy.js.map +1 -1
  172. package/build/src/clients/validator-api/schemas/api/wallet.d.ts +38 -250
  173. package/build/src/clients/validator-api/schemas/api/wallet.d.ts.map +1 -1
  174. package/build/src/clients/validator-api/schemas/operations/ans.d.ts +5 -31
  175. package/build/src/clients/validator-api/schemas/operations/ans.d.ts.map +1 -1
  176. package/build/src/clients/validator-api/schemas/operations/scan-proxy.d.ts +17 -107
  177. package/build/src/clients/validator-api/schemas/operations/scan-proxy.d.ts.map +1 -1
  178. package/build/src/clients/validator-api/schemas/operations/scan-proxy.js +8 -8
  179. package/build/src/clients/validator-api/schemas/operations/scan-proxy.js.map +1 -1
  180. package/build/src/clients/validator-api/schemas/operations/wallet.d.ts +8 -62
  181. package/build/src/clients/validator-api/schemas/operations/wallet.d.ts.map +1 -1
  182. package/build/src/core/operations/ApiOperation.js +1 -1
  183. package/package.json +5 -5
@@ -1,1275 +1,189 @@
1
1
  import { z } from 'zod';
2
2
  export declare const CreatedTreeEventSchema: z.ZodObject<{
3
- /**
4
- * The created event details for a contract node in the transaction tree.
5
- */
6
3
  CreatedTreeEvent: z.ZodObject<{
7
4
  value: z.ZodObject<{
8
- /** Offset of the event in the ledger stream. */
9
5
  offset: z.ZodNumber;
10
- /** Node ID of the event in the transaction tree. */
11
6
  nodeId: z.ZodNumber;
12
- /** Contract ID of the created contract. */
13
7
  contractId: z.ZodString;
14
- /** Template ID of the created contract. */
15
8
  templateId: z.ZodString;
16
- /** Contract key, if present. */
17
9
  contractKey: z.ZodNullable<z.ZodString>;
18
- /** Arguments used to create the contract. */
19
- 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">]>>;
20
- /** Serialized event blob for the created contract. */
10
+ 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>]>>;
21
11
  createdEventBlob: z.ZodString;
22
- /** List of interface view names implemented by the contract. */
23
- interfaceViews: z.ZodArray<z.ZodString, "many">;
24
- /** Parties that witnessed the creation. */
25
- witnessParties: z.ZodArray<z.ZodString, "many">;
26
- /** Parties that must sign the contract. */
27
- signatories: z.ZodArray<z.ZodString, "many">;
28
- /** Parties that observe the contract. */
29
- observers: z.ZodArray<z.ZodString, "many">;
30
- /** ISO 8601 timestamp when the contract was created. */
12
+ interfaceViews: z.ZodArray<z.ZodString>;
13
+ witnessParties: z.ZodArray<z.ZodString>;
14
+ signatories: z.ZodArray<z.ZodString>;
15
+ observers: z.ZodArray<z.ZodString>;
31
16
  createdAt: z.ZodString;
32
- /** Name of the Daml package containing the template. */
33
17
  packageName: z.ZodString;
34
- /** List of interface IDs implemented by the contract. */
35
- implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
36
- }, "strict", z.ZodTypeAny, {
37
- contractId: string;
38
- offset: number;
39
- templateId: string;
40
- packageName: string;
41
- contractKey: string | null;
42
- createdEventBlob: string;
43
- nodeId: number;
44
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
45
- interfaceViews: string[];
46
- witnessParties: string[];
47
- signatories: string[];
48
- observers: string[];
49
- createdAt: string;
50
- implementedInterfaces?: string[] | undefined;
51
- }, {
52
- contractId: string;
53
- offset: number;
54
- templateId: string;
55
- packageName: string;
56
- contractKey: string | null;
57
- createdEventBlob: string;
58
- nodeId: number;
59
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
60
- interfaceViews: string[];
61
- witnessParties: string[];
62
- signatories: string[];
63
- observers: string[];
64
- createdAt: string;
65
- implementedInterfaces?: string[] | undefined;
66
- }>;
67
- }, "strict", z.ZodTypeAny, {
68
- value: {
69
- contractId: string;
70
- offset: number;
71
- templateId: string;
72
- packageName: string;
73
- contractKey: string | null;
74
- createdEventBlob: string;
75
- nodeId: number;
76
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
77
- interfaceViews: string[];
78
- witnessParties: string[];
79
- signatories: string[];
80
- observers: string[];
81
- createdAt: string;
82
- implementedInterfaces?: string[] | undefined;
83
- };
84
- }, {
85
- value: {
86
- contractId: string;
87
- offset: number;
88
- templateId: string;
89
- packageName: string;
90
- contractKey: string | null;
91
- createdEventBlob: string;
92
- nodeId: number;
93
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
94
- interfaceViews: string[];
95
- witnessParties: string[];
96
- signatories: string[];
97
- observers: string[];
98
- createdAt: string;
99
- implementedInterfaces?: string[] | undefined;
100
- };
101
- }>;
102
- }, "strict", z.ZodTypeAny, {
103
- CreatedTreeEvent: {
104
- value: {
105
- contractId: string;
106
- offset: number;
107
- templateId: string;
108
- packageName: string;
109
- contractKey: string | null;
110
- createdEventBlob: string;
111
- nodeId: number;
112
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
113
- interfaceViews: string[];
114
- witnessParties: string[];
115
- signatories: string[];
116
- observers: string[];
117
- createdAt: string;
118
- implementedInterfaces?: string[] | undefined;
119
- };
120
- };
121
- }, {
122
- CreatedTreeEvent: {
123
- value: {
124
- contractId: string;
125
- offset: number;
126
- templateId: string;
127
- packageName: string;
128
- contractKey: string | null;
129
- createdEventBlob: string;
130
- nodeId: number;
131
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
132
- interfaceViews: string[];
133
- witnessParties: string[];
134
- signatories: string[];
135
- observers: string[];
136
- createdAt: string;
137
- implementedInterfaces?: string[] | undefined;
138
- };
139
- };
140
- }>;
18
+ implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString>>;
19
+ }, z.core.$strict>;
20
+ }, z.core.$strict>;
21
+ }, z.core.$strict>;
141
22
  export declare const ExercisedTreeEventSchema: z.ZodObject<{
142
- /**
143
- * The exercised event details for a contract node in the transaction tree.
144
- */
145
23
  ExercisedTreeEvent: z.ZodObject<{
146
24
  value: z.ZodObject<{
147
- /** Offset of the event in the ledger stream. */
148
25
  offset: z.ZodNumber;
149
- /** Node ID of the event in the transaction tree. */
150
26
  nodeId: z.ZodNumber;
151
- /** Contract ID of the exercised contract. */
152
27
  contractId: z.ZodString;
153
- /** Template ID of the exercised contract. */
154
28
  templateId: z.ZodString;
155
- /** Interface ID if the choice was exercised via an interface. */
156
29
  interfaceId: z.ZodNullable<z.ZodString>;
157
- /** Name of the exercised choice. */
158
30
  choice: z.ZodString;
159
- /** Arguments passed to the exercised choice. */
160
- choiceArgument: 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">]>>;
161
- /** Parties acting in the exercise. */
162
- actingParties: z.ZodArray<z.ZodString, "many">;
163
- /** Parties that witnessed the exercise. */
164
- witnessParties: z.ZodArray<z.ZodString, "many">;
165
- /** Result returned by the exercised choice. */
166
- exerciseResult: 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">]>>;
167
- /** Name of the Daml package containing the template. */
31
+ choiceArgument: 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>]>>;
32
+ actingParties: z.ZodArray<z.ZodString>;
33
+ witnessParties: z.ZodArray<z.ZodString>;
34
+ exerciseResult: 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>]>>;
168
35
  packageName: z.ZodString;
169
- /** Whether the exercise archived the contract. */
170
36
  consuming: z.ZodBoolean;
171
- /** Node ID of the last descendant in the subtree, if present. */
172
37
  lastDescendantNodeId: z.ZodOptional<z.ZodNumber>;
173
- /** List of interface IDs implemented by the contract. */
174
- implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
175
- }, "strict", z.ZodTypeAny, {
176
- contractId: string;
177
- offset: number;
178
- interfaceId: string | null;
179
- templateId: string;
180
- packageName: string;
181
- choice: string;
182
- choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
183
- nodeId: number;
184
- witnessParties: string[];
185
- actingParties: string[];
186
- exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
187
- consuming: boolean;
188
- implementedInterfaces?: string[] | undefined;
189
- lastDescendantNodeId?: number | undefined;
190
- }, {
191
- contractId: string;
192
- offset: number;
193
- interfaceId: string | null;
194
- templateId: string;
195
- packageName: string;
196
- choice: string;
197
- choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
198
- nodeId: number;
199
- witnessParties: string[];
200
- actingParties: string[];
201
- exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
202
- consuming: boolean;
203
- implementedInterfaces?: string[] | undefined;
204
- lastDescendantNodeId?: number | undefined;
205
- }>;
206
- }, "strict", z.ZodTypeAny, {
207
- value: {
208
- contractId: string;
209
- offset: number;
210
- interfaceId: string | null;
211
- templateId: string;
212
- packageName: string;
213
- choice: string;
214
- choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
215
- nodeId: number;
216
- witnessParties: string[];
217
- actingParties: string[];
218
- exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
219
- consuming: boolean;
220
- implementedInterfaces?: string[] | undefined;
221
- lastDescendantNodeId?: number | undefined;
222
- };
223
- }, {
224
- value: {
225
- contractId: string;
226
- offset: number;
227
- interfaceId: string | null;
228
- templateId: string;
229
- packageName: string;
230
- choice: string;
231
- choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
232
- nodeId: number;
233
- witnessParties: string[];
234
- actingParties: string[];
235
- exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
236
- consuming: boolean;
237
- implementedInterfaces?: string[] | undefined;
238
- lastDescendantNodeId?: number | undefined;
239
- };
240
- }>;
241
- }, "strict", z.ZodTypeAny, {
242
- ExercisedTreeEvent: {
243
- value: {
244
- contractId: string;
245
- offset: number;
246
- interfaceId: string | null;
247
- templateId: string;
248
- packageName: string;
249
- choice: string;
250
- choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
251
- nodeId: number;
252
- witnessParties: string[];
253
- actingParties: string[];
254
- exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
255
- consuming: boolean;
256
- implementedInterfaces?: string[] | undefined;
257
- lastDescendantNodeId?: number | undefined;
258
- };
259
- };
260
- }, {
261
- ExercisedTreeEvent: {
262
- value: {
263
- contractId: string;
264
- offset: number;
265
- interfaceId: string | null;
266
- templateId: string;
267
- packageName: string;
268
- choice: string;
269
- choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
270
- nodeId: number;
271
- witnessParties: string[];
272
- actingParties: string[];
273
- exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
274
- consuming: boolean;
275
- implementedInterfaces?: string[] | undefined;
276
- lastDescendantNodeId?: number | undefined;
277
- };
278
- };
279
- }>;
38
+ implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString>>;
39
+ }, z.core.$strict>;
40
+ }, z.core.$strict>;
41
+ }, z.core.$strict>;
280
42
  export declare const ArchivedTreeEventSchema: z.ZodObject<{
281
- /**
282
- * The archived event details for a contract node in the transaction tree.
283
- */
284
43
  ArchivedTreeEvent: z.ZodObject<{
285
44
  value: z.ZodObject<{
286
- /** Offset of the event in the ledger stream. */
287
45
  offset: z.ZodNumber;
288
- /** Node ID of the event in the transaction tree. */
289
46
  nodeId: z.ZodNumber;
290
- /** Contract ID of the archived contract. */
291
47
  contractId: z.ZodString;
292
- /** Template ID of the archived contract. */
293
48
  templateId: z.ZodString;
294
- /** Parties that witnessed the archival. */
295
- witnessParties: z.ZodArray<z.ZodString, "many">;
296
- /** Name of the Daml package containing the template. */
49
+ witnessParties: z.ZodArray<z.ZodString>;
297
50
  packageName: z.ZodString;
298
- /** List of interface IDs implemented by the contract. */
299
- implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
300
- }, "strict", z.ZodTypeAny, {
301
- contractId: string;
302
- offset: number;
303
- templateId: string;
304
- packageName: string;
305
- nodeId: number;
306
- witnessParties: string[];
307
- implementedInterfaces?: string[] | undefined;
308
- }, {
309
- contractId: string;
310
- offset: number;
311
- templateId: string;
312
- packageName: string;
313
- nodeId: number;
314
- witnessParties: string[];
315
- implementedInterfaces?: string[] | undefined;
316
- }>;
317
- }, "strict", z.ZodTypeAny, {
318
- value: {
319
- contractId: string;
320
- offset: number;
321
- templateId: string;
322
- packageName: string;
323
- nodeId: number;
324
- witnessParties: string[];
325
- implementedInterfaces?: string[] | undefined;
326
- };
327
- }, {
328
- value: {
329
- contractId: string;
330
- offset: number;
331
- templateId: string;
332
- packageName: string;
333
- nodeId: number;
334
- witnessParties: string[];
335
- implementedInterfaces?: string[] | undefined;
336
- };
337
- }>;
338
- }, "strict", z.ZodTypeAny, {
339
- ArchivedTreeEvent: {
340
- value: {
341
- contractId: string;
342
- offset: number;
343
- templateId: string;
344
- packageName: string;
345
- nodeId: number;
346
- witnessParties: string[];
347
- implementedInterfaces?: string[] | undefined;
348
- };
349
- };
350
- }, {
351
- ArchivedTreeEvent: {
352
- value: {
353
- contractId: string;
354
- offset: number;
355
- templateId: string;
356
- packageName: string;
357
- nodeId: number;
358
- witnessParties: string[];
359
- implementedInterfaces?: string[] | undefined;
360
- };
361
- };
362
- }>;
363
- export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
364
- /**
365
- * The created event details for a contract node in the transaction tree.
366
- */
51
+ implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString>>;
52
+ }, z.core.$strict>;
53
+ }, z.core.$strict>;
54
+ }, z.core.$strict>;
55
+ export declare const TreeEventSchema: z.ZodUnion<readonly [z.ZodObject<{
367
56
  CreatedTreeEvent: z.ZodObject<{
368
57
  value: z.ZodObject<{
369
- /** Offset of the event in the ledger stream. */
370
58
  offset: z.ZodNumber;
371
- /** Node ID of the event in the transaction tree. */
372
59
  nodeId: z.ZodNumber;
373
- /** Contract ID of the created contract. */
374
60
  contractId: z.ZodString;
375
- /** Template ID of the created contract. */
376
61
  templateId: z.ZodString;
377
- /** Contract key, if present. */
378
62
  contractKey: z.ZodNullable<z.ZodString>;
379
- /** Arguments used to create the contract. */
380
- 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">]>>;
381
- /** Serialized event blob for the created contract. */
63
+ 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>]>>;
382
64
  createdEventBlob: z.ZodString;
383
- /** List of interface view names implemented by the contract. */
384
- interfaceViews: z.ZodArray<z.ZodString, "many">;
385
- /** Parties that witnessed the creation. */
386
- witnessParties: z.ZodArray<z.ZodString, "many">;
387
- /** Parties that must sign the contract. */
388
- signatories: z.ZodArray<z.ZodString, "many">;
389
- /** Parties that observe the contract. */
390
- observers: z.ZodArray<z.ZodString, "many">;
391
- /** ISO 8601 timestamp when the contract was created. */
65
+ interfaceViews: z.ZodArray<z.ZodString>;
66
+ witnessParties: z.ZodArray<z.ZodString>;
67
+ signatories: z.ZodArray<z.ZodString>;
68
+ observers: z.ZodArray<z.ZodString>;
392
69
  createdAt: z.ZodString;
393
- /** Name of the Daml package containing the template. */
394
70
  packageName: z.ZodString;
395
- /** List of interface IDs implemented by the contract. */
396
- implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
397
- }, "strict", z.ZodTypeAny, {
398
- contractId: string;
399
- offset: number;
400
- templateId: string;
401
- packageName: string;
402
- contractKey: string | null;
403
- createdEventBlob: string;
404
- nodeId: number;
405
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
406
- interfaceViews: string[];
407
- witnessParties: string[];
408
- signatories: string[];
409
- observers: string[];
410
- createdAt: string;
411
- implementedInterfaces?: string[] | undefined;
412
- }, {
413
- contractId: string;
414
- offset: number;
415
- templateId: string;
416
- packageName: string;
417
- contractKey: string | null;
418
- createdEventBlob: string;
419
- nodeId: number;
420
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
421
- interfaceViews: string[];
422
- witnessParties: string[];
423
- signatories: string[];
424
- observers: string[];
425
- createdAt: string;
426
- implementedInterfaces?: string[] | undefined;
427
- }>;
428
- }, "strict", z.ZodTypeAny, {
429
- value: {
430
- contractId: string;
431
- offset: number;
432
- templateId: string;
433
- packageName: string;
434
- contractKey: string | null;
435
- createdEventBlob: string;
436
- nodeId: number;
437
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
438
- interfaceViews: string[];
439
- witnessParties: string[];
440
- signatories: string[];
441
- observers: string[];
442
- createdAt: string;
443
- implementedInterfaces?: string[] | undefined;
444
- };
445
- }, {
446
- value: {
447
- contractId: string;
448
- offset: number;
449
- templateId: string;
450
- packageName: string;
451
- contractKey: string | null;
452
- createdEventBlob: string;
453
- nodeId: number;
454
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
455
- interfaceViews: string[];
456
- witnessParties: string[];
457
- signatories: string[];
458
- observers: string[];
459
- createdAt: string;
460
- implementedInterfaces?: string[] | undefined;
461
- };
462
- }>;
463
- }, "strict", z.ZodTypeAny, {
464
- CreatedTreeEvent: {
465
- value: {
466
- contractId: string;
467
- offset: number;
468
- templateId: string;
469
- packageName: string;
470
- contractKey: string | null;
471
- createdEventBlob: string;
472
- nodeId: number;
473
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
474
- interfaceViews: string[];
475
- witnessParties: string[];
476
- signatories: string[];
477
- observers: string[];
478
- createdAt: string;
479
- implementedInterfaces?: string[] | undefined;
480
- };
481
- };
482
- }, {
483
- CreatedTreeEvent: {
484
- value: {
485
- contractId: string;
486
- offset: number;
487
- templateId: string;
488
- packageName: string;
489
- contractKey: string | null;
490
- createdEventBlob: string;
491
- nodeId: number;
492
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
493
- interfaceViews: string[];
494
- witnessParties: string[];
495
- signatories: string[];
496
- observers: string[];
497
- createdAt: string;
498
- implementedInterfaces?: string[] | undefined;
499
- };
500
- };
501
- }>, z.ZodObject<{
502
- /**
503
- * The exercised event details for a contract node in the transaction tree.
504
- */
71
+ implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString>>;
72
+ }, z.core.$strict>;
73
+ }, z.core.$strict>;
74
+ }, z.core.$strict>, z.ZodObject<{
505
75
  ExercisedTreeEvent: z.ZodObject<{
506
76
  value: z.ZodObject<{
507
- /** Offset of the event in the ledger stream. */
508
77
  offset: z.ZodNumber;
509
- /** Node ID of the event in the transaction tree. */
510
78
  nodeId: z.ZodNumber;
511
- /** Contract ID of the exercised contract. */
512
79
  contractId: z.ZodString;
513
- /** Template ID of the exercised contract. */
514
80
  templateId: z.ZodString;
515
- /** Interface ID if the choice was exercised via an interface. */
516
81
  interfaceId: z.ZodNullable<z.ZodString>;
517
- /** Name of the exercised choice. */
518
82
  choice: z.ZodString;
519
- /** Arguments passed to the exercised choice. */
520
- choiceArgument: 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">]>>;
521
- /** Parties acting in the exercise. */
522
- actingParties: z.ZodArray<z.ZodString, "many">;
523
- /** Parties that witnessed the exercise. */
524
- witnessParties: z.ZodArray<z.ZodString, "many">;
525
- /** Result returned by the exercised choice. */
526
- exerciseResult: 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">]>>;
527
- /** Name of the Daml package containing the template. */
83
+ choiceArgument: 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>]>>;
84
+ actingParties: z.ZodArray<z.ZodString>;
85
+ witnessParties: z.ZodArray<z.ZodString>;
86
+ exerciseResult: 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>]>>;
528
87
  packageName: z.ZodString;
529
- /** Whether the exercise archived the contract. */
530
88
  consuming: z.ZodBoolean;
531
- /** Node ID of the last descendant in the subtree, if present. */
532
89
  lastDescendantNodeId: z.ZodOptional<z.ZodNumber>;
533
- /** List of interface IDs implemented by the contract. */
534
- implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
535
- }, "strict", z.ZodTypeAny, {
536
- contractId: string;
537
- offset: number;
538
- interfaceId: string | null;
539
- templateId: string;
540
- packageName: string;
541
- choice: string;
542
- choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
543
- nodeId: number;
544
- witnessParties: string[];
545
- actingParties: string[];
546
- exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
547
- consuming: boolean;
548
- implementedInterfaces?: string[] | undefined;
549
- lastDescendantNodeId?: number | undefined;
550
- }, {
551
- contractId: string;
552
- offset: number;
553
- interfaceId: string | null;
554
- templateId: string;
555
- packageName: string;
556
- choice: string;
557
- choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
558
- nodeId: number;
559
- witnessParties: string[];
560
- actingParties: string[];
561
- exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
562
- consuming: boolean;
563
- implementedInterfaces?: string[] | undefined;
564
- lastDescendantNodeId?: number | undefined;
565
- }>;
566
- }, "strict", z.ZodTypeAny, {
567
- value: {
568
- contractId: string;
569
- offset: number;
570
- interfaceId: string | null;
571
- templateId: string;
572
- packageName: string;
573
- choice: string;
574
- choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
575
- nodeId: number;
576
- witnessParties: string[];
577
- actingParties: string[];
578
- exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
579
- consuming: boolean;
580
- implementedInterfaces?: string[] | undefined;
581
- lastDescendantNodeId?: number | undefined;
582
- };
583
- }, {
584
- value: {
585
- contractId: string;
586
- offset: number;
587
- interfaceId: string | null;
588
- templateId: string;
589
- packageName: string;
590
- choice: string;
591
- choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
592
- nodeId: number;
593
- witnessParties: string[];
594
- actingParties: string[];
595
- exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
596
- consuming: boolean;
597
- implementedInterfaces?: string[] | undefined;
598
- lastDescendantNodeId?: number | undefined;
599
- };
600
- }>;
601
- }, "strict", z.ZodTypeAny, {
602
- ExercisedTreeEvent: {
603
- value: {
604
- contractId: string;
605
- offset: number;
606
- interfaceId: string | null;
607
- templateId: string;
608
- packageName: string;
609
- choice: string;
610
- choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
611
- nodeId: number;
612
- witnessParties: string[];
613
- actingParties: string[];
614
- exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
615
- consuming: boolean;
616
- implementedInterfaces?: string[] | undefined;
617
- lastDescendantNodeId?: number | undefined;
618
- };
619
- };
620
- }, {
621
- ExercisedTreeEvent: {
622
- value: {
623
- contractId: string;
624
- offset: number;
625
- interfaceId: string | null;
626
- templateId: string;
627
- packageName: string;
628
- choice: string;
629
- choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
630
- nodeId: number;
631
- witnessParties: string[];
632
- actingParties: string[];
633
- exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
634
- consuming: boolean;
635
- implementedInterfaces?: string[] | undefined;
636
- lastDescendantNodeId?: number | undefined;
637
- };
638
- };
639
- }>, z.ZodObject<{
640
- /**
641
- * The archived event details for a contract node in the transaction tree.
642
- */
90
+ implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString>>;
91
+ }, z.core.$strict>;
92
+ }, z.core.$strict>;
93
+ }, z.core.$strict>, z.ZodObject<{
643
94
  ArchivedTreeEvent: z.ZodObject<{
644
95
  value: z.ZodObject<{
645
- /** Offset of the event in the ledger stream. */
646
96
  offset: z.ZodNumber;
647
- /** Node ID of the event in the transaction tree. */
648
97
  nodeId: z.ZodNumber;
649
- /** Contract ID of the archived contract. */
650
98
  contractId: z.ZodString;
651
- /** Template ID of the archived contract. */
652
99
  templateId: z.ZodString;
653
- /** Parties that witnessed the archival. */
654
- witnessParties: z.ZodArray<z.ZodString, "many">;
655
- /** Name of the Daml package containing the template. */
100
+ witnessParties: z.ZodArray<z.ZodString>;
656
101
  packageName: z.ZodString;
657
- /** List of interface IDs implemented by the contract. */
658
- implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
659
- }, "strict", z.ZodTypeAny, {
660
- contractId: string;
661
- offset: number;
662
- templateId: string;
663
- packageName: string;
664
- nodeId: number;
665
- witnessParties: string[];
666
- implementedInterfaces?: string[] | undefined;
667
- }, {
668
- contractId: string;
669
- offset: number;
670
- templateId: string;
671
- packageName: string;
672
- nodeId: number;
673
- witnessParties: string[];
674
- implementedInterfaces?: string[] | undefined;
675
- }>;
676
- }, "strict", z.ZodTypeAny, {
677
- value: {
678
- contractId: string;
679
- offset: number;
680
- templateId: string;
681
- packageName: string;
682
- nodeId: number;
683
- witnessParties: string[];
684
- implementedInterfaces?: string[] | undefined;
685
- };
686
- }, {
687
- value: {
688
- contractId: string;
689
- offset: number;
690
- templateId: string;
691
- packageName: string;
692
- nodeId: number;
693
- witnessParties: string[];
694
- implementedInterfaces?: string[] | undefined;
695
- };
696
- }>;
697
- }, "strict", z.ZodTypeAny, {
698
- ArchivedTreeEvent: {
699
- value: {
700
- contractId: string;
701
- offset: number;
702
- templateId: string;
703
- packageName: string;
704
- nodeId: number;
705
- witnessParties: string[];
706
- implementedInterfaces?: string[] | undefined;
707
- };
708
- };
709
- }, {
710
- ArchivedTreeEvent: {
711
- value: {
712
- contractId: string;
713
- offset: number;
714
- templateId: string;
715
- packageName: string;
716
- nodeId: number;
717
- witnessParties: string[];
718
- implementedInterfaces?: string[] | undefined;
719
- };
720
- };
721
- }>]>;
102
+ implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString>>;
103
+ }, z.core.$strict>;
104
+ }, z.core.$strict>;
105
+ }, z.core.$strict>]>;
722
106
  export declare const EventFormatSchema: z.ZodObject<{
723
- /**
724
- * If true, include all available fields in the event. If false, include only essential fields.
725
- */
726
107
  verbose: z.ZodBoolean;
727
- /**
728
- * Map of party IDs to their event filters. Each key is a party, and the value specifies which events to include for that party.
729
- */
730
108
  filtersByParty: z.ZodRecord<z.ZodString, z.ZodObject<{
731
- /**
732
- * List of template or interface filters for this party.
733
- */
734
- cumulative: z.ZodArray<z.ZodString, "many">;
735
- }, "strict", z.ZodTypeAny, {
736
- cumulative: string[];
737
- }, {
738
- cumulative: string[];
739
- }>>;
740
- /**
741
- * If true, include the createdEventBlob field in created events.
742
- */
109
+ cumulative: z.ZodArray<z.ZodString>;
110
+ }, z.core.$strict>>;
743
111
  includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
744
- /**
745
- * If true, include interface views in created events.
746
- */
747
112
  includeInterfaceViews: z.ZodOptional<z.ZodBoolean>;
748
- }, "strict", z.ZodTypeAny, {
749
- verbose: boolean;
750
- filtersByParty: Record<string, {
751
- cumulative: string[];
752
- }>;
753
- includeCreatedEventBlob?: boolean | undefined;
754
- includeInterfaceViews?: boolean | undefined;
755
- }, {
756
- verbose: boolean;
757
- filtersByParty: Record<string, {
758
- cumulative: string[];
759
- }>;
760
- includeCreatedEventBlob?: boolean | undefined;
761
- includeInterfaceViews?: boolean | undefined;
762
- }>;
113
+ }, z.core.$strict>;
763
114
  export declare const EventsByContractIdRequestSchema: z.ZodObject<{
764
- /** The contract ID to query events for. */
765
115
  contractId: z.ZodString;
766
- /** Format options for the returned events. */
767
116
  eventFormat: z.ZodObject<{
768
- /**
769
- * If true, include all available fields in the event. If false, include only essential fields.
770
- */
771
117
  verbose: z.ZodBoolean;
772
- /**
773
- * Map of party IDs to their event filters. Each key is a party, and the value specifies which events to include for that party.
774
- */
775
118
  filtersByParty: z.ZodRecord<z.ZodString, z.ZodObject<{
776
- /**
777
- * List of template or interface filters for this party.
778
- */
779
- cumulative: z.ZodArray<z.ZodString, "many">;
780
- }, "strict", z.ZodTypeAny, {
781
- cumulative: string[];
782
- }, {
783
- cumulative: string[];
784
- }>>;
785
- /**
786
- * If true, include the createdEventBlob field in created events.
787
- */
119
+ cumulative: z.ZodArray<z.ZodString>;
120
+ }, z.core.$strict>>;
788
121
  includeCreatedEventBlob: z.ZodOptional<z.ZodBoolean>;
789
- /**
790
- * If true, include interface views in created events.
791
- */
792
122
  includeInterfaceViews: z.ZodOptional<z.ZodBoolean>;
793
- }, "strict", z.ZodTypeAny, {
794
- verbose: boolean;
795
- filtersByParty: Record<string, {
796
- cumulative: string[];
797
- }>;
798
- includeCreatedEventBlob?: boolean | undefined;
799
- includeInterfaceViews?: boolean | undefined;
800
- }, {
801
- verbose: boolean;
802
- filtersByParty: Record<string, {
803
- cumulative: string[];
804
- }>;
805
- includeCreatedEventBlob?: boolean | undefined;
806
- includeInterfaceViews?: boolean | undefined;
807
- }>;
808
- }, "strict", z.ZodTypeAny, {
809
- contractId: string;
810
- eventFormat: {
811
- verbose: boolean;
812
- filtersByParty: Record<string, {
813
- cumulative: string[];
814
- }>;
815
- includeCreatedEventBlob?: boolean | undefined;
816
- includeInterfaceViews?: boolean | undefined;
817
- };
818
- }, {
819
- contractId: string;
820
- eventFormat: {
821
- verbose: boolean;
822
- filtersByParty: Record<string, {
823
- cumulative: string[];
824
- }>;
825
- includeCreatedEventBlob?: boolean | undefined;
826
- includeInterfaceViews?: boolean | undefined;
827
- };
828
- }>;
123
+ }, z.core.$strict>;
124
+ }, z.core.$strict>;
829
125
  export declare const CreatedEventSchema: z.ZodObject<{
830
- /**
831
- * The created event details for a contract.
832
- */
833
126
  createdEvent: z.ZodObject<{
834
- /** Offset of the event in the ledger stream. */
835
127
  offset: z.ZodNumber;
836
- /** Node ID of the event in the transaction tree. */
837
128
  nodeId: z.ZodNumber;
838
- /** Contract ID of the created contract. */
839
129
  contractId: z.ZodString;
840
- /** Template ID of the created contract. */
841
130
  templateId: z.ZodString;
842
- /** Contract key, if present. */
843
131
  contractKey: z.ZodNullable<z.ZodString>;
844
- /** Arguments used to create the contract. */
845
- 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">]>>;
846
- /** Serialized event blob for the created contract. */
132
+ 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>]>>;
847
133
  createdEventBlob: z.ZodString;
848
- /** List of interface view names implemented by the contract. */
849
- interfaceViews: z.ZodArray<z.ZodString, "many">;
850
- /** Parties that witnessed the creation. */
851
- witnessParties: z.ZodArray<z.ZodString, "many">;
852
- /** Parties that must sign the contract. */
853
- signatories: z.ZodArray<z.ZodString, "many">;
854
- /** Parties that observe the contract. */
855
- observers: z.ZodArray<z.ZodString, "many">;
856
- /** ISO 8601 timestamp when the contract was created. */
134
+ interfaceViews: z.ZodArray<z.ZodString>;
135
+ witnessParties: z.ZodArray<z.ZodString>;
136
+ signatories: z.ZodArray<z.ZodString>;
137
+ observers: z.ZodArray<z.ZodString>;
857
138
  createdAt: z.ZodString;
858
- /** Name of the Daml package containing the template. */
859
139
  packageName: z.ZodString;
860
- }, "strict", z.ZodTypeAny, {
861
- contractId: string;
862
- offset: number;
863
- templateId: string;
864
- packageName: string;
865
- contractKey: string | null;
866
- createdEventBlob: string;
867
- nodeId: number;
868
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
869
- interfaceViews: string[];
870
- witnessParties: string[];
871
- signatories: string[];
872
- observers: string[];
873
- createdAt: string;
874
- }, {
875
- contractId: string;
876
- offset: number;
877
- templateId: string;
878
- packageName: string;
879
- contractKey: string | null;
880
- createdEventBlob: string;
881
- nodeId: number;
882
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
883
- interfaceViews: string[];
884
- witnessParties: string[];
885
- signatories: string[];
886
- observers: string[];
887
- createdAt: string;
888
- }>;
889
- /** Synchronizer ID for the event. */
140
+ }, z.core.$strict>;
890
141
  synchronizerId: z.ZodString;
891
- }, "strict", z.ZodTypeAny, {
892
- synchronizerId: string;
893
- createdEvent: {
894
- contractId: string;
895
- offset: number;
896
- templateId: string;
897
- packageName: string;
898
- contractKey: string | null;
899
- createdEventBlob: string;
900
- nodeId: number;
901
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
902
- interfaceViews: string[];
903
- witnessParties: string[];
904
- signatories: string[];
905
- observers: string[];
906
- createdAt: string;
907
- };
908
- }, {
909
- synchronizerId: string;
910
- createdEvent: {
911
- contractId: string;
912
- offset: number;
913
- templateId: string;
914
- packageName: string;
915
- contractKey: string | null;
916
- createdEventBlob: string;
917
- nodeId: number;
918
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
919
- interfaceViews: string[];
920
- witnessParties: string[];
921
- signatories: string[];
922
- observers: string[];
923
- createdAt: string;
924
- };
925
- }>;
142
+ }, z.core.$strict>;
926
143
  export declare const ArchivedEventSchema: z.ZodObject<{
927
- /**
928
- * The archived event details for a contract.
929
- */
930
144
  archivedEvent: z.ZodObject<{
931
- /** Offset of the event in the ledger stream. */
932
145
  offset: z.ZodNumber;
933
- /** Node ID of the event in the transaction tree. */
934
146
  nodeId: z.ZodNumber;
935
- /** Contract ID of the archived contract. */
936
147
  contractId: z.ZodString;
937
- /** Template ID of the archived contract. */
938
148
  templateId: z.ZodString;
939
- /** Parties that witnessed the archival. */
940
- witnessParties: z.ZodArray<z.ZodString, "many">;
941
- /** Name of the Daml package containing the template. */
149
+ witnessParties: z.ZodArray<z.ZodString>;
942
150
  packageName: z.ZodString;
943
- /** List of interface IDs implemented by the contract. */
944
- implementedInterfaces: z.ZodArray<z.ZodString, "many">;
945
- }, "strict", z.ZodTypeAny, {
946
- contractId: string;
947
- offset: number;
948
- templateId: string;
949
- packageName: string;
950
- nodeId: number;
951
- witnessParties: string[];
952
- implementedInterfaces: string[];
953
- }, {
954
- contractId: string;
955
- offset: number;
956
- templateId: string;
957
- packageName: string;
958
- nodeId: number;
959
- witnessParties: string[];
960
- implementedInterfaces: string[];
961
- }>;
962
- /** Synchronizer ID for the event. */
151
+ implementedInterfaces: z.ZodArray<z.ZodString>;
152
+ }, z.core.$strict>;
963
153
  synchronizerId: z.ZodString;
964
- }, "strict", z.ZodTypeAny, {
965
- synchronizerId: string;
966
- archivedEvent: {
967
- contractId: string;
968
- offset: number;
969
- templateId: string;
970
- packageName: string;
971
- nodeId: number;
972
- witnessParties: string[];
973
- implementedInterfaces: string[];
974
- };
975
- }, {
976
- synchronizerId: string;
977
- archivedEvent: {
978
- contractId: string;
979
- offset: number;
980
- templateId: string;
981
- packageName: string;
982
- nodeId: number;
983
- witnessParties: string[];
984
- implementedInterfaces: string[];
985
- };
986
- }>;
987
- export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<{
988
- /** Created event, if the contract is active. */
154
+ }, z.core.$strict>;
155
+ export declare const EventsByContractIdResponseSchema: z.ZodObject<{
989
156
  created: z.ZodOptional<z.ZodObject<{
990
- /**
991
- * The created event details for a contract.
992
- */
993
157
  createdEvent: z.ZodObject<{
994
- /** Offset of the event in the ledger stream. */
995
158
  offset: z.ZodNumber;
996
- /** Node ID of the event in the transaction tree. */
997
159
  nodeId: z.ZodNumber;
998
- /** Contract ID of the created contract. */
999
160
  contractId: z.ZodString;
1000
- /** Template ID of the created contract. */
1001
161
  templateId: z.ZodString;
1002
- /** Contract key, if present. */
1003
162
  contractKey: z.ZodNullable<z.ZodString>;
1004
- /** Arguments used to create the contract. */
1005
- 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">]>>;
1006
- /** Serialized event blob for the created contract. */
163
+ 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>]>>;
1007
164
  createdEventBlob: z.ZodString;
1008
- /** List of interface view names implemented by the contract. */
1009
- interfaceViews: z.ZodArray<z.ZodString, "many">;
1010
- /** Parties that witnessed the creation. */
1011
- witnessParties: z.ZodArray<z.ZodString, "many">;
1012
- /** Parties that must sign the contract. */
1013
- signatories: z.ZodArray<z.ZodString, "many">;
1014
- /** Parties that observe the contract. */
1015
- observers: z.ZodArray<z.ZodString, "many">;
1016
- /** ISO 8601 timestamp when the contract was created. */
165
+ interfaceViews: z.ZodArray<z.ZodString>;
166
+ witnessParties: z.ZodArray<z.ZodString>;
167
+ signatories: z.ZodArray<z.ZodString>;
168
+ observers: z.ZodArray<z.ZodString>;
1017
169
  createdAt: z.ZodString;
1018
- /** Name of the Daml package containing the template. */
1019
170
  packageName: z.ZodString;
1020
- }, "strict", z.ZodTypeAny, {
1021
- contractId: string;
1022
- offset: number;
1023
- templateId: string;
1024
- packageName: string;
1025
- contractKey: string | null;
1026
- createdEventBlob: string;
1027
- nodeId: number;
1028
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1029
- interfaceViews: string[];
1030
- witnessParties: string[];
1031
- signatories: string[];
1032
- observers: string[];
1033
- createdAt: string;
1034
- }, {
1035
- contractId: string;
1036
- offset: number;
1037
- templateId: string;
1038
- packageName: string;
1039
- contractKey: string | null;
1040
- createdEventBlob: string;
1041
- nodeId: number;
1042
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1043
- interfaceViews: string[];
1044
- witnessParties: string[];
1045
- signatories: string[];
1046
- observers: string[];
1047
- createdAt: string;
1048
- }>;
1049
- /** Synchronizer ID for the event. */
171
+ }, z.core.$strict>;
1050
172
  synchronizerId: z.ZodString;
1051
- }, "strict", z.ZodTypeAny, {
1052
- synchronizerId: string;
1053
- createdEvent: {
1054
- contractId: string;
1055
- offset: number;
1056
- templateId: string;
1057
- packageName: string;
1058
- contractKey: string | null;
1059
- createdEventBlob: string;
1060
- nodeId: number;
1061
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1062
- interfaceViews: string[];
1063
- witnessParties: string[];
1064
- signatories: string[];
1065
- observers: string[];
1066
- createdAt: string;
1067
- };
1068
- }, {
1069
- synchronizerId: string;
1070
- createdEvent: {
1071
- contractId: string;
1072
- offset: number;
1073
- templateId: string;
1074
- packageName: string;
1075
- contractKey: string | null;
1076
- createdEventBlob: string;
1077
- nodeId: number;
1078
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1079
- interfaceViews: string[];
1080
- witnessParties: string[];
1081
- signatories: string[];
1082
- observers: string[];
1083
- createdAt: string;
1084
- };
1085
- }>>;
1086
- /** Archived event, if the contract is archived. */
173
+ }, z.core.$strict>>;
1087
174
  archived: z.ZodOptional<z.ZodObject<{
1088
- /**
1089
- * The archived event details for a contract.
1090
- */
1091
175
  archivedEvent: z.ZodObject<{
1092
- /** Offset of the event in the ledger stream. */
1093
176
  offset: z.ZodNumber;
1094
- /** Node ID of the event in the transaction tree. */
1095
177
  nodeId: z.ZodNumber;
1096
- /** Contract ID of the archived contract. */
1097
178
  contractId: z.ZodString;
1098
- /** Template ID of the archived contract. */
1099
179
  templateId: z.ZodString;
1100
- /** Parties that witnessed the archival. */
1101
- witnessParties: z.ZodArray<z.ZodString, "many">;
1102
- /** Name of the Daml package containing the template. */
180
+ witnessParties: z.ZodArray<z.ZodString>;
1103
181
  packageName: z.ZodString;
1104
- /** List of interface IDs implemented by the contract. */
1105
- implementedInterfaces: z.ZodArray<z.ZodString, "many">;
1106
- }, "strict", z.ZodTypeAny, {
1107
- contractId: string;
1108
- offset: number;
1109
- templateId: string;
1110
- packageName: string;
1111
- nodeId: number;
1112
- witnessParties: string[];
1113
- implementedInterfaces: string[];
1114
- }, {
1115
- contractId: string;
1116
- offset: number;
1117
- templateId: string;
1118
- packageName: string;
1119
- nodeId: number;
1120
- witnessParties: string[];
1121
- implementedInterfaces: string[];
1122
- }>;
1123
- /** Synchronizer ID for the event. */
182
+ implementedInterfaces: z.ZodArray<z.ZodString>;
183
+ }, z.core.$strict>;
1124
184
  synchronizerId: z.ZodString;
1125
- }, "strict", z.ZodTypeAny, {
1126
- synchronizerId: string;
1127
- archivedEvent: {
1128
- contractId: string;
1129
- offset: number;
1130
- templateId: string;
1131
- packageName: string;
1132
- nodeId: number;
1133
- witnessParties: string[];
1134
- implementedInterfaces: string[];
1135
- };
1136
- }, {
1137
- synchronizerId: string;
1138
- archivedEvent: {
1139
- contractId: string;
1140
- offset: number;
1141
- templateId: string;
1142
- packageName: string;
1143
- nodeId: number;
1144
- witnessParties: string[];
1145
- implementedInterfaces: string[];
1146
- };
1147
- }>>;
1148
- }, "strict", z.ZodTypeAny, {
1149
- created?: {
1150
- synchronizerId: string;
1151
- createdEvent: {
1152
- contractId: string;
1153
- offset: number;
1154
- templateId: string;
1155
- packageName: string;
1156
- contractKey: string | null;
1157
- createdEventBlob: string;
1158
- nodeId: number;
1159
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1160
- interfaceViews: string[];
1161
- witnessParties: string[];
1162
- signatories: string[];
1163
- observers: string[];
1164
- createdAt: string;
1165
- };
1166
- } | undefined;
1167
- archived?: {
1168
- synchronizerId: string;
1169
- archivedEvent: {
1170
- contractId: string;
1171
- offset: number;
1172
- templateId: string;
1173
- packageName: string;
1174
- nodeId: number;
1175
- witnessParties: string[];
1176
- implementedInterfaces: string[];
1177
- };
1178
- } | undefined;
1179
- }, {
1180
- created?: {
1181
- synchronizerId: string;
1182
- createdEvent: {
1183
- contractId: string;
1184
- offset: number;
1185
- templateId: string;
1186
- packageName: string;
1187
- contractKey: string | null;
1188
- createdEventBlob: string;
1189
- nodeId: number;
1190
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1191
- interfaceViews: string[];
1192
- witnessParties: string[];
1193
- signatories: string[];
1194
- observers: string[];
1195
- createdAt: string;
1196
- };
1197
- } | undefined;
1198
- archived?: {
1199
- synchronizerId: string;
1200
- archivedEvent: {
1201
- contractId: string;
1202
- offset: number;
1203
- templateId: string;
1204
- packageName: string;
1205
- nodeId: number;
1206
- witnessParties: string[];
1207
- implementedInterfaces: string[];
1208
- };
1209
- } | undefined;
1210
- }>, {
1211
- created?: {
1212
- synchronizerId: string;
1213
- createdEvent: {
1214
- contractId: string;
1215
- offset: number;
1216
- templateId: string;
1217
- packageName: string;
1218
- contractKey: string | null;
1219
- createdEventBlob: string;
1220
- nodeId: number;
1221
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1222
- interfaceViews: string[];
1223
- witnessParties: string[];
1224
- signatories: string[];
1225
- observers: string[];
1226
- createdAt: string;
1227
- };
1228
- } | undefined;
1229
- archived?: {
1230
- synchronizerId: string;
1231
- archivedEvent: {
1232
- contractId: string;
1233
- offset: number;
1234
- templateId: string;
1235
- packageName: string;
1236
- nodeId: number;
1237
- witnessParties: string[];
1238
- implementedInterfaces: string[];
1239
- };
1240
- } | undefined;
1241
- }, {
1242
- created?: {
1243
- synchronizerId: string;
1244
- createdEvent: {
1245
- contractId: string;
1246
- offset: number;
1247
- templateId: string;
1248
- packageName: string;
1249
- contractKey: string | null;
1250
- createdEventBlob: string;
1251
- nodeId: number;
1252
- createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1253
- interfaceViews: string[];
1254
- witnessParties: string[];
1255
- signatories: string[];
1256
- observers: string[];
1257
- createdAt: string;
1258
- };
1259
- } | undefined;
1260
- archived?: {
1261
- synchronizerId: string;
1262
- archivedEvent: {
1263
- contractId: string;
1264
- offset: number;
1265
- templateId: string;
1266
- packageName: string;
1267
- nodeId: number;
1268
- witnessParties: string[];
1269
- implementedInterfaces: string[];
1270
- };
1271
- } | undefined;
1272
- }>;
185
+ }, z.core.$strict>>;
186
+ }, z.core.$strict>;
1273
187
  export type CreatedTreeEvent = z.infer<typeof CreatedTreeEventSchema>;
1274
188
  export type ExercisedTreeEvent = z.infer<typeof ExercisedTreeEventSchema>;
1275
189
  export type ArchivedTreeEvent = z.infer<typeof ArchivedTreeEventSchema>;