@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,23 +1,24 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetTransferInstructionAcceptContext = exports.GetTransferInstructionAcceptContextParamsSchema = void 0;
4
- const core_1 = require("../../../../../../../../core");
5
4
  const zod_1 = require("zod");
5
+ const core_1 = require("../../../../../../../../core");
6
6
  // Schema for path parameters
7
7
  exports.GetTransferInstructionAcceptContextParamsSchema = zod_1.z.object({
8
8
  transferInstructionId: zod_1.z.string(),
9
9
  meta: zod_1.z.record(zod_1.z.string(), zod_1.z.string()).optional(),
10
10
  });
11
11
  /**
12
- * @description Get the choice context to accept a transfer instruction
12
+ * Get the choice context to accept a transfer instruction
13
+ *
13
14
  * @example
14
- * ```typescript
15
- * const context = await client.getTransferInstructionAcceptContext({
15
+ * ```typescript
16
+ * const context = await client.getTransferInstructionAcceptContext({
16
17
  * transferInstructionId: 'contract-id-here',
17
18
  * meta: { key: 'value' }
18
- * });
19
- * console.log(`Choice context data: ${JSON.stringify(context.choiceContextData)}`);
20
- * ```
19
+ * });
20
+ *
21
+ * ```;
21
22
  */
22
23
  exports.GetTransferInstructionAcceptContext = (0, core_1.createApiOperation)({
23
24
  paramsSchema: exports.GetTransferInstructionAcceptContextParamsSchema,
@@ -1 +1 @@
1
- {"version":3,"file":"get-transfer-instruction-accept-context.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.ts"],"names":[],"mappings":";;;AAAA,uDAAkE;AAClE,6BAAwB;AAGxB,6BAA6B;AAChB,QAAA,+CAA+C,GAAG,OAAC,CAAC,MAAM,CAAC;IACtE,qBAAqB,EAAE,OAAC,CAAC,MAAM,EAAE;IACjC,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,mCAAmC,GAAG,IAAA,yBAAkB,EAGnE;IACA,YAAY,EAAE,uDAA+C;IAC7D,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,MAAiD,EAAE,MAAc,EAAE,EAAE,CAC9E,GAAG,MAAM,iEAAiE,MAAM,CAAC,qBAAqB,yBAAyB;IACjI,gBAAgB,EAAE,CAAC,MAAiD,EAA8C,EAAE,CAAC,CAAC;QACpH,GAAG,CAAC,MAAM,CAAC,IAAI,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,EAAE,CAAC;KAC1C,CAAC;CACH,CAAC,CAAC"}
1
+ {"version":3,"file":"get-transfer-instruction-accept-context.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,uDAAkE;AAGlE,6BAA6B;AAChB,QAAA,+CAA+C,GAAG,OAAC,CAAC,MAAM,CAAC;IACtE,qBAAqB,EAAE,OAAC,CAAC,MAAM,EAAE;IACjC,IAAI,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAClD,CAAC,CAAC;AAMH;;;;;;;;;;;GAWG;AACU,QAAA,mCAAmC,GAAG,IAAA,yBAAkB,EAGnE;IACA,YAAY,EAAE,uDAA+C;IAC7D,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,MAAiD,EAAE,MAAc,EAAE,EAAE,CAC9E,GAAG,MAAM,iEAAiE,MAAM,CAAC,qBAAqB,yBAAyB;IACjI,gBAAgB,EAAE,CAChB,MAAiD,EACL,EAAE,CAAC,CAAC;QAChD,GAAG,CAAC,MAAM,CAAC,IAAI,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,EAAE,CAAC;KAC1C,CAAC;CACH,CAAC,CAAC"}
@@ -8,35 +8,22 @@ export type GetTransferInstructionRejectContextParams = z.infer<typeof GetTransf
8
8
  export type GetTransferInstructionRejectContextRequest = components['schemas']['GetChoiceContextRequest'];
9
9
  export type GetTransferInstructionRejectContextResponse = components['schemas']['ChoiceContext'];
10
10
  /**
11
- * @description Get the choice context to reject a transfer instruction
11
+ * Get the choice context to reject a transfer instruction
12
+ *
12
13
  * @example
13
- * ```typescript
14
- * const context = await client.getTransferInstructionRejectContext({
14
+ * ```typescript
15
+ * const context = await client.getTransferInstructionRejectContext({
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 GetTransferInstructionRejectContext: {
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 GetTransferInstructionRejectContext: 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-reject-context.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-transfer-instruction-reject-context.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-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-reject-context.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-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"}
@@ -1,23 +1,24 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetTransferInstructionRejectContext = exports.GetTransferInstructionRejectContextParamsSchema = void 0;
4
- const core_1 = require("../../../../../../../../core");
5
4
  const zod_1 = require("zod");
5
+ const core_1 = require("../../../../../../../../core");
6
6
  // Schema for path parameters
7
7
  exports.GetTransferInstructionRejectContextParamsSchema = zod_1.z.object({
8
8
  transferInstructionId: zod_1.z.string(),
9
9
  meta: zod_1.z.record(zod_1.z.string(), zod_1.z.string()).optional(),
10
10
  });
11
11
  /**
12
- * @description Get the choice context to reject a transfer instruction
12
+ * Get the choice context to reject a transfer instruction
13
+ *
13
14
  * @example
14
- * ```typescript
15
- * const context = await client.getTransferInstructionRejectContext({
15
+ * ```typescript
16
+ * const context = await client.getTransferInstructionRejectContext({
16
17
  * transferInstructionId: 'contract-id-here',
17
18
  * meta: { key: 'value' }
18
- * });
19
- * console.log(`Choice context data: ${JSON.stringify(context.choiceContextData)}`);
20
- * ```
19
+ * });
20
+ *
21
+ * ```;
21
22
  */
22
23
  exports.GetTransferInstructionRejectContext = (0, core_1.createApiOperation)({
23
24
  paramsSchema: exports.GetTransferInstructionRejectContextParamsSchema,
@@ -1 +1 @@
1
- {"version":3,"file":"get-transfer-instruction-reject-context.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.ts"],"names":[],"mappings":";;;AAAA,uDAAkE;AAClE,6BAAwB;AAGxB,6BAA6B;AAChB,QAAA,+CAA+C,GAAG,OAAC,CAAC,MAAM,CAAC;IACtE,qBAAqB,EAAE,OAAC,CAAC,MAAM,EAAE;IACjC,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,mCAAmC,GAAG,IAAA,yBAAkB,EAGnE;IACA,YAAY,EAAE,uDAA+C;IAC7D,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,MAAiD,EAAE,MAAc,EAAE,EAAE,CAC9E,GAAG,MAAM,iEAAiE,MAAM,CAAC,qBAAqB,yBAAyB;IACjI,gBAAgB,EAAE,CAAC,MAAiD,EAA8C,EAAE,CAAC,CAAC;QACpH,GAAG,CAAC,MAAM,CAAC,IAAI,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,EAAE,CAAC;KAC1C,CAAC;CACH,CAAC,CAAC"}
1
+ {"version":3,"file":"get-transfer-instruction-reject-context.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,uDAAkE;AAGlE,6BAA6B;AAChB,QAAA,+CAA+C,GAAG,OAAC,CAAC,MAAM,CAAC;IACtE,qBAAqB,EAAE,OAAC,CAAC,MAAM,EAAE;IACjC,IAAI,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAClD,CAAC,CAAC;AAMH;;;;;;;;;;;GAWG;AACU,QAAA,mCAAmC,GAAG,IAAA,yBAAkB,EAGnE;IACA,YAAY,EAAE,uDAA+C;IAC7D,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,MAAiD,EAAE,MAAc,EAAE,EAAE,CAC9E,GAAG,MAAM,iEAAiE,MAAM,CAAC,qBAAqB,yBAAyB;IACjI,gBAAgB,EAAE,CAChB,MAAiD,EACL,EAAE,CAAC,CAAC;QAChD,GAAG,CAAC,MAAM,CAAC,IAAI,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,EAAE,CAAC;KAC1C,CAAC;CACH,CAAC,CAAC"}
@@ -8,35 +8,22 @@ export type GetTransferInstructionWithdrawContextParams = z.infer<typeof GetTran
8
8
  export type GetTransferInstructionWithdrawContextRequest = components['schemas']['GetChoiceContextRequest'];
9
9
  export type GetTransferInstructionWithdrawContextResponse = components['schemas']['ChoiceContext'];
10
10
  /**
11
- * @description Get the choice context to withdraw a transfer instruction
11
+ * Get the choice context to withdraw a transfer instruction
12
+ *
12
13
  * @example
13
- * ```typescript
14
- * const context = await client.getTransferInstructionWithdrawContext({
14
+ * ```typescript
15
+ * const context = await client.getTransferInstructionWithdrawContext({
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 GetTransferInstructionWithdrawContext: {
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 GetTransferInstructionWithdrawContext: 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-withdraw-context.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-transfer-instruction-withdraw-context.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2HAA2H,CAAC;AAG5J,eAAO,MAAM,iDAAiD;;;iBAG5D,CAAC;AAEH,MAAM,MAAM,2CAA2C,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iDAAiD,CAAC,CAAC;AAC5H,MAAM,MAAM,4CAA4C,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,yBAAyB,CAAC,CAAC;AAC5G,MAAM,MAAM,6CAA6C,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,eAAe,CAAC,CAAC;AAEnG;;;;;;;;;;GAUG;AACH,eAAO,MAAM,qCAAqC;;;;;;;gCAWu/H,qBAAsB;;;;;;;;;;;;;CAA7jI,CAAC"}
1
+ {"version":3,"file":"get-transfer-instruction-withdraw-context.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2HAA2H,CAAC;AAG5J,eAAO,MAAM,iDAAiD;;;iBAG5D,CAAC;AAEH,MAAM,MAAM,2CAA2C,GAAG,CAAC,CAAC,KAAK,CAC/D,OAAO,iDAAiD,CACzD,CAAC;AACF,MAAM,MAAM,4CAA4C,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,yBAAyB,CAAC,CAAC;AAC5G,MAAM,MAAM,6CAA6C,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,eAAe,CAAC,CAAC;AAEnG;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,qCAAqC;;;;;wBAc2jI,qBAAsB;EADjoI,CAAC"}
@@ -1,23 +1,24 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetTransferInstructionWithdrawContext = exports.GetTransferInstructionWithdrawContextParamsSchema = void 0;
4
- const core_1 = require("../../../../../../../../core");
5
4
  const zod_1 = require("zod");
5
+ const core_1 = require("../../../../../../../../core");
6
6
  // Schema for path parameters
7
7
  exports.GetTransferInstructionWithdrawContextParamsSchema = zod_1.z.object({
8
8
  transferInstructionId: zod_1.z.string(),
9
9
  meta: zod_1.z.record(zod_1.z.string(), zod_1.z.string()).optional(),
10
10
  });
11
11
  /**
12
- * @description Get the choice context to withdraw a transfer instruction
12
+ * Get the choice context to withdraw a transfer instruction
13
+ *
13
14
  * @example
14
- * ```typescript
15
- * const context = await client.getTransferInstructionWithdrawContext({
15
+ * ```typescript
16
+ * const context = await client.getTransferInstructionWithdrawContext({
16
17
  * transferInstructionId: 'contract-id-here',
17
18
  * meta: { key: 'value' }
18
- * });
19
- * console.log(`Choice context data: ${JSON.stringify(context.choiceContextData)}`);
20
- * ```
19
+ * });
20
+ *
21
+ * ```;
21
22
  */
22
23
  exports.GetTransferInstructionWithdrawContext = (0, core_1.createApiOperation)({
23
24
  paramsSchema: exports.GetTransferInstructionWithdrawContextParamsSchema,
@@ -1 +1 @@
1
- {"version":3,"file":"get-transfer-instruction-withdraw-context.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.ts"],"names":[],"mappings":";;;AAAA,uDAAkE;AAClE,6BAAwB;AAGxB,6BAA6B;AAChB,QAAA,iDAAiD,GAAG,OAAC,CAAC,MAAM,CAAC;IACxE,qBAAqB,EAAE,OAAC,CAAC,MAAM,EAAE;IACjC,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,qCAAqC,GAAG,IAAA,yBAAkB,EAGrE;IACA,YAAY,EAAE,yDAAiD;IAC/D,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,MAAmD,EAAE,MAAc,EAAE,EAAE,CAChF,GAAG,MAAM,iEAAiE,MAAM,CAAC,qBAAqB,2BAA2B;IACnI,gBAAgB,EAAE,CAAC,MAAmD,EAAgD,EAAE,CAAC,CAAC;QACxH,GAAG,CAAC,MAAM,CAAC,IAAI,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,EAAE,CAAC;KAC1C,CAAC;CACH,CAAC,CAAC"}
1
+ {"version":3,"file":"get-transfer-instruction-withdraw-context.js","sourceRoot":"","sources":["../../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,uDAAkE;AAGlE,6BAA6B;AAChB,QAAA,iDAAiD,GAAG,OAAC,CAAC,MAAM,CAAC;IACxE,qBAAqB,EAAE,OAAC,CAAC,MAAM,EAAE;IACjC,IAAI,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAClD,CAAC,CAAC;AAQH;;;;;;;;;;;GAWG;AACU,QAAA,qCAAqC,GAAG,IAAA,yBAAkB,EAGrE;IACA,YAAY,EAAE,yDAAiD;IAC/D,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,MAAmD,EAAE,MAAc,EAAE,EAAE,CAChF,GAAG,MAAM,iEAAiE,MAAM,CAAC,qBAAqB,2BAA2B;IACnI,gBAAgB,EAAE,CAChB,MAAmD,EACL,EAAE,CAAC,CAAC;QAClD,GAAG,CAAC,MAAM,CAAC,IAAI,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,EAAE,CAAC;KAC1C,CAAC;CACH,CAAC,CAAC"}
@@ -1,30 +1,17 @@
1
1
  /**
2
- * @description Create a new buy traffic request to purchase traffic from another validator
2
+ * Create a new buy traffic request to purchase traffic from another validator
3
+ *
3
4
  * @example
4
- * ```typescript
5
- * const request = await client.createBuyTrafficRequest({
5
+ * ```typescript
6
+ * const request = await client.createBuyTrafficRequest({
6
7
  * traffic_amount: 1000
7
- * });
8
- * console.log(`Request created: ${request.request_contract_id}`);
9
- * ```
8
+ * });
9
+ *
10
+ * ```;
10
11
  */
11
- export declare const CreateBuyTrafficRequest: {
12
- new (client: import("../../../../../../core").BaseClient): {
13
- execute(params: {
14
- traffic_amount: number;
15
- }): Promise<{
16
- request_contract_id: string;
17
- }>;
18
- client: import("../../../../../../core").BaseClient;
19
- validateParams<T>(params: T, schema: import("zod").ZodType<T>): T;
20
- makeGetRequest<T>(url: string, config?: import("../../../../../../core").RequestConfig): Promise<T>;
21
- makePostRequest<T>(url: string, data: unknown, config?: import("../../../../../../core").RequestConfig): Promise<T>;
22
- makeDeleteRequest<T>(url: string, config?: import("../../../../../../core").RequestConfig): Promise<T>;
23
- makePatchRequest<T>(url: string, data: unknown, config?: import("../../../../../../core").RequestConfig): Promise<T>;
24
- getManagedParties(): string[];
25
- getPartyId(): string | undefined;
26
- getApiUrl(): string;
27
- buildPartyList(additionalParties?: string[]): string[];
28
- };
29
- };
12
+ export declare const CreateBuyTrafficRequest: new (client: import("../../../../../../core").BaseClient) => import("../../../../../../core").ApiOperation<{
13
+ traffic_amount: number;
14
+ }, {
15
+ request_contract_id: string;
16
+ }>;
30
17
  //# sourceMappingURL=create.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../../../../../../src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/create.ts"],"names":[],"mappings":"AAIA;;;;;;;;;GASG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;CAoClC,CAAC"}
1
+ {"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../../../../../../src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/create.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;GAUG;AACH,eAAO,MAAM,uBAAuB;;;;EAsClC,CAAC"}
@@ -4,14 +4,15 @@ exports.CreateBuyTrafficRequest = void 0;
4
4
  const core_1 = require("../../../../../../core");
5
5
  const operations_1 = require("../../../../schemas/operations");
6
6
  /**
7
- * @description Create a new buy traffic request to purchase traffic from another validator
7
+ * Create a new buy traffic request to purchase traffic from another validator
8
+ *
8
9
  * @example
9
- * ```typescript
10
- * const request = await client.createBuyTrafficRequest({
10
+ * ```typescript
11
+ * const request = await client.createBuyTrafficRequest({
11
12
  * traffic_amount: 1000
12
- * });
13
- * console.log(`Request created: ${request.request_contract_id}`);
14
- * ```
13
+ * });
14
+ *
15
+ * ```;
15
16
  */
16
17
  exports.CreateBuyTrafficRequest = (0, core_1.createApiOperation)({
17
18
  paramsSchema: operations_1.CreateBuyTrafficRequestParamsSchema,
@@ -22,7 +23,7 @@ exports.CreateBuyTrafficRequest = (0, core_1.createApiOperation)({
22
23
  const validatorClient = client;
23
24
  // Get domain_id from amulet rules
24
25
  const amuletRules = await validatorClient.getAmuletRules();
25
- const domain_id = amuletRules.amulet_rules.domain_id;
26
+ const { domain_id } = amuletRules.amulet_rules;
26
27
  if (!domain_id) {
27
28
  throw new Error('Unable to determine domain_id from amulet rules');
28
29
  }
@@ -1 +1 @@
1
- {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../../../../../src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/create.ts"],"names":[],"mappings":";;;AAAA,iDAA4D;AAE5D,+DAAoH;AAEpH;;;;;;;;;GASG;AACU,QAAA,uBAAuB,GAAG,IAAA,yBAAkB,EAGvD;IACA,YAAY,EAAE,gDAAmC;IACjD,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,+CAA+C;IAC/F,gBAAgB,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE;QACzC,6DAA6D;QAC7D,MAAM,eAAe,GAAG,MAAa,CAAC;QAEtC,kCAAkC;QAClC,MAAM,WAAW,GAAG,MAAM,eAAe,CAAC,cAAc,EAAE,CAAC;QAC3D,MAAM,SAAS,GAAG,WAAW,CAAC,YAAY,CAAC,SAAS,CAAC;QAErD,IAAI,CAAC,SAAS,EAAE,CAAC;YACf,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;QACrE,CAAC;QAED,6DAA6D;QAC7D,MAAM,4BAA4B,GAAG,MAAM,CAAC,UAAU,EAAE,CAAC;QAEzD,gCAAgC;QAChC,MAAM,WAAW,GAAG,eAAe,IAAI,CAAC,GAAG,EAAE,IAAI,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;QAE3F,oCAAoC;QACpC,MAAM,UAAU,GAAG,IAAI,CAAC,GAAG,EAAE,GAAG,IAAI,GAAG,UAAU,CAAC,CAAC,yBAAyB;QAE5E,OAAO;YACL,4BAA4B;YAC5B,SAAS;YACT,cAAc,EAAE,MAAM,CAAC,cAAc;YACrC,WAAW;YACX,UAAU;SACX,CAAC;IACJ,CAAC;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../../../../../src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/create.ts"],"names":[],"mappings":";;;AAAA,iDAA4D;AAE5D,+DAGwC;AAExC;;;;;;;;;;GAUG;AACU,QAAA,uBAAuB,GAAG,IAAA,yBAAkB,EAGvD;IACA,YAAY,EAAE,gDAAmC;IACjD,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,+CAA+C;IAC/F,gBAAgB,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE;QACzC,6DAA6D;QAC7D,MAAM,eAAe,GAAG,MAEvB,CAAC;QAEF,kCAAkC;QAClC,MAAM,WAAW,GAAG,MAAM,eAAe,CAAC,cAAc,EAAE,CAAC;QAC3D,MAAM,EAAE,SAAS,EAAE,GAAG,WAAW,CAAC,YAAY,CAAC;QAE/C,IAAI,CAAC,SAAS,EAAE,CAAC;YACf,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;QACrE,CAAC;QAED,6DAA6D;QAC7D,MAAM,4BAA4B,GAAG,MAAM,CAAC,UAAU,EAAE,CAAC;QAEzD,gCAAgC;QAChC,MAAM,WAAW,GAAG,eAAe,IAAI,CAAC,GAAG,EAAE,IAAI,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;QAE3F,oCAAoC;QACpC,MAAM,UAAU,GAAG,IAAI,CAAC,GAAG,EAAE,GAAG,IAAI,GAAG,UAAU,CAAC,CAAC,yBAAyB;QAE5E,OAAO;YACL,4BAA4B;YAC5B,SAAS;YACT,cAAc,EAAE,MAAM,CAAC,cAAc;YACrC,WAAW;YACX,UAAU;SACX,CAAC;IACJ,CAAC;CACF,CAAC,CAAC"}
@@ -1,32 +1,18 @@
1
- import { z } from 'zod';
2
1
  /**
3
- * @description Get the status of a buy traffic request by tracking ID
2
+ * Get the status of a buy traffic request by tracking ID
3
+ *
4
4
  * @example
5
- * ```typescript
6
- * const status = await client.getBuyTrafficRequestStatus({ trackingId: 'unique-tracking-id' });
7
- * console.log(`Request status: ${status.status}`);
8
- * ```
5
+ * ```typescript
6
+ * const status = await client.getBuyTrafficRequestStatus({ trackingId: 'unique-tracking-id' });
7
+ *
8
+ * ```;
9
9
  */
10
- export declare const GetBuyTrafficRequestStatus: {
11
- new (client: import("../../../../../../core").BaseClient): {
12
- execute(params: {
13
- trackingId: string;
14
- }): Promise<{
15
- status: "created" | "failed" | "completed";
16
- transaction_id?: string | undefined;
17
- failure_reason?: "expired" | "rejected" | undefined;
18
- rejection_reason?: string | undefined;
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
- };
10
+ export declare const GetBuyTrafficRequestStatus: new (client: import("../../../../../../core").BaseClient) => import("../../../../../../core").ApiOperation<{
11
+ trackingId: string;
12
+ }, {
13
+ status: "created" | "failed" | "completed";
14
+ transaction_id?: string | undefined;
15
+ failure_reason?: "expired" | "rejected" | undefined;
16
+ rejection_reason?: string | undefined;
17
+ }>;
32
18
  //# sourceMappingURL=get-status.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-status.d.ts","sourceRoot":"","sources":["../../../../../../../../src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB;;;;;;;GAOG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;CAQrC,CAAC"}
1
+ {"version":3,"file":"get-status.d.ts","sourceRoot":"","sources":["../../../../../../../../src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.ts"],"names":[],"mappings":"AAKA;;;;;;;;GAQG;AACH,eAAO,MAAM,0BAA0B;;;;;;;EASrC,CAAC"}
@@ -4,12 +4,13 @@ exports.GetBuyTrafficRequestStatus = void 0;
4
4
  const core_1 = require("../../../../../../core");
5
5
  const operations_1 = require("../../../../schemas/operations");
6
6
  /**
7
- * @description Get the status of a buy traffic request by tracking ID
7
+ * Get the status of a buy traffic request by tracking ID
8
+ *
8
9
  * @example
9
- * ```typescript
10
- * const status = await client.getBuyTrafficRequestStatus({ trackingId: 'unique-tracking-id' });
11
- * console.log(`Request status: ${status.status}`);
12
- * ```
10
+ * ```typescript
11
+ * const status = await client.getBuyTrafficRequestStatus({ trackingId: 'unique-tracking-id' });
12
+ *
13
+ * ```;
13
14
  */
14
15
  exports.GetBuyTrafficRequestStatus = (0, core_1.createApiOperation)({
15
16
  paramsSchema: operations_1.GetBuyTrafficRequestStatusParamsSchema,
@@ -1 +1 @@
1
- {"version":3,"file":"get-status.js","sourceRoot":"","sources":["../../../../../../../../src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.ts"],"names":[],"mappings":";;;AACA,iDAA4D;AAE5D,+DAAwF;AAExF;;;;;;;GAOG;AACU,QAAA,0BAA0B,GAAG,IAAA,yBAAkB,EAG1D;IACA,YAAY,EAAE,mDAAsC;IACpD,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,iDAAiD,MAAM,CAAC,UAAU,SAAS;IAC1H,gBAAgB,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC;CAC7B,CAAC,CAAC"}
1
+ {"version":3,"file":"get-status.js","sourceRoot":"","sources":["../../../../../../../../src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.ts"],"names":[],"mappings":";;;AACA,iDAA4D;AAE5D,+DAAwF;AAExF;;;;;;;;GAQG;AACU,QAAA,0BAA0B,GAAG,IAAA,yBAAkB,EAG1D;IACA,YAAY,EAAE,mDAAsC;IACpD,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAc,EAAE,EAAE,CACnC,GAAG,MAAM,iDAAiD,MAAM,CAAC,UAAU,SAAS;IACtF,gBAAgB,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC;CAC7B,CAAC,CAAC"}
@@ -1,28 +1,14 @@
1
- import { z } from 'zod';
2
1
  /**
3
- * @description Get the list of amulets and locked amulets for the current user
2
+ * Get the list of amulets and locked amulets for the current user
3
+ *
4
4
  * @example
5
- * ```typescript
6
- * const amulets = await client.getAmulets();
7
- * console.log(`Amulets: ${amulets.amulets.length}, Locked: ${amulets.locked_amulets.length}`);
8
- * ```
5
+ * ```typescript
6
+ * const amulets = await client.getAmulets();
7
+ *
8
+ * ```;
9
9
  */
10
- export declare const GetAmulets: {
11
- new (client: import("../../../../../core").BaseClient): {
12
- execute(params: void): Promise<{
13
- amulets: import("../../../../../generated/apps/wallet/src/main/openapi/wallet-internal").components["schemas"]["AmuletPosition"][];
14
- locked_amulets: import("../../../../../generated/apps/wallet/src/main/openapi/wallet-internal").components["schemas"]["AmuletPosition"][];
15
- }>;
16
- client: import("../../../../../core").BaseClient;
17
- validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
18
- makeGetRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
19
- makePostRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
20
- makeDeleteRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
21
- makePatchRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
22
- getManagedParties(): string[];
23
- getPartyId(): string | undefined;
24
- getApiUrl(): string;
25
- buildPartyList(additionalParties?: string[]): string[];
26
- };
27
- };
10
+ export declare const GetAmulets: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<void, {
11
+ amulets: import("../../../../../generated/apps/wallet/src/main/openapi/wallet-internal").components["schemas"]["AmuletPosition"][];
12
+ locked_amulets: import("../../../../../generated/apps/wallet/src/main/openapi/wallet-internal").components["schemas"]["AmuletPosition"][];
13
+ }>;
28
14
  //# sourceMappingURL=get-amulets.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-amulets.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/wallet/get-amulets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;;;;;GAOG;AACH,eAAO,MAAM,UAAU;;;qBAOkie,qGAAsB;4BAAiD,qGAAsB;;;;;;;;;;;;;CAAppe,CAAC"}
1
+ {"version":3,"file":"get-amulets.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/wallet/get-amulets.ts"],"names":[],"mappings":"AAIA;;;;;;;;GAQG;AACH,eAAO,MAAM,UAAU;aAQyne,qGAAsB;oBAAiD,qGAAsB;EAD3ue,CAAC"}
@@ -4,12 +4,13 @@ exports.GetAmulets = void 0;
4
4
  const zod_1 = require("zod");
5
5
  const core_1 = require("../../../../../core");
6
6
  /**
7
- * @description Get the list of amulets and locked amulets for the current user
7
+ * Get the list of amulets and locked amulets for the current user
8
+ *
8
9
  * @example
9
- * ```typescript
10
- * const amulets = await client.getAmulets();
11
- * console.log(`Amulets: ${amulets.amulets.length}, Locked: ${amulets.locked_amulets.length}`);
12
- * ```
10
+ * ```typescript
11
+ * const amulets = await client.getAmulets();
12
+ *
13
+ * ```;
13
14
  */
14
15
  exports.GetAmulets = (0, core_1.createApiOperation)({
15
16
  paramsSchema: zod_1.z.void(),
@@ -1 +1 @@
1
- {"version":3,"file":"get-amulets.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/wallet/get-amulets.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,8CAAyD;AAGzD;;;;;;;GAOG;AACU,QAAA,UAAU,GAAG,IAAA,yBAAkB,EAG1C;IACA,YAAY,EAAE,OAAC,CAAC,IAAI,EAAE;IACtB,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,OAAa,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,kCAAkC;CACzF,CAAC,CAAC"}
1
+ {"version":3,"file":"get-amulets.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/wallet/get-amulets.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,8CAAyD;AAGzD;;;;;;;;GAQG;AACU,QAAA,UAAU,GAAG,IAAA,yBAAkB,EAG1C;IACA,YAAY,EAAE,OAAC,CAAC,IAAI,EAAE;IACtB,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,OAAa,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,kCAAkC;CACzF,CAAC,CAAC"}
@@ -1,30 +1,16 @@
1
- import { z } from 'zod';
2
1
  /**
3
- * @description Get the current wallet balance including unlocked and locked quantities
2
+ * Get the current wallet balance including unlocked and locked quantities
3
+ *
4
4
  * @example
5
- * ```typescript
6
- * const balance = await client.getWalletBalance();
7
- * console.log(`Unlocked: ${balance.effective_unlocked_qty}, Locked: ${balance.effective_locked_qty}`);
8
- * ```
5
+ * ```typescript
6
+ * const balance = await client.getWalletBalance();
7
+ *
8
+ * ```;
9
9
  */
10
- export declare const GetWalletBalance: {
11
- new (client: import("../../../../../core").BaseClient): {
12
- execute(params: void): Promise<{
13
- round: number;
14
- effective_unlocked_qty: string;
15
- effective_locked_qty: string;
16
- total_holding_fees: string;
17
- }>;
18
- client: import("../../../../../core").BaseClient;
19
- validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
20
- makeGetRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
21
- makePostRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
22
- makeDeleteRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
23
- makePatchRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
24
- getManagedParties(): string[];
25
- getPartyId(): string | undefined;
26
- getApiUrl(): string;
27
- buildPartyList(additionalParties?: string[]): string[];
28
- };
29
- };
10
+ export declare const GetWalletBalance: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<void, {
11
+ round: number;
12
+ effective_unlocked_qty: string;
13
+ effective_locked_qty: string;
14
+ total_holding_fees: string;
15
+ }>;
30
16
  //# sourceMappingURL=get-balance.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-balance.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/wallet/get-balance.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;CAO3B,CAAC"}
1
+ {"version":3,"file":"get-balance.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/wallet/get-balance.ts"],"names":[],"mappings":"AAIA;;;;;;;;GAQG;AACH,eAAO,MAAM,gBAAgB;;;;;EAO3B,CAAC"}
@@ -4,12 +4,13 @@ exports.GetWalletBalance = void 0;
4
4
  const zod_1 = require("zod");
5
5
  const core_1 = require("../../../../../core");
6
6
  /**
7
- * @description Get the current wallet balance including unlocked and locked quantities
7
+ * Get the current wallet balance including unlocked and locked quantities
8
+ *
8
9
  * @example
9
- * ```typescript
10
- * const balance = await client.getWalletBalance();
11
- * console.log(`Unlocked: ${balance.effective_unlocked_qty}, Locked: ${balance.effective_locked_qty}`);
12
- * ```
10
+ * ```typescript
11
+ * const balance = await client.getWalletBalance();
12
+ *
13
+ * ```;
13
14
  */
14
15
  exports.GetWalletBalance = (0, core_1.createApiOperation)({
15
16
  paramsSchema: zod_1.z.void(),
@@ -1 +1 @@
1
- {"version":3,"file":"get-balance.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/wallet/get-balance.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,8CAAyD;AAGzD;;;;;;;GAOG;AACU,QAAA,gBAAgB,GAAG,IAAA,yBAAkB,EAGhD;IACA,YAAY,EAAE,OAAC,CAAC,IAAI,EAAE;IACtB,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,OAAa,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,kCAAkC;CACzF,CAAC,CAAC"}
1
+ {"version":3,"file":"get-balance.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/wallet/get-balance.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,8CAAyD;AAGzD;;;;;;;;GAQG;AACU,QAAA,gBAAgB,GAAG,IAAA,yBAAkB,EAGhD;IACA,YAAY,EAAE,OAAC,CAAC,IAAI,EAAE;IACtB,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,OAAa,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,kCAAkC;CACzF,CAAC,CAAC"}
@@ -1,30 +1,16 @@
1
- import { z } from 'zod';
2
1
  /**
3
- * @description Get the current user status including onboarding and wallet installation status
2
+ * Get the current user status including onboarding and wallet installation status
3
+ *
4
4
  * @example
5
- * ```typescript
6
- * const status = await client.getUserStatus();
7
- * console.log(`User onboarded: ${status.user_onboarded}, Wallet installed: ${status.user_wallet_installed}`);
8
- * ```
5
+ * ```typescript
6
+ * const status = await client.getUserStatus();
7
+ *
8
+ * ```;
9
9
  */
10
- export declare const GetUserStatus: {
11
- new (client: import("../../../../../core").BaseClient): {
12
- execute(params: void): Promise<{
13
- party_id: string;
14
- user_onboarded: boolean;
15
- user_wallet_installed: boolean;
16
- has_featured_app_right: boolean;
17
- }>;
18
- client: import("../../../../../core").BaseClient;
19
- validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
20
- makeGetRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
21
- makePostRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
22
- makeDeleteRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
23
- makePatchRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
24
- getManagedParties(): string[];
25
- getPartyId(): string | undefined;
26
- getApiUrl(): string;
27
- buildPartyList(additionalParties?: string[]): string[];
28
- };
29
- };
10
+ export declare const GetUserStatus: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<void, {
11
+ party_id: string;
12
+ user_onboarded: boolean;
13
+ user_wallet_installed: boolean;
14
+ has_featured_app_right: boolean;
15
+ }>;
30
16
  //# sourceMappingURL=get-user-status.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-user-status.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/wallet/get-user-status.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;;;;;GAOG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;CAOxB,CAAC"}
1
+ {"version":3,"file":"get-user-status.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/wallet/get-user-status.ts"],"names":[],"mappings":"AAIA;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa;;;;;EAOxB,CAAC"}