@fairmint/canton-node-sdk 0.0.43 → 0.0.45

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 (275) hide show
  1. package/README.md +33 -0
  2. package/build/src/clients/ledger-json-api/LedgerJsonApiClient.d.ts +5 -5
  3. package/build/src/clients/ledger-json-api/LedgerJsonApiClient.d.ts.map +1 -1
  4. package/build/src/clients/ledger-json-api/LedgerJsonApiClient.js.map +1 -1
  5. package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts +1 -1
  6. package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts.map +1 -1
  7. package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit.d.ts +5 -5
  8. package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit.d.ts.map +1 -1
  9. package/build/src/clients/ledger-json-api/operations/v2/commands/completions.d.ts +2 -2
  10. package/build/src/clients/ledger-json-api/operations/v2/commands/completions.d.ts.map +1 -1
  11. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.d.ts +6 -6
  12. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.d.ts.map +1 -1
  13. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.d.ts +4 -4
  14. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.d.ts.map +1 -1
  15. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait.d.ts +5 -5
  16. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait.d.ts.map +1 -1
  17. package/build/src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.d.ts +3 -3
  18. package/build/src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.d.ts.map +1 -1
  19. package/build/src/clients/ledger-json-api/operations/v2/parties/get-participant-id.d.ts +1 -1
  20. package/build/src/clients/ledger-json-api/operations/v2/parties/get-participant-id.d.ts.map +1 -1
  21. package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.d.ts +1 -1
  22. package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.d.ts.map +1 -1
  23. package/build/src/clients/ledger-json-api/operations/v2/parties/get.d.ts +2 -2
  24. package/build/src/clients/ledger-json-api/operations/v2/parties/get.d.ts.map +1 -1
  25. package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.d.ts +2 -2
  26. package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.d.ts.map +1 -1
  27. package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.d.ts +2 -2
  28. package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.d.ts.map +1 -1
  29. package/build/src/clients/ledger-json-api/operations/v2/state/get-connected-synchronizers.d.ts +2 -2
  30. package/build/src/clients/ledger-json-api/operations/v2/state/get-connected-synchronizers.d.ts.map +1 -1
  31. package/build/src/clients/ledger-json-api/operations/v2/state/get-latest-pruned-offsets.d.ts +1 -1
  32. package/build/src/clients/ledger-json-api/operations/v2/state/get-latest-pruned-offsets.d.ts.map +1 -1
  33. package/build/src/clients/ledger-json-api/operations/v2/state/get-ledger-end.d.ts +1 -1
  34. package/build/src/clients/ledger-json-api/operations/v2/state/get-ledger-end.d.ts.map +1 -1
  35. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.d.ts +3 -3
  36. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.d.ts.map +1 -1
  37. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.d.ts +3 -3
  38. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.d.ts.map +1 -1
  39. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.d.ts +2 -2
  40. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.d.ts.map +1 -1
  41. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.d.ts +2 -2
  42. package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.d.ts.map +1 -1
  43. package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.d.ts +2 -2
  44. package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.d.ts.map +1 -1
  45. package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-offset.d.ts +3 -3
  46. package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-offset.d.ts.map +1 -1
  47. package/build/src/clients/ledger-json-api/operations/v2/users/create-user.d.ts +4 -4
  48. package/build/src/clients/ledger-json-api/operations/v2/users/create-user.d.ts.map +1 -1
  49. package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.d.ts +1 -1
  50. package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.d.ts.map +1 -1
  51. package/build/src/clients/ledger-json-api/operations/v2/users/get-user.d.ts +2 -2
  52. package/build/src/clients/ledger-json-api/operations/v2/users/get-user.d.ts.map +1 -1
  53. package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.d.ts +2 -2
  54. package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.d.ts.map +1 -1
  55. package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.d.ts +2 -2
  56. package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.d.ts.map +1 -1
  57. package/build/src/clients/ledger-json-api/operations/v2/users/list-users.d.ts +2 -2
  58. package/build/src/clients/ledger-json-api/operations/v2/users/list-users.d.ts.map +1 -1
  59. package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.d.ts +2 -2
  60. package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.d.ts.map +1 -1
  61. package/build/src/clients/ledger-json-api/operations/v2/users/update-user-identity-provider.d.ts +1 -1
  62. package/build/src/clients/ledger-json-api/operations/v2/users/update-user-identity-provider.d.ts.map +1 -1
  63. package/build/src/clients/ledger-json-api/operations/v2/users/update-user.d.ts +2 -2
  64. package/build/src/clients/ledger-json-api/operations/v2/users/update-user.d.ts.map +1 -1
  65. package/build/src/clients/validator-api/ValidatorApiClient.d.ts +38 -17
  66. package/build/src/clients/validator-api/ValidatorApiClient.d.ts.map +1 -1
  67. package/build/src/clients/validator-api/ValidatorApiClient.js +23 -1
  68. package/build/src/clients/validator-api/ValidatorApiClient.js.map +1 -1
  69. package/build/src/clients/validator-api/operations/index.d.ts +1 -0
  70. package/build/src/clients/validator-api/operations/index.d.ts.map +1 -1
  71. package/build/src/clients/validator-api/operations/index.js +1 -0
  72. package/build/src/clients/validator-api/operations/index.js.map +1 -1
  73. package/build/src/clients/validator-api/operations/v0/admin/create-user.d.ts +3 -2
  74. package/build/src/clients/validator-api/operations/v0/admin/create-user.d.ts.map +1 -1
  75. package/build/src/clients/validator-api/operations/v0/admin/create-user.js +5 -2
  76. package/build/src/clients/validator-api/operations/v0/admin/create-user.js.map +1 -1
  77. package/build/src/clients/validator-api/operations/v0/admin/get-external-party-balance.d.ts +2 -1
  78. package/build/src/clients/validator-api/operations/v0/admin/get-external-party-balance.d.ts.map +1 -1
  79. package/build/src/clients/validator-api/operations/v0/admin/get-external-party-balance.js +6 -3
  80. package/build/src/clients/validator-api/operations/v0/admin/get-external-party-balance.js.map +1 -1
  81. package/build/src/clients/validator-api/operations/v0/ans/create-entry.d.ts +6 -5
  82. package/build/src/clients/validator-api/operations/v0/ans/create-entry.d.ts.map +1 -1
  83. package/build/src/clients/validator-api/operations/v0/ans/create-entry.js +8 -3
  84. package/build/src/clients/validator-api/operations/v0/ans/create-entry.js.map +1 -1
  85. package/build/src/clients/validator-api/operations/v0/ans/get-rules.d.ts +11 -6
  86. package/build/src/clients/validator-api/operations/v0/ans/get-rules.d.ts.map +1 -1
  87. package/build/src/clients/validator-api/operations/v0/ans/get-rules.js +16 -7
  88. package/build/src/clients/validator-api/operations/v0/ans/get-rules.js.map +1 -1
  89. package/build/src/clients/validator-api/operations/v0/ans/list-entries-proxy.d.ts +4 -7
  90. package/build/src/clients/validator-api/operations/v0/ans/list-entries-proxy.d.ts.map +1 -1
  91. package/build/src/clients/validator-api/operations/v0/ans/list-entries-proxy.js +6 -9
  92. package/build/src/clients/validator-api/operations/v0/ans/list-entries-proxy.js.map +1 -1
  93. package/build/src/clients/validator-api/operations/v0/ans/lookup-by-name.d.ts +3 -2
  94. package/build/src/clients/validator-api/operations/v0/ans/lookup-by-name.d.ts.map +1 -1
  95. package/build/src/clients/validator-api/operations/v0/ans/lookup-by-name.js +6 -3
  96. package/build/src/clients/validator-api/operations/v0/ans/lookup-by-name.js.map +1 -1
  97. package/build/src/clients/validator-api/operations/v0/ans/lookup-by-party.d.ts +3 -2
  98. package/build/src/clients/validator-api/operations/v0/ans/lookup-by-party.d.ts.map +1 -1
  99. package/build/src/clients/validator-api/operations/v0/ans/lookup-by-party.js +6 -3
  100. package/build/src/clients/validator-api/operations/v0/ans/lookup-by-party.js.map +1 -1
  101. package/build/src/clients/validator-api/operations/v0/register.d.ts.map +1 -1
  102. package/build/src/clients/validator-api/operations/v0/register.js +1 -1
  103. package/build/src/clients/validator-api/operations/v0/register.js.map +1 -1
  104. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-amulet-rules.d.ts +1 -4
  105. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-amulet-rules.d.ts.map +1 -1
  106. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-amulet-rules.js +1 -1
  107. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-amulet-rules.js.map +1 -1
  108. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-dso-party-id.d.ts.map +1 -1
  109. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-dso-party-id.js +1 -1
  110. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-dso-party-id.js.map +1 -1
  111. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-member-traffic-status.d.ts +33 -0
  112. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-member-traffic-status.d.ts.map +1 -0
  113. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-member-traffic-status.js +25 -0
  114. package/build/src/clients/validator-api/operations/v0/scan-proxy/get-member-traffic-status.js.map +1 -0
  115. package/build/src/clients/validator-api/operations/v0/scan-proxy/index.d.ts +2 -0
  116. package/build/src/clients/validator-api/operations/v0/scan-proxy/index.d.ts.map +1 -1
  117. package/build/src/clients/validator-api/operations/v0/scan-proxy/index.js +2 -0
  118. package/build/src/clients/validator-api/operations/v0/scan-proxy/index.js.map +1 -1
  119. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/index.d.ts +2 -0
  120. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/index.d.ts.map +1 -0
  121. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/index.js +18 -0
  122. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/index.js.map +1 -0
  123. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.d.ts +50 -0
  124. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.d.ts.map +1 -0
  125. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.js +32 -0
  126. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.js.map +1 -0
  127. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/index.d.ts +2 -0
  128. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/index.d.ts.map +1 -0
  129. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/index.js +18 -0
  130. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/index.js.map +1 -0
  131. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/index.d.ts +2 -0
  132. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/index.d.ts.map +1 -0
  133. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/index.js +18 -0
  134. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/index.js.map +1 -0
  135. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.d.ts +50 -0
  136. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.d.ts.map +1 -0
  137. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.js +35 -0
  138. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.js.map +1 -0
  139. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.d.ts +50 -0
  140. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.d.ts.map +1 -0
  141. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.js +35 -0
  142. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.js.map +1 -0
  143. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.d.ts +50 -0
  144. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.d.ts.map +1 -0
  145. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.js +35 -0
  146. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.js.map +1 -0
  147. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/index.d.ts +4 -0
  148. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/index.d.ts.map +1 -0
  149. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/index.js +20 -0
  150. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/index.js.map +1 -0
  151. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/index.d.ts +5 -0
  152. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/index.d.ts.map +1 -0
  153. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/index.js +21 -0
  154. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/index.js.map +1 -0
  155. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/index.d.ts +2 -0
  156. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/index.d.ts.map +1 -0
  157. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/index.js +18 -0
  158. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/index.js.map +1 -0
  159. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.d.ts +47 -0
  160. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.d.ts.map +1 -0
  161. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.js +24 -0
  162. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.js.map +1 -0
  163. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-registry-info.d.ts +33 -0
  164. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-registry-info.d.ts.map +1 -0
  165. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-registry-info.js +22 -0
  166. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-registry-info.js.map +1 -0
  167. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/index.d.ts +4 -0
  168. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/index.d.ts.map +1 -0
  169. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/index.js +20 -0
  170. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/index.js.map +1 -0
  171. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.d.ts +49 -0
  172. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.d.ts.map +1 -0
  173. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.js +37 -0
  174. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.js.map +1 -0
  175. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/index.d.ts +2 -0
  176. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/index.d.ts.map +1 -0
  177. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/index.js +18 -0
  178. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/index.js.map +1 -0
  179. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.d.ts +51 -0
  180. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.d.ts.map +1 -0
  181. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.js +30 -0
  182. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.js.map +1 -0
  183. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.d.ts +48 -0
  184. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.d.ts.map +1 -0
  185. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.js +30 -0
  186. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.js.map +1 -0
  187. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.d.ts +48 -0
  188. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.d.ts.map +1 -0
  189. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.js +30 -0
  190. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.js.map +1 -0
  191. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.d.ts +48 -0
  192. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.d.ts.map +1 -0
  193. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.js +30 -0
  194. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.js.map +1 -0
  195. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/index.d.ts +5 -0
  196. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/index.d.ts.map +1 -0
  197. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/index.js +21 -0
  198. package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/index.js.map +1 -0
  199. package/build/src/clients/validator-api/operations/v0/wallet/buy-traffic-requests/get-status.d.ts +1 -1
  200. package/build/src/clients/validator-api/operations/v0/wallet/get-amulets.d.ts +2 -2
  201. package/build/src/clients/validator-api/operations/v0/wallet/get-amulets.d.ts.map +1 -1
  202. package/build/src/clients/validator-api/operations/v0/wallet/get-amulets.js +1 -1
  203. package/build/src/clients/validator-api/operations/v0/wallet/get-amulets.js.map +1 -1
  204. package/build/src/clients/validator-api/operations/v0/wallet/get-balance.d.ts.map +1 -1
  205. package/build/src/clients/validator-api/operations/v0/wallet/get-balance.js +1 -1
  206. package/build/src/clients/validator-api/operations/v0/wallet/get-balance.js.map +1 -1
  207. package/build/src/clients/validator-api/operations/v0/wallet/get-user-status.d.ts.map +1 -1
  208. package/build/src/clients/validator-api/operations/v0/wallet/get-user-status.js +1 -1
  209. package/build/src/clients/validator-api/operations/v0/wallet/get-user-status.js.map +1 -1
  210. package/build/src/clients/validator-api/operations/v0/wallet/token-standard/transfers/create.d.ts +6 -7
  211. package/build/src/clients/validator-api/operations/v0/wallet/token-standard/transfers/create.d.ts.map +1 -1
  212. package/build/src/clients/validator-api/operations/v0/wallet/token-standard/transfers/create.js +8 -2
  213. package/build/src/clients/validator-api/operations/v0/wallet/token-standard/transfers/create.js.map +1 -1
  214. package/build/src/clients/validator-api/operations/v0/wallet/token-standard/transfers/list.d.ts +1 -1
  215. package/build/src/clients/validator-api/operations/v0/wallet/token-standard/transfers/list.d.ts.map +1 -1
  216. package/build/src/clients/validator-api/operations/v0/wallet/token-standard/transfers/list.js +1 -1
  217. package/build/src/clients/validator-api/operations/v0/wallet/token-standard/transfers/list.js.map +1 -1
  218. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/create.d.ts +1 -1
  219. package/build/src/clients/validator-api/operations/v0/wallet/transfer-offers/get-status.d.ts +2 -2
  220. package/build/src/clients/validator-api/schemas/api/index.d.ts +0 -1
  221. package/build/src/clients/validator-api/schemas/api/index.d.ts.map +1 -1
  222. package/build/src/clients/validator-api/schemas/api/index.js +0 -2
  223. package/build/src/clients/validator-api/schemas/api/index.js.map +1 -1
  224. package/build/src/clients/validator-api/schemas/api/scan-proxy.d.ts +781 -0
  225. package/build/src/clients/validator-api/schemas/api/scan-proxy.d.ts.map +1 -1
  226. package/build/src/clients/validator-api/schemas/api/scan-proxy.js +60 -1
  227. package/build/src/clients/validator-api/schemas/api/scan-proxy.js.map +1 -1
  228. package/build/src/clients/validator-api/schemas/api/wallet.d.ts +8 -129
  229. package/build/src/clients/validator-api/schemas/api/wallet.d.ts.map +1 -1
  230. package/build/src/clients/validator-api/schemas/api/wallet.js +1 -41
  231. package/build/src/clients/validator-api/schemas/api/wallet.js.map +1 -1
  232. package/build/src/clients/validator-api/schemas/operations/index.d.ts +0 -1
  233. package/build/src/clients/validator-api/schemas/operations/index.d.ts.map +1 -1
  234. package/build/src/clients/validator-api/schemas/operations/index.js +0 -2
  235. package/build/src/clients/validator-api/schemas/operations/index.js.map +1 -1
  236. package/build/src/clients/validator-api/schemas/operations/scan-proxy.d.ts +120 -0
  237. package/build/src/clients/validator-api/schemas/operations/scan-proxy.d.ts.map +1 -1
  238. package/build/src/clients/validator-api/schemas/operations/scan-proxy.js +47 -1
  239. package/build/src/clients/validator-api/schemas/operations/scan-proxy.js.map +1 -1
  240. package/build/src/clients/validator-api/schemas/operations/wallet.d.ts +2 -46
  241. package/build/src/clients/validator-api/schemas/operations/wallet.d.ts.map +1 -1
  242. package/build/src/clients/validator-api/schemas/operations/wallet.js +1 -12
  243. package/build/src/clients/validator-api/schemas/operations/wallet.js.map +1 -1
  244. package/build/src/generated/token-standard/splice-api-token-allocation-instruction-v1/openapi/allocation-instruction-v1.d.ts +153 -0
  245. package/build/src/generated/token-standard/splice-api-token-allocation-instruction-v1/openapi/allocation-instruction-v1.d.ts.map +1 -0
  246. package/build/src/generated/token-standard/splice-api-token-allocation-instruction-v1/openapi/allocation-instruction-v1.js +7 -0
  247. package/build/src/generated/token-standard/splice-api-token-allocation-instruction-v1/openapi/allocation-instruction-v1.js.map +1 -0
  248. package/build/src/generated/token-standard/splice-api-token-allocation-v1/openapi/allocation-v1.d.ts +232 -0
  249. package/build/src/generated/token-standard/splice-api-token-allocation-v1/openapi/allocation-v1.d.ts.map +1 -0
  250. package/build/src/generated/{openapi-types.js → token-standard/splice-api-token-allocation-v1/openapi/allocation-v1.js} +1 -1
  251. package/build/src/generated/token-standard/splice-api-token-allocation-v1/openapi/allocation-v1.js.map +1 -0
  252. package/build/src/generated/token-standard/splice-api-token-metadata-v1/openapi/token-metadata-v1.d.ts +233 -0
  253. package/build/src/generated/token-standard/splice-api-token-metadata-v1/openapi/token-metadata-v1.d.ts.map +1 -0
  254. package/build/src/generated/token-standard/splice-api-token-metadata-v1/openapi/token-metadata-v1.js +7 -0
  255. package/build/src/generated/token-standard/splice-api-token-metadata-v1/openapi/token-metadata-v1.js.map +1 -0
  256. package/build/src/generated/token-standard/splice-api-token-transfer-instruction-v1/openapi/transfer-instruction-v1.d.ts +315 -0
  257. package/build/src/generated/token-standard/splice-api-token-transfer-instruction-v1/openapi/transfer-instruction-v1.d.ts.map +1 -0
  258. package/build/src/generated/token-standard/splice-api-token-transfer-instruction-v1/openapi/transfer-instruction-v1.js +7 -0
  259. package/build/src/generated/token-standard/splice-api-token-transfer-instruction-v1/openapi/transfer-instruction-v1.js.map +1 -0
  260. package/build/src/utils/amulet/pre-approve-transfers.js +2 -2
  261. package/build/src/utils/amulet/pre-approve-transfers.js.map +1 -1
  262. package/build/src/utils/amulet/transfer-to-preapproved.js +1 -1
  263. package/build/src/utils/amulet/transfer-to-preapproved.js.map +1 -1
  264. package/package.json +8 -7
  265. package/build/src/clients/validator-api/schemas/api/admin.d.ts +0 -61
  266. package/build/src/clients/validator-api/schemas/api/admin.d.ts.map +0 -1
  267. package/build/src/clients/validator-api/schemas/api/admin.js +0 -28
  268. package/build/src/clients/validator-api/schemas/api/admin.js.map +0 -1
  269. package/build/src/clients/validator-api/schemas/operations/admin.d.ts +0 -21
  270. package/build/src/clients/validator-api/schemas/operations/admin.d.ts.map +0 -1
  271. package/build/src/clients/validator-api/schemas/operations/admin.js +0 -11
  272. package/build/src/clients/validator-api/schemas/operations/admin.js.map +0 -1
  273. package/build/src/generated/openapi-types.d.ts +0 -5271
  274. package/build/src/generated/openapi-types.d.ts.map +0 -1
  275. package/build/src/generated/openapi-types.js.map +0 -1
@@ -1,3 +1,4 @@
1
+ import { z } from 'zod';
1
2
  /**
2
3
  * @description Get external party balance information
3
4
  * @example
@@ -22,7 +23,7 @@ export declare const GetExternalPartyBalance: {
22
23
  computed_as_of_round: number;
23
24
  }>;
24
25
  client: import("../../../../../core").BaseClient;
25
- validateParams<T>(params: T, schema: import("zod").ZodType<T>): T;
26
+ validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
26
27
  makeGetRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
27
28
  makePostRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
28
29
  makeDeleteRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
@@ -1 +1 @@
1
- {"version":3,"file":"get-external-party-balance.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/admin/get-external-party-balance.ts"],"names":[],"mappings":"AAIA;;;;;;;GAOG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;CAOlC,CAAC"}
1
+ {"version":3,"file":"get-external-party-balance.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/admin/get-external-party-balance.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB;;;;;;;GAOG;AACH,eAAO,MAAM,uBAAuB;;;qBACvB,MAAM;;;;;;;;;;;;;;;;;;;;;;;CAMjB,CAAC"}
@@ -1,8 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetExternalPartyBalance = void 0;
4
+ const zod_1 = require("zod");
4
5
  const core_1 = require("../../../../../core");
5
- const operations_1 = require("../../../schemas/operations");
6
+ const GetExternalPartyBalanceParamsSchema = zod_1.z.object({
7
+ partyId: zod_1.z.string(),
8
+ });
6
9
  /**
7
10
  * @description Get external party balance information
8
11
  * @example
@@ -12,8 +15,8 @@ const operations_1 = require("../../../schemas/operations");
12
15
  * ```
13
16
  */
14
17
  exports.GetExternalPartyBalance = (0, core_1.createApiOperation)({
15
- paramsSchema: operations_1.GetExternalPartyBalanceParamsSchema,
18
+ paramsSchema: GetExternalPartyBalanceParamsSchema,
16
19
  method: 'GET',
17
- buildUrl: (params, apiUrl) => `${apiUrl}/api/validator/v0/admin/parties/${params.partyId}/balance`,
20
+ buildUrl: (params, apiUrl) => `${apiUrl}/api/validator/v0/admin/external-party/balance?party_id=${params.partyId}`,
18
21
  });
19
22
  //# sourceMappingURL=get-external-party-balance.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-external-party-balance.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/admin/get-external-party-balance.ts"],"names":[],"mappings":";;;AAAA,8CAAyD;AAEzD,4DAAiH;AAEjH;;;;;;;GAOG;AACU,QAAA,uBAAuB,GAAG,IAAA,yBAAkB,EAGvD;IACA,YAAY,EAAE,gDAAmC;IACjD,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,mCAAmC,MAAM,CAAC,OAAO,UAAU;CAC3G,CAAC,CAAC"}
1
+ {"version":3,"file":"get-external-party-balance.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/admin/get-external-party-balance.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,8CAAyD;AAGzD,MAAM,mCAAmC,GAAG,OAAC,CAAC,MAAM,CAAC;IACnD,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAC;AAEH;;;;;;;GAOG;AACU,QAAA,uBAAuB,GAAG,IAAA,yBAAkB,EAGvD;IACA,YAAY,EAAE,mCAAmC;IACjD,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,2DAA2D,MAAM,CAAC,OAAO,EAAE;CAC3H,CAAC,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { z } from 'zod';
1
2
  /**
2
3
  * @description Create a new ANS entry
3
4
  * @example
@@ -13,18 +14,18 @@
13
14
  export declare const CreateAnsEntry: {
14
15
  new (client: import("../../../../../core").BaseClient): {
15
16
  execute(params: {
16
- url: string;
17
17
  name: string;
18
+ url: string;
18
19
  description: string;
19
20
  }): Promise<{
20
- url: string;
21
+ entryContextCid: import("../../../../../generated/apps/validator/src/main/openapi/ans-external").components["schemas"]["ContractId"];
22
+ subscriptionRequestCid: import("../../../../../generated/apps/validator/src/main/openapi/ans-external").components["schemas"]["ContractId"];
21
23
  name: string;
24
+ url: string;
22
25
  description: string;
23
- entryContextCid: string;
24
- subscriptionRequestCid: string;
25
26
  }>;
26
27
  client: import("../../../../../core").BaseClient;
27
- validateParams<T>(params: T, schema: import("zod").ZodType<T>): T;
28
+ validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
28
29
  makeGetRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
29
30
  makePostRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
30
31
  makeDeleteRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
@@ -1 +1 @@
1
- {"version":3,"file":"create-entry.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/create-entry.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;CAQzB,CAAC"}
1
+ {"version":3,"file":"create-entry.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/create-entry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,cAAc;;;;;;;6BAQivD,qGAAsB;oCAAmD,qGAAsB;;;;;;;;;;;;;;;;CAAz2D,CAAC"}
@@ -1,8 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateAnsEntry = void 0;
4
+ const zod_1 = require("zod");
4
5
  const core_1 = require("../../../../../core");
5
- const operations_1 = require("../../../schemas/operations");
6
+ const CreateAnsEntryParamsSchema = zod_1.z.object({
7
+ name: zod_1.z.string(),
8
+ url: zod_1.z.string(),
9
+ description: zod_1.z.string(),
10
+ });
6
11
  /**
7
12
  * @description Create a new ANS entry
8
13
  * @example
@@ -16,9 +21,9 @@ const operations_1 = require("../../../schemas/operations");
16
21
  * ```
17
22
  */
18
23
  exports.CreateAnsEntry = (0, core_1.createApiOperation)({
19
- paramsSchema: operations_1.CreateAnsEntryParamsSchema,
24
+ paramsSchema: CreateAnsEntryParamsSchema,
20
25
  method: 'POST',
21
- buildUrl: (_params, apiUrl) => `${apiUrl}/api/validator/v0/ans/entries`,
26
+ buildUrl: (_params, apiUrl) => `${apiUrl}/api/validator/v0/entry/create`,
22
27
  buildRequestData: (params) => params,
23
28
  });
24
29
  //# sourceMappingURL=create-entry.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-entry.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/create-entry.ts"],"names":[],"mappings":";;;AAAA,8CAAyD;AAEzD,4DAA+F;AAE/F;;;;;;;;;;;GAWG;AACU,QAAA,cAAc,GAAG,IAAA,yBAAkB,EAG9C;IACA,YAAY,EAAE,uCAA0B;IACxC,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,+BAA+B;IAC/E,gBAAgB,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM;CACrC,CAAC,CAAC"}
1
+ {"version":3,"file":"create-entry.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/create-entry.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,8CAAyD;AAGzD,MAAM,0BAA0B,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;CACxB,CAAC,CAAC;AAEH;;;;;;;;;;;GAWG;AACU,QAAA,cAAc,GAAG,IAAA,yBAAkB,EAG9C;IACA,YAAY,EAAE,0BAA0B;IACxC,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,gCAAgC;IAChF,gBAAgB,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM;CACrC,CAAC,CAAC"}
@@ -1,20 +1,25 @@
1
+ import { z } from 'zod';
1
2
  /**
2
- * @description Get ANS rules for a specific name
3
+ * @description Get ANS rules
3
4
  * @example
4
5
  * ```typescript
5
- * const rules = await client.getAnsRules({ name: 'my-app' });
6
- * console.log(`Rules: ${rules.rules}`);
6
+ * const rules = await client.getAnsRules({
7
+ * cached_ans_rules_contract_id: 'contract123',
8
+ * cached_ans_rules_domain_id: 'domain123'
9
+ * });
10
+ * console.log(`Rules: ${rules.ans_rules_update}`);
7
11
  * ```
8
12
  */
9
13
  export declare const GetAnsRules: {
10
14
  new (client: import("../../../../../core").BaseClient): {
11
15
  execute(params: {
12
- name: string;
16
+ cached_ans_rules_contract_id?: import("../../../../../generated/apps/validator/src/main/openapi/scan-proxy").components["schemas"]["ContractId"];
17
+ cached_ans_rules_domain_id?: string;
13
18
  }): Promise<{
14
- rules: any[];
19
+ ans_rules_update: import("../../../../../generated/apps/validator/src/main/openapi/scan-proxy").components["schemas"]["MaybeCachedContractWithState"];
15
20
  }>;
16
21
  client: import("../../../../../core").BaseClient;
17
- validateParams<T>(params: T, schema: import("zod").ZodType<T>): T;
22
+ validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
18
23
  makeGetRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
19
24
  makePostRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
20
25
  makeDeleteRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
@@ -1 +1 @@
1
- {"version":3,"file":"get-rules.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/get-rules.ts"],"names":[],"mappings":"AAIA;;;;;;;GAOG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;CAOtB,CAAC"}
1
+ {"version":3,"file":"get-rules.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/get-rules.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB;;;;;;;;;;GAUG;AACH,eAAO,MAAM,WAAW;;;2CAQypM,mGAAsB;;;8BAAiY,mGAAsB;;;;;;;;;;;;;CAA5lN,CAAC"}
@@ -1,19 +1,28 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetAnsRules = void 0;
4
+ const zod_1 = require("zod");
4
5
  const core_1 = require("../../../../../core");
5
- const operations_1 = require("../../../schemas/operations");
6
+ // Create Zod schema for the request parameters
7
+ const GetAnsRulesParamsSchema = zod_1.z.object({
8
+ cached_ans_rules_contract_id: zod_1.z.string().optional(),
9
+ cached_ans_rules_domain_id: zod_1.z.string().optional(),
10
+ });
6
11
  /**
7
- * @description Get ANS rules for a specific name
12
+ * @description Get ANS rules
8
13
  * @example
9
14
  * ```typescript
10
- * const rules = await client.getAnsRules({ name: 'my-app' });
11
- * console.log(`Rules: ${rules.rules}`);
15
+ * const rules = await client.getAnsRules({
16
+ * cached_ans_rules_contract_id: 'contract123',
17
+ * cached_ans_rules_domain_id: 'domain123'
18
+ * });
19
+ * console.log(`Rules: ${rules.ans_rules_update}`);
12
20
  * ```
13
21
  */
14
22
  exports.GetAnsRules = (0, core_1.createApiOperation)({
15
- paramsSchema: operations_1.GetAnsRulesParamsSchema,
16
- method: 'GET',
17
- buildUrl: (params, apiUrl) => `${apiUrl}/api/validator/v0/ans/rules/${params.name}`,
23
+ paramsSchema: GetAnsRulesParamsSchema,
24
+ method: 'POST',
25
+ buildUrl: (_params, apiUrl) => `${apiUrl}/api/validator/v0/scan-proxy/ans-rules`,
26
+ buildRequestData: (params) => params,
18
27
  });
19
28
  //# sourceMappingURL=get-rules.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-rules.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/get-rules.ts"],"names":[],"mappings":";;;AAAA,8CAAyD;AAEzD,4DAAyF;AAEzF;;;;;;;GAOG;AACU,QAAA,WAAW,GAAG,IAAA,yBAAkB,EAG3C;IACA,YAAY,EAAE,oCAAuB;IACrC,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,+BAA+B,MAAM,CAAC,IAAI,EAAE;CAC5F,CAAC,CAAC"}
1
+ {"version":3,"file":"get-rules.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/get-rules.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,8CAAyD;AAGzD,+CAA+C;AAC/C,MAAM,uBAAuB,GAAG,OAAC,CAAC,MAAM,CAAC;IACvC,4BAA4B,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnD,0BAA0B,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAClD,CAAC,CAAC;AAEH;;;;;;;;;;GAUG;AACU,QAAA,WAAW,GAAG,IAAA,yBAAkB,EAG3C;IACA,YAAY,EAAE,uBAA8B;IAC5C,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,wCAAwC;IACxF,gBAAgB,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM;CACrC,CAAC,CAAC"}
@@ -1,19 +1,16 @@
1
1
  import { z } from 'zod';
2
2
  /**
3
- * @description List ANS entries via proxy with optional filtering
3
+ * @description List ANS entries
4
4
  * @example
5
5
  * ```typescript
6
- * const entries = await client.listAnsEntriesProxy({
7
- * namePrefix: 'my',
8
- * pageSize: 50
9
- * });
6
+ * const entries = await client.listAnsEntries();
10
7
  * console.log(`Found ${entries.entries.length} entries`);
11
8
  * ```
12
9
  */
13
- export declare const ListAnsEntriesProxy: {
10
+ export declare const ListAnsEntries: {
14
11
  new (client: import("../../../../../core").BaseClient): {
15
12
  execute(params: void): Promise<{
16
- entries: any[];
13
+ entries: import("../../../../../generated/apps/validator/src/main/openapi/ans-external").components["schemas"]["AnsEntryResponse"][];
17
14
  }>;
18
15
  client: import("../../../../../core").BaseClient;
19
16
  validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
@@ -1 +1 @@
1
- {"version":3,"file":"list-entries-proxy.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/list-entries-proxy.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;;;;;;;;GAUG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;CAO9B,CAAC"}
1
+ {"version":3,"file":"list-entries-proxy.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/list-entries-proxy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc;;;qBAOopF,qGAAsB;;;;;;;;;;;;;CAAnsF,CAAC"}
@@ -1,22 +1,19 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAnsEntriesProxy = void 0;
4
- const core_1 = require("../../../../../core");
3
+ exports.ListAnsEntries = void 0;
5
4
  const zod_1 = require("zod");
5
+ const core_1 = require("../../../../../core");
6
6
  /**
7
- * @description List ANS entries via proxy with optional filtering
7
+ * @description List ANS entries
8
8
  * @example
9
9
  * ```typescript
10
- * const entries = await client.listAnsEntriesProxy({
11
- * namePrefix: 'my',
12
- * pageSize: 50
13
- * });
10
+ * const entries = await client.listAnsEntries();
14
11
  * console.log(`Found ${entries.entries.length} entries`);
15
12
  * ```
16
13
  */
17
- exports.ListAnsEntriesProxy = (0, core_1.createApiOperation)({
14
+ exports.ListAnsEntries = (0, core_1.createApiOperation)({
18
15
  paramsSchema: zod_1.z.void(),
19
16
  method: 'GET',
20
- buildUrl: (_params, apiUrl) => `${apiUrl}/api/validator/v0/ans/entries/proxy`,
17
+ buildUrl: (_params, apiUrl) => `${apiUrl}/api/validator/v0/entry/all`,
21
18
  });
22
19
  //# sourceMappingURL=list-entries-proxy.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-entries-proxy.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/list-entries-proxy.ts"],"names":[],"mappings":";;;AAAA,8CAAyD;AAEzD,6BAAwB;AAExB;;;;;;;;;;GAUG;AACU,QAAA,mBAAmB,GAAG,IAAA,yBAAkB,EAGnD;IACA,YAAY,EAAE,OAAC,CAAC,IAAI,EAAE;IACtB,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,OAAa,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,qCAAqC;CAC5F,CAAC,CAAC"}
1
+ {"version":3,"file":"list-entries-proxy.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/list-entries-proxy.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,8CAAyD;AAGzD;;;;;;;GAOG;AACU,QAAA,cAAc,GAAG,IAAA,yBAAkB,EAG9C;IACA,YAAY,EAAE,OAAC,CAAC,IAAI,EAAE;IACtB,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,OAAa,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,6BAA6B;CACpF,CAAC,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { z } from 'zod';
1
2
  /**
2
3
  * @description Lookup ANS entry by name
3
4
  * @example
@@ -11,10 +12,10 @@ export declare const LookupAnsEntryByName: {
11
12
  execute(params: {
12
13
  name: string;
13
14
  }): Promise<{
14
- entry?: any;
15
+ entry: import("../../../../../generated/apps/validator/src/main/openapi/scan-proxy").components["schemas"]["AnsEntry"];
15
16
  }>;
16
17
  client: import("../../../../../core").BaseClient;
17
- validateParams<T>(params: T, schema: import("zod").ZodType<T>): T;
18
+ validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
18
19
  makeGetRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
19
20
  makePostRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
20
21
  makeDeleteRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
@@ -1 +1 @@
1
- {"version":3,"file":"lookup-by-name.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/lookup-by-name.ts"],"names":[],"mappings":"AAIA;;;;;;;GAOG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;CAO/B,CAAC"}
1
+ {"version":3,"file":"lookup-by-name.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/lookup-by-name.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB;;;;;;;GAOG;AACH,eAAO,MAAM,oBAAoB;;;kBACvB,MAAM;;mBAM4wM,mGAAsB;;;;;;;;;;;;;CAAhzM,CAAC"}
@@ -1,8 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LookupAnsEntryByName = void 0;
4
+ const zod_1 = require("zod");
4
5
  const core_1 = require("../../../../../core");
5
- const operations_1 = require("../../../schemas/operations");
6
+ const LookupAnsEntryByNameParamsSchema = zod_1.z.object({
7
+ name: zod_1.z.string(),
8
+ });
6
9
  /**
7
10
  * @description Lookup ANS entry by name
8
11
  * @example
@@ -12,8 +15,8 @@ const operations_1 = require("../../../schemas/operations");
12
15
  * ```
13
16
  */
14
17
  exports.LookupAnsEntryByName = (0, core_1.createApiOperation)({
15
- paramsSchema: operations_1.LookupAnsEntryByNameParamsSchema,
18
+ paramsSchema: LookupAnsEntryByNameParamsSchema,
16
19
  method: 'GET',
17
- buildUrl: (params, apiUrl) => `${apiUrl}/api/validator/v0/ans/entries/${params.name}`,
20
+ buildUrl: (params, apiUrl) => `${apiUrl}/api/validator/v0/scan-proxy/ans-entries/by-name/${params.name}`,
18
21
  });
19
22
  //# sourceMappingURL=lookup-by-name.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"lookup-by-name.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/lookup-by-name.ts"],"names":[],"mappings":";;;AAAA,8CAAyD;AAEzD,4DAA2G;AAE3G;;;;;;;GAOG;AACU,QAAA,oBAAoB,GAAG,IAAA,yBAAkB,EAGpD;IACA,YAAY,EAAE,6CAAgC;IAC9C,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,iCAAiC,MAAM,CAAC,IAAI,EAAE;CAC9F,CAAC,CAAC"}
1
+ {"version":3,"file":"lookup-by-name.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/lookup-by-name.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,8CAAyD;AAGzD,MAAM,gCAAgC,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC;AAEH;;;;;;;GAOG;AACU,QAAA,oBAAoB,GAAG,IAAA,yBAAkB,EAGpD;IACA,YAAY,EAAE,gCAAgC;IAC9C,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,oDAAoD,MAAM,CAAC,IAAI,EAAE;CACjH,CAAC,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { z } from 'zod';
1
2
  /**
2
3
  * @description Lookup ANS entry by party
3
4
  * @example
@@ -11,10 +12,10 @@ export declare const LookupAnsEntryByParty: {
11
12
  execute(params: {
12
13
  party: string;
13
14
  }): Promise<{
14
- entry?: any;
15
+ entry: import("../../../../../generated/apps/validator/src/main/openapi/scan-proxy").components["schemas"]["AnsEntry"];
15
16
  }>;
16
17
  client: import("../../../../../core").BaseClient;
17
- validateParams<T>(params: T, schema: import("zod").ZodType<T>): T;
18
+ validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
18
19
  makeGetRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
19
20
  makePostRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
20
21
  makeDeleteRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
@@ -1 +1 @@
1
- {"version":3,"file":"lookup-by-party.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/lookup-by-party.ts"],"names":[],"mappings":"AAIA;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;CAOhC,CAAC"}
1
+ {"version":3,"file":"lookup-by-party.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/lookup-by-party.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB;;;mBACvB,MAAM;;mBAMq/L,mGAAsB;;;;;;;;;;;;;CAA1hM,CAAC"}
@@ -1,8 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LookupAnsEntryByParty = void 0;
4
+ const zod_1 = require("zod");
4
5
  const core_1 = require("../../../../../core");
5
- const operations_1 = require("../../../schemas/operations");
6
+ const LookupAnsEntryByPartyParamsSchema = zod_1.z.object({
7
+ party: zod_1.z.string(),
8
+ });
6
9
  /**
7
10
  * @description Lookup ANS entry by party
8
11
  * @example
@@ -12,8 +15,8 @@ const operations_1 = require("../../../schemas/operations");
12
15
  * ```
13
16
  */
14
17
  exports.LookupAnsEntryByParty = (0, core_1.createApiOperation)({
15
- paramsSchema: operations_1.LookupAnsEntryByPartyParamsSchema,
18
+ paramsSchema: LookupAnsEntryByPartyParamsSchema,
16
19
  method: 'GET',
17
- buildUrl: (params, apiUrl) => `${apiUrl}/api/validator/v0/ans/entries/party/${params.party}`,
20
+ buildUrl: (params, apiUrl) => `${apiUrl}/api/validator/v0/scan-proxy/ans-entries/by-party/${params.party}`,
18
21
  });
19
22
  //# sourceMappingURL=lookup-by-party.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"lookup-by-party.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/lookup-by-party.ts"],"names":[],"mappings":";;;AAAA,8CAAyD;AAEzD,4DAA6G;AAE7G;;;;;;;GAOG;AACU,QAAA,qBAAqB,GAAG,IAAA,yBAAkB,EAGrD;IACA,YAAY,EAAE,8CAAiC;IAC/C,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,uCAAuC,MAAM,CAAC,KAAK,EAAE;CACrG,CAAC,CAAC"}
1
+ {"version":3,"file":"lookup-by-party.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/ans/lookup-by-party.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,8CAAyD;AAGzD,MAAM,iCAAiC,GAAG,OAAC,CAAC,MAAM,CAAC;IACjD,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAEH;;;;;;;GAOG;AACU,QAAA,qBAAqB,GAAG,IAAA,yBAAkB,EAGrD;IACA,YAAY,EAAE,iCAAiC;IAC/C,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,qDAAqD,MAAM,CAAC,KAAK,EAAE;CACnH,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"register.d.ts","sourceRoot":"","sources":["../../../../../../src/clients/validator-api/operations/v0/register.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;;;;;GAOG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;CAQ1B,CAAC"}
1
+ {"version":3,"file":"register.d.ts","sourceRoot":"","sources":["../../../../../../src/clients/validator-api/operations/v0/register.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;;;;;GAOG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;CAQ1B,CAAC"}
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RegisterNewUser = void 0;
4
- const core_1 = require("../../../../core");
5
4
  const zod_1 = require("zod");
5
+ const core_1 = require("../../../../core");
6
6
  /**
7
7
  * @description Register a new user to the validator API (one-time operation)
8
8
  * @example
@@ -1 +1 @@
1
- {"version":3,"file":"register.js","sourceRoot":"","sources":["../../../../../../src/clients/validator-api/operations/v0/register.ts"],"names":[],"mappings":";;;AAAA,2CAAsD;AAEtD,6BAAwB;AAExB;;;;;;;GAOG;AACU,QAAA,eAAe,GAAG,IAAA,yBAAkB,EAG/C;IACA,YAAY,EAAE,OAAC,CAAC,IAAI,EAAE;IACtB,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,OAAa,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,4BAA4B;IAClF,gBAAgB,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC;CAC7B,CAAC,CAAC"}
1
+ {"version":3,"file":"register.js","sourceRoot":"","sources":["../../../../../../src/clients/validator-api/operations/v0/register.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,2CAAsD;AAGtD;;;;;;;GAOG;AACU,QAAA,eAAe,GAAG,IAAA,yBAAkB,EAG/C;IACA,YAAY,EAAE,OAAC,CAAC,IAAI,EAAE;IACtB,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,OAAa,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,4BAA4B;IAClF,gBAAgB,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC;CAC7B,CAAC,CAAC"}
@@ -10,10 +10,7 @@ import { z } from 'zod';
10
10
  export declare const GetAmuletRules: {
11
11
  new (client: import("../../../../../core").BaseClient): {
12
12
  execute(params: void): Promise<{
13
- amulet_rules: {
14
- domain_id: string;
15
- contract?: any;
16
- };
13
+ amulet_rules: import("../../../../../generated/apps/validator/src/main/openapi/scan-proxy").components["schemas"]["ContractWithState"];
17
14
  }>;
18
15
  client: import("../../../../../core").BaseClient;
19
16
  validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
@@ -1 +1 @@
1
- {"version":3,"file":"get-amulet-rules.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/get-amulet-rules.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;CAOzB,CAAC"}
1
+ {"version":3,"file":"get-amulet-rules.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/get-amulet-rules.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc;;;0BAOg1I,mGAAsB;;;;;;;;;;;;;CAA/3I,CAAC"}
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetAmuletRules = void 0;
4
- const core_1 = require("../../../../../core");
5
4
  const zod_1 = require("zod");
5
+ const core_1 = require("../../../../../core");
6
6
  /**
7
7
  * @description Get amulet rules
8
8
  * @example
@@ -1 +1 @@
1
- {"version":3,"file":"get-amulet-rules.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/get-amulet-rules.ts"],"names":[],"mappings":";;;AAAA,8CAAyD;AAEzD,6BAAwB;AAExB;;;;;;;GAOG;AACU,QAAA,cAAc,GAAG,IAAA,yBAAkB,EAG9C;IACA,YAAY,EAAE,OAAC,CAAC,IAAI,EAAE;IACtB,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,OAAa,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,2CAA2C;CAClG,CAAC,CAAC"}
1
+ {"version":3,"file":"get-amulet-rules.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/get-amulet-rules.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,8CAAyD;AAGzD;;;;;;;GAOG;AACU,QAAA,cAAc,GAAG,IAAA,yBAAkB,EAG9C;IACA,YAAY,EAAE,OAAC,CAAC,IAAI,EAAE;IACtB,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,OAAa,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,2CAA2C;CAClG,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"get-dso-party-id.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/get-dso-party-id.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;;;;;GAOG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;CAOxB,CAAC"}
1
+ {"version":3,"file":"get-dso-party-id.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/get-dso-party-id.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;;;;;GAOG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;CAOxB,CAAC"}
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetDsoPartyId = void 0;
4
- const core_1 = require("../../../../../core");
5
4
  const zod_1 = require("zod");
5
+ const core_1 = require("../../../../../core");
6
6
  /**
7
7
  * @description Get the DSO party ID
8
8
  * @example
@@ -1 +1 @@
1
- {"version":3,"file":"get-dso-party-id.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/get-dso-party-id.ts"],"names":[],"mappings":";;;AAAA,8CAAyD;AAEzD,6BAAwB;AAExB;;;;;;;GAOG;AACU,QAAA,aAAa,GAAG,IAAA,yBAAkB,EAG7C;IACA,YAAY,EAAE,OAAC,CAAC,IAAI,EAAE;IACtB,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,OAAa,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,2CAA2C;CAClG,CAAC,CAAC"}
1
+ {"version":3,"file":"get-dso-party-id.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/get-dso-party-id.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,8CAAyD;AAGzD;;;;;;;GAOG;AACU,QAAA,aAAa,GAAG,IAAA,yBAAkB,EAG7C;IACA,YAAY,EAAE,OAAC,CAAC,IAAI,EAAE;IACtB,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,OAAa,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,2CAA2C;CAClG,CAAC,CAAC"}
@@ -0,0 +1,33 @@
1
+ import { z } from 'zod';
2
+ /**
3
+ * @description Get a member's traffic status as reported by the sequencer
4
+ * @example
5
+ * ```typescript
6
+ * const status = await client.getMemberTrafficStatus({
7
+ * domainId: 'domain123',
8
+ * memberId: 'PAR::id::fingerprint'
9
+ * });
10
+ * console.log(`Total consumed: ${status.traffic_status.actual.total_consumed}`);
11
+ * ```
12
+ */
13
+ export declare const GetMemberTrafficStatus: {
14
+ new (client: import("../../../../../core").BaseClient): {
15
+ execute(params: {
16
+ domainId: string;
17
+ memberId: string;
18
+ }): Promise<{
19
+ traffic_status: import("../../../../../generated/apps/scan/src/main/openapi/scan").components["schemas"]["MemberTrafficStatus"];
20
+ }>;
21
+ client: import("../../../../../core").BaseClient;
22
+ validateParams<T>(params: T, schema: z.ZodSchema<T>): T;
23
+ makeGetRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
24
+ makePostRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
25
+ makeDeleteRequest<T>(url: string, config?: import("../../../../../core").RequestConfig): Promise<T>;
26
+ makePatchRequest<T>(url: string, data: unknown, config?: import("../../../../../core").RequestConfig): Promise<T>;
27
+ getManagedParties(): string[];
28
+ getPartyId(): string | undefined;
29
+ getApiUrl(): string;
30
+ buildPartyList(additionalParties?: string[]): string[];
31
+ };
32
+ };
33
+ //# sourceMappingURL=get-member-traffic-status.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-member-traffic-status.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/get-member-traffic-status.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;;;;;;;;GAUG;AACH,eAAO,MAAM,sBAAsB;;;sBACrB,MAAM;sBAAY,MAAM;;4BAS010F,wFAAsB;;;;;;;;;;;;;CAAp50F,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetMemberTrafficStatus = void 0;
4
+ const zod_1 = require("zod");
5
+ const core_1 = require("../../../../../core");
6
+ /**
7
+ * @description Get a member's traffic status as reported by the sequencer
8
+ * @example
9
+ * ```typescript
10
+ * const status = await client.getMemberTrafficStatus({
11
+ * domainId: 'domain123',
12
+ * memberId: 'PAR::id::fingerprint'
13
+ * });
14
+ * console.log(`Total consumed: ${status.traffic_status.actual.total_consumed}`);
15
+ * ```
16
+ */
17
+ exports.GetMemberTrafficStatus = (0, core_1.createApiOperation)({
18
+ paramsSchema: zod_1.z.object({
19
+ domainId: zod_1.z.string(),
20
+ memberId: zod_1.z.string(),
21
+ }),
22
+ method: 'GET',
23
+ buildUrl: (params, apiUrl) => `${apiUrl}/api/validator/v0/scan-proxy/domains/${params.domainId}/members/${params.memberId}/traffic-status`,
24
+ });
25
+ //# sourceMappingURL=get-member-traffic-status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-member-traffic-status.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/get-member-traffic-status.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,8CAAyD;AAGzD;;;;;;;;;;GAUG;AACU,QAAA,sBAAsB,GAAG,IAAA,yBAAkB,EAGtD;IACA,YAAY,EAAE,OAAC,CAAC,MAAM,CAAC;QACrB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;QACpB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;KACrB,CAAC;IACF,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAc,EAAE,EAAE,CAAC,GAAG,MAAM,wCAAwC,MAAM,CAAC,QAAQ,YAAY,MAAM,CAAC,QAAQ,iBAAiB;CACnJ,CAAC,CAAC"}
@@ -2,7 +2,9 @@ export * from './get-dso-party-id';
2
2
  export * from './get-open-and-issuing-mining-rounds';
3
3
  export * from './get-mining-round-details';
4
4
  export * from './get-amulet-rules';
5
+ export * from './get-member-traffic-status';
5
6
  export * from './lookup-transfer-command-counter-by-party';
6
7
  export * from './lookup-transfer-command-status';
7
8
  export * from './lookup-featured-app-right';
9
+ export * from './registry';
8
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,sCAAsC,CAAC;AACrD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AACjD,cAAc,6BAA6B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,sCAAsC,CAAC;AACrD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AACjD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,YAAY,CAAC"}
@@ -18,7 +18,9 @@ __exportStar(require("./get-dso-party-id"), exports);
18
18
  __exportStar(require("./get-open-and-issuing-mining-rounds"), exports);
19
19
  __exportStar(require("./get-mining-round-details"), exports);
20
20
  __exportStar(require("./get-amulet-rules"), exports);
21
+ __exportStar(require("./get-member-traffic-status"), exports);
21
22
  __exportStar(require("./lookup-transfer-command-counter-by-party"), exports);
22
23
  __exportStar(require("./lookup-transfer-command-status"), exports);
23
24
  __exportStar(require("./lookup-featured-app-right"), exports);
25
+ __exportStar(require("./registry"), exports);
24
26
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,uEAAqD;AACrD,6DAA2C;AAC3C,qDAAmC;AACnC,6EAA2D;AAC3D,mEAAiD;AACjD,8DAA4C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,uEAAqD;AACrD,6DAA2C;AAC3C,qDAAmC;AACnC,8DAA4C;AAC5C,6EAA2D;AAC3D,mEAAiD;AACjD,8DAA4C;AAC5C,6CAA2B"}
@@ -0,0 +1,2 @@
1
+ export * from './v1';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/index.ts"],"names":[],"mappings":"AAAA,cAAc,MAAM,CAAC"}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./v1"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uCAAqB"}