@fairmint/canton-node-sdk 0.0.99 → 0.0.101

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 (656) hide show
  1. package/README.md +0 -1
  2. package/build/src/clients/index.d.ts +1 -1
  3. package/build/src/clients/index.d.ts.map +1 -1
  4. package/build/src/clients/index.js +1 -1
  5. package/build/src/clients/index.js.map +1 -1
  6. package/build/src/clients/ledger-json-api/operations/v2/authenticated-user/get.d.ts +19 -32
  7. package/build/src/clients/ledger-json-api/operations/v2/authenticated-user/get.d.ts.map +1 -1
  8. package/build/src/clients/ledger-json-api/operations/v2/authenticated-user/get.js +6 -5
  9. package/build/src/clients/ledger-json-api/operations/v2/authenticated-user/get.js.map +1 -1
  10. package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts +3 -17
  11. package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts.map +1 -1
  12. package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.js +4 -6
  13. package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.js.map +1 -1
  14. package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit.d.ts +17 -31
  15. package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit.d.ts.map +1 -1
  16. package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit.js +5 -7
  17. package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit.js.map +1 -1
  18. package/build/src/clients/ledger-json-api/operations/v2/commands/completions.d.ts +9 -23
  19. package/build/src/clients/ledger-json-api/operations/v2/commands/completions.d.ts.map +1 -1
  20. package/build/src/clients/ledger-json-api/operations/v2/commands/completions.js +6 -8
  21. package/build/src/clients/ledger-json-api/operations/v2/commands/completions.js.map +1 -1
  22. package/build/src/clients/ledger-json-api/operations/v2/commands/index.d.ts +3 -3
  23. package/build/src/clients/ledger-json-api/operations/v2/commands/index.d.ts.map +1 -1
  24. package/build/src/clients/ledger-json-api/operations/v2/commands/index.js +3 -3
  25. package/build/src/clients/ledger-json-api/operations/v2/commands/index.js.map +1 -1
  26. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-reassignment.d.ts +73 -85
  27. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-reassignment.d.ts.map +1 -1
  28. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-reassignment.js +16 -16
  29. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-reassignment.js.map +1 -1
  30. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.d.ts +30 -44
  31. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.d.ts.map +1 -1
  32. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.js +7 -8
  33. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.js.map +1 -1
  34. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.d.ts +20 -34
  35. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.d.ts.map +1 -1
  36. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.js +5 -7
  37. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.js.map +1 -1
  38. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait.d.ts +20 -34
  39. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait.d.ts.map +1 -1
  40. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait.js +5 -7
  41. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait.js.map +1 -1
  42. package/build/src/clients/ledger-json-api/operations/v2/commands/subscribe-to-completions.d.ts +8 -11
  43. package/build/src/clients/ledger-json-api/operations/v2/commands/subscribe-to-completions.d.ts.map +1 -1
  44. package/build/src/clients/ledger-json-api/operations/v2/commands/subscribe-to-completions.js +5 -11
  45. package/build/src/clients/ledger-json-api/operations/v2/commands/subscribe-to-completions.js.map +1 -1
  46. package/build/src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.d.ts +15 -28
  47. package/build/src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.d.ts.map +1 -1
  48. package/build/src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.js +14 -13
  49. package/build/src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.js.map +1 -1
  50. package/build/src/clients/ledger-json-api/operations/v2/idps/delete-idp.d.ts +8 -21
  51. package/build/src/clients/ledger-json-api/operations/v2/idps/delete-idp.d.ts.map +1 -1
  52. package/build/src/clients/ledger-json-api/operations/v2/idps/delete-idp.js +5 -4
  53. package/build/src/clients/ledger-json-api/operations/v2/idps/delete-idp.js.map +1 -1
  54. package/build/src/clients/ledger-json-api/operations/v2/idps/get-idp.d.ts +16 -29
  55. package/build/src/clients/ledger-json-api/operations/v2/idps/get-idp.d.ts.map +1 -1
  56. package/build/src/clients/ledger-json-api/operations/v2/idps/get-idp.js +6 -5
  57. package/build/src/clients/ledger-json-api/operations/v2/idps/get-idp.js.map +1 -1
  58. package/build/src/clients/ledger-json-api/operations/v2/idps/get.d.ts +15 -28
  59. package/build/src/clients/ledger-json-api/operations/v2/idps/get.d.ts.map +1 -1
  60. package/build/src/clients/ledger-json-api/operations/v2/idps/get.js +6 -5
  61. package/build/src/clients/ledger-json-api/operations/v2/idps/get.js.map +1 -1
  62. package/build/src/clients/ledger-json-api/operations/v2/idps/index.d.ts +2 -2
  63. package/build/src/clients/ledger-json-api/operations/v2/idps/index.d.ts.map +1 -1
  64. package/build/src/clients/ledger-json-api/operations/v2/idps/index.js +2 -2
  65. package/build/src/clients/ledger-json-api/operations/v2/idps/index.js.map +1 -1
  66. package/build/src/clients/ledger-json-api/operations/v2/idps/patch-idp.d.ts +28 -41
  67. package/build/src/clients/ledger-json-api/operations/v2/idps/patch-idp.d.ts.map +1 -1
  68. package/build/src/clients/ledger-json-api/operations/v2/idps/patch-idp.js +9 -8
  69. package/build/src/clients/ledger-json-api/operations/v2/idps/patch-idp.js.map +1 -1
  70. package/build/src/clients/ledger-json-api/operations/v2/idps/post.d.ts +24 -37
  71. package/build/src/clients/ledger-json-api/operations/v2/idps/post.d.ts.map +1 -1
  72. package/build/src/clients/ledger-json-api/operations/v2/idps/post.js +8 -7
  73. package/build/src/clients/ledger-json-api/operations/v2/idps/post.js.map +1 -1
  74. package/build/src/clients/ledger-json-api/operations/v2/index.d.ts +7 -7
  75. package/build/src/clients/ledger-json-api/operations/v2/index.d.ts.map +1 -1
  76. package/build/src/clients/ledger-json-api/operations/v2/index.js +7 -7
  77. package/build/src/clients/ledger-json-api/operations/v2/index.js.map +1 -1
  78. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/allocate-party.d.ts +17 -30
  79. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/allocate-party.d.ts.map +1 -1
  80. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/allocate-party.js +7 -6
  81. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/allocate-party.js.map +1 -1
  82. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/create-user.d.ts +51 -64
  83. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/create-user.d.ts.map +1 -1
  84. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/create-user.js +12 -11
  85. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/create-user.js.map +1 -1
  86. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-package-version.d.ts +21 -34
  87. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-package-version.d.ts.map +1 -1
  88. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-package-version.js +8 -7
  89. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-package-version.js.map +1 -1
  90. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.d.ts +26 -39
  91. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.d.ts.map +1 -1
  92. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.js +11 -10
  93. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.js.map +1 -1
  94. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/index.d.ts +1 -1
  95. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/index.d.ts.map +1 -1
  96. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/index.js +1 -1
  97. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/index.js.map +1 -1
  98. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/upload-dar.d.ts +11 -24
  99. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/upload-dar.d.ts.map +1 -1
  100. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/upload-dar.js +11 -11
  101. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/upload-dar.js.map +1 -1
  102. package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.d.ts +13 -25
  103. package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.d.ts.map +1 -1
  104. package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.js +9 -7
  105. package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.js.map +1 -1
  106. package/build/src/clients/ledger-json-api/operations/v2/packages/get.d.ts +9 -23
  107. package/build/src/clients/ledger-json-api/operations/v2/packages/get.d.ts.map +1 -1
  108. package/build/src/clients/ledger-json-api/operations/v2/packages/get.js +7 -6
  109. package/build/src/clients/ledger-json-api/operations/v2/packages/get.js.map +1 -1
  110. package/build/src/clients/ledger-json-api/operations/v2/packages/index.d.ts +1 -1
  111. package/build/src/clients/ledger-json-api/operations/v2/packages/index.d.ts.map +1 -1
  112. package/build/src/clients/ledger-json-api/operations/v2/packages/index.js +1 -1
  113. package/build/src/clients/ledger-json-api/operations/v2/packages/index.js.map +1 -1
  114. package/build/src/clients/ledger-json-api/operations/v2/packages/post.d.ts +13 -25
  115. package/build/src/clients/ledger-json-api/operations/v2/packages/post.d.ts.map +1 -1
  116. package/build/src/clients/ledger-json-api/operations/v2/packages/post.js +13 -11
  117. package/build/src/clients/ledger-json-api/operations/v2/packages/post.js.map +1 -1
  118. package/build/src/clients/ledger-json-api/operations/v2/parties/get-participant-id.d.ts +4 -18
  119. package/build/src/clients/ledger-json-api/operations/v2/parties/get-participant-id.d.ts.map +1 -1
  120. package/build/src/clients/ledger-json-api/operations/v2/parties/get-participant-id.js.map +1 -1
  121. package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.d.ts +14 -27
  122. package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.d.ts.map +1 -1
  123. package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.js +8 -7
  124. package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.js.map +1 -1
  125. package/build/src/clients/ledger-json-api/operations/v2/parties/get.d.ts +7 -21
  126. package/build/src/clients/ledger-json-api/operations/v2/parties/get.d.ts.map +1 -1
  127. package/build/src/clients/ledger-json-api/operations/v2/parties/get.js +1 -1
  128. package/build/src/clients/ledger-json-api/operations/v2/parties/get.js.map +1 -1
  129. package/build/src/clients/ledger-json-api/operations/v2/parties/post.d.ts +25 -38
  130. package/build/src/clients/ledger-json-api/operations/v2/parties/post.d.ts.map +1 -1
  131. package/build/src/clients/ledger-json-api/operations/v2/parties/post.js +23 -22
  132. package/build/src/clients/ledger-json-api/operations/v2/parties/post.js.map +1 -1
  133. package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.d.ts +19 -33
  134. package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.d.ts.map +1 -1
  135. package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.js +1 -2
  136. package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.js.map +1 -1
  137. package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.d.ts +12 -26
  138. package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.d.ts.map +1 -1
  139. package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.js +13 -14
  140. package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.js.map +1 -1
  141. package/build/src/clients/ledger-json-api/operations/v2/state/get-connected-synchronizers.d.ts +7 -21
  142. package/build/src/clients/ledger-json-api/operations/v2/state/get-connected-synchronizers.d.ts.map +1 -1
  143. package/build/src/clients/ledger-json-api/operations/v2/state/get-connected-synchronizers.js.map +1 -1
  144. package/build/src/clients/ledger-json-api/operations/v2/state/get-latest-pruned-offsets.d.ts +11 -24
  145. package/build/src/clients/ledger-json-api/operations/v2/state/get-latest-pruned-offsets.d.ts.map +1 -1
  146. package/build/src/clients/ledger-json-api/operations/v2/state/get-latest-pruned-offsets.js +6 -5
  147. package/build/src/clients/ledger-json-api/operations/v2/state/get-latest-pruned-offsets.js.map +1 -1
  148. package/build/src/clients/ledger-json-api/operations/v2/state/get-ledger-end.d.ts +4 -18
  149. package/build/src/clients/ledger-json-api/operations/v2/state/get-ledger-end.d.ts.map +1 -1
  150. package/build/src/clients/ledger-json-api/operations/v2/state/get-ledger-end.js.map +1 -1
  151. package/build/src/clients/ledger-json-api/operations/v2/state/index.d.ts +1 -1
  152. package/build/src/clients/ledger-json-api/operations/v2/state/index.d.ts.map +1 -1
  153. package/build/src/clients/ledger-json-api/operations/v2/state/index.js +1 -1
  154. package/build/src/clients/ledger-json-api/operations/v2/state/index.js.map +1 -1
  155. package/build/src/clients/ledger-json-api/operations/v2/state/subscribe-to-active-contracts.d.ts +21 -24
  156. package/build/src/clients/ledger-json-api/operations/v2/state/subscribe-to-active-contracts.d.ts.map +1 -1
  157. package/build/src/clients/ledger-json-api/operations/v2/state/subscribe-to-active-contracts.js +15 -19
  158. package/build/src/clients/ledger-json-api/operations/v2/state/subscribe-to-active-contracts.js.map +1 -1
  159. package/build/src/clients/ledger-json-api/operations/v2/updates/get-flats.d.ts +250 -262
  160. package/build/src/clients/ledger-json-api/operations/v2/updates/get-flats.d.ts.map +1 -1
  161. package/build/src/clients/ledger-json-api/operations/v2/updates/get-flats.js +20 -18
  162. package/build/src/clients/ledger-json-api/operations/v2/updates/get-flats.js.map +1 -1
  163. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.d.ts +55 -69
  164. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.d.ts.map +1 -1
  165. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.js.map +1 -1
  166. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.d.ts +55 -69
  167. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.d.ts.map +1 -1
  168. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.js.map +1 -1
  169. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.d.ts +16 -28
  170. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.d.ts.map +1 -1
  171. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.js +12 -13
  172. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.js.map +1 -1
  173. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.d.ts +16 -28
  174. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.d.ts.map +1 -1
  175. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.js +12 -13
  176. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.js.map +1 -1
  177. package/build/src/clients/ledger-json-api/operations/v2/updates/get-trees.d.ts +181 -193
  178. package/build/src/clients/ledger-json-api/operations/v2/updates/get-trees.d.ts.map +1 -1
  179. package/build/src/clients/ledger-json-api/operations/v2/updates/get-trees.js +20 -18
  180. package/build/src/clients/ledger-json-api/operations/v2/updates/get-trees.js.map +1 -1
  181. package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.d.ts +5 -20
  182. package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.d.ts.map +1 -1
  183. package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.js +3 -3
  184. package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.js.map +1 -1
  185. package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-offset.d.ts +105 -119
  186. package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-offset.d.ts.map +1 -1
  187. package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-offset.js.map +1 -1
  188. package/build/src/clients/ledger-json-api/operations/v2/updates/index.d.ts +5 -5
  189. package/build/src/clients/ledger-json-api/operations/v2/updates/index.d.ts.map +1 -1
  190. package/build/src/clients/ledger-json-api/operations/v2/updates/index.js +5 -5
  191. package/build/src/clients/ledger-json-api/operations/v2/updates/index.js.map +1 -1
  192. package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-flats.d.ts +65 -68
  193. package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-flats.d.ts.map +1 -1
  194. package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-flats.js +11 -13
  195. package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-flats.js.map +1 -1
  196. package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-trees.d.ts +65 -68
  197. package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-trees.d.ts.map +1 -1
  198. package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-trees.js +10 -12
  199. package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-trees.js.map +1 -1
  200. package/build/src/clients/ledger-json-api/operations/v2/updates/utils/format-normalizers.d.ts.map +1 -1
  201. package/build/src/clients/ledger-json-api/operations/v2/updates/utils/format-normalizers.js +46 -16
  202. package/build/src/clients/ledger-json-api/operations/v2/updates/utils/format-normalizers.js.map +1 -1
  203. package/build/src/clients/ledger-json-api/operations/v2/users/create-user.d.ts +33 -47
  204. package/build/src/clients/ledger-json-api/operations/v2/users/create-user.d.ts.map +1 -1
  205. package/build/src/clients/ledger-json-api/operations/v2/users/create-user.js.map +1 -1
  206. package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.d.ts +5 -19
  207. package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.d.ts.map +1 -1
  208. package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.js +1 -2
  209. package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.js.map +1 -1
  210. package/build/src/clients/ledger-json-api/operations/v2/users/get-user.d.ts +14 -27
  211. package/build/src/clients/ledger-json-api/operations/v2/users/get-user.d.ts.map +1 -1
  212. package/build/src/clients/ledger-json-api/operations/v2/users/get-user.js +7 -7
  213. package/build/src/clients/ledger-json-api/operations/v2/users/get-user.js.map +1 -1
  214. package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.d.ts +28 -42
  215. package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.d.ts.map +1 -1
  216. package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.js +1 -2
  217. package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.js.map +1 -1
  218. package/build/src/clients/ledger-json-api/operations/v2/users/index.d.ts +4 -4
  219. package/build/src/clients/ledger-json-api/operations/v2/users/index.d.ts.map +1 -1
  220. package/build/src/clients/ledger-json-api/operations/v2/users/index.js +4 -4
  221. package/build/src/clients/ledger-json-api/operations/v2/users/index.js.map +1 -1
  222. package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.d.ts +8 -22
  223. package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.d.ts.map +1 -1
  224. package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.js +1 -2
  225. package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.js.map +1 -1
  226. package/build/src/clients/ledger-json-api/operations/v2/users/list-users.d.ts +9 -23
  227. package/build/src/clients/ledger-json-api/operations/v2/users/list-users.d.ts.map +1 -1
  228. package/build/src/clients/ledger-json-api/operations/v2/users/list-users.js +1 -2
  229. package/build/src/clients/ledger-json-api/operations/v2/users/list-users.js.map +1 -1
  230. package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.d.ts +28 -42
  231. package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.d.ts.map +1 -1
  232. package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.js +1 -2
  233. package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.js.map +1 -1
  234. package/build/src/clients/ledger-json-api/operations/v2/users/update-user-identity-provider.d.ts +8 -22
  235. package/build/src/clients/ledger-json-api/operations/v2/users/update-user-identity-provider.d.ts.map +1 -1
  236. package/build/src/clients/ledger-json-api/operations/v2/users/update-user-identity-provider.js +1 -2
  237. package/build/src/clients/ledger-json-api/operations/v2/users/update-user-identity-provider.js.map +1 -1
  238. package/build/src/clients/ledger-json-api/operations/v2/users/update-user.d.ts +20 -34
  239. package/build/src/clients/ledger-json-api/operations/v2/users/update-user.d.ts.map +1 -1
  240. package/build/src/clients/ledger-json-api/operations/v2/users/update-user.js +1 -2
  241. package/build/src/clients/ledger-json-api/operations/v2/users/update-user.js.map +1 -1
  242. package/build/src/clients/ledger-json-api/operations/v2/version/get.d.ts +35 -49
  243. package/build/src/clients/ledger-json-api/operations/v2/version/get.d.ts.map +1 -1
  244. package/build/src/clients/ledger-json-api/operations/v2/version/get.js +7 -6
  245. package/build/src/clients/ledger-json-api/operations/v2/version/get.js.map +1 -1
  246. package/build/src/clients/ledger-json-api/schemas/api/command-responses.d.ts +1 -3
  247. package/build/src/clients/ledger-json-api/schemas/api/command-responses.d.ts.map +1 -1
  248. package/build/src/clients/ledger-json-api/schemas/api/command-responses.js +5 -5
  249. package/build/src/clients/ledger-json-api/schemas/api/command-responses.js.map +1 -1
  250. package/build/src/clients/ledger-json-api/schemas/api/commands.d.ts +7 -21
  251. package/build/src/clients/ledger-json-api/schemas/api/commands.d.ts.map +1 -1
  252. package/build/src/clients/ledger-json-api/schemas/api/commands.js +26 -39
  253. package/build/src/clients/ledger-json-api/schemas/api/commands.js.map +1 -1
  254. package/build/src/clients/ledger-json-api/schemas/api/completions.d.ts +7 -21
  255. package/build/src/clients/ledger-json-api/schemas/api/completions.d.ts.map +1 -1
  256. package/build/src/clients/ledger-json-api/schemas/api/completions.js +14 -25
  257. package/build/src/clients/ledger-json-api/schemas/api/completions.js.map +1 -1
  258. package/build/src/clients/ledger-json-api/schemas/api/errors.d.ts +6 -14
  259. package/build/src/clients/ledger-json-api/schemas/api/errors.d.ts.map +1 -1
  260. package/build/src/clients/ledger-json-api/schemas/api/errors.js +55 -60
  261. package/build/src/clients/ledger-json-api/schemas/api/errors.js.map +1 -1
  262. package/build/src/clients/ledger-json-api/schemas/api/event-details.d.ts +6 -18
  263. package/build/src/clients/ledger-json-api/schemas/api/event-details.d.ts.map +1 -1
  264. package/build/src/clients/ledger-json-api/schemas/api/event-details.js +6 -18
  265. package/build/src/clients/ledger-json-api/schemas/api/event-details.js.map +1 -1
  266. package/build/src/clients/ledger-json-api/schemas/api/events.d.ts.map +1 -1
  267. package/build/src/clients/ledger-json-api/schemas/api/events.js +13 -34
  268. package/build/src/clients/ledger-json-api/schemas/api/events.js.map +1 -1
  269. package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.d.ts +6 -18
  270. package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.d.ts.map +1 -1
  271. package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.js +18 -24
  272. package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.js.map +1 -1
  273. package/build/src/clients/ledger-json-api/schemas/api/packages.d.ts +9 -27
  274. package/build/src/clients/ledger-json-api/schemas/api/packages.d.ts.map +1 -1
  275. package/build/src/clients/ledger-json-api/schemas/api/packages.js +9 -27
  276. package/build/src/clients/ledger-json-api/schemas/api/packages.js.map +1 -1
  277. package/build/src/clients/ledger-json-api/schemas/api/reassignment.d.ts +10 -30
  278. package/build/src/clients/ledger-json-api/schemas/api/reassignment.d.ts.map +1 -1
  279. package/build/src/clients/ledger-json-api/schemas/api/reassignment.js +11 -31
  280. package/build/src/clients/ledger-json-api/schemas/api/reassignment.js.map +1 -1
  281. package/build/src/clients/ledger-json-api/schemas/api/state.d.ts +14 -42
  282. package/build/src/clients/ledger-json-api/schemas/api/state.d.ts.map +1 -1
  283. package/build/src/clients/ledger-json-api/schemas/api/state.js +15 -43
  284. package/build/src/clients/ledger-json-api/schemas/api/state.js.map +1 -1
  285. package/build/src/clients/ledger-json-api/schemas/api/transactions.d.ts.map +1 -1
  286. package/build/src/clients/ledger-json-api/schemas/api/transactions.js +4 -2
  287. package/build/src/clients/ledger-json-api/schemas/api/transactions.js.map +1 -1
  288. package/build/src/clients/ledger-json-api/schemas/api/updates.d.ts +18 -50
  289. package/build/src/clients/ledger-json-api/schemas/api/updates.d.ts.map +1 -1
  290. package/build/src/clients/ledger-json-api/schemas/api/updates.js +21 -53
  291. package/build/src/clients/ledger-json-api/schemas/api/updates.js.map +1 -1
  292. package/build/src/clients/ledger-json-api/schemas/api/users.d.ts +27 -81
  293. package/build/src/clients/ledger-json-api/schemas/api/users.d.ts.map +1 -1
  294. package/build/src/clients/ledger-json-api/schemas/api/users.js +27 -81
  295. package/build/src/clients/ledger-json-api/schemas/api/users.js.map +1 -1
  296. package/build/src/clients/ledger-json-api/schemas/base.d.ts +2 -2
  297. package/build/src/clients/ledger-json-api/schemas/base.js +2 -2
  298. package/build/src/clients/ledger-json-api/schemas/common.d.ts +14 -42
  299. package/build/src/clients/ledger-json-api/schemas/common.d.ts.map +1 -1
  300. package/build/src/clients/ledger-json-api/schemas/common.js +20 -44
  301. package/build/src/clients/ledger-json-api/schemas/common.js.map +1 -1
  302. package/build/src/clients/ledger-json-api/schemas/operations/base.d.ts.map +1 -1
  303. package/build/src/clients/ledger-json-api/schemas/operations/base.js +1 -1
  304. package/build/src/clients/ledger-json-api/schemas/operations/base.js.map +1 -1
  305. package/build/src/clients/ledger-json-api/schemas/operations/commands.d.ts +6 -6
  306. package/build/src/clients/ledger-json-api/schemas/operations/commands.js +12 -12
  307. package/build/src/clients/ledger-json-api/schemas/operations/commands.js.map +1 -1
  308. package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.d.ts +5 -15
  309. package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.d.ts.map +1 -1
  310. package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.js +13 -19
  311. package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.js.map +1 -1
  312. package/build/src/clients/ledger-json-api/schemas/operations/packages.d.ts +5 -16
  313. package/build/src/clients/ledger-json-api/schemas/operations/packages.d.ts.map +1 -1
  314. package/build/src/clients/ledger-json-api/schemas/operations/packages.js +5 -16
  315. package/build/src/clients/ledger-json-api/schemas/operations/packages.js.map +1 -1
  316. package/build/src/clients/ledger-json-api/schemas/operations/parties.d.ts +5 -15
  317. package/build/src/clients/ledger-json-api/schemas/operations/parties.d.ts.map +1 -1
  318. package/build/src/clients/ledger-json-api/schemas/operations/parties.js +13 -19
  319. package/build/src/clients/ledger-json-api/schemas/operations/parties.js.map +1 -1
  320. package/build/src/clients/ledger-json-api/schemas/operations/state.d.ts +4 -12
  321. package/build/src/clients/ledger-json-api/schemas/operations/state.d.ts.map +1 -1
  322. package/build/src/clients/ledger-json-api/schemas/operations/state.js +4 -12
  323. package/build/src/clients/ledger-json-api/schemas/operations/state.js.map +1 -1
  324. package/build/src/clients/ledger-json-api/schemas/operations/updates.d.ts +16 -41
  325. package/build/src/clients/ledger-json-api/schemas/operations/updates.d.ts.map +1 -1
  326. package/build/src/clients/ledger-json-api/schemas/operations/updates.js +71 -73
  327. package/build/src/clients/ledger-json-api/schemas/operations/updates.js.map +1 -1
  328. package/build/src/clients/ledger-json-api/schemas/operations/users.d.ts +10 -30
  329. package/build/src/clients/ledger-json-api/schemas/operations/users.d.ts.map +1 -1
  330. package/build/src/clients/ledger-json-api/schemas/operations/users.js +30 -40
  331. package/build/src/clients/ledger-json-api/schemas/operations/users.js.map +1 -1
  332. package/build/src/clients/lighthouse-api/operations/get-transfer-agent.d.ts +35 -54
  333. package/build/src/clients/lighthouse-api/operations/get-transfer-agent.d.ts.map +1 -1
  334. package/build/src/clients/lighthouse-api/operations/get-transfer-agent.js +6 -5
  335. package/build/src/clients/lighthouse-api/operations/get-transfer-agent.js.map +1 -1
  336. package/build/src/clients/lighthouse-api/types.d.ts +4 -12
  337. package/build/src/clients/lighthouse-api/types.d.ts.map +1 -1
  338. package/build/src/clients/lighthouse-api/types.js +4 -12
  339. package/build/src/clients/lighthouse-api/types.js.map +1 -1
  340. package/build/src/clients/register.d.ts +1 -1
  341. package/build/src/clients/register.d.ts.map +1 -1
  342. package/build/src/clients/register.js +3 -3
  343. package/build/src/clients/register.js.map +1 -1
  344. package/build/src/clients/validator-api/operations/v0/admin/create-user.d.ts +13 -27
  345. package/build/src/clients/validator-api/operations/v0/admin/create-user.d.ts.map +1 -1
  346. package/build/src/clients/validator-api/operations/v0/admin/create-user.js +7 -6
  347. package/build/src/clients/validator-api/operations/v0/admin/create-user.js.map +1 -1
  348. package/build/src/clients/validator-api/operations/v0/admin/get-external-party-balance.d.ts +19 -33
  349. package/build/src/clients/validator-api/operations/v0/admin/get-external-party-balance.d.ts.map +1 -1
  350. package/build/src/clients/validator-api/operations/v0/admin/get-external-party-balance.js +6 -5
  351. package/build/src/clients/validator-api/operations/v0/admin/get-external-party-balance.js.map +1 -1
  352. package/build/src/clients/validator-api/operations/v0/ans/create-entry.d.ts +18 -32
  353. package/build/src/clients/validator-api/operations/v0/ans/create-entry.d.ts.map +1 -1
  354. package/build/src/clients/validator-api/operations/v0/ans/create-entry.js +7 -6
  355. package/build/src/clients/validator-api/operations/v0/ans/create-entry.js.map +1 -1
  356. package/build/src/clients/validator-api/operations/v0/ans/get-rules.d.ts +13 -27
  357. package/build/src/clients/validator-api/operations/v0/ans/get-rules.d.ts.map +1 -1
  358. package/build/src/clients/validator-api/operations/v0/ans/get-rules.js +7 -6
  359. package/build/src/clients/validator-api/operations/v0/ans/get-rules.js.map +1 -1
  360. package/build/src/clients/validator-api/operations/v0/ans/index.d.ts +1 -1
  361. package/build/src/clients/validator-api/operations/v0/ans/index.d.ts.map +1 -1
  362. package/build/src/clients/validator-api/operations/v0/ans/index.js +1 -1
  363. package/build/src/clients/validator-api/operations/v0/ans/index.js.map +1 -1
  364. package/build/src/clients/validator-api/operations/v0/ans/list-entries-proxy.d.ts +9 -23
  365. package/build/src/clients/validator-api/operations/v0/ans/list-entries-proxy.d.ts.map +1 -1
  366. package/build/src/clients/validator-api/operations/v0/ans/list-entries-proxy.js +6 -5
  367. package/build/src/clients/validator-api/operations/v0/ans/list-entries-proxy.js.map +1 -1
  368. package/build/src/clients/validator-api/operations/v0/ans/lookup-by-name.d.ts +11 -25
  369. package/build/src/clients/validator-api/operations/v0/ans/lookup-by-name.d.ts.map +1 -1
  370. package/build/src/clients/validator-api/operations/v0/ans/lookup-by-name.js +6 -5
  371. package/build/src/clients/validator-api/operations/v0/ans/lookup-by-name.js.map +1 -1
  372. package/build/src/clients/validator-api/operations/v0/ans/lookup-by-party.d.ts +11 -25
  373. package/build/src/clients/validator-api/operations/v0/ans/lookup-by-party.d.ts.map +1 -1
  374. package/build/src/clients/validator-api/operations/v0/ans/lookup-by-party.js +6 -5
  375. package/build/src/clients/validator-api/operations/v0/ans/lookup-by-party.js.map +1 -1
  376. package/build/src/clients/validator-api/operations/v0/index.d.ts +3 -3
  377. package/build/src/clients/validator-api/operations/v0/index.d.ts.map +1 -1
  378. package/build/src/clients/validator-api/operations/v0/index.js +3 -3
  379. package/build/src/clients/validator-api/operations/v0/index.js.map +1 -1
  380. package/build/src/clients/validator-api/operations/v0/register.d.ts +9 -23
  381. package/build/src/clients/validator-api/operations/v0/register.d.ts.map +1 -1
  382. package/build/src/clients/validator-api/operations/v0/register.js +6 -5
  383. package/build/src/clients/validator-api/operations/v0/register.js.map +1 -1
  384. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-amulet-rules.d.ts +9 -23
  385. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-amulet-rules.d.ts.map +1 -1
  386. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-amulet-rules.js +6 -5
  387. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-amulet-rules.js.map +1 -1
  388. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-dso-party-id.d.ts +9 -23
  389. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-dso-party-id.d.ts.map +1 -1
  390. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-dso-party-id.js +6 -5
  391. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-dso-party-id.js.map +1 -1
  392. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-member-traffic-status.d.ts +15 -14
  393. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-member-traffic-status.d.ts.map +1 -1
  394. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-member-traffic-status.js +15 -14
  395. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-member-traffic-status.js.map +1 -1
  396. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-mining-round-details.d.ts +16 -29
  397. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-mining-round-details.d.ts.map +1 -1
  398. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-mining-round-details.js +6 -5
  399. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-mining-round-details.js.map +1 -1
  400. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-open-and-issuing-mining-rounds.d.ts +31 -24
  401. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-open-and-issuing-mining-rounds.d.ts.map +1 -1
  402. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-open-and-issuing-mining-rounds.js +7 -6
  403. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-open-and-issuing-mining-rounds.js.map +1 -1
  404. package/build/src/clients/validator-api/operations/v0/scan-proxy/index.d.ts +4 -4
  405. package/build/src/clients/validator-api/operations/v0/scan-proxy/index.d.ts.map +1 -1
  406. package/build/src/clients/validator-api/operations/v0/scan-proxy/index.js +4 -4
  407. package/build/src/clients/validator-api/operations/v0/scan-proxy/index.js.map +1 -1
  408. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-featured-app-right.d.ts +14 -27
  409. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-featured-app-right.d.ts.map +1 -1
  410. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-featured-app-right.js +7 -7
  411. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-featured-app-right.js.map +1 -1
  412. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-transfer-command-counter-by-party.d.ts +11 -24
  413. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-transfer-command-counter-by-party.d.ts.map +1 -1
  414. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-transfer-command-counter-by-party.js +6 -5
  415. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-transfer-command-counter-by-party.js.map +1 -1
  416. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-transfer-command-status.d.ts +13 -26
  417. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-transfer-command-status.d.ts.map +1 -1
  418. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-transfer-command-status.js +7 -6
  419. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-transfer-command-status.js.map +1 -1
  420. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-transfer-preapproval-by-party.d.ts +13 -26
  421. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-transfer-preapproval-by-party.d.ts.map +1 -1
  422. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-transfer-preapproval-by-party.js +6 -5
  423. package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-transfer-preapproval-by-party.js.map +1 -1
  424. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.d.ts +17 -30
  425. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.d.ts.map +1 -1
  426. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.js +8 -8
  427. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.js.map +1 -1
  428. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.d.ts +17 -30
  429. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.d.ts.map +1 -1
  430. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.js +8 -8
  431. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.js.map +1 -1
  432. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.d.ts +17 -30
  433. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.d.ts.map +1 -1
  434. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.js +8 -8
  435. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.js.map +1 -1
  436. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.d.ts +17 -30
  437. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.d.ts.map +1 -1
  438. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.js +8 -8
  439. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.js.map +1 -1
  440. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/index.d.ts +1 -1
  441. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/index.d.ts.map +1 -1
  442. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/index.js +1 -1
  443. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/index.js.map +1 -1
  444. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/index.d.ts +3 -3
  445. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/index.d.ts.map +1 -1
  446. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/index.js +3 -3
  447. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/index.js.map +1 -1
  448. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.d.ts +19 -32
  449. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.d.ts.map +1 -1
  450. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.js +7 -7
  451. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.js.map +1 -1
  452. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-registry-info.d.ts +13 -27
  453. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-registry-info.d.ts.map +1 -1
  454. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-registry-info.js +8 -8
  455. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-registry-info.js.map +1 -1
  456. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/index.d.ts +1 -1
  457. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/index.d.ts.map +1 -1
  458. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/index.js +1 -1
  459. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/index.js.map +1 -1
  460. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.d.ts +16 -29
  461. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.d.ts.map +1 -1
  462. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.js +8 -8
  463. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.js.map +1 -1
  464. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.d.ts +19 -32
  465. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.d.ts.map +1 -1
  466. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.js +8 -8
  467. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.js.map +1 -1
  468. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.d.ts +14 -27
  469. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.d.ts.map +1 -1
  470. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.js +8 -7
  471. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.js.map +1 -1
  472. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.d.ts +14 -27
  473. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.d.ts.map +1 -1
  474. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.js +8 -7
  475. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.js.map +1 -1
  476. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.d.ts +14 -27
  477. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.d.ts.map +1 -1
  478. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.js +8 -7
  479. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.js.map +1 -1
  480. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/create.d.ts +12 -25
  481. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/create.d.ts.map +1 -1
  482. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/create.js +8 -7
  483. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/create.js.map +1 -1
  484. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.d.ts +14 -28
  485. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.d.ts.map +1 -1
  486. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.js +6 -5
  487. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.js.map +1 -1
  488. package/build/src/clients/validator-api/operations/v0/wallet/get-amulets.d.ts +10 -24
  489. package/build/src/clients/validator-api/operations/v0/wallet/get-amulets.d.ts.map +1 -1
  490. package/build/src/clients/validator-api/operations/v0/wallet/get-amulets.js +6 -5
  491. package/build/src/clients/validator-api/operations/v0/wallet/get-amulets.js.map +1 -1
  492. package/build/src/clients/validator-api/operations/v0/wallet/get-balance.d.ts +12 -26
  493. package/build/src/clients/validator-api/operations/v0/wallet/get-balance.d.ts.map +1 -1
  494. package/build/src/clients/validator-api/operations/v0/wallet/get-balance.js +6 -5
  495. package/build/src/clients/validator-api/operations/v0/wallet/get-balance.js.map +1 -1
  496. package/build/src/clients/validator-api/operations/v0/wallet/get-user-status.d.ts +12 -26
  497. package/build/src/clients/validator-api/operations/v0/wallet/get-user-status.d.ts.map +1 -1
  498. package/build/src/clients/validator-api/operations/v0/wallet/get-user-status.js +6 -5
  499. package/build/src/clients/validator-api/operations/v0/wallet/get-user-status.js.map +1 -1
  500. package/build/src/clients/validator-api/operations/v0/wallet/index.d.ts +3 -3
  501. package/build/src/clients/validator-api/operations/v0/wallet/index.d.ts.map +1 -1
  502. package/build/src/clients/validator-api/operations/v0/wallet/index.js +3 -3
  503. package/build/src/clients/validator-api/operations/v0/wallet/index.js.map +1 -1
  504. package/build/src/clients/validator-api/operations/v0/wallet/token-standard/transfers/create.d.ts +19 -33
  505. package/build/src/clients/validator-api/operations/v0/wallet/token-standard/transfers/create.d.ts.map +1 -1
  506. package/build/src/clients/validator-api/operations/v0/wallet/token-standard/transfers/create.js +7 -6
  507. package/build/src/clients/validator-api/operations/v0/wallet/token-standard/transfers/create.js.map +1 -1
  508. package/build/src/clients/validator-api/operations/v0/wallet/token-standard/transfers/list.d.ts +9 -23
  509. package/build/src/clients/validator-api/operations/v0/wallet/token-standard/transfers/list.d.ts.map +1 -1
  510. package/build/src/clients/validator-api/operations/v0/wallet/token-standard/transfers/list.js +6 -5
  511. package/build/src/clients/validator-api/operations/v0/wallet/token-standard/transfers/list.js.map +1 -1
  512. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/accept.d.ts +11 -24
  513. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/accept.d.ts.map +1 -1
  514. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/accept.js +6 -5
  515. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/accept.js.map +1 -1
  516. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/create.d.ts +16 -29
  517. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/create.d.ts.map +1 -1
  518. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/create.js +7 -6
  519. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/create.js.map +1 -1
  520. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/get-status.d.ts +15 -29
  521. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/get-status.d.ts.map +1 -1
  522. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/get-status.js +6 -5
  523. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/get-status.js.map +1 -1
  524. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/index.d.ts +2 -2
  525. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/index.d.ts.map +1 -1
  526. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/index.js +2 -2
  527. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/index.js.map +1 -1
  528. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/list.d.ts +9 -23
  529. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/list.d.ts.map +1 -1
  530. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/list.js +7 -6
  531. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/list.js.map +1 -1
  532. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/reject.d.ts +11 -24
  533. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/reject.d.ts.map +1 -1
  534. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/reject.js +6 -5
  535. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/reject.js.map +1 -1
  536. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/withdraw.d.ts +11 -24
  537. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/withdraw.d.ts.map +1 -1
  538. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/withdraw.js +6 -5
  539. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/withdraw.js.map +1 -1
  540. package/build/src/clients/validator-api/schemas/api/scan-proxy.d.ts +48 -2
  541. package/build/src/clients/validator-api/schemas/api/scan-proxy.d.ts.map +1 -1
  542. package/build/src/clients/validator-api/schemas/api/scan-proxy.js +30 -3
  543. package/build/src/clients/validator-api/schemas/api/scan-proxy.js.map +1 -1
  544. package/build/src/clients/validator-api/schemas/operations/scan-proxy.d.ts.map +1 -1
  545. package/build/src/clients/validator-api/schemas/operations/wallet.d.ts.map +1 -1
  546. package/build/src/clients/validator-api/schemas/operations/wallet.js.map +1 -1
  547. package/build/src/core/BaseClient.d.ts +1 -1
  548. package/build/src/core/BaseClient.d.ts.map +1 -1
  549. package/build/src/core/BaseClient.js +11 -14
  550. package/build/src/core/BaseClient.js.map +1 -1
  551. package/build/src/core/auth/AuthenticationManager.d.ts +5 -5
  552. package/build/src/core/auth/AuthenticationManager.d.ts.map +1 -1
  553. package/build/src/core/auth/AuthenticationManager.js +10 -8
  554. package/build/src/core/auth/AuthenticationManager.js.map +1 -1
  555. package/build/src/core/config/EnvLoader.d.ts +5 -4
  556. package/build/src/core/config/EnvLoader.d.ts.map +1 -1
  557. package/build/src/core/config/EnvLoader.js +50 -45
  558. package/build/src/core/config/EnvLoader.js.map +1 -1
  559. package/build/src/core/http/HttpClient.d.ts +4 -4
  560. package/build/src/core/http/HttpClient.d.ts.map +1 -1
  561. package/build/src/core/http/HttpClient.js +11 -11
  562. package/build/src/core/http/HttpClient.js.map +1 -1
  563. package/build/src/core/index.d.ts +4 -4
  564. package/build/src/core/index.d.ts.map +1 -1
  565. package/build/src/core/index.js +4 -4
  566. package/build/src/core/index.js.map +1 -1
  567. package/build/src/core/logging/FileLogger.d.ts +2 -2
  568. package/build/src/core/logging/FileLogger.d.ts.map +1 -1
  569. package/build/src/core/logging/FileLogger.js +15 -21
  570. package/build/src/core/logging/FileLogger.js.map +1 -1
  571. package/build/src/core/logging/Logger.d.ts.map +1 -1
  572. package/build/src/core/logging/index.d.ts +1 -1
  573. package/build/src/core/logging/index.d.ts.map +1 -1
  574. package/build/src/core/logging/index.js.map +1 -1
  575. package/build/src/core/operations/ApiOperation.d.ts +2 -2
  576. package/build/src/core/operations/ApiOperation.d.ts.map +1 -1
  577. package/build/src/core/operations/ApiOperation.js +2 -2
  578. package/build/src/core/operations/ApiOperation.js.map +1 -1
  579. package/build/src/core/operations/ApiOperationFactory.d.ts +8 -41
  580. package/build/src/core/operations/ApiOperationFactory.d.ts.map +1 -1
  581. package/build/src/core/operations/ApiOperationFactory.js +6 -10
  582. package/build/src/core/operations/ApiOperationFactory.js.map +1 -1
  583. package/build/src/core/operations/WebSocketOperationFactory.d.ts +5 -8
  584. package/build/src/core/operations/WebSocketOperationFactory.d.ts.map +1 -1
  585. package/build/src/core/operations/WebSocketOperationFactory.js +10 -3
  586. package/build/src/core/operations/WebSocketOperationFactory.js.map +1 -1
  587. package/build/src/core/types.d.ts.map +1 -1
  588. package/build/src/core/ws/WebSocketClient.d.ts +3 -2
  589. package/build/src/core/ws/WebSocketClient.d.ts.map +1 -1
  590. package/build/src/core/ws/WebSocketClient.js +53 -32
  591. package/build/src/core/ws/WebSocketClient.js.map +1 -1
  592. package/build/src/core/ws/WebSocketErrorUtils.d.ts +4 -3
  593. package/build/src/core/ws/WebSocketErrorUtils.d.ts.map +1 -1
  594. package/build/src/core/ws/WebSocketErrorUtils.js +7 -6
  595. package/build/src/core/ws/WebSocketErrorUtils.js.map +1 -1
  596. package/build/src/index.d.ts +1 -1
  597. package/build/src/index.d.ts.map +1 -1
  598. package/build/src/index.js +1 -1
  599. package/build/src/index.js.map +1 -1
  600. package/build/src/utils/amulet/get-amulets-for-transfer.d.ts +1 -1
  601. package/build/src/utils/amulet/get-amulets-for-transfer.d.ts.map +1 -1
  602. package/build/src/utils/amulet/get-amulets-for-transfer.js +37 -46
  603. package/build/src/utils/amulet/get-amulets-for-transfer.js.map +1 -1
  604. package/build/src/utils/amulet/index.d.ts +2 -2
  605. package/build/src/utils/amulet/index.d.ts.map +1 -1
  606. package/build/src/utils/amulet/index.js +2 -2
  607. package/build/src/utils/amulet/index.js.map +1 -1
  608. package/build/src/utils/amulet/offers.d.ts +2 -2
  609. package/build/src/utils/amulet/offers.d.ts.map +1 -1
  610. package/build/src/utils/amulet/offers.js +10 -7
  611. package/build/src/utils/amulet/offers.js.map +1 -1
  612. package/build/src/utils/amulet/pre-approve-transfers.d.ts +2 -2
  613. package/build/src/utils/amulet/pre-approve-transfers.d.ts.map +1 -1
  614. package/build/src/utils/amulet/pre-approve-transfers.js +19 -30
  615. package/build/src/utils/amulet/pre-approve-transfers.js.map +1 -1
  616. package/build/src/utils/amulet/transfer-to-preapproved.d.ts +19 -18
  617. package/build/src/utils/amulet/transfer-to-preapproved.d.ts.map +1 -1
  618. package/build/src/utils/amulet/transfer-to-preapproved.js +33 -39
  619. package/build/src/utils/amulet/transfer-to-preapproved.js.map +1 -1
  620. package/build/src/utils/contracts/contract-monitor.d.ts +2 -4
  621. package/build/src/utils/contracts/contract-monitor.d.ts.map +1 -1
  622. package/build/src/utils/contracts/contract-monitor.js +9 -10
  623. package/build/src/utils/contracts/contract-monitor.js.map +1 -1
  624. package/build/src/utils/contracts/featuredAppRight.d.ts +2 -2
  625. package/build/src/utils/contracts/featuredAppRight.d.ts.map +1 -1
  626. package/build/src/utils/contracts/featuredAppRight.js +4 -5
  627. package/build/src/utils/contracts/featuredAppRight.js.map +1 -1
  628. package/build/src/utils/contracts/findCreatedEvent.d.ts +1 -1
  629. package/build/src/utils/contracts/findCreatedEvent.d.ts.map +1 -1
  630. package/build/src/utils/contracts/findCreatedEvent.js +3 -4
  631. package/build/src/utils/contracts/findCreatedEvent.js.map +1 -1
  632. package/build/src/utils/index.d.ts +2 -2
  633. package/build/src/utils/index.d.ts.map +1 -1
  634. package/build/src/utils/index.js +2 -2
  635. package/build/src/utils/index.js.map +1 -1
  636. package/build/src/utils/mining/mining-rounds.d.ts +9 -9
  637. package/build/src/utils/mining/mining-rounds.d.ts.map +1 -1
  638. package/build/src/utils/mining/mining-rounds.js +33 -48
  639. package/build/src/utils/mining/mining-rounds.js.map +1 -1
  640. package/build/src/utils/parsers/fee-parser.d.ts +6 -4
  641. package/build/src/utils/parsers/fee-parser.d.ts.map +1 -1
  642. package/build/src/utils/parsers/fee-parser.js +19 -20
  643. package/build/src/utils/parsers/fee-parser.js.map +1 -1
  644. package/build/src/utils/party/createParty.d.ts +2 -2
  645. package/build/src/utils/party/createParty.d.ts.map +1 -1
  646. package/build/src/utils/party/createParty.js +4 -11
  647. package/build/src/utils/party/createParty.js.map +1 -1
  648. package/build/src/utils/transactions/TransactionBatch.d.ts +3 -3
  649. package/build/src/utils/transactions/TransactionBatch.d.ts.map +1 -1
  650. package/build/src/utils/transactions/TransactionBatch.js +4 -9
  651. package/build/src/utils/transactions/TransactionBatch.js.map +1 -1
  652. package/build/src/utils/transactions/find-created-event.d.ts +2 -2
  653. package/build/src/utils/transactions/find-created-event.d.ts.map +1 -1
  654. package/build/src/utils/transactions/find-created-event.js +3 -6
  655. package/build/src/utils/transactions/find-created-event.js.map +1 -1
  656. package/package.json +58 -55
@@ -1,77 +1,63 @@
1
- import { z } from 'zod';
1
+ import { type z } from 'zod';
2
2
  import type { paths } from '../../../../../generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi';
3
3
  import { GetTransactionByIdParamsSchema } from '../../../schemas/operations';
4
4
  declare const endpoint: "/v2/updates/transaction-by-id";
5
5
  export type GetTransactionByIdParams = z.infer<typeof GetTransactionByIdParamsSchema>;
6
6
  export type GetTransactionByIdResponse = paths[typeof endpoint]['post']['responses']['200']['content']['application/json'];
7
- export declare const GetTransactionById: {
8
- new (client: import("../../../../../core").BaseClient): {
9
- execute(params: {
10
- updateId: string;
11
- transactionFormat: {
12
- eventFormat: {
13
- filtersByParty: Record<string, {
14
- cumulative: {
15
- identifierFilter: {
16
- Empty: Record<string, never>;
17
- } | {
18
- InterfaceFilter: {
19
- interfaceId: string;
20
- includeInterfaceView?: boolean | undefined;
21
- includeCreatedEventBlob?: boolean | undefined;
22
- };
23
- } | {
24
- TemplateFilter: {
25
- templateId: string;
26
- includeCreatedEventBlob?: boolean | undefined;
27
- };
28
- } | {
29
- WildcardFilter: {
30
- includeCreatedEventBlob?: boolean | undefined;
31
- };
32
- };
33
- }[];
34
- }>;
35
- filtersForAnyParty?: {
36
- cumulative: {
37
- identifierFilter: {
38
- Empty: Record<string, never>;
39
- } | {
40
- InterfaceFilter: {
41
- interfaceId: string;
42
- includeInterfaceView?: boolean | undefined;
43
- includeCreatedEventBlob?: boolean | undefined;
44
- };
45
- } | {
46
- TemplateFilter: {
47
- templateId: string;
48
- includeCreatedEventBlob?: boolean | undefined;
49
- };
50
- } | {
51
- WildcardFilter: {
52
- includeCreatedEventBlob?: boolean | undefined;
53
- };
54
- };
55
- }[];
56
- } | undefined;
57
- verbose?: boolean | undefined;
58
- };
59
- transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
60
- };
61
- }): Promise<{
62
- transaction: import("../../../../../generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi").components["schemas"]["JsTransaction"];
63
- }>;
64
- client: import("../../../../../core").BaseClient;
65
- validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
66
- makeGetRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
67
- makePostRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
68
- makeDeleteRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
69
- makePatchRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
70
- getManagedParties(): string[];
71
- getPartyId(): string | undefined;
72
- getApiUrl(): string;
73
- buildPartyList(additionalParties?: string[]): string[];
7
+ export declare const GetTransactionById: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<{
8
+ updateId: string;
9
+ transactionFormat: {
10
+ eventFormat: {
11
+ filtersByParty: Record<string, {
12
+ cumulative: {
13
+ identifierFilter: {
14
+ Empty: Record<string, never>;
15
+ } | {
16
+ InterfaceFilter: {
17
+ interfaceId: string;
18
+ includeInterfaceView?: boolean | undefined;
19
+ includeCreatedEventBlob?: boolean | undefined;
20
+ };
21
+ } | {
22
+ TemplateFilter: {
23
+ templateId: string;
24
+ includeCreatedEventBlob?: boolean | undefined;
25
+ };
26
+ } | {
27
+ WildcardFilter: {
28
+ includeCreatedEventBlob?: boolean | undefined;
29
+ };
30
+ };
31
+ }[];
32
+ }>;
33
+ filtersForAnyParty?: {
34
+ cumulative: {
35
+ identifierFilter: {
36
+ Empty: Record<string, never>;
37
+ } | {
38
+ InterfaceFilter: {
39
+ interfaceId: string;
40
+ includeInterfaceView?: boolean | undefined;
41
+ includeCreatedEventBlob?: boolean | undefined;
42
+ };
43
+ } | {
44
+ TemplateFilter: {
45
+ templateId: string;
46
+ includeCreatedEventBlob?: boolean | undefined;
47
+ };
48
+ } | {
49
+ WildcardFilter: {
50
+ includeCreatedEventBlob?: boolean | undefined;
51
+ };
52
+ };
53
+ }[];
54
+ } | undefined;
55
+ verbose?: boolean | undefined;
56
+ };
57
+ transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
74
58
  };
75
- };
59
+ }, {
60
+ transaction: import("../../../../../generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi").components["schemas"]["JsTransaction"];
61
+ }>;
76
62
  export {};
77
63
  //# sourceMappingURL=get-transaction-by-id.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-transaction-by-id.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2GAA2G,CAAC;AACvI,OAAO,EAAE,8BAA8B,EAAE,MAAM,6BAA6B,CAAC;AAE7E,QAAA,MAAM,QAAQ,EAAG,+BAAwC,CAAC;AAE1D,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC;AACtF,MAAM,MAAM,0BAA0B,GAAG,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAE3H,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAKm4qG,yIAAsB;;;;;;;;;;;;;CAAt7qG,CAAC"}
1
+ {"version":3,"file":"get-transaction-by-id.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,CAAC;AAE7B,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2GAA2G,CAAC;AACvI,OAAO,EAAE,8BAA8B,EAAE,MAAM,6BAA6B,CAAC;AAE7E,QAAA,MAAM,QAAQ,EAAG,+BAAwC,CAAC;AAE1D,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC;AACtF,MAAM,MAAM,0BAA0B,GACpC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAEpF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAMw3qG,yIAAsB;EAD36qG,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"get-transaction-by-id.js","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.ts"],"names":[],"mappings":";;;AAAA,8CAAyD;AAGzD,4DAA6E;AAE7E,MAAM,QAAQ,GAAG,+BAAwC,CAAC;AAK7C,QAAA,kBAAkB,GAAG,IAAA,yBAAkB,EAAuD;IACzG,YAAY,EAAE,2CAA8B;IAC5C,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,CAAC,GAAG,MAAM,GAAG,QAAQ,EAAE;IACrD,gBAAgB,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM;CACrC,CAAC,CAAC"}
1
+ {"version":3,"file":"get-transaction-by-id.js","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.ts"],"names":[],"mappings":";;;AACA,8CAAyD;AAEzD,4DAA6E;AAE7E,MAAM,QAAQ,GAAG,+BAAwC,CAAC;AAM7C,QAAA,kBAAkB,GAAG,IAAA,yBAAkB,EAAuD;IACzG,YAAY,EAAE,2CAA8B;IAC5C,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,CAAC,GAAG,MAAM,GAAG,QAAQ,EAAE;IACrD,gBAAgB,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM;CACrC,CAAC,CAAC"}
@@ -1,77 +1,63 @@
1
- import { z } from 'zod';
1
+ import { type z } from 'zod';
2
2
  import type { paths } from '../../../../../generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi';
3
3
  import { GetTransactionByOffsetParamsSchema } from '../../../schemas/operations';
4
4
  declare const endpoint: "/v2/updates/transaction-by-offset";
5
5
  export type GetTransactionByOffsetParams = z.infer<typeof GetTransactionByOffsetParamsSchema>;
6
6
  export type GetTransactionByOffsetResponse = paths[typeof endpoint]['post']['responses']['200']['content']['application/json'];
7
- export declare const GetTransactionByOffset: {
8
- new (client: import("../../../../../core").BaseClient): {
9
- execute(params: {
10
- offset: number;
11
- transactionFormat: {
12
- eventFormat: {
13
- filtersByParty: Record<string, {
14
- cumulative: {
15
- identifierFilter: {
16
- Empty: Record<string, never>;
17
- } | {
18
- InterfaceFilter: {
19
- interfaceId: string;
20
- includeInterfaceView?: boolean | undefined;
21
- includeCreatedEventBlob?: boolean | undefined;
22
- };
23
- } | {
24
- TemplateFilter: {
25
- templateId: string;
26
- includeCreatedEventBlob?: boolean | undefined;
27
- };
28
- } | {
29
- WildcardFilter: {
30
- includeCreatedEventBlob?: boolean | undefined;
31
- };
32
- };
33
- }[];
34
- }>;
35
- filtersForAnyParty?: {
36
- cumulative: {
37
- identifierFilter: {
38
- Empty: Record<string, never>;
39
- } | {
40
- InterfaceFilter: {
41
- interfaceId: string;
42
- includeInterfaceView?: boolean | undefined;
43
- includeCreatedEventBlob?: boolean | undefined;
44
- };
45
- } | {
46
- TemplateFilter: {
47
- templateId: string;
48
- includeCreatedEventBlob?: boolean | undefined;
49
- };
50
- } | {
51
- WildcardFilter: {
52
- includeCreatedEventBlob?: boolean | undefined;
53
- };
54
- };
55
- }[];
56
- } | undefined;
57
- verbose?: boolean | undefined;
58
- };
59
- transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
60
- };
61
- }): Promise<{
62
- transaction: import("../../../../../generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi").components["schemas"]["JsTransaction"];
63
- }>;
64
- client: import("../../../../../core").BaseClient;
65
- validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
66
- makeGetRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
67
- makePostRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
68
- makeDeleteRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
69
- makePatchRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
70
- getManagedParties(): string[];
71
- getPartyId(): string | undefined;
72
- getApiUrl(): string;
73
- buildPartyList(additionalParties?: string[]): string[];
7
+ export declare const GetTransactionByOffset: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<{
8
+ offset: number;
9
+ transactionFormat: {
10
+ eventFormat: {
11
+ filtersByParty: Record<string, {
12
+ cumulative: {
13
+ identifierFilter: {
14
+ Empty: Record<string, never>;
15
+ } | {
16
+ InterfaceFilter: {
17
+ interfaceId: string;
18
+ includeInterfaceView?: boolean | undefined;
19
+ includeCreatedEventBlob?: boolean | undefined;
20
+ };
21
+ } | {
22
+ TemplateFilter: {
23
+ templateId: string;
24
+ includeCreatedEventBlob?: boolean | undefined;
25
+ };
26
+ } | {
27
+ WildcardFilter: {
28
+ includeCreatedEventBlob?: boolean | undefined;
29
+ };
30
+ };
31
+ }[];
32
+ }>;
33
+ filtersForAnyParty?: {
34
+ cumulative: {
35
+ identifierFilter: {
36
+ Empty: Record<string, never>;
37
+ } | {
38
+ InterfaceFilter: {
39
+ interfaceId: string;
40
+ includeInterfaceView?: boolean | undefined;
41
+ includeCreatedEventBlob?: boolean | undefined;
42
+ };
43
+ } | {
44
+ TemplateFilter: {
45
+ templateId: string;
46
+ includeCreatedEventBlob?: boolean | undefined;
47
+ };
48
+ } | {
49
+ WildcardFilter: {
50
+ includeCreatedEventBlob?: boolean | undefined;
51
+ };
52
+ };
53
+ }[];
54
+ } | undefined;
55
+ verbose?: boolean | undefined;
56
+ };
57
+ transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
74
58
  };
75
- };
59
+ }, {
60
+ transaction: import("../../../../../generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi").components["schemas"]["JsTransaction"];
61
+ }>;
76
62
  export {};
77
63
  //# sourceMappingURL=get-transaction-by-offset.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-transaction-by-offset.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2GAA2G,CAAC;AACvI,OAAO,EAAE,kCAAkC,EAAE,MAAM,6BAA6B,CAAC;AAEjF,QAAA,MAAM,QAAQ,EAAG,mCAA4C,CAAC;AAE9D,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAC;AAC9F,MAAM,MAAM,8BAA8B,GAAG,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAE/H,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAK21qG,yIAAsB;;;;;;;;;;;;;CAAl5qG,CAAC"}
1
+ {"version":3,"file":"get-transaction-by-offset.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,CAAC;AAE7B,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2GAA2G,CAAC;AACvI,OAAO,EAAE,kCAAkC,EAAE,MAAM,6BAA6B,CAAC;AAEjF,QAAA,MAAM,QAAQ,EAAG,mCAA4C,CAAC;AAE9D,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAC;AAC9F,MAAM,MAAM,8BAA8B,GACxC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAEpF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAMg1qG,yIAAsB;EADv4qG,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"get-transaction-by-offset.js","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.ts"],"names":[],"mappings":";;;AAAA,8CAAyD;AAGzD,4DAAiF;AAEjF,MAAM,QAAQ,GAAG,mCAA4C,CAAC;AAKjD,QAAA,sBAAsB,GAAG,IAAA,yBAAkB,EAA+D;IACrH,YAAY,EAAE,+CAAkC;IAChD,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,CAAC,GAAG,MAAM,GAAG,QAAQ,EAAE;IACrD,gBAAgB,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM;CACrC,CAAC,CAAC"}
1
+ {"version":3,"file":"get-transaction-by-offset.js","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.ts"],"names":[],"mappings":";;;AACA,8CAAyD;AAEzD,4DAAiF;AAEjF,MAAM,QAAQ,GAAG,mCAA4C,CAAC;AAMjD,QAAA,sBAAsB,GAAG,IAAA,yBAAkB,EAA+D;IACrH,YAAY,EAAE,+CAAkC;IAChD,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,CAAC,GAAG,MAAM,GAAG,QAAQ,EAAE;IACrD,gBAAgB,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM;CACrC,CAAC,CAAC"}
@@ -9,37 +9,25 @@ export declare const GetTransactionTreeByIdParamsSchema: z.ZodObject<{
9
9
  export type GetTransactionTreeByIdParams = z.infer<typeof GetTransactionTreeByIdParamsSchema>;
10
10
  export type GetTransactionTreeByIdResponse = paths[typeof endpoint]['get']['responses']['200']['content']['application/json'];
11
11
  /**
12
- * @description Retrieves transaction tree data by update ID
12
+ * Retrieves transaction tree data by update ID
13
+ *
13
14
  * @example
14
- * ```typescript
15
- * const transactionTree = await client.getTransactionTreeById({
16
- * updateId: '1220d01cce13fa797bad7de3ea61e919b20dce545d41f05e026ec4b65f1a61c71215',
17
- * parties: ['party1', 'party2']
18
- * });
19
- * ```
15
+ * ```typescript
16
+ * const transactionTree = await client.getTransactionTreeById({
17
+ * updateId: '1220d01cce13fa797bad7de3ea61e919b20dce545d41f05e026ec4b65f1a61c71215',
18
+ * parties: ['party1', 'party2']
19
+ * });
20
+ * ```;
21
+ *
20
22
  * @param updateId - The update ID to retrieve transaction tree for
21
23
  * @param parties - Optional array of party IDs to filter transactions by
22
24
  */
23
- export declare const GetTransactionTreeById: {
24
- new (client: import("../../../../../core").BaseClient): {
25
- execute(params: {
26
- updateId: string;
27
- verbose?: boolean | undefined;
28
- parties?: string[] | undefined;
29
- }): Promise<{
30
- transaction: import("../../../../../generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi").components["schemas"]["JsTransactionTree"];
31
- }>;
32
- client: import("../../../../../core").BaseClient;
33
- validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
34
- makeGetRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
35
- makePostRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
36
- makeDeleteRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
37
- makePatchRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
38
- getManagedParties(): string[];
39
- getPartyId(): string | undefined;
40
- getApiUrl(): string;
41
- buildPartyList(additionalParties?: string[]): string[];
42
- };
43
- };
25
+ export declare const GetTransactionTreeById: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<{
26
+ updateId: string;
27
+ verbose?: boolean | undefined;
28
+ parties?: string[] | undefined;
29
+ }, {
30
+ transaction: import("../../../../../generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi").components["schemas"]["JsTransactionTree"];
31
+ }>;
44
32
  export {};
45
33
  //# sourceMappingURL=get-transaction-tree-by-id.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-transaction-tree-by-id.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2GAA2G,CAAC;AAEvI,QAAA,MAAM,QAAQ,mDAAmD,CAAC;AAElE,eAAO,MAAM,kCAAkC;;;;iBAI7C,CAAC;AAEH,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAC;AAC9F,MAAM,MAAM,8BAA8B,GAAG,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAE9H;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,sBAAsB;;;;;;;yBAiCmipG,yIAAsB;;;;;;;;;;;;;CAA1lpG,CAAC"}
1
+ {"version":3,"file":"get-transaction-tree-by-id.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2GAA2G,CAAC;AAEvI,QAAA,MAAM,QAAQ,mDAAmD,CAAC;AAElE,eAAO,MAAM,kCAAkC;;;;iBAI7C,CAAC;AAEH,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAC;AAC9F,MAAM,MAAM,8BAA8B,GACxC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAEnF;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,sBAAsB;;;;;iBA0BolpG,yIAAsB;EAD3opG,CAAC"}
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetTransactionTreeById = exports.GetTransactionTreeByIdParamsSchema = void 0;
4
- const core_1 = require("../../../../../core");
5
4
  const zod_1 = require("zod");
5
+ const core_1 = require("../../../../../core");
6
6
  const endpoint = '/v2/updates/transaction-tree-by-id/{update-id}';
7
7
  exports.GetTransactionTreeByIdParamsSchema = zod_1.z.object({
8
8
  updateId: zod_1.z.string(),
@@ -10,14 +10,16 @@ exports.GetTransactionTreeByIdParamsSchema = zod_1.z.object({
10
10
  parties: zod_1.z.array(zod_1.z.string()).optional(),
11
11
  });
12
12
  /**
13
- * @description Retrieves transaction tree data by update ID
13
+ * Retrieves transaction tree data by update ID
14
+ *
14
15
  * @example
15
- * ```typescript
16
- * const transactionTree = await client.getTransactionTreeById({
17
- * updateId: '1220d01cce13fa797bad7de3ea61e919b20dce545d41f05e026ec4b65f1a61c71215',
18
- * parties: ['party1', 'party2']
19
- * });
20
- * ```
16
+ * ```typescript
17
+ * const transactionTree = await client.getTransactionTreeById({
18
+ * updateId: '1220d01cce13fa797bad7de3ea61e919b20dce545d41f05e026ec4b65f1a61c71215',
19
+ * parties: ['party1', 'party2']
20
+ * });
21
+ * ```;
22
+ *
21
23
  * @param updateId - The update ID to retrieve transaction tree for
22
24
  * @param parties - Optional array of party IDs to filter transactions by
23
25
  */
@@ -26,14 +28,11 @@ exports.GetTransactionTreeById = (0, core_1.createApiOperation)({
26
28
  method: 'GET',
27
29
  buildUrl: (params, apiUrl, client) => {
28
30
  const currentPartyId = client.getPartyId();
29
- const readParties = Array.from(new Set([
30
- currentPartyId,
31
- ...(params.parties || []),
32
- ]));
31
+ const readParties = Array.from(new Set([currentPartyId, ...(params.parties ?? [])]));
33
32
  const baseUrl = `${apiUrl}${endpoint.replace('{update-id}', params.updateId)}`;
34
33
  const queryParams = new URLSearchParams();
35
34
  if (readParties.length > 0) {
36
- readParties.forEach(party => {
35
+ readParties.forEach((party) => {
37
36
  queryParams.append('parties', party);
38
37
  });
39
38
  }
@@ -1 +1 @@
1
- {"version":3,"file":"get-transaction-tree-by-id.js","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.ts"],"names":[],"mappings":";;;AAAA,8CAAyD;AACzD,6BAAwB;AAGxB,MAAM,QAAQ,GAAG,gDAAgD,CAAC;AAErD,QAAA,kCAAkC,GAAG,OAAC,CAAC,MAAM,CAAC;IACzD,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC/B,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CACxC,CAAC,CAAC;AAKH;;;;;;;;;;;GAWG;AACU,QAAA,sBAAsB,GAAG,IAAA,yBAAkB,EAGtD;IACA,YAAY,EAAE,0CAAkC;IAChD,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE;QACnC,MAAM,cAAc,GAAG,MAAM,CAAC,UAAU,EAAE,CAAC;QAE3C,MAAM,WAAW,GAAG,KAAK,CAAC,IAAI,CAC5B,IAAI,GAAG,CAAC;YACN,cAAc;YACd,GAAG,CAAC,MAAM,CAAC,OAAO,IAAI,EAAE,CAAC;SAC1B,CAAC,CACH,CAAC;QAEF,MAAM,OAAO,GAAG,GAAG,MAAM,GAAG,QAAQ,CAAC,OAAO,CAAC,aAAa,EAAE,MAAM,CAAC,QAAQ,CAAC,EAAE,CAAC;QAE/E,MAAM,WAAW,GAAG,IAAI,eAAe,EAAE,CAAC;QAE1C,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC3B,WAAW,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;gBAC1B,WAAW,CAAC,MAAM,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC;YACvC,CAAC,CAAC,CAAC;QACL,CAAC;QAED,IAAI,MAAM,CAAC,OAAO,EAAE,CAAC;YACnB,WAAW,CAAC,GAAG,CAAC,SAAS,EAAE,MAAM,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAC;QACxD,CAAC;QAED,MAAM,WAAW,GAAG,WAAW,CAAC,QAAQ,EAAE,CAAC;QAC3C,OAAO,WAAW,CAAC,CAAC,CAAC,GAAG,OAAO,IAAI,WAAW,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC;IAC7D,CAAC;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"get-transaction-tree-by-id.js","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,8CAAyD;AAGzD,MAAM,QAAQ,GAAG,gDAAgD,CAAC;AAErD,QAAA,kCAAkC,GAAG,OAAC,CAAC,MAAM,CAAC;IACzD,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC/B,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CACxC,CAAC,CAAC;AAMH;;;;;;;;;;;;;GAaG;AACU,QAAA,sBAAsB,GAAG,IAAA,yBAAkB,EAA+D;IACrH,YAAY,EAAE,0CAAkC;IAChD,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE;QACnC,MAAM,cAAc,GAAG,MAAM,CAAC,UAAU,EAAE,CAAC;QAE3C,MAAM,WAAW,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC,cAAc,EAAE,GAAG,CAAC,MAAM,CAAC,OAAO,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QAErF,MAAM,OAAO,GAAG,GAAG,MAAM,GAAG,QAAQ,CAAC,OAAO,CAAC,aAAa,EAAE,MAAM,CAAC,QAAQ,CAAC,EAAE,CAAC;QAE/E,MAAM,WAAW,GAAG,IAAI,eAAe,EAAE,CAAC;QAE1C,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC3B,WAAW,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE;gBAC5B,WAAW,CAAC,MAAM,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC;YACvC,CAAC,CAAC,CAAC;QACL,CAAC;QAED,IAAI,MAAM,CAAC,OAAO,EAAE,CAAC;YACnB,WAAW,CAAC,GAAG,CAAC,SAAS,EAAE,MAAM,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAC;QACxD,CAAC;QAED,MAAM,WAAW,GAAG,WAAW,CAAC,QAAQ,EAAE,CAAC;QAC3C,OAAO,WAAW,CAAC,CAAC,CAAC,GAAG,OAAO,IAAI,WAAW,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC;IAC7D,CAAC;CACF,CAAC,CAAC"}
@@ -9,37 +9,25 @@ export declare const GetTransactionTreeByOffsetParamsSchema: z.ZodObject<{
9
9
  export type GetTransactionTreeByOffsetParams = z.infer<typeof GetTransactionTreeByOffsetParamsSchema>;
10
10
  export type GetTransactionTreeByOffsetResponse = paths[typeof endpoint]['get']['responses']['200']['content']['application/json'];
11
11
  /**
12
- * @description Retrieves transaction tree data starting from a specific offset
12
+ * Retrieves transaction tree data starting from a specific offset
13
+ *
13
14
  * @example
14
- * ```typescript
15
- * const transactionTree = await client.getTransactionTreeByOffset({
16
- * offset: '1000',
17
- * parties: ['party1', 'party2']
18
- * });
19
- * ```
15
+ * ```typescript
16
+ * const transactionTree = await client.getTransactionTreeByOffset({
17
+ * offset: '1000',
18
+ * parties: ['party1', 'party2']
19
+ * });
20
+ * ```;
21
+ *
20
22
  * @param offset - The starting offset for transaction retrieval
21
23
  * @param parties - Optional array of party IDs to filter transactions by
22
24
  */
23
- export declare const GetTransactionTreeByOffset: {
24
- new (client: import("../../../../../core").BaseClient): {
25
- execute(params: {
26
- offset: string;
27
- verbose?: boolean | undefined;
28
- parties?: string[] | undefined;
29
- }): Promise<{
30
- transaction: import("../../../../../generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi").components["schemas"]["JsTransactionTree"];
31
- }>;
32
- client: import("../../../../../core").BaseClient;
33
- validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
34
- makeGetRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
35
- makePostRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
36
- makeDeleteRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
37
- makePatchRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
38
- getManagedParties(): string[];
39
- getPartyId(): string | undefined;
40
- getApiUrl(): string;
41
- buildPartyList(additionalParties?: string[]): string[];
42
- };
43
- };
25
+ export declare const GetTransactionTreeByOffset: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<{
26
+ offset: string;
27
+ verbose?: boolean | undefined;
28
+ parties?: string[] | undefined;
29
+ }, {
30
+ transaction: import("../../../../../generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi").components["schemas"]["JsTransactionTree"];
31
+ }>;
44
32
  export {};
45
33
  //# sourceMappingURL=get-transaction-tree-by-offset.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-transaction-tree-by-offset.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2GAA2G,CAAC;AAEvI,QAAA,MAAM,QAAQ,oDAAoD,CAAC;AAEnE,eAAO,MAAM,sCAAsC;;;;iBAIjD,CAAC;AAEH,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC;AACtG,MAAM,MAAM,kCAAkC,GAAG,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAElI;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,0BAA0B;;;;;;;yBAiCmjpG,yIAAsB;;;;;;;;;;;;;CAA9mpG,CAAC"}
1
+ {"version":3,"file":"get-transaction-tree-by-offset.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2GAA2G,CAAC;AAEvI,QAAA,MAAM,QAAQ,oDAAoD,CAAC;AAEnE,eAAO,MAAM,sCAAsC;;;;iBAIjD,CAAC;AAEH,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC;AACtG,MAAM,MAAM,kCAAkC,GAC5C,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAEnF;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,0BAA0B;;;;;iBA6B8lpG,yIAAsB;EADzppG,CAAC"}
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetTransactionTreeByOffset = exports.GetTransactionTreeByOffsetParamsSchema = void 0;
4
- const core_1 = require("../../../../../core");
5
4
  const zod_1 = require("zod");
5
+ const core_1 = require("../../../../../core");
6
6
  const endpoint = '/v2/updates/transaction-tree-by-offset/{offset}';
7
7
  exports.GetTransactionTreeByOffsetParamsSchema = zod_1.z.object({
8
8
  offset: zod_1.z.string(),
@@ -10,14 +10,16 @@ exports.GetTransactionTreeByOffsetParamsSchema = zod_1.z.object({
10
10
  parties: zod_1.z.array(zod_1.z.string()).optional(),
11
11
  });
12
12
  /**
13
- * @description Retrieves transaction tree data starting from a specific offset
13
+ * Retrieves transaction tree data starting from a specific offset
14
+ *
14
15
  * @example
15
- * ```typescript
16
- * const transactionTree = await client.getTransactionTreeByOffset({
17
- * offset: '1000',
18
- * parties: ['party1', 'party2']
19
- * });
20
- * ```
16
+ * ```typescript
17
+ * const transactionTree = await client.getTransactionTreeByOffset({
18
+ * offset: '1000',
19
+ * parties: ['party1', 'party2']
20
+ * });
21
+ * ```;
22
+ *
21
23
  * @param offset - The starting offset for transaction retrieval
22
24
  * @param parties - Optional array of party IDs to filter transactions by
23
25
  */
@@ -26,14 +28,11 @@ exports.GetTransactionTreeByOffset = (0, core_1.createApiOperation)({
26
28
  method: 'GET',
27
29
  buildUrl: (params, apiUrl, client) => {
28
30
  const currentPartyId = client.getPartyId();
29
- const readParties = Array.from(new Set([
30
- currentPartyId,
31
- ...(params.parties || []),
32
- ]));
31
+ const readParties = Array.from(new Set([currentPartyId, ...(params.parties ?? [])]));
33
32
  const baseUrl = `${apiUrl}${endpoint.replace('{offset}', params.offset)}`;
34
33
  const queryParams = new URLSearchParams();
35
34
  if (readParties.length > 0) {
36
- readParties.forEach(party => {
35
+ readParties.forEach((party) => {
37
36
  queryParams.append('parties', party);
38
37
  });
39
38
  }
@@ -1 +1 @@
1
- {"version":3,"file":"get-transaction-tree-by-offset.js","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.ts"],"names":[],"mappings":";;;AAAA,8CAAyD;AACzD,6BAAwB;AAGxB,MAAM,QAAQ,GAAG,iDAAiD,CAAC;AAEtD,QAAA,sCAAsC,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7D,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC/B,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CACxC,CAAC,CAAC;AAKH;;;;;;;;;;;GAWG;AACU,QAAA,0BAA0B,GAAG,IAAA,yBAAkB,EAG1D;IACA,YAAY,EAAE,8CAAsC;IACpD,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE;QACnC,MAAM,cAAc,GAAG,MAAM,CAAC,UAAU,EAAE,CAAC;QAE3C,MAAM,WAAW,GAAG,KAAK,CAAC,IAAI,CAC5B,IAAI,GAAG,CAAC;YACN,cAAc;YACd,GAAG,CAAC,MAAM,CAAC,OAAO,IAAI,EAAE,CAAC;SAC1B,CAAC,CACH,CAAC;QAEF,MAAM,OAAO,GAAG,GAAG,MAAM,GAAG,QAAQ,CAAC,OAAO,CAAC,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAE1E,MAAM,WAAW,GAAG,IAAI,eAAe,EAAE,CAAC;QAE1C,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC3B,WAAW,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;gBAC1B,WAAW,CAAC,MAAM,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC;YACvC,CAAC,CAAC,CAAC;QACL,CAAC;QAED,IAAI,MAAM,CAAC,OAAO,EAAE,CAAC;YACnB,WAAW,CAAC,GAAG,CAAC,SAAS,EAAE,MAAM,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAC;QACxD,CAAC;QAED,MAAM,WAAW,GAAG,WAAW,CAAC,QAAQ,EAAE,CAAC;QAC3C,OAAO,WAAW,CAAC,CAAC,CAAC,GAAG,OAAO,IAAI,WAAW,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC;IAC7D,CAAC;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"get-transaction-tree-by-offset.js","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,8CAAyD;AAGzD,MAAM,QAAQ,GAAG,iDAAiD,CAAC;AAEtD,QAAA,sCAAsC,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7D,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC/B,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CACxC,CAAC,CAAC;AAMH;;;;;;;;;;;;;GAaG;AACU,QAAA,0BAA0B,GAAG,IAAA,yBAAkB,EAG1D;IACA,YAAY,EAAE,8CAAsC;IACpD,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE;QACnC,MAAM,cAAc,GAAG,MAAM,CAAC,UAAU,EAAE,CAAC;QAE3C,MAAM,WAAW,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC,cAAc,EAAE,GAAG,CAAC,MAAM,CAAC,OAAO,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QAErF,MAAM,OAAO,GAAG,GAAG,MAAM,GAAG,QAAQ,CAAC,OAAO,CAAC,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAE1E,MAAM,WAAW,GAAG,IAAI,eAAe,EAAE,CAAC;QAE1C,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC3B,WAAW,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE;gBAC5B,WAAW,CAAC,MAAM,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC;YACvC,CAAC,CAAC,CAAC;QACL,CAAC;QAED,IAAI,MAAM,CAAC,OAAO,EAAE,CAAC;YACnB,WAAW,CAAC,GAAG,CAAC,SAAS,EAAE,MAAM,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAC;QACxD,CAAC;QAED,MAAM,WAAW,GAAG,WAAW,CAAC,QAAQ,EAAE,CAAC;QAC3C,OAAO,WAAW,CAAC,CAAC,CAAC,GAAG,OAAO,IAAI,WAAW,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC;IAC7D,CAAC;CACF,CAAC,CAAC"}