wapi-client 0.12.5-beta.9 → 0.14.1
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/base-client.browser.cjs +454 -288
- package/dist/api/base-client.browser.js +438 -272
- package/dist/api/base-client.cjs +454 -288
- package/dist/api/base-client.js +444 -278
- package/dist/api/connection/connection.enums.browser.cjs +7 -9
- package/dist/api/connection/connection.enums.browser.js +7 -9
- package/dist/api/connection/connection.enums.cjs +7 -9
- package/dist/api/connection/connection.enums.js +7 -9
- package/dist/api/http-client.browser.cjs +7 -7
- package/dist/api/http-client.cjs +7 -7
- package/dist/api/http-client.js +6 -6
- package/dist/api/index.browser.cjs +5 -5
- package/dist/api/index.cjs +5 -5
- package/dist/api/index.js +5 -5
- package/dist/api/jsonrpc/jsonrpc.enums.browser.cjs +9 -10
- package/dist/api/jsonrpc/jsonrpc.enums.browser.js +9 -10
- package/dist/api/jsonrpc/jsonrpc.enums.cjs +9 -10
- package/dist/api/jsonrpc/jsonrpc.enums.js +9 -10
- package/dist/api/ws-client.browser.cjs +16 -10
- package/dist/api/ws-client.browser.js +12 -2
- package/dist/api/ws-client.cjs +16 -10
- package/dist/api/ws-client.js +18 -8
- package/dist/client-options.schema.zod.browser.cjs +6 -6
- package/dist/client-options.schema.zod.browser.js +5 -5
- package/dist/client-options.schema.zod.cjs +6 -6
- package/dist/client-options.schema.zod.js +6 -6
- package/dist/client.browser.cjs +87 -78
- package/dist/client.browser.js +84 -75
- package/dist/client.cjs +87 -78
- package/dist/client.js +87 -78
- package/dist/db/consts.browser.cjs +12 -609
- package/dist/db/consts.browser.js +10 -607
- package/dist/db/consts.cjs +12 -609
- package/dist/db/consts.js +12 -609
- package/dist/db/index.browser.cjs +17 -14
- package/dist/db/index.browser.js +10 -1
- package/dist/db/index.cjs +19 -14
- package/dist/db/index.js +14 -5
- package/dist/db/token/token.schema.zod.browser.cjs +3 -3
- package/dist/db/token/token.schema.zod.cjs +3 -3
- package/dist/db/token/token.schema.zod.js +3 -3
- package/dist/db/transfer/transfer.schema.zod.browser.cjs +3 -3
- package/dist/db/transfer/transfer.schema.zod.cjs +3 -3
- package/dist/db/transfer/transfer.schema.zod.js +3 -3
- package/dist/db/transfer-group/transfer-group.schema.zod.browser.cjs +3 -3
- package/dist/db/transfer-group/transfer-group.schema.zod.cjs +3 -3
- package/dist/db/transfer-group/transfer-group.schema.zod.js +3 -3
- package/dist/db/transfer-log/transfer-log.schema.zod.browser.cjs +5 -5
- package/dist/db/transfer-log/transfer-log.schema.zod.cjs +5 -5
- package/dist/db/transfer-log/transfer-log.schema.zod.js +3 -3
- package/dist/db/wallet/wallet.schema.zod.browser.cjs +3 -3
- package/dist/db/wallet/wallet.schema.zod.cjs +3 -3
- package/dist/db/wallet/wallet.schema.zod.js +3 -3
- package/dist/db/wallet-token-setting/wallet-token-setting.schema.zod.browser.cjs +2 -2
- package/dist/db/wallet-token-setting/wallet-token-setting.schema.zod.cjs +2 -2
- package/dist/db/wallet-token-setting/wallet-token-setting.schema.zod.js +2 -2
- package/dist/{txs/import-actions/import-actions.enums.browser.cjs → db/wapi-apikey/wapi-apikey.enums.browser.cjs} +3 -3
- package/dist/{txs/import-actions/import-actions.enums.cjs → db/wapi-apikey/wapi-apikey.enums.cjs} +3 -3
- package/dist/db/wapi-apikey/wapi-apikey.schema.zod.browser.cjs +55 -0
- package/dist/db/wapi-apikey/wapi-apikey.schema.zod.browser.js +34 -0
- package/dist/db/wapi-apikey/wapi-apikey.schema.zod.cjs +63 -0
- package/dist/db/wapi-apikey/wapi-apikey.schema.zod.js +34 -0
- package/dist/db/wapi-setting/wapi-setting.schema.zod.browser.cjs +3 -3
- package/dist/db/wapi-setting/wapi-setting.schema.zod.cjs +3 -3
- package/dist/db/wapi-setting/wapi-setting.schema.zod.js +3 -3
- package/dist/db/wapi-statistic/wapi-statistic.schema.zod.browser.cjs +2 -2
- package/dist/db/wapi-statistic/wapi-statistic.schema.zod.cjs +2 -2
- package/dist/db/wapi-statistic/wapi-statistic.schema.zod.js +2 -2
- package/dist/fns/aggregate-transfers/aggregate-transfers.browser.cjs +11 -11
- package/dist/fns/aggregate-transfers/aggregate-transfers.cjs +11 -11
- package/dist/fns/aggregate-transfers/aggregate-transfers.js +6 -6
- package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.browser.cjs +9 -11
- package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.browser.js +1 -3
- package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.cjs +9 -11
- package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.js +6 -8
- package/dist/fns/consts.browser.cjs +3 -3
- package/dist/fns/consts.cjs +3 -3
- package/dist/fns/consts.js +3 -3
- package/dist/fns/create-access-token/create-access-token.browser.cjs +3 -3
- package/dist/fns/create-access-token/create-access-token.cjs +3 -3
- package/dist/fns/create-access-token/create-access-token.js +2 -2
- package/dist/fns/create-access-token/create-access-token.schema.zod.browser.cjs +7 -7
- package/dist/fns/create-access-token/create-access-token.schema.zod.cjs +7 -7
- package/dist/fns/create-access-token/create-access-token.schema.zod.js +2 -2
- package/dist/fns/create-contract/create-contract.browser.cjs +4 -4
- package/dist/fns/create-contract/create-contract.cjs +4 -4
- package/dist/fns/create-contract/create-contract.js +3 -3
- package/dist/fns/create-contract/create-contract.schema.zod.browser.cjs +10 -10
- package/dist/fns/create-contract/create-contract.schema.zod.browser.js +4 -1
- package/dist/fns/create-contract/create-contract.schema.zod.cjs +10 -10
- package/dist/fns/create-contract/create-contract.schema.zod.js +8 -5
- package/dist/fns/create-deposit/create-deposit.browser.cjs +5 -5
- package/dist/fns/create-deposit/create-deposit.cjs +5 -5
- package/dist/fns/create-deposit/create-deposit.js +4 -4
- package/dist/fns/create-deposit/create-deposit.schema.zod.browser.cjs +10 -10
- package/dist/fns/create-deposit/create-deposit.schema.zod.cjs +10 -10
- package/dist/fns/create-deposit/create-deposit.schema.zod.js +5 -5
- package/dist/fns/create-exchange/create-exchange.browser.cjs +9 -9
- package/dist/fns/create-exchange/create-exchange.cjs +9 -9
- package/dist/fns/create-exchange/create-exchange.js +5 -5
- package/dist/fns/create-exchange/create-exchange.schema.zod.browser.cjs +15 -15
- package/dist/fns/create-exchange/create-exchange.schema.zod.cjs +15 -15
- package/dist/fns/create-exchange/create-exchange.schema.zod.js +6 -6
- package/dist/fns/create-token/create-token.browser.cjs +4 -4
- package/dist/fns/create-token/create-token.cjs +4 -4
- package/dist/fns/create-token/create-token.js +3 -3
- package/dist/fns/create-token/create-token.schema.zod.browser.cjs +6 -6
- package/dist/fns/create-token/create-token.schema.zod.cjs +6 -6
- package/dist/fns/create-token/create-token.schema.zod.js +3 -3
- package/dist/fns/create-transfer/create-transfer.browser.cjs +4 -4
- package/dist/fns/create-transfer/create-transfer.cjs +4 -4
- package/dist/fns/create-transfer/create-transfer.js +3 -3
- package/dist/fns/create-transfer/create-transfer.schema.zod.browser.cjs +11 -11
- package/dist/fns/create-transfer/create-transfer.schema.zod.cjs +11 -11
- package/dist/fns/create-transfer/create-transfer.schema.zod.js +4 -4
- package/dist/fns/create-transfer-group/create-transfer-group.browser.cjs +5 -5
- package/dist/fns/create-transfer-group/create-transfer-group.cjs +5 -5
- package/dist/fns/create-transfer-group/create-transfer-group.js +4 -4
- package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.browser.cjs +10 -10
- package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.cjs +10 -10
- package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.js +4 -4
- package/dist/fns/create-transfers/create-transfers.browser.cjs +5 -5
- package/dist/fns/create-transfers/create-transfers.cjs +5 -5
- package/dist/fns/create-transfers/create-transfers.js +4 -4
- package/dist/fns/create-transfers/create-transfers.schema.zod.browser.cjs +6 -6
- package/dist/fns/create-transfers/create-transfers.schema.zod.cjs +6 -6
- package/dist/fns/create-transfers/create-transfers.schema.zod.js +3 -3
- package/dist/fns/create-wallet/create-wallet.browser.cjs +3 -3
- package/dist/fns/create-wallet/create-wallet.cjs +3 -3
- package/dist/fns/create-wallet/create-wallet.js +2 -2
- package/dist/fns/create-wallet/create-wallet.schema.zod.browser.cjs +5 -5
- package/dist/fns/create-wallet/create-wallet.schema.zod.cjs +5 -5
- package/dist/fns/create-wallet/create-wallet.schema.zod.js +2 -2
- package/dist/fns/create-withdrawal/create-withdrawal.browser.cjs +5 -5
- package/dist/fns/create-withdrawal/create-withdrawal.cjs +5 -5
- package/dist/fns/create-withdrawal/create-withdrawal.js +4 -4
- package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.browser.cjs +11 -11
- package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.cjs +11 -11
- package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.js +5 -5
- package/dist/fns/export-balance-history/export-balance-history.browser.cjs +5 -5
- package/dist/fns/export-balance-history/export-balance-history.cjs +5 -5
- package/dist/fns/export-balance-history/export-balance-history.js +4 -4
- package/dist/fns/export-balance-history/export-balance-history.schema.zod.browser.cjs +5 -5
- package/dist/fns/export-balance-history/export-balance-history.schema.zod.cjs +5 -5
- package/dist/fns/export-balance-history/export-balance-history.schema.zod.js +3 -3
- package/dist/fns/export-tokens/export-tokens.browser.cjs +7 -7
- package/dist/fns/export-tokens/export-tokens.cjs +7 -7
- package/dist/fns/export-tokens/export-tokens.js +4 -4
- package/dist/fns/export-tokens/export-tokens.schema.zod.browser.cjs +6 -6
- package/dist/fns/export-tokens/export-tokens.schema.zod.cjs +6 -6
- package/dist/fns/export-tokens/export-tokens.schema.zod.js +3 -3
- package/dist/fns/export-transfer-groups/export-transfer-groups.browser.cjs +7 -7
- package/dist/fns/export-transfer-groups/export-transfer-groups.cjs +7 -7
- package/dist/fns/export-transfer-groups/export-transfer-groups.js +4 -4
- package/dist/fns/export-transfer-groups/export-transfer-groups.schema.zod.browser.cjs +5 -5
- package/dist/fns/export-transfer-groups/export-transfer-groups.schema.zod.cjs +5 -5
- package/dist/fns/export-transfer-groups/export-transfer-groups.schema.zod.js +2 -2
- package/dist/fns/export-transfers/export-transfers.browser.cjs +7 -7
- package/dist/fns/export-transfers/export-transfers.cjs +7 -7
- package/dist/fns/export-transfers/export-transfers.js +4 -4
- package/dist/fns/export-transfers/export-transfers.schema.zod.browser.cjs +5 -5
- package/dist/fns/export-transfers/export-transfers.schema.zod.cjs +5 -5
- package/dist/fns/export-transfers/export-transfers.schema.zod.js +2 -2
- package/dist/fns/export-wallets/export-wallets.browser.cjs +8 -8
- package/dist/fns/export-wallets/export-wallets.cjs +8 -8
- package/dist/fns/export-wallets/export-wallets.js +5 -5
- package/dist/fns/export-wallets/export-wallets.schema.zod.browser.cjs +5 -5
- package/dist/fns/export-wallets/export-wallets.schema.zod.cjs +5 -5
- package/dist/fns/export-wallets/export-wallets.schema.zod.js +2 -2
- package/dist/fns/find-balances/find-balances.browser.cjs +7 -7
- package/dist/fns/find-balances/find-balances.cjs +7 -7
- package/dist/fns/find-balances/find-balances.js +4 -4
- package/dist/fns/find-balances/find-balances.schema.zod.browser.cjs +5 -5
- package/dist/fns/find-balances/find-balances.schema.zod.browser.js +4 -1
- package/dist/fns/find-balances/find-balances.schema.zod.cjs +5 -5
- package/dist/fns/find-balances/find-balances.schema.zod.js +6 -3
- package/dist/fns/find-tokens/find-tokens.browser.cjs +7 -7
- package/dist/fns/find-tokens/find-tokens.cjs +7 -7
- package/dist/fns/find-tokens/find-tokens.js +4 -4
- package/dist/fns/find-tokens/find-tokens.schema.zod.browser.cjs +8 -8
- package/dist/fns/find-tokens/find-tokens.schema.zod.cjs +8 -8
- package/dist/fns/find-tokens/find-tokens.schema.zod.js +5 -5
- package/dist/fns/find-transfer-groups/find-transfer-groups.browser.cjs +7 -7
- package/dist/fns/find-transfer-groups/find-transfer-groups.cjs +7 -7
- package/dist/fns/find-transfer-groups/find-transfer-groups.js +4 -4
- package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.browser.cjs +10 -10
- package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.browser.js +4 -1
- package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.cjs +10 -10
- package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.js +8 -5
- package/dist/fns/find-transfers/find-transfers.browser.cjs +8 -8
- package/dist/fns/find-transfers/find-transfers.cjs +8 -8
- package/dist/fns/find-transfers/find-transfers.js +5 -5
- package/dist/fns/find-transfers/find-transfers.schema.zod.browser.cjs +10 -10
- package/dist/fns/find-transfers/find-transfers.schema.zod.cjs +10 -10
- package/dist/fns/find-transfers/find-transfers.schema.zod.js +5 -5
- package/dist/fns/find-wallets/find-wallets.browser.cjs +7 -7
- package/dist/fns/find-wallets/find-wallets.cjs +7 -7
- package/dist/fns/find-wallets/find-wallets.js +4 -4
- package/dist/fns/find-wallets/find-wallets.schema.zod.browser.cjs +10 -10
- package/dist/fns/find-wallets/find-wallets.schema.zod.cjs +10 -10
- package/dist/fns/find-wallets/find-wallets.schema.zod.js +6 -6
- package/dist/fns/fn-types.browser.cjs +42 -42
- package/dist/fns/fn-types.cjs +84 -84
- package/dist/fns/fn-types.js +42 -42
- package/dist/fns/get-balance/get-balance.browser.cjs +5 -5
- package/dist/fns/get-balance/get-balance.cjs +5 -5
- package/dist/fns/get-balance/get-balance.js +4 -4
- package/dist/fns/get-balance/get-balance.schema.zod.browser.cjs +6 -6
- package/dist/fns/get-balance/get-balance.schema.zod.cjs +6 -6
- package/dist/fns/get-balance/get-balance.schema.zod.js +4 -4
- package/dist/fns/get-balance-history/get-balance-history.browser.cjs +5 -5
- package/dist/fns/get-balance-history/get-balance-history.cjs +5 -5
- package/dist/fns/get-balance-history/get-balance-history.js +4 -4
- package/dist/fns/get-balance-history/get-balance-history.schema.zod.browser.cjs +6 -6
- package/dist/fns/get-balance-history/get-balance-history.schema.zod.cjs +6 -6
- package/dist/fns/get-balance-history/get-balance-history.schema.zod.js +4 -4
- package/dist/fns/get-export/get-export.browser.cjs +3 -3
- package/dist/fns/get-export/get-export.cjs +3 -3
- package/dist/fns/get-export/get-export.js +2 -2
- package/dist/fns/get-export/get-export.schema.zod.browser.cjs +4 -4
- package/dist/fns/get-export/get-export.schema.zod.cjs +4 -4
- package/dist/fns/get-export/get-export.schema.zod.js +2 -2
- package/dist/fns/get-flags/get-flags.browser.cjs +3 -3
- package/dist/fns/get-flags/get-flags.cjs +3 -3
- package/dist/fns/get-flags/get-flags.js +2 -2
- package/dist/fns/get-flags/get-flags.schema.zod.browser.cjs +4 -4
- package/dist/fns/get-flags/get-flags.schema.zod.cjs +4 -4
- package/dist/fns/get-flags/get-flags.schema.zod.js +2 -2
- package/dist/fns/get-statistics/get-statistics.browser.cjs +3 -3
- package/dist/fns/get-statistics/get-statistics.cjs +3 -3
- package/dist/fns/get-statistics/get-statistics.js +2 -2
- package/dist/fns/get-statistics/get-statistics.schema.zod.browser.cjs +7 -9
- package/dist/fns/get-statistics/get-statistics.schema.zod.browser.js +2 -4
- package/dist/fns/get-statistics/get-statistics.schema.zod.cjs +7 -9
- package/dist/fns/get-statistics/get-statistics.schema.zod.js +6 -8
- package/dist/fns/get-token/get-token.browser.cjs +5 -5
- package/dist/fns/get-token/get-token.cjs +5 -5
- package/dist/fns/get-token/get-token.js +4 -4
- package/dist/fns/get-token/get-token.schema.zod.browser.cjs +5 -5
- package/dist/fns/get-token/get-token.schema.zod.cjs +5 -5
- package/dist/fns/get-token/get-token.schema.zod.js +3 -3
- package/dist/fns/get-transfer/get-transfer.browser.cjs +4 -4
- package/dist/fns/get-transfer/get-transfer.cjs +4 -4
- package/dist/fns/get-transfer/get-transfer.js +3 -3
- package/dist/fns/get-transfer/get-transfer.schema.zod.browser.cjs +5 -5
- package/dist/fns/get-transfer/get-transfer.schema.zod.cjs +5 -5
- package/dist/fns/get-transfer/get-transfer.schema.zod.js +3 -3
- package/dist/fns/get-transfer-group/get-transfer-group.browser.cjs +4 -4
- package/dist/fns/get-transfer-group/get-transfer-group.cjs +4 -4
- package/dist/fns/get-transfer-group/get-transfer-group.js +3 -3
- package/dist/fns/get-transfer-group/get-transfer-group.schema.zod.browser.cjs +5 -5
- package/dist/fns/get-transfer-group/get-transfer-group.schema.zod.cjs +5 -5
- package/dist/fns/get-transfer-group/get-transfer-group.schema.zod.js +3 -3
- package/dist/fns/get-wallet/get-wallet.browser.cjs +4 -4
- package/dist/fns/get-wallet/get-wallet.cjs +4 -4
- package/dist/fns/get-wallet/get-wallet.js +3 -3
- package/dist/fns/get-wallet/get-wallet.schema.zod.browser.cjs +5 -5
- package/dist/fns/get-wallet/get-wallet.schema.zod.cjs +5 -5
- package/dist/fns/get-wallet/get-wallet.schema.zod.js +3 -3
- package/dist/fns/healthcheck/healthcheck.browser.cjs +3 -3
- package/dist/fns/healthcheck/healthcheck.cjs +3 -3
- package/dist/fns/healthcheck/healthcheck.js +2 -2
- package/dist/fns/healthcheck/healthcheck.schema.zod.browser.cjs +4 -4
- package/dist/fns/healthcheck/healthcheck.schema.zod.cjs +4 -4
- package/dist/fns/healthcheck/healthcheck.schema.zod.js +2 -2
- package/dist/fns/list-exports/list-exports.browser.cjs +4 -4
- package/dist/fns/list-exports/list-exports.cjs +4 -4
- package/dist/fns/list-exports/list-exports.js +3 -3
- package/dist/fns/list-exports/list-exports.schema.zod.browser.cjs +7 -7
- package/dist/fns/list-exports/list-exports.schema.zod.cjs +7 -7
- package/dist/fns/list-exports/list-exports.schema.zod.js +4 -4
- package/dist/fns/reverse-transfer/reverse-transfer.browser.cjs +4 -4
- package/dist/fns/reverse-transfer/reverse-transfer.cjs +4 -4
- package/dist/fns/reverse-transfer/reverse-transfer.js +3 -3
- package/dist/fns/reverse-transfer/reverse-transfer.schema.zod.browser.cjs +11 -11
- package/dist/fns/reverse-transfer/reverse-transfer.schema.zod.cjs +11 -11
- package/dist/fns/reverse-transfer/reverse-transfer.schema.zod.js +4 -4
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.browser.cjs +4 -4
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.cjs +4 -4
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.js +3 -3
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.schema.zod.browser.cjs +15 -15
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.schema.zod.cjs +15 -15
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.schema.zod.js +5 -5
- package/dist/fns/reverse-transfers/reverse-transfers.browser.cjs +9 -9
- package/dist/fns/reverse-transfers/reverse-transfers.cjs +9 -9
- package/dist/fns/reverse-transfers/reverse-transfers.js +5 -5
- package/dist/fns/reverse-transfers/reverse-transfers.schema.zod.browser.cjs +10 -10
- package/dist/fns/reverse-transfers/reverse-transfers.schema.zod.cjs +10 -10
- package/dist/fns/reverse-transfers/reverse-transfers.schema.zod.js +5 -5
- package/dist/fns/set-flags/set-flags.browser.cjs +5 -5
- package/dist/fns/set-flags/set-flags.cjs +5 -5
- package/dist/fns/set-flags/set-flags.js +4 -4
- package/dist/fns/set-flags/set-flags.schema.zod.browser.cjs +4 -4
- package/dist/fns/set-flags/set-flags.schema.zod.cjs +4 -4
- package/dist/fns/set-flags/set-flags.schema.zod.js +2 -2
- package/dist/fns/update-token/update-token.browser.cjs +4 -4
- package/dist/fns/update-token/update-token.cjs +4 -4
- package/dist/fns/update-token/update-token.js +3 -3
- package/dist/fns/update-token/update-token.schema.zod.browser.cjs +9 -9
- package/dist/fns/update-token/update-token.schema.zod.cjs +9 -9
- package/dist/fns/update-token/update-token.schema.zod.js +4 -4
- package/dist/fns/update-transfer/update-transfer.browser.cjs +4 -4
- package/dist/fns/update-transfer/update-transfer.cjs +4 -4
- package/dist/fns/update-transfer/update-transfer.js +3 -3
- package/dist/fns/update-transfer/update-transfer.schema.zod.browser.cjs +8 -8
- package/dist/fns/update-transfer/update-transfer.schema.zod.cjs +8 -8
- package/dist/fns/update-transfer/update-transfer.schema.zod.js +4 -4
- package/dist/fns/update-transfer-group/update-transfer-group.browser.cjs +4 -4
- package/dist/fns/update-transfer-group/update-transfer-group.cjs +4 -4
- package/dist/fns/update-transfer-group/update-transfer-group.js +3 -3
- package/dist/fns/update-transfer-group/update-transfer-group.schema.zod.browser.cjs +9 -9
- package/dist/fns/update-transfer-group/update-transfer-group.schema.zod.cjs +9 -9
- package/dist/fns/update-transfer-group/update-transfer-group.schema.zod.js +5 -5
- package/dist/fns/update-transfer-groups/update-transfer-groups.browser.cjs +9 -9
- package/dist/fns/update-transfer-groups/update-transfer-groups.cjs +9 -9
- package/dist/fns/update-transfer-groups/update-transfer-groups.js +5 -5
- package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.browser.cjs +14 -14
- package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.browser.js +4 -1
- package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.cjs +14 -14
- package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.js +10 -7
- package/dist/fns/update-transfers/update-transfers.browser.cjs +9 -9
- package/dist/fns/update-transfers/update-transfers.cjs +9 -9
- package/dist/fns/update-transfers/update-transfers.js +5 -5
- package/dist/fns/update-transfers/update-transfers.schema.zod.browser.cjs +11 -11
- package/dist/fns/update-transfers/update-transfers.schema.zod.browser.js +4 -1
- package/dist/fns/update-transfers/update-transfers.schema.zod.cjs +11 -11
- package/dist/fns/update-transfers/update-transfers.schema.zod.js +9 -6
- package/dist/fns/update-wallet/update-wallet.browser.cjs +4 -4
- package/dist/fns/update-wallet/update-wallet.cjs +4 -4
- package/dist/fns/update-wallet/update-wallet.js +3 -3
- package/dist/fns/update-wallet/update-wallet.schema.zod.browser.cjs +9 -9
- package/dist/fns/update-wallet/update-wallet.schema.zod.cjs +9 -9
- package/dist/fns/update-wallet/update-wallet.schema.zod.js +4 -4
- package/dist/lib/debug.browser.cjs +1 -1
- package/dist/lib/debug.cjs +1 -1
- package/dist/lib/debug.js +1 -1
- 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/errors.browser.cjs +24 -41
- package/dist/lib/errors.browser.js +23 -40
- package/dist/lib/errors.cjs +24 -42
- package/dist/lib/errors.js +24 -41
- package/dist/lib/query-builder/aggregate-query-builder.browser.cjs +88 -4
- package/dist/lib/query-builder/aggregate-query-builder.browser.js +84 -0
- package/dist/lib/query-builder/aggregate-query-builder.cjs +88 -4
- package/dist/lib/query-builder/aggregate-query-builder.js +88 -4
- package/dist/lib/query-builder/find-query-builder.browser.cjs +143 -6
- package/dist/lib/query-builder/find-query-builder.browser.js +140 -3
- package/dist/lib/query-builder/find-query-builder.cjs +143 -6
- package/dist/lib/query-builder/find-query-builder.js +143 -6
- package/dist/lib/query-builder/index.browser.cjs +3 -3
- package/dist/lib/query-builder/index.cjs +3 -3
- package/dist/lib/query-builder/index.js +3 -3
- package/dist/lib/query-builder/query-builder.browser.cjs +85 -1
- package/dist/lib/query-builder/query-builder.browser.js +84 -0
- package/dist/lib/query-builder/query-builder.cjs +85 -1
- package/dist/lib/query-builder/query-builder.js +85 -1
- package/dist/lib/query-builder/reverse-query-builder.browser.cjs +87 -3
- package/dist/lib/query-builder/reverse-query-builder.browser.js +84 -0
- package/dist/lib/query-builder/reverse-query-builder.cjs +87 -3
- package/dist/lib/query-builder/reverse-query-builder.js +87 -3
- package/dist/lib/query-builder/update-query-builder.browser.cjs +87 -3
- package/dist/lib/query-builder/update-query-builder.browser.js +84 -0
- package/dist/lib/query-builder/update-query-builder.cjs +87 -3
- package/dist/lib/query-builder/update-query-builder.js +87 -3
- package/dist/lib/stream-promise-input.browser.cjs +1 -1
- package/dist/lib/stream-promise-input.cjs +1 -1
- package/dist/lib/stream-promise-input.js +1 -1
- package/dist/lib/stream-promise.browser.cjs +5 -5
- package/dist/lib/stream-promise.cjs +5 -5
- package/dist/lib/stream-promise.js +4 -4
- package/dist/lib/utils.browser.cjs +1 -1
- package/dist/lib/utils.cjs +1 -1
- package/dist/lib/utils.js +1 -1
- package/dist/lib/validation.browser.cjs +3 -3
- package/dist/lib/validation.cjs +3 -3
- package/dist/lib/validation.js +3 -3
- package/dist/lib/validator.browser.cjs +286 -280
- package/dist/lib/validator.browser.js +18 -6
- package/dist/lib/validator.cjs +286 -280
- package/dist/lib/validator.js +111 -99
- package/dist/lib/zod.browser.cjs +9991 -3681
- package/dist/lib/zod.browser.js +9996 -3682
- package/dist/lib/zod.cjs +2 -2
- package/dist/lib/zod.js +1 -1
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.browser.cjs +21 -9
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.browser.js +20 -5
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.cjs +21 -9
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.js +23 -8
- package/dist/txs/authentication-check/authentication-check.schema.zod.browser.cjs +6 -3
- package/dist/txs/authentication-check/authentication-check.schema.zod.browser.js +4 -1
- package/dist/txs/authentication-check/authentication-check.schema.zod.cjs +6 -3
- package/dist/txs/authentication-check/authentication-check.schema.zod.js +6 -3
- package/dist/txs/consts.browser.cjs +67 -5
- package/dist/txs/consts.browser.js +64 -2
- package/dist/txs/consts.cjs +68 -5
- package/dist/txs/consts.js +67 -5
- package/dist/txs/create-access-token/create-access-token.schema.zod.browser.cjs +12 -9
- package/dist/txs/create-access-token/create-access-token.schema.zod.browser.js +4 -1
- package/dist/txs/create-access-token/create-access-token.schema.zod.cjs +12 -9
- package/dist/txs/create-access-token/create-access-token.schema.zod.js +8 -5
- package/dist/txs/create-apikey/create-apikey.enums.browser.cjs +18 -0
- package/dist/txs/create-apikey/create-apikey.enums.browser.js +0 -0
- package/dist/txs/create-apikey/create-apikey.enums.cjs +18 -0
- package/dist/txs/create-apikey/create-apikey.enums.js +0 -0
- package/dist/txs/create-apikey/create-apikey.schema.zod.browser.cjs +66 -0
- package/dist/txs/create-apikey/create-apikey.schema.zod.browser.js +45 -0
- package/dist/txs/create-apikey/create-apikey.schema.zod.cjs +75 -0
- package/dist/txs/create-apikey/create-apikey.schema.zod.js +45 -0
- package/dist/txs/create-contract/create-contract.schema.zod.browser.cjs +21 -21
- package/dist/txs/create-contract/create-contract.schema.zod.cjs +21 -21
- package/dist/txs/create-contract/create-contract.schema.zod.js +7 -7
- package/dist/txs/create-deposit/create-deposit.schema.zod.browser.cjs +5 -5
- package/dist/txs/create-deposit/create-deposit.schema.zod.cjs +5 -5
- package/dist/txs/create-deposit/create-deposit.schema.zod.js +2 -2
- package/dist/txs/create-distribution/create-distribution.schema.zod.browser.cjs +24 -24
- package/dist/txs/create-distribution/create-distribution.schema.zod.browser.js +2 -2
- package/dist/txs/create-distribution/create-distribution.schema.zod.cjs +24 -24
- package/dist/txs/create-distribution/create-distribution.schema.zod.js +9 -9
- package/dist/txs/create-token/create-token.schema.zod.browser.cjs +12 -12
- package/dist/txs/create-token/create-token.schema.zod.cjs +12 -12
- package/dist/txs/create-token/create-token.schema.zod.js +4 -4
- package/dist/txs/create-transfer/create-transfer.schema.zod.browser.cjs +30 -28
- package/dist/txs/create-transfer/create-transfer.schema.zod.browser.js +7 -5
- package/dist/txs/create-transfer/create-transfer.schema.zod.cjs +30 -28
- package/dist/txs/create-transfer/create-transfer.schema.zod.js +15 -13
- package/dist/txs/create-transfer-group/create-transfer-group.schema.zod.browser.cjs +15 -15
- package/dist/txs/create-transfer-group/create-transfer-group.schema.zod.cjs +15 -15
- package/dist/txs/create-transfer-group/create-transfer-group.schema.zod.js +6 -6
- package/dist/txs/create-transfer-many/create-transfer-many.schema.zod.browser.cjs +9 -9
- package/dist/txs/create-transfer-many/create-transfer-many.schema.zod.cjs +9 -9
- package/dist/txs/create-transfer-many/create-transfer-many.schema.zod.js +4 -4
- package/dist/txs/create-wallet/create-wallet.schema.zod.browser.cjs +9 -9
- package/dist/txs/create-wallet/create-wallet.schema.zod.cjs +9 -9
- package/dist/txs/create-wallet/create-wallet.schema.zod.js +3 -3
- package/dist/txs/create-withdrawal/create-withdrawal.schema.zod.browser.cjs +5 -5
- package/dist/txs/create-withdrawal/create-withdrawal.schema.zod.cjs +5 -5
- package/dist/txs/create-withdrawal/create-withdrawal.schema.zod.js +2 -2
- package/dist/txs/export-balance-history/export-balance-history.schema.zod.browser.cjs +22 -8
- package/dist/txs/export-balance-history/export-balance-history.schema.zod.browser.js +18 -1
- package/dist/txs/export-balance-history/export-balance-history.schema.zod.cjs +22 -8
- package/dist/txs/export-balance-history/export-balance-history.schema.zod.js +23 -6
- package/dist/txs/export-token-many/export-token-many.schema.zod.browser.cjs +5 -5
- package/dist/txs/export-token-many/export-token-many.schema.zod.cjs +5 -5
- package/dist/txs/export-token-many/export-token-many.schema.zod.js +2 -2
- package/dist/txs/export-transfer-group-many/export-transfer-group-many.schema.zod.browser.cjs +5 -5
- package/dist/txs/export-transfer-group-many/export-transfer-group-many.schema.zod.cjs +5 -5
- package/dist/txs/export-transfer-group-many/export-transfer-group-many.schema.zod.js +2 -2
- package/dist/txs/export-transfer-many/export-transfer-many.schema.zod.browser.cjs +6 -6
- package/dist/txs/export-transfer-many/export-transfer-many.schema.zod.cjs +6 -6
- package/dist/txs/export-transfer-many/export-transfer-many.schema.zod.js +3 -3
- package/dist/txs/export-wallet-many/export-wallet-many.schema.zod.browser.cjs +5 -5
- package/dist/txs/export-wallet-many/export-wallet-many.schema.zod.cjs +5 -5
- package/dist/txs/export-wallet-many/export-wallet-many.schema.zod.js +2 -2
- package/dist/txs/find-apikey-many/find-apikey-many.enums.browser.cjs +18 -0
- package/dist/txs/find-apikey-many/find-apikey-many.enums.browser.js +0 -0
- package/dist/txs/find-apikey-many/find-apikey-many.enums.cjs +18 -0
- package/dist/txs/find-apikey-many/find-apikey-many.enums.js +0 -0
- package/dist/txs/find-apikey-many/find-apikey-many.schema.zod.browser.cjs +72 -0
- package/dist/txs/find-apikey-many/find-apikey-many.schema.zod.browser.js +61 -0
- package/dist/txs/find-apikey-many/find-apikey-many.schema.zod.cjs +82 -0
- package/dist/txs/find-apikey-many/find-apikey-many.schema.zod.js +61 -0
- package/dist/txs/find-balance-many/find-balance-many.schema.zod.browser.cjs +39 -22
- package/dist/txs/find-balance-many/find-balance-many.schema.zod.browser.js +24 -4
- package/dist/txs/find-balance-many/find-balance-many.schema.zod.cjs +39 -22
- package/dist/txs/find-balance-many/find-balance-many.schema.zod.js +33 -13
- package/dist/txs/find-token-many/find-token-many.schema.zod.browser.cjs +40 -25
- package/dist/txs/find-token-many/find-token-many.schema.zod.browser.js +31 -13
- package/dist/txs/find-token-many/find-token-many.schema.zod.cjs +40 -25
- package/dist/txs/find-token-many/find-token-many.schema.zod.js +37 -19
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.browser.cjs +39 -24
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.browser.js +30 -12
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.cjs +39 -24
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.js +36 -18
- package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.browser.cjs +49 -34
- package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.browser.js +30 -12
- package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.cjs +49 -34
- package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.js +38 -20
- package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.browser.cjs +39 -24
- package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.browser.js +29 -11
- package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.cjs +39 -24
- package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.js +35 -17
- package/dist/txs/finish-transaction/finish-transaction.schema.zod.browser.cjs +2 -2
- package/dist/txs/finish-transaction/finish-transaction.schema.zod.cjs +2 -2
- package/dist/txs/finish-transaction/finish-transaction.schema.zod.js +2 -2
- package/dist/txs/get-balance/get-balance.schema.zod.browser.cjs +14 -14
- package/dist/txs/get-balance/get-balance.schema.zod.cjs +14 -14
- package/dist/txs/get-balance/get-balance.schema.zod.js +8 -8
- package/dist/txs/get-balance-history/get-balance-history.schema.zod.browser.cjs +59 -42
- package/dist/txs/get-balance-history/get-balance-history.schema.zod.browser.js +22 -2
- package/dist/txs/get-balance-history/get-balance-history.schema.zod.cjs +59 -42
- package/dist/txs/get-balance-history/get-balance-history.schema.zod.js +30 -10
- package/dist/txs/get-export/get-export.schema.zod.browser.cjs +3 -3
- package/dist/txs/get-export/get-export.schema.zod.cjs +3 -3
- package/dist/txs/get-export/get-export.schema.zod.js +3 -3
- package/dist/txs/get-flags/get-flags.schema.zod.browser.cjs +3 -3
- package/dist/txs/get-flags/get-flags.schema.zod.cjs +3 -3
- package/dist/txs/get-flags/get-flags.schema.zod.js +3 -3
- package/dist/txs/get-statistics/get-statistics.schema.zod.browser.cjs +4 -4
- package/dist/txs/get-statistics/get-statistics.schema.zod.cjs +4 -4
- package/dist/txs/get-statistics/get-statistics.schema.zod.js +3 -3
- package/dist/txs/get-token/get-token.schema.zod.browser.cjs +16 -16
- package/dist/txs/get-token/get-token.schema.zod.cjs +16 -16
- package/dist/txs/get-token/get-token.schema.zod.js +5 -5
- package/dist/txs/get-token-many/get-token-many.schema.zod.browser.cjs +5 -5
- package/dist/txs/get-token-many/get-token-many.schema.zod.cjs +5 -5
- package/dist/txs/get-token-many/get-token-many.schema.zod.js +2 -2
- package/dist/txs/get-transfer/get-transfer.schema.zod.browser.cjs +20 -20
- package/dist/txs/get-transfer/get-transfer.schema.zod.browser.js +2 -2
- package/dist/txs/get-transfer/get-transfer.schema.zod.cjs +20 -20
- package/dist/txs/get-transfer/get-transfer.schema.zod.js +9 -9
- package/dist/txs/get-transfer-group/get-transfer-group.schema.zod.browser.cjs +5 -5
- package/dist/txs/get-transfer-group/get-transfer-group.schema.zod.cjs +5 -5
- package/dist/txs/get-transfer-group/get-transfer-group.schema.zod.js +3 -3
- package/dist/txs/get-wallet/get-wallet.schema.zod.browser.cjs +17 -17
- package/dist/txs/get-wallet/get-wallet.schema.zod.cjs +17 -17
- package/dist/txs/get-wallet/get-wallet.schema.zod.js +5 -5
- package/dist/txs/get-wallet-many/get-wallet-many.schema.zod.browser.cjs +5 -5
- package/dist/txs/get-wallet-many/get-wallet-many.schema.zod.cjs +5 -5
- package/dist/txs/get-wallet-many/get-wallet-many.schema.zod.js +2 -2
- package/dist/txs/healthcheck/healthcheck.schema.zod.browser.cjs +2 -2
- package/dist/txs/healthcheck/healthcheck.schema.zod.cjs +2 -2
- package/dist/txs/healthcheck/healthcheck.schema.zod.js +2 -2
- package/dist/txs/index.browser.cjs +162 -157
- package/dist/txs/index.browser.js +61 -56
- package/dist/txs/index.cjs +162 -157
- package/dist/txs/index.js +112 -107
- package/dist/txs/list-export-many/list-export-many.schema.zod.browser.cjs +21 -7
- package/dist/txs/list-export-many/list-export-many.schema.zod.browser.js +18 -1
- package/dist/txs/list-export-many/list-export-many.schema.zod.cjs +21 -7
- package/dist/txs/list-export-many/list-export-many.schema.zod.js +22 -5
- package/dist/txs/query-logs/query-logs.schema.zod.browser.cjs +3 -3
- package/dist/txs/query-logs/query-logs.schema.zod.cjs +3 -3
- package/dist/txs/query-logs/query-logs.schema.zod.js +3 -3
- package/dist/txs/reset-database/reset-database.schema.zod.browser.cjs +2 -2
- package/dist/txs/reset-database/reset-database.schema.zod.cjs +2 -2
- package/dist/txs/reset-database/reset-database.schema.zod.js +2 -2
- package/dist/txs/reverse-transfer/reverse-transfer.schema.zod.browser.cjs +28 -14
- package/dist/txs/reverse-transfer/reverse-transfer.schema.zod.browser.js +18 -1
- package/dist/txs/reverse-transfer/reverse-transfer.schema.zod.cjs +28 -14
- package/dist/txs/reverse-transfer/reverse-transfer.schema.zod.js +24 -7
- package/dist/txs/reverse-transfer-group/reverse-transfer-group.schema.zod.browser.cjs +32 -18
- package/dist/txs/reverse-transfer-group/reverse-transfer-group.schema.zod.browser.js +18 -1
- package/dist/txs/reverse-transfer-group/reverse-transfer-group.schema.zod.cjs +32 -18
- package/dist/txs/reverse-transfer-group/reverse-transfer-group.schema.zod.js +24 -7
- package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.schema.zod.browser.cjs +10 -10
- package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.schema.zod.cjs +10 -10
- package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.schema.zod.js +5 -5
- package/dist/txs/reverse-transfer-many/reverse-transfer-many.schema.zod.browser.cjs +10 -10
- package/dist/txs/reverse-transfer-many/reverse-transfer-many.schema.zod.cjs +10 -10
- package/dist/txs/reverse-transfer-many/reverse-transfer-many.schema.zod.js +5 -5
- package/dist/txs/set-flags/set-flags.schema.zod.browser.cjs +3 -3
- package/dist/txs/set-flags/set-flags.schema.zod.cjs +3 -3
- package/dist/txs/set-flags/set-flags.schema.zod.js +3 -3
- package/dist/txs/start-transaction/start-transaction.schema.zod.browser.cjs +2 -2
- package/dist/txs/start-transaction/start-transaction.schema.zod.cjs +2 -2
- package/dist/txs/start-transaction/start-transaction.schema.zod.js +2 -2
- package/dist/txs/tx-types.browser.cjs +53 -51
- package/dist/txs/tx-types.browser.js +3 -1
- package/dist/txs/tx-types.cjs +106 -102
- package/dist/txs/tx-types.js +53 -51
- package/dist/txs/update-apikey/update-apikey.enums.browser.cjs +18 -0
- package/dist/txs/update-apikey/update-apikey.enums.browser.js +0 -0
- package/dist/txs/update-apikey/update-apikey.enums.cjs +18 -0
- package/dist/txs/update-apikey/update-apikey.enums.js +0 -0
- package/dist/txs/update-apikey/update-apikey.schema.zod.browser.cjs +57 -0
- package/dist/txs/update-apikey/update-apikey.schema.zod.browser.js +36 -0
- package/dist/txs/update-apikey/update-apikey.schema.zod.cjs +65 -0
- package/dist/txs/update-apikey/update-apikey.schema.zod.js +36 -0
- package/dist/txs/update-token/update-token.schema.zod.browser.cjs +8 -8
- package/dist/txs/update-token/update-token.schema.zod.browser.js +1 -1
- package/dist/txs/update-token/update-token.schema.zod.cjs +8 -8
- package/dist/txs/update-token/update-token.schema.zod.js +5 -5
- package/dist/txs/update-transfer/update-transfer.schema.zod.browser.cjs +12 -15
- package/dist/txs/update-transfer/update-transfer.schema.zod.browser.js +1 -4
- package/dist/txs/update-transfer/update-transfer.schema.zod.cjs +12 -15
- package/dist/txs/update-transfer/update-transfer.schema.zod.js +6 -9
- package/dist/txs/update-transfer-group/update-transfer-group.schema.zod.browser.cjs +14 -17
- package/dist/txs/update-transfer-group/update-transfer-group.schema.zod.browser.js +1 -4
- package/dist/txs/update-transfer-group/update-transfer-group.schema.zod.cjs +14 -17
- package/dist/txs/update-transfer-group/update-transfer-group.schema.zod.js +7 -10
- package/dist/txs/update-transfer-group-many/update-transfer-group-many.schema.zod.browser.cjs +10 -10
- package/dist/txs/update-transfer-group-many/update-transfer-group-many.schema.zod.cjs +10 -10
- package/dist/txs/update-transfer-group-many/update-transfer-group-many.schema.zod.js +5 -5
- package/dist/txs/update-transfer-many/update-transfer-many.schema.zod.browser.cjs +8 -8
- package/dist/txs/update-transfer-many/update-transfer-many.schema.zod.cjs +8 -8
- package/dist/txs/update-transfer-many/update-transfer-many.schema.zod.js +5 -5
- package/dist/txs/update-wallet/update-wallet.schema.zod.browser.cjs +8 -8
- package/dist/txs/update-wallet/update-wallet.schema.zod.browser.js +1 -1
- package/dist/txs/update-wallet/update-wallet.schema.zod.cjs +8 -8
- package/dist/txs/update-wallet/update-wallet.schema.zod.js +5 -5
- package/dist/types/wapi-client.d.ts +24843 -75661
- package/dist/wapi-client-web.iife.js +30 -2
- package/dist/wapi-client.browser.cjs +26 -32
- package/dist/wapi-client.browser.js +6 -12
- package/dist/wapi-client.cjs +32 -43
- package/dist/wapi-client.iife.js +30 -2
- package/dist/wapi-client.js +24 -30
- package/package.json +5 -4
- package/dist/api/auth/auth.enums.d.ts +0 -4
- package/dist/api/base-client.d.ts +0 -462
- package/dist/api/connection/connection.enums.d.ts +0 -7
- package/dist/api/http-client.d.ts +0 -17
- package/dist/api/index.d.ts +0 -23
- package/dist/api/jsonrpc/jsonrpc.enums.d.ts +0 -54
- package/dist/api/ws-client.d.ts +0 -30
- package/dist/client-options.schema.zod.d.ts +0 -150
- package/dist/client.d.ts +0 -5423
- package/dist/db/consts.d.ts +0 -475
- package/dist/db/consts.enums.d.ts +0 -62
- package/dist/db/index.d.ts +0 -15
- package/dist/db/token/token.enums.d.ts +0 -8
- package/dist/db/token/token.schema.zod.d.ts +0 -51
- package/dist/db/transfer/transfer.enums.d.ts +0 -10
- package/dist/db/transfer/transfer.schema.zod.d.ts +0 -127
- package/dist/db/transfer-group/transfer-group.enums.d.ts +0 -8
- package/dist/db/transfer-group/transfer-group.schema.zod.d.ts +0 -55
- package/dist/db/transfer-log/transfer-log.enums.d.ts +0 -6
- package/dist/db/transfer-log/transfer-log.schema.zod.d.ts +0 -68
- package/dist/db/wallet/wallet.enums.d.ts +0 -8
- package/dist/db/wallet/wallet.schema.zod.d.ts +0 -52
- package/dist/db/wallet-token-setting/wallet-token-setting.enums.d.ts +0 -6
- package/dist/db/wallet-token-setting/wallet-token-setting.schema.zod.d.ts +0 -32
- package/dist/db/wapi-setting/wapi-setting.enums.d.ts +0 -7
- package/dist/db/wapi-setting/wapi-setting.schema.zod.d.ts +0 -31
- package/dist/db/wapi-statistic/wapi-statistic.enums.d.ts +0 -6
- package/dist/db/wapi-statistic/wapi-statistic.schema.zod.d.ts +0 -26
- package/dist/fns/aggregate-transfers/aggregate-transfers.d.ts +0 -467
- package/dist/fns/aggregate-transfers/aggregate-transfers.enums.d.ts +0 -8
- package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.d.ts +0 -285
- package/dist/fns/consts.d.ts +0 -52
- package/dist/fns/consts.enums.d.ts +0 -8
- package/dist/fns/create-access-token/create-access-token.d.ts +0 -10
- package/dist/fns/create-access-token/create-access-token.enums.d.ts +0 -10
- package/dist/fns/create-access-token/create-access-token.schema.zod.d.ts +0 -163
- package/dist/fns/create-contract/create-contract.d.ts +0 -9
- package/dist/fns/create-contract/create-contract.enums.d.ts +0 -10
- package/dist/fns/create-contract/create-contract.schema.zod.d.ts +0 -550
- package/dist/fns/create-deposit/create-deposit.d.ts +0 -9
- package/dist/fns/create-deposit/create-deposit.enums.d.ts +0 -9
- package/dist/fns/create-deposit/create-deposit.schema.zod.d.ts +0 -377
- package/dist/fns/create-exchange/create-exchange.d.ts +0 -10
- package/dist/fns/create-exchange/create-exchange.enums.d.ts +0 -9
- package/dist/fns/create-exchange/create-exchange.schema.zod.d.ts +0 -312
- package/dist/fns/create-token/create-token.d.ts +0 -9
- package/dist/fns/create-token/create-token.enums.d.ts +0 -9
- package/dist/fns/create-token/create-token.schema.zod.d.ts +0 -209
- package/dist/fns/create-transfer/create-transfer.d.ts +0 -11
- package/dist/fns/create-transfer/create-transfer.enums.d.ts +0 -13
- package/dist/fns/create-transfer/create-transfer.schema.zod.d.ts +0 -679
- package/dist/fns/create-transfer-group/create-transfer-group.d.ts +0 -12
- package/dist/fns/create-transfer-group/create-transfer-group.enums.d.ts +0 -13
- package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.d.ts +0 -798
- package/dist/fns/create-transfers/create-transfers.d.ts +0 -10
- package/dist/fns/create-transfers/create-transfers.enums.d.ts +0 -8
- package/dist/fns/create-transfers/create-transfers.schema.zod.d.ts +0 -505
- package/dist/fns/create-wallet/create-wallet.d.ts +0 -9
- package/dist/fns/create-wallet/create-wallet.enums.d.ts +0 -9
- package/dist/fns/create-wallet/create-wallet.schema.zod.d.ts +0 -134
- package/dist/fns/create-withdrawal/create-withdrawal.d.ts +0 -10
- package/dist/fns/create-withdrawal/create-withdrawal.enums.d.ts +0 -9
- package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.d.ts +0 -375
- package/dist/fns/export-balance-history/export-balance-history.d.ts +0 -9
- package/dist/fns/export-balance-history/export-balance-history.enums.d.ts +0 -9
- package/dist/fns/export-balance-history/export-balance-history.schema.zod.d.ts +0 -169
- package/dist/fns/export-tokens/export-tokens.d.ts +0 -200
- package/dist/fns/export-tokens/export-tokens.enums.d.ts +0 -9
- package/dist/fns/export-tokens/export-tokens.schema.zod.d.ts +0 -248
- package/dist/fns/export-transfer-groups/export-transfer-groups.d.ts +0 -205
- package/dist/fns/export-transfer-groups/export-transfer-groups.enums.d.ts +0 -9
- package/dist/fns/export-transfer-groups/export-transfer-groups.schema.zod.d.ts +0 -260
- package/dist/fns/export-transfers/export-transfers.d.ts +0 -438
- package/dist/fns/export-transfers/export-transfers.enums.d.ts +0 -9
- package/dist/fns/export-transfers/export-transfers.schema.zod.d.ts +0 -348
- package/dist/fns/export-wallets/export-wallets.d.ts +0 -172
- package/dist/fns/export-wallets/export-wallets.enums.d.ts +0 -9
- package/dist/fns/export-wallets/export-wallets.schema.zod.d.ts +0 -256
- package/dist/fns/find-balances/find-balances.d.ts +0 -232
- package/dist/fns/find-balances/find-balances.enums.d.ts +0 -9
- package/dist/fns/find-balances/find-balances.schema.zod.d.ts +0 -313
- package/dist/fns/find-tokens/find-tokens.d.ts +0 -187
- package/dist/fns/find-tokens/find-tokens.enums.d.ts +0 -9
- package/dist/fns/find-tokens/find-tokens.schema.zod.d.ts +0 -365
- package/dist/fns/find-transfer-groups/find-transfer-groups.d.ts +0 -192
- package/dist/fns/find-transfer-groups/find-transfer-groups.enums.d.ts +0 -9
- package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.d.ts +0 -347
- package/dist/fns/find-transfers/find-transfers.d.ts +0 -425
- package/dist/fns/find-transfers/find-transfers.enums.d.ts +0 -10
- package/dist/fns/find-transfers/find-transfers.schema.zod.d.ts +0 -529
- package/dist/fns/find-wallets/find-wallets.d.ts +0 -159
- package/dist/fns/find-wallets/find-wallets.enums.d.ts +0 -10
- package/dist/fns/find-wallets/find-wallets.schema.zod.d.ts +0 -394
- package/dist/fns/fn-consts.enums.d.ts +0 -4
- package/dist/fns/fn-types.d.ts +0 -42
- package/dist/fns/get-balance/get-balance.d.ts +0 -9
- package/dist/fns/get-balance/get-balance.enums.d.ts +0 -9
- package/dist/fns/get-balance/get-balance.schema.zod.d.ts +0 -166
- package/dist/fns/get-balance-history/get-balance-history.d.ts +0 -9
- package/dist/fns/get-balance-history/get-balance-history.enums.d.ts +0 -9
- package/dist/fns/get-balance-history/get-balance-history.schema.zod.d.ts +0 -395
- package/dist/fns/get-export/get-export.d.ts +0 -9
- package/dist/fns/get-export/get-export.enums.d.ts +0 -9
- package/dist/fns/get-export/get-export.schema.zod.d.ts +0 -115
- package/dist/fns/get-flags/get-flags.d.ts +0 -9
- package/dist/fns/get-flags/get-flags.enums.d.ts +0 -8
- package/dist/fns/get-flags/get-flags.schema.zod.d.ts +0 -56
- package/dist/fns/get-statistics/get-statistics.d.ts +0 -9
- package/dist/fns/get-statistics/get-statistics.enums.d.ts +0 -8
- package/dist/fns/get-statistics/get-statistics.schema.zod.d.ts +0 -78
- package/dist/fns/get-token/get-token.d.ts +0 -9
- package/dist/fns/get-token/get-token.enums.d.ts +0 -9
- package/dist/fns/get-token/get-token.schema.zod.d.ts +0 -194
- package/dist/fns/get-transfer/get-transfer.d.ts +0 -9
- package/dist/fns/get-transfer/get-transfer.enums.d.ts +0 -9
- package/dist/fns/get-transfer/get-transfer.schema.zod.d.ts +0 -173
- package/dist/fns/get-transfer-group/get-transfer-group.d.ts +0 -9
- package/dist/fns/get-transfer-group/get-transfer-group.enums.d.ts +0 -9
- package/dist/fns/get-transfer-group/get-transfer-group.schema.zod.d.ts +0 -143
- package/dist/fns/get-wallet/get-wallet.d.ts +0 -9
- package/dist/fns/get-wallet/get-wallet.enums.d.ts +0 -9
- package/dist/fns/get-wallet/get-wallet.schema.zod.d.ts +0 -141
- package/dist/fns/healthcheck/healthcheck.d.ts +0 -9
- package/dist/fns/healthcheck/healthcheck.enums.d.ts +0 -8
- package/dist/fns/healthcheck/healthcheck.schema.zod.d.ts +0 -56
- package/dist/fns/index.browser.cjs +0 -287
- package/dist/fns/index.browser.js +0 -266
- package/dist/fns/index.cjs +0 -335
- package/dist/fns/index.d.ts +0 -3636
- package/dist/fns/index.js +0 -266
- package/dist/fns/list-exports/list-exports.d.ts +0 -10
- package/dist/fns/list-exports/list-exports.enums.d.ts +0 -9
- package/dist/fns/list-exports/list-exports.schema.zod.d.ts +0 -195
- package/dist/fns/reverse-transfer/reverse-transfer.d.ts +0 -10
- package/dist/fns/reverse-transfer/reverse-transfer.enums.d.ts +0 -9
- package/dist/fns/reverse-transfer/reverse-transfer.schema.zod.d.ts +0 -392
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.d.ts +0 -10
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.enums.d.ts +0 -9
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.schema.zod.d.ts +0 -342
- package/dist/fns/reverse-transfers/reverse-transfers.d.ts +0 -406
- package/dist/fns/reverse-transfers/reverse-transfers.enums.d.ts +0 -11
- package/dist/fns/reverse-transfers/reverse-transfers.schema.zod.d.ts +0 -576
- package/dist/fns/set-flags/set-flags.d.ts +0 -10
- package/dist/fns/set-flags/set-flags.enums.d.ts +0 -8
- package/dist/fns/set-flags/set-flags.schema.zod.d.ts +0 -65
- package/dist/fns/update-token/update-token.d.ts +0 -9
- package/dist/fns/update-token/update-token.enums.d.ts +0 -9
- package/dist/fns/update-token/update-token.schema.zod.d.ts +0 -143
- package/dist/fns/update-transfer/update-transfer.d.ts +0 -9
- package/dist/fns/update-transfer/update-transfer.enums.d.ts +0 -10
- package/dist/fns/update-transfer/update-transfer.schema.zod.d.ts +0 -373
- package/dist/fns/update-transfer-group/update-transfer-group.d.ts +0 -9
- package/dist/fns/update-transfer-group/update-transfer-group.enums.d.ts +0 -9
- package/dist/fns/update-transfer-group/update-transfer-group.schema.zod.d.ts +0 -299
- package/dist/fns/update-transfer-groups/update-transfer-groups.d.ts +0 -171
- package/dist/fns/update-transfer-groups/update-transfer-groups.enums.d.ts +0 -11
- package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.d.ts +0 -446
- package/dist/fns/update-transfers/update-transfers.d.ts +0 -339
- package/dist/fns/update-transfers/update-transfers.enums.d.ts +0 -12
- package/dist/fns/update-transfers/update-transfers.schema.zod.d.ts +0 -421
- package/dist/fns/update-wallet/update-wallet.d.ts +0 -9
- package/dist/fns/update-wallet/update-wallet.enums.d.ts +0 -9
- package/dist/fns/update-wallet/update-wallet.schema.zod.d.ts +0 -146
- package/dist/lib/debug.d.ts +0 -1
- package/dist/lib/env.d.ts +0 -3
- package/dist/lib/errors.d.ts +0 -1599
- package/dist/lib/log.d.ts +0 -1
- package/dist/lib/polyfill.d.ts +0 -1
- package/dist/lib/query-builder/aggregate-query-builder.d.ts +0 -115
- package/dist/lib/query-builder/find-query-builder.d.ts +0 -94
- package/dist/lib/query-builder/index.d.ts +0 -47
- package/dist/lib/query-builder/query-builder.d.ts +0 -79
- package/dist/lib/query-builder/reverse-query-builder.d.ts +0 -65
- package/dist/lib/query-builder/update-query-builder.d.ts +0 -65
- package/dist/lib/stream-promise-input.d.ts +0 -33
- package/dist/lib/stream-promise.d.ts +0 -42
- package/dist/lib/streams.d.ts +0 -28
- package/dist/lib/ts-utils.d.ts +0 -3
- package/dist/lib/utils.d.ts +0 -55
- package/dist/lib/validation.d.ts +0 -50
- package/dist/lib/validator.d.ts +0 -286
- package/dist/lib/ws-types.d.ts +0 -18
- package/dist/lib/zod.d.ts +0 -2
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.enums.d.ts +0 -14
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.d.ts +0 -1876
- package/dist/txs/authentication-check/authentication-check.enums.d.ts +0 -8
- package/dist/txs/authentication-check/authentication-check.schema.zod.d.ts +0 -34
- package/dist/txs/consts.d.ts +0 -603
- package/dist/txs/consts.enums.d.ts +0 -38
- package/dist/txs/create-access-token/create-access-token.enums.d.ts +0 -12
- package/dist/txs/create-access-token/create-access-token.schema.zod.d.ts +0 -186
- package/dist/txs/create-contract/create-contract.enums.d.ts +0 -10
- package/dist/txs/create-contract/create-contract.schema.zod.d.ts +0 -1023
- package/dist/txs/create-deposit/create-deposit.enums.d.ts +0 -8
- package/dist/txs/create-deposit/create-deposit.schema.zod.d.ts +0 -568
- package/dist/txs/create-distribution/create-distribution.enums.d.ts +0 -11
- package/dist/txs/create-distribution/create-distribution.schema.zod.d.ts +0 -1144
- package/dist/txs/create-token/create-token.enums.d.ts +0 -9
- package/dist/txs/create-token/create-token.schema.zod.d.ts +0 -308
- package/dist/txs/create-transfer/create-transfer.enums.d.ts +0 -13
- package/dist/txs/create-transfer/create-transfer.schema.zod.d.ts +0 -3105
- package/dist/txs/create-transfer-group/create-transfer-group.enums.d.ts +0 -13
- package/dist/txs/create-transfer-group/create-transfer-group.schema.zod.d.ts +0 -2544
- package/dist/txs/create-transfer-many/create-transfer-many.enums.d.ts +0 -8
- package/dist/txs/create-transfer-many/create-transfer-many.schema.zod.d.ts +0 -1732
- package/dist/txs/create-wallet/create-wallet.enums.d.ts +0 -9
- package/dist/txs/create-wallet/create-wallet.schema.zod.d.ts +0 -157
- package/dist/txs/create-withdrawal/create-withdrawal.enums.d.ts +0 -7
- package/dist/txs/create-withdrawal/create-withdrawal.schema.zod.d.ts +0 -549
- package/dist/txs/export-balance-history/export-balance-history.enums.d.ts +0 -8
- package/dist/txs/export-balance-history/export-balance-history.schema.zod.d.ts +0 -242
- package/dist/txs/export-token-many/export-token-many.enums.d.ts +0 -8
- package/dist/txs/export-token-many/export-token-many.schema.zod.d.ts +0 -515
- package/dist/txs/export-transfer-group-many/export-transfer-group-many.enums.d.ts +0 -8
- package/dist/txs/export-transfer-group-many/export-transfer-group-many.schema.zod.d.ts +0 -564
- package/dist/txs/export-transfer-many/export-transfer-many.enums.d.ts +0 -8
- package/dist/txs/export-transfer-many/export-transfer-many.schema.zod.d.ts +0 -1693
- package/dist/txs/export-wallet-many/export-wallet-many.enums.d.ts +0 -8
- package/dist/txs/export-wallet-many/export-wallet-many.schema.zod.d.ts +0 -426
- package/dist/txs/find-balance-many/find-balance-many.enums.d.ts +0 -13
- package/dist/txs/find-balance-many/find-balance-many.schema.zod.d.ts +0 -2008
- package/dist/txs/find-token-many/find-token-many.enums.d.ts +0 -12
- package/dist/txs/find-token-many/find-token-many.schema.zod.d.ts +0 -1029
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.enums.d.ts +0 -13
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.d.ts +0 -1163
- package/dist/txs/find-transfer-many/find-transfer-many.enums.d.ts +0 -13
- package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.d.ts +0 -3792
- package/dist/txs/find-wallet-many/find-wallet-many.enums.d.ts +0 -12
- package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.d.ts +0 -748
- package/dist/txs/finish-transaction/finish-transaction.enums.d.ts +0 -8
- package/dist/txs/finish-transaction/finish-transaction.schema.zod.d.ts +0 -46
- package/dist/txs/get-balance/get-balance.enums.d.ts +0 -10
- package/dist/txs/get-balance/get-balance.schema.zod.d.ts +0 -365
- package/dist/txs/get-balance-history/get-balance-history.enums.d.ts +0 -13
- package/dist/txs/get-balance-history/get-balance-history.schema.zod.d.ts +0 -606
- package/dist/txs/get-export/get-export.enums.d.ts +0 -11
- package/dist/txs/get-export/get-export.schema.zod.d.ts +0 -152
- package/dist/txs/get-flags/get-flags.enums.d.ts +0 -8
- package/dist/txs/get-flags/get-flags.schema.zod.d.ts +0 -55
- package/dist/txs/get-statistics/get-statistics.enums.d.ts +0 -13
- package/dist/txs/get-statistics/get-statistics.schema.zod.d.ts +0 -248
- package/dist/txs/get-token/get-token.enums.d.ts +0 -13
- package/dist/txs/get-token/get-token.schema.zod.d.ts +0 -407
- package/dist/txs/get-token-many/get-token-many.enums.d.ts +0 -8
- package/dist/txs/get-token-many/get-token-many.schema.zod.d.ts +0 -215
- package/dist/txs/get-transfer/get-transfer.enums.d.ts +0 -11
- package/dist/txs/get-transfer/get-transfer.schema.zod.d.ts +0 -379
- package/dist/txs/get-transfer-group/get-transfer-group.enums.d.ts +0 -10
- package/dist/txs/get-transfer-group/get-transfer-group.schema.zod.d.ts +0 -229
- package/dist/txs/get-wallet/get-wallet.enums.d.ts +0 -12
- package/dist/txs/get-wallet/get-wallet.schema.zod.d.ts +0 -296
- package/dist/txs/get-wallet-many/get-wallet-many.enums.d.ts +0 -8
- package/dist/txs/get-wallet-many/get-wallet-many.schema.zod.d.ts +0 -162
- package/dist/txs/healthcheck/healthcheck.enums.d.ts +0 -8
- package/dist/txs/healthcheck/healthcheck.schema.zod.d.ts +0 -55
- package/dist/txs/import-actions/import-actions.enums.d.ts +0 -19
- package/dist/txs/import-actions/import-actions.schema.zod.browser.cjs +0 -132
- package/dist/txs/import-actions/import-actions.schema.zod.browser.js +0 -114
- package/dist/txs/import-actions/import-actions.schema.zod.cjs +0 -150
- package/dist/txs/import-actions/import-actions.schema.zod.d.ts +0 -7217
- package/dist/txs/import-actions/import-actions.schema.zod.js +0 -114
- package/dist/txs/index.d.ts +0 -4128
- package/dist/txs/list-export-many/list-export-many.enums.d.ts +0 -9
- package/dist/txs/list-export-many/list-export-many.schema.zod.d.ts +0 -215
- package/dist/txs/query-logs/query-logs.enums.d.ts +0 -9
- package/dist/txs/query-logs/query-logs.schema.zod.d.ts +0 -93
- package/dist/txs/reset-database/reset-database.enums.d.ts +0 -8
- package/dist/txs/reset-database/reset-database.schema.zod.d.ts +0 -49
- package/dist/txs/reverse-transfer/reverse-transfer.enums.d.ts +0 -10
- package/dist/txs/reverse-transfer/reverse-transfer.schema.zod.d.ts +0 -454
- package/dist/txs/reverse-transfer-group/reverse-transfer-group.enums.d.ts +0 -10
- package/dist/txs/reverse-transfer-group/reverse-transfer-group.schema.zod.d.ts +0 -413
- package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.enums.d.ts +0 -8
- package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.schema.zod.d.ts +0 -688
- package/dist/txs/reverse-transfer-many/reverse-transfer-many.enums.d.ts +0 -9
- package/dist/txs/reverse-transfer-many/reverse-transfer-many.schema.zod.d.ts +0 -1645
- package/dist/txs/set-flags/set-flags.enums.d.ts +0 -8
- package/dist/txs/set-flags/set-flags.schema.zod.d.ts +0 -76
- package/dist/txs/start-transaction/start-transaction.enums.d.ts +0 -8
- package/dist/txs/start-transaction/start-transaction.schema.zod.d.ts +0 -40
- package/dist/txs/tx-types.d.ts +0 -51
- package/dist/txs/update-token/update-token.enums.d.ts +0 -10
- package/dist/txs/update-token/update-token.schema.zod.d.ts +0 -183
- package/dist/txs/update-transfer/update-transfer.enums.d.ts +0 -9
- package/dist/txs/update-transfer/update-transfer.schema.zod.d.ts +0 -439
- package/dist/txs/update-transfer-group/update-transfer-group.enums.d.ts +0 -11
- package/dist/txs/update-transfer-group/update-transfer-group.schema.zod.d.ts +0 -383
- package/dist/txs/update-transfer-group-many/update-transfer-group-many.enums.d.ts +0 -8
- package/dist/txs/update-transfer-group-many/update-transfer-group-many.schema.zod.d.ts +0 -676
- package/dist/txs/update-transfer-many/update-transfer-many.enums.d.ts +0 -8
- package/dist/txs/update-transfer-many/update-transfer-many.schema.zod.d.ts +0 -1634
- package/dist/txs/update-wallet/update-wallet.enums.d.ts +0 -10
- package/dist/txs/update-wallet/update-wallet.schema.zod.d.ts +0 -195
- package/dist/wapi-client.d.ts +0 -114
- /package/dist/{txs/import-actions/import-actions.enums.browser.js → db/wapi-apikey/wapi-apikey.enums.browser.js} +0 -0
- /package/dist/{txs/import-actions/import-actions.enums.js → db/wapi-apikey/wapi-apikey.enums.js} +0 -0
package/dist/fns/index.d.ts
DELETED
|
@@ -1,3636 +0,0 @@
|
|
|
1
|
-
import { aggregateTransfers } from './aggregate-transfers/aggregate-transfers';
|
|
2
|
-
import { createAccessToken } from './create-access-token/create-access-token';
|
|
3
|
-
import { createContract } from './create-contract/create-contract';
|
|
4
|
-
import { createDeposit } from './create-deposit/create-deposit';
|
|
5
|
-
import { createExchange } from './create-exchange/create-exchange';
|
|
6
|
-
import { createToken } from './create-token/create-token';
|
|
7
|
-
import { createTransfer } from './create-transfer/create-transfer';
|
|
8
|
-
import { createTransferGroup } from './create-transfer-group/create-transfer-group';
|
|
9
|
-
import { createTransfers } from './create-transfers/create-transfers';
|
|
10
|
-
import { createWallet } from './create-wallet/create-wallet';
|
|
11
|
-
import { createWithdrawal } from './create-withdrawal/create-withdrawal';
|
|
12
|
-
import { exportBalanceHistory } from './export-balance-history/export-balance-history';
|
|
13
|
-
import { exportTokens } from './export-tokens/export-tokens';
|
|
14
|
-
import { exportTransferGroups } from './export-transfer-groups/export-transfer-groups';
|
|
15
|
-
import { exportTransfers } from './export-transfers/export-transfers';
|
|
16
|
-
import { exportWallets } from './export-wallets/export-wallets';
|
|
17
|
-
import { findBalances } from './find-balances/find-balances';
|
|
18
|
-
import { findTokens } from './find-tokens/find-tokens';
|
|
19
|
-
import { findTransferGroups } from './find-transfer-groups/find-transfer-groups';
|
|
20
|
-
import { findTransfers } from './find-transfers/find-transfers';
|
|
21
|
-
import { findWallets } from './find-wallets/find-wallets';
|
|
22
|
-
import { getBalance } from './get-balance/get-balance';
|
|
23
|
-
import { getBalanceHistory } from './get-balance-history/get-balance-history';
|
|
24
|
-
import { getExport } from './get-export/get-export';
|
|
25
|
-
import { getFlags } from './get-flags/get-flags';
|
|
26
|
-
import { getStatistics } from './get-statistics/get-statistics';
|
|
27
|
-
import { getToken } from './get-token/get-token';
|
|
28
|
-
import { getTransfer } from './get-transfer/get-transfer';
|
|
29
|
-
import { getTransferGroup } from './get-transfer-group/get-transfer-group';
|
|
30
|
-
import { getWallet } from './get-wallet/get-wallet';
|
|
31
|
-
import { healthcheck } from './healthcheck/healthcheck';
|
|
32
|
-
import { listExports } from './list-exports/list-exports';
|
|
33
|
-
import { reverseTransfer } from './reverse-transfer/reverse-transfer';
|
|
34
|
-
import { reverseTransferGroup } from './reverse-transfer-group/reverse-transfer-group';
|
|
35
|
-
import { reverseTransfers } from './reverse-transfers/reverse-transfers';
|
|
36
|
-
import { setFlags } from './set-flags/set-flags';
|
|
37
|
-
import { updateToken } from './update-token/update-token';
|
|
38
|
-
import { updateTransfer } from './update-transfer/update-transfer';
|
|
39
|
-
import { updateTransferGroup } from './update-transfer-group/update-transfer-group';
|
|
40
|
-
import { updateTransferGroups } from './update-transfer-groups/update-transfer-groups';
|
|
41
|
-
import { updateTransfers } from './update-transfers/update-transfers';
|
|
42
|
-
import { updateWallet } from './update-wallet/update-wallet';
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
|
-
export declare enum ClientFunctionsEnum {
|
|
47
|
-
aggregateTransfers = "aggregateTransfers",
|
|
48
|
-
createAccessToken = "createAccessToken",
|
|
49
|
-
createContract = "createContract",
|
|
50
|
-
createDeposit = "createDeposit",
|
|
51
|
-
createExchange = "createExchange",
|
|
52
|
-
createToken = "createToken",
|
|
53
|
-
createTransfer = "createTransfer",
|
|
54
|
-
createTransferGroup = "createTransferGroup",
|
|
55
|
-
createTransfers = "createTransfers",
|
|
56
|
-
createWallet = "createWallet",
|
|
57
|
-
createWithdrawal = "createWithdrawal",
|
|
58
|
-
exportBalanceHistory = "exportBalanceHistory",
|
|
59
|
-
exportTokens = "exportTokens",
|
|
60
|
-
exportTransferGroups = "exportTransferGroups",
|
|
61
|
-
exportTransfers = "exportTransfers",
|
|
62
|
-
exportWallets = "exportWallets",
|
|
63
|
-
findBalances = "findBalances",
|
|
64
|
-
findTokens = "findTokens",
|
|
65
|
-
findTransferGroups = "findTransferGroups",
|
|
66
|
-
findTransfers = "findTransfers",
|
|
67
|
-
findWallets = "findWallets",
|
|
68
|
-
getBalance = "getBalance",
|
|
69
|
-
getBalanceHistory = "getBalanceHistory",
|
|
70
|
-
getExport = "getExport",
|
|
71
|
-
getFlags = "getFlags",
|
|
72
|
-
getStatistics = "getStatistics",
|
|
73
|
-
getToken = "getToken",
|
|
74
|
-
getTransfer = "getTransfer",
|
|
75
|
-
getTransferGroup = "getTransferGroup",
|
|
76
|
-
getWallet = "getWallet",
|
|
77
|
-
healthcheck = "healthcheck",
|
|
78
|
-
listExports = "listExports",
|
|
79
|
-
reverseTransfer = "reverseTransfer",
|
|
80
|
-
reverseTransferGroup = "reverseTransferGroup",
|
|
81
|
-
reverseTransfers = "reverseTransfers",
|
|
82
|
-
setFlags = "setFlags",
|
|
83
|
-
updateToken = "updateToken",
|
|
84
|
-
updateTransfer = "updateTransfer",
|
|
85
|
-
updateTransferGroup = "updateTransferGroup",
|
|
86
|
-
updateTransferGroups = "updateTransferGroups",
|
|
87
|
-
updateTransfers = "updateTransfers",
|
|
88
|
-
updateWallet = "updateWallet"
|
|
89
|
-
}
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
export declare const ClientFunctions: {
|
|
94
|
-
aggregateTransfers: typeof aggregateTransfers;
|
|
95
|
-
createAccessToken: typeof createAccessToken;
|
|
96
|
-
createContract: typeof createContract;
|
|
97
|
-
createDeposit: typeof createDeposit;
|
|
98
|
-
createExchange: typeof createExchange;
|
|
99
|
-
createToken: typeof createToken;
|
|
100
|
-
createTransfer: typeof createTransfer;
|
|
101
|
-
createTransferGroup: typeof createTransferGroup;
|
|
102
|
-
createTransfers: typeof createTransfers;
|
|
103
|
-
createWallet: typeof createWallet;
|
|
104
|
-
createWithdrawal: typeof createWithdrawal;
|
|
105
|
-
exportBalanceHistory: typeof exportBalanceHistory;
|
|
106
|
-
exportTokens: typeof exportTokens;
|
|
107
|
-
exportTransferGroups: typeof exportTransferGroups;
|
|
108
|
-
exportTransfers: typeof exportTransfers;
|
|
109
|
-
exportWallets: typeof exportWallets;
|
|
110
|
-
findBalances: typeof findBalances;
|
|
111
|
-
findTokens: typeof findTokens;
|
|
112
|
-
findTransferGroups: typeof findTransferGroups;
|
|
113
|
-
findTransfers: typeof findTransfers;
|
|
114
|
-
findWallets: typeof findWallets;
|
|
115
|
-
getBalance: typeof getBalance;
|
|
116
|
-
getBalanceHistory: typeof getBalanceHistory;
|
|
117
|
-
getExport: typeof getExport;
|
|
118
|
-
getFlags: typeof getFlags;
|
|
119
|
-
getStatistics: typeof getStatistics;
|
|
120
|
-
getToken: typeof getToken;
|
|
121
|
-
getTransfer: typeof getTransfer;
|
|
122
|
-
getTransferGroup: typeof getTransferGroup;
|
|
123
|
-
getWallet: typeof getWallet;
|
|
124
|
-
healthcheck: typeof healthcheck;
|
|
125
|
-
listExports: typeof listExports;
|
|
126
|
-
reverseTransfer: typeof reverseTransfer;
|
|
127
|
-
reverseTransferGroup: typeof reverseTransferGroup;
|
|
128
|
-
reverseTransfers: typeof reverseTransfers;
|
|
129
|
-
setFlags: typeof setFlags;
|
|
130
|
-
updateToken: typeof updateToken;
|
|
131
|
-
updateTransfer: typeof updateTransfer;
|
|
132
|
-
updateTransferGroup: typeof updateTransferGroup;
|
|
133
|
-
updateTransferGroups: typeof updateTransferGroups;
|
|
134
|
-
updateTransfers: typeof updateTransfers;
|
|
135
|
-
updateWallet: typeof updateWallet;
|
|
136
|
-
};
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
export declare const ClientValidators: {
|
|
141
|
-
aggregateTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
142
|
-
wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
143
|
-
foreign: string;
|
|
144
|
-
}, string | number>>;
|
|
145
|
-
token: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
146
|
-
foreign: string;
|
|
147
|
-
}, string | number>>;
|
|
148
|
-
from_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
149
|
-
foreign: string;
|
|
150
|
-
}, string | number>>;
|
|
151
|
-
to_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
152
|
-
foreign: string;
|
|
153
|
-
}, string | number>>;
|
|
154
|
-
transfer_group: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
155
|
-
foreign: string;
|
|
156
|
-
}, string | number>>;
|
|
157
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>;
|
|
158
|
-
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
159
|
-
options: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
160
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
161
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
162
|
-
return_all_intervals: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
163
|
-
start_time: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
164
|
-
end_time: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
165
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
166
|
-
start_time?: string | undefined;
|
|
167
|
-
end_time?: string | undefined;
|
|
168
|
-
}, {
|
|
169
|
-
start_time?: string | undefined;
|
|
170
|
-
end_time?: string | undefined;
|
|
171
|
-
}>>>;
|
|
172
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
173
|
-
tracking_id?: string | undefined;
|
|
174
|
-
transaction_id?: string | undefined;
|
|
175
|
-
return_all_intervals?: {
|
|
176
|
-
start_time?: string | undefined;
|
|
177
|
-
end_time?: string | undefined;
|
|
178
|
-
} | undefined;
|
|
179
|
-
}, {
|
|
180
|
-
tracking_id?: string | undefined;
|
|
181
|
-
transaction_id?: string | undefined;
|
|
182
|
-
return_all_intervals?: {
|
|
183
|
-
start_time?: string | undefined;
|
|
184
|
-
end_time?: string | undefined;
|
|
185
|
-
} | undefined;
|
|
186
|
-
}>>>;
|
|
187
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
188
|
-
options?: {
|
|
189
|
-
tracking_id?: string | undefined;
|
|
190
|
-
transaction_id?: string | undefined;
|
|
191
|
-
return_all_intervals?: {
|
|
192
|
-
start_time?: string | undefined;
|
|
193
|
-
end_time?: string | undefined;
|
|
194
|
-
} | undefined;
|
|
195
|
-
} | undefined;
|
|
196
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
197
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
198
|
-
token?: {
|
|
199
|
-
foreign: string;
|
|
200
|
-
} | undefined;
|
|
201
|
-
wallet?: {
|
|
202
|
-
foreign: string;
|
|
203
|
-
} | undefined;
|
|
204
|
-
transfer_group?: {
|
|
205
|
-
foreign: string;
|
|
206
|
-
} | undefined;
|
|
207
|
-
from_wallet?: {
|
|
208
|
-
foreign: string;
|
|
209
|
-
} | undefined;
|
|
210
|
-
to_wallet?: {
|
|
211
|
-
foreign: string;
|
|
212
|
-
} | undefined;
|
|
213
|
-
}, {
|
|
214
|
-
options?: {
|
|
215
|
-
tracking_id?: string | undefined;
|
|
216
|
-
transaction_id?: string | undefined;
|
|
217
|
-
return_all_intervals?: {
|
|
218
|
-
start_time?: string | undefined;
|
|
219
|
-
end_time?: string | undefined;
|
|
220
|
-
} | undefined;
|
|
221
|
-
} | undefined;
|
|
222
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
223
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
224
|
-
token?: string | number | undefined;
|
|
225
|
-
wallet?: string | number | undefined;
|
|
226
|
-
transfer_group?: string | number | undefined;
|
|
227
|
-
from_wallet?: string | number | undefined;
|
|
228
|
-
to_wallet?: string | number | undefined;
|
|
229
|
-
}>>;
|
|
230
|
-
createAccessToken: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
231
|
-
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
232
|
-
type: import("zod").ZodEnum<["limited"]>;
|
|
233
|
-
expiresIn: import("zod").ZodNumber;
|
|
234
|
-
filters: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
235
|
-
wallet_foreign: import("zod").ZodOptional<import("zod").ZodString>;
|
|
236
|
-
from_wallet_foreign: import("zod").ZodOptional<import("zod").ZodString>;
|
|
237
|
-
to_wallet_foreign: import("zod").ZodOptional<import("zod").ZodString>;
|
|
238
|
-
token_foreign: import("zod").ZodOptional<import("zod").ZodString>;
|
|
239
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
240
|
-
from_wallet_foreign?: string | undefined;
|
|
241
|
-
to_wallet_foreign?: string | undefined;
|
|
242
|
-
token_foreign?: string | undefined;
|
|
243
|
-
wallet_foreign?: string | undefined;
|
|
244
|
-
}, {
|
|
245
|
-
from_wallet_foreign?: string | undefined;
|
|
246
|
-
to_wallet_foreign?: string | undefined;
|
|
247
|
-
token_foreign?: string | undefined;
|
|
248
|
-
wallet_foreign?: string | undefined;
|
|
249
|
-
}>>;
|
|
250
|
-
} & {
|
|
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">;
|
|
252
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
253
|
-
type: "limited";
|
|
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")[];
|
|
255
|
-
expiresIn: number;
|
|
256
|
-
filters?: {
|
|
257
|
-
from_wallet_foreign?: string | undefined;
|
|
258
|
-
to_wallet_foreign?: string | undefined;
|
|
259
|
-
token_foreign?: string | undefined;
|
|
260
|
-
wallet_foreign?: string | undefined;
|
|
261
|
-
} | undefined;
|
|
262
|
-
}, {
|
|
263
|
-
type: "limited";
|
|
264
|
-
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")[];
|
|
265
|
-
expiresIn: number;
|
|
266
|
-
filters?: {
|
|
267
|
-
from_wallet_foreign?: string | undefined;
|
|
268
|
-
to_wallet_foreign?: string | undefined;
|
|
269
|
-
token_foreign?: string | undefined;
|
|
270
|
-
wallet_foreign?: string | undefined;
|
|
271
|
-
} | undefined;
|
|
272
|
-
}>, import("zod").ZodObject<{
|
|
273
|
-
type: import("zod").ZodEnum<["admin"]>;
|
|
274
|
-
expiresIn: import("zod").ZodNumber;
|
|
275
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
276
|
-
type: "admin";
|
|
277
|
-
expiresIn: number;
|
|
278
|
-
}, {
|
|
279
|
-
type: "admin";
|
|
280
|
-
expiresIn: number;
|
|
281
|
-
}>]>>;
|
|
282
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
283
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
284
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
285
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
286
|
-
tracking_id?: string | undefined;
|
|
287
|
-
transaction_id?: string | undefined;
|
|
288
|
-
}, {
|
|
289
|
-
tracking_id?: string | undefined;
|
|
290
|
-
transaction_id?: string | undefined;
|
|
291
|
-
}>>;
|
|
292
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
293
|
-
options?: {
|
|
294
|
-
tracking_id?: string | undefined;
|
|
295
|
-
transaction_id?: string | undefined;
|
|
296
|
-
} | undefined;
|
|
297
|
-
token?: {
|
|
298
|
-
type: "admin";
|
|
299
|
-
expiresIn: number;
|
|
300
|
-
} | {
|
|
301
|
-
type: "limited";
|
|
302
|
-
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")[];
|
|
303
|
-
expiresIn: number;
|
|
304
|
-
filters?: {
|
|
305
|
-
from_wallet_foreign?: string | undefined;
|
|
306
|
-
to_wallet_foreign?: string | undefined;
|
|
307
|
-
token_foreign?: string | undefined;
|
|
308
|
-
wallet_foreign?: string | undefined;
|
|
309
|
-
} | undefined;
|
|
310
|
-
} | undefined;
|
|
311
|
-
}, {
|
|
312
|
-
options?: {
|
|
313
|
-
tracking_id?: string | undefined;
|
|
314
|
-
transaction_id?: string | undefined;
|
|
315
|
-
} | undefined;
|
|
316
|
-
token?: {
|
|
317
|
-
type: "admin";
|
|
318
|
-
expiresIn: number;
|
|
319
|
-
} | {
|
|
320
|
-
type: "limited";
|
|
321
|
-
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")[];
|
|
322
|
-
expiresIn: number;
|
|
323
|
-
filters?: {
|
|
324
|
-
from_wallet_foreign?: string | undefined;
|
|
325
|
-
to_wallet_foreign?: string | undefined;
|
|
326
|
-
token_foreign?: string | undefined;
|
|
327
|
-
wallet_foreign?: string | undefined;
|
|
328
|
-
} | undefined;
|
|
329
|
-
} | undefined;
|
|
330
|
-
}>>;
|
|
331
|
-
createContract: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
332
|
-
foreign: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
333
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
334
|
-
owner: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
335
|
-
value_token: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
336
|
-
value_amount: import("zod").ZodNumber;
|
|
337
|
-
buyer: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
338
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
339
|
-
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
340
|
-
amount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
341
|
-
latest_control_hash: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNullable<import("zod").ZodString>>>>;
|
|
342
|
-
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
343
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
344
|
-
wallet: string | number;
|
|
345
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
346
|
-
token?: string | number | undefined;
|
|
347
|
-
amount?: number | undefined;
|
|
348
|
-
latest_control_hash?: string | null | undefined;
|
|
349
|
-
}, {
|
|
350
|
-
wallet: string | number;
|
|
351
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
352
|
-
token?: string | number | undefined;
|
|
353
|
-
amount?: number | undefined;
|
|
354
|
-
latest_control_hash?: string | null | undefined;
|
|
355
|
-
}>>;
|
|
356
|
-
} & {
|
|
357
|
-
options: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
358
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
359
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
360
|
-
return_all_intervals: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
361
|
-
start_time: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
362
|
-
end_time: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
363
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
364
|
-
start_time?: string | undefined;
|
|
365
|
-
end_time?: string | undefined;
|
|
366
|
-
}, {
|
|
367
|
-
start_time?: string | undefined;
|
|
368
|
-
end_time?: string | undefined;
|
|
369
|
-
}>>;
|
|
370
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
371
|
-
tracking_id?: string | undefined;
|
|
372
|
-
transaction_id?: string | undefined;
|
|
373
|
-
return_all_intervals?: {
|
|
374
|
-
start_time?: string | undefined;
|
|
375
|
-
end_time?: string | undefined;
|
|
376
|
-
} | undefined;
|
|
377
|
-
}, {
|
|
378
|
-
tracking_id?: string | undefined;
|
|
379
|
-
transaction_id?: string | undefined;
|
|
380
|
-
return_all_intervals?: {
|
|
381
|
-
start_time?: string | undefined;
|
|
382
|
-
end_time?: string | undefined;
|
|
383
|
-
} | undefined;
|
|
384
|
-
}>>>;
|
|
385
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
386
|
-
foreign: string | number;
|
|
387
|
-
value_token: string | number;
|
|
388
|
-
value_amount: number;
|
|
389
|
-
options?: {
|
|
390
|
-
tracking_id?: string | undefined;
|
|
391
|
-
transaction_id?: string | undefined;
|
|
392
|
-
return_all_intervals?: {
|
|
393
|
-
start_time?: string | undefined;
|
|
394
|
-
end_time?: string | undefined;
|
|
395
|
-
} | undefined;
|
|
396
|
-
} | undefined;
|
|
397
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
398
|
-
owner?: string | number | undefined;
|
|
399
|
-
buyer?: {
|
|
400
|
-
wallet: string | number;
|
|
401
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
402
|
-
token?: string | number | undefined;
|
|
403
|
-
amount?: number | undefined;
|
|
404
|
-
latest_control_hash?: string | null | undefined;
|
|
405
|
-
} | undefined;
|
|
406
|
-
}, {
|
|
407
|
-
foreign: string | number;
|
|
408
|
-
value_token: string | number;
|
|
409
|
-
value_amount: number;
|
|
410
|
-
options?: {
|
|
411
|
-
tracking_id?: string | undefined;
|
|
412
|
-
transaction_id?: string | undefined;
|
|
413
|
-
return_all_intervals?: {
|
|
414
|
-
start_time?: string | undefined;
|
|
415
|
-
end_time?: string | undefined;
|
|
416
|
-
} | undefined;
|
|
417
|
-
} | undefined;
|
|
418
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
419
|
-
owner?: string | number | undefined;
|
|
420
|
-
buyer?: {
|
|
421
|
-
wallet: string | number;
|
|
422
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
423
|
-
token?: string | number | undefined;
|
|
424
|
-
amount?: number | undefined;
|
|
425
|
-
latest_control_hash?: string | null | undefined;
|
|
426
|
-
} | undefined;
|
|
427
|
-
}>>;
|
|
428
|
-
createDeposit: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
429
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
430
|
-
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
431
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
432
|
-
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
433
|
-
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
434
|
-
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
435
|
-
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
436
|
-
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
437
|
-
} & {
|
|
438
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
439
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
440
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
441
|
-
return_balance: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
442
|
-
create_wallet_if_not_exists: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
443
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
444
|
-
tracking_id?: string | undefined;
|
|
445
|
-
transaction_id?: string | undefined;
|
|
446
|
-
create_wallet_if_not_exists?: boolean | undefined;
|
|
447
|
-
return_balance?: boolean | undefined;
|
|
448
|
-
}, {
|
|
449
|
-
tracking_id?: string | undefined;
|
|
450
|
-
transaction_id?: string | undefined;
|
|
451
|
-
create_wallet_if_not_exists?: boolean | undefined;
|
|
452
|
-
return_balance?: boolean | undefined;
|
|
453
|
-
}>>;
|
|
454
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
455
|
-
amount: string | number;
|
|
456
|
-
wallet: string | number;
|
|
457
|
-
options?: {
|
|
458
|
-
tracking_id?: string | undefined;
|
|
459
|
-
transaction_id?: string | undefined;
|
|
460
|
-
create_wallet_if_not_exists?: boolean | undefined;
|
|
461
|
-
return_balance?: boolean | undefined;
|
|
462
|
-
} | undefined;
|
|
463
|
-
status?: "pending" | "finished" | undefined;
|
|
464
|
-
identifier?: string | undefined;
|
|
465
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
466
|
-
token?: string | number | undefined;
|
|
467
|
-
created_at?: string | undefined;
|
|
468
|
-
transfer_group?: string | number | undefined;
|
|
469
|
-
}, {
|
|
470
|
-
amount: string | number;
|
|
471
|
-
wallet: string | number;
|
|
472
|
-
options?: {
|
|
473
|
-
tracking_id?: string | undefined;
|
|
474
|
-
transaction_id?: string | undefined;
|
|
475
|
-
create_wallet_if_not_exists?: boolean | undefined;
|
|
476
|
-
return_balance?: boolean | undefined;
|
|
477
|
-
} | undefined;
|
|
478
|
-
status?: "pending" | "finished" | undefined;
|
|
479
|
-
identifier?: string | undefined;
|
|
480
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
481
|
-
token?: string | number | undefined;
|
|
482
|
-
created_at?: string | undefined;
|
|
483
|
-
transfer_group?: string | number | undefined;
|
|
484
|
-
}>>;
|
|
485
|
-
createExchange: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
486
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
487
|
-
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
488
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
489
|
-
force: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
490
|
-
from_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
491
|
-
to_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
492
|
-
from_token: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
493
|
-
from_identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
494
|
-
from_amount: import("zod").ZodNumber;
|
|
495
|
-
to_identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
496
|
-
to_token: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
497
|
-
to_amount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
498
|
-
} & {
|
|
499
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
500
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
501
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
502
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
503
|
-
tracking_id?: string | undefined;
|
|
504
|
-
transaction_id?: string | undefined;
|
|
505
|
-
}, {
|
|
506
|
-
tracking_id?: string | undefined;
|
|
507
|
-
transaction_id?: string | undefined;
|
|
508
|
-
}>>;
|
|
509
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
510
|
-
from_wallet: string | number;
|
|
511
|
-
to_wallet: string | number;
|
|
512
|
-
from_token: string | number;
|
|
513
|
-
from_amount: number;
|
|
514
|
-
to_token: string | number;
|
|
515
|
-
options?: {
|
|
516
|
-
tracking_id?: string | undefined;
|
|
517
|
-
transaction_id?: string | undefined;
|
|
518
|
-
} | undefined;
|
|
519
|
-
status?: "pending" | "finished" | undefined;
|
|
520
|
-
identifier?: string | undefined;
|
|
521
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
522
|
-
force?: boolean | undefined;
|
|
523
|
-
from_identifier?: string | undefined;
|
|
524
|
-
to_identifier?: string | undefined;
|
|
525
|
-
to_amount?: number | undefined;
|
|
526
|
-
}, {
|
|
527
|
-
from_wallet: string | number;
|
|
528
|
-
to_wallet: string | number;
|
|
529
|
-
from_token: string | number;
|
|
530
|
-
from_amount: number;
|
|
531
|
-
to_token: string | number;
|
|
532
|
-
options?: {
|
|
533
|
-
tracking_id?: string | undefined;
|
|
534
|
-
transaction_id?: string | undefined;
|
|
535
|
-
} | undefined;
|
|
536
|
-
status?: "pending" | "finished" | undefined;
|
|
537
|
-
identifier?: string | undefined;
|
|
538
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
539
|
-
force?: boolean | undefined;
|
|
540
|
-
from_identifier?: string | undefined;
|
|
541
|
-
to_identifier?: string | undefined;
|
|
542
|
-
to_amount?: number | undefined;
|
|
543
|
-
}>>;
|
|
544
|
-
createToken: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
545
|
-
foreign: import("zod").ZodString;
|
|
546
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
547
|
-
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
548
|
-
public: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
549
|
-
belongs_to: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
550
|
-
divisor: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
551
|
-
} & {
|
|
552
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
553
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
554
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
555
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
556
|
-
tracking_id?: string | undefined;
|
|
557
|
-
transaction_id?: string | undefined;
|
|
558
|
-
}, {
|
|
559
|
-
tracking_id?: string | undefined;
|
|
560
|
-
transaction_id?: string | undefined;
|
|
561
|
-
}>>;
|
|
562
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
563
|
-
foreign: string;
|
|
564
|
-
options?: {
|
|
565
|
-
tracking_id?: string | undefined;
|
|
566
|
-
transaction_id?: string | undefined;
|
|
567
|
-
} | undefined;
|
|
568
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
569
|
-
limit?: number | null | undefined;
|
|
570
|
-
public?: boolean | undefined;
|
|
571
|
-
belongs_to?: string | number | undefined;
|
|
572
|
-
divisor?: number | null | undefined;
|
|
573
|
-
}, {
|
|
574
|
-
foreign: string;
|
|
575
|
-
options?: {
|
|
576
|
-
tracking_id?: string | undefined;
|
|
577
|
-
transaction_id?: string | undefined;
|
|
578
|
-
} | undefined;
|
|
579
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
580
|
-
limit?: number | null | undefined;
|
|
581
|
-
public?: boolean | undefined;
|
|
582
|
-
belongs_to?: string | number | undefined;
|
|
583
|
-
divisor?: number | null | undefined;
|
|
584
|
-
}>>;
|
|
585
|
-
createTransfer: import("../lib/validation").ZodValidator<import("zod").ZodIntersection<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
586
|
-
type: import("zod").ZodOptional<import("zod").ZodLiteral<"transfer">>;
|
|
587
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
588
|
-
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
589
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
590
|
-
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
591
|
-
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
592
|
-
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
593
|
-
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
594
|
-
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
595
|
-
from_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
596
|
-
to_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
597
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
598
|
-
amount: string | number;
|
|
599
|
-
from_wallet: string | number;
|
|
600
|
-
to_wallet: string | number;
|
|
601
|
-
type?: "transfer" | undefined;
|
|
602
|
-
status?: "pending" | "finished" | undefined;
|
|
603
|
-
identifier?: string | undefined;
|
|
604
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
605
|
-
token?: string | number | undefined;
|
|
606
|
-
created_at?: string | undefined;
|
|
607
|
-
latest_control_hash?: string | null | undefined;
|
|
608
|
-
transfer_group?: string | number | undefined;
|
|
609
|
-
}, {
|
|
610
|
-
amount: string | number;
|
|
611
|
-
from_wallet: string | number;
|
|
612
|
-
to_wallet: string | number;
|
|
613
|
-
type?: "transfer" | undefined;
|
|
614
|
-
status?: "pending" | "finished" | undefined;
|
|
615
|
-
identifier?: string | undefined;
|
|
616
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
617
|
-
token?: string | number | undefined;
|
|
618
|
-
created_at?: string | undefined;
|
|
619
|
-
latest_control_hash?: string | null | undefined;
|
|
620
|
-
transfer_group?: string | number | undefined;
|
|
621
|
-
}>, import("zod").ZodObject<{
|
|
622
|
-
type: import("zod").ZodLiteral<"deposit">;
|
|
623
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
624
|
-
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
625
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
626
|
-
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
627
|
-
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
628
|
-
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
629
|
-
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
630
|
-
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
631
|
-
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
632
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
633
|
-
type: "deposit";
|
|
634
|
-
amount: string | number;
|
|
635
|
-
wallet: string | number;
|
|
636
|
-
status?: "pending" | "finished" | undefined;
|
|
637
|
-
identifier?: string | undefined;
|
|
638
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
639
|
-
token?: string | number | undefined;
|
|
640
|
-
created_at?: string | undefined;
|
|
641
|
-
latest_control_hash?: string | null | undefined;
|
|
642
|
-
transfer_group?: string | number | undefined;
|
|
643
|
-
}, {
|
|
644
|
-
type: "deposit";
|
|
645
|
-
amount: string | number;
|
|
646
|
-
wallet: string | number;
|
|
647
|
-
status?: "pending" | "finished" | undefined;
|
|
648
|
-
identifier?: string | undefined;
|
|
649
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
650
|
-
token?: string | number | undefined;
|
|
651
|
-
created_at?: string | undefined;
|
|
652
|
-
latest_control_hash?: string | null | undefined;
|
|
653
|
-
transfer_group?: string | number | undefined;
|
|
654
|
-
}>, import("zod").ZodObject<{
|
|
655
|
-
type: import("zod").ZodLiteral<"withdrawal">;
|
|
656
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
657
|
-
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
658
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
659
|
-
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
660
|
-
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
661
|
-
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
662
|
-
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
663
|
-
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
664
|
-
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
665
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
666
|
-
type: "withdrawal";
|
|
667
|
-
amount: string | number;
|
|
668
|
-
wallet: string | number;
|
|
669
|
-
status?: "pending" | "finished" | undefined;
|
|
670
|
-
identifier?: string | undefined;
|
|
671
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
672
|
-
token?: string | number | undefined;
|
|
673
|
-
created_at?: string | undefined;
|
|
674
|
-
latest_control_hash?: string | null | undefined;
|
|
675
|
-
transfer_group?: string | number | undefined;
|
|
676
|
-
}, {
|
|
677
|
-
type: "withdrawal";
|
|
678
|
-
amount: string | number;
|
|
679
|
-
wallet: string | number;
|
|
680
|
-
status?: "pending" | "finished" | undefined;
|
|
681
|
-
identifier?: string | undefined;
|
|
682
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
683
|
-
token?: string | number | undefined;
|
|
684
|
-
created_at?: string | undefined;
|
|
685
|
-
latest_control_hash?: string | null | undefined;
|
|
686
|
-
transfer_group?: string | number | undefined;
|
|
687
|
-
}>]>, import("zod").ZodObject<{
|
|
688
|
-
options: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
689
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
690
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
691
|
-
return_from_balance: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
692
|
-
return_to_balance: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
693
|
-
create_to_wallet_if_not_exists: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
694
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
695
|
-
tracking_id?: string | undefined;
|
|
696
|
-
transaction_id?: string | undefined;
|
|
697
|
-
return_from_balance?: boolean | undefined;
|
|
698
|
-
return_to_balance?: boolean | undefined;
|
|
699
|
-
create_to_wallet_if_not_exists?: boolean | undefined;
|
|
700
|
-
}, {
|
|
701
|
-
tracking_id?: string | undefined;
|
|
702
|
-
transaction_id?: string | undefined;
|
|
703
|
-
return_from_balance?: boolean | undefined;
|
|
704
|
-
return_to_balance?: boolean | undefined;
|
|
705
|
-
create_to_wallet_if_not_exists?: boolean | undefined;
|
|
706
|
-
}>>>;
|
|
707
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
708
|
-
options?: {
|
|
709
|
-
tracking_id?: string | undefined;
|
|
710
|
-
transaction_id?: string | undefined;
|
|
711
|
-
return_from_balance?: boolean | undefined;
|
|
712
|
-
return_to_balance?: boolean | undefined;
|
|
713
|
-
create_to_wallet_if_not_exists?: boolean | undefined;
|
|
714
|
-
} | undefined;
|
|
715
|
-
}, {
|
|
716
|
-
options?: {
|
|
717
|
-
tracking_id?: string | undefined;
|
|
718
|
-
transaction_id?: string | undefined;
|
|
719
|
-
return_from_balance?: boolean | undefined;
|
|
720
|
-
return_to_balance?: boolean | undefined;
|
|
721
|
-
create_to_wallet_if_not_exists?: boolean | undefined;
|
|
722
|
-
} | undefined;
|
|
723
|
-
}>>>;
|
|
724
|
-
createTransferGroup: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
725
|
-
status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["open", "closed"]>>>;
|
|
726
|
-
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
727
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
728
|
-
transfer_status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>>;
|
|
729
|
-
children: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<Omit<{
|
|
730
|
-
type: import("zod").ZodLiteral<"deposit">;
|
|
731
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
732
|
-
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
733
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
734
|
-
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
735
|
-
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
736
|
-
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
737
|
-
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
738
|
-
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
739
|
-
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
740
|
-
}, "transfer_group">, "strip", import("zod").ZodTypeAny, {
|
|
741
|
-
type: "deposit";
|
|
742
|
-
amount: string | number;
|
|
743
|
-
wallet: string | number;
|
|
744
|
-
status?: "pending" | "finished" | undefined;
|
|
745
|
-
identifier?: string | undefined;
|
|
746
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
747
|
-
token?: string | number | undefined;
|
|
748
|
-
created_at?: string | undefined;
|
|
749
|
-
latest_control_hash?: string | null | undefined;
|
|
750
|
-
}, {
|
|
751
|
-
type: "deposit";
|
|
752
|
-
amount: string | number;
|
|
753
|
-
wallet: string | number;
|
|
754
|
-
status?: "pending" | "finished" | undefined;
|
|
755
|
-
identifier?: string | undefined;
|
|
756
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
757
|
-
token?: string | number | undefined;
|
|
758
|
-
created_at?: string | undefined;
|
|
759
|
-
latest_control_hash?: string | null | undefined;
|
|
760
|
-
}>, import("zod").ZodObject<Omit<{
|
|
761
|
-
type: import("zod").ZodOptional<import("zod").ZodLiteral<"transfer">>;
|
|
762
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
763
|
-
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
764
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
765
|
-
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
766
|
-
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
767
|
-
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
768
|
-
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
769
|
-
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
770
|
-
from_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
771
|
-
to_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
772
|
-
}, "transfer_group">, "strip", import("zod").ZodTypeAny, {
|
|
773
|
-
amount: string | number;
|
|
774
|
-
from_wallet: string | number;
|
|
775
|
-
to_wallet: string | number;
|
|
776
|
-
type?: "transfer" | undefined;
|
|
777
|
-
status?: "pending" | "finished" | undefined;
|
|
778
|
-
identifier?: string | undefined;
|
|
779
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
780
|
-
token?: string | number | undefined;
|
|
781
|
-
created_at?: string | undefined;
|
|
782
|
-
latest_control_hash?: string | null | undefined;
|
|
783
|
-
}, {
|
|
784
|
-
amount: string | number;
|
|
785
|
-
from_wallet: string | number;
|
|
786
|
-
to_wallet: string | number;
|
|
787
|
-
type?: "transfer" | undefined;
|
|
788
|
-
status?: "pending" | "finished" | undefined;
|
|
789
|
-
identifier?: string | undefined;
|
|
790
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
791
|
-
token?: string | number | undefined;
|
|
792
|
-
created_at?: string | undefined;
|
|
793
|
-
latest_control_hash?: string | null | undefined;
|
|
794
|
-
}>, import("zod").ZodObject<Omit<{
|
|
795
|
-
type: import("zod").ZodLiteral<"withdrawal">;
|
|
796
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
797
|
-
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
798
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
799
|
-
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
800
|
-
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
801
|
-
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
802
|
-
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
803
|
-
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
804
|
-
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
805
|
-
}, "transfer_group">, "strip", import("zod").ZodTypeAny, {
|
|
806
|
-
type: "withdrawal";
|
|
807
|
-
amount: string | number;
|
|
808
|
-
wallet: string | number;
|
|
809
|
-
status?: "pending" | "finished" | undefined;
|
|
810
|
-
identifier?: string | undefined;
|
|
811
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
812
|
-
token?: string | number | undefined;
|
|
813
|
-
created_at?: string | undefined;
|
|
814
|
-
latest_control_hash?: string | null | undefined;
|
|
815
|
-
}, {
|
|
816
|
-
type: "withdrawal";
|
|
817
|
-
amount: string | number;
|
|
818
|
-
wallet: string | number;
|
|
819
|
-
status?: "pending" | "finished" | undefined;
|
|
820
|
-
identifier?: string | undefined;
|
|
821
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
822
|
-
token?: string | number | undefined;
|
|
823
|
-
created_at?: string | undefined;
|
|
824
|
-
latest_control_hash?: string | null | undefined;
|
|
825
|
-
}>]>, "many">>;
|
|
826
|
-
} & {
|
|
827
|
-
options: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
828
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
829
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
830
|
-
create_to_wallet_if_not_exists: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
831
|
-
validate_final_balance_only: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
832
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
833
|
-
tracking_id?: string | undefined;
|
|
834
|
-
transaction_id?: string | undefined;
|
|
835
|
-
validate_final_balance_only?: boolean | undefined;
|
|
836
|
-
create_to_wallet_if_not_exists?: boolean | undefined;
|
|
837
|
-
}, {
|
|
838
|
-
tracking_id?: string | undefined;
|
|
839
|
-
transaction_id?: string | undefined;
|
|
840
|
-
validate_final_balance_only?: boolean | undefined;
|
|
841
|
-
create_to_wallet_if_not_exists?: boolean | undefined;
|
|
842
|
-
}>>>;
|
|
843
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
844
|
-
options?: {
|
|
845
|
-
tracking_id?: string | undefined;
|
|
846
|
-
transaction_id?: string | undefined;
|
|
847
|
-
validate_final_balance_only?: boolean | undefined;
|
|
848
|
-
create_to_wallet_if_not_exists?: boolean | undefined;
|
|
849
|
-
} | undefined;
|
|
850
|
-
status?: "open" | "closed" | undefined;
|
|
851
|
-
identifier?: string | undefined;
|
|
852
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
853
|
-
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
854
|
-
children?: ({
|
|
855
|
-
amount: string | number;
|
|
856
|
-
from_wallet: string | number;
|
|
857
|
-
to_wallet: string | number;
|
|
858
|
-
type?: "transfer" | undefined;
|
|
859
|
-
status?: "pending" | "finished" | undefined;
|
|
860
|
-
identifier?: string | undefined;
|
|
861
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
862
|
-
token?: string | number | undefined;
|
|
863
|
-
created_at?: string | undefined;
|
|
864
|
-
latest_control_hash?: string | null | undefined;
|
|
865
|
-
} | {
|
|
866
|
-
type: "deposit";
|
|
867
|
-
amount: string | number;
|
|
868
|
-
wallet: string | number;
|
|
869
|
-
status?: "pending" | "finished" | undefined;
|
|
870
|
-
identifier?: string | undefined;
|
|
871
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
872
|
-
token?: string | number | undefined;
|
|
873
|
-
created_at?: string | undefined;
|
|
874
|
-
latest_control_hash?: string | null | undefined;
|
|
875
|
-
} | {
|
|
876
|
-
type: "withdrawal";
|
|
877
|
-
amount: string | number;
|
|
878
|
-
wallet: string | number;
|
|
879
|
-
status?: "pending" | "finished" | undefined;
|
|
880
|
-
identifier?: string | undefined;
|
|
881
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
882
|
-
token?: string | number | undefined;
|
|
883
|
-
created_at?: string | undefined;
|
|
884
|
-
latest_control_hash?: string | null | undefined;
|
|
885
|
-
})[] | undefined;
|
|
886
|
-
}, {
|
|
887
|
-
options?: {
|
|
888
|
-
tracking_id?: string | undefined;
|
|
889
|
-
transaction_id?: string | undefined;
|
|
890
|
-
validate_final_balance_only?: boolean | undefined;
|
|
891
|
-
create_to_wallet_if_not_exists?: boolean | undefined;
|
|
892
|
-
} | undefined;
|
|
893
|
-
status?: "open" | "closed" | undefined;
|
|
894
|
-
identifier?: string | undefined;
|
|
895
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
896
|
-
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
897
|
-
children?: ({
|
|
898
|
-
amount: string | number;
|
|
899
|
-
from_wallet: string | number;
|
|
900
|
-
to_wallet: string | number;
|
|
901
|
-
type?: "transfer" | undefined;
|
|
902
|
-
status?: "pending" | "finished" | undefined;
|
|
903
|
-
identifier?: string | undefined;
|
|
904
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
905
|
-
token?: string | number | undefined;
|
|
906
|
-
created_at?: string | undefined;
|
|
907
|
-
latest_control_hash?: string | null | undefined;
|
|
908
|
-
} | {
|
|
909
|
-
type: "deposit";
|
|
910
|
-
amount: string | number;
|
|
911
|
-
wallet: string | number;
|
|
912
|
-
status?: "pending" | "finished" | undefined;
|
|
913
|
-
identifier?: string | undefined;
|
|
914
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
915
|
-
token?: string | number | undefined;
|
|
916
|
-
created_at?: string | undefined;
|
|
917
|
-
latest_control_hash?: string | null | undefined;
|
|
918
|
-
} | {
|
|
919
|
-
type: "withdrawal";
|
|
920
|
-
amount: string | number;
|
|
921
|
-
wallet: string | number;
|
|
922
|
-
status?: "pending" | "finished" | undefined;
|
|
923
|
-
identifier?: string | undefined;
|
|
924
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
925
|
-
token?: string | number | undefined;
|
|
926
|
-
created_at?: string | undefined;
|
|
927
|
-
latest_control_hash?: string | null | undefined;
|
|
928
|
-
})[] | undefined;
|
|
929
|
-
}>>;
|
|
930
|
-
createTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
931
|
-
transfers: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
932
|
-
type: import("zod").ZodOptional<import("zod").ZodLiteral<"transfer">>;
|
|
933
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
934
|
-
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
935
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
936
|
-
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
937
|
-
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
938
|
-
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
939
|
-
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
940
|
-
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
941
|
-
from_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
942
|
-
to_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
943
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
944
|
-
amount: string | number;
|
|
945
|
-
from_wallet: string | number;
|
|
946
|
-
to_wallet: string | number;
|
|
947
|
-
type?: "transfer" | undefined;
|
|
948
|
-
status?: "pending" | "finished" | undefined;
|
|
949
|
-
identifier?: string | undefined;
|
|
950
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
951
|
-
token?: string | number | undefined;
|
|
952
|
-
created_at?: string | undefined;
|
|
953
|
-
latest_control_hash?: string | null | undefined;
|
|
954
|
-
transfer_group?: string | number | undefined;
|
|
955
|
-
}, {
|
|
956
|
-
amount: string | number;
|
|
957
|
-
from_wallet: string | number;
|
|
958
|
-
to_wallet: string | number;
|
|
959
|
-
type?: "transfer" | undefined;
|
|
960
|
-
status?: "pending" | "finished" | undefined;
|
|
961
|
-
identifier?: string | undefined;
|
|
962
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
963
|
-
token?: string | number | undefined;
|
|
964
|
-
created_at?: string | undefined;
|
|
965
|
-
latest_control_hash?: string | null | undefined;
|
|
966
|
-
transfer_group?: string | number | undefined;
|
|
967
|
-
}>, import("zod").ZodObject<{
|
|
968
|
-
type: import("zod").ZodLiteral<"deposit">;
|
|
969
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
970
|
-
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
971
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
972
|
-
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
973
|
-
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
974
|
-
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
975
|
-
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
976
|
-
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
977
|
-
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
978
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
979
|
-
type: "deposit";
|
|
980
|
-
amount: string | number;
|
|
981
|
-
wallet: string | number;
|
|
982
|
-
status?: "pending" | "finished" | undefined;
|
|
983
|
-
identifier?: string | undefined;
|
|
984
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
985
|
-
token?: string | number | undefined;
|
|
986
|
-
created_at?: string | undefined;
|
|
987
|
-
latest_control_hash?: string | null | undefined;
|
|
988
|
-
transfer_group?: string | number | undefined;
|
|
989
|
-
}, {
|
|
990
|
-
type: "deposit";
|
|
991
|
-
amount: string | number;
|
|
992
|
-
wallet: string | number;
|
|
993
|
-
status?: "pending" | "finished" | undefined;
|
|
994
|
-
identifier?: string | undefined;
|
|
995
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
996
|
-
token?: string | number | undefined;
|
|
997
|
-
created_at?: string | undefined;
|
|
998
|
-
latest_control_hash?: string | null | undefined;
|
|
999
|
-
transfer_group?: string | number | undefined;
|
|
1000
|
-
}>, import("zod").ZodObject<{
|
|
1001
|
-
type: import("zod").ZodLiteral<"withdrawal">;
|
|
1002
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
1003
|
-
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1004
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
1005
|
-
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
1006
|
-
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
1007
|
-
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
1008
|
-
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1009
|
-
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
1010
|
-
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
1011
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1012
|
-
type: "withdrawal";
|
|
1013
|
-
amount: string | number;
|
|
1014
|
-
wallet: string | number;
|
|
1015
|
-
status?: "pending" | "finished" | undefined;
|
|
1016
|
-
identifier?: string | undefined;
|
|
1017
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
1018
|
-
token?: string | number | undefined;
|
|
1019
|
-
created_at?: string | undefined;
|
|
1020
|
-
latest_control_hash?: string | null | undefined;
|
|
1021
|
-
transfer_group?: string | number | undefined;
|
|
1022
|
-
}, {
|
|
1023
|
-
type: "withdrawal";
|
|
1024
|
-
amount: string | number;
|
|
1025
|
-
wallet: string | number;
|
|
1026
|
-
status?: "pending" | "finished" | undefined;
|
|
1027
|
-
identifier?: string | undefined;
|
|
1028
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
1029
|
-
token?: string | number | undefined;
|
|
1030
|
-
created_at?: string | undefined;
|
|
1031
|
-
latest_control_hash?: string | null | undefined;
|
|
1032
|
-
transfer_group?: string | number | undefined;
|
|
1033
|
-
}>]>, "many">;
|
|
1034
|
-
options: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1035
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1036
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1037
|
-
return_from_balance: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
1038
|
-
return_to_balance: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
1039
|
-
create_to_wallet_if_not_exists: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
1040
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1041
|
-
tracking_id?: string | undefined;
|
|
1042
|
-
transaction_id?: string | undefined;
|
|
1043
|
-
return_from_balance?: boolean | undefined;
|
|
1044
|
-
return_to_balance?: boolean | undefined;
|
|
1045
|
-
create_to_wallet_if_not_exists?: boolean | undefined;
|
|
1046
|
-
}, {
|
|
1047
|
-
tracking_id?: string | undefined;
|
|
1048
|
-
transaction_id?: string | undefined;
|
|
1049
|
-
return_from_balance?: boolean | undefined;
|
|
1050
|
-
return_to_balance?: boolean | undefined;
|
|
1051
|
-
create_to_wallet_if_not_exists?: boolean | undefined;
|
|
1052
|
-
}>>>;
|
|
1053
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1054
|
-
transfers: ({
|
|
1055
|
-
amount: string | number;
|
|
1056
|
-
from_wallet: string | number;
|
|
1057
|
-
to_wallet: string | number;
|
|
1058
|
-
type?: "transfer" | undefined;
|
|
1059
|
-
status?: "pending" | "finished" | undefined;
|
|
1060
|
-
identifier?: string | undefined;
|
|
1061
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
1062
|
-
token?: string | number | undefined;
|
|
1063
|
-
created_at?: string | undefined;
|
|
1064
|
-
latest_control_hash?: string | null | undefined;
|
|
1065
|
-
transfer_group?: string | number | undefined;
|
|
1066
|
-
} | {
|
|
1067
|
-
type: "withdrawal";
|
|
1068
|
-
amount: string | number;
|
|
1069
|
-
wallet: string | number;
|
|
1070
|
-
status?: "pending" | "finished" | undefined;
|
|
1071
|
-
identifier?: string | undefined;
|
|
1072
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
1073
|
-
token?: string | number | undefined;
|
|
1074
|
-
created_at?: string | undefined;
|
|
1075
|
-
latest_control_hash?: string | null | undefined;
|
|
1076
|
-
transfer_group?: string | number | undefined;
|
|
1077
|
-
} | {
|
|
1078
|
-
type: "deposit";
|
|
1079
|
-
amount: string | number;
|
|
1080
|
-
wallet: string | number;
|
|
1081
|
-
status?: "pending" | "finished" | undefined;
|
|
1082
|
-
identifier?: string | undefined;
|
|
1083
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
1084
|
-
token?: string | number | undefined;
|
|
1085
|
-
created_at?: string | undefined;
|
|
1086
|
-
latest_control_hash?: string | null | undefined;
|
|
1087
|
-
transfer_group?: string | number | undefined;
|
|
1088
|
-
})[];
|
|
1089
|
-
options?: {
|
|
1090
|
-
tracking_id?: string | undefined;
|
|
1091
|
-
transaction_id?: string | undefined;
|
|
1092
|
-
return_from_balance?: boolean | undefined;
|
|
1093
|
-
return_to_balance?: boolean | undefined;
|
|
1094
|
-
create_to_wallet_if_not_exists?: boolean | undefined;
|
|
1095
|
-
} | undefined;
|
|
1096
|
-
}, {
|
|
1097
|
-
transfers: ({
|
|
1098
|
-
amount: string | number;
|
|
1099
|
-
from_wallet: string | number;
|
|
1100
|
-
to_wallet: string | number;
|
|
1101
|
-
type?: "transfer" | undefined;
|
|
1102
|
-
status?: "pending" | "finished" | undefined;
|
|
1103
|
-
identifier?: string | undefined;
|
|
1104
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
1105
|
-
token?: string | number | undefined;
|
|
1106
|
-
created_at?: string | undefined;
|
|
1107
|
-
latest_control_hash?: string | null | undefined;
|
|
1108
|
-
transfer_group?: string | number | undefined;
|
|
1109
|
-
} | {
|
|
1110
|
-
type: "withdrawal";
|
|
1111
|
-
amount: string | number;
|
|
1112
|
-
wallet: string | number;
|
|
1113
|
-
status?: "pending" | "finished" | undefined;
|
|
1114
|
-
identifier?: string | undefined;
|
|
1115
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
1116
|
-
token?: string | number | undefined;
|
|
1117
|
-
created_at?: string | undefined;
|
|
1118
|
-
latest_control_hash?: string | null | undefined;
|
|
1119
|
-
transfer_group?: string | number | undefined;
|
|
1120
|
-
} | {
|
|
1121
|
-
type: "deposit";
|
|
1122
|
-
amount: string | number;
|
|
1123
|
-
wallet: string | number;
|
|
1124
|
-
status?: "pending" | "finished" | undefined;
|
|
1125
|
-
identifier?: string | undefined;
|
|
1126
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
1127
|
-
token?: string | number | undefined;
|
|
1128
|
-
created_at?: string | undefined;
|
|
1129
|
-
latest_control_hash?: string | null | undefined;
|
|
1130
|
-
transfer_group?: string | number | undefined;
|
|
1131
|
-
})[];
|
|
1132
|
-
options?: {
|
|
1133
|
-
tracking_id?: string | undefined;
|
|
1134
|
-
transaction_id?: string | undefined;
|
|
1135
|
-
return_from_balance?: boolean | undefined;
|
|
1136
|
-
return_to_balance?: boolean | undefined;
|
|
1137
|
-
create_to_wallet_if_not_exists?: boolean | undefined;
|
|
1138
|
-
} | undefined;
|
|
1139
|
-
}>>;
|
|
1140
|
-
createWallet: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
1141
|
-
status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["active", "disabled"]>>>;
|
|
1142
|
-
foreign: import("zod").ZodString;
|
|
1143
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
1144
|
-
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
|
|
1145
|
-
} & {
|
|
1146
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1147
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1148
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1149
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1150
|
-
tracking_id?: string | undefined;
|
|
1151
|
-
transaction_id?: string | undefined;
|
|
1152
|
-
}, {
|
|
1153
|
-
tracking_id?: string | undefined;
|
|
1154
|
-
transaction_id?: string | undefined;
|
|
1155
|
-
}>>;
|
|
1156
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
1157
|
-
foreign: string;
|
|
1158
|
-
options?: {
|
|
1159
|
-
tracking_id?: string | undefined;
|
|
1160
|
-
transaction_id?: string | undefined;
|
|
1161
|
-
} | undefined;
|
|
1162
|
-
status?: "active" | "disabled" | undefined;
|
|
1163
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
1164
|
-
name?: string | null | undefined;
|
|
1165
|
-
}, {
|
|
1166
|
-
foreign: string;
|
|
1167
|
-
options?: {
|
|
1168
|
-
tracking_id?: string | undefined;
|
|
1169
|
-
transaction_id?: string | undefined;
|
|
1170
|
-
} | undefined;
|
|
1171
|
-
status?: "active" | "disabled" | undefined;
|
|
1172
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
1173
|
-
name?: string | null | undefined;
|
|
1174
|
-
}>>;
|
|
1175
|
-
createWithdrawal: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
1176
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
1177
|
-
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1178
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
1179
|
-
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
1180
|
-
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
1181
|
-
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
1182
|
-
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1183
|
-
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
1184
|
-
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
1185
|
-
} & {
|
|
1186
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1187
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1188
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1189
|
-
return_balance: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1190
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1191
|
-
tracking_id?: string | undefined;
|
|
1192
|
-
transaction_id?: string | undefined;
|
|
1193
|
-
return_balance?: boolean | undefined;
|
|
1194
|
-
}, {
|
|
1195
|
-
tracking_id?: string | undefined;
|
|
1196
|
-
transaction_id?: string | undefined;
|
|
1197
|
-
return_balance?: boolean | undefined;
|
|
1198
|
-
}>>;
|
|
1199
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
1200
|
-
amount: string | number;
|
|
1201
|
-
wallet: string | number;
|
|
1202
|
-
options?: {
|
|
1203
|
-
tracking_id?: string | undefined;
|
|
1204
|
-
transaction_id?: string | undefined;
|
|
1205
|
-
return_balance?: boolean | undefined;
|
|
1206
|
-
} | undefined;
|
|
1207
|
-
status?: "pending" | "finished" | undefined;
|
|
1208
|
-
identifier?: string | undefined;
|
|
1209
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
1210
|
-
token?: string | number | undefined;
|
|
1211
|
-
created_at?: string | undefined;
|
|
1212
|
-
latest_control_hash?: string | null | undefined;
|
|
1213
|
-
transfer_group?: string | number | undefined;
|
|
1214
|
-
}, {
|
|
1215
|
-
amount: string | number;
|
|
1216
|
-
wallet: string | number;
|
|
1217
|
-
options?: {
|
|
1218
|
-
tracking_id?: string | undefined;
|
|
1219
|
-
transaction_id?: string | undefined;
|
|
1220
|
-
return_balance?: boolean | undefined;
|
|
1221
|
-
} | undefined;
|
|
1222
|
-
status?: "pending" | "finished" | undefined;
|
|
1223
|
-
identifier?: string | undefined;
|
|
1224
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
1225
|
-
token?: string | number | undefined;
|
|
1226
|
-
created_at?: string | undefined;
|
|
1227
|
-
latest_control_hash?: string | null | undefined;
|
|
1228
|
-
transfer_group?: string | number | undefined;
|
|
1229
|
-
}>>;
|
|
1230
|
-
exportBalanceHistory: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
1231
|
-
token: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1232
|
-
foreign: string;
|
|
1233
|
-
}, string | number>>;
|
|
1234
|
-
wallet: import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1235
|
-
foreign: string;
|
|
1236
|
-
}, string | number>;
|
|
1237
|
-
} & {
|
|
1238
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1239
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1240
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1241
|
-
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
1242
|
-
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
1243
|
-
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
1244
|
-
select: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["status", "updated_at", "token_id", "amount", "token_foreign", "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", "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"]>, "many">>>;
|
|
1245
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
1246
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1247
|
-
offset?: number | undefined;
|
|
1248
|
-
tracking_id?: string | undefined;
|
|
1249
|
-
transaction_id?: string | undefined;
|
|
1250
|
-
limit?: number | undefined;
|
|
1251
|
-
return_metadata_total?: boolean | undefined;
|
|
1252
|
-
order?: "asc" | "desc" | undefined;
|
|
1253
|
-
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;
|
|
1254
|
-
}, {
|
|
1255
|
-
offset?: number | undefined;
|
|
1256
|
-
tracking_id?: string | undefined;
|
|
1257
|
-
transaction_id?: string | undefined;
|
|
1258
|
-
limit?: number | undefined;
|
|
1259
|
-
return_metadata_total?: boolean | undefined;
|
|
1260
|
-
order?: "asc" | "desc" | undefined;
|
|
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;
|
|
1262
|
-
}>>;
|
|
1263
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
1264
|
-
wallet: {
|
|
1265
|
-
foreign: string;
|
|
1266
|
-
};
|
|
1267
|
-
options?: {
|
|
1268
|
-
offset?: number | undefined;
|
|
1269
|
-
tracking_id?: string | undefined;
|
|
1270
|
-
transaction_id?: string | undefined;
|
|
1271
|
-
limit?: number | undefined;
|
|
1272
|
-
return_metadata_total?: boolean | undefined;
|
|
1273
|
-
order?: "asc" | "desc" | undefined;
|
|
1274
|
-
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;
|
|
1275
|
-
} | undefined;
|
|
1276
|
-
token?: {
|
|
1277
|
-
foreign: string;
|
|
1278
|
-
} | undefined;
|
|
1279
|
-
}, {
|
|
1280
|
-
wallet: string | number;
|
|
1281
|
-
options?: {
|
|
1282
|
-
offset?: number | undefined;
|
|
1283
|
-
tracking_id?: string | undefined;
|
|
1284
|
-
transaction_id?: string | undefined;
|
|
1285
|
-
limit?: number | undefined;
|
|
1286
|
-
return_metadata_total?: boolean | undefined;
|
|
1287
|
-
order?: "asc" | "desc" | undefined;
|
|
1288
|
-
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;
|
|
1289
|
-
} | undefined;
|
|
1290
|
-
token?: string | number | undefined;
|
|
1291
|
-
}>>;
|
|
1292
|
-
exportTokens: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
1293
|
-
foreign: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>;
|
|
1294
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["value", "share", "group", "contract"]>>;
|
|
1295
|
-
belongs_to: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1296
|
-
foreign: string;
|
|
1297
|
-
}, string | number>>;
|
|
1298
|
-
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
1299
|
-
} & {
|
|
1300
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1301
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1302
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1303
|
-
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
1304
|
-
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
1305
|
-
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
1306
|
-
include_balance: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
1307
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1308
|
-
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
1309
|
-
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
1310
|
-
} & {
|
|
1311
|
-
field: import("zod").ZodEnum<["type", "status", "foreign", "metadata", "id", "created_at", "updated_at", "limit", "public", "belongs_to", "divisor"]>;
|
|
1312
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
1313
|
-
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1314
|
-
direction?: "asc" | "desc" | undefined;
|
|
1315
|
-
nulls?: "first" | "last" | undefined;
|
|
1316
|
-
}, {
|
|
1317
|
-
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1318
|
-
direction?: "asc" | "desc" | undefined;
|
|
1319
|
-
nulls?: "first" | "last" | undefined;
|
|
1320
|
-
}>, "many">>>;
|
|
1321
|
-
select: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["type", "status", "foreign", "metadata", "id", "created_at", "updated_at", "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", "limit", "public", "belongs_to", "divisor", "belongs_to_foreign"]>, "many">>>;
|
|
1322
|
-
deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["type", "status", "foreign", "metadata", "id", "created_at", "updated_at", "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", "limit", "public", "belongs_to", "divisor", "belongs_to_foreign"]>, "many">>>;
|
|
1323
|
-
order_by: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1324
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1325
|
-
offset?: number | undefined;
|
|
1326
|
-
tracking_id?: string | undefined;
|
|
1327
|
-
transaction_id?: string | undefined;
|
|
1328
|
-
limit?: number | undefined;
|
|
1329
|
-
return_metadata_total?: boolean | undefined;
|
|
1330
|
-
order?: {
|
|
1331
|
-
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1332
|
-
direction?: "asc" | "desc" | undefined;
|
|
1333
|
-
nulls?: "first" | "last" | undefined;
|
|
1334
|
-
}[] | undefined;
|
|
1335
|
-
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "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" | "belongs_to_foreign")[] | undefined;
|
|
1336
|
-
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "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" | "belongs_to_foreign")[] | undefined;
|
|
1337
|
-
order_by?: string | undefined;
|
|
1338
|
-
include_balance?: boolean | undefined;
|
|
1339
|
-
}, {
|
|
1340
|
-
offset?: number | undefined;
|
|
1341
|
-
tracking_id?: string | undefined;
|
|
1342
|
-
transaction_id?: string | undefined;
|
|
1343
|
-
limit?: number | undefined;
|
|
1344
|
-
return_metadata_total?: boolean | undefined;
|
|
1345
|
-
order?: {
|
|
1346
|
-
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1347
|
-
direction?: "asc" | "desc" | undefined;
|
|
1348
|
-
nulls?: "first" | "last" | undefined;
|
|
1349
|
-
}[] | undefined;
|
|
1350
|
-
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "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" | "belongs_to_foreign")[] | undefined;
|
|
1351
|
-
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "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" | "belongs_to_foreign")[] | undefined;
|
|
1352
|
-
order_by?: string | undefined;
|
|
1353
|
-
include_balance?: boolean | undefined;
|
|
1354
|
-
}>>;
|
|
1355
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
1356
|
-
options?: {
|
|
1357
|
-
offset?: number | undefined;
|
|
1358
|
-
tracking_id?: string | undefined;
|
|
1359
|
-
transaction_id?: string | undefined;
|
|
1360
|
-
limit?: number | undefined;
|
|
1361
|
-
return_metadata_total?: boolean | undefined;
|
|
1362
|
-
order?: {
|
|
1363
|
-
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1364
|
-
direction?: "asc" | "desc" | undefined;
|
|
1365
|
-
nulls?: "first" | "last" | undefined;
|
|
1366
|
-
}[] | undefined;
|
|
1367
|
-
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "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" | "belongs_to_foreign")[] | undefined;
|
|
1368
|
-
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "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" | "belongs_to_foreign")[] | undefined;
|
|
1369
|
-
order_by?: string | undefined;
|
|
1370
|
-
include_balance?: boolean | undefined;
|
|
1371
|
-
} | undefined;
|
|
1372
|
-
type?: "value" | "group" | "share" | "contract" | undefined;
|
|
1373
|
-
foreign?: string | undefined;
|
|
1374
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
1375
|
-
belongs_to?: {
|
|
1376
|
-
foreign: string;
|
|
1377
|
-
} | undefined;
|
|
1378
|
-
}, {
|
|
1379
|
-
options?: {
|
|
1380
|
-
offset?: number | undefined;
|
|
1381
|
-
tracking_id?: string | undefined;
|
|
1382
|
-
transaction_id?: string | undefined;
|
|
1383
|
-
limit?: number | undefined;
|
|
1384
|
-
return_metadata_total?: boolean | undefined;
|
|
1385
|
-
order?: {
|
|
1386
|
-
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1387
|
-
direction?: "asc" | "desc" | undefined;
|
|
1388
|
-
nulls?: "first" | "last" | undefined;
|
|
1389
|
-
}[] | undefined;
|
|
1390
|
-
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "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" | "belongs_to_foreign")[] | undefined;
|
|
1391
|
-
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "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" | "belongs_to_foreign")[] | undefined;
|
|
1392
|
-
order_by?: string | undefined;
|
|
1393
|
-
include_balance?: boolean | undefined;
|
|
1394
|
-
} | undefined;
|
|
1395
|
-
type?: "value" | "group" | "share" | "contract" | undefined;
|
|
1396
|
-
foreign?: string | number | undefined;
|
|
1397
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
1398
|
-
belongs_to?: string | number | undefined;
|
|
1399
|
-
}>>;
|
|
1400
|
-
exportTransferGroups: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
1401
|
-
identifier: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>>;
|
|
1402
|
-
transfer_status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>>>;
|
|
1403
|
-
status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["open", "closed"]>>>>;
|
|
1404
|
-
reverses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1405
|
-
identifier: string;
|
|
1406
|
-
}, string | number>>>;
|
|
1407
|
-
type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<["regular", "exchange", "distribution"]>>>;
|
|
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]>>>>;
|
|
1409
|
-
} & {
|
|
1410
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1411
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
|
|
1412
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
|
|
1413
|
-
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>>;
|
|
1414
|
-
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>>;
|
|
1415
|
-
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>>;
|
|
1416
|
-
return_transfers_count: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>>>;
|
|
1417
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1418
|
-
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
1419
|
-
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
1420
|
-
} & {
|
|
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"]>;
|
|
1422
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
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";
|
|
1424
|
-
direction?: "asc" | "desc" | undefined;
|
|
1425
|
-
nulls?: "first" | "last" | undefined;
|
|
1426
|
-
}, {
|
|
1427
|
-
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";
|
|
1428
|
-
direction?: "asc" | "desc" | undefined;
|
|
1429
|
-
nulls?: "first" | "last" | undefined;
|
|
1430
|
-
}>, "many">>>>;
|
|
1431
|
-
select: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["type", "status", "metadata", "id", "created_at", "updated_at", "identifier", "transfer_group_id", "reverses_id", "status_finalized_at", "reverses_identifier", "transfer_status_finalized_at", "transfer_status", "validate_final_balance_only", "transfers_count"]>, "many">>>>;
|
|
1432
|
-
deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["type", "status", "metadata", "id", "created_at", "updated_at", "identifier", "transfer_group_id", "reverses_id", "status_finalized_at", "reverses_identifier", "transfer_status_finalized_at", "transfer_status", "validate_final_balance_only", "transfers_count"]>, "many">>>>;
|
|
1433
|
-
order_by: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1434
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1435
|
-
offset?: number | undefined;
|
|
1436
|
-
tracking_id?: string | undefined;
|
|
1437
|
-
transaction_id?: string | undefined;
|
|
1438
|
-
limit?: number | undefined;
|
|
1439
|
-
return_metadata_total?: boolean | undefined;
|
|
1440
|
-
order?: {
|
|
1441
|
-
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";
|
|
1442
|
-
direction?: "asc" | "desc" | undefined;
|
|
1443
|
-
nulls?: "first" | "last" | undefined;
|
|
1444
|
-
}[] | undefined;
|
|
1445
|
-
select?: ("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" | "reverses_identifier" | "transfers_count")[] | undefined;
|
|
1446
|
-
deselect?: ("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" | "reverses_identifier" | "transfers_count")[] | undefined;
|
|
1447
|
-
order_by?: string | undefined;
|
|
1448
|
-
return_transfers_count?: boolean | undefined;
|
|
1449
|
-
}, {
|
|
1450
|
-
offset?: number | undefined;
|
|
1451
|
-
tracking_id?: string | undefined;
|
|
1452
|
-
transaction_id?: string | undefined;
|
|
1453
|
-
limit?: number | undefined;
|
|
1454
|
-
return_metadata_total?: boolean | undefined;
|
|
1455
|
-
order?: {
|
|
1456
|
-
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";
|
|
1457
|
-
direction?: "asc" | "desc" | undefined;
|
|
1458
|
-
nulls?: "first" | "last" | undefined;
|
|
1459
|
-
}[] | undefined;
|
|
1460
|
-
select?: ("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" | "reverses_identifier" | "transfers_count")[] | undefined;
|
|
1461
|
-
deselect?: ("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" | "reverses_identifier" | "transfers_count")[] | undefined;
|
|
1462
|
-
order_by?: string | undefined;
|
|
1463
|
-
return_transfers_count?: boolean | undefined;
|
|
1464
|
-
}>>;
|
|
1465
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
1466
|
-
options?: {
|
|
1467
|
-
offset?: number | undefined;
|
|
1468
|
-
tracking_id?: string | undefined;
|
|
1469
|
-
transaction_id?: string | undefined;
|
|
1470
|
-
limit?: number | undefined;
|
|
1471
|
-
return_metadata_total?: boolean | undefined;
|
|
1472
|
-
order?: {
|
|
1473
|
-
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";
|
|
1474
|
-
direction?: "asc" | "desc" | undefined;
|
|
1475
|
-
nulls?: "first" | "last" | undefined;
|
|
1476
|
-
}[] | undefined;
|
|
1477
|
-
select?: ("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" | "reverses_identifier" | "transfers_count")[] | undefined;
|
|
1478
|
-
deselect?: ("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" | "reverses_identifier" | "transfers_count")[] | undefined;
|
|
1479
|
-
order_by?: string | undefined;
|
|
1480
|
-
return_transfers_count?: boolean | undefined;
|
|
1481
|
-
} | undefined;
|
|
1482
|
-
type?: "regular" | "exchange" | "distribution" | undefined;
|
|
1483
|
-
status?: "open" | "closed" | undefined;
|
|
1484
|
-
identifier?: string | undefined;
|
|
1485
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
1486
|
-
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
1487
|
-
reverses?: {
|
|
1488
|
-
identifier: string;
|
|
1489
|
-
} | undefined;
|
|
1490
|
-
}, {
|
|
1491
|
-
options?: {
|
|
1492
|
-
offset?: number | undefined;
|
|
1493
|
-
tracking_id?: string | undefined;
|
|
1494
|
-
transaction_id?: string | undefined;
|
|
1495
|
-
limit?: number | undefined;
|
|
1496
|
-
return_metadata_total?: boolean | undefined;
|
|
1497
|
-
order?: {
|
|
1498
|
-
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";
|
|
1499
|
-
direction?: "asc" | "desc" | undefined;
|
|
1500
|
-
nulls?: "first" | "last" | undefined;
|
|
1501
|
-
}[] | undefined;
|
|
1502
|
-
select?: ("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" | "reverses_identifier" | "transfers_count")[] | undefined;
|
|
1503
|
-
deselect?: ("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" | "reverses_identifier" | "transfers_count")[] | undefined;
|
|
1504
|
-
order_by?: string | undefined;
|
|
1505
|
-
return_transfers_count?: boolean | undefined;
|
|
1506
|
-
} | undefined;
|
|
1507
|
-
type?: "regular" | "exchange" | "distribution" | undefined;
|
|
1508
|
-
status?: "open" | "closed" | undefined;
|
|
1509
|
-
identifier?: string | number | undefined;
|
|
1510
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
1511
|
-
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
1512
|
-
reverses?: string | number | undefined;
|
|
1513
|
-
}>>;
|
|
1514
|
-
exportTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
1515
|
-
wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1516
|
-
foreign: string;
|
|
1517
|
-
}, string | number>>;
|
|
1518
|
-
token: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1519
|
-
foreign: string;
|
|
1520
|
-
}, string | number>>;
|
|
1521
|
-
from_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1522
|
-
foreign: string;
|
|
1523
|
-
}, string | number>>;
|
|
1524
|
-
to_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1525
|
-
foreign: string;
|
|
1526
|
-
}, string | number>>;
|
|
1527
|
-
transfer_group: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1528
|
-
foreign: string;
|
|
1529
|
-
}, string | number>>;
|
|
1530
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["transfer", "deposit", "withdrawal"]>>;
|
|
1531
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>;
|
|
1532
|
-
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
1533
|
-
} & {
|
|
1534
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1535
|
-
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>>;
|
|
1536
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
|
|
1537
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
|
|
1538
|
-
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>>;
|
|
1539
|
-
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>>;
|
|
1540
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1541
|
-
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
1542
|
-
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
1543
|
-
} & {
|
|
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"]>;
|
|
1545
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
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";
|
|
1547
|
-
direction?: "asc" | "desc" | undefined;
|
|
1548
|
-
nulls?: "first" | "last" | undefined;
|
|
1549
|
-
}, {
|
|
1550
|
-
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
|
-
direction?: "asc" | "desc" | undefined;
|
|
1552
|
-
nulls?: "first" | "last" | undefined;
|
|
1553
|
-
}>, "many">>>>;
|
|
1554
|
-
select: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<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", "from_wallet_foreign", "to_wallet_foreign", "token_foreign", "transfer_group_identifier", "reverses_identifier"]>, "many">>>>;
|
|
1555
|
-
deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<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", "from_wallet_foreign", "to_wallet_foreign", "token_foreign", "transfer_group_identifier", "reverses_identifier"]>, "many">>>>;
|
|
1556
|
-
return_running_balance: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
1557
|
-
return_signed_amount: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
1558
|
-
return_running_balance_for_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1559
|
-
foreign: string;
|
|
1560
|
-
}, string | number>>>;
|
|
1561
|
-
return_signed_amount_for_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1562
|
-
foreign: string;
|
|
1563
|
-
}, string | number>>>;
|
|
1564
|
-
order_by: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1565
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1566
|
-
offset?: number | undefined;
|
|
1567
|
-
tracking_id?: string | undefined;
|
|
1568
|
-
transaction_id?: string | undefined;
|
|
1569
|
-
limit?: number | undefined;
|
|
1570
|
-
return_metadata_total?: boolean | undefined;
|
|
1571
|
-
order?: {
|
|
1572
|
-
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";
|
|
1573
|
-
direction?: "asc" | "desc" | undefined;
|
|
1574
|
-
nulls?: "first" | "last" | undefined;
|
|
1575
|
-
}[] | undefined;
|
|
1576
|
-
select?: ("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" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
1577
|
-
deselect?: ("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" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
1578
|
-
order_by?: string | undefined;
|
|
1579
|
-
return_running_balance_for_wallet?: {
|
|
1580
|
-
foreign: string;
|
|
1581
|
-
} | undefined;
|
|
1582
|
-
return_signed_amount_for_wallet?: {
|
|
1583
|
-
foreign: string;
|
|
1584
|
-
} | undefined;
|
|
1585
|
-
return_running_balance?: boolean | undefined;
|
|
1586
|
-
return_signed_amount?: boolean | undefined;
|
|
1587
|
-
}, {
|
|
1588
|
-
offset?: number | undefined;
|
|
1589
|
-
tracking_id?: string | undefined;
|
|
1590
|
-
transaction_id?: string | undefined;
|
|
1591
|
-
limit?: number | undefined;
|
|
1592
|
-
return_metadata_total?: boolean | undefined;
|
|
1593
|
-
order?: {
|
|
1594
|
-
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";
|
|
1595
|
-
direction?: "asc" | "desc" | undefined;
|
|
1596
|
-
nulls?: "first" | "last" | undefined;
|
|
1597
|
-
}[] | undefined;
|
|
1598
|
-
select?: ("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" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
1599
|
-
deselect?: ("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" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
1600
|
-
order_by?: string | undefined;
|
|
1601
|
-
return_running_balance_for_wallet?: string | number | undefined;
|
|
1602
|
-
return_signed_amount_for_wallet?: string | number | undefined;
|
|
1603
|
-
return_running_balance?: boolean | undefined;
|
|
1604
|
-
return_signed_amount?: boolean | undefined;
|
|
1605
|
-
}>>;
|
|
1606
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
1607
|
-
options?: {
|
|
1608
|
-
offset?: number | undefined;
|
|
1609
|
-
tracking_id?: string | undefined;
|
|
1610
|
-
transaction_id?: string | undefined;
|
|
1611
|
-
limit?: number | undefined;
|
|
1612
|
-
return_metadata_total?: boolean | undefined;
|
|
1613
|
-
order?: {
|
|
1614
|
-
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";
|
|
1615
|
-
direction?: "asc" | "desc" | undefined;
|
|
1616
|
-
nulls?: "first" | "last" | undefined;
|
|
1617
|
-
}[] | undefined;
|
|
1618
|
-
select?: ("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" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
1619
|
-
deselect?: ("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" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
1620
|
-
order_by?: string | undefined;
|
|
1621
|
-
return_running_balance_for_wallet?: {
|
|
1622
|
-
foreign: string;
|
|
1623
|
-
} | undefined;
|
|
1624
|
-
return_signed_amount_for_wallet?: {
|
|
1625
|
-
foreign: string;
|
|
1626
|
-
} | undefined;
|
|
1627
|
-
return_running_balance?: boolean | undefined;
|
|
1628
|
-
return_signed_amount?: boolean | undefined;
|
|
1629
|
-
} | undefined;
|
|
1630
|
-
type?: "transfer" | "deposit" | "withdrawal" | undefined;
|
|
1631
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
1632
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
1633
|
-
token?: {
|
|
1634
|
-
foreign: string;
|
|
1635
|
-
} | undefined;
|
|
1636
|
-
wallet?: {
|
|
1637
|
-
foreign: string;
|
|
1638
|
-
} | undefined;
|
|
1639
|
-
transfer_group?: {
|
|
1640
|
-
foreign: string;
|
|
1641
|
-
} | undefined;
|
|
1642
|
-
from_wallet?: {
|
|
1643
|
-
foreign: string;
|
|
1644
|
-
} | undefined;
|
|
1645
|
-
to_wallet?: {
|
|
1646
|
-
foreign: string;
|
|
1647
|
-
} | undefined;
|
|
1648
|
-
}, {
|
|
1649
|
-
options?: {
|
|
1650
|
-
offset?: number | undefined;
|
|
1651
|
-
tracking_id?: string | undefined;
|
|
1652
|
-
transaction_id?: string | undefined;
|
|
1653
|
-
limit?: number | undefined;
|
|
1654
|
-
return_metadata_total?: boolean | undefined;
|
|
1655
|
-
order?: {
|
|
1656
|
-
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";
|
|
1657
|
-
direction?: "asc" | "desc" | undefined;
|
|
1658
|
-
nulls?: "first" | "last" | undefined;
|
|
1659
|
-
}[] | undefined;
|
|
1660
|
-
select?: ("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" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
1661
|
-
deselect?: ("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" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
1662
|
-
order_by?: string | undefined;
|
|
1663
|
-
return_running_balance_for_wallet?: string | number | undefined;
|
|
1664
|
-
return_signed_amount_for_wallet?: string | number | undefined;
|
|
1665
|
-
return_running_balance?: boolean | undefined;
|
|
1666
|
-
return_signed_amount?: boolean | undefined;
|
|
1667
|
-
} | undefined;
|
|
1668
|
-
type?: "transfer" | "deposit" | "withdrawal" | undefined;
|
|
1669
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
1670
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
1671
|
-
token?: string | number | undefined;
|
|
1672
|
-
wallet?: string | number | undefined;
|
|
1673
|
-
transfer_group?: string | number | undefined;
|
|
1674
|
-
from_wallet?: string | number | undefined;
|
|
1675
|
-
to_wallet?: string | number | undefined;
|
|
1676
|
-
}>>;
|
|
1677
|
-
exportWallets: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
1678
|
-
foreign: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>>;
|
|
1679
|
-
name: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>>;
|
|
1680
|
-
type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<["token", "house", "regular"]>>>;
|
|
1681
|
-
status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<["active", "disabled"]>>>;
|
|
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]>>>>;
|
|
1683
|
-
} & {
|
|
1684
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1685
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
|
|
1686
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
|
|
1687
|
-
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>>;
|
|
1688
|
-
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>>;
|
|
1689
|
-
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>>;
|
|
1690
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1691
|
-
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
1692
|
-
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
1693
|
-
} & {
|
|
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"]>;
|
|
1695
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
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";
|
|
1697
|
-
direction?: "asc" | "desc" | undefined;
|
|
1698
|
-
nulls?: "first" | "last" | undefined;
|
|
1699
|
-
}, {
|
|
1700
|
-
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";
|
|
1701
|
-
direction?: "asc" | "desc" | undefined;
|
|
1702
|
-
nulls?: "first" | "last" | undefined;
|
|
1703
|
-
}>, "many">>>>;
|
|
1704
|
-
select: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<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"]>, "many">>>>;
|
|
1705
|
-
deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<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"]>, "many">>>>;
|
|
1706
|
-
order_by: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1707
|
-
include_balance_for_token: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1708
|
-
foreign: string;
|
|
1709
|
-
}, string | number>>>;
|
|
1710
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1711
|
-
offset?: number | undefined;
|
|
1712
|
-
tracking_id?: string | undefined;
|
|
1713
|
-
transaction_id?: string | undefined;
|
|
1714
|
-
limit?: number | undefined;
|
|
1715
|
-
return_metadata_total?: boolean | undefined;
|
|
1716
|
-
order?: {
|
|
1717
|
-
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";
|
|
1718
|
-
direction?: "asc" | "desc" | undefined;
|
|
1719
|
-
nulls?: "first" | "last" | undefined;
|
|
1720
|
-
}[] | undefined;
|
|
1721
|
-
select?: ("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")[] | undefined;
|
|
1722
|
-
deselect?: ("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")[] | undefined;
|
|
1723
|
-
order_by?: string | undefined;
|
|
1724
|
-
include_balance_for_token?: {
|
|
1725
|
-
foreign: string;
|
|
1726
|
-
} | undefined;
|
|
1727
|
-
}, {
|
|
1728
|
-
offset?: number | undefined;
|
|
1729
|
-
tracking_id?: string | undefined;
|
|
1730
|
-
transaction_id?: string | undefined;
|
|
1731
|
-
limit?: number | undefined;
|
|
1732
|
-
return_metadata_total?: boolean | undefined;
|
|
1733
|
-
order?: {
|
|
1734
|
-
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";
|
|
1735
|
-
direction?: "asc" | "desc" | undefined;
|
|
1736
|
-
nulls?: "first" | "last" | undefined;
|
|
1737
|
-
}[] | undefined;
|
|
1738
|
-
select?: ("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")[] | undefined;
|
|
1739
|
-
deselect?: ("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")[] | undefined;
|
|
1740
|
-
order_by?: string | undefined;
|
|
1741
|
-
include_balance_for_token?: string | number | undefined;
|
|
1742
|
-
}>>;
|
|
1743
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
1744
|
-
options?: {
|
|
1745
|
-
offset?: number | undefined;
|
|
1746
|
-
tracking_id?: string | undefined;
|
|
1747
|
-
transaction_id?: string | undefined;
|
|
1748
|
-
limit?: number | undefined;
|
|
1749
|
-
return_metadata_total?: boolean | undefined;
|
|
1750
|
-
order?: {
|
|
1751
|
-
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";
|
|
1752
|
-
direction?: "asc" | "desc" | undefined;
|
|
1753
|
-
nulls?: "first" | "last" | undefined;
|
|
1754
|
-
}[] | undefined;
|
|
1755
|
-
select?: ("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")[] | undefined;
|
|
1756
|
-
deselect?: ("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")[] | undefined;
|
|
1757
|
-
order_by?: string | undefined;
|
|
1758
|
-
include_balance_for_token?: {
|
|
1759
|
-
foreign: string;
|
|
1760
|
-
} | undefined;
|
|
1761
|
-
} | undefined;
|
|
1762
|
-
type?: "token" | "house" | "regular" | undefined;
|
|
1763
|
-
status?: "active" | "disabled" | undefined;
|
|
1764
|
-
foreign?: string | undefined;
|
|
1765
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
1766
|
-
name?: string | undefined;
|
|
1767
|
-
}, {
|
|
1768
|
-
options?: {
|
|
1769
|
-
offset?: number | undefined;
|
|
1770
|
-
tracking_id?: string | undefined;
|
|
1771
|
-
transaction_id?: string | undefined;
|
|
1772
|
-
limit?: number | undefined;
|
|
1773
|
-
return_metadata_total?: boolean | undefined;
|
|
1774
|
-
order?: {
|
|
1775
|
-
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";
|
|
1776
|
-
direction?: "asc" | "desc" | undefined;
|
|
1777
|
-
nulls?: "first" | "last" | undefined;
|
|
1778
|
-
}[] | undefined;
|
|
1779
|
-
select?: ("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")[] | undefined;
|
|
1780
|
-
deselect?: ("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")[] | undefined;
|
|
1781
|
-
order_by?: string | undefined;
|
|
1782
|
-
include_balance_for_token?: string | number | undefined;
|
|
1783
|
-
} | undefined;
|
|
1784
|
-
type?: "token" | "house" | "regular" | undefined;
|
|
1785
|
-
status?: "active" | "disabled" | undefined;
|
|
1786
|
-
foreign?: string | number | undefined;
|
|
1787
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
1788
|
-
name?: string | number | undefined;
|
|
1789
|
-
}>>;
|
|
1790
|
-
findBalances: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
1791
|
-
token: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1792
|
-
foreign: string;
|
|
1793
|
-
}, string | number>>;
|
|
1794
|
-
wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1795
|
-
foreign: string;
|
|
1796
|
-
}, string | number>>;
|
|
1797
|
-
} & {
|
|
1798
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1799
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1800
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1801
|
-
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
1802
|
-
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
1803
|
-
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
1804
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1805
|
-
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
1806
|
-
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
1807
|
-
} & {
|
|
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"]>;
|
|
1809
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
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";
|
|
1811
|
-
direction?: "asc" | "desc" | undefined;
|
|
1812
|
-
nulls?: "first" | "last" | undefined;
|
|
1813
|
-
}, {
|
|
1814
|
-
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";
|
|
1815
|
-
direction?: "asc" | "desc" | undefined;
|
|
1816
|
-
nulls?: "first" | "last" | undefined;
|
|
1817
|
-
}>, "many">>>;
|
|
1818
|
-
select: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["updated_at", "token_id", "amount", "token_foreign", "transfer_id", "wallet_id", "pending_amount", "finished_amount", "latest_control_hash", "pending_amount_to", "pending_amount_from", "available_balance", "wallet_foreign"]>, "many">>>;
|
|
1819
|
-
deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["updated_at", "token_id", "amount", "token_foreign", "transfer_id", "wallet_id", "pending_amount", "finished_amount", "latest_control_hash", "pending_amount_to", "pending_amount_from", "available_balance", "wallet_foreign"]>, "many">>>;
|
|
1820
|
-
order_by: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1821
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1822
|
-
offset?: number | undefined;
|
|
1823
|
-
tracking_id?: string | undefined;
|
|
1824
|
-
transaction_id?: string | undefined;
|
|
1825
|
-
limit?: number | undefined;
|
|
1826
|
-
return_metadata_total?: boolean | undefined;
|
|
1827
|
-
order?: {
|
|
1828
|
-
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";
|
|
1829
|
-
direction?: "asc" | "desc" | undefined;
|
|
1830
|
-
nulls?: "first" | "last" | undefined;
|
|
1831
|
-
}[] | undefined;
|
|
1832
|
-
select?: ("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;
|
|
1833
|
-
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;
|
|
1834
|
-
order_by?: string | undefined;
|
|
1835
|
-
}, {
|
|
1836
|
-
offset?: number | undefined;
|
|
1837
|
-
tracking_id?: string | undefined;
|
|
1838
|
-
transaction_id?: string | undefined;
|
|
1839
|
-
limit?: number | undefined;
|
|
1840
|
-
return_metadata_total?: boolean | undefined;
|
|
1841
|
-
order?: {
|
|
1842
|
-
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";
|
|
1843
|
-
direction?: "asc" | "desc" | undefined;
|
|
1844
|
-
nulls?: "first" | "last" | undefined;
|
|
1845
|
-
}[] | undefined;
|
|
1846
|
-
select?: ("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;
|
|
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;
|
|
1848
|
-
order_by?: string | undefined;
|
|
1849
|
-
}>>;
|
|
1850
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
1851
|
-
options?: {
|
|
1852
|
-
offset?: number | undefined;
|
|
1853
|
-
tracking_id?: string | undefined;
|
|
1854
|
-
transaction_id?: string | undefined;
|
|
1855
|
-
limit?: number | undefined;
|
|
1856
|
-
return_metadata_total?: boolean | undefined;
|
|
1857
|
-
order?: {
|
|
1858
|
-
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";
|
|
1859
|
-
direction?: "asc" | "desc" | undefined;
|
|
1860
|
-
nulls?: "first" | "last" | undefined;
|
|
1861
|
-
}[] | undefined;
|
|
1862
|
-
select?: ("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;
|
|
1863
|
-
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;
|
|
1864
|
-
order_by?: string | undefined;
|
|
1865
|
-
} | undefined;
|
|
1866
|
-
token?: {
|
|
1867
|
-
foreign: string;
|
|
1868
|
-
} | undefined;
|
|
1869
|
-
wallet?: {
|
|
1870
|
-
foreign: string;
|
|
1871
|
-
} | undefined;
|
|
1872
|
-
}, {
|
|
1873
|
-
options?: {
|
|
1874
|
-
offset?: number | undefined;
|
|
1875
|
-
tracking_id?: string | undefined;
|
|
1876
|
-
transaction_id?: string | undefined;
|
|
1877
|
-
limit?: number | undefined;
|
|
1878
|
-
return_metadata_total?: boolean | undefined;
|
|
1879
|
-
order?: {
|
|
1880
|
-
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";
|
|
1881
|
-
direction?: "asc" | "desc" | undefined;
|
|
1882
|
-
nulls?: "first" | "last" | undefined;
|
|
1883
|
-
}[] | undefined;
|
|
1884
|
-
select?: ("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;
|
|
1885
|
-
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;
|
|
1886
|
-
order_by?: string | undefined;
|
|
1887
|
-
} | undefined;
|
|
1888
|
-
token?: string | number | undefined;
|
|
1889
|
-
wallet?: string | number | undefined;
|
|
1890
|
-
}>>;
|
|
1891
|
-
findTokens: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
1892
|
-
foreign: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>;
|
|
1893
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["value", "share", "group", "contract"]>>;
|
|
1894
|
-
belongs_to: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1895
|
-
foreign: string;
|
|
1896
|
-
}, string | number>>;
|
|
1897
|
-
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
1898
|
-
} & {
|
|
1899
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1900
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1901
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1902
|
-
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
1903
|
-
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
1904
|
-
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
1905
|
-
include_balance: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
1906
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1907
|
-
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
1908
|
-
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
1909
|
-
} & {
|
|
1910
|
-
field: import("zod").ZodEnum<["type", "status", "foreign", "metadata", "id", "created_at", "updated_at", "limit", "public", "belongs_to", "divisor"]>;
|
|
1911
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
1912
|
-
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1913
|
-
direction?: "asc" | "desc" | undefined;
|
|
1914
|
-
nulls?: "first" | "last" | undefined;
|
|
1915
|
-
}, {
|
|
1916
|
-
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1917
|
-
direction?: "asc" | "desc" | undefined;
|
|
1918
|
-
nulls?: "first" | "last" | undefined;
|
|
1919
|
-
}>, "many">>>;
|
|
1920
|
-
select: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["type", "status", "foreign", "metadata", "id", "created_at", "updated_at", "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", "limit", "public", "belongs_to", "divisor", "belongs_to_foreign"]>, "many">>>;
|
|
1921
|
-
deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["type", "status", "foreign", "metadata", "id", "created_at", "updated_at", "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", "limit", "public", "belongs_to", "divisor", "belongs_to_foreign"]>, "many">>>;
|
|
1922
|
-
order_by: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1923
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1924
|
-
offset?: number | undefined;
|
|
1925
|
-
tracking_id?: string | undefined;
|
|
1926
|
-
transaction_id?: string | undefined;
|
|
1927
|
-
limit?: number | undefined;
|
|
1928
|
-
return_metadata_total?: boolean | undefined;
|
|
1929
|
-
order?: {
|
|
1930
|
-
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1931
|
-
direction?: "asc" | "desc" | undefined;
|
|
1932
|
-
nulls?: "first" | "last" | undefined;
|
|
1933
|
-
}[] | undefined;
|
|
1934
|
-
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "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" | "belongs_to_foreign")[] | undefined;
|
|
1935
|
-
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "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" | "belongs_to_foreign")[] | undefined;
|
|
1936
|
-
order_by?: string | undefined;
|
|
1937
|
-
include_balance?: boolean | undefined;
|
|
1938
|
-
}, {
|
|
1939
|
-
offset?: number | undefined;
|
|
1940
|
-
tracking_id?: string | undefined;
|
|
1941
|
-
transaction_id?: string | undefined;
|
|
1942
|
-
limit?: number | undefined;
|
|
1943
|
-
return_metadata_total?: boolean | undefined;
|
|
1944
|
-
order?: {
|
|
1945
|
-
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1946
|
-
direction?: "asc" | "desc" | undefined;
|
|
1947
|
-
nulls?: "first" | "last" | undefined;
|
|
1948
|
-
}[] | undefined;
|
|
1949
|
-
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "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" | "belongs_to_foreign")[] | undefined;
|
|
1950
|
-
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "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" | "belongs_to_foreign")[] | undefined;
|
|
1951
|
-
order_by?: string | undefined;
|
|
1952
|
-
include_balance?: boolean | undefined;
|
|
1953
|
-
}>>;
|
|
1954
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
1955
|
-
options?: {
|
|
1956
|
-
offset?: number | undefined;
|
|
1957
|
-
tracking_id?: string | undefined;
|
|
1958
|
-
transaction_id?: string | undefined;
|
|
1959
|
-
limit?: number | undefined;
|
|
1960
|
-
return_metadata_total?: boolean | undefined;
|
|
1961
|
-
order?: {
|
|
1962
|
-
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1963
|
-
direction?: "asc" | "desc" | undefined;
|
|
1964
|
-
nulls?: "first" | "last" | undefined;
|
|
1965
|
-
}[] | undefined;
|
|
1966
|
-
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "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" | "belongs_to_foreign")[] | undefined;
|
|
1967
|
-
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "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" | "belongs_to_foreign")[] | undefined;
|
|
1968
|
-
order_by?: string | undefined;
|
|
1969
|
-
include_balance?: boolean | undefined;
|
|
1970
|
-
} | undefined;
|
|
1971
|
-
type?: "value" | "group" | "share" | "contract" | undefined;
|
|
1972
|
-
foreign?: string | undefined;
|
|
1973
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
1974
|
-
belongs_to?: {
|
|
1975
|
-
foreign: string;
|
|
1976
|
-
} | undefined;
|
|
1977
|
-
}, {
|
|
1978
|
-
options?: {
|
|
1979
|
-
offset?: number | undefined;
|
|
1980
|
-
tracking_id?: string | undefined;
|
|
1981
|
-
transaction_id?: string | undefined;
|
|
1982
|
-
limit?: number | undefined;
|
|
1983
|
-
return_metadata_total?: boolean | undefined;
|
|
1984
|
-
order?: {
|
|
1985
|
-
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1986
|
-
direction?: "asc" | "desc" | undefined;
|
|
1987
|
-
nulls?: "first" | "last" | undefined;
|
|
1988
|
-
}[] | undefined;
|
|
1989
|
-
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "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" | "belongs_to_foreign")[] | undefined;
|
|
1990
|
-
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "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" | "belongs_to_foreign")[] | undefined;
|
|
1991
|
-
order_by?: string | undefined;
|
|
1992
|
-
include_balance?: boolean | undefined;
|
|
1993
|
-
} | undefined;
|
|
1994
|
-
type?: "value" | "group" | "share" | "contract" | undefined;
|
|
1995
|
-
foreign?: string | number | undefined;
|
|
1996
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
1997
|
-
belongs_to?: string | number | undefined;
|
|
1998
|
-
}>>;
|
|
1999
|
-
findTransferGroups: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2000
|
-
identifier: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>;
|
|
2001
|
-
transfer_status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>>;
|
|
2002
|
-
status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["open", "closed"]>>>;
|
|
2003
|
-
reverses: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2004
|
-
identifier: string;
|
|
2005
|
-
}, string | number>>;
|
|
2006
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["regular", "exchange", "distribution"]>>;
|
|
2007
|
-
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
2008
|
-
} & {
|
|
2009
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2010
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
2011
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
2012
|
-
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
2013
|
-
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
2014
|
-
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
2015
|
-
return_transfers_count: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>>;
|
|
2016
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2017
|
-
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
2018
|
-
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
2019
|
-
} & {
|
|
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"]>;
|
|
2021
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
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";
|
|
2023
|
-
direction?: "asc" | "desc" | undefined;
|
|
2024
|
-
nulls?: "first" | "last" | undefined;
|
|
2025
|
-
}, {
|
|
2026
|
-
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";
|
|
2027
|
-
direction?: "asc" | "desc" | undefined;
|
|
2028
|
-
nulls?: "first" | "last" | undefined;
|
|
2029
|
-
}>, "many">>>;
|
|
2030
|
-
select: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["type", "status", "metadata", "id", "created_at", "updated_at", "identifier", "transfer_group_id", "reverses_id", "status_finalized_at", "reverses_identifier", "transfer_status_finalized_at", "transfer_status", "validate_final_balance_only", "transfers_count"]>, "many">>>;
|
|
2031
|
-
deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["type", "status", "metadata", "id", "created_at", "updated_at", "identifier", "transfer_group_id", "reverses_id", "status_finalized_at", "reverses_identifier", "transfer_status_finalized_at", "transfer_status", "validate_final_balance_only", "transfers_count"]>, "many">>>;
|
|
2032
|
-
order_by: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2033
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2034
|
-
offset?: number | undefined;
|
|
2035
|
-
tracking_id?: string | undefined;
|
|
2036
|
-
transaction_id?: string | undefined;
|
|
2037
|
-
limit?: number | undefined;
|
|
2038
|
-
return_metadata_total?: boolean | undefined;
|
|
2039
|
-
order?: {
|
|
2040
|
-
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";
|
|
2041
|
-
direction?: "asc" | "desc" | undefined;
|
|
2042
|
-
nulls?: "first" | "last" | undefined;
|
|
2043
|
-
}[] | undefined;
|
|
2044
|
-
select?: ("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" | "reverses_identifier" | "transfers_count")[] | undefined;
|
|
2045
|
-
deselect?: ("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" | "reverses_identifier" | "transfers_count")[] | undefined;
|
|
2046
|
-
order_by?: string | undefined;
|
|
2047
|
-
return_transfers_count?: boolean | undefined;
|
|
2048
|
-
}, {
|
|
2049
|
-
offset?: number | undefined;
|
|
2050
|
-
tracking_id?: string | undefined;
|
|
2051
|
-
transaction_id?: string | undefined;
|
|
2052
|
-
limit?: number | undefined;
|
|
2053
|
-
return_metadata_total?: boolean | undefined;
|
|
2054
|
-
order?: {
|
|
2055
|
-
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";
|
|
2056
|
-
direction?: "asc" | "desc" | undefined;
|
|
2057
|
-
nulls?: "first" | "last" | undefined;
|
|
2058
|
-
}[] | undefined;
|
|
2059
|
-
select?: ("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" | "reverses_identifier" | "transfers_count")[] | undefined;
|
|
2060
|
-
deselect?: ("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" | "reverses_identifier" | "transfers_count")[] | undefined;
|
|
2061
|
-
order_by?: string | undefined;
|
|
2062
|
-
return_transfers_count?: boolean | undefined;
|
|
2063
|
-
}>>;
|
|
2064
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2065
|
-
options?: {
|
|
2066
|
-
offset?: number | undefined;
|
|
2067
|
-
tracking_id?: string | undefined;
|
|
2068
|
-
transaction_id?: string | undefined;
|
|
2069
|
-
limit?: number | undefined;
|
|
2070
|
-
return_metadata_total?: boolean | undefined;
|
|
2071
|
-
order?: {
|
|
2072
|
-
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";
|
|
2073
|
-
direction?: "asc" | "desc" | undefined;
|
|
2074
|
-
nulls?: "first" | "last" | undefined;
|
|
2075
|
-
}[] | undefined;
|
|
2076
|
-
select?: ("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" | "reverses_identifier" | "transfers_count")[] | undefined;
|
|
2077
|
-
deselect?: ("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" | "reverses_identifier" | "transfers_count")[] | undefined;
|
|
2078
|
-
order_by?: string | undefined;
|
|
2079
|
-
return_transfers_count?: boolean | undefined;
|
|
2080
|
-
} | undefined;
|
|
2081
|
-
type?: "regular" | "exchange" | "distribution" | undefined;
|
|
2082
|
-
status?: "open" | "closed" | undefined;
|
|
2083
|
-
identifier?: string | undefined;
|
|
2084
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
2085
|
-
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
2086
|
-
reverses?: {
|
|
2087
|
-
identifier: string;
|
|
2088
|
-
} | undefined;
|
|
2089
|
-
}, {
|
|
2090
|
-
options?: {
|
|
2091
|
-
offset?: number | undefined;
|
|
2092
|
-
tracking_id?: string | undefined;
|
|
2093
|
-
transaction_id?: string | undefined;
|
|
2094
|
-
limit?: number | undefined;
|
|
2095
|
-
return_metadata_total?: boolean | undefined;
|
|
2096
|
-
order?: {
|
|
2097
|
-
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";
|
|
2098
|
-
direction?: "asc" | "desc" | undefined;
|
|
2099
|
-
nulls?: "first" | "last" | undefined;
|
|
2100
|
-
}[] | undefined;
|
|
2101
|
-
select?: ("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" | "reverses_identifier" | "transfers_count")[] | undefined;
|
|
2102
|
-
deselect?: ("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" | "reverses_identifier" | "transfers_count")[] | undefined;
|
|
2103
|
-
order_by?: string | undefined;
|
|
2104
|
-
return_transfers_count?: boolean | undefined;
|
|
2105
|
-
} | undefined;
|
|
2106
|
-
type?: "regular" | "exchange" | "distribution" | undefined;
|
|
2107
|
-
status?: "open" | "closed" | undefined;
|
|
2108
|
-
identifier?: string | number | undefined;
|
|
2109
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
2110
|
-
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
2111
|
-
reverses?: string | number | undefined;
|
|
2112
|
-
}>>;
|
|
2113
|
-
findTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2114
|
-
wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2115
|
-
foreign: string;
|
|
2116
|
-
}, string | number>>;
|
|
2117
|
-
token: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2118
|
-
foreign: string;
|
|
2119
|
-
}, string | number>>;
|
|
2120
|
-
from_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2121
|
-
foreign: string;
|
|
2122
|
-
}, string | number>>;
|
|
2123
|
-
to_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2124
|
-
foreign: string;
|
|
2125
|
-
}, string | number>>;
|
|
2126
|
-
transfer_group: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2127
|
-
foreign: string;
|
|
2128
|
-
}, string | number>>;
|
|
2129
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["transfer", "deposit", "withdrawal"]>>;
|
|
2130
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>;
|
|
2131
|
-
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
2132
|
-
} & {
|
|
2133
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2134
|
-
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
2135
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
2136
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
2137
|
-
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
2138
|
-
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
2139
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2140
|
-
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
2141
|
-
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
2142
|
-
} & {
|
|
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"]>;
|
|
2144
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
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";
|
|
2146
|
-
direction?: "asc" | "desc" | undefined;
|
|
2147
|
-
nulls?: "first" | "last" | undefined;
|
|
2148
|
-
}, {
|
|
2149
|
-
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";
|
|
2150
|
-
direction?: "asc" | "desc" | undefined;
|
|
2151
|
-
nulls?: "first" | "last" | undefined;
|
|
2152
|
-
}>, "many">>>;
|
|
2153
|
-
select: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<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", "from_wallet_foreign", "to_wallet_foreign", "token_foreign", "transfer_group_identifier", "reverses_identifier"]>, "many">>>;
|
|
2154
|
-
deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<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", "from_wallet_foreign", "to_wallet_foreign", "token_foreign", "transfer_group_identifier", "reverses_identifier"]>, "many">>>;
|
|
2155
|
-
return_running_balance: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2156
|
-
return_signed_amount: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2157
|
-
return_running_balance_for_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2158
|
-
foreign: string;
|
|
2159
|
-
}, string | number>>;
|
|
2160
|
-
return_signed_amount_for_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2161
|
-
foreign: string;
|
|
2162
|
-
}, string | number>>;
|
|
2163
|
-
order_by: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2164
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2165
|
-
offset?: number | undefined;
|
|
2166
|
-
tracking_id?: string | undefined;
|
|
2167
|
-
transaction_id?: string | undefined;
|
|
2168
|
-
limit?: number | undefined;
|
|
2169
|
-
return_metadata_total?: boolean | undefined;
|
|
2170
|
-
order?: {
|
|
2171
|
-
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";
|
|
2172
|
-
direction?: "asc" | "desc" | undefined;
|
|
2173
|
-
nulls?: "first" | "last" | undefined;
|
|
2174
|
-
}[] | undefined;
|
|
2175
|
-
select?: ("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" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
2176
|
-
deselect?: ("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" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
2177
|
-
order_by?: string | undefined;
|
|
2178
|
-
return_running_balance_for_wallet?: {
|
|
2179
|
-
foreign: string;
|
|
2180
|
-
} | undefined;
|
|
2181
|
-
return_signed_amount_for_wallet?: {
|
|
2182
|
-
foreign: string;
|
|
2183
|
-
} | undefined;
|
|
2184
|
-
return_running_balance?: boolean | undefined;
|
|
2185
|
-
return_signed_amount?: boolean | undefined;
|
|
2186
|
-
}, {
|
|
2187
|
-
offset?: number | undefined;
|
|
2188
|
-
tracking_id?: string | undefined;
|
|
2189
|
-
transaction_id?: string | undefined;
|
|
2190
|
-
limit?: number | undefined;
|
|
2191
|
-
return_metadata_total?: boolean | undefined;
|
|
2192
|
-
order?: {
|
|
2193
|
-
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";
|
|
2194
|
-
direction?: "asc" | "desc" | undefined;
|
|
2195
|
-
nulls?: "first" | "last" | undefined;
|
|
2196
|
-
}[] | undefined;
|
|
2197
|
-
select?: ("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" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
2198
|
-
deselect?: ("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" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
2199
|
-
order_by?: string | undefined;
|
|
2200
|
-
return_running_balance_for_wallet?: string | number | undefined;
|
|
2201
|
-
return_signed_amount_for_wallet?: string | number | undefined;
|
|
2202
|
-
return_running_balance?: boolean | undefined;
|
|
2203
|
-
return_signed_amount?: boolean | undefined;
|
|
2204
|
-
}>>;
|
|
2205
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2206
|
-
options?: {
|
|
2207
|
-
offset?: number | undefined;
|
|
2208
|
-
tracking_id?: string | undefined;
|
|
2209
|
-
transaction_id?: string | undefined;
|
|
2210
|
-
limit?: number | undefined;
|
|
2211
|
-
return_metadata_total?: boolean | undefined;
|
|
2212
|
-
order?: {
|
|
2213
|
-
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";
|
|
2214
|
-
direction?: "asc" | "desc" | undefined;
|
|
2215
|
-
nulls?: "first" | "last" | undefined;
|
|
2216
|
-
}[] | undefined;
|
|
2217
|
-
select?: ("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" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
2218
|
-
deselect?: ("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" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
2219
|
-
order_by?: string | undefined;
|
|
2220
|
-
return_running_balance_for_wallet?: {
|
|
2221
|
-
foreign: string;
|
|
2222
|
-
} | undefined;
|
|
2223
|
-
return_signed_amount_for_wallet?: {
|
|
2224
|
-
foreign: string;
|
|
2225
|
-
} | undefined;
|
|
2226
|
-
return_running_balance?: boolean | undefined;
|
|
2227
|
-
return_signed_amount?: boolean | undefined;
|
|
2228
|
-
} | undefined;
|
|
2229
|
-
type?: "transfer" | "deposit" | "withdrawal" | undefined;
|
|
2230
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
2231
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
2232
|
-
token?: {
|
|
2233
|
-
foreign: string;
|
|
2234
|
-
} | undefined;
|
|
2235
|
-
wallet?: {
|
|
2236
|
-
foreign: string;
|
|
2237
|
-
} | undefined;
|
|
2238
|
-
transfer_group?: {
|
|
2239
|
-
foreign: string;
|
|
2240
|
-
} | undefined;
|
|
2241
|
-
from_wallet?: {
|
|
2242
|
-
foreign: string;
|
|
2243
|
-
} | undefined;
|
|
2244
|
-
to_wallet?: {
|
|
2245
|
-
foreign: string;
|
|
2246
|
-
} | undefined;
|
|
2247
|
-
}, {
|
|
2248
|
-
options?: {
|
|
2249
|
-
offset?: number | undefined;
|
|
2250
|
-
tracking_id?: string | undefined;
|
|
2251
|
-
transaction_id?: string | undefined;
|
|
2252
|
-
limit?: number | undefined;
|
|
2253
|
-
return_metadata_total?: boolean | undefined;
|
|
2254
|
-
order?: {
|
|
2255
|
-
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";
|
|
2256
|
-
direction?: "asc" | "desc" | undefined;
|
|
2257
|
-
nulls?: "first" | "last" | undefined;
|
|
2258
|
-
}[] | undefined;
|
|
2259
|
-
select?: ("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" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
2260
|
-
deselect?: ("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" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
2261
|
-
order_by?: string | undefined;
|
|
2262
|
-
return_running_balance_for_wallet?: string | number | undefined;
|
|
2263
|
-
return_signed_amount_for_wallet?: string | number | undefined;
|
|
2264
|
-
return_running_balance?: boolean | undefined;
|
|
2265
|
-
return_signed_amount?: boolean | undefined;
|
|
2266
|
-
} | undefined;
|
|
2267
|
-
type?: "transfer" | "deposit" | "withdrawal" | undefined;
|
|
2268
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
2269
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
2270
|
-
token?: string | number | undefined;
|
|
2271
|
-
wallet?: string | number | undefined;
|
|
2272
|
-
transfer_group?: string | number | undefined;
|
|
2273
|
-
from_wallet?: string | number | undefined;
|
|
2274
|
-
to_wallet?: string | number | undefined;
|
|
2275
|
-
}>>;
|
|
2276
|
-
findWallets: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2277
|
-
foreign: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>;
|
|
2278
|
-
name: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>;
|
|
2279
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["token", "house", "regular"]>>;
|
|
2280
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["active", "disabled"]>>;
|
|
2281
|
-
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
2282
|
-
} & {
|
|
2283
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2284
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
2285
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
2286
|
-
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
2287
|
-
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
2288
|
-
return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
2289
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2290
|
-
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
2291
|
-
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
2292
|
-
} & {
|
|
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"]>;
|
|
2294
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
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";
|
|
2296
|
-
direction?: "asc" | "desc" | undefined;
|
|
2297
|
-
nulls?: "first" | "last" | undefined;
|
|
2298
|
-
}, {
|
|
2299
|
-
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";
|
|
2300
|
-
direction?: "asc" | "desc" | undefined;
|
|
2301
|
-
nulls?: "first" | "last" | undefined;
|
|
2302
|
-
}>, "many">>>;
|
|
2303
|
-
select: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<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"]>, "many">>>;
|
|
2304
|
-
deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<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"]>, "many">>>;
|
|
2305
|
-
order_by: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2306
|
-
include_balance_for_token: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2307
|
-
foreign: string;
|
|
2308
|
-
}, string | number>>;
|
|
2309
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2310
|
-
offset?: number | undefined;
|
|
2311
|
-
tracking_id?: string | undefined;
|
|
2312
|
-
transaction_id?: string | undefined;
|
|
2313
|
-
limit?: number | undefined;
|
|
2314
|
-
return_metadata_total?: boolean | undefined;
|
|
2315
|
-
order?: {
|
|
2316
|
-
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";
|
|
2317
|
-
direction?: "asc" | "desc" | undefined;
|
|
2318
|
-
nulls?: "first" | "last" | undefined;
|
|
2319
|
-
}[] | undefined;
|
|
2320
|
-
select?: ("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")[] | undefined;
|
|
2321
|
-
deselect?: ("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")[] | undefined;
|
|
2322
|
-
order_by?: string | undefined;
|
|
2323
|
-
include_balance_for_token?: {
|
|
2324
|
-
foreign: string;
|
|
2325
|
-
} | undefined;
|
|
2326
|
-
}, {
|
|
2327
|
-
offset?: number | undefined;
|
|
2328
|
-
tracking_id?: string | undefined;
|
|
2329
|
-
transaction_id?: string | undefined;
|
|
2330
|
-
limit?: number | undefined;
|
|
2331
|
-
return_metadata_total?: boolean | undefined;
|
|
2332
|
-
order?: {
|
|
2333
|
-
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";
|
|
2334
|
-
direction?: "asc" | "desc" | undefined;
|
|
2335
|
-
nulls?: "first" | "last" | undefined;
|
|
2336
|
-
}[] | undefined;
|
|
2337
|
-
select?: ("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")[] | undefined;
|
|
2338
|
-
deselect?: ("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")[] | undefined;
|
|
2339
|
-
order_by?: string | undefined;
|
|
2340
|
-
include_balance_for_token?: string | number | undefined;
|
|
2341
|
-
}>>;
|
|
2342
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2343
|
-
options?: {
|
|
2344
|
-
offset?: number | undefined;
|
|
2345
|
-
tracking_id?: string | undefined;
|
|
2346
|
-
transaction_id?: string | undefined;
|
|
2347
|
-
limit?: number | undefined;
|
|
2348
|
-
return_metadata_total?: boolean | undefined;
|
|
2349
|
-
order?: {
|
|
2350
|
-
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";
|
|
2351
|
-
direction?: "asc" | "desc" | undefined;
|
|
2352
|
-
nulls?: "first" | "last" | undefined;
|
|
2353
|
-
}[] | undefined;
|
|
2354
|
-
select?: ("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")[] | undefined;
|
|
2355
|
-
deselect?: ("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")[] | undefined;
|
|
2356
|
-
order_by?: string | undefined;
|
|
2357
|
-
include_balance_for_token?: {
|
|
2358
|
-
foreign: string;
|
|
2359
|
-
} | undefined;
|
|
2360
|
-
} | undefined;
|
|
2361
|
-
type?: "token" | "house" | "regular" | undefined;
|
|
2362
|
-
status?: "active" | "disabled" | undefined;
|
|
2363
|
-
foreign?: string | undefined;
|
|
2364
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
2365
|
-
name?: string | undefined;
|
|
2366
|
-
}, {
|
|
2367
|
-
options?: {
|
|
2368
|
-
offset?: number | undefined;
|
|
2369
|
-
tracking_id?: string | undefined;
|
|
2370
|
-
transaction_id?: string | undefined;
|
|
2371
|
-
limit?: number | undefined;
|
|
2372
|
-
return_metadata_total?: boolean | undefined;
|
|
2373
|
-
order?: {
|
|
2374
|
-
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";
|
|
2375
|
-
direction?: "asc" | "desc" | undefined;
|
|
2376
|
-
nulls?: "first" | "last" | undefined;
|
|
2377
|
-
}[] | undefined;
|
|
2378
|
-
select?: ("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")[] | undefined;
|
|
2379
|
-
deselect?: ("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")[] | undefined;
|
|
2380
|
-
order_by?: string | undefined;
|
|
2381
|
-
include_balance_for_token?: string | number | undefined;
|
|
2382
|
-
} | undefined;
|
|
2383
|
-
type?: "token" | "house" | "regular" | undefined;
|
|
2384
|
-
status?: "active" | "disabled" | undefined;
|
|
2385
|
-
foreign?: string | number | undefined;
|
|
2386
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
2387
|
-
name?: string | number | undefined;
|
|
2388
|
-
}>>;
|
|
2389
|
-
getBalance: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2390
|
-
datetime: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
2391
|
-
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
2392
|
-
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
2393
|
-
} & {
|
|
2394
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2395
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2396
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2397
|
-
ignore_cache: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2398
|
-
create_wallet_if_not_exists: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2399
|
-
create_token_if_not_exists: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2400
|
-
create_if_not_exists: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2401
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2402
|
-
tracking_id?: string | undefined;
|
|
2403
|
-
transaction_id?: string | undefined;
|
|
2404
|
-
ignore_cache?: boolean | undefined;
|
|
2405
|
-
create_if_not_exists?: boolean | undefined;
|
|
2406
|
-
create_wallet_if_not_exists?: boolean | undefined;
|
|
2407
|
-
create_token_if_not_exists?: boolean | undefined;
|
|
2408
|
-
}, {
|
|
2409
|
-
tracking_id?: string | undefined;
|
|
2410
|
-
transaction_id?: string | undefined;
|
|
2411
|
-
ignore_cache?: boolean | undefined;
|
|
2412
|
-
create_if_not_exists?: boolean | undefined;
|
|
2413
|
-
create_wallet_if_not_exists?: boolean | undefined;
|
|
2414
|
-
create_token_if_not_exists?: boolean | undefined;
|
|
2415
|
-
}>>;
|
|
2416
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2417
|
-
wallet: string | number;
|
|
2418
|
-
options?: {
|
|
2419
|
-
tracking_id?: string | undefined;
|
|
2420
|
-
transaction_id?: string | undefined;
|
|
2421
|
-
ignore_cache?: boolean | undefined;
|
|
2422
|
-
create_if_not_exists?: boolean | undefined;
|
|
2423
|
-
create_wallet_if_not_exists?: boolean | undefined;
|
|
2424
|
-
create_token_if_not_exists?: boolean | undefined;
|
|
2425
|
-
} | undefined;
|
|
2426
|
-
datetime?: string | undefined;
|
|
2427
|
-
token?: string | number | undefined;
|
|
2428
|
-
}, {
|
|
2429
|
-
wallet: string | number;
|
|
2430
|
-
options?: {
|
|
2431
|
-
tracking_id?: string | undefined;
|
|
2432
|
-
transaction_id?: string | undefined;
|
|
2433
|
-
ignore_cache?: boolean | undefined;
|
|
2434
|
-
create_if_not_exists?: boolean | undefined;
|
|
2435
|
-
create_wallet_if_not_exists?: boolean | undefined;
|
|
2436
|
-
create_token_if_not_exists?: boolean | undefined;
|
|
2437
|
-
} | undefined;
|
|
2438
|
-
datetime?: string | undefined;
|
|
2439
|
-
token?: string | number | undefined;
|
|
2440
|
-
}>>;
|
|
2441
|
-
getBalanceHistory: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2442
|
-
datetime: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
2443
|
-
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
2444
|
-
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
2445
|
-
} & {
|
|
2446
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2447
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2448
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2449
|
-
limit: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
2450
|
-
offset: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
2451
|
-
return_metadata_total: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2452
|
-
create_wallet_if_not_exists: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2453
|
-
create_token_if_not_exists: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2454
|
-
order: import("zod").ZodOptional<import("zod").ZodEnum<["asc", "desc"]>>;
|
|
2455
|
-
select: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["status", "updated_at", "token_id", "amount", "token_foreign", "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", "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"]>, "many">>;
|
|
2456
|
-
return_all_intervals: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2457
|
-
start_time: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
2458
|
-
end_time: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
2459
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2460
|
-
start_time?: string | undefined;
|
|
2461
|
-
end_time?: string | undefined;
|
|
2462
|
-
}, {
|
|
2463
|
-
start_time?: string | undefined;
|
|
2464
|
-
end_time?: string | undefined;
|
|
2465
|
-
}>>;
|
|
2466
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2467
|
-
offset?: number | undefined;
|
|
2468
|
-
tracking_id?: string | undefined;
|
|
2469
|
-
transaction_id?: string | undefined;
|
|
2470
|
-
limit?: number | undefined;
|
|
2471
|
-
return_metadata_total?: boolean | undefined;
|
|
2472
|
-
order?: "asc" | "desc" | undefined;
|
|
2473
|
-
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;
|
|
2474
|
-
return_all_intervals?: {
|
|
2475
|
-
start_time?: string | undefined;
|
|
2476
|
-
end_time?: string | undefined;
|
|
2477
|
-
} | undefined;
|
|
2478
|
-
create_wallet_if_not_exists?: boolean | undefined;
|
|
2479
|
-
create_token_if_not_exists?: boolean | undefined;
|
|
2480
|
-
}, {
|
|
2481
|
-
offset?: number | undefined;
|
|
2482
|
-
tracking_id?: string | undefined;
|
|
2483
|
-
transaction_id?: string | undefined;
|
|
2484
|
-
limit?: number | undefined;
|
|
2485
|
-
return_metadata_total?: boolean | undefined;
|
|
2486
|
-
order?: "asc" | "desc" | undefined;
|
|
2487
|
-
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;
|
|
2488
|
-
return_all_intervals?: {
|
|
2489
|
-
start_time?: string | undefined;
|
|
2490
|
-
end_time?: string | undefined;
|
|
2491
|
-
} | undefined;
|
|
2492
|
-
create_wallet_if_not_exists?: boolean | undefined;
|
|
2493
|
-
create_token_if_not_exists?: boolean | undefined;
|
|
2494
|
-
}>>;
|
|
2495
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2496
|
-
wallet: string | number;
|
|
2497
|
-
options?: {
|
|
2498
|
-
offset?: number | undefined;
|
|
2499
|
-
tracking_id?: string | undefined;
|
|
2500
|
-
transaction_id?: string | undefined;
|
|
2501
|
-
limit?: number | undefined;
|
|
2502
|
-
return_metadata_total?: boolean | undefined;
|
|
2503
|
-
order?: "asc" | "desc" | undefined;
|
|
2504
|
-
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;
|
|
2505
|
-
return_all_intervals?: {
|
|
2506
|
-
start_time?: string | undefined;
|
|
2507
|
-
end_time?: string | undefined;
|
|
2508
|
-
} | undefined;
|
|
2509
|
-
create_wallet_if_not_exists?: boolean | undefined;
|
|
2510
|
-
create_token_if_not_exists?: boolean | undefined;
|
|
2511
|
-
} | undefined;
|
|
2512
|
-
datetime?: string | undefined;
|
|
2513
|
-
token?: string | number | undefined;
|
|
2514
|
-
}, {
|
|
2515
|
-
wallet: string | number;
|
|
2516
|
-
options?: {
|
|
2517
|
-
offset?: number | undefined;
|
|
2518
|
-
tracking_id?: string | undefined;
|
|
2519
|
-
transaction_id?: string | undefined;
|
|
2520
|
-
limit?: number | undefined;
|
|
2521
|
-
return_metadata_total?: boolean | undefined;
|
|
2522
|
-
order?: "asc" | "desc" | undefined;
|
|
2523
|
-
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;
|
|
2524
|
-
return_all_intervals?: {
|
|
2525
|
-
start_time?: string | undefined;
|
|
2526
|
-
end_time?: string | undefined;
|
|
2527
|
-
} | undefined;
|
|
2528
|
-
create_wallet_if_not_exists?: boolean | undefined;
|
|
2529
|
-
create_token_if_not_exists?: boolean | undefined;
|
|
2530
|
-
} | undefined;
|
|
2531
|
-
datetime?: string | undefined;
|
|
2532
|
-
token?: string | number | undefined;
|
|
2533
|
-
}>>;
|
|
2534
|
-
getExport: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2535
|
-
identifier: import("zod").ZodString;
|
|
2536
|
-
} & {
|
|
2537
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2538
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2539
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2540
|
-
return_signed_url: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2541
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2542
|
-
tracking_id?: string | undefined;
|
|
2543
|
-
transaction_id?: string | undefined;
|
|
2544
|
-
return_signed_url?: boolean | undefined;
|
|
2545
|
-
}, {
|
|
2546
|
-
tracking_id?: string | undefined;
|
|
2547
|
-
transaction_id?: string | undefined;
|
|
2548
|
-
return_signed_url?: boolean | undefined;
|
|
2549
|
-
}>>;
|
|
2550
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2551
|
-
identifier: string;
|
|
2552
|
-
options?: {
|
|
2553
|
-
tracking_id?: string | undefined;
|
|
2554
|
-
transaction_id?: string | undefined;
|
|
2555
|
-
return_signed_url?: boolean | undefined;
|
|
2556
|
-
} | undefined;
|
|
2557
|
-
}, {
|
|
2558
|
-
identifier: string;
|
|
2559
|
-
options?: {
|
|
2560
|
-
tracking_id?: string | undefined;
|
|
2561
|
-
transaction_id?: string | undefined;
|
|
2562
|
-
return_signed_url?: boolean | undefined;
|
|
2563
|
-
} | undefined;
|
|
2564
|
-
}>>;
|
|
2565
|
-
getFlags: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2566
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2567
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2568
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2569
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2570
|
-
tracking_id?: string | undefined;
|
|
2571
|
-
transaction_id?: string | undefined;
|
|
2572
|
-
}, {
|
|
2573
|
-
tracking_id?: string | undefined;
|
|
2574
|
-
transaction_id?: string | undefined;
|
|
2575
|
-
}>>;
|
|
2576
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2577
|
-
options?: {
|
|
2578
|
-
tracking_id?: string | undefined;
|
|
2579
|
-
transaction_id?: string | undefined;
|
|
2580
|
-
} | undefined;
|
|
2581
|
-
}, {
|
|
2582
|
-
options?: {
|
|
2583
|
-
tracking_id?: string | undefined;
|
|
2584
|
-
transaction_id?: string | undefined;
|
|
2585
|
-
} | undefined;
|
|
2586
|
-
}>>;
|
|
2587
|
-
getStatistics: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2588
|
-
options: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2589
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2590
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2591
|
-
tracking_id?: string | undefined;
|
|
2592
|
-
}, {
|
|
2593
|
-
tracking_id?: string | undefined;
|
|
2594
|
-
}>>>;
|
|
2595
|
-
filter: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2596
|
-
start_time: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
2597
|
-
end_time: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
2598
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2599
|
-
start_time?: string | undefined;
|
|
2600
|
-
end_time?: string | undefined;
|
|
2601
|
-
}, {
|
|
2602
|
-
start_time?: string | undefined;
|
|
2603
|
-
end_time?: string | undefined;
|
|
2604
|
-
}>>;
|
|
2605
|
-
group: import("zod").ZodOptional<import("zod").ZodEnum<["year", "month", "week", "day", "hour", "minute"]>>;
|
|
2606
|
-
timezone: import("zod").ZodOptional<import("zod").ZodEnum<["Africa/Abidjan", "Africa/Accra", "Africa/Addis_Ababa", "Africa/Algiers", "Africa/Asmara", "Africa/Asmera", "Africa/Bamako", "Africa/Bangui", "Africa/Banjul", "Africa/Bissau", "Africa/Blantyre", "Africa/Brazzaville", "Africa/Bujumbura", "Africa/Cairo", "Africa/Casablanca", "Africa/Ceuta", "Africa/Conakry", "Africa/Dakar", "Africa/Dar_es_Salaam", "Africa/Djibouti", "Africa/Douala", "Africa/El_Aaiun", "Africa/Freetown", "Africa/Gaborone", "Africa/Harare", "Africa/Johannesburg", "Africa/Juba", "Africa/Kampala", "Africa/Khartoum", "Africa/Kigali", "Africa/Kinshasa", "Africa/Lagos", "Africa/Libreville", "Africa/Lome", "Africa/Luanda", "Africa/Lubumbashi", "Africa/Lusaka", "Africa/Malabo", "Africa/Maputo", "Africa/Maseru", "Africa/Mbabane", "Africa/Mogadishu", "Africa/Monrovia", "Africa/Nairobi", "Africa/Ndjamena", "Africa/Niamey", "Africa/Nouakchott", "Africa/Ouagadougou", "Africa/Porto-Novo", "Africa/Sao_Tome", "Africa/Timbuktu", "Africa/Tripoli", "Africa/Tunis", "Africa/Windhoek", "America/Adak", "America/Anchorage", "America/Anguilla", "America/Antigua", "America/Araguaina", "America/Argentina/Buenos_Aires", "America/Argentina/Catamarca", "America/Argentina/ComodRivadavia", "America/Argentina/Cordoba", "America/Argentina/Jujuy", "America/Argentina/La_Rioja", "America/Argentina/Mendoza", "America/Argentina/Rio_Gallegos", "America/Argentina/Salta", "America/Argentina/San_Juan", "America/Argentina/San_Luis", "America/Argentina/Tucuman", "America/Argentina/Ushuaia", "America/Aruba", "America/Asuncion", "America/Atikokan", "America/Atka", "America/Bahia", "America/Bahia_Banderas", "America/Barbados", "America/Belem", "America/Belize", "America/Blanc-Sablon", "America/Boa_Vista", "America/Bogota", "America/Boise", "America/Buenos_Aires", "America/Cambridge_Bay", "America/Campo_Grande", "America/Cancun", "America/Caracas", "America/Catamarca", "America/Cayenne", "America/Cayman", "America/Chicago", "America/Chihuahua", "America/Ciudad_Juarez", "America/Coral_Harbour", "America/Cordoba", "America/Costa_Rica", "America/Creston", "America/Cuiaba", "America/Curacao", "America/Danmarkshavn", "America/Dawson", "America/Dawson_Creek", "America/Denver", "America/Detroit", "America/Dominica", "America/Edmonton", "America/Eirunepe", "America/El_Salvador", "America/Ensenada", "America/Fort_Nelson", "America/Fort_Wayne", "America/Fortaleza", "America/Glace_Bay", "America/Godthab", "America/Goose_Bay", "America/Grand_Turk", "America/Grenada", "America/Guadeloupe", "America/Guatemala", "America/Guayaquil", "America/Guyana", "America/Halifax", "America/Havana", "America/Hermosillo", "America/Indiana/Indianapolis", "America/Indiana/Knox", "America/Indiana/Marengo", "America/Indiana/Petersburg", "America/Indiana/Tell_City", "America/Indiana/Vevay", "America/Indiana/Vincennes", "America/Indiana/Winamac", "America/Indianapolis", "America/Inuvik", "America/Iqaluit", "America/Jamaica", "America/Jujuy", "America/Juneau", "America/Kentucky/Louisville", "America/Kentucky/Monticello", "America/Knox_IN", "America/Kralendijk", "America/La_Paz", "America/Lima", "America/Los_Angeles", "America/Louisville", "America/Lower_Princes", "America/Maceio", "America/Managua", "America/Manaus", "America/Marigot", "America/Martinique", "America/Matamoros", "America/Mazatlan", "America/Mendoza", "America/Menominee", "America/Merida", "America/Metlakatla", "America/Mexico_City", "America/Miquelon", "America/Moncton", "America/Monterrey", "America/Montevideo", "America/Montreal", "America/Montserrat", "America/Nassau", "America/New_York", "America/Nipigon", "America/Nome", "America/Noronha", "America/North_Dakota/Beulah", "America/North_Dakota/Center", "America/North_Dakota/New_Salem", "America/Nuuk", "America/Ojinaga", "America/Panama", "America/Pangnirtung", "America/Paramaribo", "America/Phoenix", "America/Port-au-Prince", "America/Port_of_Spain", "America/Porto_Acre", "America/Porto_Velho", "America/Puerto_Rico", "America/Punta_Arenas", "America/Rainy_River", "America/Rankin_Inlet", "America/Recife", "America/Regina", "America/Resolute", "America/Rio_Branco", "America/Rosario", "America/Santa_Isabel", "America/Santarem", "America/Santiago", "America/Santo_Domingo", "America/Sao_Paulo", "America/Scoresbysund", "America/Shiprock", "America/Sitka", "America/St_Barthelemy", "America/St_Johns", "America/St_Kitts", "America/St_Lucia", "America/St_Thomas", "America/St_Vincent", "America/Swift_Current", "America/Tegucigalpa", "America/Thule", "America/Thunder_Bay", "America/Tijuana", "America/Toronto", "America/Tortola", "America/Vancouver", "America/Virgin", "America/Whitehorse", "America/Winnipeg", "America/Yakutat", "America/Yellowknife", "Antarctica/Casey", "Antarctica/Davis", "Antarctica/DumontDUrville", "Antarctica/Macquarie", "Antarctica/Mawson", "Antarctica/McMurdo", "Antarctica/Palmer", "Antarctica/Rothera", "Antarctica/South_Pole", "Antarctica/Syowa", "Antarctica/Troll", "Antarctica/Vostok", "Arctic/Longyearbyen", "Asia/Aden", "Asia/Almaty", "Asia/Amman", "Asia/Anadyr", "Asia/Aqtau", "Asia/Aqtobe", "Asia/Ashgabat", "Asia/Ashkhabad", "Asia/Atyrau", "Asia/Baghdad", "Asia/Bahrain", "Asia/Baku", "Asia/Bangkok", "Asia/Barnaul", "Asia/Beirut", "Asia/Bishkek", "Asia/Brunei", "Asia/Calcutta", "Asia/Chita", "Asia/Choibalsan", "Asia/Chongqing", "Asia/Chungking", "Asia/Colombo", "Asia/Dacca", "Asia/Damascus", "Asia/Dhaka", "Asia/Dili", "Asia/Dubai", "Asia/Dushanbe", "Asia/Famagusta", "Asia/Gaza", "Asia/Harbin", "Asia/Hebron", "Asia/Ho_Chi_Minh", "Asia/Hong_Kong", "Asia/Hovd", "Asia/Irkutsk", "Asia/Istanbul", "Asia/Jakarta", "Asia/Jayapura", "Asia/Jerusalem", "Asia/Kabul", "Asia/Kamchatka", "Asia/Karachi", "Asia/Kashgar", "Asia/Kathmandu", "Asia/Katmandu", "Asia/Khandyga", "Asia/Kolkata", "Asia/Krasnoyarsk", "Asia/Kuala_Lumpur", "Asia/Kuching", "Asia/Kuwait", "Asia/Macao", "Asia/Macau", "Asia/Magadan", "Asia/Makassar", "Asia/Manila", "Asia/Muscat", "Asia/Nicosia", "Asia/Novokuznetsk", "Asia/Novosibirsk", "Asia/Omsk", "Asia/Oral", "Asia/Phnom_Penh", "Asia/Pontianak", "Asia/Pyongyang", "Asia/Qatar", "Asia/Qostanay", "Asia/Qyzylorda", "Asia/Rangoon", "Asia/Riyadh", "Asia/Saigon", "Asia/Sakhalin", "Asia/Samarkand", "Asia/Seoul", "Asia/Shanghai", "Asia/Singapore", "Asia/Srednekolymsk", "Asia/Taipei", "Asia/Tashkent", "Asia/Tbilisi", "Asia/Tehran", "Asia/Tel_Aviv", "Asia/Thimbu", "Asia/Thimphu", "Asia/Tokyo", "Asia/Tomsk", "Asia/Ujung_Pandang", "Asia/Ulaanbaatar", "Asia/Ulan_Bator", "Asia/Urumqi", "Asia/Ust-Nera", "Asia/Vientiane", "Asia/Vladivostok", "Asia/Yakutsk", "Asia/Yangon", "Asia/Yekaterinburg", "Asia/Yerevan", "Atlantic/Azores", "Atlantic/Bermuda", "Atlantic/Canary", "Atlantic/Cape_Verde", "Atlantic/Faeroe", "Atlantic/Faroe", "Atlantic/Jan_Mayen", "Atlantic/Madeira", "Atlantic/Reykjavik", "Atlantic/South_Georgia", "Atlantic/St_Helena", "Atlantic/Stanley", "Australia/ACT", "Australia/Adelaide", "Australia/Brisbane", "Australia/Broken_Hill", "Australia/Canberra", "Australia/Currie", "Australia/Darwin", "Australia/Eucla", "Australia/Hobart", "Australia/LHI", "Australia/Lindeman", "Australia/Lord_Howe", "Australia/Melbourne", "Australia/NSW", "Australia/North", "Australia/Perth", "Australia/Queensland", "Australia/South", "Australia/Sydney", "Australia/Tasmania", "Australia/Victoria", "Australia/West", "Australia/Yancowinna", "Brazil/Acre", "Brazil/DeNoronha", "Brazil/East", "Brazil/West", "CET", "CST6CDT", "Canada/Atlantic", "Canada/Central", "Canada/Eastern", "Canada/Mountain", "Canada/Newfoundland", "Canada/Pacific", "Canada/Saskatchewan", "Canada/Yukon", "Chile/Continental", "Chile/EasterIsland", "Cuba", "EET", "EST", "EST5EDT", "Egypt", "Eire", "Etc/GMT", "Etc/GMT+0", "Etc/GMT+1", "Etc/GMT+10", "Etc/GMT+11", "Etc/GMT+12", "Etc/GMT+2", "Etc/GMT+3", "Etc/GMT+4", "Etc/GMT+5", "Etc/GMT+6", "Etc/GMT+7", "Etc/GMT+8", "Etc/GMT+9", "Etc/GMT-0", "Etc/GMT-1", "Etc/GMT-10", "Etc/GMT-11", "Etc/GMT-12", "Etc/GMT-13", "Etc/GMT-14", "Etc/GMT-2", "Etc/GMT-3", "Etc/GMT-4", "Etc/GMT-5", "Etc/GMT-6", "Etc/GMT-7", "Etc/GMT-8", "Etc/GMT-9", "Etc/GMT0", "Etc/Greenwich", "Etc/UCT", "Etc/UTC", "Etc/Universal", "Etc/Zulu", "Europe/Amsterdam", "Europe/Andorra", "Europe/Astrakhan", "Europe/Athens", "Europe/Belfast", "Europe/Belgrade", "Europe/Berlin", "Europe/Bratislava", "Europe/Brussels", "Europe/Bucharest", "Europe/Budapest", "Europe/Busingen", "Europe/Chisinau", "Europe/Copenhagen", "Europe/Dublin", "Europe/Gibraltar", "Europe/Guernsey", "Europe/Helsinki", "Europe/Isle_of_Man", "Europe/Istanbul", "Europe/Jersey", "Europe/Kaliningrad", "Europe/Kiev", "Europe/Kirov", "Europe/Kyiv", "Europe/Lisbon", "Europe/Ljubljana", "Europe/London", "Europe/Luxembourg", "Europe/Madrid", "Europe/Malta", "Europe/Mariehamn", "Europe/Minsk", "Europe/Monaco", "Europe/Moscow", "Europe/Nicosia", "Europe/Oslo", "Europe/Paris", "Europe/Podgorica", "Europe/Prague", "Europe/Riga", "Europe/Rome", "Europe/Samara", "Europe/San_Marino", "Europe/Sarajevo", "Europe/Saratov", "Europe/Simferopol", "Europe/Skopje", "Europe/Sofia", "Europe/Stockholm", "Europe/Tallinn", "Europe/Tirane", "Europe/Tiraspol", "Europe/Ulyanovsk", "Europe/Uzhgorod", "Europe/Vaduz", "Europe/Vatican", "Europe/Vienna", "Europe/Vilnius", "Europe/Volgograd", "Europe/Warsaw", "Europe/Zagreb", "Europe/Zaporozhye", "Europe/Zurich", "Factory", "GB", "GB-Eire", "GMT", "GMT+0", "GMT-0", "GMT0", "Greenwich", "HST", "Hongkong", "Iceland", "Indian/Antananarivo", "Indian/Chagos", "Indian/Christmas", "Indian/Cocos", "Indian/Comoro", "Indian/Kerguelen", "Indian/Mahe", "Indian/Maldives", "Indian/Mauritius", "Indian/Mayotte", "Indian/Reunion", "Iran", "Israel", "Jamaica", "Japan", "Kwajalein", "Libya", "MET", "MST", "MST7MDT", "Mexico/BajaNorte", "Mexico/BajaSur", "Mexico/General", "NZ", "NZ-CHAT", "Navajo", "PRC", "PST8PDT", "Pacific/Apia", "Pacific/Auckland", "Pacific/Bougainville", "Pacific/Chatham", "Pacific/Chuuk", "Pacific/Easter", "Pacific/Efate", "Pacific/Enderbury", "Pacific/Fakaofo", "Pacific/Fiji", "Pacific/Funafuti", "Pacific/Galapagos", "Pacific/Gambier", "Pacific/Guadalcanal", "Pacific/Guam", "Pacific/Honolulu", "Pacific/Johnston", "Pacific/Kanton", "Pacific/Kiritimati", "Pacific/Kosrae", "Pacific/Kwajalein", "Pacific/Majuro", "Pacific/Marquesas", "Pacific/Midway", "Pacific/Nauru", "Pacific/Niue", "Pacific/Norfolk", "Pacific/Noumea", "Pacific/Pago_Pago", "Pacific/Palau", "Pacific/Pitcairn", "Pacific/Pohnpei", "Pacific/Ponape", "Pacific/Port_Moresby", "Pacific/Rarotonga", "Pacific/Saipan", "Pacific/Samoa", "Pacific/Tahiti", "Pacific/Tarawa", "Pacific/Tongatapu", "Pacific/Truk", "Pacific/Wake", "Pacific/Wallis", "Pacific/Yap", "Poland", "Portugal", "ROC", "ROK", "Singapore", "Turkey", "UCT", "US/Alaska", "US/Aleutian", "US/Arizona", "US/Central", "US/East-Indiana", "US/Eastern", "US/Hawaii", "US/Indiana-Starke", "US/Michigan", "US/Mountain", "US/Pacific", "US/Samoa", "UTC", "Universal", "W-SU", "WET", "Zulu"]>>;
|
|
2607
|
-
model: import("zod").ZodDefault<import("zod").ZodEnum<["Transfer", "TransferGroup", "Wallet", "Token"]>>;
|
|
2608
|
-
aggregator: import("zod").ZodOptional<import("zod").ZodLiteral<"count">>;
|
|
2609
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2610
|
-
model: "Token" | "TransferGroup" | "Transfer" | "Wallet";
|
|
2611
|
-
options?: {
|
|
2612
|
-
tracking_id?: string | undefined;
|
|
2613
|
-
} | undefined;
|
|
2614
|
-
filter?: {
|
|
2615
|
-
start_time?: string | undefined;
|
|
2616
|
-
end_time?: string | undefined;
|
|
2617
|
-
} | undefined;
|
|
2618
|
-
group?: "year" | "month" | "week" | "day" | "hour" | "minute" | undefined;
|
|
2619
|
-
timezone?: "Africa/Abidjan" | "Africa/Accra" | "Africa/Addis_Ababa" | "Africa/Algiers" | "Africa/Asmara" | "Africa/Asmera" | "Africa/Bamako" | "Africa/Bangui" | "Africa/Banjul" | "Africa/Bissau" | "Africa/Blantyre" | "Africa/Brazzaville" | "Africa/Bujumbura" | "Africa/Cairo" | "Africa/Casablanca" | "Africa/Ceuta" | "Africa/Conakry" | "Africa/Dakar" | "Africa/Dar_es_Salaam" | "Africa/Djibouti" | "Africa/Douala" | "Africa/El_Aaiun" | "Africa/Freetown" | "Africa/Gaborone" | "Africa/Harare" | "Africa/Johannesburg" | "Africa/Juba" | "Africa/Kampala" | "Africa/Khartoum" | "Africa/Kigali" | "Africa/Kinshasa" | "Africa/Lagos" | "Africa/Libreville" | "Africa/Lome" | "Africa/Luanda" | "Africa/Lubumbashi" | "Africa/Lusaka" | "Africa/Malabo" | "Africa/Maputo" | "Africa/Maseru" | "Africa/Mbabane" | "Africa/Mogadishu" | "Africa/Monrovia" | "Africa/Nairobi" | "Africa/Ndjamena" | "Africa/Niamey" | "Africa/Nouakchott" | "Africa/Ouagadougou" | "Africa/Porto-Novo" | "Africa/Sao_Tome" | "Africa/Timbuktu" | "Africa/Tripoli" | "Africa/Tunis" | "Africa/Windhoek" | "America/Adak" | "America/Anchorage" | "America/Anguilla" | "America/Antigua" | "America/Araguaina" | "America/Argentina/Buenos_Aires" | "America/Argentina/Catamarca" | "America/Argentina/ComodRivadavia" | "America/Argentina/Cordoba" | "America/Argentina/Jujuy" | "America/Argentina/La_Rioja" | "America/Argentina/Mendoza" | "America/Argentina/Rio_Gallegos" | "America/Argentina/Salta" | "America/Argentina/San_Juan" | "America/Argentina/San_Luis" | "America/Argentina/Tucuman" | "America/Argentina/Ushuaia" | "America/Aruba" | "America/Asuncion" | "America/Atikokan" | "America/Atka" | "America/Bahia" | "America/Bahia_Banderas" | "America/Barbados" | "America/Belem" | "America/Belize" | "America/Blanc-Sablon" | "America/Boa_Vista" | "America/Bogota" | "America/Boise" | "America/Buenos_Aires" | "America/Cambridge_Bay" | "America/Campo_Grande" | "America/Cancun" | "America/Caracas" | "America/Catamarca" | "America/Cayenne" | "America/Cayman" | "America/Chicago" | "America/Chihuahua" | "America/Ciudad_Juarez" | "America/Coral_Harbour" | "America/Cordoba" | "America/Costa_Rica" | "America/Creston" | "America/Cuiaba" | "America/Curacao" | "America/Danmarkshavn" | "America/Dawson" | "America/Dawson_Creek" | "America/Denver" | "America/Detroit" | "America/Dominica" | "America/Edmonton" | "America/Eirunepe" | "America/El_Salvador" | "America/Ensenada" | "America/Fort_Nelson" | "America/Fort_Wayne" | "America/Fortaleza" | "America/Glace_Bay" | "America/Godthab" | "America/Goose_Bay" | "America/Grand_Turk" | "America/Grenada" | "America/Guadeloupe" | "America/Guatemala" | "America/Guayaquil" | "America/Guyana" | "America/Halifax" | "America/Havana" | "America/Hermosillo" | "America/Indiana/Indianapolis" | "America/Indiana/Knox" | "America/Indiana/Marengo" | "America/Indiana/Petersburg" | "America/Indiana/Tell_City" | "America/Indiana/Vevay" | "America/Indiana/Vincennes" | "America/Indiana/Winamac" | "America/Indianapolis" | "America/Inuvik" | "America/Iqaluit" | "America/Jamaica" | "America/Jujuy" | "America/Juneau" | "America/Kentucky/Louisville" | "America/Kentucky/Monticello" | "America/Knox_IN" | "America/Kralendijk" | "America/La_Paz" | "America/Lima" | "America/Los_Angeles" | "America/Louisville" | "America/Lower_Princes" | "America/Maceio" | "America/Managua" | "America/Manaus" | "America/Marigot" | "America/Martinique" | "America/Matamoros" | "America/Mazatlan" | "America/Mendoza" | "America/Menominee" | "America/Merida" | "America/Metlakatla" | "America/Mexico_City" | "America/Miquelon" | "America/Moncton" | "America/Monterrey" | "America/Montevideo" | "America/Montreal" | "America/Montserrat" | "America/Nassau" | "America/New_York" | "America/Nipigon" | "America/Nome" | "America/Noronha" | "America/North_Dakota/Beulah" | "America/North_Dakota/Center" | "America/North_Dakota/New_Salem" | "America/Nuuk" | "America/Ojinaga" | "America/Panama" | "America/Pangnirtung" | "America/Paramaribo" | "America/Phoenix" | "America/Port-au-Prince" | "America/Port_of_Spain" | "America/Porto_Acre" | "America/Porto_Velho" | "America/Puerto_Rico" | "America/Punta_Arenas" | "America/Rainy_River" | "America/Rankin_Inlet" | "America/Recife" | "America/Regina" | "America/Resolute" | "America/Rio_Branco" | "America/Rosario" | "America/Santa_Isabel" | "America/Santarem" | "America/Santiago" | "America/Santo_Domingo" | "America/Sao_Paulo" | "America/Scoresbysund" | "America/Shiprock" | "America/Sitka" | "America/St_Barthelemy" | "America/St_Johns" | "America/St_Kitts" | "America/St_Lucia" | "America/St_Thomas" | "America/St_Vincent" | "America/Swift_Current" | "America/Tegucigalpa" | "America/Thule" | "America/Thunder_Bay" | "America/Tijuana" | "America/Toronto" | "America/Tortola" | "America/Vancouver" | "America/Virgin" | "America/Whitehorse" | "America/Winnipeg" | "America/Yakutat" | "America/Yellowknife" | "Antarctica/Casey" | "Antarctica/Davis" | "Antarctica/DumontDUrville" | "Antarctica/Macquarie" | "Antarctica/Mawson" | "Antarctica/McMurdo" | "Antarctica/Palmer" | "Antarctica/Rothera" | "Antarctica/South_Pole" | "Antarctica/Syowa" | "Antarctica/Troll" | "Antarctica/Vostok" | "Arctic/Longyearbyen" | "Asia/Aden" | "Asia/Almaty" | "Asia/Amman" | "Asia/Anadyr" | "Asia/Aqtau" | "Asia/Aqtobe" | "Asia/Ashgabat" | "Asia/Ashkhabad" | "Asia/Atyrau" | "Asia/Baghdad" | "Asia/Bahrain" | "Asia/Baku" | "Asia/Bangkok" | "Asia/Barnaul" | "Asia/Beirut" | "Asia/Bishkek" | "Asia/Brunei" | "Asia/Calcutta" | "Asia/Chita" | "Asia/Choibalsan" | "Asia/Chongqing" | "Asia/Chungking" | "Asia/Colombo" | "Asia/Dacca" | "Asia/Damascus" | "Asia/Dhaka" | "Asia/Dili" | "Asia/Dubai" | "Asia/Dushanbe" | "Asia/Famagusta" | "Asia/Gaza" | "Asia/Harbin" | "Asia/Hebron" | "Asia/Ho_Chi_Minh" | "Asia/Hong_Kong" | "Asia/Hovd" | "Asia/Irkutsk" | "Asia/Istanbul" | "Asia/Jakarta" | "Asia/Jayapura" | "Asia/Jerusalem" | "Asia/Kabul" | "Asia/Kamchatka" | "Asia/Karachi" | "Asia/Kashgar" | "Asia/Kathmandu" | "Asia/Katmandu" | "Asia/Khandyga" | "Asia/Kolkata" | "Asia/Krasnoyarsk" | "Asia/Kuala_Lumpur" | "Asia/Kuching" | "Asia/Kuwait" | "Asia/Macao" | "Asia/Macau" | "Asia/Magadan" | "Asia/Makassar" | "Asia/Manila" | "Asia/Muscat" | "Asia/Nicosia" | "Asia/Novokuznetsk" | "Asia/Novosibirsk" | "Asia/Omsk" | "Asia/Oral" | "Asia/Phnom_Penh" | "Asia/Pontianak" | "Asia/Pyongyang" | "Asia/Qatar" | "Asia/Qostanay" | "Asia/Qyzylorda" | "Asia/Rangoon" | "Asia/Riyadh" | "Asia/Saigon" | "Asia/Sakhalin" | "Asia/Samarkand" | "Asia/Seoul" | "Asia/Shanghai" | "Asia/Singapore" | "Asia/Srednekolymsk" | "Asia/Taipei" | "Asia/Tashkent" | "Asia/Tbilisi" | "Asia/Tehran" | "Asia/Tel_Aviv" | "Asia/Thimbu" | "Asia/Thimphu" | "Asia/Tokyo" | "Asia/Tomsk" | "Asia/Ujung_Pandang" | "Asia/Ulaanbaatar" | "Asia/Ulan_Bator" | "Asia/Urumqi" | "Asia/Ust-Nera" | "Asia/Vientiane" | "Asia/Vladivostok" | "Asia/Yakutsk" | "Asia/Yangon" | "Asia/Yekaterinburg" | "Asia/Yerevan" | "Atlantic/Azores" | "Atlantic/Bermuda" | "Atlantic/Canary" | "Atlantic/Cape_Verde" | "Atlantic/Faeroe" | "Atlantic/Faroe" | "Atlantic/Jan_Mayen" | "Atlantic/Madeira" | "Atlantic/Reykjavik" | "Atlantic/South_Georgia" | "Atlantic/St_Helena" | "Atlantic/Stanley" | "Australia/ACT" | "Australia/Adelaide" | "Australia/Brisbane" | "Australia/Broken_Hill" | "Australia/Canberra" | "Australia/Currie" | "Australia/Darwin" | "Australia/Eucla" | "Australia/Hobart" | "Australia/LHI" | "Australia/Lindeman" | "Australia/Lord_Howe" | "Australia/Melbourne" | "Australia/NSW" | "Australia/North" | "Australia/Perth" | "Australia/Queensland" | "Australia/South" | "Australia/Sydney" | "Australia/Tasmania" | "Australia/Victoria" | "Australia/West" | "Australia/Yancowinna" | "Brazil/Acre" | "Brazil/DeNoronha" | "Brazil/East" | "Brazil/West" | "CET" | "CST6CDT" | "Canada/Atlantic" | "Canada/Central" | "Canada/Eastern" | "Canada/Mountain" | "Canada/Newfoundland" | "Canada/Pacific" | "Canada/Saskatchewan" | "Canada/Yukon" | "Chile/Continental" | "Chile/EasterIsland" | "Cuba" | "EET" | "EST" | "EST5EDT" | "Egypt" | "Eire" | "Etc/GMT" | "Etc/GMT+0" | "Etc/GMT+1" | "Etc/GMT+10" | "Etc/GMT+11" | "Etc/GMT+12" | "Etc/GMT+2" | "Etc/GMT+3" | "Etc/GMT+4" | "Etc/GMT+5" | "Etc/GMT+6" | "Etc/GMT+7" | "Etc/GMT+8" | "Etc/GMT+9" | "Etc/GMT-0" | "Etc/GMT-1" | "Etc/GMT-10" | "Etc/GMT-11" | "Etc/GMT-12" | "Etc/GMT-13" | "Etc/GMT-14" | "Etc/GMT-2" | "Etc/GMT-3" | "Etc/GMT-4" | "Etc/GMT-5" | "Etc/GMT-6" | "Etc/GMT-7" | "Etc/GMT-8" | "Etc/GMT-9" | "Etc/GMT0" | "Etc/Greenwich" | "Etc/UCT" | "Etc/UTC" | "Etc/Universal" | "Etc/Zulu" | "Europe/Amsterdam" | "Europe/Andorra" | "Europe/Astrakhan" | "Europe/Athens" | "Europe/Belfast" | "Europe/Belgrade" | "Europe/Berlin" | "Europe/Bratislava" | "Europe/Brussels" | "Europe/Bucharest" | "Europe/Budapest" | "Europe/Busingen" | "Europe/Chisinau" | "Europe/Copenhagen" | "Europe/Dublin" | "Europe/Gibraltar" | "Europe/Guernsey" | "Europe/Helsinki" | "Europe/Isle_of_Man" | "Europe/Istanbul" | "Europe/Jersey" | "Europe/Kaliningrad" | "Europe/Kiev" | "Europe/Kirov" | "Europe/Kyiv" | "Europe/Lisbon" | "Europe/Ljubljana" | "Europe/London" | "Europe/Luxembourg" | "Europe/Madrid" | "Europe/Malta" | "Europe/Mariehamn" | "Europe/Minsk" | "Europe/Monaco" | "Europe/Moscow" | "Europe/Nicosia" | "Europe/Oslo" | "Europe/Paris" | "Europe/Podgorica" | "Europe/Prague" | "Europe/Riga" | "Europe/Rome" | "Europe/Samara" | "Europe/San_Marino" | "Europe/Sarajevo" | "Europe/Saratov" | "Europe/Simferopol" | "Europe/Skopje" | "Europe/Sofia" | "Europe/Stockholm" | "Europe/Tallinn" | "Europe/Tirane" | "Europe/Tiraspol" | "Europe/Ulyanovsk" | "Europe/Uzhgorod" | "Europe/Vaduz" | "Europe/Vatican" | "Europe/Vienna" | "Europe/Vilnius" | "Europe/Volgograd" | "Europe/Warsaw" | "Europe/Zagreb" | "Europe/Zaporozhye" | "Europe/Zurich" | "Factory" | "GB" | "GB-Eire" | "GMT" | "GMT+0" | "GMT-0" | "GMT0" | "Greenwich" | "HST" | "Hongkong" | "Iceland" | "Indian/Antananarivo" | "Indian/Chagos" | "Indian/Christmas" | "Indian/Cocos" | "Indian/Comoro" | "Indian/Kerguelen" | "Indian/Mahe" | "Indian/Maldives" | "Indian/Mauritius" | "Indian/Mayotte" | "Indian/Reunion" | "Iran" | "Israel" | "Jamaica" | "Japan" | "Kwajalein" | "Libya" | "MET" | "MST" | "MST7MDT" | "Mexico/BajaNorte" | "Mexico/BajaSur" | "Mexico/General" | "NZ" | "NZ-CHAT" | "Navajo" | "PRC" | "PST8PDT" | "Pacific/Apia" | "Pacific/Auckland" | "Pacific/Bougainville" | "Pacific/Chatham" | "Pacific/Chuuk" | "Pacific/Easter" | "Pacific/Efate" | "Pacific/Enderbury" | "Pacific/Fakaofo" | "Pacific/Fiji" | "Pacific/Funafuti" | "Pacific/Galapagos" | "Pacific/Gambier" | "Pacific/Guadalcanal" | "Pacific/Guam" | "Pacific/Honolulu" | "Pacific/Johnston" | "Pacific/Kanton" | "Pacific/Kiritimati" | "Pacific/Kosrae" | "Pacific/Kwajalein" | "Pacific/Majuro" | "Pacific/Marquesas" | "Pacific/Midway" | "Pacific/Nauru" | "Pacific/Niue" | "Pacific/Norfolk" | "Pacific/Noumea" | "Pacific/Pago_Pago" | "Pacific/Palau" | "Pacific/Pitcairn" | "Pacific/Pohnpei" | "Pacific/Ponape" | "Pacific/Port_Moresby" | "Pacific/Rarotonga" | "Pacific/Saipan" | "Pacific/Samoa" | "Pacific/Tahiti" | "Pacific/Tarawa" | "Pacific/Tongatapu" | "Pacific/Truk" | "Pacific/Wake" | "Pacific/Wallis" | "Pacific/Yap" | "Poland" | "Portugal" | "ROC" | "ROK" | "Singapore" | "Turkey" | "UCT" | "US/Alaska" | "US/Aleutian" | "US/Arizona" | "US/Central" | "US/East-Indiana" | "US/Eastern" | "US/Hawaii" | "US/Indiana-Starke" | "US/Michigan" | "US/Mountain" | "US/Pacific" | "US/Samoa" | "UTC" | "Universal" | "W-SU" | "WET" | "Zulu" | undefined;
|
|
2620
|
-
aggregator?: "count" | undefined;
|
|
2621
|
-
}, {
|
|
2622
|
-
options?: {
|
|
2623
|
-
tracking_id?: string | undefined;
|
|
2624
|
-
} | undefined;
|
|
2625
|
-
filter?: {
|
|
2626
|
-
start_time?: string | undefined;
|
|
2627
|
-
end_time?: string | undefined;
|
|
2628
|
-
} | undefined;
|
|
2629
|
-
group?: "year" | "month" | "week" | "day" | "hour" | "minute" | undefined;
|
|
2630
|
-
timezone?: "Africa/Abidjan" | "Africa/Accra" | "Africa/Addis_Ababa" | "Africa/Algiers" | "Africa/Asmara" | "Africa/Asmera" | "Africa/Bamako" | "Africa/Bangui" | "Africa/Banjul" | "Africa/Bissau" | "Africa/Blantyre" | "Africa/Brazzaville" | "Africa/Bujumbura" | "Africa/Cairo" | "Africa/Casablanca" | "Africa/Ceuta" | "Africa/Conakry" | "Africa/Dakar" | "Africa/Dar_es_Salaam" | "Africa/Djibouti" | "Africa/Douala" | "Africa/El_Aaiun" | "Africa/Freetown" | "Africa/Gaborone" | "Africa/Harare" | "Africa/Johannesburg" | "Africa/Juba" | "Africa/Kampala" | "Africa/Khartoum" | "Africa/Kigali" | "Africa/Kinshasa" | "Africa/Lagos" | "Africa/Libreville" | "Africa/Lome" | "Africa/Luanda" | "Africa/Lubumbashi" | "Africa/Lusaka" | "Africa/Malabo" | "Africa/Maputo" | "Africa/Maseru" | "Africa/Mbabane" | "Africa/Mogadishu" | "Africa/Monrovia" | "Africa/Nairobi" | "Africa/Ndjamena" | "Africa/Niamey" | "Africa/Nouakchott" | "Africa/Ouagadougou" | "Africa/Porto-Novo" | "Africa/Sao_Tome" | "Africa/Timbuktu" | "Africa/Tripoli" | "Africa/Tunis" | "Africa/Windhoek" | "America/Adak" | "America/Anchorage" | "America/Anguilla" | "America/Antigua" | "America/Araguaina" | "America/Argentina/Buenos_Aires" | "America/Argentina/Catamarca" | "America/Argentina/ComodRivadavia" | "America/Argentina/Cordoba" | "America/Argentina/Jujuy" | "America/Argentina/La_Rioja" | "America/Argentina/Mendoza" | "America/Argentina/Rio_Gallegos" | "America/Argentina/Salta" | "America/Argentina/San_Juan" | "America/Argentina/San_Luis" | "America/Argentina/Tucuman" | "America/Argentina/Ushuaia" | "America/Aruba" | "America/Asuncion" | "America/Atikokan" | "America/Atka" | "America/Bahia" | "America/Bahia_Banderas" | "America/Barbados" | "America/Belem" | "America/Belize" | "America/Blanc-Sablon" | "America/Boa_Vista" | "America/Bogota" | "America/Boise" | "America/Buenos_Aires" | "America/Cambridge_Bay" | "America/Campo_Grande" | "America/Cancun" | "America/Caracas" | "America/Catamarca" | "America/Cayenne" | "America/Cayman" | "America/Chicago" | "America/Chihuahua" | "America/Ciudad_Juarez" | "America/Coral_Harbour" | "America/Cordoba" | "America/Costa_Rica" | "America/Creston" | "America/Cuiaba" | "America/Curacao" | "America/Danmarkshavn" | "America/Dawson" | "America/Dawson_Creek" | "America/Denver" | "America/Detroit" | "America/Dominica" | "America/Edmonton" | "America/Eirunepe" | "America/El_Salvador" | "America/Ensenada" | "America/Fort_Nelson" | "America/Fort_Wayne" | "America/Fortaleza" | "America/Glace_Bay" | "America/Godthab" | "America/Goose_Bay" | "America/Grand_Turk" | "America/Grenada" | "America/Guadeloupe" | "America/Guatemala" | "America/Guayaquil" | "America/Guyana" | "America/Halifax" | "America/Havana" | "America/Hermosillo" | "America/Indiana/Indianapolis" | "America/Indiana/Knox" | "America/Indiana/Marengo" | "America/Indiana/Petersburg" | "America/Indiana/Tell_City" | "America/Indiana/Vevay" | "America/Indiana/Vincennes" | "America/Indiana/Winamac" | "America/Indianapolis" | "America/Inuvik" | "America/Iqaluit" | "America/Jamaica" | "America/Jujuy" | "America/Juneau" | "America/Kentucky/Louisville" | "America/Kentucky/Monticello" | "America/Knox_IN" | "America/Kralendijk" | "America/La_Paz" | "America/Lima" | "America/Los_Angeles" | "America/Louisville" | "America/Lower_Princes" | "America/Maceio" | "America/Managua" | "America/Manaus" | "America/Marigot" | "America/Martinique" | "America/Matamoros" | "America/Mazatlan" | "America/Mendoza" | "America/Menominee" | "America/Merida" | "America/Metlakatla" | "America/Mexico_City" | "America/Miquelon" | "America/Moncton" | "America/Monterrey" | "America/Montevideo" | "America/Montreal" | "America/Montserrat" | "America/Nassau" | "America/New_York" | "America/Nipigon" | "America/Nome" | "America/Noronha" | "America/North_Dakota/Beulah" | "America/North_Dakota/Center" | "America/North_Dakota/New_Salem" | "America/Nuuk" | "America/Ojinaga" | "America/Panama" | "America/Pangnirtung" | "America/Paramaribo" | "America/Phoenix" | "America/Port-au-Prince" | "America/Port_of_Spain" | "America/Porto_Acre" | "America/Porto_Velho" | "America/Puerto_Rico" | "America/Punta_Arenas" | "America/Rainy_River" | "America/Rankin_Inlet" | "America/Recife" | "America/Regina" | "America/Resolute" | "America/Rio_Branco" | "America/Rosario" | "America/Santa_Isabel" | "America/Santarem" | "America/Santiago" | "America/Santo_Domingo" | "America/Sao_Paulo" | "America/Scoresbysund" | "America/Shiprock" | "America/Sitka" | "America/St_Barthelemy" | "America/St_Johns" | "America/St_Kitts" | "America/St_Lucia" | "America/St_Thomas" | "America/St_Vincent" | "America/Swift_Current" | "America/Tegucigalpa" | "America/Thule" | "America/Thunder_Bay" | "America/Tijuana" | "America/Toronto" | "America/Tortola" | "America/Vancouver" | "America/Virgin" | "America/Whitehorse" | "America/Winnipeg" | "America/Yakutat" | "America/Yellowknife" | "Antarctica/Casey" | "Antarctica/Davis" | "Antarctica/DumontDUrville" | "Antarctica/Macquarie" | "Antarctica/Mawson" | "Antarctica/McMurdo" | "Antarctica/Palmer" | "Antarctica/Rothera" | "Antarctica/South_Pole" | "Antarctica/Syowa" | "Antarctica/Troll" | "Antarctica/Vostok" | "Arctic/Longyearbyen" | "Asia/Aden" | "Asia/Almaty" | "Asia/Amman" | "Asia/Anadyr" | "Asia/Aqtau" | "Asia/Aqtobe" | "Asia/Ashgabat" | "Asia/Ashkhabad" | "Asia/Atyrau" | "Asia/Baghdad" | "Asia/Bahrain" | "Asia/Baku" | "Asia/Bangkok" | "Asia/Barnaul" | "Asia/Beirut" | "Asia/Bishkek" | "Asia/Brunei" | "Asia/Calcutta" | "Asia/Chita" | "Asia/Choibalsan" | "Asia/Chongqing" | "Asia/Chungking" | "Asia/Colombo" | "Asia/Dacca" | "Asia/Damascus" | "Asia/Dhaka" | "Asia/Dili" | "Asia/Dubai" | "Asia/Dushanbe" | "Asia/Famagusta" | "Asia/Gaza" | "Asia/Harbin" | "Asia/Hebron" | "Asia/Ho_Chi_Minh" | "Asia/Hong_Kong" | "Asia/Hovd" | "Asia/Irkutsk" | "Asia/Istanbul" | "Asia/Jakarta" | "Asia/Jayapura" | "Asia/Jerusalem" | "Asia/Kabul" | "Asia/Kamchatka" | "Asia/Karachi" | "Asia/Kashgar" | "Asia/Kathmandu" | "Asia/Katmandu" | "Asia/Khandyga" | "Asia/Kolkata" | "Asia/Krasnoyarsk" | "Asia/Kuala_Lumpur" | "Asia/Kuching" | "Asia/Kuwait" | "Asia/Macao" | "Asia/Macau" | "Asia/Magadan" | "Asia/Makassar" | "Asia/Manila" | "Asia/Muscat" | "Asia/Nicosia" | "Asia/Novokuznetsk" | "Asia/Novosibirsk" | "Asia/Omsk" | "Asia/Oral" | "Asia/Phnom_Penh" | "Asia/Pontianak" | "Asia/Pyongyang" | "Asia/Qatar" | "Asia/Qostanay" | "Asia/Qyzylorda" | "Asia/Rangoon" | "Asia/Riyadh" | "Asia/Saigon" | "Asia/Sakhalin" | "Asia/Samarkand" | "Asia/Seoul" | "Asia/Shanghai" | "Asia/Singapore" | "Asia/Srednekolymsk" | "Asia/Taipei" | "Asia/Tashkent" | "Asia/Tbilisi" | "Asia/Tehran" | "Asia/Tel_Aviv" | "Asia/Thimbu" | "Asia/Thimphu" | "Asia/Tokyo" | "Asia/Tomsk" | "Asia/Ujung_Pandang" | "Asia/Ulaanbaatar" | "Asia/Ulan_Bator" | "Asia/Urumqi" | "Asia/Ust-Nera" | "Asia/Vientiane" | "Asia/Vladivostok" | "Asia/Yakutsk" | "Asia/Yangon" | "Asia/Yekaterinburg" | "Asia/Yerevan" | "Atlantic/Azores" | "Atlantic/Bermuda" | "Atlantic/Canary" | "Atlantic/Cape_Verde" | "Atlantic/Faeroe" | "Atlantic/Faroe" | "Atlantic/Jan_Mayen" | "Atlantic/Madeira" | "Atlantic/Reykjavik" | "Atlantic/South_Georgia" | "Atlantic/St_Helena" | "Atlantic/Stanley" | "Australia/ACT" | "Australia/Adelaide" | "Australia/Brisbane" | "Australia/Broken_Hill" | "Australia/Canberra" | "Australia/Currie" | "Australia/Darwin" | "Australia/Eucla" | "Australia/Hobart" | "Australia/LHI" | "Australia/Lindeman" | "Australia/Lord_Howe" | "Australia/Melbourne" | "Australia/NSW" | "Australia/North" | "Australia/Perth" | "Australia/Queensland" | "Australia/South" | "Australia/Sydney" | "Australia/Tasmania" | "Australia/Victoria" | "Australia/West" | "Australia/Yancowinna" | "Brazil/Acre" | "Brazil/DeNoronha" | "Brazil/East" | "Brazil/West" | "CET" | "CST6CDT" | "Canada/Atlantic" | "Canada/Central" | "Canada/Eastern" | "Canada/Mountain" | "Canada/Newfoundland" | "Canada/Pacific" | "Canada/Saskatchewan" | "Canada/Yukon" | "Chile/Continental" | "Chile/EasterIsland" | "Cuba" | "EET" | "EST" | "EST5EDT" | "Egypt" | "Eire" | "Etc/GMT" | "Etc/GMT+0" | "Etc/GMT+1" | "Etc/GMT+10" | "Etc/GMT+11" | "Etc/GMT+12" | "Etc/GMT+2" | "Etc/GMT+3" | "Etc/GMT+4" | "Etc/GMT+5" | "Etc/GMT+6" | "Etc/GMT+7" | "Etc/GMT+8" | "Etc/GMT+9" | "Etc/GMT-0" | "Etc/GMT-1" | "Etc/GMT-10" | "Etc/GMT-11" | "Etc/GMT-12" | "Etc/GMT-13" | "Etc/GMT-14" | "Etc/GMT-2" | "Etc/GMT-3" | "Etc/GMT-4" | "Etc/GMT-5" | "Etc/GMT-6" | "Etc/GMT-7" | "Etc/GMT-8" | "Etc/GMT-9" | "Etc/GMT0" | "Etc/Greenwich" | "Etc/UCT" | "Etc/UTC" | "Etc/Universal" | "Etc/Zulu" | "Europe/Amsterdam" | "Europe/Andorra" | "Europe/Astrakhan" | "Europe/Athens" | "Europe/Belfast" | "Europe/Belgrade" | "Europe/Berlin" | "Europe/Bratislava" | "Europe/Brussels" | "Europe/Bucharest" | "Europe/Budapest" | "Europe/Busingen" | "Europe/Chisinau" | "Europe/Copenhagen" | "Europe/Dublin" | "Europe/Gibraltar" | "Europe/Guernsey" | "Europe/Helsinki" | "Europe/Isle_of_Man" | "Europe/Istanbul" | "Europe/Jersey" | "Europe/Kaliningrad" | "Europe/Kiev" | "Europe/Kirov" | "Europe/Kyiv" | "Europe/Lisbon" | "Europe/Ljubljana" | "Europe/London" | "Europe/Luxembourg" | "Europe/Madrid" | "Europe/Malta" | "Europe/Mariehamn" | "Europe/Minsk" | "Europe/Monaco" | "Europe/Moscow" | "Europe/Nicosia" | "Europe/Oslo" | "Europe/Paris" | "Europe/Podgorica" | "Europe/Prague" | "Europe/Riga" | "Europe/Rome" | "Europe/Samara" | "Europe/San_Marino" | "Europe/Sarajevo" | "Europe/Saratov" | "Europe/Simferopol" | "Europe/Skopje" | "Europe/Sofia" | "Europe/Stockholm" | "Europe/Tallinn" | "Europe/Tirane" | "Europe/Tiraspol" | "Europe/Ulyanovsk" | "Europe/Uzhgorod" | "Europe/Vaduz" | "Europe/Vatican" | "Europe/Vienna" | "Europe/Vilnius" | "Europe/Volgograd" | "Europe/Warsaw" | "Europe/Zagreb" | "Europe/Zaporozhye" | "Europe/Zurich" | "Factory" | "GB" | "GB-Eire" | "GMT" | "GMT+0" | "GMT-0" | "GMT0" | "Greenwich" | "HST" | "Hongkong" | "Iceland" | "Indian/Antananarivo" | "Indian/Chagos" | "Indian/Christmas" | "Indian/Cocos" | "Indian/Comoro" | "Indian/Kerguelen" | "Indian/Mahe" | "Indian/Maldives" | "Indian/Mauritius" | "Indian/Mayotte" | "Indian/Reunion" | "Iran" | "Israel" | "Jamaica" | "Japan" | "Kwajalein" | "Libya" | "MET" | "MST" | "MST7MDT" | "Mexico/BajaNorte" | "Mexico/BajaSur" | "Mexico/General" | "NZ" | "NZ-CHAT" | "Navajo" | "PRC" | "PST8PDT" | "Pacific/Apia" | "Pacific/Auckland" | "Pacific/Bougainville" | "Pacific/Chatham" | "Pacific/Chuuk" | "Pacific/Easter" | "Pacific/Efate" | "Pacific/Enderbury" | "Pacific/Fakaofo" | "Pacific/Fiji" | "Pacific/Funafuti" | "Pacific/Galapagos" | "Pacific/Gambier" | "Pacific/Guadalcanal" | "Pacific/Guam" | "Pacific/Honolulu" | "Pacific/Johnston" | "Pacific/Kanton" | "Pacific/Kiritimati" | "Pacific/Kosrae" | "Pacific/Kwajalein" | "Pacific/Majuro" | "Pacific/Marquesas" | "Pacific/Midway" | "Pacific/Nauru" | "Pacific/Niue" | "Pacific/Norfolk" | "Pacific/Noumea" | "Pacific/Pago_Pago" | "Pacific/Palau" | "Pacific/Pitcairn" | "Pacific/Pohnpei" | "Pacific/Ponape" | "Pacific/Port_Moresby" | "Pacific/Rarotonga" | "Pacific/Saipan" | "Pacific/Samoa" | "Pacific/Tahiti" | "Pacific/Tarawa" | "Pacific/Tongatapu" | "Pacific/Truk" | "Pacific/Wake" | "Pacific/Wallis" | "Pacific/Yap" | "Poland" | "Portugal" | "ROC" | "ROK" | "Singapore" | "Turkey" | "UCT" | "US/Alaska" | "US/Aleutian" | "US/Arizona" | "US/Central" | "US/East-Indiana" | "US/Eastern" | "US/Hawaii" | "US/Indiana-Starke" | "US/Michigan" | "US/Mountain" | "US/Pacific" | "US/Samoa" | "UTC" | "Universal" | "W-SU" | "WET" | "Zulu" | undefined;
|
|
2631
|
-
model?: "Token" | "TransferGroup" | "Transfer" | "Wallet" | undefined;
|
|
2632
|
-
aggregator?: "count" | undefined;
|
|
2633
|
-
}>>;
|
|
2634
|
-
getToken: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2635
|
-
foreign: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
2636
|
-
} & {
|
|
2637
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2638
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2639
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2640
|
-
ignore_cache: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2641
|
-
create_if_not_exists: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2642
|
-
return_only_id: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2643
|
-
include_balance: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2644
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2645
|
-
tracking_id?: string | undefined;
|
|
2646
|
-
transaction_id?: string | undefined;
|
|
2647
|
-
ignore_cache?: boolean | undefined;
|
|
2648
|
-
create_if_not_exists?: boolean | undefined;
|
|
2649
|
-
return_only_id?: boolean | undefined;
|
|
2650
|
-
include_balance?: boolean | undefined;
|
|
2651
|
-
}, {
|
|
2652
|
-
tracking_id?: string | undefined;
|
|
2653
|
-
transaction_id?: string | undefined;
|
|
2654
|
-
ignore_cache?: boolean | undefined;
|
|
2655
|
-
create_if_not_exists?: boolean | undefined;
|
|
2656
|
-
return_only_id?: boolean | undefined;
|
|
2657
|
-
include_balance?: boolean | undefined;
|
|
2658
|
-
}>>;
|
|
2659
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2660
|
-
options?: {
|
|
2661
|
-
tracking_id?: string | undefined;
|
|
2662
|
-
transaction_id?: string | undefined;
|
|
2663
|
-
ignore_cache?: boolean | undefined;
|
|
2664
|
-
create_if_not_exists?: boolean | undefined;
|
|
2665
|
-
return_only_id?: boolean | undefined;
|
|
2666
|
-
include_balance?: boolean | undefined;
|
|
2667
|
-
} | undefined;
|
|
2668
|
-
foreign?: string | number | undefined;
|
|
2669
|
-
}, {
|
|
2670
|
-
options?: {
|
|
2671
|
-
tracking_id?: string | undefined;
|
|
2672
|
-
transaction_id?: string | undefined;
|
|
2673
|
-
ignore_cache?: boolean | undefined;
|
|
2674
|
-
create_if_not_exists?: boolean | undefined;
|
|
2675
|
-
return_only_id?: boolean | undefined;
|
|
2676
|
-
include_balance?: boolean | undefined;
|
|
2677
|
-
} | undefined;
|
|
2678
|
-
foreign?: string | number | undefined;
|
|
2679
|
-
}>>;
|
|
2680
|
-
getTransfer: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2681
|
-
transfer: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
2682
|
-
} & {
|
|
2683
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2684
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2685
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2686
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2687
|
-
tracking_id?: string | undefined;
|
|
2688
|
-
transaction_id?: string | undefined;
|
|
2689
|
-
}, {
|
|
2690
|
-
tracking_id?: string | undefined;
|
|
2691
|
-
transaction_id?: string | undefined;
|
|
2692
|
-
}>>;
|
|
2693
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2694
|
-
transfer: string | number;
|
|
2695
|
-
options?: {
|
|
2696
|
-
tracking_id?: string | undefined;
|
|
2697
|
-
transaction_id?: string | undefined;
|
|
2698
|
-
} | undefined;
|
|
2699
|
-
}, {
|
|
2700
|
-
transfer: string | number;
|
|
2701
|
-
options?: {
|
|
2702
|
-
tracking_id?: string | undefined;
|
|
2703
|
-
transaction_id?: string | undefined;
|
|
2704
|
-
} | undefined;
|
|
2705
|
-
}>>;
|
|
2706
|
-
getTransferGroup: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2707
|
-
transfer_group: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
2708
|
-
} & {
|
|
2709
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2710
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2711
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2712
|
-
create_if_not_exists: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2713
|
-
return_only_id: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2714
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2715
|
-
tracking_id?: string | undefined;
|
|
2716
|
-
transaction_id?: string | undefined;
|
|
2717
|
-
create_if_not_exists?: boolean | undefined;
|
|
2718
|
-
return_only_id?: boolean | undefined;
|
|
2719
|
-
}, {
|
|
2720
|
-
tracking_id?: string | undefined;
|
|
2721
|
-
transaction_id?: string | undefined;
|
|
2722
|
-
create_if_not_exists?: boolean | undefined;
|
|
2723
|
-
return_only_id?: boolean | undefined;
|
|
2724
|
-
}>>;
|
|
2725
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2726
|
-
transfer_group: string | number;
|
|
2727
|
-
options?: {
|
|
2728
|
-
tracking_id?: string | undefined;
|
|
2729
|
-
transaction_id?: string | undefined;
|
|
2730
|
-
create_if_not_exists?: boolean | undefined;
|
|
2731
|
-
return_only_id?: boolean | undefined;
|
|
2732
|
-
} | undefined;
|
|
2733
|
-
}, {
|
|
2734
|
-
transfer_group: string | number;
|
|
2735
|
-
options?: {
|
|
2736
|
-
tracking_id?: string | undefined;
|
|
2737
|
-
transaction_id?: string | undefined;
|
|
2738
|
-
create_if_not_exists?: boolean | undefined;
|
|
2739
|
-
return_only_id?: boolean | undefined;
|
|
2740
|
-
} | undefined;
|
|
2741
|
-
}>>;
|
|
2742
|
-
getWallet: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2743
|
-
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
2744
|
-
} & {
|
|
2745
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2746
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2747
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2748
|
-
ignore_cache: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2749
|
-
create_if_not_exists: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2750
|
-
return_only_id: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2751
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2752
|
-
tracking_id?: string | undefined;
|
|
2753
|
-
transaction_id?: string | undefined;
|
|
2754
|
-
ignore_cache?: boolean | undefined;
|
|
2755
|
-
create_if_not_exists?: boolean | undefined;
|
|
2756
|
-
return_only_id?: boolean | undefined;
|
|
2757
|
-
}, {
|
|
2758
|
-
tracking_id?: string | undefined;
|
|
2759
|
-
transaction_id?: string | undefined;
|
|
2760
|
-
ignore_cache?: boolean | undefined;
|
|
2761
|
-
create_if_not_exists?: boolean | undefined;
|
|
2762
|
-
return_only_id?: boolean | undefined;
|
|
2763
|
-
}>>;
|
|
2764
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2765
|
-
wallet: string | number;
|
|
2766
|
-
options?: {
|
|
2767
|
-
tracking_id?: string | undefined;
|
|
2768
|
-
transaction_id?: string | undefined;
|
|
2769
|
-
ignore_cache?: boolean | undefined;
|
|
2770
|
-
create_if_not_exists?: boolean | undefined;
|
|
2771
|
-
return_only_id?: boolean | undefined;
|
|
2772
|
-
} | undefined;
|
|
2773
|
-
}, {
|
|
2774
|
-
wallet: string | number;
|
|
2775
|
-
options?: {
|
|
2776
|
-
tracking_id?: string | undefined;
|
|
2777
|
-
transaction_id?: string | undefined;
|
|
2778
|
-
ignore_cache?: boolean | undefined;
|
|
2779
|
-
create_if_not_exists?: boolean | undefined;
|
|
2780
|
-
return_only_id?: boolean | undefined;
|
|
2781
|
-
} | undefined;
|
|
2782
|
-
}>>;
|
|
2783
|
-
healthcheck: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2784
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2785
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2786
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2787
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2788
|
-
tracking_id?: string | undefined;
|
|
2789
|
-
transaction_id?: string | undefined;
|
|
2790
|
-
}, {
|
|
2791
|
-
tracking_id?: string | undefined;
|
|
2792
|
-
transaction_id?: string | undefined;
|
|
2793
|
-
}>>;
|
|
2794
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2795
|
-
options?: {
|
|
2796
|
-
tracking_id?: string | undefined;
|
|
2797
|
-
transaction_id?: string | undefined;
|
|
2798
|
-
} | undefined;
|
|
2799
|
-
}, {
|
|
2800
|
-
options?: {
|
|
2801
|
-
tracking_id?: string | undefined;
|
|
2802
|
-
transaction_id?: string | undefined;
|
|
2803
|
-
} | undefined;
|
|
2804
|
-
}>>;
|
|
2805
|
-
listExports: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2806
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["transfers", "transfer_groups", "tokens", "wallets", "balance_history", "unknown"]>>;
|
|
2807
|
-
date: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2808
|
-
} & {
|
|
2809
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2810
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
2811
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
2812
|
-
limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
2813
|
-
offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>>;
|
|
2814
|
-
order: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2815
|
-
direction: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["asc", "desc"]>>>;
|
|
2816
|
-
nulls: import("zod").ZodOptional<import("zod").ZodEnum<["first", "last"]>>;
|
|
2817
|
-
} & {
|
|
2818
|
-
field: import("zod").ZodEnum<["identifier", "completed_at", "created_at"]>;
|
|
2819
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2820
|
-
field: "identifier" | "created_at" | "completed_at";
|
|
2821
|
-
direction?: "asc" | "desc" | undefined;
|
|
2822
|
-
nulls?: "first" | "last" | undefined;
|
|
2823
|
-
}, {
|
|
2824
|
-
field: "identifier" | "created_at" | "completed_at";
|
|
2825
|
-
direction?: "asc" | "desc" | undefined;
|
|
2826
|
-
nulls?: "first" | "last" | undefined;
|
|
2827
|
-
}>, "many">>>;
|
|
2828
|
-
order_by: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2829
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2830
|
-
offset?: number | undefined;
|
|
2831
|
-
tracking_id?: string | undefined;
|
|
2832
|
-
transaction_id?: string | undefined;
|
|
2833
|
-
limit?: number | undefined;
|
|
2834
|
-
order?: {
|
|
2835
|
-
field: "identifier" | "created_at" | "completed_at";
|
|
2836
|
-
direction?: "asc" | "desc" | undefined;
|
|
2837
|
-
nulls?: "first" | "last" | undefined;
|
|
2838
|
-
}[] | undefined;
|
|
2839
|
-
order_by?: string | undefined;
|
|
2840
|
-
}, {
|
|
2841
|
-
offset?: number | undefined;
|
|
2842
|
-
tracking_id?: string | undefined;
|
|
2843
|
-
transaction_id?: string | undefined;
|
|
2844
|
-
limit?: number | undefined;
|
|
2845
|
-
order?: {
|
|
2846
|
-
field: "identifier" | "created_at" | "completed_at";
|
|
2847
|
-
direction?: "asc" | "desc" | undefined;
|
|
2848
|
-
nulls?: "first" | "last" | undefined;
|
|
2849
|
-
}[] | undefined;
|
|
2850
|
-
order_by?: string | undefined;
|
|
2851
|
-
}>>;
|
|
2852
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2853
|
-
options?: {
|
|
2854
|
-
offset?: number | undefined;
|
|
2855
|
-
tracking_id?: string | undefined;
|
|
2856
|
-
transaction_id?: string | undefined;
|
|
2857
|
-
limit?: number | undefined;
|
|
2858
|
-
order?: {
|
|
2859
|
-
field: "identifier" | "created_at" | "completed_at";
|
|
2860
|
-
direction?: "asc" | "desc" | undefined;
|
|
2861
|
-
nulls?: "first" | "last" | undefined;
|
|
2862
|
-
}[] | undefined;
|
|
2863
|
-
order_by?: string | undefined;
|
|
2864
|
-
} | undefined;
|
|
2865
|
-
type?: "unknown" | "transfers" | "transfer_groups" | "tokens" | "wallets" | "balance_history" | undefined;
|
|
2866
|
-
date?: string | undefined;
|
|
2867
|
-
}, {
|
|
2868
|
-
options?: {
|
|
2869
|
-
offset?: number | undefined;
|
|
2870
|
-
tracking_id?: string | undefined;
|
|
2871
|
-
transaction_id?: string | undefined;
|
|
2872
|
-
limit?: number | undefined;
|
|
2873
|
-
order?: {
|
|
2874
|
-
field: "identifier" | "created_at" | "completed_at";
|
|
2875
|
-
direction?: "asc" | "desc" | undefined;
|
|
2876
|
-
nulls?: "first" | "last" | undefined;
|
|
2877
|
-
}[] | undefined;
|
|
2878
|
-
order_by?: string | undefined;
|
|
2879
|
-
} | undefined;
|
|
2880
|
-
type?: "unknown" | "transfers" | "transfer_groups" | "tokens" | "wallets" | "balance_history" | undefined;
|
|
2881
|
-
date?: string | undefined;
|
|
2882
|
-
}>>;
|
|
2883
|
-
reverseTransfer: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2884
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
2885
|
-
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2886
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
2887
|
-
transfer: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
2888
|
-
force: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2889
|
-
extend_metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
2890
|
-
} & {
|
|
2891
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2892
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2893
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2894
|
-
reverse_deposit: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2895
|
-
reverse_withdrawal: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2896
|
-
return_from_balance: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2897
|
-
return_to_balance: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2898
|
-
metadata_action: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["replace", "replace_create_only", "replace_cancel_only", "extend", "extend_create_only", "extend_cancel_only"]>>>;
|
|
2899
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2900
|
-
tracking_id?: string | undefined;
|
|
2901
|
-
transaction_id?: string | undefined;
|
|
2902
|
-
return_from_balance?: boolean | undefined;
|
|
2903
|
-
return_to_balance?: boolean | undefined;
|
|
2904
|
-
metadata_action?: "replace" | "extend" | "replace_create_only" | "replace_cancel_only" | "extend_create_only" | "extend_cancel_only" | undefined;
|
|
2905
|
-
reverse_deposit?: boolean | undefined;
|
|
2906
|
-
reverse_withdrawal?: boolean | undefined;
|
|
2907
|
-
}, {
|
|
2908
|
-
tracking_id?: string | undefined;
|
|
2909
|
-
transaction_id?: string | undefined;
|
|
2910
|
-
return_from_balance?: boolean | undefined;
|
|
2911
|
-
return_to_balance?: boolean | undefined;
|
|
2912
|
-
metadata_action?: "replace" | "extend" | "replace_create_only" | "replace_cancel_only" | "extend_create_only" | "extend_cancel_only" | undefined;
|
|
2913
|
-
reverse_deposit?: boolean | undefined;
|
|
2914
|
-
reverse_withdrawal?: boolean | undefined;
|
|
2915
|
-
}>>;
|
|
2916
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2917
|
-
transfer: string | number;
|
|
2918
|
-
options?: {
|
|
2919
|
-
tracking_id?: string | undefined;
|
|
2920
|
-
transaction_id?: string | undefined;
|
|
2921
|
-
return_from_balance?: boolean | undefined;
|
|
2922
|
-
return_to_balance?: boolean | undefined;
|
|
2923
|
-
metadata_action?: "replace" | "extend" | "replace_create_only" | "replace_cancel_only" | "extend_create_only" | "extend_cancel_only" | undefined;
|
|
2924
|
-
reverse_deposit?: boolean | undefined;
|
|
2925
|
-
reverse_withdrawal?: boolean | undefined;
|
|
2926
|
-
} | undefined;
|
|
2927
|
-
status?: "pending" | "finished" | undefined;
|
|
2928
|
-
identifier?: string | undefined;
|
|
2929
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
2930
|
-
force?: boolean | undefined;
|
|
2931
|
-
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
2932
|
-
}, {
|
|
2933
|
-
transfer: string | number;
|
|
2934
|
-
options?: {
|
|
2935
|
-
tracking_id?: string | undefined;
|
|
2936
|
-
transaction_id?: string | undefined;
|
|
2937
|
-
return_from_balance?: boolean | undefined;
|
|
2938
|
-
return_to_balance?: boolean | undefined;
|
|
2939
|
-
metadata_action?: "replace" | "extend" | "replace_create_only" | "replace_cancel_only" | "extend_create_only" | "extend_cancel_only" | undefined;
|
|
2940
|
-
reverse_deposit?: boolean | undefined;
|
|
2941
|
-
reverse_withdrawal?: boolean | undefined;
|
|
2942
|
-
} | undefined;
|
|
2943
|
-
status?: "pending" | "finished" | undefined;
|
|
2944
|
-
identifier?: string | undefined;
|
|
2945
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
2946
|
-
force?: boolean | undefined;
|
|
2947
|
-
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
2948
|
-
}>>;
|
|
2949
|
-
reverseTransferGroup: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2950
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["open", "closed"]>>;
|
|
2951
|
-
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2952
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
2953
|
-
force: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
2954
|
-
transfer_status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
2955
|
-
transfer_group: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
2956
|
-
transfer_metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
2957
|
-
extend_metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
2958
|
-
transfer_extend_metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
2959
|
-
} & {
|
|
2960
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2961
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2962
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2963
|
-
reverse_deposit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>>;
|
|
2964
|
-
reverse_withdrawal: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>>;
|
|
2965
|
-
return_transfers: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
2966
|
-
validate_final_balance_only: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>>;
|
|
2967
|
-
metadata_action: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["replace", "replace_create_only", "replace_cancel_only", "extend", "extend_create_only", "extend_cancel_only"]>>>>;
|
|
2968
|
-
transfer_metadata_action: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["replace", "replace_create_only", "replace_cancel_only", "extend", "extend_create_only", "extend_cancel_only"]>>>>;
|
|
2969
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2970
|
-
tracking_id?: string | undefined;
|
|
2971
|
-
transaction_id?: string | undefined;
|
|
2972
|
-
validate_final_balance_only?: boolean | undefined;
|
|
2973
|
-
metadata_action?: "replace" | "extend" | "replace_create_only" | "replace_cancel_only" | "extend_create_only" | "extend_cancel_only" | undefined;
|
|
2974
|
-
reverse_deposit?: boolean | undefined;
|
|
2975
|
-
reverse_withdrawal?: boolean | undefined;
|
|
2976
|
-
return_transfers?: boolean | undefined;
|
|
2977
|
-
transfer_metadata_action?: "replace" | "extend" | "replace_create_only" | "replace_cancel_only" | "extend_create_only" | "extend_cancel_only" | undefined;
|
|
2978
|
-
}, {
|
|
2979
|
-
tracking_id?: string | undefined;
|
|
2980
|
-
transaction_id?: string | undefined;
|
|
2981
|
-
validate_final_balance_only?: boolean | undefined;
|
|
2982
|
-
metadata_action?: "replace" | "extend" | "replace_create_only" | "replace_cancel_only" | "extend_create_only" | "extend_cancel_only" | undefined;
|
|
2983
|
-
reverse_deposit?: boolean | undefined;
|
|
2984
|
-
reverse_withdrawal?: boolean | undefined;
|
|
2985
|
-
return_transfers?: boolean | undefined;
|
|
2986
|
-
transfer_metadata_action?: "replace" | "extend" | "replace_create_only" | "replace_cancel_only" | "extend_create_only" | "extend_cancel_only" | undefined;
|
|
2987
|
-
}>>;
|
|
2988
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2989
|
-
transfer_group: string | number;
|
|
2990
|
-
options?: {
|
|
2991
|
-
tracking_id?: string | undefined;
|
|
2992
|
-
transaction_id?: string | undefined;
|
|
2993
|
-
validate_final_balance_only?: boolean | undefined;
|
|
2994
|
-
metadata_action?: "replace" | "extend" | "replace_create_only" | "replace_cancel_only" | "extend_create_only" | "extend_cancel_only" | undefined;
|
|
2995
|
-
reverse_deposit?: boolean | undefined;
|
|
2996
|
-
reverse_withdrawal?: boolean | undefined;
|
|
2997
|
-
return_transfers?: boolean | undefined;
|
|
2998
|
-
transfer_metadata_action?: "replace" | "extend" | "replace_create_only" | "replace_cancel_only" | "extend_create_only" | "extend_cancel_only" | undefined;
|
|
2999
|
-
} | undefined;
|
|
3000
|
-
status?: "open" | "closed" | undefined;
|
|
3001
|
-
identifier?: string | undefined;
|
|
3002
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3003
|
-
force?: boolean | undefined;
|
|
3004
|
-
transfer_status?: "pending" | "finished" | undefined;
|
|
3005
|
-
transfer_metadata?: import("../db/consts").Metadata | undefined;
|
|
3006
|
-
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
3007
|
-
transfer_extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
3008
|
-
}, {
|
|
3009
|
-
transfer_group: string | number;
|
|
3010
|
-
options?: {
|
|
3011
|
-
tracking_id?: string | undefined;
|
|
3012
|
-
transaction_id?: string | undefined;
|
|
3013
|
-
validate_final_balance_only?: boolean | undefined;
|
|
3014
|
-
metadata_action?: "replace" | "extend" | "replace_create_only" | "replace_cancel_only" | "extend_create_only" | "extend_cancel_only" | undefined;
|
|
3015
|
-
reverse_deposit?: boolean | undefined;
|
|
3016
|
-
reverse_withdrawal?: boolean | undefined;
|
|
3017
|
-
return_transfers?: boolean | undefined;
|
|
3018
|
-
transfer_metadata_action?: "replace" | "extend" | "replace_create_only" | "replace_cancel_only" | "extend_create_only" | "extend_cancel_only" | undefined;
|
|
3019
|
-
} | undefined;
|
|
3020
|
-
status?: "open" | "closed" | undefined;
|
|
3021
|
-
identifier?: string | undefined;
|
|
3022
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3023
|
-
force?: boolean | undefined;
|
|
3024
|
-
transfer_status?: "pending" | "finished" | undefined;
|
|
3025
|
-
transfer_metadata?: import("../db/consts").Metadata | undefined;
|
|
3026
|
-
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
3027
|
-
transfer_extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
3028
|
-
}>>;
|
|
3029
|
-
reverseTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
3030
|
-
type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<["transfer", "deposit", "withdrawal"]>>>>>;
|
|
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>>>>>;
|
|
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>>>>>;
|
|
3033
|
-
created_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>;
|
|
3034
|
-
updated_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>;
|
|
3035
|
-
from_wallet_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, number, string | number>>>>;
|
|
3036
|
-
to_wallet_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, number, string | number>>>>;
|
|
3037
|
-
token_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, number, string | number>>>>;
|
|
3038
|
-
amount: 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>>>>>;
|
|
3039
|
-
transfer_group_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, number, string | number>>>>;
|
|
3040
|
-
reverses_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, number, string | number>>>>;
|
|
3041
|
-
reverses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
3042
|
-
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3043
|
-
id: import("zod").ZodNumber;
|
|
3044
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
3045
|
-
id: number;
|
|
3046
|
-
identifier?: string | undefined;
|
|
3047
|
-
}, {
|
|
3048
|
-
id: number;
|
|
3049
|
-
identifier?: string | undefined;
|
|
3050
|
-
}>, import("zod").ZodObject<{
|
|
3051
|
-
identifier: import("zod").ZodString;
|
|
3052
|
-
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3053
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
3054
|
-
identifier: string;
|
|
3055
|
-
id?: number | undefined;
|
|
3056
|
-
}, {
|
|
3057
|
-
identifier: string;
|
|
3058
|
-
id?: number | undefined;
|
|
3059
|
-
}>]>>>>>;
|
|
3060
|
-
wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
3061
|
-
foreign: string;
|
|
3062
|
-
}, string | number>>>;
|
|
3063
|
-
token: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
3064
|
-
foreign: string;
|
|
3065
|
-
}, string | number>>>;
|
|
3066
|
-
from_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
3067
|
-
foreign: string;
|
|
3068
|
-
}, string | number>>>;
|
|
3069
|
-
to_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
3070
|
-
foreign: string;
|
|
3071
|
-
}, string | number>>>;
|
|
3072
|
-
transfer_group: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
3073
|
-
foreign: string;
|
|
3074
|
-
}, string | number>>>;
|
|
3075
|
-
status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>>;
|
|
3076
|
-
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]>>>>;
|
|
3077
|
-
reverse: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3078
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
3079
|
-
force: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
3080
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
3081
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
3082
|
-
status?: "pending" | "finished" | undefined;
|
|
3083
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3084
|
-
force?: boolean | undefined;
|
|
3085
|
-
}, {
|
|
3086
|
-
status?: "pending" | "finished" | undefined;
|
|
3087
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3088
|
-
force?: boolean | undefined;
|
|
3089
|
-
}>>;
|
|
3090
|
-
} & {
|
|
3091
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3092
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3093
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3094
|
-
reverse_deposit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3095
|
-
reverse_withdrawal: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3096
|
-
metadata_action: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["replace", "replace_create_only", "replace_cancel_only", "extend", "extend_create_only", "extend_cancel_only"]>>>;
|
|
3097
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
3098
|
-
tracking_id?: string | undefined;
|
|
3099
|
-
transaction_id?: string | undefined;
|
|
3100
|
-
metadata_action?: "replace" | "extend" | "replace_create_only" | "replace_cancel_only" | "extend_create_only" | "extend_cancel_only" | undefined;
|
|
3101
|
-
reverse_deposit?: boolean | undefined;
|
|
3102
|
-
reverse_withdrawal?: boolean | undefined;
|
|
3103
|
-
}, {
|
|
3104
|
-
tracking_id?: string | undefined;
|
|
3105
|
-
transaction_id?: string | undefined;
|
|
3106
|
-
metadata_action?: "replace" | "extend" | "replace_create_only" | "replace_cancel_only" | "extend_create_only" | "extend_cancel_only" | undefined;
|
|
3107
|
-
reverse_deposit?: boolean | undefined;
|
|
3108
|
-
reverse_withdrawal?: boolean | undefined;
|
|
3109
|
-
}>>;
|
|
3110
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
3111
|
-
options?: {
|
|
3112
|
-
tracking_id?: string | undefined;
|
|
3113
|
-
transaction_id?: string | undefined;
|
|
3114
|
-
metadata_action?: "replace" | "extend" | "replace_create_only" | "replace_cancel_only" | "extend_create_only" | "extend_cancel_only" | undefined;
|
|
3115
|
-
reverse_deposit?: boolean | undefined;
|
|
3116
|
-
reverse_withdrawal?: boolean | undefined;
|
|
3117
|
-
} | undefined;
|
|
3118
|
-
type?: "transfer" | "deposit" | "withdrawal" | undefined;
|
|
3119
|
-
reverse?: {
|
|
3120
|
-
status?: "pending" | "finished" | undefined;
|
|
3121
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3122
|
-
force?: boolean | undefined;
|
|
3123
|
-
} | undefined;
|
|
3124
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
3125
|
-
identifier?: string | undefined;
|
|
3126
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
3127
|
-
id?: number | undefined;
|
|
3128
|
-
token?: {
|
|
3129
|
-
foreign: string;
|
|
3130
|
-
} | undefined;
|
|
3131
|
-
created_at?: string | undefined;
|
|
3132
|
-
updated_at?: string | undefined;
|
|
3133
|
-
from_wallet_id?: number | undefined;
|
|
3134
|
-
to_wallet_id?: number | undefined;
|
|
3135
|
-
token_id?: number | undefined;
|
|
3136
|
-
amount?: number | undefined;
|
|
3137
|
-
transfer_group_id?: number | undefined;
|
|
3138
|
-
reverses_id?: number | undefined;
|
|
3139
|
-
wallet?: {
|
|
3140
|
-
foreign: string;
|
|
3141
|
-
} | undefined;
|
|
3142
|
-
transfer_group?: {
|
|
3143
|
-
foreign: string;
|
|
3144
|
-
} | undefined;
|
|
3145
|
-
from_wallet?: {
|
|
3146
|
-
foreign: string;
|
|
3147
|
-
} | undefined;
|
|
3148
|
-
to_wallet?: {
|
|
3149
|
-
foreign: string;
|
|
3150
|
-
} | undefined;
|
|
3151
|
-
reverses?: {
|
|
3152
|
-
id: number;
|
|
3153
|
-
identifier?: string | undefined;
|
|
3154
|
-
} | {
|
|
3155
|
-
identifier: string;
|
|
3156
|
-
id?: number | undefined;
|
|
3157
|
-
} | undefined;
|
|
3158
|
-
}, {
|
|
3159
|
-
options?: {
|
|
3160
|
-
tracking_id?: string | undefined;
|
|
3161
|
-
transaction_id?: string | undefined;
|
|
3162
|
-
metadata_action?: "replace" | "extend" | "replace_create_only" | "replace_cancel_only" | "extend_create_only" | "extend_cancel_only" | undefined;
|
|
3163
|
-
reverse_deposit?: boolean | undefined;
|
|
3164
|
-
reverse_withdrawal?: boolean | undefined;
|
|
3165
|
-
} | undefined;
|
|
3166
|
-
type?: "transfer" | "deposit" | "withdrawal" | undefined;
|
|
3167
|
-
reverse?: {
|
|
3168
|
-
status?: "pending" | "finished" | undefined;
|
|
3169
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3170
|
-
force?: boolean | undefined;
|
|
3171
|
-
} | undefined;
|
|
3172
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
3173
|
-
identifier?: string | number | undefined;
|
|
3174
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
3175
|
-
id?: string | number | undefined;
|
|
3176
|
-
token?: string | number | undefined;
|
|
3177
|
-
created_at?: string | undefined;
|
|
3178
|
-
updated_at?: string | undefined;
|
|
3179
|
-
from_wallet_id?: string | number | undefined;
|
|
3180
|
-
to_wallet_id?: string | number | undefined;
|
|
3181
|
-
token_id?: string | number | undefined;
|
|
3182
|
-
amount?: string | number | undefined;
|
|
3183
|
-
transfer_group_id?: string | number | undefined;
|
|
3184
|
-
reverses_id?: string | number | undefined;
|
|
3185
|
-
wallet?: string | number | undefined;
|
|
3186
|
-
transfer_group?: string | number | undefined;
|
|
3187
|
-
from_wallet?: string | number | undefined;
|
|
3188
|
-
to_wallet?: string | number | undefined;
|
|
3189
|
-
reverses?: {
|
|
3190
|
-
id: number;
|
|
3191
|
-
identifier?: string | undefined;
|
|
3192
|
-
} | {
|
|
3193
|
-
identifier: string;
|
|
3194
|
-
id?: number | undefined;
|
|
3195
|
-
} | undefined;
|
|
3196
|
-
}>>;
|
|
3197
|
-
setFlags: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
3198
|
-
allow_timestamps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3199
|
-
production: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3200
|
-
} & {
|
|
3201
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3202
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3203
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3204
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
3205
|
-
tracking_id?: string | undefined;
|
|
3206
|
-
transaction_id?: string | undefined;
|
|
3207
|
-
}, {
|
|
3208
|
-
tracking_id?: string | undefined;
|
|
3209
|
-
transaction_id?: string | undefined;
|
|
3210
|
-
}>>;
|
|
3211
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
3212
|
-
options?: {
|
|
3213
|
-
tracking_id?: string | undefined;
|
|
3214
|
-
transaction_id?: string | undefined;
|
|
3215
|
-
} | undefined;
|
|
3216
|
-
allow_timestamps?: boolean | undefined;
|
|
3217
|
-
production?: boolean | undefined;
|
|
3218
|
-
}, {
|
|
3219
|
-
options?: {
|
|
3220
|
-
tracking_id?: string | undefined;
|
|
3221
|
-
transaction_id?: string | undefined;
|
|
3222
|
-
} | undefined;
|
|
3223
|
-
allow_timestamps?: boolean | undefined;
|
|
3224
|
-
production?: boolean | undefined;
|
|
3225
|
-
}>>;
|
|
3226
|
-
updateToken: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
3227
|
-
status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["active", "dw-only", "disabled"]>>>;
|
|
3228
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
3229
|
-
token: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
3230
|
-
public: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
3231
|
-
} & {
|
|
3232
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3233
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3234
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3235
|
-
} & {
|
|
3236
|
-
return_when_not_updated: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
3237
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
3238
|
-
return_when_not_updated: boolean;
|
|
3239
|
-
tracking_id?: string | undefined;
|
|
3240
|
-
transaction_id?: string | undefined;
|
|
3241
|
-
}, {
|
|
3242
|
-
tracking_id?: string | undefined;
|
|
3243
|
-
transaction_id?: string | undefined;
|
|
3244
|
-
return_when_not_updated?: boolean | undefined;
|
|
3245
|
-
}>>;
|
|
3246
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
3247
|
-
token: string | number;
|
|
3248
|
-
options?: {
|
|
3249
|
-
return_when_not_updated: boolean;
|
|
3250
|
-
tracking_id?: string | undefined;
|
|
3251
|
-
transaction_id?: string | undefined;
|
|
3252
|
-
} | undefined;
|
|
3253
|
-
status?: "active" | "disabled" | "dw-only" | undefined;
|
|
3254
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3255
|
-
public?: boolean | undefined;
|
|
3256
|
-
}, {
|
|
3257
|
-
token: string | number;
|
|
3258
|
-
options?: {
|
|
3259
|
-
tracking_id?: string | undefined;
|
|
3260
|
-
transaction_id?: string | undefined;
|
|
3261
|
-
return_when_not_updated?: boolean | undefined;
|
|
3262
|
-
} | undefined;
|
|
3263
|
-
status?: "active" | "disabled" | "dw-only" | undefined;
|
|
3264
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3265
|
-
public?: boolean | undefined;
|
|
3266
|
-
}>>;
|
|
3267
|
-
updateTransfer: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
3268
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["finished", "cancelled"]>>;
|
|
3269
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
3270
|
-
transfer: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
3271
|
-
extend_metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
3272
|
-
} & {
|
|
3273
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3274
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3275
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3276
|
-
return_from_balance: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
3277
|
-
return_to_balance: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
3278
|
-
return_when_not_updated: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
3279
|
-
metadata_action: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["replace", "extend"]>>>;
|
|
3280
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
3281
|
-
tracking_id?: string | undefined;
|
|
3282
|
-
transaction_id?: string | undefined;
|
|
3283
|
-
return_from_balance?: boolean | undefined;
|
|
3284
|
-
return_to_balance?: boolean | undefined;
|
|
3285
|
-
return_when_not_updated?: boolean | undefined;
|
|
3286
|
-
metadata_action?: "replace" | "extend" | undefined;
|
|
3287
|
-
}, {
|
|
3288
|
-
tracking_id?: string | undefined;
|
|
3289
|
-
transaction_id?: string | undefined;
|
|
3290
|
-
return_from_balance?: boolean | undefined;
|
|
3291
|
-
return_to_balance?: boolean | undefined;
|
|
3292
|
-
return_when_not_updated?: boolean | undefined;
|
|
3293
|
-
metadata_action?: "replace" | "extend" | undefined;
|
|
3294
|
-
}>>;
|
|
3295
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
3296
|
-
transfer: string | number;
|
|
3297
|
-
options?: {
|
|
3298
|
-
tracking_id?: string | undefined;
|
|
3299
|
-
transaction_id?: string | undefined;
|
|
3300
|
-
return_from_balance?: boolean | undefined;
|
|
3301
|
-
return_to_balance?: boolean | undefined;
|
|
3302
|
-
return_when_not_updated?: boolean | undefined;
|
|
3303
|
-
metadata_action?: "replace" | "extend" | undefined;
|
|
3304
|
-
} | undefined;
|
|
3305
|
-
status?: "finished" | "cancelled" | undefined;
|
|
3306
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3307
|
-
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
3308
|
-
}, {
|
|
3309
|
-
transfer: string | number;
|
|
3310
|
-
options?: {
|
|
3311
|
-
tracking_id?: string | undefined;
|
|
3312
|
-
transaction_id?: string | undefined;
|
|
3313
|
-
return_from_balance?: boolean | undefined;
|
|
3314
|
-
return_to_balance?: boolean | undefined;
|
|
3315
|
-
return_when_not_updated?: boolean | undefined;
|
|
3316
|
-
metadata_action?: "replace" | "extend" | undefined;
|
|
3317
|
-
} | undefined;
|
|
3318
|
-
status?: "finished" | "cancelled" | undefined;
|
|
3319
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3320
|
-
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
3321
|
-
}>>;
|
|
3322
|
-
updateTransferGroup: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
3323
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["closed"]>>;
|
|
3324
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
3325
|
-
transfer_status: import("zod").ZodOptional<import("zod").ZodEnum<["finished", "cancelled"]>>;
|
|
3326
|
-
transfer_group: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
3327
|
-
} & {
|
|
3328
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3329
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3330
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3331
|
-
return_transfers: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3332
|
-
return_when_not_updated: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
3333
|
-
metadata_action: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["replace", "extend"]>>>;
|
|
3334
|
-
transfer_metadata_action: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["replace", "extend"]>>>;
|
|
3335
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
3336
|
-
tracking_id?: string | undefined;
|
|
3337
|
-
transaction_id?: string | undefined;
|
|
3338
|
-
return_when_not_updated?: boolean | undefined;
|
|
3339
|
-
metadata_action?: "replace" | "extend" | undefined;
|
|
3340
|
-
return_transfers?: boolean | undefined;
|
|
3341
|
-
transfer_metadata_action?: "replace" | "extend" | undefined;
|
|
3342
|
-
}, {
|
|
3343
|
-
tracking_id?: string | undefined;
|
|
3344
|
-
transaction_id?: string | undefined;
|
|
3345
|
-
return_when_not_updated?: boolean | undefined;
|
|
3346
|
-
metadata_action?: "replace" | "extend" | undefined;
|
|
3347
|
-
return_transfers?: boolean | undefined;
|
|
3348
|
-
transfer_metadata_action?: "replace" | "extend" | undefined;
|
|
3349
|
-
}>>;
|
|
3350
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
3351
|
-
transfer_group: string | number;
|
|
3352
|
-
options?: {
|
|
3353
|
-
tracking_id?: string | undefined;
|
|
3354
|
-
transaction_id?: string | undefined;
|
|
3355
|
-
return_when_not_updated?: boolean | undefined;
|
|
3356
|
-
metadata_action?: "replace" | "extend" | undefined;
|
|
3357
|
-
return_transfers?: boolean | undefined;
|
|
3358
|
-
transfer_metadata_action?: "replace" | "extend" | undefined;
|
|
3359
|
-
} | undefined;
|
|
3360
|
-
status?: "closed" | undefined;
|
|
3361
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3362
|
-
transfer_status?: "finished" | "cancelled" | undefined;
|
|
3363
|
-
}, {
|
|
3364
|
-
transfer_group: string | number;
|
|
3365
|
-
options?: {
|
|
3366
|
-
tracking_id?: string | undefined;
|
|
3367
|
-
transaction_id?: string | undefined;
|
|
3368
|
-
return_when_not_updated?: boolean | undefined;
|
|
3369
|
-
metadata_action?: "replace" | "extend" | undefined;
|
|
3370
|
-
return_transfers?: boolean | undefined;
|
|
3371
|
-
transfer_metadata_action?: "replace" | "extend" | undefined;
|
|
3372
|
-
} | undefined;
|
|
3373
|
-
status?: "closed" | undefined;
|
|
3374
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3375
|
-
transfer_status?: "finished" | "cancelled" | undefined;
|
|
3376
|
-
}>>;
|
|
3377
|
-
updateTransferGroups: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
3378
|
-
identifier: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
3379
|
-
transfer_status: import("zod").ZodOptional<import("zod").ZodEnum<["finished", "cancelled"]>>;
|
|
3380
|
-
status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["open", "closed"]>>>;
|
|
3381
|
-
reverses: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
3382
|
-
foreign: string;
|
|
3383
|
-
}, string | number>>;
|
|
3384
|
-
type: import("zod").ZodOptional<import("zod").ZodEnum<["regular", "exchange", "distribution"]>>;
|
|
3385
|
-
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
3386
|
-
} & {
|
|
3387
|
-
update: import("zod").ZodEffects<import("zod").ZodObject<{
|
|
3388
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["open", "closed"]>>;
|
|
3389
|
-
transfer_status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>;
|
|
3390
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
3391
|
-
transfer_metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
3392
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
3393
|
-
status?: "open" | "closed" | undefined;
|
|
3394
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3395
|
-
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
3396
|
-
transfer_metadata?: import("../db/consts").Metadata | undefined;
|
|
3397
|
-
}, {
|
|
3398
|
-
status?: "open" | "closed" | undefined;
|
|
3399
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3400
|
-
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
3401
|
-
transfer_metadata?: import("../db/consts").Metadata | undefined;
|
|
3402
|
-
}>, {
|
|
3403
|
-
status?: "open" | "closed" | undefined;
|
|
3404
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3405
|
-
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
3406
|
-
transfer_metadata?: import("../db/consts").Metadata | undefined;
|
|
3407
|
-
}, {
|
|
3408
|
-
status?: "open" | "closed" | undefined;
|
|
3409
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3410
|
-
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
3411
|
-
transfer_metadata?: import("../db/consts").Metadata | undefined;
|
|
3412
|
-
}>;
|
|
3413
|
-
} & {
|
|
3414
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3415
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3416
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3417
|
-
return_transfers: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3418
|
-
return_when_not_updated: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
3419
|
-
metadata_action: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["replace", "extend"]>>>;
|
|
3420
|
-
transfer_metadata_action: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["replace", "extend"]>>>;
|
|
3421
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
3422
|
-
tracking_id?: string | undefined;
|
|
3423
|
-
transaction_id?: string | undefined;
|
|
3424
|
-
return_when_not_updated?: boolean | undefined;
|
|
3425
|
-
metadata_action?: "replace" | "extend" | undefined;
|
|
3426
|
-
return_transfers?: boolean | undefined;
|
|
3427
|
-
transfer_metadata_action?: "replace" | "extend" | undefined;
|
|
3428
|
-
}, {
|
|
3429
|
-
tracking_id?: string | undefined;
|
|
3430
|
-
transaction_id?: string | undefined;
|
|
3431
|
-
return_when_not_updated?: boolean | undefined;
|
|
3432
|
-
metadata_action?: "replace" | "extend" | undefined;
|
|
3433
|
-
return_transfers?: boolean | undefined;
|
|
3434
|
-
transfer_metadata_action?: "replace" | "extend" | undefined;
|
|
3435
|
-
}>>;
|
|
3436
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
3437
|
-
update: {
|
|
3438
|
-
status?: "open" | "closed" | undefined;
|
|
3439
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3440
|
-
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
3441
|
-
transfer_metadata?: import("../db/consts").Metadata | undefined;
|
|
3442
|
-
};
|
|
3443
|
-
options?: {
|
|
3444
|
-
tracking_id?: string | undefined;
|
|
3445
|
-
transaction_id?: string | undefined;
|
|
3446
|
-
return_when_not_updated?: boolean | undefined;
|
|
3447
|
-
metadata_action?: "replace" | "extend" | undefined;
|
|
3448
|
-
return_transfers?: boolean | undefined;
|
|
3449
|
-
transfer_metadata_action?: "replace" | "extend" | undefined;
|
|
3450
|
-
} | undefined;
|
|
3451
|
-
type?: "regular" | "exchange" | "distribution" | undefined;
|
|
3452
|
-
status?: "open" | "closed" | undefined;
|
|
3453
|
-
identifier?: string | number | undefined;
|
|
3454
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
3455
|
-
transfer_status?: "finished" | "cancelled" | undefined;
|
|
3456
|
-
reverses?: {
|
|
3457
|
-
foreign: string;
|
|
3458
|
-
} | undefined;
|
|
3459
|
-
}, {
|
|
3460
|
-
update: {
|
|
3461
|
-
status?: "open" | "closed" | undefined;
|
|
3462
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3463
|
-
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
3464
|
-
transfer_metadata?: import("../db/consts").Metadata | undefined;
|
|
3465
|
-
};
|
|
3466
|
-
options?: {
|
|
3467
|
-
tracking_id?: string | undefined;
|
|
3468
|
-
transaction_id?: string | undefined;
|
|
3469
|
-
return_when_not_updated?: boolean | undefined;
|
|
3470
|
-
metadata_action?: "replace" | "extend" | undefined;
|
|
3471
|
-
return_transfers?: boolean | undefined;
|
|
3472
|
-
transfer_metadata_action?: "replace" | "extend" | undefined;
|
|
3473
|
-
} | undefined;
|
|
3474
|
-
type?: "regular" | "exchange" | "distribution" | undefined;
|
|
3475
|
-
status?: "open" | "closed" | undefined;
|
|
3476
|
-
identifier?: string | number | undefined;
|
|
3477
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
3478
|
-
transfer_status?: "finished" | "cancelled" | undefined;
|
|
3479
|
-
reverses?: string | number | undefined;
|
|
3480
|
-
}>>;
|
|
3481
|
-
updateTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
3482
|
-
identifier: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
3483
|
-
wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
3484
|
-
foreign: string;
|
|
3485
|
-
}, string | number>>;
|
|
3486
|
-
token: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
3487
|
-
foreign: string;
|
|
3488
|
-
}, string | number>>;
|
|
3489
|
-
from_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
3490
|
-
foreign: string;
|
|
3491
|
-
}, string | number>>;
|
|
3492
|
-
to_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
3493
|
-
foreign: string;
|
|
3494
|
-
}, string | number>>;
|
|
3495
|
-
transfer_group: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
3496
|
-
foreign: string;
|
|
3497
|
-
}, string | number>>;
|
|
3498
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>;
|
|
3499
|
-
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
3500
|
-
} & {
|
|
3501
|
-
update: import("zod").ZodEffects<import("zod").ZodObject<{
|
|
3502
|
-
status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>>;
|
|
3503
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
3504
|
-
updated_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
3505
|
-
extend_metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
3506
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
3507
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
3508
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3509
|
-
updated_at?: string | undefined;
|
|
3510
|
-
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
3511
|
-
}, {
|
|
3512
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
3513
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3514
|
-
updated_at?: string | undefined;
|
|
3515
|
-
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
3516
|
-
}>, {
|
|
3517
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
3518
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3519
|
-
updated_at?: string | undefined;
|
|
3520
|
-
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
3521
|
-
}, {
|
|
3522
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
3523
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3524
|
-
updated_at?: string | undefined;
|
|
3525
|
-
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
3526
|
-
}>;
|
|
3527
|
-
} & {
|
|
3528
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3529
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3530
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3531
|
-
metadata_action: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["replace", "extend"]>>>;
|
|
3532
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
3533
|
-
tracking_id?: string | undefined;
|
|
3534
|
-
transaction_id?: string | undefined;
|
|
3535
|
-
metadata_action?: "replace" | "extend" | undefined;
|
|
3536
|
-
}, {
|
|
3537
|
-
tracking_id?: string | undefined;
|
|
3538
|
-
transaction_id?: string | undefined;
|
|
3539
|
-
metadata_action?: "replace" | "extend" | undefined;
|
|
3540
|
-
}>>;
|
|
3541
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
3542
|
-
update: {
|
|
3543
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
3544
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3545
|
-
updated_at?: string | undefined;
|
|
3546
|
-
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
3547
|
-
};
|
|
3548
|
-
options?: {
|
|
3549
|
-
tracking_id?: string | undefined;
|
|
3550
|
-
transaction_id?: string | undefined;
|
|
3551
|
-
metadata_action?: "replace" | "extend" | undefined;
|
|
3552
|
-
} | undefined;
|
|
3553
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
3554
|
-
identifier?: string | number | undefined;
|
|
3555
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
3556
|
-
token?: {
|
|
3557
|
-
foreign: string;
|
|
3558
|
-
} | undefined;
|
|
3559
|
-
wallet?: {
|
|
3560
|
-
foreign: string;
|
|
3561
|
-
} | undefined;
|
|
3562
|
-
transfer_group?: {
|
|
3563
|
-
foreign: string;
|
|
3564
|
-
} | undefined;
|
|
3565
|
-
from_wallet?: {
|
|
3566
|
-
foreign: string;
|
|
3567
|
-
} | undefined;
|
|
3568
|
-
to_wallet?: {
|
|
3569
|
-
foreign: string;
|
|
3570
|
-
} | undefined;
|
|
3571
|
-
}, {
|
|
3572
|
-
update: {
|
|
3573
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
3574
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3575
|
-
updated_at?: string | undefined;
|
|
3576
|
-
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
3577
|
-
};
|
|
3578
|
-
options?: {
|
|
3579
|
-
tracking_id?: string | undefined;
|
|
3580
|
-
transaction_id?: string | undefined;
|
|
3581
|
-
metadata_action?: "replace" | "extend" | undefined;
|
|
3582
|
-
} | undefined;
|
|
3583
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
3584
|
-
identifier?: string | number | undefined;
|
|
3585
|
-
metadata?: Record<string, string | number | boolean> | undefined;
|
|
3586
|
-
token?: string | number | undefined;
|
|
3587
|
-
wallet?: string | number | undefined;
|
|
3588
|
-
transfer_group?: string | number | undefined;
|
|
3589
|
-
from_wallet?: string | number | undefined;
|
|
3590
|
-
to_wallet?: string | number | undefined;
|
|
3591
|
-
}>>;
|
|
3592
|
-
updateWallet: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
3593
|
-
status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["active", "disabled"]>>>;
|
|
3594
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
3595
|
-
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
|
|
3596
|
-
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
3597
|
-
} & {
|
|
3598
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3599
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3600
|
-
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3601
|
-
return_when_not_updated: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
3602
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
3603
|
-
tracking_id?: string | undefined;
|
|
3604
|
-
transaction_id?: string | undefined;
|
|
3605
|
-
return_when_not_updated?: boolean | undefined;
|
|
3606
|
-
}, {
|
|
3607
|
-
tracking_id?: string | undefined;
|
|
3608
|
-
transaction_id?: string | undefined;
|
|
3609
|
-
return_when_not_updated?: boolean | undefined;
|
|
3610
|
-
}>>;
|
|
3611
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
3612
|
-
wallet: string | number;
|
|
3613
|
-
options?: {
|
|
3614
|
-
tracking_id?: string | undefined;
|
|
3615
|
-
transaction_id?: string | undefined;
|
|
3616
|
-
return_when_not_updated?: boolean | undefined;
|
|
3617
|
-
} | undefined;
|
|
3618
|
-
status?: "active" | "disabled" | undefined;
|
|
3619
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3620
|
-
name?: string | null | undefined;
|
|
3621
|
-
}, {
|
|
3622
|
-
wallet: string | number;
|
|
3623
|
-
options?: {
|
|
3624
|
-
tracking_id?: string | undefined;
|
|
3625
|
-
transaction_id?: string | undefined;
|
|
3626
|
-
return_when_not_updated?: boolean | undefined;
|
|
3627
|
-
} | undefined;
|
|
3628
|
-
status?: "active" | "disabled" | undefined;
|
|
3629
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
3630
|
-
name?: string | null | undefined;
|
|
3631
|
-
}>>;
|
|
3632
|
-
};
|
|
3633
|
-
/**
|
|
3634
|
-
* @internal
|
|
3635
|
-
*/
|
|
3636
|
-
export { aggregateTransfers, createAccessToken, createContract, createDeposit, createExchange, createToken, createTransfer, createTransferGroup, createTransfers, createWallet, createWithdrawal, exportBalanceHistory, exportTokens, exportTransferGroups, exportTransfers, exportWallets, findBalances, findTokens, findTransferGroups, findTransfers, findWallets, getBalance, getBalanceHistory, getExport, getFlags, getStatistics, getToken, getTransfer, getTransferGroup, getWallet, healthcheck, listExports, reverseTransfer, reverseTransferGroup, reverseTransfers, setFlags, updateToken, updateTransfer, updateTransferGroup, updateTransferGroups, updateTransfers, updateWallet, };
|