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.
- package/dist/api/http-client.browser.cjs +2 -2
- package/dist/api/http-client.browser.js +2 -2
- package/dist/api/ws-client.browser.cjs +1 -1
- package/dist/api/ws-client.browser.js +1 -1
- package/dist/client-options.schema.zod.browser.cjs +1 -1
- package/dist/client-options.schema.zod.browser.js +1 -1
- package/dist/client.browser.cjs +12 -36
- package/dist/client.browser.js +12 -36
- package/dist/client.cjs +12 -36
- package/dist/client.d.ts +34 -44
- package/dist/client.js +12 -36
- package/dist/db/consts.browser.cjs +1 -1
- package/dist/db/consts.browser.js +1 -1
- package/dist/db/index.browser.cjs +0 -10
- package/dist/db/index.browser.js +0 -10
- package/dist/db/index.cjs +0 -15
- package/dist/db/index.d.ts +15 -10
- package/dist/db/index.js +0 -10
- package/dist/db/token/token.schema.zod.browser.cjs +1 -1
- package/dist/db/token/token.schema.zod.browser.js +1 -1
- package/dist/db/transfer/transfer.schema.zod.browser.cjs +1 -1
- package/dist/db/transfer/transfer.schema.zod.browser.js +1 -1
- package/dist/db/transfer-group/transfer-group.schema.zod.browser.cjs +7 -9
- package/dist/db/transfer-group/transfer-group.schema.zod.browser.js +7 -9
- package/dist/db/transfer-group/transfer-group.schema.zod.cjs +6 -8
- package/dist/db/transfer-group/transfer-group.schema.zod.js +6 -8
- package/dist/db/transfer-log/transfer-log.schema.zod.browser.cjs +2 -2
- package/dist/db/transfer-log/transfer-log.schema.zod.browser.js +2 -2
- package/dist/db/transfer-log/transfer-log.schema.zod.cjs +1 -1
- package/dist/db/transfer-log/transfer-log.schema.zod.js +1 -1
- package/dist/db/wallet/wallet.schema.zod.browser.cjs +1 -1
- package/dist/db/wallet/wallet.schema.zod.browser.js +1 -1
- package/dist/db/wallet-token-setting/wallet-token-setting.schema.zod.browser.cjs +1 -1
- package/dist/db/wallet-token-setting/wallet-token-setting.schema.zod.browser.js +1 -1
- package/dist/db/wapi-setting/wapi-setting.schema.zod.browser.cjs +1 -1
- package/dist/db/wapi-setting/wapi-setting.schema.zod.browser.js +1 -1
- package/dist/db/wapi-statistic/wapi-statistic.schema.zod.browser.cjs +1 -1
- package/dist/db/wapi-statistic/wapi-statistic.schema.zod.browser.js +1 -1
- package/dist/fns/aggregate-transfers/aggregate-transfers.d.ts +6 -7
- package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.browser.cjs +1 -1
- package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.browser.js +1 -1
- package/dist/fns/consts.browser.cjs +1 -1
- package/dist/fns/consts.browser.js +1 -1
- package/dist/fns/consts.d.ts +4 -4
- package/dist/fns/create-access-token/create-access-token.schema.zod.browser.cjs +1 -1
- package/dist/fns/create-access-token/create-access-token.schema.zod.browser.js +1 -1
- package/dist/fns/create-access-token/create-access-token.schema.zod.d.ts +6 -8
- package/dist/fns/create-contract/create-contract.schema.zod.browser.cjs +1 -1
- package/dist/fns/create-contract/create-contract.schema.zod.browser.js +1 -1
- package/dist/fns/create-contract/create-contract.schema.zod.d.ts +6 -6
- package/dist/fns/create-deposit/create-deposit.schema.zod.browser.cjs +1 -1
- package/dist/fns/create-deposit/create-deposit.schema.zod.browser.js +1 -1
- package/dist/fns/create-deposit/create-deposit.schema.zod.d.ts +6 -6
- package/dist/fns/create-exchange/create-exchange.schema.zod.browser.cjs +1 -1
- package/dist/fns/create-exchange/create-exchange.schema.zod.browser.js +1 -1
- package/dist/fns/create-exchange/create-exchange.schema.zod.d.ts +6 -6
- package/dist/fns/create-token/create-token.schema.zod.d.ts +3 -3
- package/dist/fns/create-transfer/create-transfer.schema.zod.browser.cjs +1 -1
- package/dist/fns/create-transfer/create-transfer.schema.zod.browser.js +1 -1
- package/dist/fns/create-transfer/create-transfer.schema.zod.d.ts +3 -3
- package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.browser.cjs +1 -1
- package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.browser.js +1 -1
- package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.d.ts +6 -6
- package/dist/fns/create-transfers/create-transfers.schema.zod.browser.cjs +1 -1
- package/dist/fns/create-transfers/create-transfers.schema.zod.browser.js +1 -1
- package/dist/fns/create-transfers/create-transfers.schema.zod.d.ts +3 -3
- package/dist/fns/create-wallet/create-wallet.schema.zod.d.ts +3 -3
- package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.browser.cjs +1 -1
- package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.browser.js +1 -1
- package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.d.ts +6 -6
- package/dist/fns/export-balance-history/export-balance-history.schema.zod.browser.cjs +1 -1
- package/dist/fns/export-balance-history/export-balance-history.schema.zod.browser.js +1 -1
- package/dist/fns/export-balance-history/export-balance-history.schema.zod.d.ts +3 -3
- package/dist/fns/export-tokens/export-tokens.d.ts +3 -4
- package/dist/fns/export-tokens/export-tokens.schema.zod.d.ts +9 -11
- package/dist/fns/export-transfer-groups/export-transfer-groups.d.ts +3 -4
- package/dist/fns/export-transfer-groups/export-transfer-groups.schema.zod.d.ts +9 -11
- package/dist/fns/export-transfers/export-transfers.d.ts +3 -4
- package/dist/fns/export-transfers/export-transfers.schema.zod.d.ts +9 -11
- package/dist/fns/export-wallets/export-wallets.d.ts +3 -4
- package/dist/fns/export-wallets/export-wallets.schema.zod.d.ts +9 -11
- package/dist/fns/find-balances/find-balances.d.ts +3 -4
- package/dist/fns/find-balances/find-balances.schema.zod.browser.cjs +1 -1
- package/dist/fns/find-balances/find-balances.schema.zod.browser.js +1 -1
- package/dist/fns/find-balances/find-balances.schema.zod.d.ts +9 -11
- package/dist/fns/find-tokens/find-tokens.d.ts +3 -4
- package/dist/fns/find-tokens/find-tokens.schema.zod.browser.cjs +1 -1
- package/dist/fns/find-tokens/find-tokens.schema.zod.browser.js +1 -1
- package/dist/fns/find-tokens/find-tokens.schema.zod.d.ts +9 -11
- package/dist/fns/find-transfer-groups/find-transfer-groups.d.ts +3 -4
- package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.browser.cjs +1 -1
- package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.browser.js +1 -1
- package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.d.ts +9 -11
- package/dist/fns/find-transfers/find-transfers.d.ts +3 -4
- package/dist/fns/find-transfers/find-transfers.schema.zod.browser.cjs +1 -1
- package/dist/fns/find-transfers/find-transfers.schema.zod.browser.js +1 -1
- package/dist/fns/find-transfers/find-transfers.schema.zod.d.ts +16 -18
- package/dist/fns/find-wallets/find-wallets.d.ts +3 -4
- package/dist/fns/find-wallets/find-wallets.schema.zod.browser.cjs +1 -1
- package/dist/fns/find-wallets/find-wallets.schema.zod.browser.js +1 -1
- package/dist/fns/find-wallets/find-wallets.schema.zod.d.ts +9 -11
- package/dist/fns/get-balance/get-balance.schema.zod.browser.cjs +1 -1
- package/dist/fns/get-balance/get-balance.schema.zod.browser.js +1 -1
- package/dist/fns/get-balance/get-balance.schema.zod.d.ts +3 -3
- package/dist/fns/get-balance-history/get-balance-history.schema.zod.browser.cjs +1 -1
- package/dist/fns/get-balance-history/get-balance-history.schema.zod.browser.js +1 -1
- package/dist/fns/get-balance-history/get-balance-history.schema.zod.d.ts +3 -3
- package/dist/fns/get-export/get-export.schema.zod.browser.cjs +1 -1
- package/dist/fns/get-export/get-export.schema.zod.browser.js +1 -1
- package/dist/fns/get-export/get-export.schema.zod.d.ts +3 -3
- package/dist/fns/get-flags/get-flags.schema.zod.browser.cjs +1 -1
- package/dist/fns/get-flags/get-flags.schema.zod.browser.js +1 -1
- package/dist/fns/get-statistics/get-statistics.schema.zod.browser.cjs +1 -1
- package/dist/fns/get-statistics/get-statistics.schema.zod.browser.js +1 -1
- package/dist/fns/get-token/get-token.schema.zod.browser.cjs +1 -1
- package/dist/fns/get-token/get-token.schema.zod.browser.js +1 -1
- package/dist/fns/get-token/get-token.schema.zod.d.ts +3 -3
- package/dist/fns/get-transfer/get-transfer.schema.zod.browser.cjs +1 -1
- package/dist/fns/get-transfer/get-transfer.schema.zod.browser.js +1 -1
- package/dist/fns/get-transfer/get-transfer.schema.zod.d.ts +6 -6
- package/dist/fns/get-transfer-group/get-transfer-group.schema.zod.browser.cjs +1 -1
- package/dist/fns/get-transfer-group/get-transfer-group.schema.zod.browser.js +1 -1
- package/dist/fns/get-transfer-group/get-transfer-group.schema.zod.d.ts +3 -3
- package/dist/fns/get-wallet/get-wallet.schema.zod.browser.cjs +1 -1
- package/dist/fns/get-wallet/get-wallet.schema.zod.browser.js +1 -1
- package/dist/fns/get-wallet/get-wallet.schema.zod.d.ts +3 -3
- package/dist/fns/healthcheck/healthcheck.schema.zod.browser.cjs +1 -1
- package/dist/fns/healthcheck/healthcheck.schema.zod.browser.js +1 -1
- package/dist/fns/index.d.ts +143 -154
- package/dist/fns/list-exports/list-exports.schema.zod.browser.cjs +1 -1
- package/dist/fns/list-exports/list-exports.schema.zod.browser.js +1 -1
- package/dist/fns/list-exports/list-exports.schema.zod.d.ts +9 -11
- package/dist/fns/reverse-transfer/reverse-transfer.schema.zod.browser.cjs +1 -1
- package/dist/fns/reverse-transfer/reverse-transfer.schema.zod.browser.js +1 -1
- package/dist/fns/reverse-transfer/reverse-transfer.schema.zod.d.ts +6 -6
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.schema.zod.browser.cjs +1 -1
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.schema.zod.browser.js +1 -1
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.schema.zod.d.ts +6 -6
- package/dist/fns/reverse-transfers/reverse-transfers.schema.zod.d.ts +6 -6
- package/dist/fns/set-flags/set-flags.schema.zod.d.ts +3 -3
- package/dist/fns/update-token/update-token.schema.zod.browser.cjs +1 -1
- package/dist/fns/update-token/update-token.schema.zod.browser.js +1 -1
- package/dist/fns/update-token/update-token.schema.zod.d.ts +9 -9
- package/dist/fns/update-transfer/update-transfer.schema.zod.browser.cjs +1 -1
- package/dist/fns/update-transfer/update-transfer.schema.zod.browser.js +1 -1
- package/dist/fns/update-transfer/update-transfer.schema.zod.d.ts +6 -6
- package/dist/fns/update-transfer-group/update-transfer-group.schema.zod.browser.cjs +1 -1
- package/dist/fns/update-transfer-group/update-transfer-group.schema.zod.browser.js +1 -1
- package/dist/fns/update-transfer-group/update-transfer-group.schema.zod.d.ts +6 -6
- package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.browser.cjs +1 -1
- package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.browser.js +1 -1
- package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.d.ts +10 -10
- package/dist/fns/update-transfers/update-transfers.schema.zod.browser.cjs +1 -1
- package/dist/fns/update-transfers/update-transfers.schema.zod.browser.js +1 -1
- package/dist/fns/update-transfers/update-transfers.schema.zod.d.ts +10 -10
- package/dist/fns/update-wallet/update-wallet.schema.zod.browser.cjs +1 -1
- package/dist/fns/update-wallet/update-wallet.schema.zod.browser.js +1 -1
- package/dist/fns/update-wallet/update-wallet.schema.zod.d.ts +3 -3
- package/dist/lib/env.browser.cjs +1 -1
- package/dist/lib/env.browser.js +1 -1
- package/dist/lib/env.cjs +1 -1
- package/dist/lib/env.js +1 -1
- package/dist/lib/utils.browser.cjs +4 -4
- package/dist/lib/utils.browser.js +4 -4
- package/dist/lib/utils.cjs +4 -4
- package/dist/lib/utils.js +4 -4
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.browser.cjs +1 -1
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.browser.js +1 -1
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.d.ts +6 -8
- package/dist/txs/authentication-check/authentication-check.schema.zod.browser.cjs +1 -1
- package/dist/txs/authentication-check/authentication-check.schema.zod.browser.js +1 -1
- package/dist/txs/consts.browser.cjs +1 -1
- package/dist/txs/consts.browser.js +1 -1
- package/dist/txs/consts.d.ts +14 -19
- package/dist/txs/create-access-token/create-access-token.schema.zod.browser.cjs +1 -1
- package/dist/txs/create-access-token/create-access-token.schema.zod.browser.js +1 -1
- package/dist/txs/create-contract/create-contract.schema.zod.browser.cjs +1 -1
- package/dist/txs/create-contract/create-contract.schema.zod.browser.js +1 -1
- package/dist/txs/create-contract/create-contract.schema.zod.d.ts +3 -3
- package/dist/txs/create-deposit/create-deposit.schema.zod.browser.cjs +1 -1
- package/dist/txs/create-deposit/create-deposit.schema.zod.browser.js +1 -1
- package/dist/txs/create-deposit/create-deposit.schema.zod.d.ts +6 -7
- package/dist/txs/create-distribution/create-distribution.schema.zod.browser.cjs +1 -1
- package/dist/txs/create-distribution/create-distribution.schema.zod.browser.js +1 -1
- package/dist/txs/create-distribution/create-distribution.schema.zod.d.ts +3 -3
- package/dist/txs/create-token/create-token.schema.zod.browser.cjs +1 -1
- package/dist/txs/create-token/create-token.schema.zod.browser.js +1 -1
- package/dist/txs/create-transfer/create-transfer.schema.zod.browser.cjs +1 -1
- package/dist/txs/create-transfer/create-transfer.schema.zod.browser.js +1 -1
- package/dist/txs/create-transfer/create-transfer.schema.zod.d.ts +3 -3
- package/dist/txs/create-transfer-group/create-transfer-group.schema.zod.browser.cjs +1 -1
- package/dist/txs/create-transfer-group/create-transfer-group.schema.zod.browser.js +1 -1
- package/dist/txs/create-transfer-group/create-transfer-group.schema.zod.d.ts +3 -3
- package/dist/txs/create-transfer-many/create-transfer-many.schema.zod.browser.cjs +1 -1
- package/dist/txs/create-transfer-many/create-transfer-many.schema.zod.browser.js +1 -1
- package/dist/txs/create-transfer-many/create-transfer-many.schema.zod.d.ts +3 -3
- package/dist/txs/create-wallet/create-wallet.schema.zod.browser.cjs +1 -1
- package/dist/txs/create-wallet/create-wallet.schema.zod.browser.js +1 -1
- package/dist/txs/create-withdrawal/create-withdrawal.schema.zod.browser.cjs +1 -1
- package/dist/txs/create-withdrawal/create-withdrawal.schema.zod.browser.js +1 -1
- package/dist/txs/create-withdrawal/create-withdrawal.schema.zod.d.ts +6 -7
- package/dist/txs/export-balance-history/export-balance-history.schema.zod.browser.cjs +1 -1
- package/dist/txs/export-balance-history/export-balance-history.schema.zod.browser.js +1 -1
- package/dist/txs/export-token-many/export-token-many.schema.zod.d.ts +9 -64
- package/dist/txs/export-transfer-group-many/export-transfer-group-many.schema.zod.d.ts +6 -8
- package/dist/txs/export-transfer-many/export-transfer-many.schema.zod.d.ts +9 -127
- package/dist/txs/export-wallet-many/export-wallet-many.schema.zod.d.ts +8 -93
- package/dist/txs/find-balance-many/find-balance-many.schema.zod.browser.cjs +1 -1
- package/dist/txs/find-balance-many/find-balance-many.schema.zod.browser.js +1 -1
- package/dist/txs/find-balance-many/find-balance-many.schema.zod.d.ts +6 -8
- package/dist/txs/find-token-many/find-token-many.schema.zod.browser.cjs +1 -1
- package/dist/txs/find-token-many/find-token-many.schema.zod.browser.js +1 -1
- package/dist/txs/find-token-many/find-token-many.schema.zod.d.ts +6 -8
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.browser.cjs +1 -1
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.browser.js +1 -1
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.d.ts +9 -11
- package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.browser.cjs +1 -1
- package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.browser.js +1 -1
- package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.d.ts +13 -15
- package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.browser.cjs +1 -1
- package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.browser.js +1 -1
- package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.d.ts +6 -8
- package/dist/txs/finish-transaction/finish-transaction.schema.zod.browser.cjs +1 -1
- package/dist/txs/finish-transaction/finish-transaction.schema.zod.browser.js +1 -1
- package/dist/txs/get-balance/get-balance.schema.zod.browser.cjs +1 -1
- package/dist/txs/get-balance/get-balance.schema.zod.browser.js +1 -1
- package/dist/txs/get-balance-history/get-balance-history.schema.zod.browser.cjs +1 -1
- package/dist/txs/get-balance-history/get-balance-history.schema.zod.browser.js +1 -1
- package/dist/txs/get-export/get-export.schema.zod.browser.cjs +1 -1
- package/dist/txs/get-export/get-export.schema.zod.browser.js +1 -1
- package/dist/txs/get-flags/get-flags.schema.zod.browser.cjs +1 -1
- package/dist/txs/get-flags/get-flags.schema.zod.browser.js +1 -1
- package/dist/txs/get-statistics/get-statistics.schema.zod.browser.cjs +1 -1
- package/dist/txs/get-statistics/get-statistics.schema.zod.browser.js +1 -1
- package/dist/txs/get-statistics/get-statistics.schema.zod.d.ts +9 -12
- package/dist/txs/get-token/get-token.schema.zod.browser.cjs +1 -1
- package/dist/txs/get-token/get-token.schema.zod.browser.js +1 -1
- package/dist/txs/get-token/get-token.schema.zod.d.ts +3 -3
- package/dist/txs/get-token-many/get-token-many.schema.zod.browser.cjs +1 -1
- package/dist/txs/get-token-many/get-token-many.schema.zod.browser.js +1 -1
- package/dist/txs/get-transfer/get-transfer.schema.zod.browser.cjs +1 -1
- package/dist/txs/get-transfer/get-transfer.schema.zod.browser.js +1 -1
- package/dist/txs/get-transfer/get-transfer.schema.zod.d.ts +16 -18
- package/dist/txs/get-transfer-group/get-transfer-group.schema.zod.browser.cjs +1 -1
- package/dist/txs/get-transfer-group/get-transfer-group.schema.zod.browser.js +1 -1
- package/dist/txs/get-wallet/get-wallet.schema.zod.browser.cjs +1 -1
- package/dist/txs/get-wallet/get-wallet.schema.zod.browser.js +1 -1
- package/dist/txs/get-wallet/get-wallet.schema.zod.d.ts +3 -3
- package/dist/txs/get-wallet-many/get-wallet-many.schema.zod.browser.cjs +1 -1
- package/dist/txs/get-wallet-many/get-wallet-many.schema.zod.browser.js +1 -1
- package/dist/txs/healthcheck/healthcheck.schema.zod.browser.cjs +1 -1
- package/dist/txs/healthcheck/healthcheck.schema.zod.browser.js +1 -1
- package/dist/txs/import-actions/import-actions.schema.zod.browser.cjs +1 -1
- package/dist/txs/import-actions/import-actions.schema.zod.browser.js +1 -1
- package/dist/txs/import-actions/import-actions.schema.zod.d.ts +12 -12
- package/dist/txs/list-export-many/list-export-many.schema.zod.browser.cjs +1 -1
- package/dist/txs/list-export-many/list-export-many.schema.zod.browser.js +1 -1
- package/dist/txs/list-export-many/list-export-many.schema.zod.d.ts +9 -12
- package/dist/txs/query-logs/query-logs.schema.zod.browser.cjs +1 -1
- package/dist/txs/query-logs/query-logs.schema.zod.browser.js +1 -1
- package/dist/txs/reset-database/reset-database.schema.zod.browser.cjs +1 -1
- package/dist/txs/reset-database/reset-database.schema.zod.browser.js +1 -1
- package/dist/txs/reverse-transfer/reverse-transfer.schema.zod.browser.cjs +1 -1
- package/dist/txs/reverse-transfer/reverse-transfer.schema.zod.browser.js +1 -1
- package/dist/txs/reverse-transfer/reverse-transfer.schema.zod.d.ts +3 -3
- package/dist/txs/reverse-transfer-group/reverse-transfer-group.schema.zod.browser.cjs +1 -1
- package/dist/txs/reverse-transfer-group/reverse-transfer-group.schema.zod.browser.js +1 -1
- package/dist/txs/reverse-transfer-group/reverse-transfer-group.schema.zod.d.ts +3 -3
- package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.schema.zod.browser.cjs +1 -1
- package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.schema.zod.browser.js +1 -1
- package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.schema.zod.d.ts +3 -3
- package/dist/txs/reverse-transfer-many/reverse-transfer-many.schema.zod.browser.cjs +1 -1
- package/dist/txs/reverse-transfer-many/reverse-transfer-many.schema.zod.browser.js +1 -1
- package/dist/txs/reverse-transfer-many/reverse-transfer-many.schema.zod.d.ts +3 -3
- package/dist/txs/set-flags/set-flags.schema.zod.browser.cjs +1 -1
- package/dist/txs/set-flags/set-flags.schema.zod.browser.js +1 -1
- package/dist/txs/start-transaction/start-transaction.schema.zod.browser.cjs +1 -1
- package/dist/txs/start-transaction/start-transaction.schema.zod.browser.js +1 -1
- package/dist/txs/update-token/update-token.schema.zod.browser.cjs +1 -1
- package/dist/txs/update-token/update-token.schema.zod.browser.js +1 -1
- package/dist/txs/update-token/update-token.schema.zod.d.ts +6 -6
- package/dist/txs/update-transfer/update-transfer.schema.zod.browser.cjs +1 -1
- package/dist/txs/update-transfer/update-transfer.schema.zod.browser.js +1 -1
- package/dist/txs/update-transfer/update-transfer.schema.zod.d.ts +3 -3
- package/dist/txs/update-transfer-group/update-transfer-group.schema.zod.browser.cjs +1 -1
- package/dist/txs/update-transfer-group/update-transfer-group.schema.zod.browser.js +1 -1
- package/dist/txs/update-transfer-group/update-transfer-group.schema.zod.d.ts +3 -3
- package/dist/txs/update-transfer-group-many/update-transfer-group-many.schema.zod.browser.cjs +1 -1
- package/dist/txs/update-transfer-group-many/update-transfer-group-many.schema.zod.browser.js +1 -1
- package/dist/txs/update-transfer-group-many/update-transfer-group-many.schema.zod.d.ts +3 -3
- package/dist/txs/update-transfer-many/update-transfer-many.schema.zod.browser.cjs +1 -1
- package/dist/txs/update-transfer-many/update-transfer-many.schema.zod.browser.js +1 -1
- package/dist/txs/update-transfer-many/update-transfer-many.schema.zod.d.ts +3 -3
- package/dist/txs/update-wallet/update-wallet.schema.zod.browser.cjs +1 -1
- package/dist/txs/update-wallet/update-wallet.schema.zod.browser.js +1 -1
- package/dist/types/wapi-client.d.ts +715 -1050
- package/dist/wapi-client-web.iife.js +2 -2
- package/dist/wapi-client.d.ts +3 -3
- package/dist/wapi-client.iife.js +2 -2
- package/dist/wapi-client.js +3 -3
- package/package.json +1 -1
- package/dist/db/token/token.schema.input.json +0 -44
- package/dist/db/token/token.schema.json +0 -124
- package/dist/db/token/token.schema.optional.json +0 -62
package/dist/fns/index.d.ts
CHANGED
|
@@ -228,9 +228,8 @@ export declare const ClientValidators: {
|
|
|
228
228
|
to_wallet?: string | number | undefined;
|
|
229
229
|
}>>;
|
|
230
230
|
createAccessToken: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
231
|
-
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<
|
|
231
|
+
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
232
232
|
type: import("zod").ZodEnum<["limited"]>;
|
|
233
|
-
scopes: import("zod").ZodArray<import("zod").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">;
|
|
234
233
|
expiresIn: import("zod").ZodNumber;
|
|
235
234
|
filters: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
236
235
|
wallet_foreign: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -248,9 +247,9 @@ export declare const ClientValidators: {
|
|
|
248
247
|
token_foreign?: string | undefined;
|
|
249
248
|
wallet_foreign?: string | undefined;
|
|
250
249
|
}>>;
|
|
251
|
-
}
|
|
250
|
+
} & {
|
|
252
251
|
scopes: import("zod").ZodArray<import("zod").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">;
|
|
253
|
-
}
|
|
252
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
254
253
|
type: "limited";
|
|
255
254
|
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")[];
|
|
256
255
|
expiresIn: number;
|
|
@@ -329,7 +328,7 @@ export declare const ClientValidators: {
|
|
|
329
328
|
} | undefined;
|
|
330
329
|
} | undefined;
|
|
331
330
|
}>>;
|
|
332
|
-
createContract: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
331
|
+
createContract: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
333
332
|
foreign: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
334
333
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
335
334
|
owner: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
@@ -354,7 +353,7 @@ export declare const ClientValidators: {
|
|
|
354
353
|
amount?: number | undefined;
|
|
355
354
|
latest_control_hash?: string | null | undefined;
|
|
356
355
|
}>>;
|
|
357
|
-
}
|
|
356
|
+
} & {
|
|
358
357
|
options: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
359
358
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
360
359
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -383,7 +382,7 @@ export declare const ClientValidators: {
|
|
|
383
382
|
end_time?: string | undefined;
|
|
384
383
|
} | undefined;
|
|
385
384
|
}>>>;
|
|
386
|
-
}
|
|
385
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
387
386
|
foreign: string | number;
|
|
388
387
|
value_token: string | number;
|
|
389
388
|
value_amount: number;
|
|
@@ -426,7 +425,7 @@ export declare const ClientValidators: {
|
|
|
426
425
|
latest_control_hash?: string | null | undefined;
|
|
427
426
|
} | undefined;
|
|
428
427
|
}>>;
|
|
429
|
-
createDeposit: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
428
|
+
createDeposit: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
430
429
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
431
430
|
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
432
431
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
@@ -435,7 +434,7 @@ export declare const ClientValidators: {
|
|
|
435
434
|
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
436
435
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
437
436
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
438
|
-
}
|
|
437
|
+
} & {
|
|
439
438
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
440
439
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
441
440
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -452,7 +451,7 @@ export declare const ClientValidators: {
|
|
|
452
451
|
create_wallet_if_not_exists?: boolean | undefined;
|
|
453
452
|
return_balance?: boolean | undefined;
|
|
454
453
|
}>>;
|
|
455
|
-
}
|
|
454
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
456
455
|
amount: string | number;
|
|
457
456
|
wallet: string | number;
|
|
458
457
|
options?: {
|
|
@@ -483,7 +482,7 @@ export declare const ClientValidators: {
|
|
|
483
482
|
created_at?: string | undefined;
|
|
484
483
|
transfer_group?: string | number | undefined;
|
|
485
484
|
}>>;
|
|
486
|
-
createExchange: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
485
|
+
createExchange: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
487
486
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
488
487
|
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
489
488
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
@@ -496,7 +495,7 @@ export declare const ClientValidators: {
|
|
|
496
495
|
to_identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
497
496
|
to_token: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
498
497
|
to_amount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
499
|
-
}
|
|
498
|
+
} & {
|
|
500
499
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
501
500
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
502
501
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -507,7 +506,7 @@ export declare const ClientValidators: {
|
|
|
507
506
|
tracking_id?: string | undefined;
|
|
508
507
|
transaction_id?: string | undefined;
|
|
509
508
|
}>>;
|
|
510
|
-
}
|
|
509
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
511
510
|
from_wallet: string | number;
|
|
512
511
|
to_wallet: string | number;
|
|
513
512
|
from_token: string | number;
|
|
@@ -542,14 +541,14 @@ export declare const ClientValidators: {
|
|
|
542
541
|
to_identifier?: string | undefined;
|
|
543
542
|
to_amount?: number | undefined;
|
|
544
543
|
}>>;
|
|
545
|
-
createToken: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
544
|
+
createToken: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
546
545
|
foreign: import("zod").ZodString;
|
|
547
546
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
548
547
|
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
549
548
|
public: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
550
549
|
belongs_to: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
551
550
|
divisor: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
552
|
-
}
|
|
551
|
+
} & {
|
|
553
552
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
554
553
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
555
554
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -560,7 +559,7 @@ export declare const ClientValidators: {
|
|
|
560
559
|
tracking_id?: string | undefined;
|
|
561
560
|
transaction_id?: string | undefined;
|
|
562
561
|
}>>;
|
|
563
|
-
}
|
|
562
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
564
563
|
foreign: string;
|
|
565
564
|
options?: {
|
|
566
565
|
tracking_id?: string | undefined;
|
|
@@ -722,7 +721,7 @@ export declare const ClientValidators: {
|
|
|
722
721
|
create_to_wallet_if_not_exists?: boolean | undefined;
|
|
723
722
|
} | undefined;
|
|
724
723
|
}>>>;
|
|
725
|
-
createTransferGroup: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
724
|
+
createTransferGroup: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
726
725
|
status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["open", "closed"]>>>;
|
|
727
726
|
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
728
727
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
@@ -824,7 +823,7 @@ export declare const ClientValidators: {
|
|
|
824
823
|
created_at?: string | undefined;
|
|
825
824
|
latest_control_hash?: string | null | undefined;
|
|
826
825
|
}>]>, "many">>;
|
|
827
|
-
}
|
|
826
|
+
} & {
|
|
828
827
|
options: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
829
828
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
830
829
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -841,7 +840,7 @@ export declare const ClientValidators: {
|
|
|
841
840
|
validate_final_balance_only?: boolean | undefined;
|
|
842
841
|
create_to_wallet_if_not_exists?: boolean | undefined;
|
|
843
842
|
}>>>;
|
|
844
|
-
}
|
|
843
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
845
844
|
options?: {
|
|
846
845
|
tracking_id?: string | undefined;
|
|
847
846
|
transaction_id?: string | undefined;
|
|
@@ -1138,12 +1137,12 @@ export declare const ClientValidators: {
|
|
|
1138
1137
|
create_to_wallet_if_not_exists?: boolean | undefined;
|
|
1139
1138
|
} | undefined;
|
|
1140
1139
|
}>>;
|
|
1141
|
-
createWallet: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
1140
|
+
createWallet: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
1142
1141
|
status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["active", "disabled"]>>>;
|
|
1143
1142
|
foreign: import("zod").ZodString;
|
|
1144
1143
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
1145
1144
|
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
|
|
1146
|
-
}
|
|
1145
|
+
} & {
|
|
1147
1146
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1148
1147
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1149
1148
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1154,7 +1153,7 @@ export declare const ClientValidators: {
|
|
|
1154
1153
|
tracking_id?: string | undefined;
|
|
1155
1154
|
transaction_id?: string | undefined;
|
|
1156
1155
|
}>>;
|
|
1157
|
-
}
|
|
1156
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1158
1157
|
foreign: string;
|
|
1159
1158
|
options?: {
|
|
1160
1159
|
tracking_id?: string | undefined;
|
|
@@ -1173,7 +1172,7 @@ export declare const ClientValidators: {
|
|
|
1173
1172
|
metadata?: import("../db/consts").Metadata | undefined;
|
|
1174
1173
|
name?: string | null | undefined;
|
|
1175
1174
|
}>>;
|
|
1176
|
-
createWithdrawal: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
1175
|
+
createWithdrawal: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
1177
1176
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
1178
1177
|
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1179
1178
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
@@ -1183,7 +1182,7 @@ export declare const ClientValidators: {
|
|
|
1183
1182
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1184
1183
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
1185
1184
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
1186
|
-
}
|
|
1185
|
+
} & {
|
|
1187
1186
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1188
1187
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1189
1188
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1197,7 +1196,7 @@ export declare const ClientValidators: {
|
|
|
1197
1196
|
transaction_id?: string | undefined;
|
|
1198
1197
|
return_balance?: boolean | undefined;
|
|
1199
1198
|
}>>;
|
|
1200
|
-
}
|
|
1199
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1201
1200
|
amount: string | number;
|
|
1202
1201
|
wallet: string | number;
|
|
1203
1202
|
options?: {
|
|
@@ -1228,14 +1227,14 @@ export declare const ClientValidators: {
|
|
|
1228
1227
|
latest_control_hash?: string | null | undefined;
|
|
1229
1228
|
transfer_group?: string | number | undefined;
|
|
1230
1229
|
}>>;
|
|
1231
|
-
exportBalanceHistory: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
1230
|
+
exportBalanceHistory: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
1232
1231
|
token: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1233
1232
|
foreign: string;
|
|
1234
1233
|
}, string | number>>;
|
|
1235
1234
|
wallet: import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1236
1235
|
foreign: string;
|
|
1237
1236
|
}, string | number>;
|
|
1238
|
-
}
|
|
1237
|
+
} & {
|
|
1239
1238
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1240
1239
|
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1241
1240
|
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -1261,7 +1260,7 @@ export declare const ClientValidators: {
|
|
|
1261
1260
|
order?: "asc" | "desc" | undefined;
|
|
1262
1261
|
select?: ("status" | "updated_at" | "token_id" | "amount" | "transfer_id" | "wallet_id" | "pending_amount" | "finished_amount" | "latest_control_hash" | "pending_amount_to" | "pending_amount_from" | "available_balance" | "transfer_status_finalized_at" | "transfer_status" | "token_foreign" | "balance_id" | "wallet_foreign" | "transfer_identifier" | "transfer_control_hash" | "transfer_from_wallet_id" | "transfer_from_wallet_foreign" | "transfer_to_wallet_id" | "transfer_to_wallet_foreign" | "transfer_amount" | "transfer_type" | "transfer_force" | "transfer_created_at" | "transfer_updated_at" | "transfer_metadata" | "transfer_transfer_group_id" | "transfer_transfer_group_identifier" | "transfer_reverses_id" | "transfer_reverses_identifier")[] | undefined;
|
|
1263
1262
|
}>>;
|
|
1264
|
-
}
|
|
1263
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1265
1264
|
wallet: {
|
|
1266
1265
|
foreign: string;
|
|
1267
1266
|
};
|
|
@@ -1290,14 +1289,14 @@ export declare const ClientValidators: {
|
|
|
1290
1289
|
} | undefined;
|
|
1291
1290
|
token?: string | number | undefined;
|
|
1292
1291
|
}>>;
|
|
1293
|
-
exportTokens: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
1292
|
+
exportTokens: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
1294
1293
|
foreign: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>;
|
|
1295
1294
|
type: import("zod").ZodOptional<import("zod").ZodEnum<["value", "share", "group", "contract"]>>;
|
|
1296
1295
|
belongs_to: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1297
1296
|
foreign: string;
|
|
1298
1297
|
}, string | number>>;
|
|
1299
1298
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
1300
|
-
}
|
|
1299
|
+
} & {
|
|
1301
1300
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1302
1301
|
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1303
1302
|
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -1305,13 +1304,12 @@ export declare const ClientValidators: {
|
|
|
1305
1304
|
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
1306
1305
|
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
1307
1306
|
include_balance: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
1308
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<
|
|
1309
|
-
field: import("zod").ZodString;
|
|
1307
|
+
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1310
1308
|
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
1311
1309
|
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
1312
|
-
}
|
|
1310
|
+
} & {
|
|
1313
1311
|
field: import("zod").ZodEnum<["type", "status", "foreign", "metadata", "id", "created_at", "updated_at", "limit", "public", "belongs_to", "divisor"]>;
|
|
1314
|
-
}
|
|
1312
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1315
1313
|
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1316
1314
|
direction?: "asc" | "desc" | undefined;
|
|
1317
1315
|
nulls?: "first" | "last" | undefined;
|
|
@@ -1354,7 +1352,7 @@ export declare const ClientValidators: {
|
|
|
1354
1352
|
order_by?: string | undefined;
|
|
1355
1353
|
include_balance?: boolean | undefined;
|
|
1356
1354
|
}>>;
|
|
1357
|
-
}
|
|
1355
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1358
1356
|
options?: {
|
|
1359
1357
|
offset?: number | undefined;
|
|
1360
1358
|
tracking_id?: string | undefined;
|
|
@@ -1399,7 +1397,7 @@ export declare const ClientValidators: {
|
|
|
1399
1397
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
1400
1398
|
belongs_to?: string | number | undefined;
|
|
1401
1399
|
}>>;
|
|
1402
|
-
exportTransferGroups: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
1400
|
+
exportTransferGroups: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
1403
1401
|
identifier: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>>;
|
|
1404
1402
|
transfer_status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>>>;
|
|
1405
1403
|
status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["open", "closed"]>>>>;
|
|
@@ -1408,7 +1406,7 @@ export declare const ClientValidators: {
|
|
|
1408
1406
|
}, string | number>>>;
|
|
1409
1407
|
type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<["regular", "exchange", "distribution"]>>>;
|
|
1410
1408
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
|
|
1411
|
-
}
|
|
1409
|
+
} & {
|
|
1412
1410
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1413
1411
|
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
|
|
1414
1412
|
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
|
|
@@ -1416,13 +1414,12 @@ export declare const ClientValidators: {
|
|
|
1416
1414
|
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>>;
|
|
1417
1415
|
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>>;
|
|
1418
1416
|
return_transfers_count: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>>>;
|
|
1419
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<
|
|
1420
|
-
field: import("zod").ZodString;
|
|
1417
|
+
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1421
1418
|
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
1422
1419
|
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
1423
|
-
}
|
|
1420
|
+
} & {
|
|
1424
1421
|
field: import("zod").ZodEnum<["type", "status", "metadata", "id", "created_at", "updated_at", "identifier", "transfer_group_id", "reverses_id", "status_finalized_at", "transfer_status_finalized_at", "transfer_status", "validate_final_balance_only"]>;
|
|
1425
|
-
}
|
|
1422
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1426
1423
|
field: "type" | "status" | "identifier" | "metadata" | "id" | "created_at" | "updated_at" | "transfer_group_id" | "reverses_id" | "status_finalized_at" | "transfer_status_finalized_at" | "validate_final_balance_only" | "transfer_status";
|
|
1427
1424
|
direction?: "asc" | "desc" | undefined;
|
|
1428
1425
|
nulls?: "first" | "last" | undefined;
|
|
@@ -1465,7 +1462,7 @@ export declare const ClientValidators: {
|
|
|
1465
1462
|
order_by?: string | undefined;
|
|
1466
1463
|
return_transfers_count?: boolean | undefined;
|
|
1467
1464
|
}>>;
|
|
1468
|
-
}
|
|
1465
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1469
1466
|
options?: {
|
|
1470
1467
|
offset?: number | undefined;
|
|
1471
1468
|
tracking_id?: string | undefined;
|
|
@@ -1514,7 +1511,7 @@ export declare const ClientValidators: {
|
|
|
1514
1511
|
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
1515
1512
|
reverses?: string | number | undefined;
|
|
1516
1513
|
}>>;
|
|
1517
|
-
exportTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
1514
|
+
exportTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
1518
1515
|
wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1519
1516
|
foreign: string;
|
|
1520
1517
|
}, string | number>>;
|
|
@@ -1533,20 +1530,19 @@ export declare const ClientValidators: {
|
|
|
1533
1530
|
type: import("zod").ZodOptional<import("zod").ZodEnum<["transfer", "deposit", "withdrawal"]>>;
|
|
1534
1531
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>;
|
|
1535
1532
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
1536
|
-
}
|
|
1533
|
+
} & {
|
|
1537
1534
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1538
1535
|
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>>;
|
|
1539
1536
|
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
|
|
1540
1537
|
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
|
|
1541
1538
|
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>>;
|
|
1542
1539
|
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>>;
|
|
1543
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<
|
|
1544
|
-
field: import("zod").ZodString;
|
|
1540
|
+
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1545
1541
|
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
1546
1542
|
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
1547
|
-
}
|
|
1543
|
+
} & {
|
|
1548
1544
|
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"]>;
|
|
1549
|
-
}
|
|
1545
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1550
1546
|
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";
|
|
1551
1547
|
direction?: "asc" | "desc" | undefined;
|
|
1552
1548
|
nulls?: "first" | "last" | undefined;
|
|
@@ -1607,7 +1603,7 @@ export declare const ClientValidators: {
|
|
|
1607
1603
|
return_running_balance?: boolean | undefined;
|
|
1608
1604
|
return_signed_amount?: boolean | undefined;
|
|
1609
1605
|
}>>;
|
|
1610
|
-
}
|
|
1606
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1611
1607
|
options?: {
|
|
1612
1608
|
offset?: number | undefined;
|
|
1613
1609
|
tracking_id?: string | undefined;
|
|
@@ -1678,26 +1674,25 @@ export declare const ClientValidators: {
|
|
|
1678
1674
|
from_wallet?: string | number | undefined;
|
|
1679
1675
|
to_wallet?: string | number | undefined;
|
|
1680
1676
|
}>>;
|
|
1681
|
-
exportWallets: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
1677
|
+
exportWallets: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
1682
1678
|
foreign: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>>;
|
|
1683
1679
|
name: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>>;
|
|
1684
1680
|
type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<["token", "house", "regular"]>>>;
|
|
1685
1681
|
status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<["active", "disabled"]>>>;
|
|
1686
1682
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
|
|
1687
|
-
}
|
|
1683
|
+
} & {
|
|
1688
1684
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1689
1685
|
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
|
|
1690
1686
|
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
|
|
1691
1687
|
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>>;
|
|
1692
1688
|
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>>;
|
|
1693
1689
|
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>>;
|
|
1694
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<
|
|
1695
|
-
field: import("zod").ZodString;
|
|
1690
|
+
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1696
1691
|
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
1697
1692
|
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
1698
|
-
}
|
|
1693
|
+
} & {
|
|
1699
1694
|
field: import("zod").ZodEnum<["type", "status", "foreign", "metadata", "id", "name", "default_allow_negative", "default_allow_positive", "created_at", "updated_at", "default_dtw_to", "default_dtw_from", "balance_token_id", "balance_token_foreign", "balance_transfer_id", "balance_pending_amount", "balance_pending_amount_to", "balance_pending_amount_from", "balance_finished_amount", "balance_amount", "balance_available_balance", "balance_latest_control_hash", "balance_updated_at"]>;
|
|
1700
|
-
}
|
|
1695
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1701
1696
|
field: "type" | "status" | "foreign" | "metadata" | "id" | "name" | "default_allow_negative" | "default_allow_positive" | "created_at" | "updated_at" | "default_dtw_to" | "default_dtw_from" | "balance_token_id" | "balance_token_foreign" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at";
|
|
1702
1697
|
direction?: "asc" | "desc" | undefined;
|
|
1703
1698
|
nulls?: "first" | "last" | undefined;
|
|
@@ -1745,7 +1740,7 @@ export declare const ClientValidators: {
|
|
|
1745
1740
|
order_by?: string | undefined;
|
|
1746
1741
|
include_balance_for_token?: string | number | undefined;
|
|
1747
1742
|
}>>;
|
|
1748
|
-
}
|
|
1743
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1749
1744
|
options?: {
|
|
1750
1745
|
offset?: number | undefined;
|
|
1751
1746
|
tracking_id?: string | undefined;
|
|
@@ -1792,27 +1787,26 @@ export declare const ClientValidators: {
|
|
|
1792
1787
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
1793
1788
|
name?: string | number | undefined;
|
|
1794
1789
|
}>>;
|
|
1795
|
-
findBalances: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
1790
|
+
findBalances: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
1796
1791
|
token: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1797
1792
|
foreign: string;
|
|
1798
1793
|
}, string | number>>;
|
|
1799
1794
|
wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1800
1795
|
foreign: string;
|
|
1801
1796
|
}, string | number>>;
|
|
1802
|
-
}
|
|
1797
|
+
} & {
|
|
1803
1798
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1804
1799
|
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1805
1800
|
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1806
1801
|
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
1807
1802
|
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
1808
1803
|
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
1809
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<
|
|
1810
|
-
field: import("zod").ZodString;
|
|
1804
|
+
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1811
1805
|
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
1812
1806
|
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
1813
|
-
}
|
|
1807
|
+
} & {
|
|
1814
1808
|
field: import("zod").ZodEnum<["type", "status", "id", "created_at", "token_id", "amount", "force", "transfer_group_id", "transfer_id", "wallet_id", "pending_amount", "finished_amount", "latest_control_hash", "pending_amount_to", "pending_amount_from", "available_balance", "allow_negative", "allow_positive", "group_balance", "current", "token_limit"]>;
|
|
1815
|
-
}
|
|
1809
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1816
1810
|
field: "type" | "status" | "id" | "created_at" | "token_id" | "amount" | "force" | "transfer_group_id" | "transfer_id" | "wallet_id" | "pending_amount" | "finished_amount" | "allow_negative" | "allow_positive" | "latest_control_hash" | "pending_amount_to" | "pending_amount_from" | "group_balance" | "current" | "available_balance" | "token_limit";
|
|
1817
1811
|
direction?: "asc" | "desc" | undefined;
|
|
1818
1812
|
nulls?: "first" | "last" | undefined;
|
|
@@ -1853,7 +1847,7 @@ export declare const ClientValidators: {
|
|
|
1853
1847
|
deselect?: ("updated_at" | "token_id" | "amount" | "transfer_id" | "wallet_id" | "pending_amount" | "finished_amount" | "latest_control_hash" | "pending_amount_to" | "pending_amount_from" | "available_balance" | "token_foreign" | "wallet_foreign")[] | undefined;
|
|
1854
1848
|
order_by?: string | undefined;
|
|
1855
1849
|
}>>;
|
|
1856
|
-
}
|
|
1850
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1857
1851
|
options?: {
|
|
1858
1852
|
offset?: number | undefined;
|
|
1859
1853
|
tracking_id?: string | undefined;
|
|
@@ -1894,14 +1888,14 @@ export declare const ClientValidators: {
|
|
|
1894
1888
|
token?: string | number | undefined;
|
|
1895
1889
|
wallet?: string | number | undefined;
|
|
1896
1890
|
}>>;
|
|
1897
|
-
findTokens: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
1891
|
+
findTokens: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
1898
1892
|
foreign: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>;
|
|
1899
1893
|
type: import("zod").ZodOptional<import("zod").ZodEnum<["value", "share", "group", "contract"]>>;
|
|
1900
1894
|
belongs_to: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1901
1895
|
foreign: string;
|
|
1902
1896
|
}, string | number>>;
|
|
1903
1897
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
1904
|
-
}
|
|
1898
|
+
} & {
|
|
1905
1899
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1906
1900
|
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1907
1901
|
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -1909,13 +1903,12 @@ export declare const ClientValidators: {
|
|
|
1909
1903
|
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
1910
1904
|
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
1911
1905
|
include_balance: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
1912
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<
|
|
1913
|
-
field: import("zod").ZodString;
|
|
1906
|
+
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1914
1907
|
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
1915
1908
|
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
1916
|
-
}
|
|
1909
|
+
} & {
|
|
1917
1910
|
field: import("zod").ZodEnum<["type", "status", "foreign", "metadata", "id", "created_at", "updated_at", "limit", "public", "belongs_to", "divisor"]>;
|
|
1918
|
-
}
|
|
1911
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1919
1912
|
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1920
1913
|
direction?: "asc" | "desc" | undefined;
|
|
1921
1914
|
nulls?: "first" | "last" | undefined;
|
|
@@ -1958,7 +1951,7 @@ export declare const ClientValidators: {
|
|
|
1958
1951
|
order_by?: string | undefined;
|
|
1959
1952
|
include_balance?: boolean | undefined;
|
|
1960
1953
|
}>>;
|
|
1961
|
-
}
|
|
1954
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1962
1955
|
options?: {
|
|
1963
1956
|
offset?: number | undefined;
|
|
1964
1957
|
tracking_id?: string | undefined;
|
|
@@ -2003,7 +1996,7 @@ export declare const ClientValidators: {
|
|
|
2003
1996
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
2004
1997
|
belongs_to?: string | number | undefined;
|
|
2005
1998
|
}>>;
|
|
2006
|
-
findTransferGroups: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
1999
|
+
findTransferGroups: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2007
2000
|
identifier: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>;
|
|
2008
2001
|
transfer_status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>>;
|
|
2009
2002
|
status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["open", "closed"]>>>;
|
|
@@ -2012,7 +2005,7 @@ export declare const ClientValidators: {
|
|
|
2012
2005
|
}, string | number>>;
|
|
2013
2006
|
type: import("zod").ZodOptional<import("zod").ZodEnum<["regular", "exchange", "distribution"]>>;
|
|
2014
2007
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
2015
|
-
}
|
|
2008
|
+
} & {
|
|
2016
2009
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2017
2010
|
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
2018
2011
|
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -2020,13 +2013,12 @@ export declare const ClientValidators: {
|
|
|
2020
2013
|
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
2021
2014
|
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
2022
2015
|
return_transfers_count: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>>;
|
|
2023
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<
|
|
2024
|
-
field: import("zod").ZodString;
|
|
2016
|
+
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2025
2017
|
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
2026
2018
|
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
2027
|
-
}
|
|
2019
|
+
} & {
|
|
2028
2020
|
field: import("zod").ZodEnum<["type", "status", "metadata", "id", "created_at", "updated_at", "identifier", "transfer_group_id", "reverses_id", "status_finalized_at", "transfer_status_finalized_at", "transfer_status", "validate_final_balance_only"]>;
|
|
2029
|
-
}
|
|
2021
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
2030
2022
|
field: "type" | "status" | "identifier" | "metadata" | "id" | "created_at" | "updated_at" | "transfer_group_id" | "reverses_id" | "status_finalized_at" | "transfer_status_finalized_at" | "validate_final_balance_only" | "transfer_status";
|
|
2031
2023
|
direction?: "asc" | "desc" | undefined;
|
|
2032
2024
|
nulls?: "first" | "last" | undefined;
|
|
@@ -2069,7 +2061,7 @@ export declare const ClientValidators: {
|
|
|
2069
2061
|
order_by?: string | undefined;
|
|
2070
2062
|
return_transfers_count?: boolean | undefined;
|
|
2071
2063
|
}>>;
|
|
2072
|
-
}
|
|
2064
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
2073
2065
|
options?: {
|
|
2074
2066
|
offset?: number | undefined;
|
|
2075
2067
|
tracking_id?: string | undefined;
|
|
@@ -2118,7 +2110,7 @@ export declare const ClientValidators: {
|
|
|
2118
2110
|
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
2119
2111
|
reverses?: string | number | undefined;
|
|
2120
2112
|
}>>;
|
|
2121
|
-
findTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
2113
|
+
findTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2122
2114
|
wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2123
2115
|
foreign: string;
|
|
2124
2116
|
}, string | number>>;
|
|
@@ -2137,20 +2129,19 @@ export declare const ClientValidators: {
|
|
|
2137
2129
|
type: import("zod").ZodOptional<import("zod").ZodEnum<["transfer", "deposit", "withdrawal"]>>;
|
|
2138
2130
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>;
|
|
2139
2131
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
2140
|
-
}
|
|
2132
|
+
} & {
|
|
2141
2133
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2142
2134
|
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
2143
2135
|
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
2144
2136
|
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
2145
2137
|
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
2146
2138
|
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
2147
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<
|
|
2148
|
-
field: import("zod").ZodString;
|
|
2139
|
+
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2149
2140
|
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
2150
2141
|
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
2151
|
-
}
|
|
2142
|
+
} & {
|
|
2152
2143
|
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"]>;
|
|
2153
|
-
}
|
|
2144
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
2154
2145
|
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";
|
|
2155
2146
|
direction?: "asc" | "desc" | undefined;
|
|
2156
2147
|
nulls?: "first" | "last" | undefined;
|
|
@@ -2211,7 +2202,7 @@ export declare const ClientValidators: {
|
|
|
2211
2202
|
return_running_balance?: boolean | undefined;
|
|
2212
2203
|
return_signed_amount?: boolean | undefined;
|
|
2213
2204
|
}>>;
|
|
2214
|
-
}
|
|
2205
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
2215
2206
|
options?: {
|
|
2216
2207
|
offset?: number | undefined;
|
|
2217
2208
|
tracking_id?: string | undefined;
|
|
@@ -2282,26 +2273,25 @@ export declare const ClientValidators: {
|
|
|
2282
2273
|
from_wallet?: string | number | undefined;
|
|
2283
2274
|
to_wallet?: string | number | undefined;
|
|
2284
2275
|
}>>;
|
|
2285
|
-
findWallets: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
2276
|
+
findWallets: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2286
2277
|
foreign: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>;
|
|
2287
2278
|
name: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>;
|
|
2288
2279
|
type: import("zod").ZodOptional<import("zod").ZodEnum<["token", "house", "regular"]>>;
|
|
2289
2280
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["active", "disabled"]>>;
|
|
2290
2281
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
2291
|
-
}
|
|
2282
|
+
} & {
|
|
2292
2283
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2293
2284
|
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
2294
2285
|
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
2295
2286
|
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
2296
2287
|
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
2297
2288
|
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
2298
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<
|
|
2299
|
-
field: import("zod").ZodString;
|
|
2289
|
+
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2300
2290
|
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
2301
2291
|
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
2302
|
-
}
|
|
2292
|
+
} & {
|
|
2303
2293
|
field: import("zod").ZodEnum<["type", "status", "foreign", "metadata", "id", "name", "default_allow_negative", "default_allow_positive", "created_at", "updated_at", "default_dtw_to", "default_dtw_from", "balance_token_id", "balance_token_foreign", "balance_transfer_id", "balance_pending_amount", "balance_pending_amount_to", "balance_pending_amount_from", "balance_finished_amount", "balance_amount", "balance_available_balance", "balance_latest_control_hash", "balance_updated_at"]>;
|
|
2304
|
-
}
|
|
2294
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
2305
2295
|
field: "type" | "status" | "foreign" | "metadata" | "id" | "name" | "default_allow_negative" | "default_allow_positive" | "created_at" | "updated_at" | "default_dtw_to" | "default_dtw_from" | "balance_token_id" | "balance_token_foreign" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at";
|
|
2306
2296
|
direction?: "asc" | "desc" | undefined;
|
|
2307
2297
|
nulls?: "first" | "last" | undefined;
|
|
@@ -2349,7 +2339,7 @@ export declare const ClientValidators: {
|
|
|
2349
2339
|
order_by?: string | undefined;
|
|
2350
2340
|
include_balance_for_token?: string | number | undefined;
|
|
2351
2341
|
}>>;
|
|
2352
|
-
}
|
|
2342
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
2353
2343
|
options?: {
|
|
2354
2344
|
offset?: number | undefined;
|
|
2355
2345
|
tracking_id?: string | undefined;
|
|
@@ -2396,11 +2386,11 @@ export declare const ClientValidators: {
|
|
|
2396
2386
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
2397
2387
|
name?: string | number | undefined;
|
|
2398
2388
|
}>>;
|
|
2399
|
-
getBalance: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
2389
|
+
getBalance: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2400
2390
|
datetime: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
2401
2391
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
2402
2392
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
2403
|
-
}
|
|
2393
|
+
} & {
|
|
2404
2394
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2405
2395
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2406
2396
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2423,7 +2413,7 @@ export declare const ClientValidators: {
|
|
|
2423
2413
|
create_wallet_if_not_exists?: boolean | undefined;
|
|
2424
2414
|
create_token_if_not_exists?: boolean | undefined;
|
|
2425
2415
|
}>>;
|
|
2426
|
-
}
|
|
2416
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
2427
2417
|
wallet: string | number;
|
|
2428
2418
|
options?: {
|
|
2429
2419
|
tracking_id?: string | undefined;
|
|
@@ -2448,11 +2438,11 @@ export declare const ClientValidators: {
|
|
|
2448
2438
|
datetime?: string | undefined;
|
|
2449
2439
|
token?: string | number | undefined;
|
|
2450
2440
|
}>>;
|
|
2451
|
-
getBalanceHistory: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
2441
|
+
getBalanceHistory: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2452
2442
|
datetime: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
2453
2443
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
2454
2444
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
2455
|
-
}
|
|
2445
|
+
} & {
|
|
2456
2446
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2457
2447
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2458
2448
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2502,7 +2492,7 @@ export declare const ClientValidators: {
|
|
|
2502
2492
|
create_wallet_if_not_exists?: boolean | undefined;
|
|
2503
2493
|
create_token_if_not_exists?: boolean | undefined;
|
|
2504
2494
|
}>>;
|
|
2505
|
-
}
|
|
2495
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
2506
2496
|
wallet: string | number;
|
|
2507
2497
|
options?: {
|
|
2508
2498
|
offset?: number | undefined;
|
|
@@ -2541,9 +2531,9 @@ export declare const ClientValidators: {
|
|
|
2541
2531
|
datetime?: string | undefined;
|
|
2542
2532
|
token?: string | number | undefined;
|
|
2543
2533
|
}>>;
|
|
2544
|
-
getExport: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
2534
|
+
getExport: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2545
2535
|
identifier: import("zod").ZodString;
|
|
2546
|
-
}
|
|
2536
|
+
} & {
|
|
2547
2537
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2548
2538
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2549
2539
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2557,7 +2547,7 @@ export declare const ClientValidators: {
|
|
|
2557
2547
|
transaction_id?: string | undefined;
|
|
2558
2548
|
return_signed_url?: boolean | undefined;
|
|
2559
2549
|
}>>;
|
|
2560
|
-
}
|
|
2550
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
2561
2551
|
identifier: string;
|
|
2562
2552
|
options?: {
|
|
2563
2553
|
tracking_id?: string | undefined;
|
|
@@ -2641,9 +2631,9 @@ export declare const ClientValidators: {
|
|
|
2641
2631
|
model?: "Token" | "TransferGroup" | "Transfer" | "Wallet" | undefined;
|
|
2642
2632
|
aggregator?: "count" | undefined;
|
|
2643
2633
|
}>>;
|
|
2644
|
-
getToken: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
2634
|
+
getToken: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2645
2635
|
foreign: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
2646
|
-
}
|
|
2636
|
+
} & {
|
|
2647
2637
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2648
2638
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2649
2639
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2666,7 +2656,7 @@ export declare const ClientValidators: {
|
|
|
2666
2656
|
return_only_id?: boolean | undefined;
|
|
2667
2657
|
include_balance?: boolean | undefined;
|
|
2668
2658
|
}>>;
|
|
2669
|
-
}
|
|
2659
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
2670
2660
|
options?: {
|
|
2671
2661
|
tracking_id?: string | undefined;
|
|
2672
2662
|
transaction_id?: string | undefined;
|
|
@@ -2687,9 +2677,9 @@ export declare const ClientValidators: {
|
|
|
2687
2677
|
} | undefined;
|
|
2688
2678
|
foreign?: string | number | undefined;
|
|
2689
2679
|
}>>;
|
|
2690
|
-
getTransfer: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
2680
|
+
getTransfer: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2691
2681
|
transfer: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
2692
|
-
}
|
|
2682
|
+
} & {
|
|
2693
2683
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2694
2684
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2695
2685
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2700,7 +2690,7 @@ export declare const ClientValidators: {
|
|
|
2700
2690
|
tracking_id?: string | undefined;
|
|
2701
2691
|
transaction_id?: string | undefined;
|
|
2702
2692
|
}>>;
|
|
2703
|
-
}
|
|
2693
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
2704
2694
|
transfer: string | number;
|
|
2705
2695
|
options?: {
|
|
2706
2696
|
tracking_id?: string | undefined;
|
|
@@ -2713,9 +2703,9 @@ export declare const ClientValidators: {
|
|
|
2713
2703
|
transaction_id?: string | undefined;
|
|
2714
2704
|
} | undefined;
|
|
2715
2705
|
}>>;
|
|
2716
|
-
getTransferGroup: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
2706
|
+
getTransferGroup: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2717
2707
|
transfer_group: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
2718
|
-
}
|
|
2708
|
+
} & {
|
|
2719
2709
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2720
2710
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2721
2711
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2732,7 +2722,7 @@ export declare const ClientValidators: {
|
|
|
2732
2722
|
create_if_not_exists?: boolean | undefined;
|
|
2733
2723
|
return_only_id?: boolean | undefined;
|
|
2734
2724
|
}>>;
|
|
2735
|
-
}
|
|
2725
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
2736
2726
|
transfer_group: string | number;
|
|
2737
2727
|
options?: {
|
|
2738
2728
|
tracking_id?: string | undefined;
|
|
@@ -2749,9 +2739,9 @@ export declare const ClientValidators: {
|
|
|
2749
2739
|
return_only_id?: boolean | undefined;
|
|
2750
2740
|
} | undefined;
|
|
2751
2741
|
}>>;
|
|
2752
|
-
getWallet: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
2742
|
+
getWallet: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2753
2743
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
2754
|
-
}
|
|
2744
|
+
} & {
|
|
2755
2745
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2756
2746
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2757
2747
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2771,7 +2761,7 @@ export declare const ClientValidators: {
|
|
|
2771
2761
|
create_if_not_exists?: boolean | undefined;
|
|
2772
2762
|
return_only_id?: boolean | undefined;
|
|
2773
2763
|
}>>;
|
|
2774
|
-
}
|
|
2764
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
2775
2765
|
wallet: string | number;
|
|
2776
2766
|
options?: {
|
|
2777
2767
|
tracking_id?: string | undefined;
|
|
@@ -2812,22 +2802,21 @@ export declare const ClientValidators: {
|
|
|
2812
2802
|
transaction_id?: string | undefined;
|
|
2813
2803
|
} | undefined;
|
|
2814
2804
|
}>>;
|
|
2815
|
-
listExports: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
2805
|
+
listExports: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2816
2806
|
type: import("zod").ZodOptional<import("zod").ZodEnum<["transfers", "transfer_groups", "tokens", "wallets", "balance_history", "unknown"]>>;
|
|
2817
2807
|
date: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2818
|
-
}
|
|
2808
|
+
} & {
|
|
2819
2809
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2820
2810
|
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
2821
2811
|
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
2822
2812
|
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
2823
2813
|
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
2824
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<
|
|
2825
|
-
field: import("zod").ZodString;
|
|
2814
|
+
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2826
2815
|
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
2827
2816
|
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
2828
|
-
}
|
|
2817
|
+
} & {
|
|
2829
2818
|
field: import("zod").ZodEnum<["identifier", "completed_at", "created_at"]>;
|
|
2830
|
-
}
|
|
2819
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
2831
2820
|
field: "identifier" | "created_at" | "completed_at";
|
|
2832
2821
|
direction?: "asc" | "desc" | undefined;
|
|
2833
2822
|
nulls?: "first" | "last" | undefined;
|
|
@@ -2860,7 +2849,7 @@ export declare const ClientValidators: {
|
|
|
2860
2849
|
}[] | undefined;
|
|
2861
2850
|
order_by?: string | undefined;
|
|
2862
2851
|
}>>;
|
|
2863
|
-
}
|
|
2852
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
2864
2853
|
options?: {
|
|
2865
2854
|
offset?: number | undefined;
|
|
2866
2855
|
tracking_id?: string | undefined;
|
|
@@ -2891,14 +2880,14 @@ export declare const ClientValidators: {
|
|
|
2891
2880
|
type?: "unknown" | "transfers" | "transfer_groups" | "tokens" | "wallets" | "balance_history" | undefined;
|
|
2892
2881
|
date?: string | undefined;
|
|
2893
2882
|
}>>;
|
|
2894
|
-
reverseTransfer: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
2883
|
+
reverseTransfer: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2895
2884
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
2896
2885
|
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2897
2886
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
2898
2887
|
transfer: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
2899
2888
|
force: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2900
2889
|
extend_metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
2901
|
-
}
|
|
2890
|
+
} & {
|
|
2902
2891
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2903
2892
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2904
2893
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2924,7 +2913,7 @@ export declare const ClientValidators: {
|
|
|
2924
2913
|
reverse_deposit?: boolean | undefined;
|
|
2925
2914
|
reverse_withdrawal?: boolean | undefined;
|
|
2926
2915
|
}>>;
|
|
2927
|
-
}
|
|
2916
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
2928
2917
|
transfer: string | number;
|
|
2929
2918
|
options?: {
|
|
2930
2919
|
tracking_id?: string | undefined;
|
|
@@ -2957,7 +2946,7 @@ export declare const ClientValidators: {
|
|
|
2957
2946
|
force?: boolean | undefined;
|
|
2958
2947
|
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
2959
2948
|
}>>;
|
|
2960
|
-
reverseTransferGroup: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
2949
|
+
reverseTransferGroup: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2961
2950
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["open", "closed"]>>;
|
|
2962
2951
|
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2963
2952
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
@@ -2967,7 +2956,7 @@ export declare const ClientValidators: {
|
|
|
2967
2956
|
transfer_metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
2968
2957
|
extend_metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
2969
2958
|
transfer_extend_metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
2970
|
-
}
|
|
2959
|
+
} & {
|
|
2971
2960
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2972
2961
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2973
2962
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2996,7 +2985,7 @@ export declare const ClientValidators: {
|
|
|
2996
2985
|
return_transfers?: boolean | undefined;
|
|
2997
2986
|
transfer_metadata_action?: "replace" | "extend" | "replace_create_only" | "replace_cancel_only" | "extend_create_only" | "extend_cancel_only" | undefined;
|
|
2998
2987
|
}>>;
|
|
2999
|
-
}
|
|
2988
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
3000
2989
|
transfer_group: string | number;
|
|
3001
2990
|
options?: {
|
|
3002
2991
|
tracking_id?: string | undefined;
|
|
@@ -3037,7 +3026,7 @@ export declare const ClientValidators: {
|
|
|
3037
3026
|
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
3038
3027
|
transfer_extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
3039
3028
|
}>>;
|
|
3040
|
-
reverseTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
3029
|
+
reverseTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
3041
3030
|
type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<["transfer", "deposit", "withdrawal"]>>>>>;
|
|
3042
3031
|
identifier: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>>>>;
|
|
3043
3032
|
id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, number, string | number>>>>>;
|
|
@@ -3098,7 +3087,7 @@ export declare const ClientValidators: {
|
|
|
3098
3087
|
metadata?: import("../db/consts").Metadata | undefined;
|
|
3099
3088
|
force?: boolean | undefined;
|
|
3100
3089
|
}>>;
|
|
3101
|
-
}
|
|
3090
|
+
} & {
|
|
3102
3091
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3103
3092
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3104
3093
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -3118,7 +3107,7 @@ export declare const ClientValidators: {
|
|
|
3118
3107
|
reverse_deposit?: boolean | undefined;
|
|
3119
3108
|
reverse_withdrawal?: boolean | undefined;
|
|
3120
3109
|
}>>;
|
|
3121
|
-
}
|
|
3110
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
3122
3111
|
options?: {
|
|
3123
3112
|
tracking_id?: string | undefined;
|
|
3124
3113
|
transaction_id?: string | undefined;
|
|
@@ -3205,10 +3194,10 @@ export declare const ClientValidators: {
|
|
|
3205
3194
|
id?: number | undefined;
|
|
3206
3195
|
} | undefined;
|
|
3207
3196
|
}>>;
|
|
3208
|
-
setFlags: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
3197
|
+
setFlags: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
3209
3198
|
allow_timestamps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3210
3199
|
production: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3211
|
-
}
|
|
3200
|
+
} & {
|
|
3212
3201
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3213
3202
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3214
3203
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -3219,7 +3208,7 @@ export declare const ClientValidators: {
|
|
|
3219
3208
|
tracking_id?: string | undefined;
|
|
3220
3209
|
transaction_id?: string | undefined;
|
|
3221
3210
|
}>>;
|
|
3222
|
-
}
|
|
3211
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
3223
3212
|
options?: {
|
|
3224
3213
|
tracking_id?: string | undefined;
|
|
3225
3214
|
transaction_id?: string | undefined;
|
|
@@ -3234,18 +3223,18 @@ export declare const ClientValidators: {
|
|
|
3234
3223
|
allow_timestamps?: boolean | undefined;
|
|
3235
3224
|
production?: boolean | undefined;
|
|
3236
3225
|
}>>;
|
|
3237
|
-
updateToken: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
3226
|
+
updateToken: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
3238
3227
|
status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["active", "dw-only", "disabled"]>>>;
|
|
3239
3228
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
3240
3229
|
token: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
3241
3230
|
public: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
3242
|
-
}
|
|
3243
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<
|
|
3231
|
+
} & {
|
|
3232
|
+
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3244
3233
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3245
3234
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3246
|
-
}
|
|
3235
|
+
} & {
|
|
3247
3236
|
return_when_not_updated: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
3248
|
-
}
|
|
3237
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3249
3238
|
return_when_not_updated: boolean;
|
|
3250
3239
|
tracking_id?: string | undefined;
|
|
3251
3240
|
transaction_id?: string | undefined;
|
|
@@ -3254,7 +3243,7 @@ export declare const ClientValidators: {
|
|
|
3254
3243
|
transaction_id?: string | undefined;
|
|
3255
3244
|
return_when_not_updated?: boolean | undefined;
|
|
3256
3245
|
}>>;
|
|
3257
|
-
}
|
|
3246
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
3258
3247
|
token: string | number;
|
|
3259
3248
|
options?: {
|
|
3260
3249
|
return_when_not_updated: boolean;
|
|
@@ -3275,12 +3264,12 @@ export declare const ClientValidators: {
|
|
|
3275
3264
|
metadata?: import("../db/consts").Metadata | undefined;
|
|
3276
3265
|
public?: boolean | undefined;
|
|
3277
3266
|
}>>;
|
|
3278
|
-
updateTransfer: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
3267
|
+
updateTransfer: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
3279
3268
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["finished", "cancelled"]>>;
|
|
3280
3269
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
3281
3270
|
transfer: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
3282
3271
|
extend_metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
3283
|
-
}
|
|
3272
|
+
} & {
|
|
3284
3273
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3285
3274
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3286
3275
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -3303,7 +3292,7 @@ export declare const ClientValidators: {
|
|
|
3303
3292
|
return_when_not_updated?: boolean | undefined;
|
|
3304
3293
|
metadata_action?: "replace" | "extend" | undefined;
|
|
3305
3294
|
}>>;
|
|
3306
|
-
}
|
|
3295
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
3307
3296
|
transfer: string | number;
|
|
3308
3297
|
options?: {
|
|
3309
3298
|
tracking_id?: string | undefined;
|
|
@@ -3330,12 +3319,12 @@ export declare const ClientValidators: {
|
|
|
3330
3319
|
metadata?: import("../db/consts").Metadata | undefined;
|
|
3331
3320
|
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
3332
3321
|
}>>;
|
|
3333
|
-
updateTransferGroup: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
3322
|
+
updateTransferGroup: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
3334
3323
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["closed"]>>;
|
|
3335
3324
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
3336
3325
|
transfer_status: import("zod").ZodOptional<import("zod").ZodEnum<["finished", "cancelled"]>>;
|
|
3337
3326
|
transfer_group: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
3338
|
-
}
|
|
3327
|
+
} & {
|
|
3339
3328
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3340
3329
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3341
3330
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -3358,7 +3347,7 @@ export declare const ClientValidators: {
|
|
|
3358
3347
|
return_transfers?: boolean | undefined;
|
|
3359
3348
|
transfer_metadata_action?: "replace" | "extend" | undefined;
|
|
3360
3349
|
}>>;
|
|
3361
|
-
}
|
|
3350
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
3362
3351
|
transfer_group: string | number;
|
|
3363
3352
|
options?: {
|
|
3364
3353
|
tracking_id?: string | undefined;
|
|
@@ -3385,7 +3374,7 @@ export declare const ClientValidators: {
|
|
|
3385
3374
|
metadata?: import("../db/consts").Metadata | undefined;
|
|
3386
3375
|
transfer_status?: "finished" | "cancelled" | undefined;
|
|
3387
3376
|
}>>;
|
|
3388
|
-
updateTransferGroups: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
3377
|
+
updateTransferGroups: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
3389
3378
|
identifier: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
3390
3379
|
transfer_status: import("zod").ZodOptional<import("zod").ZodEnum<["finished", "cancelled"]>>;
|
|
3391
3380
|
status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["open", "closed"]>>>;
|
|
@@ -3394,7 +3383,7 @@ export declare const ClientValidators: {
|
|
|
3394
3383
|
}, string | number>>;
|
|
3395
3384
|
type: import("zod").ZodOptional<import("zod").ZodEnum<["regular", "exchange", "distribution"]>>;
|
|
3396
3385
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
3397
|
-
}
|
|
3386
|
+
} & {
|
|
3398
3387
|
update: import("zod").ZodEffects<import("zod").ZodObject<{
|
|
3399
3388
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["open", "closed"]>>;
|
|
3400
3389
|
transfer_status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>;
|
|
@@ -3421,7 +3410,7 @@ export declare const ClientValidators: {
|
|
|
3421
3410
|
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
3422
3411
|
transfer_metadata?: import("../db/consts").Metadata | undefined;
|
|
3423
3412
|
}>;
|
|
3424
|
-
}
|
|
3413
|
+
} & {
|
|
3425
3414
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3426
3415
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3427
3416
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -3444,7 +3433,7 @@ export declare const ClientValidators: {
|
|
|
3444
3433
|
return_transfers?: boolean | undefined;
|
|
3445
3434
|
transfer_metadata_action?: "replace" | "extend" | undefined;
|
|
3446
3435
|
}>>;
|
|
3447
|
-
}
|
|
3436
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
3448
3437
|
update: {
|
|
3449
3438
|
status?: "open" | "closed" | undefined;
|
|
3450
3439
|
metadata?: import("../db/consts").Metadata | undefined;
|
|
@@ -3489,7 +3478,7 @@ export declare const ClientValidators: {
|
|
|
3489
3478
|
transfer_status?: "finished" | "cancelled" | undefined;
|
|
3490
3479
|
reverses?: string | number | undefined;
|
|
3491
3480
|
}>>;
|
|
3492
|
-
updateTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
3481
|
+
updateTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
3493
3482
|
identifier: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
3494
3483
|
wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
3495
3484
|
foreign: string;
|
|
@@ -3508,7 +3497,7 @@ export declare const ClientValidators: {
|
|
|
3508
3497
|
}, string | number>>;
|
|
3509
3498
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>;
|
|
3510
3499
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
3511
|
-
}
|
|
3500
|
+
} & {
|
|
3512
3501
|
update: import("zod").ZodEffects<import("zod").ZodObject<{
|
|
3513
3502
|
status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>>;
|
|
3514
3503
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
@@ -3535,7 +3524,7 @@ export declare const ClientValidators: {
|
|
|
3535
3524
|
updated_at?: string | undefined;
|
|
3536
3525
|
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
3537
3526
|
}>;
|
|
3538
|
-
}
|
|
3527
|
+
} & {
|
|
3539
3528
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3540
3529
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3541
3530
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -3549,7 +3538,7 @@ export declare const ClientValidators: {
|
|
|
3549
3538
|
transaction_id?: string | undefined;
|
|
3550
3539
|
metadata_action?: "replace" | "extend" | undefined;
|
|
3551
3540
|
}>>;
|
|
3552
|
-
}
|
|
3541
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
3553
3542
|
update: {
|
|
3554
3543
|
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
3555
3544
|
metadata?: import("../db/consts").Metadata | undefined;
|
|
@@ -3600,12 +3589,12 @@ export declare const ClientValidators: {
|
|
|
3600
3589
|
from_wallet?: string | number | undefined;
|
|
3601
3590
|
to_wallet?: string | number | undefined;
|
|
3602
3591
|
}>>;
|
|
3603
|
-
updateWallet: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
3592
|
+
updateWallet: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
3604
3593
|
status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["active", "disabled"]>>>;
|
|
3605
3594
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
3606
3595
|
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
|
|
3607
3596
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
3608
|
-
}
|
|
3597
|
+
} & {
|
|
3609
3598
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3610
3599
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3611
3600
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -3619,7 +3608,7 @@ export declare const ClientValidators: {
|
|
|
3619
3608
|
transaction_id?: string | undefined;
|
|
3620
3609
|
return_when_not_updated?: boolean | undefined;
|
|
3621
3610
|
}>>;
|
|
3622
|
-
}
|
|
3611
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
3623
3612
|
wallet: string | number;
|
|
3624
3613
|
options?: {
|
|
3625
3614
|
tracking_id?: string | undefined;
|