wapi-client 0.12.5-beta.6 → 0.12.5-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/http-client.browser.cjs +520 -500
- package/dist/api/http-client.browser.js +520 -500
- package/dist/api/http-client.cjs +3 -4
- package/dist/api/http-client.js +1 -2
- package/dist/client-options.schema.zod.browser.cjs +14 -4008
- package/dist/client-options.schema.zod.browser.js +1 -3996
- package/dist/client-options.schema.zod.cjs +1 -1
- package/dist/client-options.schema.zod.d.ts +1 -1
- package/dist/client-options.schema.zod.js +1 -1
- package/dist/db/consts.browser.cjs +79 -4056
- package/dist/db/consts.browser.js +1 -3978
- package/dist/db/consts.cjs +79 -89
- package/dist/db/consts.d.ts +1 -1
- package/dist/db/consts.enums.d.ts +1 -1
- package/dist/db/consts.js +1 -1
- package/dist/db/token/token.enums.d.ts +1 -1
- package/dist/db/token/token.schema.zod.browser.cjs +10 -4004
- package/dist/db/token/token.schema.zod.browser.js +1 -3998
- package/dist/db/token/token.schema.zod.cjs +10 -20
- package/dist/db/token/token.schema.zod.d.ts +1 -1
- package/dist/db/token/token.schema.zod.js +1 -1
- package/dist/db/transfer/transfer.enums.d.ts +1 -1
- package/dist/db/transfer/transfer.schema.zod.browser.cjs +16 -4010
- package/dist/db/transfer/transfer.schema.zod.browser.js +1 -3998
- package/dist/db/transfer/transfer.schema.zod.cjs +16 -26
- package/dist/db/transfer/transfer.schema.zod.d.ts +1 -1
- package/dist/db/transfer/transfer.schema.zod.js +1 -1
- package/dist/db/transfer-group/transfer-group.enums.d.ts +1 -1
- package/dist/db/transfer-group/transfer-group.schema.zod.browser.cjs +10 -4004
- package/dist/db/transfer-group/transfer-group.schema.zod.browser.js +1 -3998
- package/dist/db/transfer-group/transfer-group.schema.zod.cjs +10 -20
- package/dist/db/transfer-group/transfer-group.schema.zod.d.ts +1 -1
- package/dist/db/transfer-group/transfer-group.schema.zod.js +1 -1
- package/dist/db/transfer-log/transfer-log.enums.d.ts +1 -1
- package/dist/db/transfer-log/transfer-log.schema.zod.browser.cjs +20 -4014
- package/dist/db/transfer-log/transfer-log.schema.zod.browser.js +1 -3998
- package/dist/db/transfer-log/transfer-log.schema.zod.cjs +20 -30
- package/dist/db/transfer-log/transfer-log.schema.zod.d.ts +1 -1
- package/dist/db/transfer-log/transfer-log.schema.zod.js +1 -1
- package/dist/db/wallet/wallet.enums.d.ts +1 -1
- package/dist/db/wallet/wallet.schema.zod.browser.cjs +11 -4005
- package/dist/db/wallet/wallet.schema.zod.browser.js +1 -3998
- package/dist/db/wallet/wallet.schema.zod.cjs +11 -21
- package/dist/db/wallet/wallet.schema.zod.d.ts +1 -1
- package/dist/db/wallet/wallet.schema.zod.js +1 -1
- package/dist/db/wallet-token-setting/wallet-token-setting.enums.d.ts +1 -1
- package/dist/db/wallet-token-setting/wallet-token-setting.schema.zod.browser.cjs +9 -4003
- package/dist/db/wallet-token-setting/wallet-token-setting.schema.zod.browser.js +1 -3998
- package/dist/db/wallet-token-setting/wallet-token-setting.schema.zod.cjs +9 -19
- package/dist/db/wallet-token-setting/wallet-token-setting.schema.zod.d.ts +1 -1
- package/dist/db/wallet-token-setting/wallet-token-setting.schema.zod.js +1 -1
- package/dist/db/wapi-setting/wapi-setting.enums.d.ts +1 -1
- package/dist/db/wapi-setting/wapi-setting.schema.zod.browser.cjs +7 -4001
- package/dist/db/wapi-setting/wapi-setting.schema.zod.browser.js +1 -3998
- package/dist/db/wapi-setting/wapi-setting.schema.zod.cjs +7 -17
- package/dist/db/wapi-setting/wapi-setting.schema.zod.d.ts +1 -1
- package/dist/db/wapi-setting/wapi-setting.schema.zod.js +1 -1
- package/dist/db/wapi-statistic/wapi-statistic.enums.d.ts +1 -1
- package/dist/db/wapi-statistic/wapi-statistic.schema.zod.browser.cjs +6 -4000
- package/dist/db/wapi-statistic/wapi-statistic.schema.zod.browser.js +1 -3998
- package/dist/db/wapi-statistic/wapi-statistic.schema.zod.cjs +6 -16
- package/dist/db/wapi-statistic/wapi-statistic.schema.zod.d.ts +1 -1
- package/dist/db/wapi-statistic/wapi-statistic.schema.zod.js +1 -1
- package/dist/fns/aggregate-transfers/aggregate-transfers.enums.d.ts +1 -1
- package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.browser.cjs +2 -3996
- package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.browser.js +1 -3996
- package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.cjs +1 -1
- package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.d.ts +1 -1
- package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.js +1 -1
- package/dist/fns/consts.browser.cjs +8 -4002
- package/dist/fns/consts.browser.js +1 -3998
- package/dist/fns/consts.cjs +8 -18
- package/dist/fns/consts.d.ts +1 -1
- package/dist/fns/consts.enums.d.ts +1 -1
- package/dist/fns/consts.js +1 -1
- package/dist/fns/create-access-token/create-access-token.enums.d.ts +1 -1
- package/dist/fns/create-access-token/create-access-token.schema.zod.browser.cjs +4 -3998
- package/dist/fns/create-access-token/create-access-token.schema.zod.browser.js +1 -3996
- package/dist/fns/create-access-token/create-access-token.schema.zod.cjs +1 -1
- package/dist/fns/create-access-token/create-access-token.schema.zod.d.ts +1 -1
- package/dist/fns/create-access-token/create-access-token.schema.zod.js +1 -1
- package/dist/fns/create-contract/create-contract.enums.d.ts +1 -1
- package/dist/fns/create-contract/create-contract.schema.zod.browser.cjs +5 -3999
- package/dist/fns/create-contract/create-contract.schema.zod.browser.js +1 -3998
- package/dist/fns/create-contract/create-contract.schema.zod.cjs +1 -1
- package/dist/fns/create-contract/create-contract.schema.zod.d.ts +1 -1
- package/dist/fns/create-contract/create-contract.schema.zod.js +1 -1
- package/dist/fns/create-deposit/create-deposit.enums.d.ts +1 -1
- package/dist/fns/create-deposit/create-deposit.schema.zod.browser.cjs +4 -3998
- package/dist/fns/create-deposit/create-deposit.schema.zod.browser.js +1 -3996
- package/dist/fns/create-deposit/create-deposit.schema.zod.cjs +1 -1
- package/dist/fns/create-deposit/create-deposit.schema.zod.d.ts +1 -1
- package/dist/fns/create-deposit/create-deposit.schema.zod.js +1 -1
- package/dist/fns/create-exchange/create-exchange.enums.d.ts +1 -1
- package/dist/fns/create-exchange/create-exchange.schema.zod.browser.cjs +2 -3996
- package/dist/fns/create-exchange/create-exchange.schema.zod.browser.js +1 -3996
- package/dist/fns/create-exchange/create-exchange.schema.zod.cjs +1 -1
- package/dist/fns/create-exchange/create-exchange.schema.zod.d.ts +1 -1
- package/dist/fns/create-exchange/create-exchange.schema.zod.js +1 -1
- package/dist/fns/create-token/create-token.enums.d.ts +1 -1
- package/dist/fns/create-transfer/create-transfer.enums.d.ts +1 -1
- package/dist/fns/create-transfer/create-transfer.schema.zod.browser.cjs +8 -4002
- package/dist/fns/create-transfer/create-transfer.schema.zod.browser.js +1 -3996
- package/dist/fns/create-transfer/create-transfer.schema.zod.cjs +1 -1
- package/dist/fns/create-transfer/create-transfer.schema.zod.d.ts +1 -1
- package/dist/fns/create-transfer/create-transfer.schema.zod.js +1 -1
- package/dist/fns/create-transfer-group/create-transfer-group.enums.d.ts +1 -1
- package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.browser.cjs +2 -3996
- package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.browser.js +1 -3996
- package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.cjs +1 -1
- package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.d.ts +1 -1
- package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.js +1 -1
- package/dist/fns/create-transfers/create-transfers.enums.d.ts +1 -1
- package/dist/fns/create-transfers/create-transfers.schema.zod.browser.cjs +2 -3996
- package/dist/fns/create-transfers/create-transfers.schema.zod.browser.js +1 -3996
- package/dist/fns/create-transfers/create-transfers.schema.zod.cjs +1 -1
- package/dist/fns/create-transfers/create-transfers.schema.zod.d.ts +1 -1
- package/dist/fns/create-transfers/create-transfers.schema.zod.js +1 -1
- package/dist/fns/create-wallet/create-wallet.enums.d.ts +1 -1
- package/dist/fns/create-withdrawal/create-withdrawal.enums.d.ts +1 -1
- package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.browser.cjs +3 -3997
- package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.browser.js +1 -3996
- package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.cjs +1 -1
- package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.d.ts +1 -1
- package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.js +1 -1
- package/dist/fns/export-balance-history/export-balance-history.enums.d.ts +1 -1
- package/dist/fns/export-balance-history/export-balance-history.schema.zod.browser.cjs +2 -3996
- package/dist/fns/export-balance-history/export-balance-history.schema.zod.browser.js +1 -3996
- package/dist/fns/export-balance-history/export-balance-history.schema.zod.cjs +1 -1
- package/dist/fns/export-balance-history/export-balance-history.schema.zod.d.ts +1 -1
- package/dist/fns/export-balance-history/export-balance-history.schema.zod.js +1 -1
- package/dist/fns/export-tokens/export-tokens.enums.d.ts +1 -1
- package/dist/fns/export-transfer-groups/export-transfer-groups.enums.d.ts +1 -1
- package/dist/fns/export-transfers/export-transfers.enums.d.ts +1 -1
- package/dist/fns/export-wallets/export-wallets.enums.d.ts +1 -1
- package/dist/fns/find-balances/find-balances.enums.d.ts +1 -1
- package/dist/fns/find-balances/find-balances.schema.zod.browser.cjs +2 -3996
- package/dist/fns/find-balances/find-balances.schema.zod.browser.js +1 -3996
- package/dist/fns/find-balances/find-balances.schema.zod.cjs +1 -1
- package/dist/fns/find-balances/find-balances.schema.zod.d.ts +1 -1
- package/dist/fns/find-balances/find-balances.schema.zod.js +1 -1
- package/dist/fns/find-tokens/find-tokens.enums.d.ts +1 -1
- package/dist/fns/find-tokens/find-tokens.schema.zod.browser.cjs +2 -3996
- package/dist/fns/find-tokens/find-tokens.schema.zod.browser.js +1 -3996
- package/dist/fns/find-tokens/find-tokens.schema.zod.cjs +1 -1
- package/dist/fns/find-tokens/find-tokens.schema.zod.d.ts +1 -1
- package/dist/fns/find-tokens/find-tokens.schema.zod.js +1 -1
- package/dist/fns/find-transfer-groups/find-transfer-groups.enums.d.ts +1 -1
- package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.browser.cjs +2 -3996
- package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.browser.js +1 -3996
- package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.cjs +1 -1
- package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.d.ts +1 -1
- package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.js +1 -1
- package/dist/fns/find-transfers/find-transfers.enums.d.ts +1 -1
- package/dist/fns/find-transfers/find-transfers.schema.zod.browser.cjs +5 -3982
- package/dist/fns/find-transfers/find-transfers.schema.zod.browser.js +1 -3976
- package/dist/fns/find-transfers/find-transfers.schema.zod.cjs +1 -1
- package/dist/fns/find-transfers/find-transfers.schema.zod.d.ts +1 -1
- package/dist/fns/find-transfers/find-transfers.schema.zod.js +1 -1
- package/dist/fns/find-wallets/find-wallets.enums.d.ts +1 -1
- package/dist/fns/find-wallets/find-wallets.schema.zod.browser.cjs +3 -3997
- package/dist/fns/find-wallets/find-wallets.schema.zod.browser.js +1 -3996
- package/dist/fns/find-wallets/find-wallets.schema.zod.cjs +1 -1
- package/dist/fns/find-wallets/find-wallets.schema.zod.d.ts +1 -1
- package/dist/fns/find-wallets/find-wallets.schema.zod.js +1 -1
- package/dist/fns/get-balance/get-balance.enums.d.ts +1 -1
- package/dist/fns/get-balance/get-balance.schema.zod.browser.cjs +2 -3996
- package/dist/fns/get-balance/get-balance.schema.zod.browser.js +1 -3996
- package/dist/fns/get-balance/get-balance.schema.zod.cjs +1 -1
- package/dist/fns/get-balance/get-balance.schema.zod.d.ts +1 -1
- package/dist/fns/get-balance/get-balance.schema.zod.js +1 -1
- package/dist/fns/get-balance-history/get-balance-history.enums.d.ts +1 -1
- package/dist/fns/get-balance-history/get-balance-history.schema.zod.browser.cjs +2 -3996
- package/dist/fns/get-balance-history/get-balance-history.schema.zod.browser.js +1 -3996
- package/dist/fns/get-balance-history/get-balance-history.schema.zod.cjs +1 -1
- package/dist/fns/get-balance-history/get-balance-history.schema.zod.d.ts +1 -1
- package/dist/fns/get-balance-history/get-balance-history.schema.zod.js +1 -1
- package/dist/fns/get-export/get-export.enums.d.ts +1 -1
- package/dist/fns/get-export/get-export.schema.zod.browser.cjs +3 -3997
- package/dist/fns/get-export/get-export.schema.zod.browser.js +1 -3996
- package/dist/fns/get-export/get-export.schema.zod.cjs +1 -1
- package/dist/fns/get-export/get-export.schema.zod.d.ts +1 -1
- package/dist/fns/get-export/get-export.schema.zod.js +1 -1
- package/dist/fns/get-flags/get-flags.enums.d.ts +1 -1
- package/dist/fns/get-flags/get-flags.schema.zod.browser.cjs +2 -3996
- package/dist/fns/get-flags/get-flags.schema.zod.browser.js +1 -3996
- package/dist/fns/get-flags/get-flags.schema.zod.cjs +1 -1
- package/dist/fns/get-flags/get-flags.schema.zod.d.ts +1 -1
- package/dist/fns/get-flags/get-flags.schema.zod.js +1 -1
- package/dist/fns/get-statistics/get-statistics.enums.d.ts +1 -1
- package/dist/fns/get-statistics/get-statistics.schema.zod.browser.cjs +7 -4001
- package/dist/fns/get-statistics/get-statistics.schema.zod.browser.js +1 -3996
- package/dist/fns/get-statistics/get-statistics.schema.zod.cjs +1 -1
- package/dist/fns/get-statistics/get-statistics.schema.zod.d.ts +1 -1
- package/dist/fns/get-statistics/get-statistics.schema.zod.js +1 -1
- package/dist/fns/get-token/get-token.enums.d.ts +1 -1
- package/dist/fns/get-token/get-token.schema.zod.browser.cjs +2 -3996
- package/dist/fns/get-token/get-token.schema.zod.browser.js +1 -3996
- package/dist/fns/get-token/get-token.schema.zod.cjs +1 -1
- package/dist/fns/get-token/get-token.schema.zod.d.ts +1 -1
- package/dist/fns/get-token/get-token.schema.zod.js +1 -1
- package/dist/fns/get-transfer/get-transfer.enums.d.ts +1 -1
- package/dist/fns/get-transfer/get-transfer.schema.zod.browser.cjs +2 -3996
- package/dist/fns/get-transfer/get-transfer.schema.zod.browser.js +1 -3996
- package/dist/fns/get-transfer/get-transfer.schema.zod.cjs +1 -1
- package/dist/fns/get-transfer/get-transfer.schema.zod.d.ts +1 -1
- package/dist/fns/get-transfer/get-transfer.schema.zod.js +1 -1
- package/dist/fns/get-transfer-group/get-transfer-group.enums.d.ts +1 -1
- package/dist/fns/get-transfer-group/get-transfer-group.schema.zod.browser.cjs +2 -3996
- package/dist/fns/get-transfer-group/get-transfer-group.schema.zod.browser.js +1 -3996
- package/dist/fns/get-transfer-group/get-transfer-group.schema.zod.cjs +1 -1
- package/dist/fns/get-transfer-group/get-transfer-group.schema.zod.d.ts +1 -1
- package/dist/fns/get-transfer-group/get-transfer-group.schema.zod.js +1 -1
- package/dist/fns/get-wallet/get-wallet.enums.d.ts +1 -1
- package/dist/fns/get-wallet/get-wallet.schema.zod.browser.cjs +2 -3996
- package/dist/fns/get-wallet/get-wallet.schema.zod.browser.js +1 -3996
- package/dist/fns/get-wallet/get-wallet.schema.zod.cjs +1 -1
- package/dist/fns/get-wallet/get-wallet.schema.zod.d.ts +1 -1
- package/dist/fns/get-wallet/get-wallet.schema.zod.js +1 -1
- package/dist/fns/healthcheck/healthcheck.enums.d.ts +1 -1
- package/dist/fns/healthcheck/healthcheck.schema.zod.browser.cjs +2 -3996
- package/dist/fns/healthcheck/healthcheck.schema.zod.browser.js +1 -3996
- package/dist/fns/healthcheck/healthcheck.schema.zod.cjs +1 -1
- package/dist/fns/healthcheck/healthcheck.schema.zod.d.ts +1 -1
- package/dist/fns/healthcheck/healthcheck.schema.zod.js +1 -1
- package/dist/fns/list-exports/list-exports.enums.d.ts +1 -1
- package/dist/fns/list-exports/list-exports.schema.zod.browser.cjs +3 -3997
- package/dist/fns/list-exports/list-exports.schema.zod.browser.js +1 -3996
- package/dist/fns/list-exports/list-exports.schema.zod.cjs +1 -1
- package/dist/fns/list-exports/list-exports.schema.zod.d.ts +1 -1
- package/dist/fns/list-exports/list-exports.schema.zod.js +1 -1
- package/dist/fns/reverse-transfer/reverse-transfer.enums.d.ts +1 -1
- package/dist/fns/reverse-transfer/reverse-transfer.schema.zod.browser.cjs +2 -3996
- package/dist/fns/reverse-transfer/reverse-transfer.schema.zod.browser.js +1 -3996
- package/dist/fns/reverse-transfer/reverse-transfer.schema.zod.cjs +1 -1
- package/dist/fns/reverse-transfer/reverse-transfer.schema.zod.d.ts +1 -1
- package/dist/fns/reverse-transfer/reverse-transfer.schema.zod.js +1 -1
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.enums.d.ts +1 -1
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.schema.zod.browser.cjs +2 -3996
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.schema.zod.browser.js +1 -3996
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.schema.zod.cjs +1 -1
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.schema.zod.d.ts +1 -1
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.schema.zod.js +1 -1
- package/dist/fns/reverse-transfers/reverse-transfers.enums.d.ts +1 -1
- package/dist/fns/set-flags/set-flags.enums.d.ts +1 -1
- package/dist/fns/update-token/update-token.enums.d.ts +1 -1
- package/dist/fns/update-token/update-token.schema.zod.browser.cjs +2 -3996
- package/dist/fns/update-token/update-token.schema.zod.browser.js +1 -3996
- package/dist/fns/update-token/update-token.schema.zod.cjs +1 -1
- package/dist/fns/update-token/update-token.schema.zod.d.ts +1 -1
- package/dist/fns/update-token/update-token.schema.zod.js +1 -1
- package/dist/fns/update-transfer/update-transfer.enums.d.ts +1 -1
- package/dist/fns/update-transfer/update-transfer.schema.zod.browser.cjs +3 -3997
- package/dist/fns/update-transfer/update-transfer.schema.zod.browser.js +1 -3996
- package/dist/fns/update-transfer/update-transfer.schema.zod.cjs +1 -1
- package/dist/fns/update-transfer/update-transfer.schema.zod.d.ts +1 -1
- package/dist/fns/update-transfer/update-transfer.schema.zod.js +1 -1
- package/dist/fns/update-transfer-group/update-transfer-group.enums.d.ts +1 -1
- package/dist/fns/update-transfer-group/update-transfer-group.schema.zod.browser.cjs +3 -3997
- package/dist/fns/update-transfer-group/update-transfer-group.schema.zod.browser.js +1 -3996
- package/dist/fns/update-transfer-group/update-transfer-group.schema.zod.cjs +1 -1
- package/dist/fns/update-transfer-group/update-transfer-group.schema.zod.d.ts +1 -1
- package/dist/fns/update-transfer-group/update-transfer-group.schema.zod.js +1 -1
- package/dist/fns/update-transfer-groups/update-transfer-groups.enums.d.ts +1 -1
- package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.browser.cjs +2 -3996
- package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.browser.js +1 -3996
- package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.cjs +1 -1
- package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.d.ts +1 -1
- package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.js +1 -1
- package/dist/fns/update-transfers/update-transfers.enums.d.ts +1 -1
- package/dist/fns/update-transfers/update-transfers.schema.zod.browser.cjs +3 -3997
- package/dist/fns/update-transfers/update-transfers.schema.zod.browser.js +1 -3996
- package/dist/fns/update-transfers/update-transfers.schema.zod.cjs +1 -1
- package/dist/fns/update-transfers/update-transfers.schema.zod.d.ts +1 -1
- package/dist/fns/update-transfers/update-transfers.schema.zod.js +1 -1
- package/dist/fns/update-wallet/update-wallet.enums.d.ts +1 -1
- package/dist/fns/update-wallet/update-wallet.schema.zod.browser.cjs +2 -3996
- package/dist/fns/update-wallet/update-wallet.schema.zod.browser.js +1 -3996
- package/dist/fns/update-wallet/update-wallet.schema.zod.cjs +1 -1
- package/dist/fns/update-wallet/update-wallet.schema.zod.d.ts +1 -1
- package/dist/fns/update-wallet/update-wallet.schema.zod.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/validation.d.ts +16 -16
- package/dist/lib/zod.browser.cjs +4018 -0
- package/dist/lib/zod.browser.js +3998 -0
- package/dist/lib/zod.cjs +30 -0
- package/dist/lib/zod.d.ts +2 -0
- package/dist/lib/zod.js +5 -0
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.enums.d.ts +1 -1
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.browser.cjs +8 -4002
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.browser.js +1 -3996
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.cjs +8 -18
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.d.ts +1 -1
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.js +1 -1
- package/dist/txs/authentication-check/authentication-check.enums.d.ts +1 -1
- package/dist/txs/authentication-check/authentication-check.schema.zod.browser.cjs +3 -3997
- package/dist/txs/authentication-check/authentication-check.schema.zod.browser.js +1 -3996
- package/dist/txs/authentication-check/authentication-check.schema.zod.cjs +3 -13
- package/dist/txs/authentication-check/authentication-check.schema.zod.d.ts +1 -1
- package/dist/txs/authentication-check/authentication-check.schema.zod.js +1 -1
- package/dist/txs/consts.browser.cjs +64 -4058
- package/dist/txs/consts.browser.js +1 -3998
- package/dist/txs/consts.cjs +64 -74
- package/dist/txs/consts.d.ts +1 -1
- package/dist/txs/consts.enums.d.ts +1 -1
- package/dist/txs/consts.js +1 -1
- package/dist/txs/create-access-token/create-access-token.enums.d.ts +1 -1
- package/dist/txs/create-access-token/create-access-token.schema.zod.browser.cjs +13 -4007
- package/dist/txs/create-access-token/create-access-token.schema.zod.browser.js +1 -3996
- package/dist/txs/create-access-token/create-access-token.schema.zod.cjs +13 -23
- package/dist/txs/create-access-token/create-access-token.schema.zod.d.ts +1 -1
- package/dist/txs/create-access-token/create-access-token.schema.zod.js +1 -1
- package/dist/txs/create-contract/create-contract.enums.d.ts +1 -1
- package/dist/txs/create-contract/create-contract.schema.zod.browser.cjs +7 -4001
- package/dist/txs/create-contract/create-contract.schema.zod.browser.js +1 -3996
- package/dist/txs/create-contract/create-contract.schema.zod.cjs +7 -17
- package/dist/txs/create-contract/create-contract.schema.zod.d.ts +1 -1
- package/dist/txs/create-contract/create-contract.schema.zod.js +1 -1
- package/dist/txs/create-deposit/create-deposit.enums.d.ts +1 -1
- package/dist/txs/create-deposit/create-deposit.schema.zod.browser.cjs +3 -3997
- package/dist/txs/create-deposit/create-deposit.schema.zod.browser.js +1 -3996
- package/dist/txs/create-deposit/create-deposit.schema.zod.cjs +3 -13
- package/dist/txs/create-deposit/create-deposit.schema.zod.d.ts +1 -1
- package/dist/txs/create-deposit/create-deposit.schema.zod.js +1 -1
- package/dist/txs/create-distribution/create-distribution.enums.d.ts +1 -1
- package/dist/txs/create-distribution/create-distribution.schema.zod.browser.cjs +13 -4007
- package/dist/txs/create-distribution/create-distribution.schema.zod.browser.js +1 -3996
- package/dist/txs/create-distribution/create-distribution.schema.zod.cjs +13 -23
- package/dist/txs/create-distribution/create-distribution.schema.zod.d.ts +1 -1
- package/dist/txs/create-distribution/create-distribution.schema.zod.js +1 -1
- package/dist/txs/create-token/create-token.enums.d.ts +1 -1
- package/dist/txs/create-token/create-token.schema.zod.browser.cjs +4 -3998
- package/dist/txs/create-token/create-token.schema.zod.browser.js +1 -3996
- package/dist/txs/create-token/create-token.schema.zod.cjs +4 -14
- package/dist/txs/create-token/create-token.schema.zod.d.ts +1 -1
- package/dist/txs/create-token/create-token.schema.zod.js +1 -1
- package/dist/txs/create-transfer/create-transfer.enums.d.ts +1 -1
- package/dist/txs/create-transfer/create-transfer.schema.zod.browser.cjs +12 -4006
- package/dist/txs/create-transfer/create-transfer.schema.zod.browser.js +1 -3996
- package/dist/txs/create-transfer/create-transfer.schema.zod.cjs +12 -22
- package/dist/txs/create-transfer/create-transfer.schema.zod.d.ts +1 -1
- package/dist/txs/create-transfer/create-transfer.schema.zod.js +1 -1
- package/dist/txs/create-transfer-group/create-transfer-group.enums.d.ts +1 -1
- package/dist/txs/create-transfer-group/create-transfer-group.schema.zod.browser.cjs +7 -4001
- package/dist/txs/create-transfer-group/create-transfer-group.schema.zod.browser.js +1 -3996
- package/dist/txs/create-transfer-group/create-transfer-group.schema.zod.cjs +7 -17
- package/dist/txs/create-transfer-group/create-transfer-group.schema.zod.d.ts +1 -1
- package/dist/txs/create-transfer-group/create-transfer-group.schema.zod.js +1 -1
- package/dist/txs/create-transfer-many/create-transfer-many.enums.d.ts +1 -1
- package/dist/txs/create-transfer-many/create-transfer-many.schema.zod.browser.cjs +3 -3997
- package/dist/txs/create-transfer-many/create-transfer-many.schema.zod.browser.js +1 -3996
- package/dist/txs/create-transfer-many/create-transfer-many.schema.zod.cjs +3 -13
- package/dist/txs/create-transfer-many/create-transfer-many.schema.zod.d.ts +1 -1
- package/dist/txs/create-transfer-many/create-transfer-many.schema.zod.js +1 -1
- package/dist/txs/create-wallet/create-wallet.enums.d.ts +1 -1
- package/dist/txs/create-wallet/create-wallet.schema.zod.browser.cjs +4 -3998
- package/dist/txs/create-wallet/create-wallet.schema.zod.browser.js +1 -3996
- package/dist/txs/create-wallet/create-wallet.schema.zod.cjs +4 -14
- package/dist/txs/create-wallet/create-wallet.schema.zod.d.ts +1 -1
- package/dist/txs/create-wallet/create-wallet.schema.zod.js +1 -1
- package/dist/txs/create-withdrawal/create-withdrawal.enums.d.ts +1 -1
- package/dist/txs/create-withdrawal/create-withdrawal.schema.zod.browser.cjs +3 -3997
- package/dist/txs/create-withdrawal/create-withdrawal.schema.zod.browser.js +1 -3996
- package/dist/txs/create-withdrawal/create-withdrawal.schema.zod.cjs +3 -13
- package/dist/txs/create-withdrawal/create-withdrawal.schema.zod.d.ts +1 -1
- package/dist/txs/create-withdrawal/create-withdrawal.schema.zod.js +1 -1
- package/dist/txs/export-balance-history/export-balance-history.enums.d.ts +1 -1
- package/dist/txs/export-balance-history/export-balance-history.schema.zod.browser.cjs +3 -3997
- package/dist/txs/export-balance-history/export-balance-history.schema.zod.browser.js +1 -3996
- package/dist/txs/export-balance-history/export-balance-history.schema.zod.cjs +3 -13
- package/dist/txs/export-balance-history/export-balance-history.schema.zod.d.ts +1 -1
- package/dist/txs/export-balance-history/export-balance-history.schema.zod.js +1 -1
- package/dist/txs/export-token-many/export-token-many.enums.d.ts +1 -1
- package/dist/txs/export-transfer-group-many/export-transfer-group-many.enums.d.ts +1 -1
- package/dist/txs/export-transfer-many/export-transfer-many.enums.d.ts +1 -1
- package/dist/txs/export-wallet-many/export-wallet-many.enums.d.ts +1 -1
- package/dist/txs/find-balance-many/find-balance-many.enums.d.ts +1 -1
- package/dist/txs/find-balance-many/find-balance-many.schema.zod.browser.cjs +5 -3999
- package/dist/txs/find-balance-many/find-balance-many.schema.zod.browser.js +1 -3996
- package/dist/txs/find-balance-many/find-balance-many.schema.zod.cjs +5 -15
- package/dist/txs/find-balance-many/find-balance-many.schema.zod.d.ts +1 -1
- package/dist/txs/find-balance-many/find-balance-many.schema.zod.js +1 -1
- package/dist/txs/find-token-many/find-token-many.enums.d.ts +1 -1
- package/dist/txs/find-token-many/find-token-many.schema.zod.browser.cjs +6 -4000
- package/dist/txs/find-token-many/find-token-many.schema.zod.browser.js +1 -3996
- package/dist/txs/find-token-many/find-token-many.schema.zod.cjs +6 -16
- package/dist/txs/find-token-many/find-token-many.schema.zod.d.ts +1 -1
- package/dist/txs/find-token-many/find-token-many.schema.zod.js +1 -1
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.enums.d.ts +1 -1
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.browser.cjs +7 -4001
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.browser.js +1 -3996
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.cjs +7 -17
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.d.ts +1 -1
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.js +1 -1
- package/dist/txs/find-transfer-many/find-transfer-many.enums.d.ts +1 -1
- package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.browser.cjs +6 -4000
- package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.browser.js +1 -3996
- package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.cjs +6 -16
- package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.d.ts +1 -1
- package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.js +1 -1
- package/dist/txs/find-wallet-many/find-wallet-many.enums.d.ts +1 -1
- package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.browser.cjs +9 -4003
- package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.browser.js +1 -3996
- package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.cjs +9 -19
- package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.d.ts +1 -1
- package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.js +1 -1
- package/dist/txs/finish-transaction/finish-transaction.enums.d.ts +1 -1
- package/dist/txs/finish-transaction/finish-transaction.schema.zod.browser.cjs +6 -4000
- package/dist/txs/finish-transaction/finish-transaction.schema.zod.browser.js +1 -3996
- package/dist/txs/finish-transaction/finish-transaction.schema.zod.cjs +6 -16
- package/dist/txs/finish-transaction/finish-transaction.schema.zod.d.ts +1 -1
- package/dist/txs/finish-transaction/finish-transaction.schema.zod.js +1 -1
- package/dist/txs/get-balance/get-balance.enums.d.ts +1 -1
- package/dist/txs/get-balance/get-balance.schema.zod.browser.cjs +9 -4003
- package/dist/txs/get-balance/get-balance.schema.zod.browser.js +1 -3996
- package/dist/txs/get-balance/get-balance.schema.zod.cjs +9 -19
- package/dist/txs/get-balance/get-balance.schema.zod.d.ts +1 -1
- package/dist/txs/get-balance/get-balance.schema.zod.js +1 -1
- package/dist/txs/get-balance-history/get-balance-history.enums.d.ts +1 -1
- package/dist/txs/get-balance-history/get-balance-history.schema.zod.browser.cjs +12 -4006
- package/dist/txs/get-balance-history/get-balance-history.schema.zod.browser.js +1 -3996
- package/dist/txs/get-balance-history/get-balance-history.schema.zod.cjs +12 -22
- package/dist/txs/get-balance-history/get-balance-history.schema.zod.d.ts +1 -1
- package/dist/txs/get-balance-history/get-balance-history.schema.zod.js +1 -1
- package/dist/txs/get-export/get-export.enums.d.ts +1 -1
- package/dist/txs/get-export/get-export.schema.zod.browser.cjs +14 -4008
- package/dist/txs/get-export/get-export.schema.zod.browser.js +1 -3996
- package/dist/txs/get-export/get-export.schema.zod.cjs +14 -24
- package/dist/txs/get-export/get-export.schema.zod.d.ts +1 -1
- package/dist/txs/get-export/get-export.schema.zod.js +1 -1
- package/dist/txs/get-flags/get-flags.enums.d.ts +1 -1
- package/dist/txs/get-flags/get-flags.schema.zod.browser.cjs +3 -3997
- package/dist/txs/get-flags/get-flags.schema.zod.browser.js +1 -3996
- package/dist/txs/get-flags/get-flags.schema.zod.cjs +3 -13
- package/dist/txs/get-flags/get-flags.schema.zod.d.ts +1 -1
- package/dist/txs/get-flags/get-flags.schema.zod.js +1 -1
- package/dist/txs/get-statistics/get-statistics.enums.d.ts +1 -1
- package/dist/txs/get-statistics/get-statistics.schema.zod.browser.cjs +6 -4000
- package/dist/txs/get-statistics/get-statistics.schema.zod.browser.js +1 -3996
- package/dist/txs/get-statistics/get-statistics.schema.zod.cjs +6 -16
- package/dist/txs/get-statistics/get-statistics.schema.zod.d.ts +1 -1
- package/dist/txs/get-statistics/get-statistics.schema.zod.js +1 -1
- package/dist/txs/get-token/get-token.enums.d.ts +1 -1
- package/dist/txs/get-token/get-token.schema.zod.browser.cjs +8 -4002
- package/dist/txs/get-token/get-token.schema.zod.browser.js +1 -3996
- package/dist/txs/get-token/get-token.schema.zod.cjs +8 -18
- package/dist/txs/get-token/get-token.schema.zod.d.ts +1 -1
- package/dist/txs/get-token/get-token.schema.zod.js +1 -1
- package/dist/txs/get-token-many/get-token-many.enums.d.ts +1 -1
- package/dist/txs/get-token-many/get-token-many.schema.zod.browser.cjs +3 -3997
- package/dist/txs/get-token-many/get-token-many.schema.zod.browser.js +1 -3996
- package/dist/txs/get-token-many/get-token-many.schema.zod.cjs +3 -13
- package/dist/txs/get-token-many/get-token-many.schema.zod.d.ts +1 -1
- package/dist/txs/get-token-many/get-token-many.schema.zod.js +1 -1
- package/dist/txs/get-transfer/get-transfer.enums.d.ts +1 -1
- package/dist/txs/get-transfer/get-transfer.schema.zod.browser.cjs +3 -3997
- package/dist/txs/get-transfer/get-transfer.schema.zod.browser.js +1 -3996
- package/dist/txs/get-transfer/get-transfer.schema.zod.cjs +3 -13
- package/dist/txs/get-transfer/get-transfer.schema.zod.d.ts +1 -1
- package/dist/txs/get-transfer/get-transfer.schema.zod.js +1 -1
- package/dist/txs/get-transfer-group/get-transfer-group.enums.d.ts +1 -1
- package/dist/txs/get-transfer-group/get-transfer-group.schema.zod.browser.cjs +5 -3999
- package/dist/txs/get-transfer-group/get-transfer-group.schema.zod.browser.js +1 -3996
- package/dist/txs/get-transfer-group/get-transfer-group.schema.zod.cjs +5 -15
- package/dist/txs/get-transfer-group/get-transfer-group.schema.zod.d.ts +1 -1
- package/dist/txs/get-transfer-group/get-transfer-group.schema.zod.js +1 -1
- package/dist/txs/get-wallet/get-wallet.enums.d.ts +1 -1
- package/dist/txs/get-wallet/get-wallet.schema.zod.browser.cjs +7 -4001
- package/dist/txs/get-wallet/get-wallet.schema.zod.browser.js +1 -3996
- package/dist/txs/get-wallet/get-wallet.schema.zod.cjs +7 -17
- package/dist/txs/get-wallet/get-wallet.schema.zod.d.ts +1 -1
- package/dist/txs/get-wallet/get-wallet.schema.zod.js +1 -1
- package/dist/txs/get-wallet-many/get-wallet-many.enums.d.ts +1 -1
- package/dist/txs/get-wallet-many/get-wallet-many.schema.zod.browser.cjs +3 -3997
- package/dist/txs/get-wallet-many/get-wallet-many.schema.zod.browser.js +1 -3996
- package/dist/txs/get-wallet-many/get-wallet-many.schema.zod.cjs +3 -13
- package/dist/txs/get-wallet-many/get-wallet-many.schema.zod.d.ts +1 -1
- package/dist/txs/get-wallet-many/get-wallet-many.schema.zod.js +1 -1
- package/dist/txs/healthcheck/healthcheck.enums.d.ts +1 -1
- package/dist/txs/healthcheck/healthcheck.schema.zod.browser.cjs +9 -4003
- package/dist/txs/healthcheck/healthcheck.schema.zod.browser.js +1 -3996
- package/dist/txs/healthcheck/healthcheck.schema.zod.cjs +9 -19
- package/dist/txs/healthcheck/healthcheck.schema.zod.d.ts +1 -1
- package/dist/txs/healthcheck/healthcheck.schema.zod.js +1 -1
- package/dist/txs/import-actions/import-actions.enums.d.ts +1 -1
- package/dist/txs/import-actions/import-actions.schema.zod.browser.cjs +19 -4013
- package/dist/txs/import-actions/import-actions.schema.zod.browser.js +1 -3998
- package/dist/txs/import-actions/import-actions.schema.zod.cjs +19 -29
- package/dist/txs/import-actions/import-actions.schema.zod.d.ts +1 -1
- package/dist/txs/import-actions/import-actions.schema.zod.js +1 -1
- package/dist/txs/list-export-many/list-export-many.enums.d.ts +1 -1
- package/dist/txs/list-export-many/list-export-many.schema.zod.browser.cjs +6 -4000
- package/dist/txs/list-export-many/list-export-many.schema.zod.browser.js +1 -3996
- package/dist/txs/list-export-many/list-export-many.schema.zod.cjs +6 -16
- package/dist/txs/list-export-many/list-export-many.schema.zod.d.ts +1 -1
- package/dist/txs/list-export-many/list-export-many.schema.zod.js +1 -1
- package/dist/txs/query-logs/query-logs.enums.d.ts +1 -1
- package/dist/txs/query-logs/query-logs.schema.zod.browser.cjs +10 -4004
- package/dist/txs/query-logs/query-logs.schema.zod.browser.js +1 -3996
- package/dist/txs/query-logs/query-logs.schema.zod.cjs +10 -20
- package/dist/txs/query-logs/query-logs.schema.zod.d.ts +1 -1
- package/dist/txs/query-logs/query-logs.schema.zod.js +1 -1
- package/dist/txs/reset-database/reset-database.enums.d.ts +1 -1
- package/dist/txs/reset-database/reset-database.schema.zod.browser.cjs +7 -4001
- package/dist/txs/reset-database/reset-database.schema.zod.browser.js +1 -3996
- package/dist/txs/reset-database/reset-database.schema.zod.cjs +7 -17
- package/dist/txs/reset-database/reset-database.schema.zod.d.ts +1 -1
- package/dist/txs/reset-database/reset-database.schema.zod.js +1 -1
- package/dist/txs/reverse-transfer/reverse-transfer.enums.d.ts +1 -1
- package/dist/txs/reverse-transfer/reverse-transfer.schema.zod.browser.cjs +8 -4002
- package/dist/txs/reverse-transfer/reverse-transfer.schema.zod.browser.js +1 -3996
- package/dist/txs/reverse-transfer/reverse-transfer.schema.zod.cjs +8 -18
- package/dist/txs/reverse-transfer/reverse-transfer.schema.zod.d.ts +1 -1
- package/dist/txs/reverse-transfer/reverse-transfer.schema.zod.js +1 -1
- package/dist/txs/reverse-transfer-group/reverse-transfer-group.enums.d.ts +1 -1
- package/dist/txs/reverse-transfer-group/reverse-transfer-group.schema.zod.browser.cjs +9 -4003
- package/dist/txs/reverse-transfer-group/reverse-transfer-group.schema.zod.browser.js +1 -3996
- package/dist/txs/reverse-transfer-group/reverse-transfer-group.schema.zod.cjs +9 -19
- package/dist/txs/reverse-transfer-group/reverse-transfer-group.schema.zod.d.ts +1 -1
- package/dist/txs/reverse-transfer-group/reverse-transfer-group.schema.zod.js +1 -1
- package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.enums.d.ts +1 -1
- package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.schema.zod.browser.cjs +3 -3997
- package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.schema.zod.browser.js +1 -3996
- package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.schema.zod.cjs +3 -13
- package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.schema.zod.d.ts +1 -1
- package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.schema.zod.js +1 -1
- package/dist/txs/reverse-transfer-many/reverse-transfer-many.enums.d.ts +1 -1
- package/dist/txs/reverse-transfer-many/reverse-transfer-many.schema.zod.browser.cjs +6 -4000
- package/dist/txs/reverse-transfer-many/reverse-transfer-many.schema.zod.browser.js +1 -3996
- package/dist/txs/reverse-transfer-many/reverse-transfer-many.schema.zod.cjs +6 -16
- package/dist/txs/reverse-transfer-many/reverse-transfer-many.schema.zod.d.ts +1 -1
- package/dist/txs/reverse-transfer-many/reverse-transfer-many.schema.zod.js +1 -1
- package/dist/txs/set-flags/set-flags.enums.d.ts +1 -1
- package/dist/txs/set-flags/set-flags.schema.zod.browser.cjs +4 -3998
- package/dist/txs/set-flags/set-flags.schema.zod.browser.js +1 -3996
- package/dist/txs/set-flags/set-flags.schema.zod.cjs +4 -14
- package/dist/txs/set-flags/set-flags.schema.zod.d.ts +1 -1
- package/dist/txs/set-flags/set-flags.schema.zod.js +1 -1
- package/dist/txs/start-transaction/start-transaction.enums.d.ts +1 -1
- package/dist/txs/start-transaction/start-transaction.schema.zod.browser.cjs +4 -3998
- package/dist/txs/start-transaction/start-transaction.schema.zod.browser.js +1 -3996
- package/dist/txs/start-transaction/start-transaction.schema.zod.cjs +4 -14
- package/dist/txs/start-transaction/start-transaction.schema.zod.d.ts +1 -1
- package/dist/txs/start-transaction/start-transaction.schema.zod.js +1 -1
- package/dist/txs/update-token/update-token.enums.d.ts +1 -1
- package/dist/txs/update-token/update-token.schema.zod.browser.cjs +5 -3999
- package/dist/txs/update-token/update-token.schema.zod.browser.js +1 -3996
- package/dist/txs/update-token/update-token.schema.zod.cjs +5 -15
- package/dist/txs/update-token/update-token.schema.zod.d.ts +1 -1
- package/dist/txs/update-token/update-token.schema.zod.js +1 -1
- package/dist/txs/update-transfer/update-transfer.enums.d.ts +1 -1
- package/dist/txs/update-transfer/update-transfer.schema.zod.browser.cjs +7 -4001
- package/dist/txs/update-transfer/update-transfer.schema.zod.browser.js +1 -3996
- package/dist/txs/update-transfer/update-transfer.schema.zod.cjs +7 -17
- package/dist/txs/update-transfer/update-transfer.schema.zod.d.ts +1 -1
- package/dist/txs/update-transfer/update-transfer.schema.zod.js +1 -1
- package/dist/txs/update-transfer-group/update-transfer-group.enums.d.ts +1 -1
- package/dist/txs/update-transfer-group/update-transfer-group.schema.zod.browser.cjs +7 -4001
- package/dist/txs/update-transfer-group/update-transfer-group.schema.zod.browser.js +1 -3996
- package/dist/txs/update-transfer-group/update-transfer-group.schema.zod.cjs +7 -17
- package/dist/txs/update-transfer-group/update-transfer-group.schema.zod.d.ts +1 -1
- package/dist/txs/update-transfer-group/update-transfer-group.schema.zod.js +1 -1
- package/dist/txs/update-transfer-group-many/update-transfer-group-many.enums.d.ts +1 -1
- package/dist/txs/update-transfer-group-many/update-transfer-group-many.schema.zod.browser.cjs +4 -3998
- package/dist/txs/update-transfer-group-many/update-transfer-group-many.schema.zod.browser.js +1 -3996
- package/dist/txs/update-transfer-group-many/update-transfer-group-many.schema.zod.cjs +4 -14
- package/dist/txs/update-transfer-group-many/update-transfer-group-many.schema.zod.d.ts +1 -1
- package/dist/txs/update-transfer-group-many/update-transfer-group-many.schema.zod.js +1 -1
- package/dist/txs/update-transfer-many/update-transfer-many.enums.d.ts +1 -1
- package/dist/txs/update-transfer-many/update-transfer-many.schema.zod.browser.cjs +4 -3998
- package/dist/txs/update-transfer-many/update-transfer-many.schema.zod.browser.js +1 -3996
- package/dist/txs/update-transfer-many/update-transfer-many.schema.zod.cjs +4 -14
- package/dist/txs/update-transfer-many/update-transfer-many.schema.zod.d.ts +1 -1
- package/dist/txs/update-transfer-many/update-transfer-many.schema.zod.js +1 -1
- package/dist/txs/update-wallet/update-wallet.enums.d.ts +1 -1
- package/dist/txs/update-wallet/update-wallet.schema.zod.browser.cjs +5 -3999
- package/dist/txs/update-wallet/update-wallet.schema.zod.browser.js +1 -3996
- package/dist/txs/update-wallet/update-wallet.schema.zod.cjs +5 -15
- package/dist/txs/update-wallet/update-wallet.schema.zod.d.ts +1 -1
- package/dist/txs/update-wallet/update-wallet.schema.zod.js +1 -1
- package/dist/types/wapi-client.d.ts +217 -213
- package/dist/wapi-client-web.iife.js +2 -2
- package/dist/wapi-client.iife.js +2 -2
- package/package.json +4 -4
|
@@ -1,5 +1,9 @@
|
|
|
1
|
+
declare module "lib/zod" {
|
|
2
|
+
export { z } from 'zod';
|
|
3
|
+
export type { RefinementCtx } from 'zod';
|
|
4
|
+
}
|
|
1
5
|
declare module "client-options.schema.zod" {
|
|
2
|
-
import { z } from
|
|
6
|
+
import { z } from "lib/zod";
|
|
3
7
|
export const clientTypeSchema: z.ZodEnum<["ws", "https"]>;
|
|
4
8
|
export const wsConnectionSchema: z.ZodObject<{
|
|
5
9
|
host: z.ZodString;
|
|
@@ -1842,7 +1846,7 @@ declare module "lib/ts-utils" {
|
|
|
1842
1846
|
}
|
|
1843
1847
|
declare module "db/consts" {
|
|
1844
1848
|
import { ForeignFilter, IdentifierFilter } from "txs/consts.enums";
|
|
1845
|
-
import z from
|
|
1849
|
+
import { z } from "lib/zod";
|
|
1846
1850
|
export type Metadata = {
|
|
1847
1851
|
[key: string]: string | boolean | number | null | Metadata | undefined | (string | boolean | number | null | Metadata | undefined)[];
|
|
1848
1852
|
} | null;
|
|
@@ -2317,7 +2321,7 @@ declare module "db/consts" {
|
|
|
2317
2321
|
export function getDbFilter<ObjectInputSchema extends z.AnyZodObject, Schema extends z.AnyZodObject>(objectInputSchema: ObjectInputSchema, schema: Schema): z.ZodType<DbFilterGeneric<z.infer<Schema>, ObjectInputSchema>>;
|
|
2318
2322
|
}
|
|
2319
2323
|
declare module "txs/consts" {
|
|
2320
|
-
import z from
|
|
2324
|
+
import { z } from "lib/zod";
|
|
2321
2325
|
export const stringNumberToString: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, string, string | number>;
|
|
2322
2326
|
export const stringNumberToInteger: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
2323
2327
|
export const stringNumberToNumber: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -2922,7 +2926,7 @@ declare module "txs/consts" {
|
|
|
2922
2926
|
}>;
|
|
2923
2927
|
}
|
|
2924
2928
|
declare module "txs/consts.enums" {
|
|
2925
|
-
import z from
|
|
2929
|
+
import { z } from "lib/zod";
|
|
2926
2930
|
import { foreignFilter, iTxAggregateResult, iTxAggregateResults, iTxAggregatingMetadata, iTxAggregator, iTxAggregatorComplex, iTxAggregatorSimple, iTxDeselectOptions, iTxDistributorLeftoverRule, iTxFindMetadata, iTxGeneralOptions, iTxGroup, iTxGroupField, iTxGroupMetadataField, iTxGroupPeriod, iTxGroups, iTxLimitingOptions, iTxMetadataAction, iTxMetadataActionForReverse, iTxMetadataOptions, iTxNullsOrderingDirection, iTxOrderingDirection, iTxOrderingInput, iTxOrderingOptions, iTxPeriod, iTxPeriodSimple, iTxPeriodTimezone, iTxSelectOptions, iTxTimeFilter, iTxTrackingOptions, idForeignSubFilter, idIdentifierSubFilter, identifierFilter, stringNumberToInteger, stringNumberToNumber, stringNumberToString } from "txs/consts";
|
|
2927
2931
|
export type ForeignFilter = z.infer<typeof foreignFilter>;
|
|
2928
2932
|
export type ITxAggregateResult = z.infer<typeof iTxAggregateResult>;
|
|
@@ -3133,7 +3137,7 @@ declare module "lib/log" {
|
|
|
3133
3137
|
export const QUERYABLE: {};
|
|
3134
3138
|
}
|
|
3135
3139
|
declare module "lib/validation" {
|
|
3136
|
-
import
|
|
3140
|
+
import { z } from "lib/zod";
|
|
3137
3141
|
import { ValidationError } from "lib/errors";
|
|
3138
3142
|
export interface LogFn {
|
|
3139
3143
|
(obj: unknown, msg?: string, ...args: unknown[]): void;
|
|
@@ -3147,44 +3151,44 @@ declare module "lib/validation" {
|
|
|
3147
3151
|
} & {
|
|
3148
3152
|
[P in keyof T as P extends 'options' ? P : never]-?: T[P];
|
|
3149
3153
|
};
|
|
3150
|
-
export type SoftValidationOutput<T extends
|
|
3151
|
-
data:
|
|
3154
|
+
export type SoftValidationOutput<T extends z.ZodTypeAny> = {
|
|
3155
|
+
data: z.infer<T>;
|
|
3152
3156
|
success: boolean;
|
|
3153
3157
|
isValid: boolean;
|
|
3154
3158
|
error?: undefined;
|
|
3155
3159
|
} | {
|
|
3156
|
-
data?:
|
|
3160
|
+
data?: z.infer<T>;
|
|
3157
3161
|
success: boolean;
|
|
3158
3162
|
isValid: boolean;
|
|
3159
3163
|
error: ValidationError;
|
|
3160
3164
|
};
|
|
3161
|
-
export type SoftValidationOutputWOptions<T extends
|
|
3162
|
-
data: WithRequiredOptions<
|
|
3165
|
+
export type SoftValidationOutputWOptions<T extends z.ZodTypeAny> = {
|
|
3166
|
+
data: WithRequiredOptions<z.infer<T>>;
|
|
3163
3167
|
success: boolean;
|
|
3164
3168
|
isValid: boolean;
|
|
3165
3169
|
error?: undefined;
|
|
3166
3170
|
} | {
|
|
3167
|
-
data?: WithRequiredOptions<
|
|
3171
|
+
data?: WithRequiredOptions<z.infer<T>>;
|
|
3168
3172
|
success: boolean;
|
|
3169
3173
|
isValid: boolean;
|
|
3170
3174
|
error: ValidationError;
|
|
3171
3175
|
};
|
|
3172
|
-
export const getValidatorError: (error:
|
|
3176
|
+
export const getValidatorError: (error: z.ZodError | undefined, _input: unknown) => ValidationError | undefined;
|
|
3173
3177
|
type ErrorFormatter = typeof getValidatorError;
|
|
3174
|
-
export const softValidate: <T extends
|
|
3175
|
-
export const softValidateWOptions: <T extends
|
|
3176
|
-
export const hardValidate: <T extends
|
|
3177
|
-
export const hardValidateWOptions: <T extends
|
|
3178
|
-
export type ZodValidator<T extends
|
|
3179
|
-
validateInput: (input: unknown, log?: Logger) =>
|
|
3180
|
-
validateInputWOptions: (input: unknown, options?: unknown, log?: Logger) => WithRequiredOptions<
|
|
3178
|
+
export const softValidate: <T extends z.ZodTypeAny>(schema: T, input: unknown, formatError?: ErrorFormatter) => SoftValidationOutput<T>;
|
|
3179
|
+
export const softValidateWOptions: <T extends z.ZodTypeAny>(schema: T, input: unknown, options?: unknown, formatError?: ErrorFormatter) => SoftValidationOutputWOptions<T>;
|
|
3180
|
+
export const hardValidate: <T extends z.ZodTypeAny>(schema: T, input: unknown, log?: Logger, formatError?: ErrorFormatter) => z.infer<T>;
|
|
3181
|
+
export const hardValidateWOptions: <T extends z.ZodTypeAny>(schema: T, input: unknown, options?: unknown | Logger, log?: Logger, formatError?: ErrorFormatter) => WithRequiredOptions<z.infer<T>>;
|
|
3182
|
+
export type ZodValidator<T extends z.ZodTypeAny> = {
|
|
3183
|
+
validateInput: (input: unknown, log?: Logger) => z.infer<T>;
|
|
3184
|
+
validateInputWOptions: (input: unknown, options?: unknown, log?: Logger) => WithRequiredOptions<z.infer<T>>;
|
|
3181
3185
|
softValidateInput: (input: unknown) => SoftValidationOutput<T>;
|
|
3182
3186
|
softValidateWOptions: (input: unknown, options?: unknown) => SoftValidationOutputWOptions<T>;
|
|
3183
3187
|
};
|
|
3184
|
-
export const getValidator: <T extends
|
|
3188
|
+
export const getValidator: <T extends z.ZodTypeAny>(schema: T, formatError?: ErrorFormatter) => ZodValidator<T>;
|
|
3185
3189
|
}
|
|
3186
3190
|
declare module "fns/consts" {
|
|
3187
|
-
import z from
|
|
3191
|
+
import { z } from "lib/zod";
|
|
3188
3192
|
export const iFnFindOptionsExtraSchema: z.ZodObject<{
|
|
3189
3193
|
order_by: z.ZodString;
|
|
3190
3194
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3238,7 +3242,7 @@ declare module "fns/consts" {
|
|
|
3238
3242
|
}, string | number>;
|
|
3239
3243
|
}
|
|
3240
3244
|
declare module "db/wallet/wallet.schema.zod" {
|
|
3241
|
-
import z from
|
|
3245
|
+
import { z } from "lib/zod";
|
|
3242
3246
|
export const walletTableStatusSchema: z.ZodEnum<["active", "disabled"]>;
|
|
3243
3247
|
export const WalletStatusEnum: Readonly<{
|
|
3244
3248
|
active: "active";
|
|
@@ -3292,7 +3296,7 @@ declare module "db/wallet/wallet.schema.zod" {
|
|
|
3292
3296
|
}>;
|
|
3293
3297
|
}
|
|
3294
3298
|
declare module "db/transfer/transfer.schema.zod" {
|
|
3295
|
-
import z from
|
|
3299
|
+
import { z } from "lib/zod";
|
|
3296
3300
|
export const transferTableStatusSchema: z.ZodEnum<["pending", "finished", "cancelled"]>;
|
|
3297
3301
|
export const TransferStatusEnum: Readonly<{
|
|
3298
3302
|
pending: "pending";
|
|
@@ -3421,7 +3425,7 @@ declare module "db/transfer/transfer.schema.zod" {
|
|
|
3421
3425
|
}>;
|
|
3422
3426
|
}
|
|
3423
3427
|
declare module "db/transfer-log/transfer-log.schema.zod" {
|
|
3424
|
-
import z from
|
|
3428
|
+
import { z } from "lib/zod";
|
|
3425
3429
|
export const transferLogTableSchema: z.ZodObject<{
|
|
3426
3430
|
readonly id: z.ZodNumber;
|
|
3427
3431
|
readonly transfer_id: z.ZodNumber;
|
|
@@ -3491,7 +3495,7 @@ declare module "db/transfer-log/transfer-log.schema.zod" {
|
|
|
3491
3495
|
}>;
|
|
3492
3496
|
}
|
|
3493
3497
|
declare module "db/token/token.schema.zod" {
|
|
3494
|
-
import z from
|
|
3498
|
+
import { z } from "lib/zod";
|
|
3495
3499
|
export const tokenTableStatusSchema: z.ZodEnum<["active", "dw-only", "disabled"]>;
|
|
3496
3500
|
export const TokenStatusEnum: Readonly<{
|
|
3497
3501
|
active: "active";
|
|
@@ -3544,7 +3548,7 @@ declare module "db/token/token.schema.zod" {
|
|
|
3544
3548
|
}>;
|
|
3545
3549
|
}
|
|
3546
3550
|
declare module "txs/get-wallet/get-wallet.schema.zod" {
|
|
3547
|
-
import z from
|
|
3551
|
+
import { z } from "lib/zod";
|
|
3548
3552
|
export const uniqueWalletFilter: z.ZodUnion<[z.ZodObject<{
|
|
3549
3553
|
foreign: z.ZodOptional<z.ZodString>;
|
|
3550
3554
|
id: z.ZodNumber;
|
|
@@ -3842,7 +3846,7 @@ declare module "txs/get-wallet/get-wallet.schema.zod" {
|
|
|
3842
3846
|
}>;
|
|
3843
3847
|
}
|
|
3844
3848
|
declare module "db/transfer-group/transfer-group.schema.zod" {
|
|
3845
|
-
import z from
|
|
3849
|
+
import { z } from "lib/zod";
|
|
3846
3850
|
export const transferGroupTableStatusSchema: z.ZodEnum<["open", "closed"]>;
|
|
3847
3851
|
export const TransferGroupStatusEnum: Readonly<{
|
|
3848
3852
|
open: "open";
|
|
@@ -3899,7 +3903,7 @@ declare module "db/transfer-group/transfer-group.schema.zod" {
|
|
|
3899
3903
|
}>;
|
|
3900
3904
|
}
|
|
3901
3905
|
declare module "txs/get-transfer/get-transfer.schema.zod" {
|
|
3902
|
-
import z from
|
|
3906
|
+
import { z } from "lib/zod";
|
|
3903
3907
|
export const uniqueTransferFilter: z.ZodUnion<[z.ZodObject<{
|
|
3904
3908
|
identifier: z.ZodOptional<z.ZodString>;
|
|
3905
3909
|
id: z.ZodNumber;
|
|
@@ -4280,7 +4284,7 @@ declare module "txs/get-transfer/get-transfer.schema.zod" {
|
|
|
4280
4284
|
}>;
|
|
4281
4285
|
}
|
|
4282
4286
|
declare module "txs/get-token/get-token.schema.zod" {
|
|
4283
|
-
import z from
|
|
4287
|
+
import { z } from "lib/zod";
|
|
4284
4288
|
export const uniqueTokenFilter: z.ZodUnion<[z.ZodObject<{
|
|
4285
4289
|
foreign: z.ZodOptional<z.ZodString>;
|
|
4286
4290
|
id: z.ZodNumber;
|
|
@@ -4689,7 +4693,7 @@ declare module "txs/get-token/get-token.schema.zod" {
|
|
|
4689
4693
|
}>;
|
|
4690
4694
|
}
|
|
4691
4695
|
declare module "txs/get-transfer-group/get-transfer-group.schema.zod" {
|
|
4692
|
-
import z from
|
|
4696
|
+
import { z } from "lib/zod";
|
|
4693
4697
|
export const uniqueTransferGroupFilter: z.ZodUnion<[z.ZodObject<{
|
|
4694
4698
|
identifier: z.ZodOptional<z.ZodString>;
|
|
4695
4699
|
id: z.ZodNumber;
|
|
@@ -4920,7 +4924,7 @@ declare module "txs/get-transfer-group/get-transfer-group.schema.zod" {
|
|
|
4920
4924
|
}>;
|
|
4921
4925
|
}
|
|
4922
4926
|
declare module "txs/find-transfer-many/find-transfer-many.schema.zod" {
|
|
4923
|
-
import z from
|
|
4927
|
+
import { z } from "lib/zod";
|
|
4924
4928
|
export const findTransferManyTxInputAdditionalOptionsSchema: z.ZodObject<{
|
|
4925
4929
|
return_running_balance_for_wallet: z.ZodUnion<[z.ZodObject<{
|
|
4926
4930
|
foreign: z.ZodOptional<z.ZodString>;
|
|
@@ -8714,7 +8718,7 @@ declare module "txs/find-transfer-many/find-transfer-many.schema.zod" {
|
|
|
8714
8718
|
}>;
|
|
8715
8719
|
}
|
|
8716
8720
|
declare module "txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod" {
|
|
8717
|
-
import z from
|
|
8721
|
+
import { z } from "lib/zod";
|
|
8718
8722
|
export const aggregateTransferManyTxInputAdditionalOptions: z.ZodObject<{
|
|
8719
8723
|
return_all_intervals: z.ZodOptional<z.ZodObject<{
|
|
8720
8724
|
start_time: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
@@ -10592,7 +10596,7 @@ declare module "txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod"
|
|
|
10592
10596
|
}>;
|
|
10593
10597
|
}
|
|
10594
10598
|
declare module "fns/aggregate-transfers/aggregate-transfers.schema.zod" {
|
|
10595
|
-
import { z } from
|
|
10599
|
+
import { z } from "lib/zod";
|
|
10596
10600
|
export const aggregateTransfersFnOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
10597
10601
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
10598
10602
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -10879,7 +10883,7 @@ declare module "fns/aggregate-transfers/aggregate-transfers.schema.zod" {
|
|
|
10879
10883
|
};
|
|
10880
10884
|
}
|
|
10881
10885
|
declare module "txs/create-access-token/create-access-token.schema.zod" {
|
|
10882
|
-
import z from
|
|
10886
|
+
import { z } from "lib/zod";
|
|
10883
10887
|
export const createAccessTokenForcedFiltersSchema: z.ZodObject<{
|
|
10884
10888
|
wallet_foreign: z.ZodOptional<z.ZodString>;
|
|
10885
10889
|
from_wallet_foreign: z.ZodOptional<z.ZodString>;
|
|
@@ -11067,7 +11071,7 @@ declare module "txs/create-access-token/create-access-token.schema.zod" {
|
|
|
11067
11071
|
}>;
|
|
11068
11072
|
}
|
|
11069
11073
|
declare module "fns/create-access-token/create-access-token.schema.zod" {
|
|
11070
|
-
import { z } from
|
|
11074
|
+
import { z } from "lib/zod";
|
|
11071
11075
|
export const createAccessTokenFnOptionsSchema: z.ZodObject<{
|
|
11072
11076
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
11073
11077
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -11232,7 +11236,7 @@ declare module "fns/create-access-token/create-access-token.schema.zod" {
|
|
|
11232
11236
|
export const config: {};
|
|
11233
11237
|
}
|
|
11234
11238
|
declare module "txs/get-balance/get-balance.schema.zod" {
|
|
11235
|
-
import z from
|
|
11239
|
+
import { z } from "lib/zod";
|
|
11236
11240
|
export const uniqueBalanceFilter: z.ZodObject<{
|
|
11237
11241
|
wallet: z.ZodUnion<[z.ZodObject<{
|
|
11238
11242
|
foreign: z.ZodOptional<z.ZodString>;
|
|
@@ -11599,7 +11603,7 @@ declare module "txs/get-balance/get-balance.schema.zod" {
|
|
|
11599
11603
|
}>;
|
|
11600
11604
|
}
|
|
11601
11605
|
declare module "txs/create-transfer/create-transfer.schema.zod" {
|
|
11602
|
-
import z from
|
|
11606
|
+
import { z } from "lib/zod";
|
|
11603
11607
|
export const createTransferData: z.ZodObject<{
|
|
11604
11608
|
identifier: z.ZodString;
|
|
11605
11609
|
latest_control_hash: z.ZodNullable<z.ZodNullable<z.ZodString>>;
|
|
@@ -14706,7 +14710,7 @@ declare module "txs/create-transfer/create-transfer.schema.zod" {
|
|
|
14706
14710
|
}>;
|
|
14707
14711
|
}
|
|
14708
14712
|
declare module "txs/create-transfer-group/create-transfer-group.schema.zod" {
|
|
14709
|
-
import z from
|
|
14713
|
+
import { z } from "lib/zod";
|
|
14710
14714
|
export const childTransferDataRegular: z.ZodObject<Omit<{
|
|
14711
14715
|
type: z.ZodOptional<z.ZodDefault<z.ZodLiteral<"transfer">>>;
|
|
14712
14716
|
status: z.ZodOptional<z.ZodEnum<["pending", "finished"]>>;
|
|
@@ -17252,7 +17256,7 @@ declare module "txs/create-transfer-group/create-transfer-group.schema.zod" {
|
|
|
17252
17256
|
}>;
|
|
17253
17257
|
}
|
|
17254
17258
|
declare module "txs/create-contract/create-contract.schema.zod" {
|
|
17255
|
-
import z from
|
|
17259
|
+
import { z } from "lib/zod";
|
|
17256
17260
|
export const createContractTxInputOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
17257
17261
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
17258
17262
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -18277,7 +18281,7 @@ declare module "txs/create-contract/create-contract.schema.zod" {
|
|
|
18277
18281
|
}>;
|
|
18278
18282
|
}
|
|
18279
18283
|
declare module "fns/create-contract/create-contract.schema.zod" {
|
|
18280
|
-
import { z } from
|
|
18284
|
+
import { z } from "lib/zod";
|
|
18281
18285
|
export const createContractFnOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
18282
18286
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
18283
18287
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -18829,7 +18833,7 @@ declare module "fns/create-contract/create-contract.schema.zod" {
|
|
|
18829
18833
|
export const config: {};
|
|
18830
18834
|
}
|
|
18831
18835
|
declare module "txs/create-deposit/create-deposit.schema.zod" {
|
|
18832
|
-
import z from
|
|
18836
|
+
import { z } from "lib/zod";
|
|
18833
18837
|
export const createDepositTxInputOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
18834
18838
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
18835
18839
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -19399,7 +19403,7 @@ declare module "txs/create-deposit/create-deposit.schema.zod" {
|
|
|
19399
19403
|
}>;
|
|
19400
19404
|
}
|
|
19401
19405
|
declare module "fns/create-deposit/create-deposit.schema.zod" {
|
|
19402
|
-
import { z } from
|
|
19406
|
+
import { z } from "lib/zod";
|
|
19403
19407
|
export const createDepositFnOptionsSchema: z.ZodObject<{
|
|
19404
19408
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
19405
19409
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -19778,7 +19782,7 @@ declare module "fns/create-deposit/create-deposit.schema.zod" {
|
|
|
19778
19782
|
export const config: {};
|
|
19779
19783
|
}
|
|
19780
19784
|
declare module "fns/create-exchange/create-exchange.schema.zod" {
|
|
19781
|
-
import { z } from
|
|
19785
|
+
import { z } from "lib/zod";
|
|
19782
19786
|
export const createExchangeFnOptionsSchema: z.ZodObject<{
|
|
19783
19787
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
19784
19788
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -20092,7 +20096,7 @@ declare module "fns/create-exchange/create-exchange.schema.zod" {
|
|
|
20092
20096
|
export const config: {};
|
|
20093
20097
|
}
|
|
20094
20098
|
declare module "txs/create-token/create-token.schema.zod" {
|
|
20095
|
-
import z from
|
|
20099
|
+
import { z } from "lib/zod";
|
|
20096
20100
|
export const tokenInputSchema: z.ZodObject<{
|
|
20097
20101
|
type: z.ZodOptional<z.ZodEnum<["value", "share", "group", "contract"]>>;
|
|
20098
20102
|
foreign: z.ZodString;
|
|
@@ -20613,7 +20617,7 @@ declare module "fns/create-token/create-token.schema.zod" {
|
|
|
20613
20617
|
export const config: {};
|
|
20614
20618
|
}
|
|
20615
20619
|
declare module "fns/create-transfer/create-transfer.schema.zod" {
|
|
20616
|
-
import { z } from
|
|
20620
|
+
import { z } from "lib/zod";
|
|
20617
20621
|
export const createTransferFnOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
20618
20622
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
20619
20623
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -21294,7 +21298,7 @@ declare module "fns/create-transfer/create-transfer.schema.zod" {
|
|
|
21294
21298
|
export const config: {};
|
|
21295
21299
|
}
|
|
21296
21300
|
declare module "fns/create-transfer-group/create-transfer-group.schema.zod" {
|
|
21297
|
-
import { z } from
|
|
21301
|
+
import { z } from "lib/zod";
|
|
21298
21302
|
export const createTransferGroupFnOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
21299
21303
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
21300
21304
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -22094,7 +22098,7 @@ declare module "fns/create-transfer-group/create-transfer-group.schema.zod" {
|
|
|
22094
22098
|
export const config: {};
|
|
22095
22099
|
}
|
|
22096
22100
|
declare module "txs/create-transfer-many/create-transfer-many.schema.zod" {
|
|
22097
|
-
import z from
|
|
22101
|
+
import { z } from "lib/zod";
|
|
22098
22102
|
export const createTransferManyTxInputOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
22099
22103
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
22100
22104
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -23828,7 +23832,7 @@ declare module "txs/create-transfer-many/create-transfer-many.schema.zod" {
|
|
|
23828
23832
|
}>;
|
|
23829
23833
|
}
|
|
23830
23834
|
declare module "fns/create-transfers/create-transfers.schema.zod" {
|
|
23831
|
-
import { z } from
|
|
23835
|
+
import { z } from "lib/zod";
|
|
23832
23836
|
export const createTransfersFnOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
23833
23837
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
23834
23838
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -24335,7 +24339,7 @@ declare module "fns/create-transfers/create-transfers.schema.zod" {
|
|
|
24335
24339
|
export const config: {};
|
|
24336
24340
|
}
|
|
24337
24341
|
declare module "txs/create-wallet/create-wallet.schema.zod" {
|
|
24338
|
-
import z from
|
|
24342
|
+
import { z } from "lib/zod";
|
|
24339
24343
|
export const walletInputSchema: z.ZodObject<{
|
|
24340
24344
|
type: z.ZodOptional<z.ZodEnum<["token", "house", "regular"]>>;
|
|
24341
24345
|
status: z.ZodOptional<z.ZodEnum<["active", "disabled"]>>;
|
|
@@ -24630,7 +24634,7 @@ declare module "fns/create-wallet/create-wallet.schema.zod" {
|
|
|
24630
24634
|
export const config: {};
|
|
24631
24635
|
}
|
|
24632
24636
|
declare module "txs/create-withdrawal/create-withdrawal.schema.zod" {
|
|
24633
|
-
import z from
|
|
24637
|
+
import { z } from "lib/zod";
|
|
24634
24638
|
export const createWithdrawalTxInputSchema: z.ZodObject<{
|
|
24635
24639
|
options: z.ZodOptional<z.ZodObject<{
|
|
24636
24640
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
@@ -25181,7 +25185,7 @@ declare module "txs/create-withdrawal/create-withdrawal.schema.zod" {
|
|
|
25181
25185
|
}>;
|
|
25182
25186
|
}
|
|
25183
25187
|
declare module "fns/create-withdrawal/create-withdrawal.schema.zod" {
|
|
25184
|
-
import { z } from
|
|
25188
|
+
import { z } from "lib/zod";
|
|
25185
25189
|
export const createWithdrawalFnOptionsSchema: z.ZodObject<{
|
|
25186
25190
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
25187
25191
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -25558,7 +25562,7 @@ declare module "fns/create-withdrawal/create-withdrawal.schema.zod" {
|
|
|
25558
25562
|
export const config: {};
|
|
25559
25563
|
}
|
|
25560
25564
|
declare module "txs/get-export/get-export.schema.zod" {
|
|
25561
|
-
import z from
|
|
25565
|
+
import { z } from "lib/zod";
|
|
25562
25566
|
export const exportTypeSchema: z.ZodEnum<["transfers", "transfer_groups", "tokens", "wallets", "balance_history", "unknown"]>;
|
|
25563
25567
|
export const exportStatusSchema: z.ZodEnum<["started", "completed", "error"]>;
|
|
25564
25568
|
export const exportSchema: z.ZodObject<{
|
|
@@ -25712,7 +25716,7 @@ declare module "txs/get-export/get-export.schema.zod" {
|
|
|
25712
25716
|
}>;
|
|
25713
25717
|
}
|
|
25714
25718
|
declare module "txs/get-balance-history/get-balance-history.schema.zod" {
|
|
25715
|
-
import z from
|
|
25719
|
+
import { z } from "lib/zod";
|
|
25716
25720
|
export const getBalanceHistoryAdditionalOptionsSchema: z.ZodObject<{
|
|
25717
25721
|
create_wallet_if_not_exists: z.ZodDefault<z.ZodBoolean>;
|
|
25718
25722
|
create_token_if_not_exists: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -26320,7 +26324,7 @@ declare module "txs/get-balance-history/get-balance-history.schema.zod" {
|
|
|
26320
26324
|
}>;
|
|
26321
26325
|
}
|
|
26322
26326
|
declare module "txs/export-balance-history/export-balance-history.schema.zod" {
|
|
26323
|
-
import z from
|
|
26327
|
+
import { z } from "lib/zod";
|
|
26324
26328
|
export const exportBalanceHistoryTxInputOptionsSchema: z.ZodObject<{
|
|
26325
26329
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
26326
26330
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -26564,7 +26568,7 @@ declare module "txs/export-balance-history/export-balance-history.schema.zod" {
|
|
|
26564
26568
|
}>;
|
|
26565
26569
|
}
|
|
26566
26570
|
declare module "fns/export-balance-history/export-balance-history.schema.zod" {
|
|
26567
|
-
import { z } from
|
|
26571
|
+
import { z } from "lib/zod";
|
|
26568
26572
|
export const exportBalanceHistoryFnOptionsSchema: z.ZodObject<{
|
|
26569
26573
|
tracking_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
26570
26574
|
transaction_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
@@ -26735,7 +26739,7 @@ declare module "fns/export-balance-history/export-balance-history.schema.zod" {
|
|
|
26735
26739
|
export const config: {};
|
|
26736
26740
|
}
|
|
26737
26741
|
declare module "txs/find-token-many/find-token-many.schema.zod" {
|
|
26738
|
-
import z from
|
|
26742
|
+
import { z } from "lib/zod";
|
|
26739
26743
|
export const findTokenManyTxInputOptionsSchema: z.ZodObject<{
|
|
26740
26744
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
26741
26745
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -28283,7 +28287,7 @@ declare module "txs/export-token-many/export-token-many.schema.zod" {
|
|
|
28283
28287
|
}>;
|
|
28284
28288
|
}
|
|
28285
28289
|
declare module "fns/find-tokens/find-tokens.schema.zod" {
|
|
28286
|
-
import { z } from
|
|
28290
|
+
import { z } from "lib/zod";
|
|
28287
28291
|
export const findTokensFnOptionsSchema: z.ZodObject<{
|
|
28288
28292
|
tracking_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
28289
28293
|
transaction_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
@@ -28900,7 +28904,7 @@ declare module "fns/export-tokens/export-tokens.schema.zod" {
|
|
|
28900
28904
|
};
|
|
28901
28905
|
}
|
|
28902
28906
|
declare module "txs/find-transfer-group-many/find-transfer-group-many.schema.zod" {
|
|
28903
|
-
import z from
|
|
28907
|
+
import { z } from "lib/zod";
|
|
28904
28908
|
export const transferGroupWithTransfersCountSchema: z.ZodObject<{
|
|
28905
28909
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<["regular", "exchange", "distribution"]>>>;
|
|
28906
28910
|
status: z.ZodOptional<z.ZodDefault<z.ZodEnum<["open", "closed"]>>>;
|
|
@@ -30631,7 +30635,7 @@ declare module "txs/export-transfer-group-many/export-transfer-group-many.schema
|
|
|
30631
30635
|
}>;
|
|
30632
30636
|
}
|
|
30633
30637
|
declare module "fns/find-transfer-groups/find-transfer-groups.schema.zod" {
|
|
30634
|
-
import { z } from
|
|
30638
|
+
import { z } from "lib/zod";
|
|
30635
30639
|
export const findTransferGroupsFnOptionsSchema: z.ZodObject<{
|
|
30636
30640
|
tracking_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
30637
30641
|
transaction_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
@@ -32937,7 +32941,7 @@ declare module "txs/export-transfer-many/export-transfer-many.schema.zod" {
|
|
|
32937
32941
|
}>;
|
|
32938
32942
|
}
|
|
32939
32943
|
declare module "fns/find-transfers/find-transfers.schema.zod" {
|
|
32940
|
-
import { z } from
|
|
32944
|
+
import { z } from "lib/zod";
|
|
32941
32945
|
export const findTransfersFnExtraOptionsSchema: z.ZodObject<{
|
|
32942
32946
|
return_running_balance: z.ZodBoolean;
|
|
32943
32947
|
return_signed_amount: z.ZodBoolean;
|
|
@@ -33818,7 +33822,7 @@ declare module "fns/export-transfers/export-transfers.schema.zod" {
|
|
|
33818
33822
|
};
|
|
33819
33823
|
}
|
|
33820
33824
|
declare module "txs/find-wallet-many/find-wallet-many.schema.zod" {
|
|
33821
|
-
import z from
|
|
33825
|
+
import { z } from "lib/zod";
|
|
33822
33826
|
export const findWalletManyTxInputOptionsSchema: z.ZodObject<{
|
|
33823
33827
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
33824
33828
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -34996,7 +35000,7 @@ declare module "txs/export-wallet-many/export-wallet-many.schema.zod" {
|
|
|
34996
35000
|
}>;
|
|
34997
35001
|
}
|
|
34998
35002
|
declare module "fns/find-wallets/find-wallets.schema.zod" {
|
|
34999
|
-
import { z } from
|
|
35003
|
+
import { z } from "lib/zod";
|
|
35000
35004
|
export const findWalletsFnExtraOptionsSchema: z.ZodObject<{
|
|
35001
35005
|
include_balance_for_token: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, {
|
|
35002
35006
|
foreign: string;
|
|
@@ -35650,7 +35654,7 @@ declare module "fns/export-wallets/export-wallets.schema.zod" {
|
|
|
35650
35654
|
};
|
|
35651
35655
|
}
|
|
35652
35656
|
declare module "txs/find-balance-many/find-balance-many.schema.zod" {
|
|
35653
|
-
import z from
|
|
35657
|
+
import { z } from "lib/zod";
|
|
35654
35658
|
export const balanceSelectSchema: z.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"]>;
|
|
35655
35659
|
export const findBalanceManyTxInputOptionsSchema: z.ZodObject<{
|
|
35656
35660
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
@@ -37660,7 +37664,7 @@ declare module "txs/find-balance-many/find-balance-many.schema.zod" {
|
|
|
37660
37664
|
}>;
|
|
37661
37665
|
}
|
|
37662
37666
|
declare module "fns/find-balances/find-balances.schema.zod" {
|
|
37663
|
-
import { z } from
|
|
37667
|
+
import { z } from "lib/zod";
|
|
37664
37668
|
export const findBalancesFnOptionsSchema: z.ZodObject<{
|
|
37665
37669
|
tracking_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
37666
37670
|
transaction_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
@@ -37975,7 +37979,7 @@ declare module "fns/find-balances/find-balances.schema.zod" {
|
|
|
37975
37979
|
};
|
|
37976
37980
|
}
|
|
37977
37981
|
declare module "fns/get-balance/get-balance.schema.zod" {
|
|
37978
|
-
import { z } from
|
|
37982
|
+
import { z } from "lib/zod";
|
|
37979
37983
|
export const getBalanceFnOptionsSchema: z.ZodObject<{
|
|
37980
37984
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
37981
37985
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -38143,7 +38147,7 @@ declare module "fns/get-balance/get-balance.schema.zod" {
|
|
|
38143
38147
|
export const config: {};
|
|
38144
38148
|
}
|
|
38145
38149
|
declare module "fns/get-balance-history/get-balance-history.schema.zod" {
|
|
38146
|
-
import { z } from
|
|
38150
|
+
import { z } from "lib/zod";
|
|
38147
38151
|
export const getBalanceHistoryFnOptionsSchema: z.ZodObject<{
|
|
38148
38152
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
38149
38153
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -38540,7 +38544,7 @@ declare module "fns/get-balance-history/get-balance-history.schema.zod" {
|
|
|
38540
38544
|
export const config: {};
|
|
38541
38545
|
}
|
|
38542
38546
|
declare module "fns/get-export/get-export.schema.zod" {
|
|
38543
|
-
import { z } from
|
|
38547
|
+
import { z } from "lib/zod";
|
|
38544
38548
|
export const getExportFnOptionsSchema: z.ZodObject<{
|
|
38545
38549
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
38546
38550
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -38657,7 +38661,7 @@ declare module "fns/get-export/get-export.schema.zod" {
|
|
|
38657
38661
|
export const config: {};
|
|
38658
38662
|
}
|
|
38659
38663
|
declare module "txs/get-flags/get-flags.schema.zod" {
|
|
38660
|
-
import z from
|
|
38664
|
+
import { z } from "lib/zod";
|
|
38661
38665
|
export const getFlagsTxInputOptionsSchema: z.ZodObject<{
|
|
38662
38666
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
38663
38667
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -38714,7 +38718,7 @@ declare module "txs/get-flags/get-flags.schema.zod" {
|
|
|
38714
38718
|
}>;
|
|
38715
38719
|
}
|
|
38716
38720
|
declare module "fns/get-flags/get-flags.schema.zod" {
|
|
38717
|
-
import { z } from
|
|
38721
|
+
import { z } from "lib/zod";
|
|
38718
38722
|
export const getFlagsFnOptionsSchema: z.ZodObject<{
|
|
38719
38723
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
38720
38724
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -38772,7 +38776,7 @@ declare module "fns/get-flags/get-flags.schema.zod" {
|
|
|
38772
38776
|
export const config: {};
|
|
38773
38777
|
}
|
|
38774
38778
|
declare module "txs/get-statistics/get-statistics.schema.zod" {
|
|
38775
|
-
import z from
|
|
38779
|
+
import { z } from "lib/zod";
|
|
38776
38780
|
export const statisticsModelSchema: z.ZodDefault<z.ZodEnum<["Transfer", "TransferGroup", "Wallet", "Token"]>>;
|
|
38777
38781
|
export const statisticsFilter: z.ZodObject<{
|
|
38778
38782
|
start_time: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>>;
|
|
@@ -39022,7 +39026,7 @@ declare module "txs/get-statistics/get-statistics.schema.zod" {
|
|
|
39022
39026
|
}>;
|
|
39023
39027
|
}
|
|
39024
39028
|
declare module "fns/get-statistics/get-statistics.schema.zod" {
|
|
39025
|
-
import { z } from
|
|
39029
|
+
import { z } from "lib/zod";
|
|
39026
39030
|
export const getStatisticsFnOptionsSchema: z.ZodObject<{
|
|
39027
39031
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
39028
39032
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -39102,7 +39106,7 @@ declare module "fns/get-statistics/get-statistics.schema.zod" {
|
|
|
39102
39106
|
export const config: {};
|
|
39103
39107
|
}
|
|
39104
39108
|
declare module "fns/get-token/get-token.schema.zod" {
|
|
39105
|
-
import { z } from
|
|
39109
|
+
import { z } from "lib/zod";
|
|
39106
39110
|
export const getTokenFnOptionsSchema: z.ZodObject<{
|
|
39107
39111
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
39108
39112
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -39298,7 +39302,7 @@ declare module "fns/get-token/get-token.schema.zod" {
|
|
|
39298
39302
|
export const config: {};
|
|
39299
39303
|
}
|
|
39300
39304
|
declare module "fns/get-transfer/get-transfer.schema.zod" {
|
|
39301
|
-
import { z } from
|
|
39305
|
+
import { z } from "lib/zod";
|
|
39302
39306
|
export const getTransferFnOptionsSchema: z.ZodObject<{
|
|
39303
39307
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
39304
39308
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -39473,7 +39477,7 @@ declare module "fns/get-transfer/get-transfer.schema.zod" {
|
|
|
39473
39477
|
export const config: {};
|
|
39474
39478
|
}
|
|
39475
39479
|
declare module "fns/get-transfer-group/get-transfer-group.schema.zod" {
|
|
39476
|
-
import { z } from
|
|
39480
|
+
import { z } from "lib/zod";
|
|
39477
39481
|
export const getTransferGroupFnOptionsSchema: z.ZodObject<{
|
|
39478
39482
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
39479
39483
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -39618,7 +39622,7 @@ declare module "fns/get-transfer-group/get-transfer-group.schema.zod" {
|
|
|
39618
39622
|
export const config: {};
|
|
39619
39623
|
}
|
|
39620
39624
|
declare module "fns/get-wallet/get-wallet.schema.zod" {
|
|
39621
|
-
import { z } from
|
|
39625
|
+
import { z } from "lib/zod";
|
|
39622
39626
|
export const getWalletFnOptionsSchema: z.ZodObject<{
|
|
39623
39627
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
39624
39628
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -39761,7 +39765,7 @@ declare module "fns/get-wallet/get-wallet.schema.zod" {
|
|
|
39761
39765
|
export const config: {};
|
|
39762
39766
|
}
|
|
39763
39767
|
declare module "txs/healthcheck/healthcheck.schema.zod" {
|
|
39764
|
-
import z from
|
|
39768
|
+
import { z } from "lib/zod";
|
|
39765
39769
|
export const healthcheckTxInputOptionsSchema: z.ZodObject<{
|
|
39766
39770
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
39767
39771
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -39818,7 +39822,7 @@ declare module "txs/healthcheck/healthcheck.schema.zod" {
|
|
|
39818
39822
|
}>;
|
|
39819
39823
|
}
|
|
39820
39824
|
declare module "fns/healthcheck/healthcheck.schema.zod" {
|
|
39821
|
-
import { z } from
|
|
39825
|
+
import { z } from "lib/zod";
|
|
39822
39826
|
export const healthcheckFnOptionsSchema: z.ZodObject<{
|
|
39823
39827
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
39824
39828
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -39876,7 +39880,7 @@ declare module "fns/healthcheck/healthcheck.schema.zod" {
|
|
|
39876
39880
|
export const config: {};
|
|
39877
39881
|
}
|
|
39878
39882
|
declare module "txs/list-export-many/list-export-many.schema.zod" {
|
|
39879
|
-
import z from
|
|
39883
|
+
import { z } from "lib/zod";
|
|
39880
39884
|
export const listExportManyTxInputOrderingOptionsSchema: z.ZodObject<{
|
|
39881
39885
|
order: z.ZodArray<z.ZodObject<{
|
|
39882
39886
|
direction: z.ZodOptional<z.ZodDefault<z.ZodEnum<["asc", "desc"]>>>;
|
|
@@ -40093,7 +40097,7 @@ declare module "txs/list-export-many/list-export-many.schema.zod" {
|
|
|
40093
40097
|
}>;
|
|
40094
40098
|
}
|
|
40095
40099
|
declare module "fns/list-exports/list-exports.schema.zod" {
|
|
40096
|
-
import { z } from
|
|
40100
|
+
import { z } from "lib/zod";
|
|
40097
40101
|
export const listExportsFnOptionsSchema: z.ZodObject<{
|
|
40098
40102
|
tracking_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
40099
40103
|
transaction_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
@@ -40290,7 +40294,7 @@ declare module "fns/list-exports/list-exports.schema.zod" {
|
|
|
40290
40294
|
export const config: {};
|
|
40291
40295
|
}
|
|
40292
40296
|
declare module "txs/update-transfer/update-transfer.schema.zod" {
|
|
40293
|
-
import z from
|
|
40297
|
+
import { z } from "lib/zod";
|
|
40294
40298
|
export const updateTransferModificationsSchema: z.ZodEffects<z.ZodObject<{
|
|
40295
40299
|
status: z.ZodOptional<z.ZodDefault<z.ZodEnum<["pending", "finished", "cancelled"]>>>;
|
|
40296
40300
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("db/consts").Metadata, z.ZodTypeDef, import("db/consts").Metadata>>>;
|
|
@@ -40731,7 +40735,7 @@ declare module "txs/update-transfer/update-transfer.schema.zod" {
|
|
|
40731
40735
|
}>;
|
|
40732
40736
|
}
|
|
40733
40737
|
declare module "txs/reverse-transfer/reverse-transfer.schema.zod" {
|
|
40734
|
-
import z from
|
|
40738
|
+
import { z } from "lib/zod";
|
|
40735
40739
|
export const reverseTransferAdditionalOptionsSchema: z.ZodObject<{
|
|
40736
40740
|
reverse_deposit: z.ZodDefault<z.ZodBoolean>;
|
|
40737
40741
|
reverse_withdrawal: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -41187,7 +41191,7 @@ declare module "txs/reverse-transfer/reverse-transfer.schema.zod" {
|
|
|
41187
41191
|
}>;
|
|
41188
41192
|
}
|
|
41189
41193
|
declare module "fns/reverse-transfer/reverse-transfer.schema.zod" {
|
|
41190
|
-
import { z } from
|
|
41194
|
+
import { z } from "lib/zod";
|
|
41191
41195
|
export const reverseTransferFnOptionsSchema: z.ZodObject<{
|
|
41192
41196
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
41193
41197
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -41581,7 +41585,7 @@ declare module "fns/reverse-transfer/reverse-transfer.schema.zod" {
|
|
|
41581
41585
|
export const config: {};
|
|
41582
41586
|
}
|
|
41583
41587
|
declare module "txs/reverse-transfer-group/reverse-transfer-group.schema.zod" {
|
|
41584
|
-
import z from
|
|
41588
|
+
import { z } from "lib/zod";
|
|
41585
41589
|
export const reverseTransferGroupAdditionalOptionsSchema: z.ZodObject<{
|
|
41586
41590
|
reverse_deposit: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
41587
41591
|
reverse_withdrawal: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
@@ -41996,7 +42000,7 @@ declare module "txs/reverse-transfer-group/reverse-transfer-group.schema.zod" {
|
|
|
41996
42000
|
}>;
|
|
41997
42001
|
}
|
|
41998
42002
|
declare module "fns/reverse-transfer-group/reverse-transfer-group.schema.zod" {
|
|
41999
|
-
import { z } from
|
|
42003
|
+
import { z } from "lib/zod";
|
|
42000
42004
|
export const reverseTransferGroupFnOptionsSchema: z.ZodObject<{
|
|
42001
42005
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
42002
42006
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -42340,7 +42344,7 @@ declare module "fns/reverse-transfer-group/reverse-transfer-group.schema.zod" {
|
|
|
42340
42344
|
export const config: {};
|
|
42341
42345
|
}
|
|
42342
42346
|
declare module "txs/reverse-transfer-many/reverse-transfer-many.schema.zod" {
|
|
42343
|
-
import z from
|
|
42347
|
+
import { z } from "lib/zod";
|
|
42344
42348
|
export const reverseTransferManyModificationsSchema: z.ZodObject<{
|
|
42345
42349
|
status: z.ZodOptional<z.ZodEnum<["pending", "finished"]>>;
|
|
42346
42350
|
force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
@@ -44565,7 +44569,7 @@ declare module "fns/reverse-transfers/reverse-transfers.schema.zod" {
|
|
|
44565
44569
|
};
|
|
44566
44570
|
}
|
|
44567
44571
|
declare module "txs/set-flags/set-flags.schema.zod" {
|
|
44568
|
-
import z from
|
|
44572
|
+
import { z } from "lib/zod";
|
|
44569
44573
|
export const setFlagsTxInputOptionsSchema: z.ZodObject<{
|
|
44570
44574
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
44571
44575
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -44710,7 +44714,7 @@ declare module "fns/set-flags/set-flags.schema.zod" {
|
|
|
44710
44714
|
export const config: {};
|
|
44711
44715
|
}
|
|
44712
44716
|
declare module "txs/update-token/update-token.schema.zod" {
|
|
44713
|
-
import z from
|
|
44717
|
+
import { z } from "lib/zod";
|
|
44714
44718
|
export const updateTokenTxInputOptionsSchema: z.ZodObject<{
|
|
44715
44719
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
44716
44720
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -44895,7 +44899,7 @@ declare module "txs/update-token/update-token.schema.zod" {
|
|
|
44895
44899
|
}>;
|
|
44896
44900
|
}
|
|
44897
44901
|
declare module "fns/update-token/update-token.schema.zod" {
|
|
44898
|
-
import { z } from
|
|
44902
|
+
import { z } from "lib/zod";
|
|
44899
44903
|
export const updateTokenFnOptionsSchema: z.ZodObject<{
|
|
44900
44904
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
44901
44905
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -45040,7 +45044,7 @@ declare module "fns/update-token/update-token.schema.zod" {
|
|
|
45040
45044
|
export const config: {};
|
|
45041
45045
|
}
|
|
45042
45046
|
declare module "fns/update-transfer/update-transfer.schema.zod" {
|
|
45043
|
-
import { z } from
|
|
45047
|
+
import { z } from "lib/zod";
|
|
45044
45048
|
export const updateTransferFnOptionsSchema: z.ZodObject<{
|
|
45045
45049
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
45046
45050
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -45415,7 +45419,7 @@ declare module "fns/update-transfer/update-transfer.schema.zod" {
|
|
|
45415
45419
|
export const config: {};
|
|
45416
45420
|
}
|
|
45417
45421
|
declare module "txs/update-transfer-group/update-transfer-group.schema.zod" {
|
|
45418
|
-
import z from
|
|
45422
|
+
import { z } from "lib/zod";
|
|
45419
45423
|
export const updateTransferGroupDataSchema: z.ZodObject<{
|
|
45420
45424
|
status: z.ZodOptional<z.ZodEnum<["open", "closed"]>>;
|
|
45421
45425
|
transfer_status: z.ZodOptional<z.ZodEnum<["pending", "finished", "cancelled"]>>;
|
|
@@ -45800,7 +45804,7 @@ declare module "txs/update-transfer-group/update-transfer-group.schema.zod" {
|
|
|
45800
45804
|
}>;
|
|
45801
45805
|
}
|
|
45802
45806
|
declare module "fns/update-transfer-group/update-transfer-group.schema.zod" {
|
|
45803
|
-
import { z } from
|
|
45807
|
+
import { z } from "lib/zod";
|
|
45804
45808
|
export const updateTransferGroupFnOptionsSchema: z.ZodObject<{
|
|
45805
45809
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
45806
45810
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -46101,7 +46105,7 @@ declare module "fns/update-transfer-group/update-transfer-group.schema.zod" {
|
|
|
46101
46105
|
export const config: {};
|
|
46102
46106
|
}
|
|
46103
46107
|
declare module "txs/update-transfer-group-many/update-transfer-group-many.schema.zod" {
|
|
46104
|
-
import z from
|
|
46108
|
+
import { z } from "lib/zod";
|
|
46105
46109
|
export const updateTransferGroupManyTxInputOptionsSchema: z.ZodObject<{
|
|
46106
46110
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
46107
46111
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -46779,7 +46783,7 @@ declare module "txs/update-transfer-group-many/update-transfer-group-many.schema
|
|
|
46779
46783
|
}>;
|
|
46780
46784
|
}
|
|
46781
46785
|
declare module "fns/update-transfer-groups/update-transfer-groups.schema.zod" {
|
|
46782
|
-
import { z } from
|
|
46786
|
+
import { z } from "lib/zod";
|
|
46783
46787
|
export const updateTransferGroupsFnOptionsSchema: z.ZodObject<{
|
|
46784
46788
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
46785
46789
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -47227,7 +47231,7 @@ declare module "fns/update-transfer-groups/update-transfer-groups.schema.zod" {
|
|
|
47227
47231
|
};
|
|
47228
47232
|
}
|
|
47229
47233
|
declare module "txs/update-transfer-many/update-transfer-many.schema.zod" {
|
|
47230
|
-
import z from
|
|
47234
|
+
import { z } from "lib/zod";
|
|
47231
47235
|
export const updateTransferManyTxInputOptionsSchema: z.ZodObject<{
|
|
47232
47236
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
47233
47237
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -48863,7 +48867,7 @@ declare module "txs/update-transfer-many/update-transfer-many.schema.zod" {
|
|
|
48863
48867
|
}>;
|
|
48864
48868
|
}
|
|
48865
48869
|
declare module "fns/update-transfers/update-transfers.schema.zod" {
|
|
48866
|
-
import { z } from
|
|
48870
|
+
import { z } from "lib/zod";
|
|
48867
48871
|
export const updateTransfersFnOptionsSchema: z.ZodObject<{
|
|
48868
48872
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
48869
48873
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -49286,7 +49290,7 @@ declare module "fns/update-transfers/update-transfers.schema.zod" {
|
|
|
49286
49290
|
};
|
|
49287
49291
|
}
|
|
49288
49292
|
declare module "txs/update-wallet/update-wallet.schema.zod" {
|
|
49289
|
-
import z from
|
|
49293
|
+
import { z } from "lib/zod";
|
|
49290
49294
|
export const updateWalletTxInputOptionsSchema: z.ZodObject<{
|
|
49291
49295
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
49292
49296
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -49483,7 +49487,7 @@ declare module "txs/update-wallet/update-wallet.schema.zod" {
|
|
|
49483
49487
|
}>;
|
|
49484
49488
|
}
|
|
49485
49489
|
declare module "fns/update-wallet/update-wallet.schema.zod" {
|
|
49486
|
-
import { z } from
|
|
49490
|
+
import { z } from "lib/zod";
|
|
49487
49491
|
export const updateWalletFnOptionsSchema: z.ZodObject<{
|
|
49488
49492
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
49489
49493
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -49631,7 +49635,7 @@ declare module "fns/update-wallet/update-wallet.schema.zod" {
|
|
|
49631
49635
|
export const config: {};
|
|
49632
49636
|
}
|
|
49633
49637
|
declare module "txs/authentication-check/authentication-check.schema.zod" {
|
|
49634
|
-
import z from
|
|
49638
|
+
import { z } from "lib/zod";
|
|
49635
49639
|
export const authenticationCheckTxInputOptionsSchema: z.ZodObject<{
|
|
49636
49640
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
49637
49641
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -49667,7 +49671,7 @@ declare module "txs/authentication-check/authentication-check.schema.zod" {
|
|
|
49667
49671
|
export const authenticationCheckTxOutputSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
49668
49672
|
}
|
|
49669
49673
|
declare module "txs/create-distribution/create-distribution.schema.zod" {
|
|
49670
|
-
import z from
|
|
49674
|
+
import { z } from "lib/zod";
|
|
49671
49675
|
export const distributionTargetWalletSchema: z.ZodObject<{
|
|
49672
49676
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("db/consts").Metadata, z.ZodTypeDef, import("db/consts").Metadata>>>;
|
|
49673
49677
|
wallet: z.ZodUnion<[z.ZodObject<{
|
|
@@ -50813,7 +50817,7 @@ declare module "txs/create-distribution/create-distribution.schema.zod" {
|
|
|
50813
50817
|
}>;
|
|
50814
50818
|
}
|
|
50815
50819
|
declare module "txs/finish-transaction/finish-transaction.schema.zod" {
|
|
50816
|
-
import z from
|
|
50820
|
+
import { z } from "lib/zod";
|
|
50817
50821
|
export const finishTransactionTxInputOptionsSchema: z.ZodObject<{
|
|
50818
50822
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
50819
50823
|
transaction_id: z.ZodString;
|
|
@@ -50861,7 +50865,7 @@ declare module "txs/finish-transaction/finish-transaction.schema.zod" {
|
|
|
50861
50865
|
}>;
|
|
50862
50866
|
}
|
|
50863
50867
|
declare module "txs/get-token-many/get-token-many.schema.zod" {
|
|
50864
|
-
import z from
|
|
50868
|
+
import { z } from "lib/zod";
|
|
50865
50869
|
export const getTokenManyTxInputOptions: z.ZodObject<{
|
|
50866
50870
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
50867
50871
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -51078,7 +51082,7 @@ declare module "txs/get-token-many/get-token-many.schema.zod" {
|
|
|
51078
51082
|
}>;
|
|
51079
51083
|
}
|
|
51080
51084
|
declare module "txs/get-wallet-many/get-wallet-many.schema.zod" {
|
|
51081
|
-
import z from
|
|
51085
|
+
import { z } from "lib/zod";
|
|
51082
51086
|
export const getWalletManyTxInputOptionsSchema: z.ZodObject<{
|
|
51083
51087
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
51084
51088
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -51242,7 +51246,7 @@ declare module "txs/get-wallet-many/get-wallet-many.schema.zod" {
|
|
|
51242
51246
|
}>;
|
|
51243
51247
|
}
|
|
51244
51248
|
declare module "txs/import-actions/import-actions.schema.zod" {
|
|
51245
|
-
import z from
|
|
51249
|
+
import { z } from "lib/zod";
|
|
51246
51250
|
export const importActionsTxInputOptionsSchema: z.ZodObject<{
|
|
51247
51251
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
51248
51252
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -58461,7 +58465,7 @@ declare module "txs/import-actions/import-actions.schema.zod" {
|
|
|
58461
58465
|
};
|
|
58462
58466
|
}
|
|
58463
58467
|
declare module "txs/query-logs/query-logs.schema.zod" {
|
|
58464
|
-
import z from
|
|
58468
|
+
import { z } from "lib/zod";
|
|
58465
58469
|
export const queryLogsTxInputOptionsSchema: z.ZodObject<{
|
|
58466
58470
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
58467
58471
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -58556,7 +58560,7 @@ declare module "txs/query-logs/query-logs.schema.zod" {
|
|
|
58556
58560
|
}>;
|
|
58557
58561
|
}
|
|
58558
58562
|
declare module "txs/reset-database/reset-database.schema.zod" {
|
|
58559
|
-
import z from
|
|
58563
|
+
import { z } from "lib/zod";
|
|
58560
58564
|
export const resetDatabaseTxInputOptionsSchema: z.ZodObject<{
|
|
58561
58565
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
58562
58566
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -58607,7 +58611,7 @@ declare module "txs/reset-database/reset-database.schema.zod" {
|
|
|
58607
58611
|
}>;
|
|
58608
58612
|
}
|
|
58609
58613
|
declare module "txs/reverse-transfer-group-many/reverse-transfer-group-many.schema.zod" {
|
|
58610
|
-
import z from
|
|
58614
|
+
import { z } from "lib/zod";
|
|
58611
58615
|
export const reverseTransferGroupManyModificationsSchema: z.ZodObject<Omit<{
|
|
58612
58616
|
status: z.ZodOptional<z.ZodEnum<["open", "closed"]>>;
|
|
58613
58617
|
transfer_status: z.ZodOptional<z.ZodEnum<["pending", "finished"]>>;
|
|
@@ -59297,7 +59301,7 @@ declare module "txs/reverse-transfer-group-many/reverse-transfer-group-many.sche
|
|
|
59297
59301
|
}>;
|
|
59298
59302
|
}
|
|
59299
59303
|
declare module "txs/start-transaction/start-transaction.schema.zod" {
|
|
59300
|
-
import z from
|
|
59304
|
+
import { z } from "lib/zod";
|
|
59301
59305
|
export const startTransactionTxInputOptionsSchema: z.ZodObject<{
|
|
59302
59306
|
tracking_id: z.ZodOptional<z.ZodString>;
|
|
59303
59307
|
transaction_id: z.ZodOptional<z.ZodString>;
|
|
@@ -59627,7 +59631,7 @@ declare module "lib/validator" {
|
|
|
59627
59631
|
export const Validator: ValidatorObject;
|
|
59628
59632
|
}
|
|
59629
59633
|
declare module "db/wapi-setting/wapi-setting.schema.zod" {
|
|
59630
|
-
import z from
|
|
59634
|
+
import { z } from "lib/zod";
|
|
59631
59635
|
export const wapiSettingTableTypeSchema: z.ZodEnum<["flag", "setting"]>;
|
|
59632
59636
|
export const WapiSettingTypeEnum: Readonly<{
|
|
59633
59637
|
flag: "flag";
|
|
@@ -59663,7 +59667,7 @@ declare module "db/token/token.enums" {
|
|
|
59663
59667
|
/**
|
|
59664
59668
|
* This file is generated on build
|
|
59665
59669
|
*/
|
|
59666
|
-
import z from
|
|
59670
|
+
import { z } from "lib/zod";
|
|
59667
59671
|
import { tokenTableSchema, tokenTableStatusSchema, tokenTableTypeSchema } from "db/token/token.schema.zod";
|
|
59668
59672
|
export type TokenTable = z.infer<typeof tokenTableSchema>;
|
|
59669
59673
|
export type TokenTableStatus = z.infer<typeof tokenTableStatusSchema>;
|
|
@@ -59673,7 +59677,7 @@ declare module "db/transfer/transfer.enums" {
|
|
|
59673
59677
|
/**
|
|
59674
59678
|
* This file is generated on build
|
|
59675
59679
|
*/
|
|
59676
|
-
import z from
|
|
59680
|
+
import { z } from "lib/zod";
|
|
59677
59681
|
import { transferTableInputSchema, transferTableSchema, transferTableStatusInputSchema, transferTableStatusSchema, transferTableTypeSchema } from "db/transfer/transfer.schema.zod";
|
|
59678
59682
|
export type TransferTableInput = z.infer<typeof transferTableInputSchema>;
|
|
59679
59683
|
export type TransferTable = z.infer<typeof transferTableSchema>;
|
|
@@ -59685,7 +59689,7 @@ declare module "db/transfer-group/transfer-group.enums" {
|
|
|
59685
59689
|
/**
|
|
59686
59690
|
* This file is generated on build
|
|
59687
59691
|
*/
|
|
59688
|
-
import z from
|
|
59692
|
+
import { z } from "lib/zod";
|
|
59689
59693
|
import { transferGroupTableSchema, transferGroupTableStatusSchema, transferGroupTableTypeSchema } from "db/transfer-group/transfer-group.schema.zod";
|
|
59690
59694
|
export type TransferGroupTable = z.infer<typeof transferGroupTableSchema>;
|
|
59691
59695
|
export type TransferGroupTableStatus = z.infer<typeof transferGroupTableStatusSchema>;
|
|
@@ -59695,7 +59699,7 @@ declare module "db/wallet/wallet.enums" {
|
|
|
59695
59699
|
/**
|
|
59696
59700
|
* This file is generated on build
|
|
59697
59701
|
*/
|
|
59698
|
-
import z from
|
|
59702
|
+
import { z } from "lib/zod";
|
|
59699
59703
|
import { walletTableSchema, walletTableStatusSchema, walletTableTypeSchema } from "db/wallet/wallet.schema.zod";
|
|
59700
59704
|
export type WalletTable = z.infer<typeof walletTableSchema>;
|
|
59701
59705
|
export type WalletTableStatus = z.infer<typeof walletTableStatusSchema>;
|
|
@@ -59705,7 +59709,7 @@ declare module "db/transfer-log/transfer-log.enums" {
|
|
|
59705
59709
|
/**
|
|
59706
59710
|
* This file is generated on build
|
|
59707
59711
|
*/
|
|
59708
|
-
import z from
|
|
59712
|
+
import { z } from "lib/zod";
|
|
59709
59713
|
import { transferLogTableSchema } from "db/transfer-log/transfer-log.schema.zod";
|
|
59710
59714
|
export type TransferLogTable = z.infer<typeof transferLogTableSchema>;
|
|
59711
59715
|
}
|
|
@@ -59730,7 +59734,7 @@ declare module "db/wapi-setting/wapi-setting.enums" {
|
|
|
59730
59734
|
/**
|
|
59731
59735
|
* This file is generated on build
|
|
59732
59736
|
*/
|
|
59733
|
-
import z from
|
|
59737
|
+
import { z } from "lib/zod";
|
|
59734
59738
|
import { wapiSettingTableSchema, wapiSettingTableTypeSchema } from "db/wapi-setting/wapi-setting.schema.zod";
|
|
59735
59739
|
export type WapiSettingTable = z.infer<typeof wapiSettingTableSchema>;
|
|
59736
59740
|
export type WapiSettingTableType = z.infer<typeof wapiSettingTableTypeSchema>;
|
|
@@ -59741,7 +59745,7 @@ declare module "db/consts.enums" {
|
|
|
59741
59745
|
import { TransferGroupTableType, TransferGroupTableStatus } from "db/transfer-group/transfer-group.enums";
|
|
59742
59746
|
import { WalletTableType, WalletTableStatus } from "db/wallet/wallet.enums";
|
|
59743
59747
|
import { WapiSettingTableType } from "db/wapi-setting/wapi-setting.enums";
|
|
59744
|
-
import z from
|
|
59748
|
+
import { z } from "lib/zod";
|
|
59745
59749
|
import { DatetimeSchema, DbFilterAllowedKeySchema, DbFilterAllowedValueOrMetadataSchema, DbFilterAllowedValueSchema, DbFilterForeignSchema, DbFilterFunctionAllSchema, DbFilterFunctionBasicSchema, DbFilterFunctionInSchema, DbFilterFunctionMetadataBasicSchema, DbFilterFunctionMetadataInSchema, DbFilterFunctionMetadataNullSchema, DbFilterFunctionNullSchema, DbFilterFunctionWhereForeignAllowedSchema, DbFilterFunctionWhereIdentifierAllowedSchema, DbFilterFunctionWhereInSchema, DbFilterFunctionWhereMetadataInSchema, DbFilterFunctionWhereMetadataNullSchema, DbFilterFunctionWhereMetadataPrimitiveSchema, DbFilterFunctionWhereNullSchema, DbFilterFunctionWhereObjectSchema, DbFilterFunctionWherePrimitiveForeignSchema, DbFilterFunctionWherePrimitiveIdentifierSchema, DbFilterFunctionWherePrimitiveObjectSchema, DbFilterFunctionWherePrimitiveSchema, DbFilterIdentifierSchema, DbFilterInnerGenericSchema, DbFilterInnerSchema, DbFilterMetadataFilteringSchema, DbFilterMetadataObjectSchema, DbFilterMetadataSchema, DbFilterOperatorAllSchema, DbFilterOperatorBasicSchema, DbFilterOperatorEqualsSchema, DbFilterOperatorExtendedSchema, DbFilterOperatorForNumbersSchema, DbFilterOperatorForStringsSchema, DbFilterOperatorStringSchema, DbFilterSchema, DbFilterShapeSchema, DbFilterStringNumberArraySchema, DbModelNameSchema, DbTimezone, flagsSchema } from "db/consts";
|
|
59746
59750
|
export type Datetime = z.infer<typeof DatetimeSchema>;
|
|
59747
59751
|
export type DbFilterAllowedKey = z.infer<typeof DbFilterAllowedKeySchema>;
|
|
@@ -59809,7 +59813,7 @@ declare module "txs/aggregate-transfer-many/aggregate-transfer-many.enums" {
|
|
|
59809
59813
|
/**
|
|
59810
59814
|
* This file is generated on build
|
|
59811
59815
|
*/
|
|
59812
|
-
import z from
|
|
59816
|
+
import { z } from "lib/zod";
|
|
59813
59817
|
import { aggregateTransferManyAggregator, aggregateTransferManyAggregatorComplex, aggregateTransferManyAggregatorFields, aggregateTransferManyGroupFieldSchema, aggregateTransferManyGroupSchema, aggregateTransferManyTxInputAdditionalOptions, aggregateTransferManyTxInputOptionsSchema, aggregateTransferManyTxInputSchema, aggregateTransferManyTxOutputSchema } from "txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod";
|
|
59814
59818
|
export type AggregateTransferManyAggregator = z.infer<typeof aggregateTransferManyAggregator>;
|
|
59815
59819
|
export type AggregateTransferManyAggregatorComplex = z.infer<typeof aggregateTransferManyAggregatorComplex>;
|
|
@@ -59825,7 +59829,7 @@ declare module "txs/find-transfer-many/find-transfer-many.enums" {
|
|
|
59825
59829
|
/**
|
|
59826
59830
|
* This file is generated on build
|
|
59827
59831
|
*/
|
|
59828
|
-
import z from
|
|
59832
|
+
import { z } from "lib/zod";
|
|
59829
59833
|
import { advancedTransferFilterSchema, findTransferManyTxInputAdditionalOptionsSchema, findTransferManyTxInputOptionsSchema, findTransferManyTxInputSchema, findTransferManyTxOutputSchema, transferFilterFullInputSchema, transferFilterObjectInputSchema, transferFilterSchema } from "txs/find-transfer-many/find-transfer-many.schema.zod";
|
|
59830
59834
|
export type AdvancedTransferFilter = z.infer<typeof advancedTransferFilterSchema>;
|
|
59831
59835
|
export type FindTransferManyTxInputAdditionalOptions = z.infer<typeof findTransferManyTxInputAdditionalOptionsSchema>;
|
|
@@ -59840,7 +59844,7 @@ declare module "fns/aggregate-transfers/aggregate-transfers.enums" {
|
|
|
59840
59844
|
/**
|
|
59841
59845
|
* This file is generated on build
|
|
59842
59846
|
*/
|
|
59843
|
-
import z from
|
|
59847
|
+
import { z } from "lib/zod";
|
|
59844
59848
|
import { aggregateTransfersFnOptionsSchema, aggregateTransfersFnInputSchema, aggregateTransfersFnOutputSchema } from "fns/aggregate-transfers/aggregate-transfers.schema.zod";
|
|
59845
59849
|
export type AggregateTransfersFnOptions = z.input<typeof aggregateTransfersFnOptionsSchema>;
|
|
59846
59850
|
export type AggregateTransfersFnInput = z.input<typeof aggregateTransfersFnInputSchema>;
|
|
@@ -60564,7 +60568,7 @@ declare module "fns/create-access-token/create-access-token.enums" {
|
|
|
60564
60568
|
/**
|
|
60565
60569
|
* This file is generated on build
|
|
60566
60570
|
*/
|
|
60567
|
-
import z from
|
|
60571
|
+
import { z } from "lib/zod";
|
|
60568
60572
|
import { createAccessTokenFnOptionsSchema, createAccessTokenLimitedScopeFnSchema, createAccessTokenFnLimitedSchema, createAccessTokenFnInputSchema, createAccessTokenFnOutputSchema } from "fns/create-access-token/create-access-token.schema.zod";
|
|
60569
60573
|
export type CreateAccessTokenFnOptions = z.input<typeof createAccessTokenFnOptionsSchema>;
|
|
60570
60574
|
export type CreateAccessTokenLimitedScopeFn = z.input<typeof createAccessTokenLimitedScopeFnSchema>;
|
|
@@ -60576,7 +60580,7 @@ declare module "txs/create-access-token/create-access-token.enums" {
|
|
|
60576
60580
|
/**
|
|
60577
60581
|
* This file is generated on build
|
|
60578
60582
|
*/
|
|
60579
|
-
import z from
|
|
60583
|
+
import { z } from "lib/zod";
|
|
60580
60584
|
import { createAccessTokenAdmin, createAccessTokenForcedFiltersSchema, createAccessTokenLimited, createAccessTokenLimitedScopesSchema, createAccessTokenTxInputOptionsSchema, createAccessTokenTxInputSchema, createAccessTokenTxOutputSchema } from "txs/create-access-token/create-access-token.schema.zod";
|
|
60581
60585
|
export type CreateAccessTokenAdmin = z.infer<typeof createAccessTokenAdmin>;
|
|
60582
60586
|
export type CreateAccessTokenForcedFilters = z.infer<typeof createAccessTokenForcedFiltersSchema>;
|
|
@@ -60602,7 +60606,7 @@ declare module "txs/create-contract/create-contract.enums" {
|
|
|
60602
60606
|
/**
|
|
60603
60607
|
* This file is generated on build
|
|
60604
60608
|
*/
|
|
60605
|
-
import z from
|
|
60609
|
+
import { z } from "lib/zod";
|
|
60606
60610
|
import { createContractExchangeInputSchema, createContractTokenInputSchema, createContractTxInputOptionsSchema, createContractTxInputSchema, createContractTxOutputSchema } from "txs/create-contract/create-contract.schema.zod";
|
|
60607
60611
|
export type CreateContractExchangeInput = z.infer<typeof createContractExchangeInputSchema>;
|
|
60608
60612
|
export type CreateContractTokenInput = z.infer<typeof createContractTokenInputSchema>;
|
|
@@ -60614,7 +60618,7 @@ declare module "fns/create-contract/create-contract.enums" {
|
|
|
60614
60618
|
/**
|
|
60615
60619
|
* This file is generated on build
|
|
60616
60620
|
*/
|
|
60617
|
-
import z from
|
|
60621
|
+
import { z } from "lib/zod";
|
|
60618
60622
|
import { createContractFnOptionsSchema, createContractBuyerInputSchema, createContractInputSchema, createContractFnInputSchema, createContractFnOutputSchema } from "fns/create-contract/create-contract.schema.zod";
|
|
60619
60623
|
export type CreateContractFnOptions = z.input<typeof createContractFnOptionsSchema>;
|
|
60620
60624
|
export type CreateContractBuyerInput = z.input<typeof createContractBuyerInputSchema>;
|
|
@@ -60637,7 +60641,7 @@ declare module "fns/create-transfers/create-transfers.enums" {
|
|
|
60637
60641
|
/**
|
|
60638
60642
|
* This file is generated on build
|
|
60639
60643
|
*/
|
|
60640
|
-
import z from
|
|
60644
|
+
import { z } from "lib/zod";
|
|
60641
60645
|
import { createTransfersFnOptionsSchema, createTransfersFnInputSchema, createTransfersFnOutputSchema } from "fns/create-transfers/create-transfers.schema.zod";
|
|
60642
60646
|
export type CreateTransfersFnOptions = z.input<typeof createTransfersFnOptionsSchema>;
|
|
60643
60647
|
export type CreateTransfersFnInput = z.input<typeof createTransfersFnInputSchema>;
|
|
@@ -60647,7 +60651,7 @@ declare module "txs/create-transfer/create-transfer.enums" {
|
|
|
60647
60651
|
/**
|
|
60648
60652
|
* This file is generated on build
|
|
60649
60653
|
*/
|
|
60650
|
-
import z from
|
|
60654
|
+
import { z } from "lib/zod";
|
|
60651
60655
|
import { createTransferData, createTransferTxInputOptionsSchema, createTransferTxInputSchema, createTransferTxOutputSchema, transferDataDeposit, transferDataRegular, transferDataWithdrawal, transferInputSchema } from "txs/create-transfer/create-transfer.schema.zod";
|
|
60652
60656
|
export type CreateTransferData = z.infer<typeof createTransferData>;
|
|
60653
60657
|
export type CreateTransferTxInputOptions = z.infer<typeof createTransferTxInputOptionsSchema>;
|
|
@@ -60662,7 +60666,7 @@ declare module "fns/create-deposit/create-deposit.enums" {
|
|
|
60662
60666
|
/**
|
|
60663
60667
|
* This file is generated on build
|
|
60664
60668
|
*/
|
|
60665
|
-
import z from
|
|
60669
|
+
import { z } from "lib/zod";
|
|
60666
60670
|
import { createDepositFnOptionsSchema, createDepositInputSchema, createDepositFnInputSchema, createDepositFnOutputSchema } from "fns/create-deposit/create-deposit.schema.zod";
|
|
60667
60671
|
export type CreateDepositFnOptions = z.input<typeof createDepositFnOptionsSchema>;
|
|
60668
60672
|
export type CreateDepositInput = z.input<typeof createDepositInputSchema>;
|
|
@@ -60684,7 +60688,7 @@ declare module "fns/create-exchange/create-exchange.enums" {
|
|
|
60684
60688
|
/**
|
|
60685
60689
|
* This file is generated on build
|
|
60686
60690
|
*/
|
|
60687
|
-
import z from
|
|
60691
|
+
import { z } from "lib/zod";
|
|
60688
60692
|
import { createExchangeFnOptionsSchema, createExchangeInputSchema, createExchangeFnInputSchema, createExchangeFnOutputSchema } from "fns/create-exchange/create-exchange.schema.zod";
|
|
60689
60693
|
export type CreateExchangeFnOptions = z.input<typeof createExchangeFnOptionsSchema>;
|
|
60690
60694
|
export type CreateExchangeInput = z.input<typeof createExchangeInputSchema>;
|
|
@@ -60707,7 +60711,7 @@ declare module "fns/create-token/create-token.enums" {
|
|
|
60707
60711
|
/**
|
|
60708
60712
|
* This file is generated on build
|
|
60709
60713
|
*/
|
|
60710
|
-
import z from
|
|
60714
|
+
import { z } from "lib/zod";
|
|
60711
60715
|
import { createTokenFnOptionsSchema, createTokenInputSchema, createTokenFnInputSchema, createTokenFnOutputSchema } from "fns/create-token/create-token.schema.zod";
|
|
60712
60716
|
export type CreateTokenFnOptions = z.input<typeof createTokenFnOptionsSchema>;
|
|
60713
60717
|
export type CreateTokenInput = z.input<typeof createTokenInputSchema>;
|
|
@@ -60729,7 +60733,7 @@ declare module "fns/create-transfer/create-transfer.enums" {
|
|
|
60729
60733
|
/**
|
|
60730
60734
|
* This file is generated on build
|
|
60731
60735
|
*/
|
|
60732
|
-
import z from
|
|
60736
|
+
import { z } from "lib/zod";
|
|
60733
60737
|
import { createTransferFnOptionsSchema, createTransferBaseInputSchema, createTransferRegularInputSchema, createTransferWithdrawalInputSchema, createTransferDepositInputSchema, createTransferWildInputSchema, createTransferFnInputSchema, createTransferFnOutputSchema } from "fns/create-transfer/create-transfer.schema.zod";
|
|
60734
60738
|
export type CreateTransferFnOptions = z.input<typeof createTransferFnOptionsSchema>;
|
|
60735
60739
|
export type CreateTransferBaseInput = z.input<typeof createTransferBaseInputSchema>;
|
|
@@ -60757,7 +60761,7 @@ declare module "fns/create-transfer-group/create-transfer-group.enums" {
|
|
|
60757
60761
|
/**
|
|
60758
60762
|
* This file is generated on build
|
|
60759
60763
|
*/
|
|
60760
|
-
import z from
|
|
60764
|
+
import { z } from "lib/zod";
|
|
60761
60765
|
import { createTransferGroupFnOptionsSchema, createTransferGroupChildRegularInput, createTransferGroupChildDepositInput, createTransferGroupChildWithdrawalInput, createTransferGroupChildInput, createTransferGroupInput, createTransferGroupFnInputSchema, createTransferGroupFnOutputSchema } from "fns/create-transfer-group/create-transfer-group.schema.zod";
|
|
60762
60766
|
export type CreateTransferGroupFnOptions = z.input<typeof createTransferGroupFnOptionsSchema>;
|
|
60763
60767
|
export type CreateTransferGroupChildRegularInput = z.input<typeof createTransferGroupChildRegularInput>;
|
|
@@ -60772,7 +60776,7 @@ declare module "txs/create-transfer-group/create-transfer-group.enums" {
|
|
|
60772
60776
|
/**
|
|
60773
60777
|
* This file is generated on build
|
|
60774
60778
|
*/
|
|
60775
|
-
import z from
|
|
60779
|
+
import { z } from "lib/zod";
|
|
60776
60780
|
import { childTransferData, childTransferDataDeposit, childTransferDataRegular, childTransferDataWithdrawal, createTransferGroupTxInputOptionsSchema, createTransferGroupTxInputSchema, createTransferGroupTxOutputSchema, transferGroupInputSchema } from "txs/create-transfer-group/create-transfer-group.schema.zod";
|
|
60777
60781
|
export type ChildTransferData = z.infer<typeof childTransferData>;
|
|
60778
60782
|
export type ChildTransferDataDeposit = z.infer<typeof childTransferDataDeposit>;
|
|
@@ -60813,7 +60817,7 @@ declare module "fns/create-wallet/create-wallet.enums" {
|
|
|
60813
60817
|
/**
|
|
60814
60818
|
* This file is generated on build
|
|
60815
60819
|
*/
|
|
60816
|
-
import z from
|
|
60820
|
+
import { z } from "lib/zod";
|
|
60817
60821
|
import { createWalletFnOptionsSchema, createWalletInputSchema, createWalletFnInputSchema, createWalletFnOutputSchema } from "fns/create-wallet/create-wallet.schema.zod";
|
|
60818
60822
|
export type CreateWalletFnOptions = z.input<typeof createWalletFnOptionsSchema>;
|
|
60819
60823
|
export type CreateWalletInput = z.input<typeof createWalletInputSchema>;
|
|
@@ -60835,7 +60839,7 @@ declare module "fns/create-withdrawal/create-withdrawal.enums" {
|
|
|
60835
60839
|
/**
|
|
60836
60840
|
* This file is generated on build
|
|
60837
60841
|
*/
|
|
60838
|
-
import z from
|
|
60842
|
+
import { z } from "lib/zod";
|
|
60839
60843
|
import { createWithdrawalFnOptionsSchema, createWithdrawalInputSchema, createWithdrawalFnInputSchema, createWithdrawalFnOutputSchema } from "fns/create-withdrawal/create-withdrawal.schema.zod";
|
|
60840
60844
|
export type CreateWithdrawalFnOptions = z.input<typeof createWithdrawalFnOptionsSchema>;
|
|
60841
60845
|
export type CreateWithdrawalInput = z.input<typeof createWithdrawalInputSchema>;
|
|
@@ -60858,7 +60862,7 @@ declare module "fns/export-balance-history/export-balance-history.enums" {
|
|
|
60858
60862
|
/**
|
|
60859
60863
|
* This file is generated on build
|
|
60860
60864
|
*/
|
|
60861
|
-
import z from
|
|
60865
|
+
import { z } from "lib/zod";
|
|
60862
60866
|
import { exportBalanceHistoryFnOptionsSchema, exportBalanceHistoryInputSchema, exportBalanceHistoryFnInputSchema, exportBalanceHistoryFnOutputSchema } from "fns/export-balance-history/export-balance-history.schema.zod";
|
|
60863
60867
|
export type ExportBalanceHistoryFnOptions = z.input<typeof exportBalanceHistoryFnOptionsSchema>;
|
|
60864
60868
|
export type ExportBalanceHistoryInput = z.input<typeof exportBalanceHistoryInputSchema>;
|
|
@@ -60880,7 +60884,7 @@ declare module "txs/export-token-many/export-token-many.enums" {
|
|
|
60880
60884
|
/**
|
|
60881
60885
|
* This file is generated on build
|
|
60882
60886
|
*/
|
|
60883
|
-
import z from
|
|
60887
|
+
import { z } from "lib/zod";
|
|
60884
60888
|
import { exportTokenManyTxInputOptionsSchema, exportTokenManyTxInputSchema, exportTokenManyTxOutputSchema } from "txs/export-token-many/export-token-many.schema.zod";
|
|
60885
60889
|
export type ExportTokenManyTxInputOptions = z.infer<typeof exportTokenManyTxInputOptionsSchema>;
|
|
60886
60890
|
export type ExportTokenManyTxInput = z.infer<typeof exportTokenManyTxInputSchema>;
|
|
@@ -60890,7 +60894,7 @@ declare module "txs/find-token-many/find-token-many.enums" {
|
|
|
60890
60894
|
/**
|
|
60891
60895
|
* This file is generated on build
|
|
60892
60896
|
*/
|
|
60893
|
-
import z from
|
|
60897
|
+
import { z } from "lib/zod";
|
|
60894
60898
|
import { advancedTokenFilterSchema, findTokenManyTxInputOptionsSchema, findTokenManyTxInputSchema, findTokenManyTxOutputSchema, tokenFilterFullInputSchema, tokenFilterObjectInputSchema, tokenFilterSchema } from "txs/find-token-many/find-token-many.schema.zod";
|
|
60895
60899
|
export type AdvancedTokenFilter = z.infer<typeof advancedTokenFilterSchema>;
|
|
60896
60900
|
export type FindTokenManyTxInputOptions = z.infer<typeof findTokenManyTxInputOptionsSchema>;
|
|
@@ -60904,7 +60908,7 @@ declare module "fns/export-tokens/export-tokens.enums" {
|
|
|
60904
60908
|
/**
|
|
60905
60909
|
* This file is generated on build
|
|
60906
60910
|
*/
|
|
60907
|
-
import z from
|
|
60911
|
+
import { z } from "lib/zod";
|
|
60908
60912
|
import { exportTokensFnOptionsSchema, exportTokensInputSchema, exportTokensFnInputSchema, exportTokensFnOutputSchema } from "fns/export-tokens/export-tokens.schema.zod";
|
|
60909
60913
|
export type ExportTokensFnOptions = z.input<typeof exportTokensFnOptionsSchema>;
|
|
60910
60914
|
export type ExportTokensInput = z.input<typeof exportTokensInputSchema>;
|
|
@@ -60915,7 +60919,7 @@ declare module "txs/get-token/get-token.enums" {
|
|
|
60915
60919
|
/**
|
|
60916
60920
|
* This file is generated on build
|
|
60917
60921
|
*/
|
|
60918
|
-
import z from
|
|
60922
|
+
import { z } from "lib/zod";
|
|
60919
60923
|
import { getTokenTxInputOptionsSchema, getTokenTxInputSchema, getTokenTxOutputSchema, tokenOptional, tokenOutputSchema, tokenWithBalanceFieldsSchema, tokenWithBalanceSchema, uniqueTokenFilter } from "txs/get-token/get-token.schema.zod";
|
|
60920
60924
|
export type GetTokenTxInputOptions = z.infer<typeof getTokenTxInputOptionsSchema>;
|
|
60921
60925
|
export type GetTokenTxInput = z.infer<typeof getTokenTxInputSchema>;
|
|
@@ -61227,7 +61231,7 @@ declare module "txs/find-transfer-group-many/find-transfer-group-many.enums" {
|
|
|
61227
61231
|
/**
|
|
61228
61232
|
* This file is generated on build
|
|
61229
61233
|
*/
|
|
61230
|
-
import z from
|
|
61234
|
+
import { z } from "lib/zod";
|
|
61231
61235
|
import { advancedTransferGroupFilterSchema, findTransferGroupManyTxInputOptionsSchema, findTransferGroupManyTxInputSchema, findTransferGroupManyTxOutputSchema, transferGroupFilterFullInputSchema, transferGroupFilterObjectInputSchema, transferGroupFilterSchema, transferGroupWithTransfersCountSchema } from "txs/find-transfer-group-many/find-transfer-group-many.schema.zod";
|
|
61232
61236
|
export type AdvancedTransferGroupFilter = z.infer<typeof advancedTransferGroupFilterSchema>;
|
|
61233
61237
|
export type FindTransferGroupManyTxInputOptions = z.infer<typeof findTransferGroupManyTxInputOptionsSchema>;
|
|
@@ -61242,7 +61246,7 @@ declare module "fns/export-transfer-groups/export-transfer-groups.enums" {
|
|
|
61242
61246
|
/**
|
|
61243
61247
|
* This file is generated on build
|
|
61244
61248
|
*/
|
|
61245
|
-
import z from
|
|
61249
|
+
import { z } from "lib/zod";
|
|
61246
61250
|
import { exportTransferGroupsFnOptionsSchema, exportTransferGroupsInputSchema, exportTransferGroupsFnInputSchema, exportTransferGroupsFnOutputSchema } from "fns/export-transfer-groups/export-transfer-groups.schema.zod";
|
|
61247
61251
|
export type ExportTransferGroupsFnOptions = z.input<typeof exportTransferGroupsFnOptionsSchema>;
|
|
61248
61252
|
export type ExportTransferGroupsInput = z.input<typeof exportTransferGroupsInputSchema>;
|
|
@@ -61253,7 +61257,7 @@ declare module "txs/export-transfer-group-many/export-transfer-group-many.enums"
|
|
|
61253
61257
|
/**
|
|
61254
61258
|
* This file is generated on build
|
|
61255
61259
|
*/
|
|
61256
|
-
import z from
|
|
61260
|
+
import { z } from "lib/zod";
|
|
61257
61261
|
import { exportTransferGroupManyTxInputOptionsSchema, exportTransferGroupManyTxInputSchema, exportTransferGroupManyTxOutputSchema } from "txs/export-transfer-group-many/export-transfer-group-many.schema.zod";
|
|
61258
61262
|
export type ExportTransferGroupManyTxInputOptions = z.infer<typeof exportTransferGroupManyTxInputOptionsSchema>;
|
|
61259
61263
|
export type ExportTransferGroupManyTxInput = z.infer<typeof exportTransferGroupManyTxInputSchema>;
|
|
@@ -61263,7 +61267,7 @@ declare module "txs/authentication-check/authentication-check.enums" {
|
|
|
61263
61267
|
/**
|
|
61264
61268
|
* This file is generated on build
|
|
61265
61269
|
*/
|
|
61266
|
-
import z from
|
|
61270
|
+
import { z } from "lib/zod";
|
|
61267
61271
|
import { authenticationCheckTxInputOptionsSchema, authenticationCheckTxInputSchema, authenticationCheckTxOutputSchema } from "txs/authentication-check/authentication-check.schema.zod";
|
|
61268
61272
|
export type AuthenticationCheckTxInputOptions = z.infer<typeof authenticationCheckTxInputOptionsSchema>;
|
|
61269
61273
|
export type AuthenticationCheckTxInput = z.infer<typeof authenticationCheckTxInputSchema>;
|
|
@@ -61273,7 +61277,7 @@ declare module "txs/create-deposit/create-deposit.enums" {
|
|
|
61273
61277
|
/**
|
|
61274
61278
|
* This file is generated on build
|
|
61275
61279
|
*/
|
|
61276
|
-
import z from
|
|
61280
|
+
import { z } from "lib/zod";
|
|
61277
61281
|
import { createDepositTxInputOptionsSchema, createDepositTxInputSchema, createDepositTxOutputSchema } from "txs/create-deposit/create-deposit.schema.zod";
|
|
61278
61282
|
export type CreateDepositTxInputOptions = z.infer<typeof createDepositTxInputOptionsSchema>;
|
|
61279
61283
|
export type CreateDepositTxInput = z.infer<typeof createDepositTxInputSchema>;
|
|
@@ -61283,7 +61287,7 @@ declare module "txs/create-distribution/create-distribution.enums" {
|
|
|
61283
61287
|
/**
|
|
61284
61288
|
* This file is generated on build
|
|
61285
61289
|
*/
|
|
61286
|
-
import z from
|
|
61290
|
+
import { z } from "lib/zod";
|
|
61287
61291
|
import { createDistributionTxInputOptionsSchema, createDistributionTxInputSchema, createDistributionTxOutputSchema, distributionSchema, distributionTargetTokenSchema, distributionTargetWalletSchema } from "txs/create-distribution/create-distribution.schema.zod";
|
|
61288
61292
|
export type CreateDistributionTxInputOptions = z.infer<typeof createDistributionTxInputOptionsSchema>;
|
|
61289
61293
|
export type CreateDistributionTxInput = z.infer<typeof createDistributionTxInputSchema>;
|
|
@@ -61296,7 +61300,7 @@ declare module "txs/create-token/create-token.enums" {
|
|
|
61296
61300
|
/**
|
|
61297
61301
|
* This file is generated on build
|
|
61298
61302
|
*/
|
|
61299
|
-
import z from
|
|
61303
|
+
import { z } from "lib/zod";
|
|
61300
61304
|
import { createTokenTxInputOptionsSchema, createTokenTxInputSchema, createTokenTxOutputSchema, tokenInputSchema } from "txs/create-token/create-token.schema.zod";
|
|
61301
61305
|
export type CreateTokenTxInputOptions = z.infer<typeof createTokenTxInputOptionsSchema>;
|
|
61302
61306
|
export type CreateTokenTxInput = z.infer<typeof createTokenTxInputSchema>;
|
|
@@ -61307,7 +61311,7 @@ declare module "txs/create-transfer-many/create-transfer-many.enums" {
|
|
|
61307
61311
|
/**
|
|
61308
61312
|
* This file is generated on build
|
|
61309
61313
|
*/
|
|
61310
|
-
import z from
|
|
61314
|
+
import { z } from "lib/zod";
|
|
61311
61315
|
import { createTransferManyTxInputOptionsSchema, createTransferManyTxInputSchema, createTransferManyTxOutputSchema } from "txs/create-transfer-many/create-transfer-many.schema.zod";
|
|
61312
61316
|
export type CreateTransferManyTxInputOptions = z.infer<typeof createTransferManyTxInputOptionsSchema>;
|
|
61313
61317
|
export type CreateTransferManyTxInput = z.infer<typeof createTransferManyTxInputSchema>;
|
|
@@ -61317,7 +61321,7 @@ declare module "txs/create-wallet/create-wallet.enums" {
|
|
|
61317
61321
|
/**
|
|
61318
61322
|
* This file is generated on build
|
|
61319
61323
|
*/
|
|
61320
|
-
import z from
|
|
61324
|
+
import { z } from "lib/zod";
|
|
61321
61325
|
import { createWalletTxInputOptionsSchema, createWalletTxInputSchema, createWalletTxOutputSchema, walletInputSchema } from "txs/create-wallet/create-wallet.schema.zod";
|
|
61322
61326
|
export type CreateWalletTxInputOptions = z.infer<typeof createWalletTxInputOptionsSchema>;
|
|
61323
61327
|
export type CreateWalletTxInput = z.infer<typeof createWalletTxInputSchema>;
|
|
@@ -61328,7 +61332,7 @@ declare module "txs/create-withdrawal/create-withdrawal.enums" {
|
|
|
61328
61332
|
/**
|
|
61329
61333
|
* This file is generated on build
|
|
61330
61334
|
*/
|
|
61331
|
-
import z from
|
|
61335
|
+
import { z } from "lib/zod";
|
|
61332
61336
|
import { createWithdrawalTxInputSchema, createWithdrawalTxOutputSchema } from "txs/create-withdrawal/create-withdrawal.schema.zod";
|
|
61333
61337
|
export type CreateWithdrawalTxInput = z.infer<typeof createWithdrawalTxInputSchema>;
|
|
61334
61338
|
export type CreateWithdrawalTxOutput = z.infer<typeof createWithdrawalTxOutputSchema>;
|
|
@@ -61337,7 +61341,7 @@ declare module "txs/export-balance-history/export-balance-history.enums" {
|
|
|
61337
61341
|
/**
|
|
61338
61342
|
* This file is generated on build
|
|
61339
61343
|
*/
|
|
61340
|
-
import z from
|
|
61344
|
+
import { z } from "lib/zod";
|
|
61341
61345
|
import { exportBalanceHistoryTxInputOptionsSchema, exportBalanceHistoryTxInputSchema, exportBalanceHistoryTxOutputSchema } from "txs/export-balance-history/export-balance-history.schema.zod";
|
|
61342
61346
|
export type ExportBalanceHistoryTxInputOptions = z.infer<typeof exportBalanceHistoryTxInputOptionsSchema>;
|
|
61343
61347
|
export type ExportBalanceHistoryTxInput = z.infer<typeof exportBalanceHistoryTxInputSchema>;
|
|
@@ -61347,7 +61351,7 @@ declare module "txs/export-transfer-many/export-transfer-many.enums" {
|
|
|
61347
61351
|
/**
|
|
61348
61352
|
* This file is generated on build
|
|
61349
61353
|
*/
|
|
61350
|
-
import z from
|
|
61354
|
+
import { z } from "lib/zod";
|
|
61351
61355
|
import { exportTransferManyTxInputOptionsSchema, exportTransferManyTxInputSchema, exportTransferManyTxOutputSchema } from "txs/export-transfer-many/export-transfer-many.schema.zod";
|
|
61352
61356
|
export type ExportTransferManyTxInputOptions = z.infer<typeof exportTransferManyTxInputOptionsSchema>;
|
|
61353
61357
|
export type ExportTransferManyTxInput = z.infer<typeof exportTransferManyTxInputSchema>;
|
|
@@ -61357,7 +61361,7 @@ declare module "txs/export-wallet-many/export-wallet-many.enums" {
|
|
|
61357
61361
|
/**
|
|
61358
61362
|
* This file is generated on build
|
|
61359
61363
|
*/
|
|
61360
|
-
import z from
|
|
61364
|
+
import { z } from "lib/zod";
|
|
61361
61365
|
import { exportWalletManyTxInputOptionsSchema, exportWalletManyTxInputSchema, exportWalletManyTxOutputSchema } from "txs/export-wallet-many/export-wallet-many.schema.zod";
|
|
61362
61366
|
export type ExportWalletManyTxInputOptions = z.infer<typeof exportWalletManyTxInputOptionsSchema>;
|
|
61363
61367
|
export type ExportWalletManyTxInput = z.infer<typeof exportWalletManyTxInputSchema>;
|
|
@@ -61367,7 +61371,7 @@ declare module "txs/find-balance-many/find-balance-many.enums" {
|
|
|
61367
61371
|
/**
|
|
61368
61372
|
* This file is generated on build
|
|
61369
61373
|
*/
|
|
61370
|
-
import z from
|
|
61374
|
+
import { z } from "lib/zod";
|
|
61371
61375
|
import { advancedBalanceFilterSchema, balanceFilterFullInputSchema, balanceFilterObjectInputSchema, balanceFilterSchema, balanceSelectSchema, findBalanceManyTxInputOptionsSchema, findBalanceManyTxInputSchema, findBalanceManyTxOutputSchema } from "txs/find-balance-many/find-balance-many.schema.zod";
|
|
61372
61376
|
export type AdvancedBalanceFilter = z.infer<typeof advancedBalanceFilterSchema>;
|
|
61373
61377
|
export type BalanceFilterFullInput = z.infer<typeof balanceFilterFullInputSchema>;
|
|
@@ -61382,7 +61386,7 @@ declare module "txs/find-wallet-many/find-wallet-many.enums" {
|
|
|
61382
61386
|
/**
|
|
61383
61387
|
* This file is generated on build
|
|
61384
61388
|
*/
|
|
61385
|
-
import z from
|
|
61389
|
+
import { z } from "lib/zod";
|
|
61386
61390
|
import { advancedWalletFilterSchema, findWalletManyTxInputOptionsSchema, findWalletManyTxInputSchema, findWalletManyTxOutputSchema, walletFilterFullInputSchema, walletFilterObjectInputSchema, walletFilterSchema } from "txs/find-wallet-many/find-wallet-many.schema.zod";
|
|
61387
61391
|
export type AdvancedWalletFilter = z.infer<typeof advancedWalletFilterSchema>;
|
|
61388
61392
|
export type FindWalletManyTxInputOptions = z.infer<typeof findWalletManyTxInputOptionsSchema>;
|
|
@@ -61396,7 +61400,7 @@ declare module "txs/finish-transaction/finish-transaction.enums" {
|
|
|
61396
61400
|
/**
|
|
61397
61401
|
* This file is generated on build
|
|
61398
61402
|
*/
|
|
61399
|
-
import z from
|
|
61403
|
+
import { z } from "lib/zod";
|
|
61400
61404
|
import { finishTransactionTxInputOptionsSchema, finishTransactionTxInputSchema, finishTransactionTxOutputSchema } from "txs/finish-transaction/finish-transaction.schema.zod";
|
|
61401
61405
|
export type FinishTransactionTxInputOptions = z.infer<typeof finishTransactionTxInputOptionsSchema>;
|
|
61402
61406
|
export type FinishTransactionTxInput = z.infer<typeof finishTransactionTxInputSchema>;
|
|
@@ -61406,7 +61410,7 @@ declare module "txs/get-balance/get-balance.enums" {
|
|
|
61406
61410
|
/**
|
|
61407
61411
|
* This file is generated on build
|
|
61408
61412
|
*/
|
|
61409
|
-
import z from
|
|
61413
|
+
import { z } from "lib/zod";
|
|
61410
61414
|
import { balanceOutputSchema, getBalanceTxInputOptionsSchema, getBalanceTxInputSchema, getBalanceTxOutputSchema, uniqueBalanceFilter } from "txs/get-balance/get-balance.schema.zod";
|
|
61411
61415
|
export type Balance = z.infer<typeof balanceOutputSchema>;
|
|
61412
61416
|
export type GetBalanceTxInputOptions = z.infer<typeof getBalanceTxInputOptionsSchema>;
|
|
@@ -61418,7 +61422,7 @@ declare module "txs/get-balance-history/get-balance-history.enums" {
|
|
|
61418
61422
|
/**
|
|
61419
61423
|
* This file is generated on build
|
|
61420
61424
|
*/
|
|
61421
|
-
import z from
|
|
61425
|
+
import { z } from "lib/zod";
|
|
61422
61426
|
import { balanceHistoryFields, balanceHistorySchema, getBalanceHistoryAdditionalOptionsSchema, getBalanceHistoryOrderingOptionsSchema, getBalanceHistorySelectOptionsSchema, getBalanceHistoryTxInputOptionsSchema, getBalanceHistoryTxInputSchema, getBalanceHistoryTxOutputSchema } from "txs/get-balance-history/get-balance-history.schema.zod";
|
|
61423
61427
|
export type BalanceHistoryFields = z.infer<typeof balanceHistoryFields>;
|
|
61424
61428
|
export type BalanceHistory = z.infer<typeof balanceHistorySchema>;
|
|
@@ -61433,7 +61437,7 @@ declare module "txs/get-export/get-export.enums" {
|
|
|
61433
61437
|
/**
|
|
61434
61438
|
* This file is generated on build
|
|
61435
61439
|
*/
|
|
61436
|
-
import z from
|
|
61440
|
+
import { z } from "lib/zod";
|
|
61437
61441
|
import { exportSchema, exportStatusSchema, exportTypeSchema, getExportTxInputOptionsSchema, getExportTxInputSchema, getExportTxOutputSchema } from "txs/get-export/get-export.schema.zod";
|
|
61438
61442
|
export type Export = z.infer<typeof exportSchema>;
|
|
61439
61443
|
export type ExportStatus = z.infer<typeof exportStatusSchema>;
|
|
@@ -61446,7 +61450,7 @@ declare module "txs/get-flags/get-flags.enums" {
|
|
|
61446
61450
|
/**
|
|
61447
61451
|
* This file is generated on build
|
|
61448
61452
|
*/
|
|
61449
|
-
import z from
|
|
61453
|
+
import { z } from "lib/zod";
|
|
61450
61454
|
import { getFlagsTxInputOptionsSchema, getFlagsTxInputSchema, getFlagsTxOutputSchema } from "txs/get-flags/get-flags.schema.zod";
|
|
61451
61455
|
export type GetFlagsTxInputOptions = z.infer<typeof getFlagsTxInputOptionsSchema>;
|
|
61452
61456
|
export type GetFlagsTxInput = z.infer<typeof getFlagsTxInputSchema>;
|
|
@@ -61456,7 +61460,7 @@ declare module "txs/get-statistics/get-statistics.enums" {
|
|
|
61456
61460
|
/**
|
|
61457
61461
|
* This file is generated on build
|
|
61458
61462
|
*/
|
|
61459
|
-
import z from
|
|
61463
|
+
import { z } from "lib/zod";
|
|
61460
61464
|
import { getStatisticsTxInputOptionsSchema, getStatisticsTxInputSchema, getStatisticsTxOutputSchema, statisticsField, statisticsFilter, statisticsGroup, statisticsGroupField, statisticsModelSchema } from "txs/get-statistics/get-statistics.schema.zod";
|
|
61461
61465
|
export type GetStatisticsTxInputOptions = z.infer<typeof getStatisticsTxInputOptionsSchema>;
|
|
61462
61466
|
export type GetStatisticsTxInput = z.infer<typeof getStatisticsTxInputSchema>;
|
|
@@ -61471,7 +61475,7 @@ declare module "txs/get-token-many/get-token-many.enums" {
|
|
|
61471
61475
|
/**
|
|
61472
61476
|
* This file is generated on build
|
|
61473
61477
|
*/
|
|
61474
|
-
import z from
|
|
61478
|
+
import { z } from "lib/zod";
|
|
61475
61479
|
import { getTokenManyTxInputOptions, getTokenManyTxInputSchema, getTokenManyTxOutputSchema } from "txs/get-token-many/get-token-many.schema.zod";
|
|
61476
61480
|
export type GetTokenManyTxInputOptions = z.infer<typeof getTokenManyTxInputOptions>;
|
|
61477
61481
|
export type GetTokenManyTxInput = z.infer<typeof getTokenManyTxInputSchema>;
|
|
@@ -61481,7 +61485,7 @@ declare module "txs/get-transfer/get-transfer.enums" {
|
|
|
61481
61485
|
/**
|
|
61482
61486
|
* This file is generated on build
|
|
61483
61487
|
*/
|
|
61484
|
-
import z from
|
|
61488
|
+
import { z } from "lib/zod";
|
|
61485
61489
|
import { getTransferTxInputOptionsSchema, getTransferTxInputSchema, getTransferTxOutputSchema, transferOutputSchema, transferWithBalanceOutputSchema, uniqueTransferFilter } from "txs/get-transfer/get-transfer.schema.zod";
|
|
61486
61490
|
export type GetTransferTxInputOptions = z.infer<typeof getTransferTxInputOptionsSchema>;
|
|
61487
61491
|
export type GetTransferTxInput = z.infer<typeof getTransferTxInputSchema>;
|
|
@@ -61494,7 +61498,7 @@ declare module "txs/get-transfer-group/get-transfer-group.enums" {
|
|
|
61494
61498
|
/**
|
|
61495
61499
|
* This file is generated on build
|
|
61496
61500
|
*/
|
|
61497
|
-
import z from
|
|
61501
|
+
import { z } from "lib/zod";
|
|
61498
61502
|
import { getTransferGroupTxInputOptionsSchema, getTransferGroupTxInputSchema, getTransferGroupTxOutputSchema, transferGroupOutputSchema, uniqueTransferGroupFilter } from "txs/get-transfer-group/get-transfer-group.schema.zod";
|
|
61499
61503
|
export type GetTransferGroupTxInputOptions = z.infer<typeof getTransferGroupTxInputOptionsSchema>;
|
|
61500
61504
|
export type GetTransferGroupTxInput = z.infer<typeof getTransferGroupTxInputSchema>;
|
|
@@ -61506,7 +61510,7 @@ declare module "txs/get-wallet/get-wallet.enums" {
|
|
|
61506
61510
|
/**
|
|
61507
61511
|
* This file is generated on build
|
|
61508
61512
|
*/
|
|
61509
|
-
import z from
|
|
61513
|
+
import { z } from "lib/zod";
|
|
61510
61514
|
import { getWalletTxInputOptionsSchema, getWalletTxInputSchema, getWalletTxOutputSchema, uniqueWalletFilter, walletOutputSchema, walletWithBalanceFieldsSchema, walletWithBalanceSchema } from "txs/get-wallet/get-wallet.schema.zod";
|
|
61511
61515
|
export type GetWalletTxInputOptions = z.infer<typeof getWalletTxInputOptionsSchema>;
|
|
61512
61516
|
export type GetWalletTxInput = z.infer<typeof getWalletTxInputSchema>;
|
|
@@ -61520,7 +61524,7 @@ declare module "txs/get-wallet-many/get-wallet-many.enums" {
|
|
|
61520
61524
|
/**
|
|
61521
61525
|
* This file is generated on build
|
|
61522
61526
|
*/
|
|
61523
|
-
import z from
|
|
61527
|
+
import { z } from "lib/zod";
|
|
61524
61528
|
import { getWalletManyTxInputOptionsSchema, getWalletManyTxInputSchema, getWalletManyTxOutputSchema } from "txs/get-wallet-many/get-wallet-many.schema.zod";
|
|
61525
61529
|
export type GetWalletManyTxInputOptions = z.infer<typeof getWalletManyTxInputOptionsSchema>;
|
|
61526
61530
|
export type GetWalletManyTxInput = z.infer<typeof getWalletManyTxInputSchema>;
|
|
@@ -61530,7 +61534,7 @@ declare module "txs/healthcheck/healthcheck.enums" {
|
|
|
61530
61534
|
/**
|
|
61531
61535
|
* This file is generated on build
|
|
61532
61536
|
*/
|
|
61533
|
-
import z from
|
|
61537
|
+
import { z } from "lib/zod";
|
|
61534
61538
|
import { healthcheckTxInputOptionsSchema, healthcheckTxInputSchema, healthcheckTxOutputSchema } from "txs/healthcheck/healthcheck.schema.zod";
|
|
61535
61539
|
export type HealthcheckTxInputOptions = z.infer<typeof healthcheckTxInputOptionsSchema>;
|
|
61536
61540
|
export type HealthcheckTxInput = z.infer<typeof healthcheckTxInputSchema>;
|
|
@@ -61540,7 +61544,7 @@ declare module "txs/import-actions/import-actions.enums" {
|
|
|
61540
61544
|
/**
|
|
61541
61545
|
* This file is generated on build
|
|
61542
61546
|
*/
|
|
61543
|
-
import z from
|
|
61547
|
+
import { z } from "lib/zod";
|
|
61544
61548
|
import { importActionTokenSchema, importActionTransferDataCommonSchema, importActionTransferDataDepositSchema, importActionTransferDataRegularSchema, importActionTransferDataSchema, importActionTransferDataWithdrawalSchema, importActionTransferGroupDataSchema, importActionTransferGroupSchema, importActionTransferSchema, importActionWalletSchema, importActionsTxInputOptionsSchema, importActionsTxInputSchema, importActionsTxOutputSchema, importActionsTxStreamChunkSchema } from "txs/import-actions/import-actions.schema.zod";
|
|
61545
61549
|
export type ImportActionToken = z.infer<typeof importActionTokenSchema>;
|
|
61546
61550
|
export type ImportActionTransferDataCommon = z.infer<typeof importActionTransferDataCommonSchema>;
|
|
@@ -61561,7 +61565,7 @@ declare module "txs/list-export-many/list-export-many.enums" {
|
|
|
61561
61565
|
/**
|
|
61562
61566
|
* This file is generated on build
|
|
61563
61567
|
*/
|
|
61564
|
-
import z from
|
|
61568
|
+
import { z } from "lib/zod";
|
|
61565
61569
|
import { listExportManyTxInputOptionsSchema, listExportManyTxInputOrderingOptionsSchema, listExportManyTxInputSchema, listExportManyTxOutputSchema } from "txs/list-export-many/list-export-many.schema.zod";
|
|
61566
61570
|
export type ListExportManyTxInputOptions = z.infer<typeof listExportManyTxInputOptionsSchema>;
|
|
61567
61571
|
export type ListExportManyTxInputOrderingOptions = z.infer<typeof listExportManyTxInputOrderingOptionsSchema>;
|
|
@@ -61572,7 +61576,7 @@ declare module "txs/query-logs/query-logs.enums" {
|
|
|
61572
61576
|
/**
|
|
61573
61577
|
* This file is generated on build
|
|
61574
61578
|
*/
|
|
61575
|
-
import z from
|
|
61579
|
+
import { z } from "lib/zod";
|
|
61576
61580
|
import { queryLogEntry, queryLogsTxInputOptionsSchema, queryLogsTxInputSchema, queryLogsTxOutputSchema } from "txs/query-logs/query-logs.schema.zod";
|
|
61577
61581
|
export type QueryLogEntry = z.infer<typeof queryLogEntry>;
|
|
61578
61582
|
export type QueryLogsTxInputOptions = z.infer<typeof queryLogsTxInputOptionsSchema>;
|
|
@@ -61583,7 +61587,7 @@ declare module "txs/reset-database/reset-database.enums" {
|
|
|
61583
61587
|
/**
|
|
61584
61588
|
* This file is generated on build
|
|
61585
61589
|
*/
|
|
61586
|
-
import z from
|
|
61590
|
+
import { z } from "lib/zod";
|
|
61587
61591
|
import { resetDatabaseTxInputOptionsSchema, resetDatabaseTxInputSchema, resetDatabaseTxOutputSchema } from "txs/reset-database/reset-database.schema.zod";
|
|
61588
61592
|
export type ResetDatabaseTxInputOptions = z.infer<typeof resetDatabaseTxInputOptionsSchema>;
|
|
61589
61593
|
export type ResetDatabaseTxInput = z.infer<typeof resetDatabaseTxInputSchema>;
|
|
@@ -61593,7 +61597,7 @@ declare module "txs/reverse-transfer/reverse-transfer.enums" {
|
|
|
61593
61597
|
/**
|
|
61594
61598
|
* This file is generated on build
|
|
61595
61599
|
*/
|
|
61596
|
-
import z from
|
|
61600
|
+
import { z } from "lib/zod";
|
|
61597
61601
|
import { reverseTransferAdditionalOptionsSchema, reverseTransferModificationsSchema, reverseTransferTxInputOptionsSchema, reverseTransferTxInputSchema, reverseTransferTxOutputSchema } from "txs/reverse-transfer/reverse-transfer.schema.zod";
|
|
61598
61602
|
export type ReverseTransferAdditionalOptions = z.infer<typeof reverseTransferAdditionalOptionsSchema>;
|
|
61599
61603
|
export type ReverseTransferModifications = z.infer<typeof reverseTransferModificationsSchema>;
|
|
@@ -61605,7 +61609,7 @@ declare module "txs/reverse-transfer-group/reverse-transfer-group.enums" {
|
|
|
61605
61609
|
/**
|
|
61606
61610
|
* This file is generated on build
|
|
61607
61611
|
*/
|
|
61608
|
-
import z from
|
|
61612
|
+
import { z } from "lib/zod";
|
|
61609
61613
|
import { reverseTransferGroupAdditionalOptionsSchema, reverseTransferGroupModificationsSchema, reverseTransferGroupTxInputOptionsSchema, reverseTransferGroupTxInputSchema, reverseTransferGroupTxOutputSchema } from "txs/reverse-transfer-group/reverse-transfer-group.schema.zod";
|
|
61610
61614
|
export type ReverseTransferGroupAdditionalOptions = z.infer<typeof reverseTransferGroupAdditionalOptionsSchema>;
|
|
61611
61615
|
export type ReverseTransferGroupModifications = z.infer<typeof reverseTransferGroupModificationsSchema>;
|
|
@@ -61617,7 +61621,7 @@ declare module "txs/reverse-transfer-group-many/reverse-transfer-group-many.enum
|
|
|
61617
61621
|
/**
|
|
61618
61622
|
* This file is generated on build
|
|
61619
61623
|
*/
|
|
61620
|
-
import z from
|
|
61624
|
+
import { z } from "lib/zod";
|
|
61621
61625
|
import { reverseTransferGroupManyModificationsSchema, reverseTransferGroupManyTxInputSchema, reverseTransferGroupManyTxOutputSchema } from "txs/reverse-transfer-group-many/reverse-transfer-group-many.schema.zod";
|
|
61622
61626
|
export type ReverseTransferGroupManyModifications = z.infer<typeof reverseTransferGroupManyModificationsSchema>;
|
|
61623
61627
|
export type ReverseTransferGroupManyTxInput = z.infer<typeof reverseTransferGroupManyTxInputSchema>;
|
|
@@ -61627,7 +61631,7 @@ declare module "txs/reverse-transfer-many/reverse-transfer-many.enums" {
|
|
|
61627
61631
|
/**
|
|
61628
61632
|
* This file is generated on build
|
|
61629
61633
|
*/
|
|
61630
|
-
import z from
|
|
61634
|
+
import { z } from "lib/zod";
|
|
61631
61635
|
import { reverseTransferManyModificationsSchema, reverseTransferManyTxInputOptionsSchema, reverseTransferManyTxInputSchema, reverseTransferManyTxOutputSchema } from "txs/reverse-transfer-many/reverse-transfer-many.schema.zod";
|
|
61632
61636
|
export type ReverseTransferManyModifications = z.infer<typeof reverseTransferManyModificationsSchema>;
|
|
61633
61637
|
export type ReverseTransferManyTxInputOptions = z.infer<typeof reverseTransferManyTxInputOptionsSchema>;
|
|
@@ -61638,7 +61642,7 @@ declare module "txs/set-flags/set-flags.enums" {
|
|
|
61638
61642
|
/**
|
|
61639
61643
|
* This file is generated on build
|
|
61640
61644
|
*/
|
|
61641
|
-
import z from
|
|
61645
|
+
import { z } from "lib/zod";
|
|
61642
61646
|
import { setFlagsTxInputOptionsSchema, setFlagsTxInputSchema, setFlagsTxOutputSchema } from "txs/set-flags/set-flags.schema.zod";
|
|
61643
61647
|
export type SetFlagsTxInputOptions = z.infer<typeof setFlagsTxInputOptionsSchema>;
|
|
61644
61648
|
export type SetFlagsTxInput = z.infer<typeof setFlagsTxInputSchema>;
|
|
@@ -61648,7 +61652,7 @@ declare module "txs/start-transaction/start-transaction.enums" {
|
|
|
61648
61652
|
/**
|
|
61649
61653
|
* This file is generated on build
|
|
61650
61654
|
*/
|
|
61651
|
-
import z from
|
|
61655
|
+
import { z } from "lib/zod";
|
|
61652
61656
|
import { startTransactionTxInputOptionsSchema, startTransactionTxInputSchema, startTransactionTxOutputSchema } from "txs/start-transaction/start-transaction.schema.zod";
|
|
61653
61657
|
export type StartTransactionTxInputOptions = z.infer<typeof startTransactionTxInputOptionsSchema>;
|
|
61654
61658
|
export type StartTransactionTxInput = z.infer<typeof startTransactionTxInputSchema>;
|
|
@@ -61658,7 +61662,7 @@ declare module "txs/update-token/update-token.enums" {
|
|
|
61658
61662
|
/**
|
|
61659
61663
|
* This file is generated on build
|
|
61660
61664
|
*/
|
|
61661
|
-
import z from
|
|
61665
|
+
import { z } from "lib/zod";
|
|
61662
61666
|
import { updateTokenFieldsSchema, updateTokenModificationsSchema, updateTokenTxInputOptionsSchema, updateTokenTxInputSchema, updateTokenTxOutputSchema } from "txs/update-token/update-token.schema.zod";
|
|
61663
61667
|
export type UpdateTokenFields = z.infer<typeof updateTokenFieldsSchema>;
|
|
61664
61668
|
export type UpdateTokenModifications = z.infer<typeof updateTokenModificationsSchema>;
|
|
@@ -61670,7 +61674,7 @@ declare module "txs/update-transfer/update-transfer.enums" {
|
|
|
61670
61674
|
/**
|
|
61671
61675
|
* This file is generated on build
|
|
61672
61676
|
*/
|
|
61673
|
-
import z from
|
|
61677
|
+
import { z } from "lib/zod";
|
|
61674
61678
|
import { updateTransferModificationsSchema, updateTransferTxInputOptionsSchema, updateTransferTxInputSchema, updateTransferTxOutputSchema } from "txs/update-transfer/update-transfer.schema.zod";
|
|
61675
61679
|
export type UpdateTransferModifications = z.infer<typeof updateTransferModificationsSchema>;
|
|
61676
61680
|
export type UpdateTransferTxInputOptions = z.infer<typeof updateTransferTxInputOptionsSchema>;
|
|
@@ -61681,7 +61685,7 @@ declare module "txs/update-transfer-group/update-transfer-group.enums" {
|
|
|
61681
61685
|
/**
|
|
61682
61686
|
* This file is generated on build
|
|
61683
61687
|
*/
|
|
61684
|
-
import z from
|
|
61688
|
+
import { z } from "lib/zod";
|
|
61685
61689
|
import { updateTransferGroupDataSchema, updateTransferGroupFieldsSchema, updateTransferGroupModificationsSchema, updateTransferGroupTxInputOptionsSchema, updateTransferGroupTxInputSchema, updateTransferGroupTxOutputSchema } from "txs/update-transfer-group/update-transfer-group.schema.zod";
|
|
61686
61690
|
export type UpdateTransferGroupData = z.infer<typeof updateTransferGroupDataSchema>;
|
|
61687
61691
|
export type UpdateTransferGroupFields = z.infer<typeof updateTransferGroupFieldsSchema>;
|
|
@@ -61694,7 +61698,7 @@ declare module "txs/update-transfer-group-many/update-transfer-group-many.enums"
|
|
|
61694
61698
|
/**
|
|
61695
61699
|
* This file is generated on build
|
|
61696
61700
|
*/
|
|
61697
|
-
import z from
|
|
61701
|
+
import { z } from "lib/zod";
|
|
61698
61702
|
import { updateTransferGroupManyTxInputOptionsSchema, updateTransferGroupManyTxInputSchema, updateTransferGroupManyTxOutputSchema } from "txs/update-transfer-group-many/update-transfer-group-many.schema.zod";
|
|
61699
61703
|
export type UpdateTransferGroupManyTxInputOptions = z.infer<typeof updateTransferGroupManyTxInputOptionsSchema>;
|
|
61700
61704
|
export type UpdateTransferGroupManyTxInput = z.infer<typeof updateTransferGroupManyTxInputSchema>;
|
|
@@ -61704,7 +61708,7 @@ declare module "txs/update-transfer-many/update-transfer-many.enums" {
|
|
|
61704
61708
|
/**
|
|
61705
61709
|
* This file is generated on build
|
|
61706
61710
|
*/
|
|
61707
|
-
import z from
|
|
61711
|
+
import { z } from "lib/zod";
|
|
61708
61712
|
import { updateTransferManyTxInputOptionsSchema, updateTransferManyTxInputSchema, updateTransferManyTxOutputSchema } from "txs/update-transfer-many/update-transfer-many.schema.zod";
|
|
61709
61713
|
export type UpdateTransferManyTxInputOptions = z.infer<typeof updateTransferManyTxInputOptionsSchema>;
|
|
61710
61714
|
export type UpdateTransferManyTxInput = z.infer<typeof updateTransferManyTxInputSchema>;
|
|
@@ -61714,7 +61718,7 @@ declare module "txs/update-wallet/update-wallet.enums" {
|
|
|
61714
61718
|
/**
|
|
61715
61719
|
* This file is generated on build
|
|
61716
61720
|
*/
|
|
61717
|
-
import z from
|
|
61721
|
+
import { z } from "lib/zod";
|
|
61718
61722
|
import { updateWalletFieldsSchema, updateWalletModificationsSchema, updateWalletTxInputOptionsSchema, updateWalletTxInputSchema, updateWalletTxOutputSchema } from "txs/update-wallet/update-wallet.schema.zod";
|
|
61719
61723
|
export type UpdateWalletFields = z.infer<typeof updateWalletFieldsSchema>;
|
|
61720
61724
|
export type UpdateWalletModifications = z.infer<typeof updateWalletModificationsSchema>;
|
|
@@ -61986,7 +61990,7 @@ declare module "fns/export-transfers/export-transfers.enums" {
|
|
|
61986
61990
|
/**
|
|
61987
61991
|
* This file is generated on build
|
|
61988
61992
|
*/
|
|
61989
|
-
import z from
|
|
61993
|
+
import { z } from "lib/zod";
|
|
61990
61994
|
import { exportTransfersFnOptionsSchema, exportTransfersInputSchema, exportTransfersFnInputSchema, exportTransfersFnOutputSchema } from "fns/export-transfers/export-transfers.schema.zod";
|
|
61991
61995
|
export type ExportTransfersFnOptions = z.input<typeof exportTransfersFnOptionsSchema>;
|
|
61992
61996
|
export type ExportTransfersInput = z.input<typeof exportTransfersInputSchema>;
|
|
@@ -62437,7 +62441,7 @@ declare module "fns/export-wallets/export-wallets.enums" {
|
|
|
62437
62441
|
/**
|
|
62438
62442
|
* This file is generated on build
|
|
62439
62443
|
*/
|
|
62440
|
-
import z from
|
|
62444
|
+
import { z } from "lib/zod";
|
|
62441
62445
|
import { exportWalletsFnOptionsSchema, exportWalletsInputSchema, exportWalletsFnInputSchema, exportWalletsFnOutputSchema } from "fns/export-wallets/export-wallets.schema.zod";
|
|
62442
62446
|
export type ExportWalletsFnOptions = z.input<typeof exportWalletsFnOptionsSchema>;
|
|
62443
62447
|
export type ExportWalletsInput = z.input<typeof exportWalletsInputSchema>;
|
|
@@ -62622,7 +62626,7 @@ declare module "fns/find-balances/find-balances.enums" {
|
|
|
62622
62626
|
/**
|
|
62623
62627
|
* This file is generated on build
|
|
62624
62628
|
*/
|
|
62625
|
-
import z from
|
|
62629
|
+
import { z } from "lib/zod";
|
|
62626
62630
|
import { findBalancesFnOptionsSchema, findBalancesInputSchema, findBalancesFnInputSchema, findBalancesFnOutputSchema } from "fns/find-balances/find-balances.schema.zod";
|
|
62627
62631
|
export type FindBalancesFnOptions = z.input<typeof findBalancesFnOptionsSchema>;
|
|
62628
62632
|
export type FindBalancesInput = z.input<typeof findBalancesInputSchema>;
|
|
@@ -62867,7 +62871,7 @@ declare module "fns/find-tokens/find-tokens.enums" {
|
|
|
62867
62871
|
/**
|
|
62868
62872
|
* This file is generated on build
|
|
62869
62873
|
*/
|
|
62870
|
-
import z from
|
|
62874
|
+
import { z } from "lib/zod";
|
|
62871
62875
|
import { findTokensFnOptionsSchema, findTokensInputSchema, findTokensFnInputSchema, findTokensFnOutputSchema } from "fns/find-tokens/find-tokens.schema.zod";
|
|
62872
62876
|
export type FindTokensFnOptions = z.input<typeof findTokensFnOptionsSchema>;
|
|
62873
62877
|
export type FindTokensInput = z.input<typeof findTokensInputSchema>;
|
|
@@ -63067,7 +63071,7 @@ declare module "fns/find-transfer-groups/find-transfer-groups.enums" {
|
|
|
63067
63071
|
/**
|
|
63068
63072
|
* This file is generated on build
|
|
63069
63073
|
*/
|
|
63070
|
-
import z from
|
|
63074
|
+
import { z } from "lib/zod";
|
|
63071
63075
|
import { findTransferGroupsFnOptionsSchema, findTransferGroupsInputSchema, findTransferGroupsFnInputSchema, findTransferGroupsFnOutputSchema } from "fns/find-transfer-groups/find-transfer-groups.schema.zod";
|
|
63072
63076
|
export type FindTransferGroupsFnOptions = z.input<typeof findTransferGroupsFnOptionsSchema>;
|
|
63073
63077
|
export type FindTransferGroupsInput = z.input<typeof findTransferGroupsInputSchema>;
|
|
@@ -63272,7 +63276,7 @@ declare module "fns/find-transfers/find-transfers.enums" {
|
|
|
63272
63276
|
/**
|
|
63273
63277
|
* This file is generated on build
|
|
63274
63278
|
*/
|
|
63275
|
-
import z from
|
|
63279
|
+
import { z } from "lib/zod";
|
|
63276
63280
|
import { findTransfersFnExtraOptionsSchema, findTransfersFnOptionsSchema, findTransfersInputSchema, findTransfersFnInputSchema, findTransfersFnOutputSchema } from "fns/find-transfers/find-transfers.schema.zod";
|
|
63277
63281
|
export type FindTransfersFnExtraOptions = z.input<typeof findTransfersFnExtraOptionsSchema>;
|
|
63278
63282
|
export type FindTransfersFnOptions = z.input<typeof findTransfersFnOptionsSchema>;
|
|
@@ -63711,7 +63715,7 @@ declare module "fns/find-wallets/find-wallets.enums" {
|
|
|
63711
63715
|
/**
|
|
63712
63716
|
* This file is generated on build
|
|
63713
63717
|
*/
|
|
63714
|
-
import z from
|
|
63718
|
+
import { z } from "lib/zod";
|
|
63715
63719
|
import { findWalletsFnExtraOptionsSchema, findWalletsFnOptionsSchema, findWalletsInputSchema, findWalletsFnInputSchema, findWalletsFnOutputSchema } from "fns/find-wallets/find-wallets.schema.zod";
|
|
63716
63720
|
export type FindWalletsFnExtraOptions = z.input<typeof findWalletsFnExtraOptionsSchema>;
|
|
63717
63721
|
export type FindWalletsFnOptions = z.input<typeof findWalletsFnOptionsSchema>;
|
|
@@ -63884,7 +63888,7 @@ declare module "fns/get-balance/get-balance.enums" {
|
|
|
63884
63888
|
/**
|
|
63885
63889
|
* This file is generated on build
|
|
63886
63890
|
*/
|
|
63887
|
-
import z from
|
|
63891
|
+
import { z } from "lib/zod";
|
|
63888
63892
|
import { getBalanceFnOptionsSchema, getBalanceInputSchema, getBalanceFnInputSchema, getBalanceFnOutputSchema } from "fns/get-balance/get-balance.schema.zod";
|
|
63889
63893
|
export type GetBalanceFnOptions = z.input<typeof getBalanceFnOptionsSchema>;
|
|
63890
63894
|
export type GetBalanceInput = z.input<typeof getBalanceInputSchema>;
|
|
@@ -63906,7 +63910,7 @@ declare module "fns/get-balance-history/get-balance-history.enums" {
|
|
|
63906
63910
|
/**
|
|
63907
63911
|
* This file is generated on build
|
|
63908
63912
|
*/
|
|
63909
|
-
import z from
|
|
63913
|
+
import { z } from "lib/zod";
|
|
63910
63914
|
import { getBalanceHistoryFnOptionsSchema, getBalanceHistoryInputSchema, getBalanceHistoryFnInputSchema, getBalanceHistoryFnOutputSchema } from "fns/get-balance-history/get-balance-history.schema.zod";
|
|
63911
63915
|
export type GetBalanceHistoryFnOptions = z.input<typeof getBalanceHistoryFnOptionsSchema>;
|
|
63912
63916
|
export type GetBalanceHistoryInput = z.input<typeof getBalanceHistoryInputSchema>;
|
|
@@ -63928,7 +63932,7 @@ declare module "fns/get-export/get-export.enums" {
|
|
|
63928
63932
|
/**
|
|
63929
63933
|
* This file is generated on build
|
|
63930
63934
|
*/
|
|
63931
|
-
import z from
|
|
63935
|
+
import { z } from "lib/zod";
|
|
63932
63936
|
import { getExportFnOptionsSchema, getExportInputSchema, getExportFnInputSchema, getExportFnOutputSchema } from "fns/get-export/get-export.schema.zod";
|
|
63933
63937
|
export type GetExportFnOptions = z.input<typeof getExportFnOptionsSchema>;
|
|
63934
63938
|
export type GetExportInput = z.input<typeof getExportInputSchema>;
|
|
@@ -63950,7 +63954,7 @@ declare module "fns/get-flags/get-flags.enums" {
|
|
|
63950
63954
|
/**
|
|
63951
63955
|
* This file is generated on build
|
|
63952
63956
|
*/
|
|
63953
|
-
import z from
|
|
63957
|
+
import { z } from "lib/zod";
|
|
63954
63958
|
import { getFlagsFnOptionsSchema, getFlagsFnInputSchema, getFlagsFnOutputSchema } from "fns/get-flags/get-flags.schema.zod";
|
|
63955
63959
|
export type GetFlagsFnOptions = z.input<typeof getFlagsFnOptionsSchema>;
|
|
63956
63960
|
export type GetFlagsFnInput = z.input<typeof getFlagsFnInputSchema>;
|
|
@@ -63971,7 +63975,7 @@ declare module "fns/get-statistics/get-statistics.enums" {
|
|
|
63971
63975
|
/**
|
|
63972
63976
|
* This file is generated on build
|
|
63973
63977
|
*/
|
|
63974
|
-
import z from
|
|
63978
|
+
import { z } from "lib/zod";
|
|
63975
63979
|
import { getStatisticsFnOptionsSchema, getStatisticsFnInputSchema, getStatisticsFnOutputSchema } from "fns/get-statistics/get-statistics.schema.zod";
|
|
63976
63980
|
export type GetStatisticsFnOptions = z.input<typeof getStatisticsFnOptionsSchema>;
|
|
63977
63981
|
export type GetStatisticsFnInput = z.input<typeof getStatisticsFnInputSchema>;
|
|
@@ -63992,7 +63996,7 @@ declare module "fns/get-token/get-token.enums" {
|
|
|
63992
63996
|
/**
|
|
63993
63997
|
* This file is generated on build
|
|
63994
63998
|
*/
|
|
63995
|
-
import z from
|
|
63999
|
+
import { z } from "lib/zod";
|
|
63996
64000
|
import { getTokenFnOptionsSchema, getTokenInputSchema, getTokenFnInputSchema, getTokenFnOutputSchema } from "fns/get-token/get-token.schema.zod";
|
|
63997
64001
|
export type GetTokenFnOptions = z.input<typeof getTokenFnOptionsSchema>;
|
|
63998
64002
|
export type GetTokenInput = z.input<typeof getTokenInputSchema>;
|
|
@@ -64014,7 +64018,7 @@ declare module "fns/get-transfer/get-transfer.enums" {
|
|
|
64014
64018
|
/**
|
|
64015
64019
|
* This file is generated on build
|
|
64016
64020
|
*/
|
|
64017
|
-
import z from
|
|
64021
|
+
import { z } from "lib/zod";
|
|
64018
64022
|
import { getTransferFnOptionsSchema, getTransferInputSchema, getTransferFnInputSchema, getTransferFnOutputSchema } from "fns/get-transfer/get-transfer.schema.zod";
|
|
64019
64023
|
export type GetTransferFnOptions = z.input<typeof getTransferFnOptionsSchema>;
|
|
64020
64024
|
export type GetTransferInput = z.input<typeof getTransferInputSchema>;
|
|
@@ -64036,7 +64040,7 @@ declare module "fns/get-transfer-group/get-transfer-group.enums" {
|
|
|
64036
64040
|
/**
|
|
64037
64041
|
* This file is generated on build
|
|
64038
64042
|
*/
|
|
64039
|
-
import z from
|
|
64043
|
+
import { z } from "lib/zod";
|
|
64040
64044
|
import { getTransferGroupFnOptionsSchema, getTransferGroupInputSchema, getTransferGroupFnInputSchema, getTransferGroupFnOutputSchema } from "fns/get-transfer-group/get-transfer-group.schema.zod";
|
|
64041
64045
|
export type GetTransferGroupFnOptions = z.input<typeof getTransferGroupFnOptionsSchema>;
|
|
64042
64046
|
export type GetTransferGroupInput = z.input<typeof getTransferGroupInputSchema>;
|
|
@@ -64058,7 +64062,7 @@ declare module "fns/get-wallet/get-wallet.enums" {
|
|
|
64058
64062
|
/**
|
|
64059
64063
|
* This file is generated on build
|
|
64060
64064
|
*/
|
|
64061
|
-
import z from
|
|
64065
|
+
import { z } from "lib/zod";
|
|
64062
64066
|
import { getWalletFnOptionsSchema, getWalletInputSchema, getWalletFnInputSchema, getWalletFnOutputSchema } from "fns/get-wallet/get-wallet.schema.zod";
|
|
64063
64067
|
export type GetWalletFnOptions = z.input<typeof getWalletFnOptionsSchema>;
|
|
64064
64068
|
export type GetWalletInput = z.input<typeof getWalletInputSchema>;
|
|
@@ -64080,7 +64084,7 @@ declare module "fns/healthcheck/healthcheck.enums" {
|
|
|
64080
64084
|
/**
|
|
64081
64085
|
* This file is generated on build
|
|
64082
64086
|
*/
|
|
64083
|
-
import z from
|
|
64087
|
+
import { z } from "lib/zod";
|
|
64084
64088
|
import { healthcheckFnOptionsSchema, healthcheckFnInputSchema, healthcheckFnOutputSchema } from "fns/healthcheck/healthcheck.schema.zod";
|
|
64085
64089
|
export type HealthcheckFnOptions = z.input<typeof healthcheckFnOptionsSchema>;
|
|
64086
64090
|
export type HealthcheckFnInput = z.input<typeof healthcheckFnInputSchema>;
|
|
@@ -64101,7 +64105,7 @@ declare module "fns/list-exports/list-exports.enums" {
|
|
|
64101
64105
|
/**
|
|
64102
64106
|
* This file is generated on build
|
|
64103
64107
|
*/
|
|
64104
|
-
import z from
|
|
64108
|
+
import { z } from "lib/zod";
|
|
64105
64109
|
import { listExportsFnOptionsSchema, listExportsInputSchema, listExportsFnInputSchema, listExportsFnOutputSchema } from "fns/list-exports/list-exports.schema.zod";
|
|
64106
64110
|
export type ListExportsFnOptions = z.input<typeof listExportsFnOptionsSchema>;
|
|
64107
64111
|
export type ListExportsInput = z.input<typeof listExportsInputSchema>;
|
|
@@ -64124,7 +64128,7 @@ declare module "fns/reverse-transfer/reverse-transfer.enums" {
|
|
|
64124
64128
|
/**
|
|
64125
64129
|
* This file is generated on build
|
|
64126
64130
|
*/
|
|
64127
|
-
import z from
|
|
64131
|
+
import { z } from "lib/zod";
|
|
64128
64132
|
import { reverseTransferFnOptionsSchema, reverseTransferInputSchema, reverseTransferFnInputSchema, reverseTransferFnOutputSchema } from "fns/reverse-transfer/reverse-transfer.schema.zod";
|
|
64129
64133
|
export type ReverseTransferFnOptions = z.input<typeof reverseTransferFnOptionsSchema>;
|
|
64130
64134
|
export type ReverseTransferInput = z.input<typeof reverseTransferInputSchema>;
|
|
@@ -64147,7 +64151,7 @@ declare module "fns/reverse-transfer-group/reverse-transfer-group.enums" {
|
|
|
64147
64151
|
/**
|
|
64148
64152
|
* This file is generated on build
|
|
64149
64153
|
*/
|
|
64150
|
-
import z from
|
|
64154
|
+
import { z } from "lib/zod";
|
|
64151
64155
|
import { reverseTransferGroupFnOptionsSchema, reverseTransferGroupInputSchema, reverseTransferGroupFnInputSchema, reverseTransferGroupFnOutputSchema } from "fns/reverse-transfer-group/reverse-transfer-group.schema.zod";
|
|
64152
64156
|
export type ReverseTransferGroupFnOptions = z.input<typeof reverseTransferGroupFnOptionsSchema>;
|
|
64153
64157
|
export type ReverseTransferGroupInput = z.input<typeof reverseTransferGroupInputSchema>;
|
|
@@ -64170,7 +64174,7 @@ declare module "fns/reverse-transfers/reverse-transfers.enums" {
|
|
|
64170
64174
|
/**
|
|
64171
64175
|
* This file is generated on build
|
|
64172
64176
|
*/
|
|
64173
|
-
import z from
|
|
64177
|
+
import { z } from "lib/zod";
|
|
64174
64178
|
import { reverseTransfersFnOptionsSchema, reverseTransfersFnModificationsSchema, reverseTransfersFilterInputSchema, reverseTransfersInputSchema, reverseTransfersFnInputSchema, reverseTransfersFnOutputSchema } from "fns/reverse-transfers/reverse-transfers.schema.zod";
|
|
64175
64179
|
export type ReverseTransfersFnOptions = z.input<typeof reverseTransfersFnOptionsSchema>;
|
|
64176
64180
|
export type ReverseTransfersFnModifications = z.input<typeof reverseTransfersFnModificationsSchema>;
|
|
@@ -64658,7 +64662,7 @@ declare module "fns/set-flags/set-flags.enums" {
|
|
|
64658
64662
|
/**
|
|
64659
64663
|
* This file is generated on build
|
|
64660
64664
|
*/
|
|
64661
|
-
import z from
|
|
64665
|
+
import { z } from "lib/zod";
|
|
64662
64666
|
import { setFlagsFnOptionsSchema, setFlagsFnInputSchema, setFlagsFnOutputSchema } from "fns/set-flags/set-flags.schema.zod";
|
|
64663
64667
|
export type SetFlagsFnOptions = z.input<typeof setFlagsFnOptionsSchema>;
|
|
64664
64668
|
export type SetFlagsFnInput = z.input<typeof setFlagsFnInputSchema>;
|
|
@@ -64680,7 +64684,7 @@ declare module "fns/update-token/update-token.enums" {
|
|
|
64680
64684
|
/**
|
|
64681
64685
|
* This file is generated on build
|
|
64682
64686
|
*/
|
|
64683
|
-
import z from
|
|
64687
|
+
import { z } from "lib/zod";
|
|
64684
64688
|
import { updateTokenFnOptionsSchema, updateTokenInputSchema, updateTokenFnInputSchema, updateTokenFnOutputSchema } from "fns/update-token/update-token.schema.zod";
|
|
64685
64689
|
export type UpdateTokenFnOptions = z.input<typeof updateTokenFnOptionsSchema>;
|
|
64686
64690
|
export type UpdateTokenInput = z.input<typeof updateTokenInputSchema>;
|
|
@@ -64702,7 +64706,7 @@ declare module "fns/update-transfer/update-transfer.enums" {
|
|
|
64702
64706
|
/**
|
|
64703
64707
|
* This file is generated on build
|
|
64704
64708
|
*/
|
|
64705
|
-
import z from
|
|
64709
|
+
import { z } from "lib/zod";
|
|
64706
64710
|
import { updateTransferFnOptionsSchema, updateTransferStatusSchema, updateTransferInputSchema, updateTransferFnInputSchema, updateTransferFnOutputSchema } from "fns/update-transfer/update-transfer.schema.zod";
|
|
64707
64711
|
export type UpdateTransferFnOptions = z.input<typeof updateTransferFnOptionsSchema>;
|
|
64708
64712
|
export type UpdateTransferStatus = z.input<typeof updateTransferStatusSchema>;
|
|
@@ -64725,7 +64729,7 @@ declare module "fns/update-transfer-group/update-transfer-group.enums" {
|
|
|
64725
64729
|
/**
|
|
64726
64730
|
* This file is generated on build
|
|
64727
64731
|
*/
|
|
64728
|
-
import z from
|
|
64732
|
+
import { z } from "lib/zod";
|
|
64729
64733
|
import { updateTransferGroupFnOptionsSchema, updateTransferGroupInputSchema, updateTransferGroupFnInputSchema, updateTransferGroupFnOutputSchema } from "fns/update-transfer-group/update-transfer-group.schema.zod";
|
|
64730
64734
|
export type UpdateTransferGroupFnOptions = z.input<typeof updateTransferGroupFnOptionsSchema>;
|
|
64731
64735
|
export type UpdateTransferGroupInput = z.input<typeof updateTransferGroupInputSchema>;
|
|
@@ -64747,7 +64751,7 @@ declare module "fns/update-transfer-groups/update-transfer-groups.enums" {
|
|
|
64747
64751
|
/**
|
|
64748
64752
|
* This file is generated on build
|
|
64749
64753
|
*/
|
|
64750
|
-
import z from
|
|
64754
|
+
import { z } from "lib/zod";
|
|
64751
64755
|
import { updateTransferGroupsFnOptionsSchema, updateTransferGroupsFnUpdateFields, updateTransferGroupsFilterInputSchema, updateTransferGroupsInputSchema, updateTransferGroupsFnInputSchema, updateTransferGroupsFnOutputSchema } from "fns/update-transfer-groups/update-transfer-groups.schema.zod";
|
|
64752
64756
|
export type UpdateTransferGroupsFnOptions = z.input<typeof updateTransferGroupsFnOptionsSchema>;
|
|
64753
64757
|
export type UpdateTransferGroupsFnUpdateFields = z.input<typeof updateTransferGroupsFnUpdateFields>;
|
|
@@ -65000,7 +65004,7 @@ declare module "fns/update-transfers/update-transfers.enums" {
|
|
|
65000
65004
|
/**
|
|
65001
65005
|
* This file is generated on build
|
|
65002
65006
|
*/
|
|
65003
|
-
import z from
|
|
65007
|
+
import { z } from "lib/zod";
|
|
65004
65008
|
import { updateTransfersFnOptionsSchema, updateTransfersStatusSchema, updateTransfersFnUpdateFields, updateTransfersFilterInputSchema, updateTransfersInputSchema, updateTransfersFnInputSchema, updateTransfersFnOutputSchema } from "fns/update-transfers/update-transfers.schema.zod";
|
|
65005
65009
|
export type UpdateTransfersFnOptions = z.input<typeof updateTransfersFnOptionsSchema>;
|
|
65006
65010
|
export type UpdateTransfersStatus = z.input<typeof updateTransfersStatusSchema>;
|
|
@@ -65355,7 +65359,7 @@ declare module "fns/update-wallet/update-wallet.enums" {
|
|
|
65355
65359
|
/**
|
|
65356
65360
|
* This file is generated on build
|
|
65357
65361
|
*/
|
|
65358
|
-
import z from
|
|
65362
|
+
import { z } from "lib/zod";
|
|
65359
65363
|
import { updateWalletFnOptionsSchema, updateWalletInputSchema, updateWalletFnInputSchema, updateWalletFnOutputSchema } from "fns/update-wallet/update-wallet.schema.zod";
|
|
65360
65364
|
export type UpdateWalletFnOptions = z.input<typeof updateWalletFnOptionsSchema>;
|
|
65361
65365
|
export type UpdateWalletInput = z.input<typeof updateWalletInputSchema>;
|
|
@@ -69012,7 +69016,7 @@ declare module "fns/index" {
|
|
|
69012
69016
|
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, };
|
|
69013
69017
|
}
|
|
69014
69018
|
declare module "fns/consts.enums" {
|
|
69015
|
-
import z from
|
|
69019
|
+
import { z } from "lib/zod";
|
|
69016
69020
|
import { iFnFindOptionsExtraSchema, iFnFindOptionsSchema, allowedStringPositiveNumericSchema, allowedStringIntSchema, allowedStringNumberSchema, allowedStringIntForForeign } from "fns/consts";
|
|
69017
69021
|
export type IFnFindOptionsExtra = z.infer<typeof iFnFindOptionsExtraSchema>;
|
|
69018
69022
|
export type IFnFindOptions = z.infer<typeof iFnFindOptionsSchema>;
|
|
@@ -79291,7 +79295,7 @@ declare module "api/auth/auth.enums" {
|
|
|
79291
79295
|
}
|
|
79292
79296
|
}
|
|
79293
79297
|
declare module "db/wallet-token-setting/wallet-token-setting.schema.zod" {
|
|
79294
|
-
import z from
|
|
79298
|
+
import { z } from "lib/zod";
|
|
79295
79299
|
export const walletTokenSettingTableSchema: z.ZodObject<{
|
|
79296
79300
|
id: z.ZodNumber;
|
|
79297
79301
|
wallet_id: z.ZodNumber;
|
|
@@ -79328,12 +79332,12 @@ declare module "db/wallet-token-setting/wallet-token-setting.enums" {
|
|
|
79328
79332
|
/**
|
|
79329
79333
|
* This file is generated on build
|
|
79330
79334
|
*/
|
|
79331
|
-
import z from
|
|
79335
|
+
import { z } from "lib/zod";
|
|
79332
79336
|
import { walletTokenSettingTableSchema } from "db/wallet-token-setting/wallet-token-setting.schema.zod";
|
|
79333
79337
|
export type WalletTokenSettingTable = z.infer<typeof walletTokenSettingTableSchema>;
|
|
79334
79338
|
}
|
|
79335
79339
|
declare module "db/wapi-statistic/wapi-statistic.schema.zod" {
|
|
79336
|
-
import z from
|
|
79340
|
+
import { z } from "lib/zod";
|
|
79337
79341
|
export const wapiStatisticTableSchema: z.ZodObject<{
|
|
79338
79342
|
id: z.ZodNumber;
|
|
79339
79343
|
model: z.ZodEnum<["Token", "TransferGroup", "TransferLog", "Transfer", "WalletTokenSetting", "Wallet", "WapiSetting"]>;
|
|
@@ -79364,7 +79368,7 @@ declare module "db/wapi-statistic/wapi-statistic.enums" {
|
|
|
79364
79368
|
/**
|
|
79365
79369
|
* This file is generated on build
|
|
79366
79370
|
*/
|
|
79367
|
-
import z from
|
|
79371
|
+
import { z } from "lib/zod";
|
|
79368
79372
|
import { wapiStatisticTableSchema } from "db/wapi-statistic/wapi-statistic.schema.zod";
|
|
79369
79373
|
export type WapiStatisticTable = z.infer<typeof wapiStatisticTableSchema>;
|
|
79370
79374
|
}
|