@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 +1 @@
1
- {"version":3,"file":"get-allocation-withdraw-context.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.ts"],"names":[],"mappings":";;;AAAA,uDAAkE;AAClE,6BAAwB;AAGxB,MAAM,OAAO,GAAG,kEAAkE,CAAC;AACnF,MAAM,QAAQ,GAAG,sDAAsD,CAAC;AAE3D,QAAA,wCAAwC,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/D,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;IACxB,IAAI,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAClD,CAAC,CAAC;AAMH;;;;;;;;;;GAUG;AACU,QAAA,4BAA4B,GAAG,IAAA,yBAAkB,EAG5D;IACA,YAAY,EAAE,gDAAwC;IACtD,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,MAA0C,EAAE,MAAc,EAAE,EAAE,CACvE,GAAG,MAAM,GAAG,QAAQ,IAAI,MAAM,CAAC,YAAY,2BAA2B;IACxE,gBAAgB,EAAE,CAAC,MAA0C,EAAuC,EAAE;QACpG,MAAM,OAAO,GAAwC,EAAE,CAAC;QACxD,IAAI,MAAM,CAAC,IAAI,KAAK,SAAS,EAAE,CAAC;YAC9B,OAAO,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;QAC7B,CAAC;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"get-allocation-withdraw-context.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,uDAAkE;AAQlE,MAAM,QAAQ,GAAG,sDAAsD,CAAC;AAE3D,QAAA,wCAAwC,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/D,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;IACxB,IAAI,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAClD,CAAC,CAAC;AAOH;;;;;;;;;;;GAWG;AACU,QAAA,4BAA4B,GAAG,IAAA,yBAAkB,EAG5D;IACA,YAAY,EAAE,gDAAwC;IACtD,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,MAA0C,EAAE,MAAc,EAAE,EAAE,CACvE,GAAG,MAAM,GAAG,QAAQ,IAAI,MAAM,CAAC,YAAY,2BAA2B;IACxE,gBAAgB,EAAE,CAAC,MAA0C,EAAuC,EAAE;QACpG,MAAM,OAAO,GAAwC,EAAE,CAAC;QACxD,IAAI,MAAM,CAAC,IAAI,KAAK,SAAS,EAAE,CAAC;YAC9B,OAAO,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;QAC7B,CAAC;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;CACF,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
+ export * from './get-allocation-cancel-context';
1
2
  export * from './get-allocation-transfer-context';
2
3
  export * from './get-allocation-withdraw-context';
3
- export * from './get-allocation-cancel-context';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC;AAClD,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,cAAc,mCAAmC,CAAC;AAClD,cAAc,mCAAmC,CAAC"}
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./get-allocation-cancel-context"), exports);
17
18
  __exportStar(require("./get-allocation-transfer-context"), exports);
18
19
  __exportStar(require("./get-allocation-withdraw-context"), exports);
19
- __exportStar(require("./get-allocation-cancel-context"), exports);
20
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oEAAkD;AAClD,oEAAkD;AAClD,kEAAgD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD;AAChD,oEAAkD;AAClD,oEAAkD"}
@@ -1,5 +1,5 @@
1
- export * from './transfer-instruction';
2
- export * from './metadata';
3
- export * from './allocations';
4
1
  export * from './allocation-instruction';
2
+ export * from './allocations';
3
+ export * from './metadata';
4
+ export * from './transfer-instruction';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,wBAAwB,CAAC"}
@@ -14,8 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./transfer-instruction"), exports);
18
- __exportStar(require("./metadata"), exports);
19
- __exportStar(require("./allocations"), exports);
20
17
  __exportStar(require("./allocation-instruction"), exports);
18
+ __exportStar(require("./allocations"), exports);
19
+ __exportStar(require("./metadata"), exports);
20
+ __exportStar(require("./transfer-instruction"), exports);
21
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AACvC,6CAA2B;AAC3B,gDAA8B;AAC9B,2DAAyC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,gDAA8B;AAC9B,6CAA2B;AAC3B,yDAAuC"}
@@ -1,43 +1,30 @@
1
1
  import { z } from 'zod';
2
2
  import type { paths } from '../../../../../../../../generated/token-standard/splice-api-token-metadata-v1/openapi/token-metadata-v1';
3
- declare const apiPath = "/registry/metadata/v1/instruments/{instrumentId}";
3
+ type ApiPath = '/registry/metadata/v1/instruments/{instrumentId}';
4
4
  export declare const GetInstrumentParamsSchema: z.ZodObject<{
5
5
  instrumentId: z.ZodString;
6
6
  }, z.core.$strip>;
7
7
  export type GetInstrumentParams = z.infer<typeof GetInstrumentParamsSchema>;
8
- export type GetInstrumentResponse = paths[typeof apiPath]['get']['responses']['200']['content']['application/json'];
8
+ export type GetInstrumentResponse = paths[ApiPath]['get']['responses']['200']['content']['application/json'];
9
9
  /**
10
- * @description Retrieve an instrument's metadata
10
+ * Retrieve an instrument's metadata
11
+ *
11
12
  * @example
12
- * ```typescript
13
- * const instrument = await client.getInstrument({ instrumentId: 'instrument123' });
14
- * console.log(`Instrument: ${instrument.name} (${instrument.symbol})`);
15
- * ```
13
+ * ```typescript
14
+ * const instrument = await client.getInstrument({ instrumentId: 'instrument123' });
15
+ *
16
+ * ```;
16
17
  */
17
- export declare const GetInstrument: {
18
- new (client: import("../../../../../../../../core").BaseClient): {
19
- execute(params: {
20
- instrumentId: string;
21
- }): Promise<{
22
- id: string;
23
- name: string;
24
- symbol: string;
25
- totalSupply?: string;
26
- totalSupplyAsOf?: string;
27
- decimals: number;
28
- supportedApis: import("../../../../../../../../generated/token-standard/splice-api-token-metadata-v1/openapi/token-metadata-v1").components["schemas"]["SupportedApis"];
29
- }>;
30
- client: import("../../../../../../../../core").BaseClient;
31
- validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
32
- makeGetRequest<T>(url: string, config?: import("../../../../../../../../core").RequestConfig): Promise<T>;
33
- makePostRequest<T>(url: string, data: unknown, config?: import("../../../../../../../../core").RequestConfig): Promise<T>;
34
- makeDeleteRequest<T>(url: string, config?: import("../../../../../../../../core").RequestConfig): Promise<T>;
35
- makePatchRequest<T>(url: string, data: unknown, config?: import("../../../../../../../../core").RequestConfig): Promise<T>;
36
- getManagedParties(): string[];
37
- getPartyId(): string | undefined;
38
- getApiUrl(): string;
39
- buildPartyList(additionalParties?: string[]): string[];
40
- };
41
- };
18
+ export declare const GetInstrument: new (client: import("../../../../../../../../core").BaseClient) => import("../../../../../../../../core").ApiOperation<{
19
+ instrumentId: string;
20
+ }, {
21
+ id: string;
22
+ name: string;
23
+ symbol: string;
24
+ totalSupply?: string;
25
+ totalSupplyAsOf?: string;
26
+ decimals: number;
27
+ supportedApis: import("../../../../../../../../generated/token-standard/splice-api-token-metadata-v1/openapi/token-metadata-v1").components["schemas"]["SupportedApis"];
28
+ }>;
42
29
  export {};
43
30
  //# sourceMappingURL=get-instrument.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-instrument.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,yGAAyG,CAAC;AAErI,QAAA,MAAM,OAAO,qDAAqD,CAAC;AAGnE,eAAO,MAAM,yBAAyB;;iBAEpC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAC5E,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAEpH;;;;;;;GAOG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;2BAO27E,uIAAsB;;;;;;;;;;;;;CAAz+E,CAAC"}
1
+ {"version":3,"file":"get-instrument.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,yGAAyG,CAAC;AAErI,KAAK,OAAO,GAAG,kDAAkD,CAAC;AAIlE,eAAO,MAAM,yBAAyB;;iBAEpC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAC5E,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAE7G;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa;;;;;;;;;mBAK6gF,uIAAsB;EAD3jF,CAAC"}
@@ -1,20 +1,20 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetInstrument = exports.GetInstrumentParamsSchema = void 0;
4
- const core_1 = require("../../../../../../../../core");
5
4
  const zod_1 = require("zod");
6
- const apiPath = '/registry/metadata/v1/instruments/{instrumentId}';
5
+ const core_1 = require("../../../../../../../../core");
7
6
  const endpoint = '/api/validator/v0/scan-proxy/registry/metadata/v1/instruments';
8
7
  exports.GetInstrumentParamsSchema = zod_1.z.object({
9
8
  instrumentId: zod_1.z.string(),
10
9
  });
11
10
  /**
12
- * @description Retrieve an instrument's metadata
11
+ * Retrieve an instrument's metadata
12
+ *
13
13
  * @example
14
- * ```typescript
15
- * const instrument = await client.getInstrument({ instrumentId: 'instrument123' });
16
- * console.log(`Instrument: ${instrument.name} (${instrument.symbol})`);
17
- * ```
14
+ * ```typescript
15
+ * const instrument = await client.getInstrument({ instrumentId: 'instrument123' });
16
+ *
17
+ * ```;
18
18
  */
19
19
  exports.GetInstrument = (0, core_1.createApiOperation)({
20
20
  paramsSchema: exports.GetInstrumentParamsSchema,
@@ -1 +1 @@
1
- {"version":3,"file":"get-instrument.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.ts"],"names":[],"mappings":";;;AAAA,uDAAkE;AAClE,6BAAwB;AAGxB,MAAM,OAAO,GAAG,kDAAkD,CAAC;AACnE,MAAM,QAAQ,GAAG,+DAA+D,CAAC;AAEpE,QAAA,yBAAyB,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;CACzB,CAAC,CAAC;AAKH;;;;;;;GAOG;AACU,QAAA,aAAa,GAAG,IAAA,yBAAkB,EAG7C;IACA,YAAY,EAAE,iCAAyB;IACvC,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,MAA2B,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,GAAG,QAAQ,IAAI,MAAM,CAAC,YAAY,EAAE;CACzG,CAAC,CAAC"}
1
+ {"version":3,"file":"get-instrument.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,uDAAkE;AAKlE,MAAM,QAAQ,GAAG,+DAA+D,CAAC;AAEpE,QAAA,yBAAyB,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;CACzB,CAAC,CAAC;AAKH;;;;;;;;GAQG;AACU,QAAA,aAAa,GAAG,IAAA,yBAAkB,EAA6C;IAC1F,YAAY,EAAE,iCAAyB;IACvC,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,MAA2B,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,GAAG,QAAQ,IAAI,MAAM,CAAC,YAAY,EAAE;CACzG,CAAC,CAAC"}
@@ -1,33 +1,19 @@
1
- import { z } from 'zod';
2
1
  import type { paths } from '../../../../../../../../generated/token-standard/splice-api-token-metadata-v1/openapi/token-metadata-v1';
3
- declare const apiPath = "/registry/metadata/v1/info";
4
- export type GetRegistryInfoResponse = paths[typeof apiPath]['get']['responses']['200']['content']['application/json'];
2
+ type ApiPath = '/registry/metadata/v1/info';
3
+ export type GetRegistryInfoResponse = paths[ApiPath]['get']['responses']['200']['content']['application/json'];
5
4
  /**
6
- * @description Get information about the registry including supported standards
5
+ * Get information about the registry including supported standards
6
+ *
7
7
  * @example
8
- * ```typescript
9
- * const info = await client.getRegistryInfo();
10
- * console.log(`Admin ID: ${info.adminId}`);
11
- * console.log(`Supported APIs: ${Object.keys(info.supportedApis)}`);
12
- * ```
8
+ * ```typescript
9
+ * const info = await client.getRegistryInfo();
10
+ *
11
+ *
12
+ * ```;
13
13
  */
14
- export declare const GetRegistryInfo: {
15
- new (client: import("../../../../../../../../core").BaseClient): {
16
- execute(params: void): Promise<{
17
- adminId: string;
18
- supportedApis: import("../../../../../../../../generated/token-standard/splice-api-token-metadata-v1/openapi/token-metadata-v1").components["schemas"]["SupportedApis"];
19
- }>;
20
- client: import("../../../../../../../../core").BaseClient;
21
- validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
22
- makeGetRequest<T>(url: string, config?: import("../../../../../../../../core").RequestConfig): Promise<T>;
23
- makePostRequest<T>(url: string, data: unknown, config?: import("../../../../../../../../core").RequestConfig): Promise<T>;
24
- makeDeleteRequest<T>(url: string, config?: import("../../../../../../../../core").RequestConfig): Promise<T>;
25
- makePatchRequest<T>(url: string, data: unknown, config?: import("../../../../../../../../core").RequestConfig): Promise<T>;
26
- getManagedParties(): string[];
27
- getPartyId(): string | undefined;
28
- getApiUrl(): string;
29
- buildPartyList(additionalParties?: string[]): string[];
30
- };
31
- };
14
+ export declare const GetRegistryInfo: new (client: import("../../../../../../../../core").BaseClient) => import("../../../../../../../../core").ApiOperation<void, {
15
+ adminId: string;
16
+ supportedApis: import("../../../../../../../../generated/token-standard/splice-api-token-metadata-v1/openapi/token-metadata-v1").components["schemas"]["SupportedApis"];
17
+ }>;
32
18
  export {};
33
19
  //# sourceMappingURL=get-registry-info.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-registry-info.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-registry-info.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,yGAAyG,CAAC;AAErI,QAAA,MAAM,OAAO,+BAA+B,CAAC;AAG7C,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAEtH;;;;;;;;GAQG;AACH,eAAO,MAAM,eAAe;;;;2BAOymC,uIAAsB;;;;;;;;;;;;;CAAzpC,CAAC"}
1
+ {"version":3,"file":"get-registry-info.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-registry-info.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,yGAAyG,CAAC;AAErI,KAAK,OAAO,GAAG,4BAA4B,CAAC;AAI5C,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAE/G;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe;;mBAKkuC,uIAAsB;EADlxC,CAAC"}
@@ -1,18 +1,18 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetRegistryInfo = void 0;
4
- const core_1 = require("../../../../../../../../core");
5
4
  const zod_1 = require("zod");
6
- const apiPath = '/registry/metadata/v1/info';
5
+ const core_1 = require("../../../../../../../../core");
7
6
  const endpoint = '/api/validator/v0/scan-proxy/registry/metadata/v1/info';
8
7
  /**
9
- * @description Get information about the registry including supported standards
8
+ * Get information about the registry including supported standards
9
+ *
10
10
  * @example
11
- * ```typescript
12
- * const info = await client.getRegistryInfo();
13
- * console.log(`Admin ID: ${info.adminId}`);
14
- * console.log(`Supported APIs: ${Object.keys(info.supportedApis)}`);
15
- * ```
11
+ * ```typescript
12
+ * const info = await client.getRegistryInfo();
13
+ *
14
+ *
15
+ * ```;
16
16
  */
17
17
  exports.GetRegistryInfo = (0, core_1.createApiOperation)({
18
18
  paramsSchema: zod_1.z.void(),
@@ -1 +1 @@
1
- {"version":3,"file":"get-registry-info.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-registry-info.ts"],"names":[],"mappings":";;;AAAA,uDAAkE;AAClE,6BAAwB;AAGxB,MAAM,OAAO,GAAG,4BAA4B,CAAC;AAC7C,MAAM,QAAQ,GAAG,wDAAwD,CAAC;AAI1E;;;;;;;;GAQG;AACU,QAAA,eAAe,GAAG,IAAA,yBAAkB,EAG/C;IACA,YAAY,EAAE,OAAC,CAAC,IAAI,EAAE;IACtB,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,OAAa,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,GAAG,QAAQ,EAAE;CACpE,CAAC,CAAC"}
1
+ {"version":3,"file":"get-registry-info.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-registry-info.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,uDAAkE;AAKlE,MAAM,QAAQ,GAAG,wDAAwD,CAAC;AAI1E;;;;;;;;;GASG;AACU,QAAA,eAAe,GAAG,IAAA,yBAAkB,EAAgC;IAC/E,YAAY,EAAE,OAAC,CAAC,IAAI,EAAE;IACtB,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,OAAa,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,GAAG,QAAQ,EAAE;CACpE,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
+ export * from './get-instrument';
1
2
  export * from './get-registry-info';
2
3
  export * from './list-instruments';
3
- export * from './get-instrument';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC"}
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./get-instrument"), exports);
17
18
  __exportStar(require("./get-registry-info"), exports);
18
19
  __exportStar(require("./list-instruments"), exports);
19
- __exportStar(require("./get-instrument"), exports);
20
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,qDAAmC;AACnC,mDAAiC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,sDAAoC;AACpC,qDAAmC"}
@@ -1,43 +1,30 @@
1
1
  import { z } from 'zod';
2
2
  import type { paths } from '../../../../../../../../generated/token-standard/splice-api-token-metadata-v1/openapi/token-metadata-v1';
3
- declare const apiPath = "/registry/metadata/v1/instruments";
3
+ type ApiPath = '/registry/metadata/v1/instruments';
4
4
  export declare const ListInstrumentsParamsSchema: z.ZodObject<{
5
5
  pageSize: z.ZodOptional<z.ZodNumber>;
6
6
  pageToken: z.ZodOptional<z.ZodString>;
7
7
  }, z.core.$strip>;
8
8
  export type ListInstrumentsParams = z.infer<typeof ListInstrumentsParamsSchema>;
9
- export type ListInstrumentsResponse = paths[typeof apiPath]['get']['responses']['200']['content']['application/json'];
9
+ export type ListInstrumentsResponse = paths[ApiPath]['get']['responses']['200']['content']['application/json'];
10
10
  /**
11
- * @description List all instruments managed by this instrument admin
11
+ * List all instruments managed by this instrument admin
12
+ *
12
13
  * @example
13
- * ```typescript
14
- * const instruments = await client.listInstruments({
14
+ * ```typescript
15
+ * const instruments = await client.listInstruments({
15
16
  * pageSize: 25,
16
17
  * pageToken: 'next-page-token'
17
- * });
18
- * console.log(`Found ${instruments.instruments.length} instruments`);
19
- * ```
18
+ * });
19
+ *
20
+ * ```;
20
21
  */
21
- export declare const ListInstruments: {
22
- new (client: import("../../../../../../../../core").BaseClient): {
23
- execute(params: {
24
- pageSize?: number | undefined;
25
- pageToken?: string | undefined;
26
- }): Promise<{
27
- instruments: import("../../../../../../../../generated/token-standard/splice-api-token-metadata-v1/openapi/token-metadata-v1").components["schemas"]["Instrument"][];
28
- nextPageToken?: string;
29
- }>;
30
- client: import("../../../../../../../../core").BaseClient;
31
- validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
32
- makeGetRequest<T>(url: string, config?: import("../../../../../../../../core").RequestConfig): Promise<T>;
33
- makePostRequest<T>(url: string, data: unknown, config?: import("../../../../../../../../core").RequestConfig): Promise<T>;
34
- makeDeleteRequest<T>(url: string, config?: import("../../../../../../../../core").RequestConfig): Promise<T>;
35
- makePatchRequest<T>(url: string, data: unknown, config?: import("../../../../../../../../core").RequestConfig): Promise<T>;
36
- getManagedParties(): string[];
37
- getPartyId(): string | undefined;
38
- getApiUrl(): string;
39
- buildPartyList(additionalParties?: string[]): string[];
40
- };
41
- };
22
+ export declare const ListInstruments: new (client: import("../../../../../../../../core").BaseClient) => import("../../../../../../../../core").ApiOperation<{
23
+ pageSize?: number | undefined;
24
+ pageToken?: string | undefined;
25
+ }, {
26
+ instruments: import("../../../../../../../../generated/token-standard/splice-api-token-metadata-v1/openapi/token-metadata-v1").components["schemas"]["Instrument"][];
27
+ nextPageToken?: string;
28
+ }>;
42
29
  export {};
43
30
  //# sourceMappingURL=list-instruments.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-instruments.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,yGAAyG,CAAC;AAErI,QAAA,MAAM,OAAO,sCAAsC,CAAC;AAGpD,eAAO,MAAM,2BAA2B;;;iBAGtC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAChF,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAEtH;;;;;;;;;;GAUG;AACH,eAAO,MAAM,eAAe;;;;;;yBAgBysE,uIAAsB;;;;;;;;;;;;;;CAAzvE,CAAC"}
1
+ {"version":3,"file":"list-instruments.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,yGAAyG,CAAC;AAErI,KAAK,OAAO,GAAG,mCAAmC,CAAC;AAInD,eAAO,MAAM,2BAA2B;;;iBAGtC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAChF,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAE/G;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,eAAe;;;;iBAcuxE,uIAAsB;;EADv0E,CAAC"}
@@ -1,24 +1,24 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListInstruments = exports.ListInstrumentsParamsSchema = void 0;
4
- const core_1 = require("../../../../../../../../core");
5
4
  const zod_1 = require("zod");
6
- const apiPath = '/registry/metadata/v1/instruments';
5
+ const core_1 = require("../../../../../../../../core");
7
6
  const endpoint = '/api/validator/v0/scan-proxy/registry/metadata/v1/instruments';
8
7
  exports.ListInstrumentsParamsSchema = zod_1.z.object({
9
8
  pageSize: zod_1.z.number().optional(),
10
9
  pageToken: zod_1.z.string().optional(),
11
10
  });
12
11
  /**
13
- * @description List all instruments managed by this instrument admin
12
+ * List all instruments managed by this instrument admin
13
+ *
14
14
  * @example
15
- * ```typescript
16
- * const instruments = await client.listInstruments({
15
+ * ```typescript
16
+ * const instruments = await client.listInstruments({
17
17
  * pageSize: 25,
18
18
  * pageToken: 'next-page-token'
19
- * });
20
- * console.log(`Found ${instruments.instruments.length} instruments`);
21
- * ```
19
+ * });
20
+ *
21
+ * ```;
22
22
  */
23
23
  exports.ListInstruments = (0, core_1.createApiOperation)({
24
24
  paramsSchema: exports.ListInstrumentsParamsSchema,
@@ -1 +1 @@
1
- {"version":3,"file":"list-instruments.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.ts"],"names":[],"mappings":";;;AAAA,uDAAkE;AAClE,6BAAwB;AAGxB,MAAM,OAAO,GAAG,mCAAmC,CAAC;AACpD,MAAM,QAAQ,GAAG,+DAA+D,CAAC;AAEpE,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC;AAKH;;;;;;;;;;GAUG;AACU,QAAA,eAAe,GAAG,IAAA,yBAAkB,EAG/C;IACA,YAAY,EAAE,mCAA2B;IACzC,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,MAA6B,EAAE,MAAc,EAAE,EAAE;QAC1D,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,GAAG,MAAM,GAAG,QAAQ,EAAE,CAAC,CAAC;QAC5C,IAAI,MAAM,CAAC,QAAQ,KAAK,SAAS,EAAE,CAAC;YAClC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,UAAU,EAAE,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAE,CAAC,CAAC;QAC/D,CAAC;QACD,IAAI,MAAM,CAAC,SAAS,KAAK,SAAS,EAAE,CAAC;YACnC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,WAAW,EAAE,MAAM,CAAC,SAAS,CAAC,CAAC;QACtD,CAAC;QACD,OAAO,GAAG,CAAC,QAAQ,EAAE,CAAC;IACxB,CAAC;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"list-instruments.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,uDAAkE;AAKlE,MAAM,QAAQ,GAAG,+DAA+D,CAAC;AAEpE,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC;AAKH;;;;;;;;;;;GAWG;AACU,QAAA,eAAe,GAAG,IAAA,yBAAkB,EAAiD;IAChG,YAAY,EAAE,mCAA2B;IACzC,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,MAA6B,EAAE,MAAc,EAAE,EAAE;QAC1D,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,GAAG,MAAM,GAAG,QAAQ,EAAE,CAAC,CAAC;QAC5C,IAAI,MAAM,CAAC,QAAQ,KAAK,SAAS,EAAE,CAAC;YAClC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,UAAU,EAAE,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAE,CAAC,CAAC;QAC/D,CAAC;QACD,IAAI,MAAM,CAAC,SAAS,KAAK,SAAS,EAAE,CAAC;YACnC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,WAAW,EAAE,MAAM,CAAC,SAAS,CAAC,CAAC;QACtD,CAAC;QACD,OAAO,GAAG,CAAC,QAAQ,EAAE,CAAC;IACxB,CAAC;CACF,CAAC,CAAC"}
@@ -1,45 +1,32 @@
1
1
  import { z } from 'zod';
2
- import type { paths, components } from '../../../../../../../../generated/token-standard/splice-api-token-transfer-instruction-v1/openapi/transfer-instruction-v1';
3
- declare const apiPath = "/registry/transfer-instruction/v1/transfer-factory";
2
+ import type { components, paths } from '../../../../../../../../generated/token-standard/splice-api-token-transfer-instruction-v1/openapi/transfer-instruction-v1';
3
+ type ApiPath = '/registry/transfer-instruction/v1/transfer-factory';
4
4
  export declare const GetTransferFactoryParamsSchema: z.ZodObject<{
5
5
  choiceArguments: z.ZodRecord<z.ZodString, z.ZodNever>;
6
6
  excludeDebugFields: z.ZodBoolean;
7
7
  }, z.core.$strip>;
8
8
  export type GetTransferFactoryParams = components['schemas']['GetFactoryRequest'];
9
- export type GetTransferFactoryRequest = paths[typeof apiPath]['post']['requestBody']['content']['application/json'];
10
- export type GetTransferFactoryResponse = paths[typeof apiPath]['post']['responses']['200']['content']['application/json'];
9
+ export type GetTransferFactoryRequest = paths[ApiPath]['post']['requestBody']['content']['application/json'];
10
+ export type GetTransferFactoryResponse = paths[ApiPath]['post']['responses']['200']['content']['application/json'];
11
11
  /**
12
- * @description Get the factory and choice context for executing a direct transfer
12
+ * Get the factory and choice context for executing a direct transfer
13
+ *
13
14
  * @example
14
- * ```typescript
15
- * const factory = await client.getTransferFactory({
15
+ * ```typescript
16
+ * const factory = await client.getTransferFactory({
16
17
  * choiceArguments: { /* choice arguments *\/ },
17
18
  * excludeDebugFields: false
18
- * });
19
- * console.log(`Factory ID: ${factory.factoryId}`);
20
- * ```
19
+ * });
20
+ *
21
+ * ```;
21
22
  */
22
- export declare const GetTransferFactory: {
23
- new (client: import("../../../../../../../../core").BaseClient): {
24
- execute(params: {
25
- choiceArguments: Record<string, never>;
26
- excludeDebugFields: boolean;
27
- }): Promise<{
28
- factoryId: string;
29
- transferKind: "self" | "direct" | "offer";
30
- choiceContext: components["schemas"]["ChoiceContext"];
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
- };
23
+ export declare const GetTransferFactory: new (client: import("../../../../../../../../core").BaseClient) => import("../../../../../../../../core").ApiOperation<{
24
+ choiceArguments: Record<string, never>;
25
+ excludeDebugFields: boolean;
26
+ }, {
27
+ factoryId: string;
28
+ transferKind: "self" | "direct" | "offer";
29
+ choiceContext: components["schemas"]["ChoiceContext"];
30
+ }>;
44
31
  export {};
45
32
  //# sourceMappingURL=get-transfer-factory.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-transfer-factory.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,2HAA2H,CAAC;AAEnK,QAAA,MAAM,OAAO,uDAAuD,CAAC;AAIrE,eAAO,MAAM,8BAA8B;;;iBAGzC,CAAC;AAEH,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,mBAAmB,CAAC,CAAC;AAClF,MAAM,MAAM,yBAAyB,GAAG,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AACpH,MAAM,MAAM,0BAA0B,GAAG,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAE1H;;;;;;;;;;GAUG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;2BASs8G,qBAAsB;;;;;;;;;;;;;CAAz/G,CAAC"}
1
+ {"version":3,"file":"get-transfer-factory.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EACV,UAAU,EACV,KAAK,EACN,MAAM,2HAA2H,CAAC;AAEnI,KAAK,OAAO,GAAG,oDAAoD,CAAC;AAKpE,eAAO,MAAM,8BAA8B;;;iBAGzC,CAAC;AAEH,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,mBAAmB,CAAC,CAAC;AAClF,MAAM,MAAM,yBAAyB,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAC7G,MAAM,MAAM,0BAA0B,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAEnH;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,kBAAkB;;;;;;mBAMwgH,qBAAsB;EAD3jH,CAAC"}
@@ -1,9 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetTransferFactory = exports.GetTransferFactoryParamsSchema = void 0;
4
- const core_1 = require("../../../../../../../../core");
5
4
  const zod_1 = require("zod");
6
- const apiPath = '/registry/transfer-instruction/v1/transfer-factory';
5
+ const core_1 = require("../../../../../../../../core");
7
6
  const endpoint = '/api/validator/v0/scan-proxy/registry/transfer-instruction/v1/transfer-factory';
8
7
  // Simple schema that matches the generated type exactly
9
8
  exports.GetTransferFactoryParamsSchema = zod_1.z.object({
@@ -11,15 +10,16 @@ exports.GetTransferFactoryParamsSchema = zod_1.z.object({
11
10
  excludeDebugFields: zod_1.z.boolean(),
12
11
  });
13
12
  /**
14
- * @description Get the factory and choice context for executing a direct transfer
13
+ * Get the factory and choice context for executing a direct transfer
14
+ *
15
15
  * @example
16
- * ```typescript
17
- * const factory = await client.getTransferFactory({
16
+ * ```typescript
17
+ * const factory = await client.getTransferFactory({
18
18
  * choiceArguments: { /* choice arguments *\/ },
19
19
  * excludeDebugFields: false
20
- * });
21
- * console.log(`Factory ID: ${factory.factoryId}`);
22
- * ```
20
+ * });
21
+ *
22
+ * ```;
23
23
  */
24
24
  exports.GetTransferFactory = (0, core_1.createApiOperation)({
25
25
  paramsSchema: exports.GetTransferFactoryParamsSchema,
@@ -1 +1 @@
1
- {"version":3,"file":"get-transfer-factory.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.ts"],"names":[],"mappings":";;;AAAA,uDAAkE;AAClE,6BAAwB;AAGxB,MAAM,OAAO,GAAG,oDAAoD,CAAC;AACrE,MAAM,QAAQ,GAAG,gFAAgF,CAAC;AAElG,wDAAwD;AAC3C,QAAA,8BAA8B,GAAG,OAAC,CAAC,MAAM,CAAC;IACrD,eAAe,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,KAAK,EAAE,CAAC;IAChD,kBAAkB,EAAE,OAAC,CAAC,OAAO,EAAE;CAChC,CAAC,CAAC;AAMH;;;;;;;;;;GAUG;AACU,QAAA,kBAAkB,GAAG,IAAA,yBAAkB,EAGlD;IACA,YAAY,EAAE,sCAA8B;IAC5C,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,OAAiC,EAAE,MAAc,EAAE,EAAE,CAC9D,GAAG,MAAM,GAAG,QAAQ,EAAE;IACxB,gBAAgB,EAAE,CAAC,MAAgC,EAA6B,EAAE,CAAC,MAAM;CAC1F,CAAC,CAAC"}
1
+ {"version":3,"file":"get-transfer-factory.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,uDAAkE;AAQlE,MAAM,QAAQ,GAAG,gFAAgF,CAAC;AAElG,wDAAwD;AAC3C,QAAA,8BAA8B,GAAG,OAAC,CAAC,MAAM,CAAC;IACrD,eAAe,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,KAAK,EAAE,CAAC;IAChD,kBAAkB,EAAE,OAAC,CAAC,OAAO,EAAE;CAChC,CAAC,CAAC;AAMH;;;;;;;;;;;GAWG;AACU,QAAA,kBAAkB,GAAG,IAAA,yBAAkB,EAAuD;IACzG,YAAY,EAAE,sCAA8B;IAC5C,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,OAAiC,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,GAAG,QAAQ,EAAE;IACvF,gBAAgB,EAAE,CAAC,MAAgC,EAA6B,EAAE,CAAC,MAAM;CAC1F,CAAC,CAAC"}
@@ -8,35 +8,22 @@ export type GetTransferInstructionAcceptContextParams = z.infer<typeof GetTransf
8
8
  export type GetTransferInstructionAcceptContextRequest = components['schemas']['GetChoiceContextRequest'];
9
9
  export type GetTransferInstructionAcceptContextResponse = components['schemas']['ChoiceContext'];
10
10
  /**
11
- * @description Get the choice context to accept a transfer instruction
11
+ * Get the choice context to accept a transfer instruction
12
+ *
12
13
  * @example
13
- * ```typescript
14
- * const context = await client.getTransferInstructionAcceptContext({
14
+ * ```typescript
15
+ * const context = await client.getTransferInstructionAcceptContext({
15
16
  * transferInstructionId: 'contract-id-here',
16
17
  * meta: { key: 'value' }
17
- * });
18
- * console.log(`Choice context data: ${JSON.stringify(context.choiceContextData)}`);
19
- * ```
18
+ * });
19
+ *
20
+ * ```;
20
21
  */
21
- export declare const GetTransferInstructionAcceptContext: {
22
- new (client: import("../../../../../../../../core").BaseClient): {
23
- execute(params: {
24
- transferInstructionId: string;
25
- meta?: Record<string, string> | undefined;
26
- }): Promise<{
27
- choiceContextData: Record<string, never>;
28
- disclosedContracts: components["schemas"]["DisclosedContract"][];
29
- }>;
30
- client: import("../../../../../../../../core").BaseClient;
31
- validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
32
- makeGetRequest<T>(url: string, config?: import("../../../../../../../../core").RequestConfig): Promise<T>;
33
- makePostRequest<T>(url: string, data: unknown, config?: import("../../../../../../../../core").RequestConfig): Promise<T>;
34
- makeDeleteRequest<T>(url: string, config?: import("../../../../../../../../core").RequestConfig): Promise<T>;
35
- makePatchRequest<T>(url: string, data: unknown, config?: import("../../../../../../../../core").RequestConfig): Promise<T>;
36
- getManagedParties(): string[];
37
- getPartyId(): string | undefined;
38
- getApiUrl(): string;
39
- buildPartyList(additionalParties?: string[]): string[];
40
- };
41
- };
22
+ export declare const GetTransferInstructionAcceptContext: new (client: import("../../../../../../../../core").BaseClient) => import("../../../../../../../../core").ApiOperation<{
23
+ transferInstructionId: string;
24
+ meta?: Record<string, string> | undefined;
25
+ }, {
26
+ choiceContextData: Record<string, never>;
27
+ disclosedContracts: components["schemas"]["DisclosedContract"][];
28
+ }>;
42
29
  //# sourceMappingURL=get-transfer-instruction-accept-context.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-transfer-instruction-accept-context.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2HAA2H,CAAC;AAG5J,eAAO,MAAM,+CAA+C;;;iBAG1D,CAAC;AAEH,MAAM,MAAM,yCAAyC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+CAA+C,CAAC,CAAC;AACxH,MAAM,MAAM,0CAA0C,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,yBAAyB,CAAC,CAAC;AAC1G,MAAM,MAAM,2CAA2C,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,eAAe,CAAC,CAAC;AAEjG;;;;;;;;;;GAUG;AACH,eAAO,MAAM,mCAAmC;;;;;;;gCAWuhI,qBAAsB;;;;;;;;;;;;;CAA3lI,CAAC"}
1
+ {"version":3,"file":"get-transfer-instruction-accept-context.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2HAA2H,CAAC;AAG5J,eAAO,MAAM,+CAA+C;;;iBAG1D,CAAC;AAEH,MAAM,MAAM,yCAAyC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+CAA+C,CAAC,CAAC;AACxH,MAAM,MAAM,0CAA0C,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,yBAAyB,CAAC,CAAC;AAC1G,MAAM,MAAM,2CAA2C,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,eAAe,CAAC,CAAC;AAEjG;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,mCAAmC;;;;;wBAc+lI,qBAAsB;EADnqI,CAAC"}