wapi-client 0.12.5-beta.4 → 0.12.5-beta.6

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 (304) hide show
  1. package/dist/api/http-client.browser.cjs +2 -2
  2. package/dist/api/http-client.browser.js +2 -2
  3. package/dist/api/ws-client.browser.cjs +1 -1
  4. package/dist/api/ws-client.browser.js +1 -1
  5. package/dist/client-options.schema.zod.browser.cjs +1 -1
  6. package/dist/client-options.schema.zod.browser.js +1 -1
  7. package/dist/client.browser.cjs +12 -36
  8. package/dist/client.browser.js +12 -36
  9. package/dist/client.cjs +12 -36
  10. package/dist/client.d.ts +34 -44
  11. package/dist/client.js +12 -36
  12. package/dist/db/consts.browser.cjs +1 -1
  13. package/dist/db/consts.browser.js +1 -1
  14. package/dist/db/index.browser.cjs +0 -10
  15. package/dist/db/index.browser.js +0 -10
  16. package/dist/db/index.cjs +0 -15
  17. package/dist/db/index.d.ts +15 -10
  18. package/dist/db/index.js +0 -10
  19. package/dist/db/token/token.schema.zod.browser.cjs +1 -1
  20. package/dist/db/token/token.schema.zod.browser.js +1 -1
  21. package/dist/db/transfer/transfer.schema.zod.browser.cjs +1 -1
  22. package/dist/db/transfer/transfer.schema.zod.browser.js +1 -1
  23. package/dist/db/transfer-group/transfer-group.schema.zod.browser.cjs +7 -9
  24. package/dist/db/transfer-group/transfer-group.schema.zod.browser.js +7 -9
  25. package/dist/db/transfer-group/transfer-group.schema.zod.cjs +6 -8
  26. package/dist/db/transfer-group/transfer-group.schema.zod.js +6 -8
  27. package/dist/db/transfer-log/transfer-log.schema.zod.browser.cjs +2 -2
  28. package/dist/db/transfer-log/transfer-log.schema.zod.browser.js +2 -2
  29. package/dist/db/transfer-log/transfer-log.schema.zod.cjs +1 -1
  30. package/dist/db/transfer-log/transfer-log.schema.zod.js +1 -1
  31. package/dist/db/wallet/wallet.schema.zod.browser.cjs +1 -1
  32. package/dist/db/wallet/wallet.schema.zod.browser.js +1 -1
  33. package/dist/db/wallet-token-setting/wallet-token-setting.schema.zod.browser.cjs +1 -1
  34. package/dist/db/wallet-token-setting/wallet-token-setting.schema.zod.browser.js +1 -1
  35. package/dist/db/wapi-setting/wapi-setting.schema.zod.browser.cjs +1 -1
  36. package/dist/db/wapi-setting/wapi-setting.schema.zod.browser.js +1 -1
  37. package/dist/db/wapi-statistic/wapi-statistic.schema.zod.browser.cjs +1 -1
  38. package/dist/db/wapi-statistic/wapi-statistic.schema.zod.browser.js +1 -1
  39. package/dist/fns/aggregate-transfers/aggregate-transfers.d.ts +6 -7
  40. package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.browser.cjs +1 -1
  41. package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.browser.js +1 -1
  42. package/dist/fns/consts.browser.cjs +1 -1
  43. package/dist/fns/consts.browser.js +1 -1
  44. package/dist/fns/consts.d.ts +4 -4
  45. package/dist/fns/create-access-token/create-access-token.schema.zod.browser.cjs +1 -1
  46. package/dist/fns/create-access-token/create-access-token.schema.zod.browser.js +1 -1
  47. package/dist/fns/create-access-token/create-access-token.schema.zod.d.ts +6 -8
  48. package/dist/fns/create-contract/create-contract.schema.zod.browser.cjs +1 -1
  49. package/dist/fns/create-contract/create-contract.schema.zod.browser.js +1 -1
  50. package/dist/fns/create-contract/create-contract.schema.zod.d.ts +6 -6
  51. package/dist/fns/create-deposit/create-deposit.schema.zod.browser.cjs +1 -1
  52. package/dist/fns/create-deposit/create-deposit.schema.zod.browser.js +1 -1
  53. package/dist/fns/create-deposit/create-deposit.schema.zod.d.ts +6 -6
  54. package/dist/fns/create-exchange/create-exchange.schema.zod.browser.cjs +1 -1
  55. package/dist/fns/create-exchange/create-exchange.schema.zod.browser.js +1 -1
  56. package/dist/fns/create-exchange/create-exchange.schema.zod.d.ts +6 -6
  57. package/dist/fns/create-token/create-token.schema.zod.d.ts +3 -3
  58. package/dist/fns/create-transfer/create-transfer.schema.zod.browser.cjs +1 -1
  59. package/dist/fns/create-transfer/create-transfer.schema.zod.browser.js +1 -1
  60. package/dist/fns/create-transfer/create-transfer.schema.zod.d.ts +3 -3
  61. package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.browser.cjs +1 -1
  62. package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.browser.js +1 -1
  63. package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.d.ts +6 -6
  64. package/dist/fns/create-transfers/create-transfers.schema.zod.browser.cjs +1 -1
  65. package/dist/fns/create-transfers/create-transfers.schema.zod.browser.js +1 -1
  66. package/dist/fns/create-transfers/create-transfers.schema.zod.d.ts +3 -3
  67. package/dist/fns/create-wallet/create-wallet.schema.zod.d.ts +3 -3
  68. package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.browser.cjs +1 -1
  69. package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.browser.js +1 -1
  70. package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.d.ts +6 -6
  71. package/dist/fns/export-balance-history/export-balance-history.schema.zod.browser.cjs +1 -1
  72. package/dist/fns/export-balance-history/export-balance-history.schema.zod.browser.js +1 -1
  73. package/dist/fns/export-balance-history/export-balance-history.schema.zod.d.ts +3 -3
  74. package/dist/fns/export-tokens/export-tokens.d.ts +3 -4
  75. package/dist/fns/export-tokens/export-tokens.schema.zod.d.ts +9 -11
  76. package/dist/fns/export-transfer-groups/export-transfer-groups.d.ts +3 -4
  77. package/dist/fns/export-transfer-groups/export-transfer-groups.schema.zod.d.ts +9 -11
  78. package/dist/fns/export-transfers/export-transfers.d.ts +3 -4
  79. package/dist/fns/export-transfers/export-transfers.schema.zod.d.ts +9 -11
  80. package/dist/fns/export-wallets/export-wallets.d.ts +3 -4
  81. package/dist/fns/export-wallets/export-wallets.schema.zod.d.ts +9 -11
  82. package/dist/fns/find-balances/find-balances.d.ts +3 -4
  83. package/dist/fns/find-balances/find-balances.schema.zod.browser.cjs +1 -1
  84. package/dist/fns/find-balances/find-balances.schema.zod.browser.js +1 -1
  85. package/dist/fns/find-balances/find-balances.schema.zod.d.ts +9 -11
  86. package/dist/fns/find-tokens/find-tokens.d.ts +3 -4
  87. package/dist/fns/find-tokens/find-tokens.schema.zod.browser.cjs +1 -1
  88. package/dist/fns/find-tokens/find-tokens.schema.zod.browser.js +1 -1
  89. package/dist/fns/find-tokens/find-tokens.schema.zod.d.ts +9 -11
  90. package/dist/fns/find-transfer-groups/find-transfer-groups.d.ts +3 -4
  91. package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.browser.cjs +1 -1
  92. package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.browser.js +1 -1
  93. package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.d.ts +9 -11
  94. package/dist/fns/find-transfers/find-transfers.d.ts +3 -4
  95. package/dist/fns/find-transfers/find-transfers.schema.zod.browser.cjs +1 -1
  96. package/dist/fns/find-transfers/find-transfers.schema.zod.browser.js +1 -1
  97. package/dist/fns/find-transfers/find-transfers.schema.zod.d.ts +16 -18
  98. package/dist/fns/find-wallets/find-wallets.d.ts +3 -4
  99. package/dist/fns/find-wallets/find-wallets.schema.zod.browser.cjs +1 -1
  100. package/dist/fns/find-wallets/find-wallets.schema.zod.browser.js +1 -1
  101. package/dist/fns/find-wallets/find-wallets.schema.zod.d.ts +9 -11
  102. package/dist/fns/get-balance/get-balance.schema.zod.browser.cjs +1 -1
  103. package/dist/fns/get-balance/get-balance.schema.zod.browser.js +1 -1
  104. package/dist/fns/get-balance/get-balance.schema.zod.d.ts +3 -3
  105. package/dist/fns/get-balance-history/get-balance-history.schema.zod.browser.cjs +1 -1
  106. package/dist/fns/get-balance-history/get-balance-history.schema.zod.browser.js +1 -1
  107. package/dist/fns/get-balance-history/get-balance-history.schema.zod.d.ts +3 -3
  108. package/dist/fns/get-export/get-export.schema.zod.browser.cjs +1 -1
  109. package/dist/fns/get-export/get-export.schema.zod.browser.js +1 -1
  110. package/dist/fns/get-export/get-export.schema.zod.d.ts +3 -3
  111. package/dist/fns/get-flags/get-flags.schema.zod.browser.cjs +1 -1
  112. package/dist/fns/get-flags/get-flags.schema.zod.browser.js +1 -1
  113. package/dist/fns/get-statistics/get-statistics.schema.zod.browser.cjs +1 -1
  114. package/dist/fns/get-statistics/get-statistics.schema.zod.browser.js +1 -1
  115. package/dist/fns/get-token/get-token.schema.zod.browser.cjs +1 -1
  116. package/dist/fns/get-token/get-token.schema.zod.browser.js +1 -1
  117. package/dist/fns/get-token/get-token.schema.zod.d.ts +3 -3
  118. package/dist/fns/get-transfer/get-transfer.schema.zod.browser.cjs +1 -1
  119. package/dist/fns/get-transfer/get-transfer.schema.zod.browser.js +1 -1
  120. package/dist/fns/get-transfer/get-transfer.schema.zod.d.ts +6 -6
  121. package/dist/fns/get-transfer-group/get-transfer-group.schema.zod.browser.cjs +1 -1
  122. package/dist/fns/get-transfer-group/get-transfer-group.schema.zod.browser.js +1 -1
  123. package/dist/fns/get-transfer-group/get-transfer-group.schema.zod.d.ts +3 -3
  124. package/dist/fns/get-wallet/get-wallet.schema.zod.browser.cjs +1 -1
  125. package/dist/fns/get-wallet/get-wallet.schema.zod.browser.js +1 -1
  126. package/dist/fns/get-wallet/get-wallet.schema.zod.d.ts +3 -3
  127. package/dist/fns/healthcheck/healthcheck.schema.zod.browser.cjs +1 -1
  128. package/dist/fns/healthcheck/healthcheck.schema.zod.browser.js +1 -1
  129. package/dist/fns/index.d.ts +143 -154
  130. package/dist/fns/list-exports/list-exports.schema.zod.browser.cjs +1 -1
  131. package/dist/fns/list-exports/list-exports.schema.zod.browser.js +1 -1
  132. package/dist/fns/list-exports/list-exports.schema.zod.d.ts +9 -11
  133. package/dist/fns/reverse-transfer/reverse-transfer.schema.zod.browser.cjs +1 -1
  134. package/dist/fns/reverse-transfer/reverse-transfer.schema.zod.browser.js +1 -1
  135. package/dist/fns/reverse-transfer/reverse-transfer.schema.zod.d.ts +6 -6
  136. package/dist/fns/reverse-transfer-group/reverse-transfer-group.schema.zod.browser.cjs +1 -1
  137. package/dist/fns/reverse-transfer-group/reverse-transfer-group.schema.zod.browser.js +1 -1
  138. package/dist/fns/reverse-transfer-group/reverse-transfer-group.schema.zod.d.ts +6 -6
  139. package/dist/fns/reverse-transfers/reverse-transfers.schema.zod.d.ts +6 -6
  140. package/dist/fns/set-flags/set-flags.schema.zod.d.ts +3 -3
  141. package/dist/fns/update-token/update-token.schema.zod.browser.cjs +1 -1
  142. package/dist/fns/update-token/update-token.schema.zod.browser.js +1 -1
  143. package/dist/fns/update-token/update-token.schema.zod.d.ts +9 -9
  144. package/dist/fns/update-transfer/update-transfer.schema.zod.browser.cjs +1 -1
  145. package/dist/fns/update-transfer/update-transfer.schema.zod.browser.js +1 -1
  146. package/dist/fns/update-transfer/update-transfer.schema.zod.d.ts +6 -6
  147. package/dist/fns/update-transfer-group/update-transfer-group.schema.zod.browser.cjs +1 -1
  148. package/dist/fns/update-transfer-group/update-transfer-group.schema.zod.browser.js +1 -1
  149. package/dist/fns/update-transfer-group/update-transfer-group.schema.zod.d.ts +6 -6
  150. package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.browser.cjs +1 -1
  151. package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.browser.js +1 -1
  152. package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.d.ts +10 -10
  153. package/dist/fns/update-transfers/update-transfers.schema.zod.browser.cjs +1 -1
  154. package/dist/fns/update-transfers/update-transfers.schema.zod.browser.js +1 -1
  155. package/dist/fns/update-transfers/update-transfers.schema.zod.d.ts +10 -10
  156. package/dist/fns/update-wallet/update-wallet.schema.zod.browser.cjs +1 -1
  157. package/dist/fns/update-wallet/update-wallet.schema.zod.browser.js +1 -1
  158. package/dist/fns/update-wallet/update-wallet.schema.zod.d.ts +3 -3
  159. package/dist/lib/env.browser.cjs +1 -1
  160. package/dist/lib/env.browser.js +1 -1
  161. package/dist/lib/env.cjs +1 -1
  162. package/dist/lib/env.js +1 -1
  163. package/dist/lib/utils.browser.cjs +4 -4
  164. package/dist/lib/utils.browser.js +4 -4
  165. package/dist/lib/utils.cjs +4 -4
  166. package/dist/lib/utils.js +4 -4
  167. package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.browser.cjs +1 -1
  168. package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.browser.js +1 -1
  169. package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.d.ts +6 -8
  170. package/dist/txs/authentication-check/authentication-check.schema.zod.browser.cjs +1 -1
  171. package/dist/txs/authentication-check/authentication-check.schema.zod.browser.js +1 -1
  172. package/dist/txs/consts.browser.cjs +1 -1
  173. package/dist/txs/consts.browser.js +1 -1
  174. package/dist/txs/consts.d.ts +14 -19
  175. package/dist/txs/create-access-token/create-access-token.schema.zod.browser.cjs +1 -1
  176. package/dist/txs/create-access-token/create-access-token.schema.zod.browser.js +1 -1
  177. package/dist/txs/create-contract/create-contract.schema.zod.browser.cjs +1 -1
  178. package/dist/txs/create-contract/create-contract.schema.zod.browser.js +1 -1
  179. package/dist/txs/create-contract/create-contract.schema.zod.d.ts +3 -3
  180. package/dist/txs/create-deposit/create-deposit.schema.zod.browser.cjs +1 -1
  181. package/dist/txs/create-deposit/create-deposit.schema.zod.browser.js +1 -1
  182. package/dist/txs/create-deposit/create-deposit.schema.zod.d.ts +6 -7
  183. package/dist/txs/create-distribution/create-distribution.schema.zod.browser.cjs +1 -1
  184. package/dist/txs/create-distribution/create-distribution.schema.zod.browser.js +1 -1
  185. package/dist/txs/create-distribution/create-distribution.schema.zod.d.ts +3 -3
  186. package/dist/txs/create-token/create-token.schema.zod.browser.cjs +1 -1
  187. package/dist/txs/create-token/create-token.schema.zod.browser.js +1 -1
  188. package/dist/txs/create-transfer/create-transfer.schema.zod.browser.cjs +1 -1
  189. package/dist/txs/create-transfer/create-transfer.schema.zod.browser.js +1 -1
  190. package/dist/txs/create-transfer/create-transfer.schema.zod.d.ts +3 -3
  191. package/dist/txs/create-transfer-group/create-transfer-group.schema.zod.browser.cjs +1 -1
  192. package/dist/txs/create-transfer-group/create-transfer-group.schema.zod.browser.js +1 -1
  193. package/dist/txs/create-transfer-group/create-transfer-group.schema.zod.d.ts +3 -3
  194. package/dist/txs/create-transfer-many/create-transfer-many.schema.zod.browser.cjs +1 -1
  195. package/dist/txs/create-transfer-many/create-transfer-many.schema.zod.browser.js +1 -1
  196. package/dist/txs/create-transfer-many/create-transfer-many.schema.zod.d.ts +3 -3
  197. package/dist/txs/create-wallet/create-wallet.schema.zod.browser.cjs +1 -1
  198. package/dist/txs/create-wallet/create-wallet.schema.zod.browser.js +1 -1
  199. package/dist/txs/create-withdrawal/create-withdrawal.schema.zod.browser.cjs +1 -1
  200. package/dist/txs/create-withdrawal/create-withdrawal.schema.zod.browser.js +1 -1
  201. package/dist/txs/create-withdrawal/create-withdrawal.schema.zod.d.ts +6 -7
  202. package/dist/txs/export-balance-history/export-balance-history.schema.zod.browser.cjs +1 -1
  203. package/dist/txs/export-balance-history/export-balance-history.schema.zod.browser.js +1 -1
  204. package/dist/txs/export-token-many/export-token-many.schema.zod.d.ts +9 -64
  205. package/dist/txs/export-transfer-group-many/export-transfer-group-many.schema.zod.d.ts +6 -8
  206. package/dist/txs/export-transfer-many/export-transfer-many.schema.zod.d.ts +9 -127
  207. package/dist/txs/export-wallet-many/export-wallet-many.schema.zod.d.ts +8 -93
  208. package/dist/txs/find-balance-many/find-balance-many.schema.zod.browser.cjs +1 -1
  209. package/dist/txs/find-balance-many/find-balance-many.schema.zod.browser.js +1 -1
  210. package/dist/txs/find-balance-many/find-balance-many.schema.zod.d.ts +6 -8
  211. package/dist/txs/find-token-many/find-token-many.schema.zod.browser.cjs +1 -1
  212. package/dist/txs/find-token-many/find-token-many.schema.zod.browser.js +1 -1
  213. package/dist/txs/find-token-many/find-token-many.schema.zod.d.ts +6 -8
  214. package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.browser.cjs +1 -1
  215. package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.browser.js +1 -1
  216. package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.d.ts +9 -11
  217. package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.browser.cjs +1 -1
  218. package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.browser.js +1 -1
  219. package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.d.ts +13 -15
  220. package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.browser.cjs +1 -1
  221. package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.browser.js +1 -1
  222. package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.d.ts +6 -8
  223. package/dist/txs/finish-transaction/finish-transaction.schema.zod.browser.cjs +1 -1
  224. package/dist/txs/finish-transaction/finish-transaction.schema.zod.browser.js +1 -1
  225. package/dist/txs/get-balance/get-balance.schema.zod.browser.cjs +1 -1
  226. package/dist/txs/get-balance/get-balance.schema.zod.browser.js +1 -1
  227. package/dist/txs/get-balance-history/get-balance-history.schema.zod.browser.cjs +1 -1
  228. package/dist/txs/get-balance-history/get-balance-history.schema.zod.browser.js +1 -1
  229. package/dist/txs/get-export/get-export.schema.zod.browser.cjs +1 -1
  230. package/dist/txs/get-export/get-export.schema.zod.browser.js +1 -1
  231. package/dist/txs/get-flags/get-flags.schema.zod.browser.cjs +1 -1
  232. package/dist/txs/get-flags/get-flags.schema.zod.browser.js +1 -1
  233. package/dist/txs/get-statistics/get-statistics.schema.zod.browser.cjs +1 -1
  234. package/dist/txs/get-statistics/get-statistics.schema.zod.browser.js +1 -1
  235. package/dist/txs/get-statistics/get-statistics.schema.zod.d.ts +9 -12
  236. package/dist/txs/get-token/get-token.schema.zod.browser.cjs +1 -1
  237. package/dist/txs/get-token/get-token.schema.zod.browser.js +1 -1
  238. package/dist/txs/get-token/get-token.schema.zod.d.ts +3 -3
  239. package/dist/txs/get-token-many/get-token-many.schema.zod.browser.cjs +1 -1
  240. package/dist/txs/get-token-many/get-token-many.schema.zod.browser.js +1 -1
  241. package/dist/txs/get-transfer/get-transfer.schema.zod.browser.cjs +1 -1
  242. package/dist/txs/get-transfer/get-transfer.schema.zod.browser.js +1 -1
  243. package/dist/txs/get-transfer/get-transfer.schema.zod.d.ts +16 -18
  244. package/dist/txs/get-transfer-group/get-transfer-group.schema.zod.browser.cjs +1 -1
  245. package/dist/txs/get-transfer-group/get-transfer-group.schema.zod.browser.js +1 -1
  246. package/dist/txs/get-wallet/get-wallet.schema.zod.browser.cjs +1 -1
  247. package/dist/txs/get-wallet/get-wallet.schema.zod.browser.js +1 -1
  248. package/dist/txs/get-wallet/get-wallet.schema.zod.d.ts +3 -3
  249. package/dist/txs/get-wallet-many/get-wallet-many.schema.zod.browser.cjs +1 -1
  250. package/dist/txs/get-wallet-many/get-wallet-many.schema.zod.browser.js +1 -1
  251. package/dist/txs/healthcheck/healthcheck.schema.zod.browser.cjs +1 -1
  252. package/dist/txs/healthcheck/healthcheck.schema.zod.browser.js +1 -1
  253. package/dist/txs/import-actions/import-actions.schema.zod.browser.cjs +1 -1
  254. package/dist/txs/import-actions/import-actions.schema.zod.browser.js +1 -1
  255. package/dist/txs/import-actions/import-actions.schema.zod.d.ts +12 -12
  256. package/dist/txs/list-export-many/list-export-many.schema.zod.browser.cjs +1 -1
  257. package/dist/txs/list-export-many/list-export-many.schema.zod.browser.js +1 -1
  258. package/dist/txs/list-export-many/list-export-many.schema.zod.d.ts +9 -12
  259. package/dist/txs/query-logs/query-logs.schema.zod.browser.cjs +1 -1
  260. package/dist/txs/query-logs/query-logs.schema.zod.browser.js +1 -1
  261. package/dist/txs/reset-database/reset-database.schema.zod.browser.cjs +1 -1
  262. package/dist/txs/reset-database/reset-database.schema.zod.browser.js +1 -1
  263. package/dist/txs/reverse-transfer/reverse-transfer.schema.zod.browser.cjs +1 -1
  264. package/dist/txs/reverse-transfer/reverse-transfer.schema.zod.browser.js +1 -1
  265. package/dist/txs/reverse-transfer/reverse-transfer.schema.zod.d.ts +3 -3
  266. package/dist/txs/reverse-transfer-group/reverse-transfer-group.schema.zod.browser.cjs +1 -1
  267. package/dist/txs/reverse-transfer-group/reverse-transfer-group.schema.zod.browser.js +1 -1
  268. package/dist/txs/reverse-transfer-group/reverse-transfer-group.schema.zod.d.ts +3 -3
  269. package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.schema.zod.browser.cjs +1 -1
  270. package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.schema.zod.browser.js +1 -1
  271. package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.schema.zod.d.ts +3 -3
  272. package/dist/txs/reverse-transfer-many/reverse-transfer-many.schema.zod.browser.cjs +1 -1
  273. package/dist/txs/reverse-transfer-many/reverse-transfer-many.schema.zod.browser.js +1 -1
  274. package/dist/txs/reverse-transfer-many/reverse-transfer-many.schema.zod.d.ts +3 -3
  275. package/dist/txs/set-flags/set-flags.schema.zod.browser.cjs +1 -1
  276. package/dist/txs/set-flags/set-flags.schema.zod.browser.js +1 -1
  277. package/dist/txs/start-transaction/start-transaction.schema.zod.browser.cjs +1 -1
  278. package/dist/txs/start-transaction/start-transaction.schema.zod.browser.js +1 -1
  279. package/dist/txs/update-token/update-token.schema.zod.browser.cjs +1 -1
  280. package/dist/txs/update-token/update-token.schema.zod.browser.js +1 -1
  281. package/dist/txs/update-token/update-token.schema.zod.d.ts +6 -6
  282. package/dist/txs/update-transfer/update-transfer.schema.zod.browser.cjs +1 -1
  283. package/dist/txs/update-transfer/update-transfer.schema.zod.browser.js +1 -1
  284. package/dist/txs/update-transfer/update-transfer.schema.zod.d.ts +3 -3
  285. package/dist/txs/update-transfer-group/update-transfer-group.schema.zod.browser.cjs +1 -1
  286. package/dist/txs/update-transfer-group/update-transfer-group.schema.zod.browser.js +1 -1
  287. package/dist/txs/update-transfer-group/update-transfer-group.schema.zod.d.ts +3 -3
  288. package/dist/txs/update-transfer-group-many/update-transfer-group-many.schema.zod.browser.cjs +1 -1
  289. package/dist/txs/update-transfer-group-many/update-transfer-group-many.schema.zod.browser.js +1 -1
  290. package/dist/txs/update-transfer-group-many/update-transfer-group-many.schema.zod.d.ts +3 -3
  291. package/dist/txs/update-transfer-many/update-transfer-many.schema.zod.browser.cjs +1 -1
  292. package/dist/txs/update-transfer-many/update-transfer-many.schema.zod.browser.js +1 -1
  293. package/dist/txs/update-transfer-many/update-transfer-many.schema.zod.d.ts +3 -3
  294. package/dist/txs/update-wallet/update-wallet.schema.zod.browser.cjs +1 -1
  295. package/dist/txs/update-wallet/update-wallet.schema.zod.browser.js +1 -1
  296. package/dist/types/wapi-client.d.ts +715 -1050
  297. package/dist/wapi-client-web.iife.js +2 -2
  298. package/dist/wapi-client.d.ts +3 -3
  299. package/dist/wapi-client.iife.js +2 -2
  300. package/dist/wapi-client.js +3 -3
  301. package/package.json +1 -1
  302. package/dist/db/token/token.schema.input.json +0 -44
  303. package/dist/db/token/token.schema.json +0 -124
  304. package/dist/db/token/token.schema.optional.json +0 -62
@@ -42,7 +42,7 @@ var __async = (__this, __arguments, generator) => {
42
42
  import { createEnumFromTuple } from "../../lib/ts-utils.browser.js";
43
43
  import { DatetimeSchema, MetadataSchema } from "../consts.browser.js";
44
44
 
45
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
45
+ // node_modules/zod/lib/index.mjs
46
46
  var util;
47
47
  (function(util2) {
48
48
  util2.assertEqual = (val) => val;
@@ -4008,14 +4008,12 @@ var TransferGroupTypeEnum = createEnumFromTuple(
4008
4008
  transferGroupTableTypeSchema.options
4009
4009
  );
4010
4010
  var transferGroupTableSchema = z.object({
4011
- id: z.number().int().positive().describe("UNIQUE|System defined primary key"),
4012
- identifier: z.string().min(1).max(255).describe(
4013
- "UNIQUE,INPUT|Identifier for this transfer group. Must be unique"
4014
- ),
4011
+ id: z.number().int().positive().describe("System defined primary key"),
4012
+ identifier: z.string().min(1).max(255).describe("Identifier for this transfer group. Must be unique"),
4015
4013
  created_at: DatetimeSchema.describe("Datetime of the initial create"),
4016
4014
  updated_at: DatetimeSchema.describe("Datetime of the last update"),
4017
4015
  metadata: MetadataSchema.describe(
4018
- "INPUT|Key/value object describing this transfer_group"
4016
+ "Key/value object describing this transfer_group"
4019
4017
  ).optional(),
4020
4018
  transfer_group_id: z.number().int().positive().nullable().optional().describe(
4021
4019
  "Foreign key pointing to the transfer_group this transfer belongs to"
@@ -4028,9 +4026,9 @@ var transferGroupTableSchema = z.object({
4028
4026
  validate_final_balance_only: z.boolean().nullable().optional().describe(
4029
4027
  "Boolean if only the final balances of wallets should be validated"
4030
4028
  ),
4031
- transfer_status: z.enum(["pending", "finished", "cancelled"]).describe("INPUT|Status of the transfers").default("pending"),
4032
- status: transferGroupTableStatusSchema.describe("INPUT|Lifecycle status for transfer group").default("open"),
4033
- type: transferGroupTableTypeSchema.describe("INPUT|Type of the transfer group").default("regular")
4029
+ transfer_status: z.enum(["pending", "finished", "cancelled"]).describe("Status of the transfers").default("pending"),
4030
+ status: transferGroupTableStatusSchema.describe("Lifecycle status for transfer group").default("open"),
4031
+ type: transferGroupTableTypeSchema.describe("Type of the transfer group").default("regular")
4034
4032
  }).strict().describe(
4035
4033
  "TransferGroup|An entity collecting transfers into a group locked by status"
4036
4034
  );
@@ -49,14 +49,12 @@ var TransferGroupTypeEnum = (0, import_ts_utils.createEnumFromTuple)(
49
49
  transferGroupTableTypeSchema.options
50
50
  );
51
51
  var transferGroupTableSchema = import_zod.default.object({
52
- id: import_zod.default.number().int().positive().describe("UNIQUE|System defined primary key"),
53
- identifier: import_zod.default.string().min(1).max(255).describe(
54
- "UNIQUE,INPUT|Identifier for this transfer group. Must be unique"
55
- ),
52
+ id: import_zod.default.number().int().positive().describe("System defined primary key"),
53
+ identifier: import_zod.default.string().min(1).max(255).describe("Identifier for this transfer group. Must be unique"),
56
54
  created_at: import_consts.DatetimeSchema.describe("Datetime of the initial create"),
57
55
  updated_at: import_consts.DatetimeSchema.describe("Datetime of the last update"),
58
56
  metadata: import_consts.MetadataSchema.describe(
59
- "INPUT|Key/value object describing this transfer_group"
57
+ "Key/value object describing this transfer_group"
60
58
  ).optional(),
61
59
  transfer_group_id: import_zod.default.number().int().positive().nullable().optional().describe(
62
60
  "Foreign key pointing to the transfer_group this transfer belongs to"
@@ -69,9 +67,9 @@ var transferGroupTableSchema = import_zod.default.object({
69
67
  validate_final_balance_only: import_zod.default.boolean().nullable().optional().describe(
70
68
  "Boolean if only the final balances of wallets should be validated"
71
69
  ),
72
- transfer_status: import_zod.default.enum(["pending", "finished", "cancelled"]).describe("INPUT|Status of the transfers").default("pending"),
73
- status: transferGroupTableStatusSchema.describe("INPUT|Lifecycle status for transfer group").default("open"),
74
- type: transferGroupTableTypeSchema.describe("INPUT|Type of the transfer group").default("regular")
70
+ transfer_status: import_zod.default.enum(["pending", "finished", "cancelled"]).describe("Status of the transfers").default("pending"),
71
+ status: transferGroupTableStatusSchema.describe("Lifecycle status for transfer group").default("open"),
72
+ type: transferGroupTableTypeSchema.describe("Type of the transfer group").default("regular")
75
73
  }).strict().describe(
76
74
  "TransferGroup|An entity collecting transfers into a group locked by status"
77
75
  );
@@ -11,14 +11,12 @@ var TransferGroupTypeEnum = createEnumFromTuple(
11
11
  transferGroupTableTypeSchema.options
12
12
  );
13
13
  var transferGroupTableSchema = z.object({
14
- id: z.number().int().positive().describe("UNIQUE|System defined primary key"),
15
- identifier: z.string().min(1).max(255).describe(
16
- "UNIQUE,INPUT|Identifier for this transfer group. Must be unique"
17
- ),
14
+ id: z.number().int().positive().describe("System defined primary key"),
15
+ identifier: z.string().min(1).max(255).describe("Identifier for this transfer group. Must be unique"),
18
16
  created_at: DatetimeSchema.describe("Datetime of the initial create"),
19
17
  updated_at: DatetimeSchema.describe("Datetime of the last update"),
20
18
  metadata: MetadataSchema.describe(
21
- "INPUT|Key/value object describing this transfer_group"
19
+ "Key/value object describing this transfer_group"
22
20
  ).optional(),
23
21
  transfer_group_id: z.number().int().positive().nullable().optional().describe(
24
22
  "Foreign key pointing to the transfer_group this transfer belongs to"
@@ -31,9 +29,9 @@ var transferGroupTableSchema = z.object({
31
29
  validate_final_balance_only: z.boolean().nullable().optional().describe(
32
30
  "Boolean if only the final balances of wallets should be validated"
33
31
  ),
34
- transfer_status: z.enum(["pending", "finished", "cancelled"]).describe("INPUT|Status of the transfers").default("pending"),
35
- status: transferGroupTableStatusSchema.describe("INPUT|Lifecycle status for transfer group").default("open"),
36
- type: transferGroupTableTypeSchema.describe("INPUT|Type of the transfer group").default("regular")
32
+ transfer_status: z.enum(["pending", "finished", "cancelled"]).describe("Status of the transfers").default("pending"),
33
+ status: transferGroupTableStatusSchema.describe("Lifecycle status for transfer group").default("open"),
34
+ type: transferGroupTableTypeSchema.describe("Type of the transfer group").default("regular")
37
35
  }).strict().describe(
38
36
  "TransferGroup|An entity collecting transfers into a group locked by status"
39
37
  );
@@ -62,7 +62,7 @@ __export(transfer_log_schema_zod_exports, {
62
62
  module.exports = __toCommonJS(transfer_log_schema_zod_exports);
63
63
  var import_consts = require('../consts.cjs');
64
64
 
65
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
65
+ // node_modules/zod/lib/index.mjs
66
66
  var util;
67
67
  (function(util2) {
68
68
  util2.assertEqual = (val) => val;
@@ -4021,7 +4021,7 @@ var z = /* @__PURE__ */ Object.freeze({
4021
4021
  // src/db/transfer-log/transfer-log.schema.zod.ts
4022
4022
  var import_transfer_schema = require('../transfer/transfer.schema.zod.cjs');
4023
4023
  var transferLogTableSchema = z.object({
4024
- id: z.number().int().positive().describe("UNIQUE|System defined primary key"),
4024
+ id: z.number().int().positive().describe("System defined primary key"),
4025
4025
  transfer_id: z.number().int().positive().describe("Foreign key pointing to the transfer this log belongs to"),
4026
4026
  wallet_id: z.number().int().positive().describe("Foreign key pointing to the wallet this log belongs to"),
4027
4027
  token_id: z.number().int().positive().describe("Foreign key pointing to the token this log belongs to"),
@@ -41,7 +41,7 @@ var __async = (__this, __arguments, generator) => {
41
41
  // src/db/transfer-log/transfer-log.schema.zod.ts
42
42
  import { DatetimeSchema } from "../consts.browser.js";
43
43
 
44
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
44
+ // node_modules/zod/lib/index.mjs
45
45
  var util;
46
46
  (function(util2) {
47
47
  util2.assertEqual = (val) => val;
@@ -4003,7 +4003,7 @@ import {
4003
4003
  transferTableTypeSchema
4004
4004
  } from "../transfer/transfer.schema.zod.browser.js";
4005
4005
  var transferLogTableSchema = z.object({
4006
- id: z.number().int().positive().describe("UNIQUE|System defined primary key"),
4006
+ id: z.number().int().positive().describe("System defined primary key"),
4007
4007
  transfer_id: z.number().int().positive().describe("Foreign key pointing to the transfer this log belongs to"),
4008
4008
  wallet_id: z.number().int().positive().describe("Foreign key pointing to the wallet this log belongs to"),
4009
4009
  token_id: z.number().int().positive().describe("Foreign key pointing to the token this log belongs to"),
@@ -37,7 +37,7 @@ var import_consts = require('../consts.cjs');
37
37
  var import_zod = __toESM(require("zod"), 1);
38
38
  var import_transfer_schema = require('../transfer/transfer.schema.zod.cjs');
39
39
  var transferLogTableSchema = import_zod.default.object({
40
- id: import_zod.default.number().int().positive().describe("UNIQUE|System defined primary key"),
40
+ id: import_zod.default.number().int().positive().describe("System defined primary key"),
41
41
  transfer_id: import_zod.default.number().int().positive().describe("Foreign key pointing to the transfer this log belongs to"),
42
42
  wallet_id: import_zod.default.number().int().positive().describe("Foreign key pointing to the wallet this log belongs to"),
43
43
  token_id: import_zod.default.number().int().positive().describe("Foreign key pointing to the token this log belongs to"),
@@ -6,7 +6,7 @@ import {
6
6
  transferTableTypeSchema
7
7
  } from "../transfer/transfer.schema.zod";
8
8
  var transferLogTableSchema = z.object({
9
- id: z.number().int().positive().describe("UNIQUE|System defined primary key"),
9
+ id: z.number().int().positive().describe("System defined primary key"),
10
10
  transfer_id: z.number().int().positive().describe("Foreign key pointing to the transfer this log belongs to"),
11
11
  wallet_id: z.number().int().positive().describe("Foreign key pointing to the wallet this log belongs to"),
12
12
  token_id: z.number().int().positive().describe("Foreign key pointing to the token this log belongs to"),
@@ -67,7 +67,7 @@ module.exports = __toCommonJS(wallet_schema_zod_exports);
67
67
  var import_ts_utils = require('../../lib/ts-utils.cjs');
68
68
  var import_consts = require('../consts.cjs');
69
69
 
70
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
70
+ // node_modules/zod/lib/index.mjs
71
71
  var util;
72
72
  (function(util2) {
73
73
  util2.assertEqual = (val) => val;
@@ -42,7 +42,7 @@ var __async = (__this, __arguments, generator) => {
42
42
  import { createEnumFromTuple } from "../../lib/ts-utils.browser.js";
43
43
  import { DatetimeSchema, MetadataSchema } from "../consts.browser.js";
44
44
 
45
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
45
+ // node_modules/zod/lib/index.mjs
46
46
  var util;
47
47
  (function(util2) {
48
48
  util2.assertEqual = (val) => val;
@@ -62,7 +62,7 @@ __export(wallet_token_setting_schema_zod_exports, {
62
62
  module.exports = __toCommonJS(wallet_token_setting_schema_zod_exports);
63
63
  var import_consts = require('../consts.cjs');
64
64
 
65
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
65
+ // node_modules/zod/lib/index.mjs
66
66
  var util;
67
67
  (function(util2) {
68
68
  util2.assertEqual = (val) => val;
@@ -41,7 +41,7 @@ var __async = (__this, __arguments, generator) => {
41
41
  // src/db/wallet-token-setting/wallet-token-setting.schema.zod.ts
42
42
  import { DatetimeSchema } from "../consts.browser.js";
43
43
 
44
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
44
+ // node_modules/zod/lib/index.mjs
45
45
  var util;
46
46
  (function(util2) {
47
47
  util2.assertEqual = (val) => val;
@@ -65,7 +65,7 @@ module.exports = __toCommonJS(wapi_setting_schema_zod_exports);
65
65
  var import_ts_utils = require('../../lib/ts-utils.cjs');
66
66
  var import_consts = require('../consts.cjs');
67
67
 
68
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
68
+ // node_modules/zod/lib/index.mjs
69
69
  var util;
70
70
  (function(util2) {
71
71
  util2.assertEqual = (val) => val;
@@ -42,7 +42,7 @@ var __async = (__this, __arguments, generator) => {
42
42
  import { createEnumFromTuple } from "../../lib/ts-utils.browser.js";
43
43
  import { DatetimeSchema } from "../consts.browser.js";
44
44
 
45
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
45
+ // node_modules/zod/lib/index.mjs
46
46
  var util;
47
47
  (function(util2) {
48
48
  util2.assertEqual = (val) => val;
@@ -62,7 +62,7 @@ __export(wapi_statistic_schema_zod_exports, {
62
62
  module.exports = __toCommonJS(wapi_statistic_schema_zod_exports);
63
63
  var import_consts = require('../consts.cjs');
64
64
 
65
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
65
+ // node_modules/zod/lib/index.mjs
66
66
  var util;
67
67
  (function(util2) {
68
68
  util2.assertEqual = (val) => val;
@@ -41,7 +41,7 @@ var __async = (__this, __arguments, generator) => {
41
41
  // src/db/wapi-statistic/wapi-statistic.schema.zod.ts
42
42
  import { DatetimeSchema, DbModelNameSchema } from "../consts.browser.js";
43
43
 
44
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
44
+ // node_modules/zod/lib/index.mjs
45
45
  var util;
46
46
  (function(util2) {
47
47
  util2.assertEqual = (val) => val;
@@ -7,7 +7,7 @@ import { AggregateQueryBuilder } from '../../lib/query-builder/aggregate-query-b
7
7
  * Aggregate Transfers using either a simple filter or queryBuilder
8
8
  *
9
9
  */
10
- export declare function aggregateTransfers(options: ClientFunctionOptions, input?: AggregateTransfersFnInput | undefined, fnOptions?: AggregateTransfersFnOptions): AggregateQueryBuilder<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
10
+ export declare function aggregateTransfers(options: ClientFunctionOptions, input?: AggregateTransfersFnInput | undefined, fnOptions?: AggregateTransfersFnOptions): AggregateQueryBuilder<import("zod").ZodObject<{
11
11
  wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
12
12
  foreign: string;
13
13
  }, string | number>>;
@@ -26,20 +26,19 @@ export declare function aggregateTransfers(options: ClientFunctionOptions, input
26
26
  type: import("zod").ZodOptional<import("zod").ZodEnum<["transfer", "deposit", "withdrawal"]>>;
27
27
  status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>;
28
28
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
29
- }, {
29
+ } & {
30
30
  options: import("zod").ZodOptional<import("zod").ZodObject<{
31
31
  offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
32
32
  tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
33
33
  transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
34
34
  limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
35
35
  return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
36
- order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
37
- field: import("zod").ZodString;
36
+ order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
38
37
  direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
39
38
  nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
40
- }, {
39
+ } & {
41
40
  field: import("zod").ZodEnum<["type", "status", "metadata", "id", "created_at", "updated_at", "identifier", "control_hash", "from_wallet_id", "to_wallet_id", "token_id", "amount", "force", "auto_hash", "transfer_group_id", "reverses_id", "status_finalized_at", "group_validate"]>;
42
- }>, "strict", import("zod").ZodTypeAny, {
41
+ }, "strict", import("zod").ZodTypeAny, {
43
42
  field: "type" | "status" | "identifier" | "metadata" | "id" | "created_at" | "updated_at" | "control_hash" | "from_wallet_id" | "to_wallet_id" | "token_id" | "amount" | "force" | "auto_hash" | "transfer_group_id" | "reverses_id" | "status_finalized_at" | "group_validate";
44
43
  direction?: "asc" | "desc" | undefined;
45
44
  nulls?: "first" | "last" | undefined;
@@ -100,7 +99,7 @@ export declare function aggregateTransfers(options: ClientFunctionOptions, input
100
99
  return_running_balance?: boolean | undefined;
101
100
  return_signed_amount?: boolean | undefined;
102
101
  }>>;
103
- }>, "strict", import("zod").ZodTypeAny, {
102
+ }, "strict", import("zod").ZodTypeAny, {
104
103
  options?: {
105
104
  offset?: number | undefined;
106
105
  tracking_id?: string | undefined;
@@ -64,7 +64,7 @@ __export(aggregate_transfers_schema_zod_exports, {
64
64
  });
65
65
  module.exports = __toCommonJS(aggregate_transfers_schema_zod_exports);
66
66
 
67
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
67
+ // node_modules/zod/lib/index.mjs
68
68
  var util;
69
69
  (function(util2) {
70
70
  util2.assertEqual = (val) => val;
@@ -38,7 +38,7 @@ var __async = (__this, __arguments, generator) => {
38
38
  });
39
39
  };
40
40
 
41
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
41
+ // node_modules/zod/lib/index.mjs
42
42
  var util;
43
43
  (function(util2) {
44
44
  util2.assertEqual = (val) => val;
@@ -68,7 +68,7 @@ module.exports = __toCommonJS(consts_exports);
68
68
  var import_consts = require('../txs/consts.cjs');
69
69
  var import_consts2 = require('../txs/consts.cjs');
70
70
 
71
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
71
+ // node_modules/zod/lib/index.mjs
72
72
  var util;
73
73
  (function(util2) {
74
74
  util2.assertEqual = (val) => val;
@@ -42,7 +42,7 @@ var __async = (__this, __arguments, generator) => {
42
42
  import { iTxOrderingOptions } from "../txs/consts.browser.js";
43
43
  import { iTxLimitingOptions } from "../txs/consts.browser.js";
44
44
 
45
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
45
+ // node_modules/zod/lib/index.mjs
46
46
  var util;
47
47
  (function(util2) {
48
48
  util2.assertEqual = (val) => val;
@@ -6,10 +6,10 @@ export declare const iFnFindOptionsExtraSchema: z.ZodObject<{
6
6
  }, {
7
7
  order_by: string;
8
8
  }>;
9
- export declare const iFnFindOptionsSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
9
+ export declare const iFnFindOptionsSchema: z.ZodObject<{
10
10
  limit: z.ZodDefault<z.ZodNumber>;
11
11
  offset: z.ZodDefault<z.ZodNumber>;
12
- }, {
12
+ } & {
13
13
  order: z.ZodArray<z.ZodObject<{
14
14
  field: z.ZodString;
15
15
  direction: z.ZodOptional<z.ZodDefault<z.ZodEnum<["asc", "desc"]>>>;
@@ -23,9 +23,9 @@ export declare const iFnFindOptionsSchema: z.ZodObject<z.objectUtil.extendShape<
23
23
  direction?: "asc" | "desc" | undefined;
24
24
  nulls?: "first" | "last" | undefined;
25
25
  }>, "many">;
26
- }>, {
26
+ } & {
27
27
  order_by: z.ZodString;
28
- }>, "strip", z.ZodTypeAny, {
28
+ }, "strip", z.ZodTypeAny, {
29
29
  offset: number;
30
30
  limit: number;
31
31
  order: {
@@ -66,7 +66,7 @@ __export(create_access_token_schema_zod_exports, {
66
66
  });
67
67
  module.exports = __toCommonJS(create_access_token_schema_zod_exports);
68
68
 
69
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
69
+ // node_modules/zod/lib/index.mjs
70
70
  var util;
71
71
  (function(util2) {
72
72
  util2.assertEqual = (val) => val;
@@ -38,7 +38,7 @@ var __async = (__this, __arguments, generator) => {
38
38
  });
39
39
  };
40
40
 
41
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
41
+ // node_modules/zod/lib/index.mjs
42
42
  var util;
43
43
  (function(util2) {
44
44
  util2.assertEqual = (val) => val;
@@ -10,9 +10,8 @@ export declare const createAccessTokenFnOptionsSchema: z.ZodObject<{
10
10
  transaction_id?: string | undefined;
11
11
  }>;
12
12
  export declare const createAccessTokenLimitedScopeFnSchema: z.ZodEnum<["aggregateTransferMany", "exportBalanceHistory", "exportTokenMany", "exportTransferGroupMany", "exportTransferMany", "exportWalletMany", "findBalanceMany", "findTokenMany", "findTransferGroupMany", "findTransferMany", "findWalletMany", "getBalance", "getBalanceHistory", "getExport", "getStatistics", "getToken", "getTokenMany", "getTransfer", "getTransferGroup", "getWallet", "getWalletMany", "healthcheck", "listExportMany", "aggregateTransfers", "exportBalanceHistory", "exportTokens", "exportTransferGroups", "exportTransfers", "exportWallets", "findBalances", "findTokens", "findTransferGroups", "findTransfers", "findWallets", "listExports"]>;
13
- export declare const createAccessTokenFnLimitedSchema: z.ZodObject<z.objectUtil.extendShape<{
13
+ export declare const createAccessTokenFnLimitedSchema: z.ZodObject<{
14
14
  type: z.ZodEnum<["limited"]>;
15
- scopes: z.ZodArray<z.ZodEnum<["aggregateTransferMany", "exportBalanceHistory", "exportTokenMany", "exportTransferGroupMany", "exportTransferMany", "exportWalletMany", "findBalanceMany", "findTokenMany", "findTransferGroupMany", "findTransferMany", "findWalletMany", "getBalance", "getBalanceHistory", "getExport", "getStatistics", "getToken", "getTokenMany", "getTransfer", "getTransferGroup", "getWallet", "getWalletMany", "healthcheck", "listExportMany"]>, "many">;
16
15
  expiresIn: z.ZodNumber;
17
16
  filters: z.ZodOptional<z.ZodObject<{
18
17
  wallet_foreign: z.ZodOptional<z.ZodString>;
@@ -30,9 +29,9 @@ export declare const createAccessTokenFnLimitedSchema: z.ZodObject<z.objectUtil.
30
29
  token_foreign?: string | undefined;
31
30
  wallet_foreign?: string | undefined;
32
31
  }>>;
33
- }, {
32
+ } & {
34
33
  scopes: z.ZodArray<z.ZodEnum<["aggregateTransferMany", "exportBalanceHistory", "exportTokenMany", "exportTransferGroupMany", "exportTransferMany", "exportWalletMany", "findBalanceMany", "findTokenMany", "findTransferGroupMany", "findTransferMany", "findWalletMany", "getBalance", "getBalanceHistory", "getExport", "getStatistics", "getToken", "getTokenMany", "getTransfer", "getTransferGroup", "getWallet", "getWalletMany", "healthcheck", "listExportMany", "aggregateTransfers", "exportBalanceHistory", "exportTokens", "exportTransferGroups", "exportTransfers", "exportWallets", "findBalances", "findTokens", "findTransferGroups", "findTransfers", "findWallets", "listExports"]>, "many">;
35
- }>, "strict", z.ZodTypeAny, {
34
+ }, "strict", z.ZodTypeAny, {
36
35
  type: "limited";
37
36
  scopes: ("aggregateTransferMany" | "exportBalanceHistory" | "exportTokenMany" | "exportTransferGroupMany" | "exportTransferMany" | "exportWalletMany" | "findBalanceMany" | "findTokenMany" | "findTransferGroupMany" | "findTransferMany" | "findWalletMany" | "getBalance" | "getBalanceHistory" | "getExport" | "getStatistics" | "getToken" | "getTokenMany" | "getTransfer" | "getTransferGroup" | "getWallet" | "getWalletMany" | "healthcheck" | "listExportMany" | "aggregateTransfers" | "exportTokens" | "exportTransferGroups" | "exportTransfers" | "exportWallets" | "findBalances" | "findTokens" | "findTransferGroups" | "findTransfers" | "findWallets" | "listExports")[];
38
37
  expiresIn: number;
@@ -54,9 +53,8 @@ export declare const createAccessTokenFnLimitedSchema: z.ZodObject<z.objectUtil.
54
53
  } | undefined;
55
54
  }>;
56
55
  export declare const createAccessTokenFnInputSchema: z.ZodObject<{
57
- token: z.ZodOptional<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
56
+ token: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
58
57
  type: z.ZodEnum<["limited"]>;
59
- scopes: z.ZodArray<z.ZodEnum<["aggregateTransferMany", "exportBalanceHistory", "exportTokenMany", "exportTransferGroupMany", "exportTransferMany", "exportWalletMany", "findBalanceMany", "findTokenMany", "findTransferGroupMany", "findTransferMany", "findWalletMany", "getBalance", "getBalanceHistory", "getExport", "getStatistics", "getToken", "getTokenMany", "getTransfer", "getTransferGroup", "getWallet", "getWalletMany", "healthcheck", "listExportMany"]>, "many">;
60
58
  expiresIn: z.ZodNumber;
61
59
  filters: z.ZodOptional<z.ZodObject<{
62
60
  wallet_foreign: z.ZodOptional<z.ZodString>;
@@ -74,9 +72,9 @@ export declare const createAccessTokenFnInputSchema: z.ZodObject<{
74
72
  token_foreign?: string | undefined;
75
73
  wallet_foreign?: string | undefined;
76
74
  }>>;
77
- }, {
75
+ } & {
78
76
  scopes: z.ZodArray<z.ZodEnum<["aggregateTransferMany", "exportBalanceHistory", "exportTokenMany", "exportTransferGroupMany", "exportTransferMany", "exportWalletMany", "findBalanceMany", "findTokenMany", "findTransferGroupMany", "findTransferMany", "findWalletMany", "getBalance", "getBalanceHistory", "getExport", "getStatistics", "getToken", "getTokenMany", "getTransfer", "getTransferGroup", "getWallet", "getWalletMany", "healthcheck", "listExportMany", "aggregateTransfers", "exportBalanceHistory", "exportTokens", "exportTransferGroups", "exportTransfers", "exportWallets", "findBalances", "findTokens", "findTransferGroups", "findTransfers", "findWallets", "listExports"]>, "many">;
79
- }>, "strict", z.ZodTypeAny, {
77
+ }, "strict", z.ZodTypeAny, {
80
78
  type: "limited";
81
79
  scopes: ("aggregateTransferMany" | "exportBalanceHistory" | "exportTokenMany" | "exportTransferGroupMany" | "exportTransferMany" | "exportWalletMany" | "findBalanceMany" | "findTokenMany" | "findTransferGroupMany" | "findTransferMany" | "findWalletMany" | "getBalance" | "getBalanceHistory" | "getExport" | "getStatistics" | "getToken" | "getTokenMany" | "getTransfer" | "getTransferGroup" | "getWallet" | "getWalletMany" | "healthcheck" | "listExportMany" | "aggregateTransfers" | "exportTokens" | "exportTransferGroups" | "exportTransfers" | "exportWallets" | "findBalances" | "findTokens" | "findTransferGroups" | "findTransfers" | "findWallets" | "listExports")[];
82
80
  expiresIn: number;
@@ -67,7 +67,7 @@ __export(create_contract_schema_zod_exports, {
67
67
  module.exports = __toCommonJS(create_contract_schema_zod_exports);
68
68
  var import_create_contract_schema = require('../../txs/create-contract/create-contract.schema.zod.cjs');
69
69
 
70
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
70
+ // node_modules/zod/lib/index.mjs
71
71
  var util;
72
72
  (function(util2) {
73
73
  util2.assertEqual = (val) => val;
@@ -44,7 +44,7 @@ import {
44
44
  createContractTxOutputSchema
45
45
  } from "../../txs/create-contract/create-contract.schema.zod.browser.js";
46
46
 
47
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
47
+ // node_modules/zod/lib/index.mjs
48
48
  var util;
49
49
  (function(util2) {
50
50
  util2.assertEqual = (val) => val;
@@ -98,7 +98,7 @@ export declare const createContractInputSchema: z.ZodObject<{
98
98
  latest_control_hash?: string | null | undefined;
99
99
  } | undefined;
100
100
  }>;
101
- export declare const createContractFnInputSchema: z.ZodObject<z.objectUtil.extendShape<{
101
+ export declare const createContractFnInputSchema: z.ZodObject<{
102
102
  foreign: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
103
103
  metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("../../db/consts").Metadata, z.ZodTypeDef, import("../../db/consts").Metadata>>>;
104
104
  owner: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
@@ -123,7 +123,7 @@ export declare const createContractFnInputSchema: z.ZodObject<z.objectUtil.exten
123
123
  amount?: number | undefined;
124
124
  latest_control_hash?: string | null | undefined;
125
125
  }>>;
126
- }, {
126
+ } & {
127
127
  options: z.ZodOptional<z.ZodOptional<z.ZodObject<{
128
128
  tracking_id: z.ZodOptional<z.ZodString>;
129
129
  transaction_id: z.ZodOptional<z.ZodString>;
@@ -152,7 +152,7 @@ export declare const createContractFnInputSchema: z.ZodObject<z.objectUtil.exten
152
152
  end_time?: string | undefined;
153
153
  } | undefined;
154
154
  }>>>;
155
- }>, "strict", z.ZodTypeAny, {
155
+ }, "strict", z.ZodTypeAny, {
156
156
  foreign: string | number;
157
157
  value_token: string | number;
158
158
  value_amount: number;
@@ -277,7 +277,7 @@ export declare const createContractFnOutputSchema: z.ZodObject<{
277
277
  validate_final_balance_only?: boolean | null | undefined;
278
278
  transfer_status?: "pending" | "finished" | "cancelled" | undefined;
279
279
  }>;
280
- transfers: z.ZodArray<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
280
+ transfers: z.ZodArray<z.ZodOptional<z.ZodObject<{
281
281
  id: z.ZodNumber;
282
282
  identifier: z.ZodString;
283
283
  control_hash: z.ZodNullable<z.ZodString>;
@@ -296,13 +296,13 @@ export declare const createContractFnOutputSchema: z.ZodObject<{
296
296
  reverses_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
297
297
  status_finalized_at: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>>;
298
298
  group_validate: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
299
- }, {
299
+ } & {
300
300
  from_wallet_foreign: z.ZodString;
301
301
  to_wallet_foreign: z.ZodString;
302
302
  token_foreign: z.ZodString;
303
303
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
304
304
  reverses_identifier: z.ZodNullable<z.ZodString>;
305
- }>, "strict", z.ZodTypeAny, {
305
+ }, "strict", z.ZodTypeAny, {
306
306
  type: "transfer" | "deposit" | "withdrawal";
307
307
  status: "pending" | "finished" | "cancelled";
308
308
  identifier: string;
@@ -65,7 +65,7 @@ __export(create_deposit_schema_zod_exports, {
65
65
  });
66
66
  module.exports = __toCommonJS(create_deposit_schema_zod_exports);
67
67
 
68
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
68
+ // node_modules/zod/lib/index.mjs
69
69
  var util;
70
70
  (function(util2) {
71
71
  util2.assertEqual = (val) => val;
@@ -38,7 +38,7 @@ var __async = (__this, __arguments, generator) => {
38
38
  });
39
39
  };
40
40
 
41
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
41
+ // node_modules/zod/lib/index.mjs
42
42
  var util;
43
43
  (function(util2) {
44
44
  util2.assertEqual = (val) => val;
@@ -43,7 +43,7 @@ export declare const createDepositInputSchema: z.ZodObject<{
43
43
  created_at?: string | undefined;
44
44
  transfer_group?: string | number | undefined;
45
45
  }>;
46
- export declare const createDepositFnInputSchema: z.ZodObject<z.objectUtil.extendShape<{
46
+ export declare const createDepositFnInputSchema: z.ZodObject<{
47
47
  status: z.ZodOptional<z.ZodEnum<["pending", "finished"]>>;
48
48
  identifier: z.ZodOptional<z.ZodString>;
49
49
  metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("../../db/consts").Metadata, z.ZodTypeDef, import("../../db/consts").Metadata>>>;
@@ -52,7 +52,7 @@ export declare const createDepositFnInputSchema: z.ZodObject<z.objectUtil.extend
52
52
  amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
53
53
  wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
54
54
  transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
55
- }, {
55
+ } & {
56
56
  options: z.ZodOptional<z.ZodObject<{
57
57
  tracking_id: z.ZodOptional<z.ZodString>;
58
58
  transaction_id: z.ZodOptional<z.ZodString>;
@@ -69,7 +69,7 @@ export declare const createDepositFnInputSchema: z.ZodObject<z.objectUtil.extend
69
69
  create_wallet_if_not_exists?: boolean | undefined;
70
70
  return_balance?: boolean | undefined;
71
71
  }>>;
72
- }>, "strict", z.ZodTypeAny, {
72
+ }, "strict", z.ZodTypeAny, {
73
73
  amount: string | number;
74
74
  wallet: string | number;
75
75
  options?: {
@@ -101,7 +101,7 @@ export declare const createDepositFnInputSchema: z.ZodObject<z.objectUtil.extend
101
101
  transfer_group?: string | number | undefined;
102
102
  }>;
103
103
  export declare const createDepositFnOutputSchema: z.ZodObject<{
104
- transfer: z.ZodObject<z.objectUtil.extendShape<{
104
+ transfer: z.ZodObject<{
105
105
  id: z.ZodNumber;
106
106
  identifier: z.ZodString;
107
107
  control_hash: z.ZodNullable<z.ZodString>;
@@ -120,13 +120,13 @@ export declare const createDepositFnOutputSchema: z.ZodObject<{
120
120
  reverses_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
121
121
  status_finalized_at: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>>;
122
122
  group_validate: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
123
- }, {
123
+ } & {
124
124
  from_wallet_foreign: z.ZodString;
125
125
  to_wallet_foreign: z.ZodString;
126
126
  token_foreign: z.ZodString;
127
127
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
128
128
  reverses_identifier: z.ZodNullable<z.ZodString>;
129
- }>, "strict", z.ZodTypeAny, {
129
+ }, "strict", z.ZodTypeAny, {
130
130
  type: "transfer" | "deposit" | "withdrawal";
131
131
  status: "pending" | "finished" | "cancelled";
132
132
  identifier: string;
@@ -65,7 +65,7 @@ __export(create_exchange_schema_zod_exports, {
65
65
  });
66
66
  module.exports = __toCommonJS(create_exchange_schema_zod_exports);
67
67
 
68
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
68
+ // node_modules/zod/lib/index.mjs
69
69
  var util;
70
70
  (function(util2) {
71
71
  util2.assertEqual = (val) => val;
@@ -38,7 +38,7 @@ var __async = (__this, __arguments, generator) => {
38
38
  });
39
39
  };
40
40
 
41
- // node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
41
+ // node_modules/zod/lib/index.mjs
42
42
  var util;
43
43
  (function(util2) {
44
44
  util2.assertEqual = (val) => val;