wapi-client 0.12.3 → 0.12.5-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/ws-client.cjs +1 -1
- package/dist/api/ws-client.js +1 -1
- package/dist/client.browser.cjs +516 -171
- package/dist/client.browser.js +516 -171
- package/dist/client.cjs +517 -172
- package/dist/client.d.ts +3531 -255
- package/dist/client.js +517 -172
- package/dist/db/consts.browser.cjs +634 -27
- package/dist/db/consts.browser.js +634 -27
- package/dist/db/consts.cjs +638 -29
- package/dist/db/consts.d.ts +78 -54
- package/dist/db/consts.enums.d.ts +2 -3
- package/dist/db/consts.js +637 -27
- package/dist/db/token/token.enums.d.ts +1 -6
- package/dist/db/token/token.schema.zod.browser.cjs +0 -11
- package/dist/db/token/token.schema.zod.browser.js +0 -11
- package/dist/db/token/token.schema.zod.cjs +0 -12
- package/dist/db/token/token.schema.zod.d.ts +2 -12
- package/dist/db/token/token.schema.zod.js +0 -11
- package/dist/db/transfer/transfer.enums.d.ts +1 -6
- package/dist/db/transfer/transfer.schema.zod.browser.cjs +0 -19
- package/dist/db/transfer/transfer.schema.zod.browser.js +0 -19
- package/dist/db/transfer/transfer.schema.zod.cjs +0 -20
- package/dist/db/transfer/transfer.schema.zod.d.ts +0 -10
- package/dist/db/transfer/transfer.schema.zod.js +0 -19
- package/dist/db/transfer-group/transfer-group.enums.d.ts +1 -6
- package/dist/db/transfer-group/transfer-group.schema.zod.browser.cjs +0 -22
- package/dist/db/transfer-group/transfer-group.schema.zod.browser.js +0 -22
- package/dist/db/transfer-group/transfer-group.schema.zod.cjs +0 -23
- package/dist/db/transfer-group/transfer-group.schema.zod.d.ts +0 -10
- package/dist/db/transfer-group/transfer-group.schema.zod.js +0 -22
- package/dist/db/transfer-log/transfer-log.enums.d.ts +1 -6
- package/dist/db/transfer-log/transfer-log.schema.zod.browser.cjs +0 -30
- package/dist/db/transfer-log/transfer-log.schema.zod.browser.js +0 -30
- package/dist/db/transfer-log/transfer-log.schema.zod.cjs +0 -31
- package/dist/db/transfer-log/transfer-log.schema.zod.d.ts +0 -10
- package/dist/db/transfer-log/transfer-log.schema.zod.js +0 -30
- package/dist/db/wallet/wallet.enums.d.ts +1 -6
- package/dist/db/wallet/wallet.schema.zod.browser.cjs +0 -18
- package/dist/db/wallet/wallet.schema.zod.browser.js +0 -18
- package/dist/db/wallet/wallet.schema.zod.cjs +0 -19
- package/dist/db/wallet/wallet.schema.zod.d.ts +0 -10
- package/dist/db/wallet/wallet.schema.zod.js +0 -18
- package/dist/db/wallet-token-setting/wallet-token-setting.enums.d.ts +1 -6
- package/dist/db/wallet-token-setting/wallet-token-setting.schema.zod.browser.cjs +0 -11
- package/dist/db/wallet-token-setting/wallet-token-setting.schema.zod.browser.js +0 -11
- package/dist/db/wallet-token-setting/wallet-token-setting.schema.zod.cjs +0 -12
- package/dist/db/wallet-token-setting/wallet-token-setting.schema.zod.d.ts +0 -10
- package/dist/db/wallet-token-setting/wallet-token-setting.schema.zod.js +0 -11
- package/dist/db/wapi-setting/wapi-setting.enums.d.ts +1 -6
- package/dist/db/wapi-setting/wapi-setting.schema.zod.browser.cjs +0 -11
- package/dist/db/wapi-setting/wapi-setting.schema.zod.browser.js +0 -11
- package/dist/db/wapi-setting/wapi-setting.schema.zod.cjs +0 -12
- package/dist/db/wapi-setting/wapi-setting.schema.zod.d.ts +0 -10
- package/dist/db/wapi-setting/wapi-setting.schema.zod.js +0 -11
- package/dist/db/wapi-statistic/wapi-statistic.enums.d.ts +1 -6
- package/dist/db/wapi-statistic/wapi-statistic.schema.zod.browser.cjs +0 -11
- package/dist/db/wapi-statistic/wapi-statistic.schema.zod.browser.js +0 -11
- package/dist/db/wapi-statistic/wapi-statistic.schema.zod.cjs +0 -12
- package/dist/db/wapi-statistic/wapi-statistic.schema.zod.d.ts +0 -10
- package/dist/db/wapi-statistic/wapi-statistic.schema.zod.js +0 -11
- package/dist/fns/aggregate-transfers/aggregate-transfers.browser.cjs +40 -48
- package/dist/fns/aggregate-transfers/aggregate-transfers.browser.js +47 -50
- package/dist/fns/aggregate-transfers/aggregate-transfers.cjs +40 -48
- package/dist/fns/aggregate-transfers/aggregate-transfers.d.ts +461 -11
- package/dist/fns/aggregate-transfers/aggregate-transfers.enums.d.ts +2 -2
- package/dist/fns/aggregate-transfers/aggregate-transfers.js +47 -50
- package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.browser.cjs +7 -7
- package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.browser.js +8 -10
- package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.cjs +7 -7
- package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.d.ts +39 -128
- package/dist/fns/aggregate-transfers/aggregate-transfers.schema.zod.js +8 -10
- package/dist/fns/consts.browser.cjs +11 -0
- package/dist/fns/consts.browser.js +11 -0
- package/dist/fns/consts.cjs +12 -0
- package/dist/fns/consts.d.ts +3 -0
- package/dist/fns/consts.enums.d.ts +3 -1
- package/dist/fns/consts.js +11 -0
- package/dist/fns/create-access-token/create-access-token.enums.d.ts +4 -4
- package/dist/fns/create-contract/create-contract.enums.d.ts +4 -4
- package/dist/fns/create-deposit/create-deposit.enums.d.ts +3 -3
- package/dist/fns/create-exchange/create-exchange.enums.d.ts +3 -3
- package/dist/fns/create-token/create-token.enums.d.ts +3 -3
- package/dist/fns/create-transfer/create-transfer.enums.d.ts +7 -7
- package/dist/fns/create-transfer-group/create-transfer-group.enums.d.ts +7 -7
- package/dist/fns/create-transfers/create-transfers.enums.d.ts +2 -2
- package/dist/fns/create-wallet/create-wallet.enums.d.ts +3 -3
- package/dist/fns/create-withdrawal/create-withdrawal.enums.d.ts +3 -3
- package/dist/fns/export-balance-history/export-balance-history.browser.cjs +3 -3
- package/dist/fns/export-balance-history/export-balance-history.browser.js +3 -3
- package/dist/fns/export-balance-history/export-balance-history.cjs +3 -3
- package/dist/fns/export-balance-history/export-balance-history.enums.d.ts +3 -3
- package/dist/fns/export-balance-history/export-balance-history.js +3 -3
- package/dist/fns/export-balance-history/export-balance-history.schema.zod.browser.cjs +6 -4
- package/dist/fns/export-balance-history/export-balance-history.schema.zod.browser.js +6 -4
- package/dist/fns/export-balance-history/export-balance-history.schema.zod.cjs +6 -4
- package/dist/fns/export-balance-history/export-balance-history.schema.zod.d.ts +24 -8
- package/dist/fns/export-balance-history/export-balance-history.schema.zod.js +6 -4
- package/dist/fns/export-tokens/export-tokens.browser.cjs +18 -55
- package/dist/fns/export-tokens/export-tokens.browser.js +24 -59
- package/dist/fns/export-tokens/export-tokens.cjs +18 -55
- package/dist/fns/export-tokens/export-tokens.d.ts +194 -11
- package/dist/fns/export-tokens/export-tokens.enums.d.ts +3 -3
- package/dist/fns/export-tokens/export-tokens.js +24 -59
- package/dist/fns/export-tokens/export-tokens.schema.zod.browser.cjs +2 -4005
- package/dist/fns/export-tokens/export-tokens.schema.zod.browser.js +3 -4007
- package/dist/fns/export-tokens/export-tokens.schema.zod.cjs +2 -11
- package/dist/fns/export-tokens/export-tokens.schema.zod.d.ts +94 -87
- package/dist/fns/export-tokens/export-tokens.schema.zod.js +3 -12
- package/dist/fns/export-transfer-groups/export-transfer-groups.browser.cjs +18 -58
- package/dist/fns/export-transfer-groups/export-transfer-groups.browser.js +24 -62
- package/dist/fns/export-transfer-groups/export-transfer-groups.cjs +18 -58
- package/dist/fns/export-transfer-groups/export-transfer-groups.d.ts +199 -10
- package/dist/fns/export-transfer-groups/export-transfer-groups.enums.d.ts +3 -3
- package/dist/fns/export-transfer-groups/export-transfer-groups.js +24 -62
- package/dist/fns/export-transfer-groups/export-transfer-groups.schema.zod.d.ts +16 -8
- package/dist/fns/export-transfers/export-transfers.browser.cjs +18 -67
- package/dist/fns/export-transfers/export-transfers.browser.js +23 -74
- package/dist/fns/export-transfers/export-transfers.cjs +18 -67
- package/dist/fns/export-transfers/export-transfers.d.ts +432 -10
- package/dist/fns/export-transfers/export-transfers.enums.d.ts +3 -3
- package/dist/fns/export-transfers/export-transfers.js +23 -74
- package/dist/fns/export-transfers/export-transfers.schema.zod.d.ts +96 -30
- package/dist/fns/export-wallets/export-wallets.browser.cjs +19 -45
- package/dist/fns/export-wallets/export-wallets.browser.js +22 -48
- package/dist/fns/export-wallets/export-wallets.cjs +19 -45
- package/dist/fns/export-wallets/export-wallets.d.ts +166 -10
- package/dist/fns/export-wallets/export-wallets.enums.d.ts +4 -5
- package/dist/fns/export-wallets/export-wallets.js +22 -48
- package/dist/fns/export-wallets/export-wallets.schema.zod.browser.cjs +0 -4002
- package/dist/fns/export-wallets/export-wallets.schema.zod.browser.js +0 -4003
- package/dist/fns/export-wallets/export-wallets.schema.zod.cjs +0 -9
- package/dist/fns/export-wallets/export-wallets.schema.zod.d.ts +81 -79
- package/dist/fns/export-wallets/export-wallets.schema.zod.js +0 -8
- package/dist/fns/find-balances/find-balances.browser.cjs +17 -53
- package/dist/fns/find-balances/find-balances.browser.js +24 -58
- package/dist/fns/find-balances/find-balances.cjs +17 -53
- package/dist/fns/find-balances/find-balances.d.ts +223 -11
- package/dist/fns/find-balances/find-balances.enums.d.ts +3 -3
- package/dist/fns/find-balances/find-balances.js +24 -58
- package/dist/fns/find-balances/find-balances.schema.zod.browser.cjs +6 -4
- package/dist/fns/find-balances/find-balances.schema.zod.browser.js +6 -4
- package/dist/fns/find-balances/find-balances.schema.zod.cjs +6 -4
- package/dist/fns/find-balances/find-balances.schema.zod.d.ts +24 -8
- package/dist/fns/find-balances/find-balances.schema.zod.js +6 -4
- package/dist/fns/find-tokens/find-tokens.browser.cjs +18 -55
- package/dist/fns/find-tokens/find-tokens.browser.js +24 -59
- package/dist/fns/find-tokens/find-tokens.cjs +18 -55
- package/dist/fns/find-tokens/find-tokens.d.ts +181 -12
- package/dist/fns/find-tokens/find-tokens.enums.d.ts +3 -3
- package/dist/fns/find-tokens/find-tokens.js +24 -59
- package/dist/fns/find-tokens/find-tokens.schema.zod.browser.cjs +2 -2
- package/dist/fns/find-tokens/find-tokens.schema.zod.browser.js +7 -3
- package/dist/fns/find-tokens/find-tokens.schema.zod.cjs +2 -2
- package/dist/fns/find-tokens/find-tokens.schema.zod.d.ts +42 -34
- package/dist/fns/find-tokens/find-tokens.schema.zod.js +7 -3
- package/dist/fns/find-transfer-groups/find-transfer-groups.browser.cjs +17 -57
- package/dist/fns/find-transfer-groups/find-transfer-groups.browser.js +24 -62
- package/dist/fns/find-transfer-groups/find-transfer-groups.cjs +17 -57
- package/dist/fns/find-transfer-groups/find-transfer-groups.d.ts +186 -12
- package/dist/fns/find-transfer-groups/find-transfer-groups.enums.d.ts +3 -3
- package/dist/fns/find-transfer-groups/find-transfer-groups.js +24 -62
- package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.browser.cjs +4 -6
- package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.browser.js +4 -6
- package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.cjs +4 -6
- package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.d.ts +16 -8
- package/dist/fns/find-transfer-groups/find-transfer-groups.schema.zod.js +4 -6
- package/dist/fns/find-transfers/find-transfers.browser.cjs +40 -99
- package/dist/fns/find-transfers/find-transfers.browser.js +45 -106
- package/dist/fns/find-transfers/find-transfers.cjs +40 -99
- package/dist/fns/find-transfers/find-transfers.d.ts +419 -12
- package/dist/fns/find-transfers/find-transfers.enums.d.ts +4 -4
- package/dist/fns/find-transfers/find-transfers.js +45 -106
- package/dist/fns/find-transfers/find-transfers.schema.zod.browser.cjs +10 -7
- package/dist/fns/find-transfers/find-transfers.schema.zod.browser.js +18 -9
- package/dist/fns/find-transfers/find-transfers.schema.zod.cjs +10 -7
- package/dist/fns/find-transfers/find-transfers.schema.zod.d.ts +108 -34
- package/dist/fns/find-transfers/find-transfers.schema.zod.js +18 -9
- package/dist/fns/find-wallets/find-wallets.browser.cjs +18 -45
- package/dist/fns/find-wallets/find-wallets.browser.js +24 -48
- package/dist/fns/find-wallets/find-wallets.cjs +18 -45
- package/dist/fns/find-wallets/find-wallets.d.ts +153 -12
- package/dist/fns/find-wallets/find-wallets.enums.d.ts +4 -4
- package/dist/fns/find-wallets/find-wallets.js +24 -48
- package/dist/fns/find-wallets/find-wallets.schema.zod.browser.cjs +7 -7
- package/dist/fns/find-wallets/find-wallets.schema.zod.browser.js +15 -9
- package/dist/fns/find-wallets/find-wallets.schema.zod.cjs +7 -7
- package/dist/fns/find-wallets/find-wallets.schema.zod.d.ts +36 -22
- package/dist/fns/find-wallets/find-wallets.schema.zod.js +15 -9
- package/dist/fns/get-balance/get-balance.enums.d.ts +3 -3
- package/dist/fns/get-balance-history/get-balance-history.enums.d.ts +3 -3
- package/dist/fns/get-export/get-export.enums.d.ts +3 -3
- package/dist/fns/get-flags/get-flags.enums.d.ts +2 -2
- package/dist/fns/get-statistics/get-statistics.browser.cjs +30 -5
- package/dist/fns/get-statistics/get-statistics.browser.js +33 -5
- package/dist/fns/get-statistics/get-statistics.cjs +30 -5
- package/dist/fns/get-statistics/get-statistics.d.ts +1 -1
- package/dist/fns/get-statistics/get-statistics.js +33 -5
- package/dist/fns/get-statistics/get-statistics.schema.zod.browser.cjs +4012 -5
- package/dist/fns/get-statistics/get-statistics.schema.zod.browser.js +4014 -7
- package/dist/fns/get-statistics/get-statistics.schema.zod.cjs +18 -5
- package/dist/fns/get-statistics/get-statistics.schema.zod.d.ts +47 -144
- package/dist/fns/get-statistics/get-statistics.schema.zod.js +19 -7
- package/dist/fns/get-token/get-token.enums.d.ts +3 -3
- package/dist/fns/get-token/get-token.schema.zod.d.ts +1 -1
- package/dist/fns/get-transfer/get-transfer.enums.d.ts +3 -3
- package/dist/fns/get-transfer-group/get-transfer-group.enums.d.ts +3 -3
- package/dist/fns/get-wallet/get-wallet.enums.d.ts +3 -3
- package/dist/fns/healthcheck/healthcheck.enums.d.ts +2 -2
- package/dist/fns/import-data/import-data.enums.d.ts +14 -14
- package/dist/fns/index.d.ts +446 -406
- package/dist/fns/list-exports/list-exports.browser.cjs +2 -4
- package/dist/fns/list-exports/list-exports.browser.js +3 -5
- package/dist/fns/list-exports/list-exports.cjs +2 -4
- package/dist/fns/list-exports/list-exports.enums.d.ts +3 -3
- package/dist/fns/list-exports/list-exports.js +3 -5
- package/dist/fns/reverse-transfer/reverse-transfer.enums.d.ts +3 -3
- package/dist/fns/reverse-transfer-group/reverse-transfer-group.enums.d.ts +3 -3
- package/dist/fns/reverse-transfers/reverse-transfers.browser.cjs +38 -44
- package/dist/fns/reverse-transfers/reverse-transfers.browser.js +45 -46
- package/dist/fns/reverse-transfers/reverse-transfers.cjs +38 -44
- package/dist/fns/reverse-transfers/reverse-transfers.d.ts +400 -11
- package/dist/fns/reverse-transfers/reverse-transfers.enums.d.ts +6 -5
- package/dist/fns/reverse-transfers/reverse-transfers.js +45 -46
- package/dist/fns/reverse-transfers/reverse-transfers.schema.zod.browser.cjs +15 -4002
- package/dist/fns/reverse-transfers/reverse-transfers.schema.zod.browser.js +16 -4004
- package/dist/fns/reverse-transfers/reverse-transfers.schema.zod.cjs +16 -8
- package/dist/fns/reverse-transfers/reverse-transfers.schema.zod.d.ts +367 -85
- package/dist/fns/reverse-transfers/reverse-transfers.schema.zod.js +16 -9
- package/dist/fns/set-flags/set-flags.enums.d.ts +2 -2
- package/dist/fns/update-token/update-token.enums.d.ts +3 -3
- package/dist/fns/update-transfer/update-transfer.enums.d.ts +4 -4
- package/dist/fns/update-transfer-group/update-transfer-group.enums.d.ts +3 -3
- package/dist/fns/update-transfer-groups/update-transfer-groups.browser.cjs +35 -35
- package/dist/fns/update-transfer-groups/update-transfer-groups.browser.js +42 -37
- package/dist/fns/update-transfer-groups/update-transfer-groups.cjs +35 -35
- package/dist/fns/update-transfer-groups/update-transfer-groups.d.ts +164 -10
- package/dist/fns/update-transfer-groups/update-transfer-groups.enums.d.ts +6 -5
- package/dist/fns/update-transfer-groups/update-transfer-groups.js +42 -37
- package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.browser.cjs +10 -4
- package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.browser.js +11 -5
- package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.cjs +11 -4
- package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.d.ts +72 -30
- package/dist/fns/update-transfer-groups/update-transfer-groups.schema.zod.js +11 -5
- package/dist/fns/update-transfers/update-transfers.browser.cjs +35 -53
- package/dist/fns/update-transfers/update-transfers.browser.js +42 -55
- package/dist/fns/update-transfers/update-transfers.cjs +35 -53
- package/dist/fns/update-transfers/update-transfers.d.ts +332 -11
- package/dist/fns/update-transfers/update-transfers.enums.d.ts +7 -6
- package/dist/fns/update-transfers/update-transfers.js +42 -55
- package/dist/fns/update-transfers/update-transfers.schema.zod.browser.cjs +16 -8
- package/dist/fns/update-transfers/update-transfers.schema.zod.browser.js +17 -9
- package/dist/fns/update-transfers/update-transfers.schema.zod.cjs +17 -8
- package/dist/fns/update-transfers/update-transfers.schema.zod.d.ts +173 -47
- package/dist/fns/update-transfers/update-transfers.schema.zod.js +17 -9
- package/dist/fns/update-wallet/update-wallet.enums.d.ts +3 -3
- package/dist/index.browser.cjs +1 -3
- package/dist/index.browser.js +1 -3
- package/dist/index.cjs +2 -5
- package/dist/index.d.ts +2 -3
- package/dist/index.js +1 -3
- package/dist/lib/query-builder/aggregate-query-builder.browser.cjs +384 -0
- package/dist/lib/query-builder/aggregate-query-builder.browser.js +369 -0
- package/dist/lib/query-builder/aggregate-query-builder.cjs +388 -0
- package/dist/lib/query-builder/aggregate-query-builder.d.ts +115 -0
- package/dist/lib/query-builder/aggregate-query-builder.js +369 -0
- package/dist/lib/query-builder/find-query-builder.browser.cjs +298 -0
- package/dist/lib/query-builder/find-query-builder.browser.js +283 -0
- package/dist/lib/query-builder/find-query-builder.cjs +302 -0
- package/dist/lib/query-builder/find-query-builder.d.ts +97 -0
- package/dist/lib/query-builder/find-query-builder.js +283 -0
- package/dist/lib/query-builder/index.browser.cjs +38 -0
- package/dist/lib/query-builder/index.browser.js +18 -0
- package/dist/lib/query-builder/index.cjs +43 -0
- package/dist/lib/query-builder/index.d.ts +47 -0
- package/dist/lib/query-builder/index.js +18 -0
- package/dist/lib/query-builder/query-builder.browser.cjs +369 -0
- package/dist/lib/query-builder/query-builder.browser.js +354 -0
- package/dist/lib/query-builder/query-builder.cjs +373 -0
- package/dist/lib/query-builder/query-builder.d.ts +79 -0
- package/dist/lib/query-builder/query-builder.js +354 -0
- package/dist/lib/query-builder/reverse-query-builder.browser.cjs +237 -0
- package/dist/lib/query-builder/reverse-query-builder.browser.js +220 -0
- package/dist/lib/query-builder/reverse-query-builder.cjs +241 -0
- package/dist/lib/query-builder/reverse-query-builder.d.ts +65 -0
- package/dist/lib/query-builder/reverse-query-builder.js +220 -0
- package/dist/lib/query-builder/update-query-builder.browser.cjs +237 -0
- package/dist/lib/query-builder/update-query-builder.browser.js +220 -0
- package/dist/lib/query-builder/update-query-builder.cjs +241 -0
- package/dist/lib/query-builder/update-query-builder.d.ts +65 -0
- package/dist/lib/query-builder/update-query-builder.js +220 -0
- package/dist/lib/stream-promise.browser.cjs +11 -4
- package/dist/lib/stream-promise.browser.js +11 -4
- package/dist/lib/stream-promise.cjs +11 -4
- package/dist/lib/stream-promise.d.ts +2 -0
- package/dist/lib/stream-promise.js +11 -4
- package/dist/lib/ts-utils.browser.cjs +1 -5
- package/dist/lib/ts-utils.browser.js +1 -5
- package/dist/lib/ts-utils.cjs +2 -7
- package/dist/lib/ts-utils.d.ts +0 -5
- package/dist/lib/ts-utils.js +1 -5
- package/dist/lib/utils.browser.cjs +44 -23
- package/dist/lib/utils.browser.js +47 -23
- package/dist/lib/utils.cjs +87 -631
- package/dist/lib/utils.d.ts +11 -5
- package/dist/lib/utils.js +78 -638
- package/dist/lib/validation.browser.cjs +5 -1
- package/dist/lib/validation.browser.js +5 -1
- package/dist/lib/validation.cjs +10 -2
- package/dist/lib/validation.d.ts +4 -0
- package/dist/lib/validation.js +5 -1
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.browser.cjs +2 -2
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.browser.js +2 -2
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.cjs +2 -2
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.d.ts +482 -41
- package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.schema.zod.js +2 -2
- package/dist/txs/consts.browser.cjs +22 -6
- package/dist/txs/consts.browser.js +27 -7
- package/dist/txs/consts.cjs +28 -7
- package/dist/txs/consts.d.ts +39 -34
- package/dist/txs/consts.enums.d.ts +7 -2
- package/dist/txs/consts.js +27 -7
- package/dist/txs/export-token-many/export-token-many.schema.zod.d.ts +106 -42
- package/dist/txs/export-transfer-group-many/export-transfer-group-many.schema.zod.d.ts +92 -12
- package/dist/txs/export-transfer-many/export-transfer-many.schema.zod.d.ts +461 -20
- package/dist/txs/export-wallet-many/export-wallet-many.schema.zod.d.ts +60 -12
- package/dist/txs/find-balance-many/find-balance-many.enums.d.ts +3 -9
- package/dist/txs/find-balance-many/find-balance-many.schema.zod.browser.cjs +12 -19
- package/dist/txs/find-balance-many/find-balance-many.schema.zod.browser.js +15 -24
- package/dist/txs/find-balance-many/find-balance-many.schema.zod.cjs +14 -21
- package/dist/txs/find-balance-many/find-balance-many.schema.zod.d.ts +413 -68
- package/dist/txs/find-balance-many/find-balance-many.schema.zod.js +15 -24
- package/dist/txs/find-token-many/find-token-many.enums.d.ts +3 -9
- package/dist/txs/find-token-many/find-token-many.schema.zod.browser.cjs +17 -8
- package/dist/txs/find-token-many/find-token-many.schema.zod.browser.js +22 -14
- package/dist/txs/find-token-many/find-token-many.schema.zod.cjs +19 -10
- package/dist/txs/find-token-many/find-token-many.schema.zod.d.ts +240 -62
- package/dist/txs/find-token-many/find-token-many.schema.zod.js +22 -14
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.enums.d.ts +3 -9
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.browser.cjs +21 -14
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.browser.js +25 -20
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.cjs +23 -33
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.d.ts +258 -36
- package/dist/txs/find-transfer-group-many/find-transfer-group-many.schema.zod.js +25 -40
- package/dist/txs/find-transfer-many/find-transfer-many.enums.d.ts +3 -9
- package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.browser.cjs +27 -13
- package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.browser.js +36 -21
- package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.cjs +29 -32
- package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.d.ts +1210 -74
- package/dist/txs/find-transfer-many/find-transfer-many.schema.zod.js +36 -41
- package/dist/txs/find-wallet-many/find-wallet-many.enums.d.ts +3 -9
- package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.browser.cjs +18 -22
- package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.browser.js +23 -27
- package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.cjs +20 -24
- package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.d.ts +158 -36
- package/dist/txs/find-wallet-many/find-wallet-many.schema.zod.js +23 -27
- package/dist/txs/get-statistics/get-statistics.schema.zod.d.ts +12 -12
- package/dist/txs/get-token/get-token.schema.zod.d.ts +3 -3
- package/dist/txs/get-token-many/get-token-many.schema.zod.d.ts +1 -1
- package/dist/txs/index.d.ts +768 -78
- package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.schema.zod.d.ts +92 -12
- package/dist/txs/reverse-transfer-many/reverse-transfer-many.schema.zod.d.ts +461 -20
- package/dist/txs/update-transfer/update-transfer.enums.d.ts +1 -2
- package/dist/txs/update-transfer/update-transfer.schema.zod.browser.cjs +4 -3
- package/dist/txs/update-transfer/update-transfer.schema.zod.browser.js +4 -3
- package/dist/txs/update-transfer/update-transfer.schema.zod.cjs +4 -4
- package/dist/txs/update-transfer/update-transfer.schema.zod.d.ts +22 -3
- package/dist/txs/update-transfer/update-transfer.schema.zod.js +4 -3
- package/dist/txs/update-transfer-group-many/update-transfer-group-many.schema.zod.d.ts +92 -12
- package/dist/txs/update-transfer-many/update-transfer-many.schema.zod.d.ts +472 -21
- package/dist/types/index.d.ts +17010 -4873
- package/dist/wapi-client-web.iife.js +1 -1
- package/dist/wapi-client.iife.js +1 -1
- package/package.json +2 -2
- package/dist/lib/query-builder.browser.cjs +0 -540
- package/dist/lib/query-builder.browser.js +0 -523
- package/dist/lib/query-builder.cjs +0 -548
- package/dist/lib/query-builder.d.ts +0 -242
- package/dist/lib/query-builder.js +0 -523
package/dist/fns/index.d.ts
CHANGED
|
@@ -142,80 +142,23 @@ export declare const ClientFunctions: {
|
|
|
142
142
|
*/
|
|
143
143
|
export declare const ClientValidators: {
|
|
144
144
|
aggregateTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
145
|
-
wallet: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
145
|
+
wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
146
|
+
foreign: string;
|
|
147
|
+
}, string | number>>;
|
|
148
|
+
token: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
149
|
+
foreign: string;
|
|
150
|
+
}, string | number>>;
|
|
151
|
+
from_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
152
|
+
foreign: string;
|
|
153
|
+
}, string | number>>;
|
|
154
|
+
to_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
155
|
+
foreign: string;
|
|
156
|
+
}, string | number>>;
|
|
157
|
+
transfer_group: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
158
|
+
foreign: string;
|
|
159
|
+
}, string | number>>;
|
|
150
160
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>;
|
|
151
161
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
152
|
-
aggregators: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
153
|
-
function: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["count", "countDistinct", "sum", "average", "min", "max"]>>>>;
|
|
154
|
-
alias: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
155
|
-
field: import("zod").ZodOptional<import("zod").ZodEnum<["from.amount", "to.amount", "amount", "abs.amount", "transfer_group", "from_wallet", "to_wallet", "wallet", "token", "id"]>>;
|
|
156
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
157
|
-
function?: "count" | "countDistinct" | "sum" | "average" | "min" | "max" | undefined;
|
|
158
|
-
field?: "id" | "token" | "amount" | "wallet" | "transfer_group" | "from_wallet" | "to_wallet" | "from.amount" | "to.amount" | "abs.amount" | undefined;
|
|
159
|
-
alias?: string | undefined;
|
|
160
|
-
}, {
|
|
161
|
-
function?: "count" | "countDistinct" | "sum" | "average" | "min" | "max" | undefined;
|
|
162
|
-
field?: "id" | "token" | "amount" | "wallet" | "transfer_group" | "from_wallet" | "to_wallet" | "from.amount" | "to.amount" | "abs.amount" | undefined;
|
|
163
|
-
alias?: string | undefined;
|
|
164
|
-
}>, import("zod").ZodDefault<import("zod").ZodEnum<["count", "countDistinct", "sum", "average", "min", "max"]>>]>, "many">>;
|
|
165
|
-
groups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
166
|
-
type: import("zod").ZodLiteral<"period">;
|
|
167
|
-
field: import("zod").ZodUnion<[import("zod").ZodEnum<["year", "month", "week", "day", "hour", "minute"]>, import("zod").ZodObject<{
|
|
168
|
-
period: import("zod").ZodDefault<import("zod").ZodEnum<["year", "month", "week", "day", "hour", "minute"]>>;
|
|
169
|
-
timezone: import("zod").ZodString;
|
|
170
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
171
|
-
period: "year" | "month" | "week" | "day" | "hour" | "minute";
|
|
172
|
-
timezone: string;
|
|
173
|
-
}, {
|
|
174
|
-
timezone: string;
|
|
175
|
-
period?: "year" | "month" | "week" | "day" | "hour" | "minute" | undefined;
|
|
176
|
-
}>]>;
|
|
177
|
-
alias: import("zod").ZodOptional<import("zod").ZodString>;
|
|
178
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
179
|
-
type: "period";
|
|
180
|
-
field: "year" | "month" | "week" | "day" | "hour" | "minute" | {
|
|
181
|
-
period: "year" | "month" | "week" | "day" | "hour" | "minute";
|
|
182
|
-
timezone: string;
|
|
183
|
-
};
|
|
184
|
-
alias?: string | undefined;
|
|
185
|
-
}, {
|
|
186
|
-
type: "period";
|
|
187
|
-
field: "year" | "month" | "week" | "day" | "hour" | "minute" | {
|
|
188
|
-
timezone: string;
|
|
189
|
-
period?: "year" | "month" | "week" | "day" | "hour" | "minute" | undefined;
|
|
190
|
-
};
|
|
191
|
-
alias?: string | undefined;
|
|
192
|
-
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
193
|
-
type: import("zod").ZodLiteral<"field">;
|
|
194
|
-
field: import("zod").ZodString;
|
|
195
|
-
alias: import("zod").ZodOptional<import("zod").ZodString>;
|
|
196
|
-
}, {
|
|
197
|
-
field: import("zod").ZodEnum<["type", "status", "from_wallet", "to_wallet", "wallet", "token", "transfer_group"]>;
|
|
198
|
-
}>, "strict", import("zod").ZodTypeAny, {
|
|
199
|
-
type: "field";
|
|
200
|
-
field: "type" | "status" | "token" | "wallet" | "transfer_group" | "from_wallet" | "to_wallet";
|
|
201
|
-
alias?: string | undefined;
|
|
202
|
-
}, {
|
|
203
|
-
type: "field";
|
|
204
|
-
field: "type" | "status" | "token" | "wallet" | "transfer_group" | "from_wallet" | "to_wallet";
|
|
205
|
-
alias?: string | undefined;
|
|
206
|
-
}>, import("zod").ZodObject<{
|
|
207
|
-
type: import("zod").ZodLiteral<"metadata_field">;
|
|
208
|
-
field: import("zod").ZodString;
|
|
209
|
-
alias: import("zod").ZodOptional<import("zod").ZodString>;
|
|
210
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
211
|
-
type: "metadata_field";
|
|
212
|
-
field: string;
|
|
213
|
-
alias?: string | undefined;
|
|
214
|
-
}, {
|
|
215
|
-
type: "metadata_field";
|
|
216
|
-
field: string;
|
|
217
|
-
alias?: string | undefined;
|
|
218
|
-
}>]>, "many">>;
|
|
219
162
|
options: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
220
163
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
221
164
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -255,32 +198,21 @@ export declare const ClientValidators: {
|
|
|
255
198
|
} | undefined;
|
|
256
199
|
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
257
200
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
alias?: string | undefined;
|
|
274
|
-
} | {
|
|
275
|
-
type: "field";
|
|
276
|
-
field: "type" | "status" | "token" | "wallet" | "transfer_group" | "from_wallet" | "to_wallet";
|
|
277
|
-
alias?: string | undefined;
|
|
278
|
-
})[] | undefined;
|
|
279
|
-
token?: string | number | undefined;
|
|
280
|
-
wallet?: string | number | undefined;
|
|
281
|
-
transfer_group?: string | number | undefined;
|
|
282
|
-
from_wallet?: string | number | undefined;
|
|
283
|
-
to_wallet?: string | number | undefined;
|
|
201
|
+
token?: {
|
|
202
|
+
foreign: string;
|
|
203
|
+
} | undefined;
|
|
204
|
+
wallet?: {
|
|
205
|
+
foreign: string;
|
|
206
|
+
} | undefined;
|
|
207
|
+
transfer_group?: {
|
|
208
|
+
foreign: string;
|
|
209
|
+
} | undefined;
|
|
210
|
+
from_wallet?: {
|
|
211
|
+
foreign: string;
|
|
212
|
+
} | undefined;
|
|
213
|
+
to_wallet?: {
|
|
214
|
+
foreign: string;
|
|
215
|
+
} | undefined;
|
|
284
216
|
}, {
|
|
285
217
|
options?: {
|
|
286
218
|
tracking_id?: string | undefined;
|
|
@@ -292,27 +224,6 @@ export declare const ClientValidators: {
|
|
|
292
224
|
} | undefined;
|
|
293
225
|
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
294
226
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
295
|
-
aggregators?: ("count" | "countDistinct" | "sum" | "average" | "min" | "max" | {
|
|
296
|
-
function?: "count" | "countDistinct" | "sum" | "average" | "min" | "max" | undefined;
|
|
297
|
-
field?: "id" | "token" | "amount" | "wallet" | "transfer_group" | "from_wallet" | "to_wallet" | "from.amount" | "to.amount" | "abs.amount" | undefined;
|
|
298
|
-
alias?: string | undefined;
|
|
299
|
-
} | undefined)[] | undefined;
|
|
300
|
-
groups?: ({
|
|
301
|
-
type: "period";
|
|
302
|
-
field: "year" | "month" | "week" | "day" | "hour" | "minute" | {
|
|
303
|
-
timezone: string;
|
|
304
|
-
period?: "year" | "month" | "week" | "day" | "hour" | "minute" | undefined;
|
|
305
|
-
};
|
|
306
|
-
alias?: string | undefined;
|
|
307
|
-
} | {
|
|
308
|
-
type: "metadata_field";
|
|
309
|
-
field: string;
|
|
310
|
-
alias?: string | undefined;
|
|
311
|
-
} | {
|
|
312
|
-
type: "field";
|
|
313
|
-
field: "type" | "status" | "token" | "wallet" | "transfer_group" | "from_wallet" | "to_wallet";
|
|
314
|
-
alias?: string | undefined;
|
|
315
|
-
})[] | undefined;
|
|
316
227
|
token?: string | number | undefined;
|
|
317
228
|
wallet?: string | number | undefined;
|
|
318
229
|
transfer_group?: string | number | undefined;
|
|
@@ -1321,8 +1232,12 @@ export declare const ClientValidators: {
|
|
|
1321
1232
|
transfer_group?: string | number | undefined;
|
|
1322
1233
|
}>>;
|
|
1323
1234
|
exportBalanceHistory: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
1324
|
-
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]
|
|
1325
|
-
|
|
1235
|
+
token: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1236
|
+
foreign: string;
|
|
1237
|
+
}, string | number>>;
|
|
1238
|
+
wallet: import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1239
|
+
foreign: string;
|
|
1240
|
+
}, string | number>;
|
|
1326
1241
|
}, {
|
|
1327
1242
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1328
1243
|
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -1350,7 +1265,9 @@ export declare const ClientValidators: {
|
|
|
1350
1265
|
select?: ("status" | "updated_at" | "token_id" | "amount" | "transfer_id" | "wallet_id" | "pending_amount" | "finished_amount" | "latest_control_hash" | "pending_amount_to" | "pending_amount_from" | "available_balance" | "transfer_status_finalized_at" | "transfer_status" | "token_foreign" | "balance_id" | "wallet_foreign" | "transfer_identifier" | "transfer_control_hash" | "transfer_from_wallet_id" | "transfer_from_wallet_foreign" | "transfer_to_wallet_id" | "transfer_to_wallet_foreign" | "transfer_amount" | "transfer_type" | "transfer_force" | "transfer_created_at" | "transfer_updated_at" | "transfer_metadata" | "transfer_transfer_group_id" | "transfer_transfer_group_identifier" | "transfer_reverses_id" | "transfer_reverses_identifier")[] | undefined;
|
|
1351
1266
|
}>>;
|
|
1352
1267
|
}>, "strict", import("zod").ZodTypeAny, {
|
|
1353
|
-
wallet:
|
|
1268
|
+
wallet: {
|
|
1269
|
+
foreign: string;
|
|
1270
|
+
};
|
|
1354
1271
|
options?: {
|
|
1355
1272
|
offset?: number | undefined;
|
|
1356
1273
|
tracking_id?: string | undefined;
|
|
@@ -1360,7 +1277,9 @@ export declare const ClientValidators: {
|
|
|
1360
1277
|
order?: "asc" | "desc" | undefined;
|
|
1361
1278
|
select?: ("status" | "updated_at" | "token_id" | "amount" | "transfer_id" | "wallet_id" | "pending_amount" | "finished_amount" | "latest_control_hash" | "pending_amount_to" | "pending_amount_from" | "available_balance" | "transfer_status_finalized_at" | "transfer_status" | "token_foreign" | "balance_id" | "wallet_foreign" | "transfer_identifier" | "transfer_control_hash" | "transfer_from_wallet_id" | "transfer_from_wallet_foreign" | "transfer_to_wallet_id" | "transfer_to_wallet_foreign" | "transfer_amount" | "transfer_type" | "transfer_force" | "transfer_created_at" | "transfer_updated_at" | "transfer_metadata" | "transfer_transfer_group_id" | "transfer_transfer_group_identifier" | "transfer_reverses_id" | "transfer_reverses_identifier")[] | undefined;
|
|
1362
1279
|
} | undefined;
|
|
1363
|
-
token?:
|
|
1280
|
+
token?: {
|
|
1281
|
+
foreign: string;
|
|
1282
|
+
} | undefined;
|
|
1364
1283
|
}, {
|
|
1365
1284
|
wallet: string | number;
|
|
1366
1285
|
options?: {
|
|
@@ -1375,9 +1294,11 @@ export declare const ClientValidators: {
|
|
|
1375
1294
|
token?: string | number | undefined;
|
|
1376
1295
|
}>>;
|
|
1377
1296
|
exportTokens: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
1378
|
-
foreign: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
1297
|
+
foreign: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>;
|
|
1379
1298
|
type: import("zod").ZodOptional<import("zod").ZodEnum<["value", "share", "group", "contract"]>>;
|
|
1380
|
-
belongs_to: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]
|
|
1299
|
+
belongs_to: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1300
|
+
foreign: string;
|
|
1301
|
+
}, string | number>>;
|
|
1381
1302
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
1382
1303
|
}, {
|
|
1383
1304
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -1394,11 +1315,11 @@ export declare const ClientValidators: {
|
|
|
1394
1315
|
}, {
|
|
1395
1316
|
field: import("zod").ZodEnum<["type", "status", "foreign", "metadata", "id", "created_at", "updated_at", "limit", "public", "belongs_to", "divisor"]>;
|
|
1396
1317
|
}>, "strict", import("zod").ZodTypeAny, {
|
|
1397
|
-
field: "type" | "status" | "foreign" | "metadata" | "
|
|
1318
|
+
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1398
1319
|
direction?: "asc" | "desc" | undefined;
|
|
1399
1320
|
nulls?: "first" | "last" | undefined;
|
|
1400
1321
|
}, {
|
|
1401
|
-
field: "type" | "status" | "foreign" | "metadata" | "
|
|
1322
|
+
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1402
1323
|
direction?: "asc" | "desc" | undefined;
|
|
1403
1324
|
nulls?: "first" | "last" | undefined;
|
|
1404
1325
|
}>, "many">>>;
|
|
@@ -1412,12 +1333,12 @@ export declare const ClientValidators: {
|
|
|
1412
1333
|
limit?: number | undefined;
|
|
1413
1334
|
return_metadata_total?: boolean | undefined;
|
|
1414
1335
|
order?: {
|
|
1415
|
-
field: "type" | "status" | "foreign" | "metadata" | "
|
|
1336
|
+
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1416
1337
|
direction?: "asc" | "desc" | undefined;
|
|
1417
1338
|
nulls?: "first" | "last" | undefined;
|
|
1418
1339
|
}[] | undefined;
|
|
1419
|
-
select?: ("type" | "status" | "foreign" | "metadata" | "
|
|
1420
|
-
deselect?: ("type" | "status" | "foreign" | "metadata" | "
|
|
1340
|
+
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at" | "belongs_to_foreign")[] | undefined;
|
|
1341
|
+
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at" | "belongs_to_foreign")[] | undefined;
|
|
1421
1342
|
order_by?: string | undefined;
|
|
1422
1343
|
include_balance?: boolean | undefined;
|
|
1423
1344
|
}, {
|
|
@@ -1427,12 +1348,12 @@ export declare const ClientValidators: {
|
|
|
1427
1348
|
limit?: number | undefined;
|
|
1428
1349
|
return_metadata_total?: boolean | undefined;
|
|
1429
1350
|
order?: {
|
|
1430
|
-
field: "type" | "status" | "foreign" | "metadata" | "
|
|
1351
|
+
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1431
1352
|
direction?: "asc" | "desc" | undefined;
|
|
1432
1353
|
nulls?: "first" | "last" | undefined;
|
|
1433
1354
|
}[] | undefined;
|
|
1434
|
-
select?: ("type" | "status" | "foreign" | "metadata" | "
|
|
1435
|
-
deselect?: ("type" | "status" | "foreign" | "metadata" | "
|
|
1355
|
+
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at" | "belongs_to_foreign")[] | undefined;
|
|
1356
|
+
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at" | "belongs_to_foreign")[] | undefined;
|
|
1436
1357
|
order_by?: string | undefined;
|
|
1437
1358
|
include_balance?: boolean | undefined;
|
|
1438
1359
|
}>>;
|
|
@@ -1444,19 +1365,21 @@ export declare const ClientValidators: {
|
|
|
1444
1365
|
limit?: number | undefined;
|
|
1445
1366
|
return_metadata_total?: boolean | undefined;
|
|
1446
1367
|
order?: {
|
|
1447
|
-
field: "type" | "status" | "foreign" | "metadata" | "
|
|
1368
|
+
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1448
1369
|
direction?: "asc" | "desc" | undefined;
|
|
1449
1370
|
nulls?: "first" | "last" | undefined;
|
|
1450
1371
|
}[] | undefined;
|
|
1451
|
-
select?: ("type" | "status" | "foreign" | "metadata" | "
|
|
1452
|
-
deselect?: ("type" | "status" | "foreign" | "metadata" | "
|
|
1372
|
+
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at" | "belongs_to_foreign")[] | undefined;
|
|
1373
|
+
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at" | "belongs_to_foreign")[] | undefined;
|
|
1453
1374
|
order_by?: string | undefined;
|
|
1454
1375
|
include_balance?: boolean | undefined;
|
|
1455
1376
|
} | undefined;
|
|
1456
1377
|
type?: "value" | "group" | "share" | "contract" | undefined;
|
|
1457
|
-
foreign?: string |
|
|
1378
|
+
foreign?: string | undefined;
|
|
1458
1379
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
1459
|
-
belongs_to?:
|
|
1380
|
+
belongs_to?: {
|
|
1381
|
+
foreign: string;
|
|
1382
|
+
} | undefined;
|
|
1460
1383
|
}, {
|
|
1461
1384
|
options?: {
|
|
1462
1385
|
offset?: number | undefined;
|
|
@@ -1465,12 +1388,12 @@ export declare const ClientValidators: {
|
|
|
1465
1388
|
limit?: number | undefined;
|
|
1466
1389
|
return_metadata_total?: boolean | undefined;
|
|
1467
1390
|
order?: {
|
|
1468
|
-
field: "type" | "status" | "foreign" | "metadata" | "
|
|
1391
|
+
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1469
1392
|
direction?: "asc" | "desc" | undefined;
|
|
1470
1393
|
nulls?: "first" | "last" | undefined;
|
|
1471
1394
|
}[] | undefined;
|
|
1472
|
-
select?: ("type" | "status" | "foreign" | "metadata" | "
|
|
1473
|
-
deselect?: ("type" | "status" | "foreign" | "metadata" | "
|
|
1395
|
+
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at" | "belongs_to_foreign")[] | undefined;
|
|
1396
|
+
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at" | "belongs_to_foreign")[] | undefined;
|
|
1474
1397
|
order_by?: string | undefined;
|
|
1475
1398
|
include_balance?: boolean | undefined;
|
|
1476
1399
|
} | undefined;
|
|
@@ -1480,10 +1403,12 @@ export declare const ClientValidators: {
|
|
|
1480
1403
|
belongs_to?: string | number | undefined;
|
|
1481
1404
|
}>>;
|
|
1482
1405
|
exportTransferGroups: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
1483
|
-
identifier: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1406
|
+
identifier: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>>;
|
|
1484
1407
|
transfer_status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>>>;
|
|
1485
1408
|
status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["open", "closed"]>>>>;
|
|
1486
|
-
reverses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]
|
|
1409
|
+
reverses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1410
|
+
identifier: string;
|
|
1411
|
+
}, string | number>>>;
|
|
1487
1412
|
type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<["regular", "exchange", "distribution"]>>>;
|
|
1488
1413
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
|
|
1489
1414
|
}, {
|
|
@@ -1562,10 +1487,12 @@ export declare const ClientValidators: {
|
|
|
1562
1487
|
} | undefined;
|
|
1563
1488
|
type?: "regular" | "exchange" | "distribution" | undefined;
|
|
1564
1489
|
status?: "open" | "closed" | undefined;
|
|
1565
|
-
identifier?: string |
|
|
1490
|
+
identifier?: string | undefined;
|
|
1566
1491
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
1567
1492
|
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
1568
|
-
reverses?:
|
|
1493
|
+
reverses?: {
|
|
1494
|
+
identifier: string;
|
|
1495
|
+
} | undefined;
|
|
1569
1496
|
}, {
|
|
1570
1497
|
options?: {
|
|
1571
1498
|
offset?: number | undefined;
|
|
@@ -1591,11 +1518,22 @@ export declare const ClientValidators: {
|
|
|
1591
1518
|
reverses?: string | number | undefined;
|
|
1592
1519
|
}>>;
|
|
1593
1520
|
exportTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
1594
|
-
wallet: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1521
|
+
wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1522
|
+
foreign: string;
|
|
1523
|
+
}, string | number>>;
|
|
1524
|
+
token: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1525
|
+
foreign: string;
|
|
1526
|
+
}, string | number>>;
|
|
1527
|
+
from_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1528
|
+
foreign: string;
|
|
1529
|
+
}, string | number>>;
|
|
1530
|
+
to_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1531
|
+
foreign: string;
|
|
1532
|
+
}, string | number>>;
|
|
1533
|
+
transfer_group: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1534
|
+
foreign: string;
|
|
1535
|
+
}, string | number>>;
|
|
1536
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<["transfer", "deposit", "withdrawal"]>>;
|
|
1599
1537
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>;
|
|
1600
1538
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
1601
1539
|
}, {
|
|
@@ -1624,8 +1562,12 @@ export declare const ClientValidators: {
|
|
|
1624
1562
|
deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["type", "status", "metadata", "id", "created_at", "updated_at", "identifier", "control_hash", "from_wallet_id", "to_wallet_id", "token_id", "amount", "force", "auto_hash", "transfer_group_id", "reverses_id", "status_finalized_at", "group_validate", "from_wallet_foreign", "to_wallet_foreign", "token_foreign", "transfer_group_identifier", "reverses_identifier"]>, "many">>>>;
|
|
1625
1563
|
return_running_balance: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
1626
1564
|
return_signed_amount: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
1627
|
-
return_running_balance_for_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]
|
|
1628
|
-
|
|
1565
|
+
return_running_balance_for_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1566
|
+
foreign: string;
|
|
1567
|
+
}, string | number>>>;
|
|
1568
|
+
return_signed_amount_for_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1569
|
+
foreign: string;
|
|
1570
|
+
}, string | number>>>;
|
|
1629
1571
|
order_by: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1630
1572
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1631
1573
|
offset?: number | undefined;
|
|
@@ -1641,8 +1583,12 @@ export declare const ClientValidators: {
|
|
|
1641
1583
|
select?: ("type" | "status" | "identifier" | "metadata" | "id" | "created_at" | "updated_at" | "control_hash" | "from_wallet_id" | "to_wallet_id" | "token_id" | "amount" | "force" | "auto_hash" | "transfer_group_id" | "reverses_id" | "status_finalized_at" | "group_validate" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
1642
1584
|
deselect?: ("type" | "status" | "identifier" | "metadata" | "id" | "created_at" | "updated_at" | "control_hash" | "from_wallet_id" | "to_wallet_id" | "token_id" | "amount" | "force" | "auto_hash" | "transfer_group_id" | "reverses_id" | "status_finalized_at" | "group_validate" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
1643
1585
|
order_by?: string | undefined;
|
|
1644
|
-
return_running_balance_for_wallet?:
|
|
1645
|
-
|
|
1586
|
+
return_running_balance_for_wallet?: {
|
|
1587
|
+
foreign: string;
|
|
1588
|
+
} | undefined;
|
|
1589
|
+
return_signed_amount_for_wallet?: {
|
|
1590
|
+
foreign: string;
|
|
1591
|
+
} | undefined;
|
|
1646
1592
|
return_running_balance?: boolean | undefined;
|
|
1647
1593
|
return_signed_amount?: boolean | undefined;
|
|
1648
1594
|
}, {
|
|
@@ -1679,18 +1625,33 @@ export declare const ClientValidators: {
|
|
|
1679
1625
|
select?: ("type" | "status" | "identifier" | "metadata" | "id" | "created_at" | "updated_at" | "control_hash" | "from_wallet_id" | "to_wallet_id" | "token_id" | "amount" | "force" | "auto_hash" | "transfer_group_id" | "reverses_id" | "status_finalized_at" | "group_validate" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
1680
1626
|
deselect?: ("type" | "status" | "identifier" | "metadata" | "id" | "created_at" | "updated_at" | "control_hash" | "from_wallet_id" | "to_wallet_id" | "token_id" | "amount" | "force" | "auto_hash" | "transfer_group_id" | "reverses_id" | "status_finalized_at" | "group_validate" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
1681
1627
|
order_by?: string | undefined;
|
|
1682
|
-
return_running_balance_for_wallet?:
|
|
1683
|
-
|
|
1628
|
+
return_running_balance_for_wallet?: {
|
|
1629
|
+
foreign: string;
|
|
1630
|
+
} | undefined;
|
|
1631
|
+
return_signed_amount_for_wallet?: {
|
|
1632
|
+
foreign: string;
|
|
1633
|
+
} | undefined;
|
|
1684
1634
|
return_running_balance?: boolean | undefined;
|
|
1685
1635
|
return_signed_amount?: boolean | undefined;
|
|
1686
1636
|
} | undefined;
|
|
1637
|
+
type?: "transfer" | "deposit" | "withdrawal" | undefined;
|
|
1687
1638
|
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
1688
1639
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
1689
|
-
token?:
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1640
|
+
token?: {
|
|
1641
|
+
foreign: string;
|
|
1642
|
+
} | undefined;
|
|
1643
|
+
wallet?: {
|
|
1644
|
+
foreign: string;
|
|
1645
|
+
} | undefined;
|
|
1646
|
+
transfer_group?: {
|
|
1647
|
+
foreign: string;
|
|
1648
|
+
} | undefined;
|
|
1649
|
+
from_wallet?: {
|
|
1650
|
+
foreign: string;
|
|
1651
|
+
} | undefined;
|
|
1652
|
+
to_wallet?: {
|
|
1653
|
+
foreign: string;
|
|
1654
|
+
} | undefined;
|
|
1694
1655
|
}, {
|
|
1695
1656
|
options?: {
|
|
1696
1657
|
offset?: number | undefined;
|
|
@@ -1711,6 +1672,7 @@ export declare const ClientValidators: {
|
|
|
1711
1672
|
return_running_balance?: boolean | undefined;
|
|
1712
1673
|
return_signed_amount?: boolean | undefined;
|
|
1713
1674
|
} | undefined;
|
|
1675
|
+
type?: "transfer" | "deposit" | "withdrawal" | undefined;
|
|
1714
1676
|
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
1715
1677
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
1716
1678
|
token?: string | number | undefined;
|
|
@@ -1720,10 +1682,10 @@ export declare const ClientValidators: {
|
|
|
1720
1682
|
to_wallet?: string | number | undefined;
|
|
1721
1683
|
}>>;
|
|
1722
1684
|
exportWallets: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1685
|
+
foreign: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>>;
|
|
1686
|
+
name: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>>;
|
|
1687
|
+
type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<["token", "house", "regular"]>>>;
|
|
1688
|
+
status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<["active", "disabled"]>>>;
|
|
1727
1689
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
|
|
1728
1690
|
}, {
|
|
1729
1691
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -1750,7 +1712,9 @@ export declare const ClientValidators: {
|
|
|
1750
1712
|
select: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["type", "status", "foreign", "metadata", "id", "name", "default_allow_negative", "default_allow_positive", "created_at", "updated_at", "default_dtw_to", "default_dtw_from", "balance_token_id", "balance_token_foreign", "balance_transfer_id", "balance_pending_amount", "balance_pending_amount_to", "balance_pending_amount_from", "balance_finished_amount", "balance_amount", "balance_available_balance", "balance_latest_control_hash", "balance_updated_at"]>, "many">>>>;
|
|
1751
1713
|
deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["type", "status", "foreign", "metadata", "id", "name", "default_allow_negative", "default_allow_positive", "created_at", "updated_at", "default_dtw_to", "default_dtw_from", "balance_token_id", "balance_token_foreign", "balance_transfer_id", "balance_pending_amount", "balance_pending_amount_to", "balance_pending_amount_from", "balance_finished_amount", "balance_amount", "balance_available_balance", "balance_latest_control_hash", "balance_updated_at"]>, "many">>>>;
|
|
1752
1714
|
order_by: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1753
|
-
include_balance_for_token: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]
|
|
1715
|
+
include_balance_for_token: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1716
|
+
foreign: string;
|
|
1717
|
+
}, string | number>>>;
|
|
1754
1718
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1755
1719
|
offset?: number | undefined;
|
|
1756
1720
|
tracking_id?: string | undefined;
|
|
@@ -1765,7 +1729,9 @@ export declare const ClientValidators: {
|
|
|
1765
1729
|
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "name" | "default_allow_negative" | "default_allow_positive" | "created_at" | "updated_at" | "default_dtw_to" | "default_dtw_from" | "balance_token_id" | "balance_token_foreign" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at")[] | undefined;
|
|
1766
1730
|
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "name" | "default_allow_negative" | "default_allow_positive" | "created_at" | "updated_at" | "default_dtw_to" | "default_dtw_from" | "balance_token_id" | "balance_token_foreign" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at")[] | undefined;
|
|
1767
1731
|
order_by?: string | undefined;
|
|
1768
|
-
include_balance_for_token?:
|
|
1732
|
+
include_balance_for_token?: {
|
|
1733
|
+
foreign: string;
|
|
1734
|
+
} | undefined;
|
|
1769
1735
|
}, {
|
|
1770
1736
|
offset?: number | undefined;
|
|
1771
1737
|
tracking_id?: string | undefined;
|
|
@@ -1797,13 +1763,15 @@ export declare const ClientValidators: {
|
|
|
1797
1763
|
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "name" | "default_allow_negative" | "default_allow_positive" | "created_at" | "updated_at" | "default_dtw_to" | "default_dtw_from" | "balance_token_id" | "balance_token_foreign" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at")[] | undefined;
|
|
1798
1764
|
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "name" | "default_allow_negative" | "default_allow_positive" | "created_at" | "updated_at" | "default_dtw_to" | "default_dtw_from" | "balance_token_id" | "balance_token_foreign" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at")[] | undefined;
|
|
1799
1765
|
order_by?: string | undefined;
|
|
1800
|
-
include_balance_for_token?:
|
|
1766
|
+
include_balance_for_token?: {
|
|
1767
|
+
foreign: string;
|
|
1768
|
+
} | undefined;
|
|
1801
1769
|
} | undefined;
|
|
1802
1770
|
type?: "token" | "house" | "regular" | undefined;
|
|
1803
1771
|
status?: "active" | "disabled" | undefined;
|
|
1804
1772
|
foreign?: string | undefined;
|
|
1805
1773
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
1806
|
-
name?: string |
|
|
1774
|
+
name?: string | undefined;
|
|
1807
1775
|
}, {
|
|
1808
1776
|
options?: {
|
|
1809
1777
|
offset?: number | undefined;
|
|
@@ -1823,13 +1791,17 @@ export declare const ClientValidators: {
|
|
|
1823
1791
|
} | undefined;
|
|
1824
1792
|
type?: "token" | "house" | "regular" | undefined;
|
|
1825
1793
|
status?: "active" | "disabled" | undefined;
|
|
1826
|
-
foreign?: string | undefined;
|
|
1794
|
+
foreign?: string | number | undefined;
|
|
1827
1795
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
1828
|
-
name?: string |
|
|
1796
|
+
name?: string | number | undefined;
|
|
1829
1797
|
}>>;
|
|
1830
1798
|
findBalances: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
1831
|
-
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]
|
|
1832
|
-
|
|
1799
|
+
token: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1800
|
+
foreign: string;
|
|
1801
|
+
}, string | number>>;
|
|
1802
|
+
wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1803
|
+
foreign: string;
|
|
1804
|
+
}, string | number>>;
|
|
1833
1805
|
}, {
|
|
1834
1806
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1835
1807
|
tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -1900,8 +1872,12 @@ export declare const ClientValidators: {
|
|
|
1900
1872
|
deselect?: ("updated_at" | "token_id" | "amount" | "transfer_id" | "wallet_id" | "pending_amount" | "finished_amount" | "latest_control_hash" | "pending_amount_to" | "pending_amount_from" | "available_balance" | "token_foreign" | "wallet_foreign")[] | undefined;
|
|
1901
1873
|
order_by?: string | undefined;
|
|
1902
1874
|
} | undefined;
|
|
1903
|
-
token?:
|
|
1904
|
-
|
|
1875
|
+
token?: {
|
|
1876
|
+
foreign: string;
|
|
1877
|
+
} | undefined;
|
|
1878
|
+
wallet?: {
|
|
1879
|
+
foreign: string;
|
|
1880
|
+
} | undefined;
|
|
1905
1881
|
}, {
|
|
1906
1882
|
options?: {
|
|
1907
1883
|
offset?: number | undefined;
|
|
@@ -1922,9 +1898,11 @@ export declare const ClientValidators: {
|
|
|
1922
1898
|
wallet?: string | number | undefined;
|
|
1923
1899
|
}>>;
|
|
1924
1900
|
findTokens: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
1925
|
-
foreign: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
1901
|
+
foreign: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>;
|
|
1926
1902
|
type: import("zod").ZodOptional<import("zod").ZodEnum<["value", "share", "group", "contract"]>>;
|
|
1927
|
-
belongs_to: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]
|
|
1903
|
+
belongs_to: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
1904
|
+
foreign: string;
|
|
1905
|
+
}, string | number>>;
|
|
1928
1906
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
1929
1907
|
}, {
|
|
1930
1908
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -1941,11 +1919,11 @@ export declare const ClientValidators: {
|
|
|
1941
1919
|
}, {
|
|
1942
1920
|
field: import("zod").ZodEnum<["type", "status", "foreign", "metadata", "id", "created_at", "updated_at", "limit", "public", "belongs_to", "divisor"]>;
|
|
1943
1921
|
}>, "strict", import("zod").ZodTypeAny, {
|
|
1944
|
-
field: "type" | "status" | "foreign" | "metadata" | "
|
|
1922
|
+
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1945
1923
|
direction?: "asc" | "desc" | undefined;
|
|
1946
1924
|
nulls?: "first" | "last" | undefined;
|
|
1947
1925
|
}, {
|
|
1948
|
-
field: "type" | "status" | "foreign" | "metadata" | "
|
|
1926
|
+
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1949
1927
|
direction?: "asc" | "desc" | undefined;
|
|
1950
1928
|
nulls?: "first" | "last" | undefined;
|
|
1951
1929
|
}>, "many">>>;
|
|
@@ -1959,12 +1937,12 @@ export declare const ClientValidators: {
|
|
|
1959
1937
|
limit?: number | undefined;
|
|
1960
1938
|
return_metadata_total?: boolean | undefined;
|
|
1961
1939
|
order?: {
|
|
1962
|
-
field: "type" | "status" | "foreign" | "metadata" | "
|
|
1940
|
+
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1963
1941
|
direction?: "asc" | "desc" | undefined;
|
|
1964
1942
|
nulls?: "first" | "last" | undefined;
|
|
1965
1943
|
}[] | undefined;
|
|
1966
|
-
select?: ("type" | "status" | "foreign" | "metadata" | "
|
|
1967
|
-
deselect?: ("type" | "status" | "foreign" | "metadata" | "
|
|
1944
|
+
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at" | "belongs_to_foreign")[] | undefined;
|
|
1945
|
+
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at" | "belongs_to_foreign")[] | undefined;
|
|
1968
1946
|
order_by?: string | undefined;
|
|
1969
1947
|
include_balance?: boolean | undefined;
|
|
1970
1948
|
}, {
|
|
@@ -1974,12 +1952,12 @@ export declare const ClientValidators: {
|
|
|
1974
1952
|
limit?: number | undefined;
|
|
1975
1953
|
return_metadata_total?: boolean | undefined;
|
|
1976
1954
|
order?: {
|
|
1977
|
-
field: "type" | "status" | "foreign" | "metadata" | "
|
|
1955
|
+
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1978
1956
|
direction?: "asc" | "desc" | undefined;
|
|
1979
1957
|
nulls?: "first" | "last" | undefined;
|
|
1980
1958
|
}[] | undefined;
|
|
1981
|
-
select?: ("type" | "status" | "foreign" | "metadata" | "
|
|
1982
|
-
deselect?: ("type" | "status" | "foreign" | "metadata" | "
|
|
1959
|
+
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at" | "belongs_to_foreign")[] | undefined;
|
|
1960
|
+
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at" | "belongs_to_foreign")[] | undefined;
|
|
1983
1961
|
order_by?: string | undefined;
|
|
1984
1962
|
include_balance?: boolean | undefined;
|
|
1985
1963
|
}>>;
|
|
@@ -1991,19 +1969,21 @@ export declare const ClientValidators: {
|
|
|
1991
1969
|
limit?: number | undefined;
|
|
1992
1970
|
return_metadata_total?: boolean | undefined;
|
|
1993
1971
|
order?: {
|
|
1994
|
-
field: "type" | "status" | "foreign" | "metadata" | "
|
|
1972
|
+
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
1995
1973
|
direction?: "asc" | "desc" | undefined;
|
|
1996
1974
|
nulls?: "first" | "last" | undefined;
|
|
1997
1975
|
}[] | undefined;
|
|
1998
|
-
select?: ("type" | "status" | "foreign" | "metadata" | "
|
|
1999
|
-
deselect?: ("type" | "status" | "foreign" | "metadata" | "
|
|
1976
|
+
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at" | "belongs_to_foreign")[] | undefined;
|
|
1977
|
+
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at" | "belongs_to_foreign")[] | undefined;
|
|
2000
1978
|
order_by?: string | undefined;
|
|
2001
1979
|
include_balance?: boolean | undefined;
|
|
2002
1980
|
} | undefined;
|
|
2003
1981
|
type?: "value" | "group" | "share" | "contract" | undefined;
|
|
2004
|
-
foreign?: string |
|
|
1982
|
+
foreign?: string | undefined;
|
|
2005
1983
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
2006
|
-
belongs_to?:
|
|
1984
|
+
belongs_to?: {
|
|
1985
|
+
foreign: string;
|
|
1986
|
+
} | undefined;
|
|
2007
1987
|
}, {
|
|
2008
1988
|
options?: {
|
|
2009
1989
|
offset?: number | undefined;
|
|
@@ -2012,12 +1992,12 @@ export declare const ClientValidators: {
|
|
|
2012
1992
|
limit?: number | undefined;
|
|
2013
1993
|
return_metadata_total?: boolean | undefined;
|
|
2014
1994
|
order?: {
|
|
2015
|
-
field: "type" | "status" | "foreign" | "metadata" | "
|
|
1995
|
+
field: "type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor";
|
|
2016
1996
|
direction?: "asc" | "desc" | undefined;
|
|
2017
1997
|
nulls?: "first" | "last" | undefined;
|
|
2018
1998
|
}[] | undefined;
|
|
2019
|
-
select?: ("type" | "status" | "foreign" | "metadata" | "
|
|
2020
|
-
deselect?: ("type" | "status" | "foreign" | "metadata" | "
|
|
1999
|
+
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at" | "belongs_to_foreign")[] | undefined;
|
|
2000
|
+
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "limit" | "created_at" | "updated_at" | "public" | "belongs_to" | "divisor" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at" | "belongs_to_foreign")[] | undefined;
|
|
2021
2001
|
order_by?: string | undefined;
|
|
2022
2002
|
include_balance?: boolean | undefined;
|
|
2023
2003
|
} | undefined;
|
|
@@ -2027,10 +2007,12 @@ export declare const ClientValidators: {
|
|
|
2027
2007
|
belongs_to?: string | number | undefined;
|
|
2028
2008
|
}>>;
|
|
2029
2009
|
findTransferGroups: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
2030
|
-
identifier: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
2010
|
+
identifier: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>;
|
|
2031
2011
|
transfer_status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>>;
|
|
2032
2012
|
status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["open", "closed"]>>>;
|
|
2033
|
-
reverses: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]
|
|
2013
|
+
reverses: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2014
|
+
identifier: string;
|
|
2015
|
+
}, string | number>>;
|
|
2034
2016
|
type: import("zod").ZodOptional<import("zod").ZodEnum<["regular", "exchange", "distribution"]>>;
|
|
2035
2017
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
2036
2018
|
}, {
|
|
@@ -2109,10 +2091,12 @@ export declare const ClientValidators: {
|
|
|
2109
2091
|
} | undefined;
|
|
2110
2092
|
type?: "regular" | "exchange" | "distribution" | undefined;
|
|
2111
2093
|
status?: "open" | "closed" | undefined;
|
|
2112
|
-
identifier?: string |
|
|
2094
|
+
identifier?: string | undefined;
|
|
2113
2095
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
2114
2096
|
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
2115
|
-
reverses?:
|
|
2097
|
+
reverses?: {
|
|
2098
|
+
identifier: string;
|
|
2099
|
+
} | undefined;
|
|
2116
2100
|
}, {
|
|
2117
2101
|
options?: {
|
|
2118
2102
|
offset?: number | undefined;
|
|
@@ -2138,11 +2122,22 @@ export declare const ClientValidators: {
|
|
|
2138
2122
|
reverses?: string | number | undefined;
|
|
2139
2123
|
}>>;
|
|
2140
2124
|
findTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
2141
|
-
wallet: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2125
|
+
wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2126
|
+
foreign: string;
|
|
2127
|
+
}, string | number>>;
|
|
2128
|
+
token: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2129
|
+
foreign: string;
|
|
2130
|
+
}, string | number>>;
|
|
2131
|
+
from_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2132
|
+
foreign: string;
|
|
2133
|
+
}, string | number>>;
|
|
2134
|
+
to_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2135
|
+
foreign: string;
|
|
2136
|
+
}, string | number>>;
|
|
2137
|
+
transfer_group: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2138
|
+
foreign: string;
|
|
2139
|
+
}, string | number>>;
|
|
2140
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<["transfer", "deposit", "withdrawal"]>>;
|
|
2146
2141
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>;
|
|
2147
2142
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
2148
2143
|
}, {
|
|
@@ -2171,8 +2166,12 @@ export declare const ClientValidators: {
|
|
|
2171
2166
|
deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["type", "status", "metadata", "id", "created_at", "updated_at", "identifier", "control_hash", "from_wallet_id", "to_wallet_id", "token_id", "amount", "force", "auto_hash", "transfer_group_id", "reverses_id", "status_finalized_at", "group_validate", "from_wallet_foreign", "to_wallet_foreign", "token_foreign", "transfer_group_identifier", "reverses_identifier"]>, "many">>>;
|
|
2172
2167
|
return_running_balance: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2173
2168
|
return_signed_amount: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2174
|
-
return_running_balance_for_wallet: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]
|
|
2175
|
-
|
|
2169
|
+
return_running_balance_for_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2170
|
+
foreign: string;
|
|
2171
|
+
}, string | number>>;
|
|
2172
|
+
return_signed_amount_for_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2173
|
+
foreign: string;
|
|
2174
|
+
}, string | number>>;
|
|
2176
2175
|
order_by: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2177
2176
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2178
2177
|
offset?: number | undefined;
|
|
@@ -2188,8 +2187,12 @@ export declare const ClientValidators: {
|
|
|
2188
2187
|
select?: ("type" | "status" | "identifier" | "metadata" | "id" | "created_at" | "updated_at" | "control_hash" | "from_wallet_id" | "to_wallet_id" | "token_id" | "amount" | "force" | "auto_hash" | "transfer_group_id" | "reverses_id" | "status_finalized_at" | "group_validate" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
2189
2188
|
deselect?: ("type" | "status" | "identifier" | "metadata" | "id" | "created_at" | "updated_at" | "control_hash" | "from_wallet_id" | "to_wallet_id" | "token_id" | "amount" | "force" | "auto_hash" | "transfer_group_id" | "reverses_id" | "status_finalized_at" | "group_validate" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
2190
2189
|
order_by?: string | undefined;
|
|
2191
|
-
return_running_balance_for_wallet?:
|
|
2192
|
-
|
|
2190
|
+
return_running_balance_for_wallet?: {
|
|
2191
|
+
foreign: string;
|
|
2192
|
+
} | undefined;
|
|
2193
|
+
return_signed_amount_for_wallet?: {
|
|
2194
|
+
foreign: string;
|
|
2195
|
+
} | undefined;
|
|
2193
2196
|
return_running_balance?: boolean | undefined;
|
|
2194
2197
|
return_signed_amount?: boolean | undefined;
|
|
2195
2198
|
}, {
|
|
@@ -2226,18 +2229,33 @@ export declare const ClientValidators: {
|
|
|
2226
2229
|
select?: ("type" | "status" | "identifier" | "metadata" | "id" | "created_at" | "updated_at" | "control_hash" | "from_wallet_id" | "to_wallet_id" | "token_id" | "amount" | "force" | "auto_hash" | "transfer_group_id" | "reverses_id" | "status_finalized_at" | "group_validate" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
2227
2230
|
deselect?: ("type" | "status" | "identifier" | "metadata" | "id" | "created_at" | "updated_at" | "control_hash" | "from_wallet_id" | "to_wallet_id" | "token_id" | "amount" | "force" | "auto_hash" | "transfer_group_id" | "reverses_id" | "status_finalized_at" | "group_validate" | "from_wallet_foreign" | "to_wallet_foreign" | "token_foreign" | "transfer_group_identifier" | "reverses_identifier")[] | undefined;
|
|
2228
2231
|
order_by?: string | undefined;
|
|
2229
|
-
return_running_balance_for_wallet?:
|
|
2230
|
-
|
|
2232
|
+
return_running_balance_for_wallet?: {
|
|
2233
|
+
foreign: string;
|
|
2234
|
+
} | undefined;
|
|
2235
|
+
return_signed_amount_for_wallet?: {
|
|
2236
|
+
foreign: string;
|
|
2237
|
+
} | undefined;
|
|
2231
2238
|
return_running_balance?: boolean | undefined;
|
|
2232
2239
|
return_signed_amount?: boolean | undefined;
|
|
2233
2240
|
} | undefined;
|
|
2241
|
+
type?: "transfer" | "deposit" | "withdrawal" | undefined;
|
|
2234
2242
|
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
2235
2243
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
2236
|
-
token?:
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2244
|
+
token?: {
|
|
2245
|
+
foreign: string;
|
|
2246
|
+
} | undefined;
|
|
2247
|
+
wallet?: {
|
|
2248
|
+
foreign: string;
|
|
2249
|
+
} | undefined;
|
|
2250
|
+
transfer_group?: {
|
|
2251
|
+
foreign: string;
|
|
2252
|
+
} | undefined;
|
|
2253
|
+
from_wallet?: {
|
|
2254
|
+
foreign: string;
|
|
2255
|
+
} | undefined;
|
|
2256
|
+
to_wallet?: {
|
|
2257
|
+
foreign: string;
|
|
2258
|
+
} | undefined;
|
|
2241
2259
|
}, {
|
|
2242
2260
|
options?: {
|
|
2243
2261
|
offset?: number | undefined;
|
|
@@ -2258,6 +2276,7 @@ export declare const ClientValidators: {
|
|
|
2258
2276
|
return_running_balance?: boolean | undefined;
|
|
2259
2277
|
return_signed_amount?: boolean | undefined;
|
|
2260
2278
|
} | undefined;
|
|
2279
|
+
type?: "transfer" | "deposit" | "withdrawal" | undefined;
|
|
2261
2280
|
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
2262
2281
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
2263
2282
|
token?: string | number | undefined;
|
|
@@ -2267,10 +2286,10 @@ export declare const ClientValidators: {
|
|
|
2267
2286
|
to_wallet?: string | number | undefined;
|
|
2268
2287
|
}>>;
|
|
2269
2288
|
findWallets: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2289
|
+
foreign: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>;
|
|
2290
|
+
name: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>;
|
|
2291
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<["token", "house", "regular"]>>;
|
|
2292
|
+
status: import("zod").ZodOptional<import("zod").ZodEnum<["active", "disabled"]>>;
|
|
2274
2293
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
2275
2294
|
}, {
|
|
2276
2295
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -2297,7 +2316,9 @@ export declare const ClientValidators: {
|
|
|
2297
2316
|
select: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["type", "status", "foreign", "metadata", "id", "name", "default_allow_negative", "default_allow_positive", "created_at", "updated_at", "default_dtw_to", "default_dtw_from", "balance_token_id", "balance_token_foreign", "balance_transfer_id", "balance_pending_amount", "balance_pending_amount_to", "balance_pending_amount_from", "balance_finished_amount", "balance_amount", "balance_available_balance", "balance_latest_control_hash", "balance_updated_at"]>, "many">>>;
|
|
2298
2317
|
deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["type", "status", "foreign", "metadata", "id", "name", "default_allow_negative", "default_allow_positive", "created_at", "updated_at", "default_dtw_to", "default_dtw_from", "balance_token_id", "balance_token_foreign", "balance_transfer_id", "balance_pending_amount", "balance_pending_amount_to", "balance_pending_amount_from", "balance_finished_amount", "balance_amount", "balance_available_balance", "balance_latest_control_hash", "balance_updated_at"]>, "many">>>;
|
|
2299
2318
|
order_by: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2300
|
-
include_balance_for_token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]
|
|
2319
|
+
include_balance_for_token: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
2320
|
+
foreign: string;
|
|
2321
|
+
}, string | number>>;
|
|
2301
2322
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2302
2323
|
offset?: number | undefined;
|
|
2303
2324
|
tracking_id?: string | undefined;
|
|
@@ -2312,7 +2333,9 @@ export declare const ClientValidators: {
|
|
|
2312
2333
|
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "name" | "default_allow_negative" | "default_allow_positive" | "created_at" | "updated_at" | "default_dtw_to" | "default_dtw_from" | "balance_token_id" | "balance_token_foreign" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at")[] | undefined;
|
|
2313
2334
|
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "name" | "default_allow_negative" | "default_allow_positive" | "created_at" | "updated_at" | "default_dtw_to" | "default_dtw_from" | "balance_token_id" | "balance_token_foreign" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at")[] | undefined;
|
|
2314
2335
|
order_by?: string | undefined;
|
|
2315
|
-
include_balance_for_token?:
|
|
2336
|
+
include_balance_for_token?: {
|
|
2337
|
+
foreign: string;
|
|
2338
|
+
} | undefined;
|
|
2316
2339
|
}, {
|
|
2317
2340
|
offset?: number | undefined;
|
|
2318
2341
|
tracking_id?: string | undefined;
|
|
@@ -2344,13 +2367,15 @@ export declare const ClientValidators: {
|
|
|
2344
2367
|
select?: ("type" | "status" | "foreign" | "metadata" | "id" | "name" | "default_allow_negative" | "default_allow_positive" | "created_at" | "updated_at" | "default_dtw_to" | "default_dtw_from" | "balance_token_id" | "balance_token_foreign" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at")[] | undefined;
|
|
2345
2368
|
deselect?: ("type" | "status" | "foreign" | "metadata" | "id" | "name" | "default_allow_negative" | "default_allow_positive" | "created_at" | "updated_at" | "default_dtw_to" | "default_dtw_from" | "balance_token_id" | "balance_token_foreign" | "balance_transfer_id" | "balance_pending_amount" | "balance_pending_amount_to" | "balance_pending_amount_from" | "balance_finished_amount" | "balance_amount" | "balance_available_balance" | "balance_latest_control_hash" | "balance_updated_at")[] | undefined;
|
|
2346
2369
|
order_by?: string | undefined;
|
|
2347
|
-
include_balance_for_token?:
|
|
2370
|
+
include_balance_for_token?: {
|
|
2371
|
+
foreign: string;
|
|
2372
|
+
} | undefined;
|
|
2348
2373
|
} | undefined;
|
|
2349
2374
|
type?: "token" | "house" | "regular" | undefined;
|
|
2350
2375
|
status?: "active" | "disabled" | undefined;
|
|
2351
2376
|
foreign?: string | undefined;
|
|
2352
2377
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
2353
|
-
name?: string |
|
|
2378
|
+
name?: string | undefined;
|
|
2354
2379
|
}, {
|
|
2355
2380
|
options?: {
|
|
2356
2381
|
offset?: number | undefined;
|
|
@@ -2370,9 +2395,9 @@ export declare const ClientValidators: {
|
|
|
2370
2395
|
} | undefined;
|
|
2371
2396
|
type?: "token" | "house" | "regular" | undefined;
|
|
2372
2397
|
status?: "active" | "disabled" | undefined;
|
|
2373
|
-
foreign?: string | undefined;
|
|
2398
|
+
foreign?: string | number | undefined;
|
|
2374
2399
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
2375
|
-
name?: string |
|
|
2400
|
+
name?: string | number | undefined;
|
|
2376
2401
|
}>>;
|
|
2377
2402
|
getBalance: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
2378
2403
|
datetime: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
@@ -2572,165 +2597,52 @@ export declare const ClientValidators: {
|
|
|
2572
2597
|
transaction_id?: string | undefined;
|
|
2573
2598
|
} | undefined;
|
|
2574
2599
|
}>>;
|
|
2575
|
-
getStatistics: import("../lib/validation").ZodValidator<import("zod").ZodObject<
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
type: import("zod").ZodLiteral<"period">;
|
|
2579
|
-
field: import("zod").ZodUnion<[import("zod").ZodEnum<["year", "month", "week", "day", "hour", "minute"]>, import("zod").ZodObject<{
|
|
2580
|
-
period: import("zod").ZodDefault<import("zod").ZodEnum<["year", "month", "week", "day", "hour", "minute"]>>;
|
|
2581
|
-
timezone: import("zod").ZodString;
|
|
2582
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2583
|
-
period: "year" | "month" | "week" | "day" | "hour" | "minute";
|
|
2584
|
-
timezone: string;
|
|
2585
|
-
}, {
|
|
2586
|
-
timezone: string;
|
|
2587
|
-
period?: "year" | "month" | "week" | "day" | "hour" | "minute" | undefined;
|
|
2588
|
-
}>]>;
|
|
2589
|
-
alias: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2590
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2591
|
-
type: "period";
|
|
2592
|
-
field: "year" | "month" | "week" | "day" | "hour" | "minute" | {
|
|
2593
|
-
period: "year" | "month" | "week" | "day" | "hour" | "minute";
|
|
2594
|
-
timezone: string;
|
|
2595
|
-
};
|
|
2596
|
-
alias?: string | undefined;
|
|
2597
|
-
}, {
|
|
2598
|
-
type: "period";
|
|
2599
|
-
field: "year" | "month" | "week" | "day" | "hour" | "minute" | {
|
|
2600
|
-
timezone: string;
|
|
2601
|
-
period?: "year" | "month" | "week" | "day" | "hour" | "minute" | undefined;
|
|
2602
|
-
};
|
|
2603
|
-
alias?: string | undefined;
|
|
2604
|
-
}>, import("zod").ZodObject<{
|
|
2605
|
-
type: import("zod").ZodLiteral<"metadata_field">;
|
|
2606
|
-
field: import("zod").ZodString;
|
|
2607
|
-
alias: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2608
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
2609
|
-
type: "metadata_field";
|
|
2610
|
-
field: string;
|
|
2611
|
-
alias?: string | undefined;
|
|
2612
|
-
}, {
|
|
2613
|
-
type: "metadata_field";
|
|
2614
|
-
field: string;
|
|
2615
|
-
alias?: string | undefined;
|
|
2616
|
-
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
2617
|
-
type: import("zod").ZodLiteral<"field">;
|
|
2618
|
-
field: import("zod").ZodString;
|
|
2619
|
-
alias: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2620
|
-
}, {
|
|
2621
|
-
field: import("zod").ZodDefault<import("zod").ZodEnum<["type", "status", "transfer_status"]>>;
|
|
2622
|
-
}>, "strict", import("zod").ZodTypeAny, {
|
|
2623
|
-
type: "field";
|
|
2624
|
-
field: "type" | "status" | "transfer_status";
|
|
2625
|
-
alias?: string | undefined;
|
|
2626
|
-
}, {
|
|
2627
|
-
type: "field";
|
|
2628
|
-
field?: "type" | "status" | "transfer_status" | undefined;
|
|
2629
|
-
alias?: string | undefined;
|
|
2630
|
-
}>]>, "many">>;
|
|
2631
|
-
aggregator: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodDefault<import("zod").ZodEnum<["count", "countDistinct", "sum", "average", "min", "max"]>>, import("zod").ZodObject<{
|
|
2632
|
-
function: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["count", "countDistinct", "sum", "average", "min", "max"]>>>;
|
|
2633
|
-
field: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2634
|
-
alias: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2600
|
+
getStatistics: import("../lib/validation").ZodValidator<import("zod").ZodObject<{
|
|
2601
|
+
options: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2602
|
+
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2635
2603
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2636
|
-
|
|
2637
|
-
field?: string | undefined;
|
|
2638
|
-
alias?: string | undefined;
|
|
2604
|
+
tracking_id?: string | undefined;
|
|
2639
2605
|
}, {
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
alias?: string | undefined;
|
|
2643
|
-
}>]>>;
|
|
2606
|
+
tracking_id?: string | undefined;
|
|
2607
|
+
}>>>;
|
|
2644
2608
|
filter: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2645
|
-
start_time: import("zod").ZodOptional<import("zod").
|
|
2646
|
-
end_time: import("zod").ZodOptional<import("zod").
|
|
2647
|
-
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>;
|
|
2609
|
+
start_time: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
2610
|
+
end_time: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
2648
2611
|
}, "strict", import("zod").ZodTypeAny, {
|
|
2649
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
2650
2612
|
start_time?: string | undefined;
|
|
2651
2613
|
end_time?: string | undefined;
|
|
2652
2614
|
}, {
|
|
2653
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
2654
2615
|
start_time?: string | undefined;
|
|
2655
2616
|
end_time?: string | undefined;
|
|
2656
2617
|
}>>;
|
|
2657
|
-
|
|
2658
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
}>>;
|
|
2664
|
-
}, {
|
|
2665
|
-
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2666
|
-
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2667
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2668
|
-
tracking_id?: string | undefined;
|
|
2669
|
-
}, {
|
|
2670
|
-
tracking_id?: string | undefined;
|
|
2671
|
-
}>>;
|
|
2672
|
-
}>, "strict", import("zod").ZodTypeAny, {
|
|
2618
|
+
group: import("zod").ZodOptional<import("zod").ZodEnum<["year", "month", "week", "day", "hour", "minute"]>>;
|
|
2619
|
+
timezone: import("zod").ZodOptional<import("zod").ZodEnum<["Africa/Abidjan", "Africa/Accra", "Africa/Addis_Ababa", "Africa/Algiers", "Africa/Asmara", "Africa/Asmera", "Africa/Bamako", "Africa/Bangui", "Africa/Banjul", "Africa/Bissau", "Africa/Blantyre", "Africa/Brazzaville", "Africa/Bujumbura", "Africa/Cairo", "Africa/Casablanca", "Africa/Ceuta", "Africa/Conakry", "Africa/Dakar", "Africa/Dar_es_Salaam", "Africa/Djibouti", "Africa/Douala", "Africa/El_Aaiun", "Africa/Freetown", "Africa/Gaborone", "Africa/Harare", "Africa/Johannesburg", "Africa/Juba", "Africa/Kampala", "Africa/Khartoum", "Africa/Kigali", "Africa/Kinshasa", "Africa/Lagos", "Africa/Libreville", "Africa/Lome", "Africa/Luanda", "Africa/Lubumbashi", "Africa/Lusaka", "Africa/Malabo", "Africa/Maputo", "Africa/Maseru", "Africa/Mbabane", "Africa/Mogadishu", "Africa/Monrovia", "Africa/Nairobi", "Africa/Ndjamena", "Africa/Niamey", "Africa/Nouakchott", "Africa/Ouagadougou", "Africa/Porto-Novo", "Africa/Sao_Tome", "Africa/Timbuktu", "Africa/Tripoli", "Africa/Tunis", "Africa/Windhoek", "America/Adak", "America/Anchorage", "America/Anguilla", "America/Antigua", "America/Araguaina", "America/Argentina/Buenos_Aires", "America/Argentina/Catamarca", "America/Argentina/ComodRivadavia", "America/Argentina/Cordoba", "America/Argentina/Jujuy", "America/Argentina/La_Rioja", "America/Argentina/Mendoza", "America/Argentina/Rio_Gallegos", "America/Argentina/Salta", "America/Argentina/San_Juan", "America/Argentina/San_Luis", "America/Argentina/Tucuman", "America/Argentina/Ushuaia", "America/Aruba", "America/Asuncion", "America/Atikokan", "America/Atka", "America/Bahia", "America/Bahia_Banderas", "America/Barbados", "America/Belem", "America/Belize", "America/Blanc-Sablon", "America/Boa_Vista", "America/Bogota", "America/Boise", "America/Buenos_Aires", "America/Cambridge_Bay", "America/Campo_Grande", "America/Cancun", "America/Caracas", "America/Catamarca", "America/Cayenne", "America/Cayman", "America/Chicago", "America/Chihuahua", "America/Ciudad_Juarez", "America/Coral_Harbour", "America/Cordoba", "America/Costa_Rica", "America/Creston", "America/Cuiaba", "America/Curacao", "America/Danmarkshavn", "America/Dawson", "America/Dawson_Creek", "America/Denver", "America/Detroit", "America/Dominica", "America/Edmonton", "America/Eirunepe", "America/El_Salvador", "America/Ensenada", "America/Fort_Nelson", "America/Fort_Wayne", "America/Fortaleza", "America/Glace_Bay", "America/Godthab", "America/Goose_Bay", "America/Grand_Turk", "America/Grenada", "America/Guadeloupe", "America/Guatemala", "America/Guayaquil", "America/Guyana", "America/Halifax", "America/Havana", "America/Hermosillo", "America/Indiana/Indianapolis", "America/Indiana/Knox", "America/Indiana/Marengo", "America/Indiana/Petersburg", "America/Indiana/Tell_City", "America/Indiana/Vevay", "America/Indiana/Vincennes", "America/Indiana/Winamac", "America/Indianapolis", "America/Inuvik", "America/Iqaluit", "America/Jamaica", "America/Jujuy", "America/Juneau", "America/Kentucky/Louisville", "America/Kentucky/Monticello", "America/Knox_IN", "America/Kralendijk", "America/La_Paz", "America/Lima", "America/Los_Angeles", "America/Louisville", "America/Lower_Princes", "America/Maceio", "America/Managua", "America/Manaus", "America/Marigot", "America/Martinique", "America/Matamoros", "America/Mazatlan", "America/Mendoza", "America/Menominee", "America/Merida", "America/Metlakatla", "America/Mexico_City", "America/Miquelon", "America/Moncton", "America/Monterrey", "America/Montevideo", "America/Montreal", "America/Montserrat", "America/Nassau", "America/New_York", "America/Nipigon", "America/Nome", "America/Noronha", "America/North_Dakota/Beulah", "America/North_Dakota/Center", "America/North_Dakota/New_Salem", "America/Nuuk", "America/Ojinaga", "America/Panama", "America/Pangnirtung", "America/Paramaribo", "America/Phoenix", "America/Port-au-Prince", "America/Port_of_Spain", "America/Porto_Acre", "America/Porto_Velho", "America/Puerto_Rico", "America/Punta_Arenas", "America/Rainy_River", "America/Rankin_Inlet", "America/Recife", "America/Regina", "America/Resolute", "America/Rio_Branco", "America/Rosario", "America/Santa_Isabel", "America/Santarem", "America/Santiago", "America/Santo_Domingo", "America/Sao_Paulo", "America/Scoresbysund", "America/Shiprock", "America/Sitka", "America/St_Barthelemy", "America/St_Johns", "America/St_Kitts", "America/St_Lucia", "America/St_Thomas", "America/St_Vincent", "America/Swift_Current", "America/Tegucigalpa", "America/Thule", "America/Thunder_Bay", "America/Tijuana", "America/Toronto", "America/Tortola", "America/Vancouver", "America/Virgin", "America/Whitehorse", "America/Winnipeg", "America/Yakutat", "America/Yellowknife", "Antarctica/Casey", "Antarctica/Davis", "Antarctica/DumontDUrville", "Antarctica/Macquarie", "Antarctica/Mawson", "Antarctica/McMurdo", "Antarctica/Palmer", "Antarctica/Rothera", "Antarctica/South_Pole", "Antarctica/Syowa", "Antarctica/Troll", "Antarctica/Vostok", "Arctic/Longyearbyen", "Asia/Aden", "Asia/Almaty", "Asia/Amman", "Asia/Anadyr", "Asia/Aqtau", "Asia/Aqtobe", "Asia/Ashgabat", "Asia/Ashkhabad", "Asia/Atyrau", "Asia/Baghdad", "Asia/Bahrain", "Asia/Baku", "Asia/Bangkok", "Asia/Barnaul", "Asia/Beirut", "Asia/Bishkek", "Asia/Brunei", "Asia/Calcutta", "Asia/Chita", "Asia/Choibalsan", "Asia/Chongqing", "Asia/Chungking", "Asia/Colombo", "Asia/Dacca", "Asia/Damascus", "Asia/Dhaka", "Asia/Dili", "Asia/Dubai", "Asia/Dushanbe", "Asia/Famagusta", "Asia/Gaza", "Asia/Harbin", "Asia/Hebron", "Asia/Ho_Chi_Minh", "Asia/Hong_Kong", "Asia/Hovd", "Asia/Irkutsk", "Asia/Istanbul", "Asia/Jakarta", "Asia/Jayapura", "Asia/Jerusalem", "Asia/Kabul", "Asia/Kamchatka", "Asia/Karachi", "Asia/Kashgar", "Asia/Kathmandu", "Asia/Katmandu", "Asia/Khandyga", "Asia/Kolkata", "Asia/Krasnoyarsk", "Asia/Kuala_Lumpur", "Asia/Kuching", "Asia/Kuwait", "Asia/Macao", "Asia/Macau", "Asia/Magadan", "Asia/Makassar", "Asia/Manila", "Asia/Muscat", "Asia/Nicosia", "Asia/Novokuznetsk", "Asia/Novosibirsk", "Asia/Omsk", "Asia/Oral", "Asia/Phnom_Penh", "Asia/Pontianak", "Asia/Pyongyang", "Asia/Qatar", "Asia/Qostanay", "Asia/Qyzylorda", "Asia/Rangoon", "Asia/Riyadh", "Asia/Saigon", "Asia/Sakhalin", "Asia/Samarkand", "Asia/Seoul", "Asia/Shanghai", "Asia/Singapore", "Asia/Srednekolymsk", "Asia/Taipei", "Asia/Tashkent", "Asia/Tbilisi", "Asia/Tehran", "Asia/Tel_Aviv", "Asia/Thimbu", "Asia/Thimphu", "Asia/Tokyo", "Asia/Tomsk", "Asia/Ujung_Pandang", "Asia/Ulaanbaatar", "Asia/Ulan_Bator", "Asia/Urumqi", "Asia/Ust-Nera", "Asia/Vientiane", "Asia/Vladivostok", "Asia/Yakutsk", "Asia/Yangon", "Asia/Yekaterinburg", "Asia/Yerevan", "Atlantic/Azores", "Atlantic/Bermuda", "Atlantic/Canary", "Atlantic/Cape_Verde", "Atlantic/Faeroe", "Atlantic/Faroe", "Atlantic/Jan_Mayen", "Atlantic/Madeira", "Atlantic/Reykjavik", "Atlantic/South_Georgia", "Atlantic/St_Helena", "Atlantic/Stanley", "Australia/ACT", "Australia/Adelaide", "Australia/Brisbane", "Australia/Broken_Hill", "Australia/Canberra", "Australia/Currie", "Australia/Darwin", "Australia/Eucla", "Australia/Hobart", "Australia/LHI", "Australia/Lindeman", "Australia/Lord_Howe", "Australia/Melbourne", "Australia/NSW", "Australia/North", "Australia/Perth", "Australia/Queensland", "Australia/South", "Australia/Sydney", "Australia/Tasmania", "Australia/Victoria", "Australia/West", "Australia/Yancowinna", "Brazil/Acre", "Brazil/DeNoronha", "Brazil/East", "Brazil/West", "CET", "CST6CDT", "Canada/Atlantic", "Canada/Central", "Canada/Eastern", "Canada/Mountain", "Canada/Newfoundland", "Canada/Pacific", "Canada/Saskatchewan", "Canada/Yukon", "Chile/Continental", "Chile/EasterIsland", "Cuba", "EET", "EST", "EST5EDT", "Egypt", "Eire", "Etc/GMT", "Etc/GMT+0", "Etc/GMT+1", "Etc/GMT+10", "Etc/GMT+11", "Etc/GMT+12", "Etc/GMT+2", "Etc/GMT+3", "Etc/GMT+4", "Etc/GMT+5", "Etc/GMT+6", "Etc/GMT+7", "Etc/GMT+8", "Etc/GMT+9", "Etc/GMT-0", "Etc/GMT-1", "Etc/GMT-10", "Etc/GMT-11", "Etc/GMT-12", "Etc/GMT-13", "Etc/GMT-14", "Etc/GMT-2", "Etc/GMT-3", "Etc/GMT-4", "Etc/GMT-5", "Etc/GMT-6", "Etc/GMT-7", "Etc/GMT-8", "Etc/GMT-9", "Etc/GMT0", "Etc/Greenwich", "Etc/UCT", "Etc/UTC", "Etc/Universal", "Etc/Zulu", "Europe/Amsterdam", "Europe/Andorra", "Europe/Astrakhan", "Europe/Athens", "Europe/Belfast", "Europe/Belgrade", "Europe/Berlin", "Europe/Bratislava", "Europe/Brussels", "Europe/Bucharest", "Europe/Budapest", "Europe/Busingen", "Europe/Chisinau", "Europe/Copenhagen", "Europe/Dublin", "Europe/Gibraltar", "Europe/Guernsey", "Europe/Helsinki", "Europe/Isle_of_Man", "Europe/Istanbul", "Europe/Jersey", "Europe/Kaliningrad", "Europe/Kiev", "Europe/Kirov", "Europe/Kyiv", "Europe/Lisbon", "Europe/Ljubljana", "Europe/London", "Europe/Luxembourg", "Europe/Madrid", "Europe/Malta", "Europe/Mariehamn", "Europe/Minsk", "Europe/Monaco", "Europe/Moscow", "Europe/Nicosia", "Europe/Oslo", "Europe/Paris", "Europe/Podgorica", "Europe/Prague", "Europe/Riga", "Europe/Rome", "Europe/Samara", "Europe/San_Marino", "Europe/Sarajevo", "Europe/Saratov", "Europe/Simferopol", "Europe/Skopje", "Europe/Sofia", "Europe/Stockholm", "Europe/Tallinn", "Europe/Tirane", "Europe/Tiraspol", "Europe/Ulyanovsk", "Europe/Uzhgorod", "Europe/Vaduz", "Europe/Vatican", "Europe/Vienna", "Europe/Vilnius", "Europe/Volgograd", "Europe/Warsaw", "Europe/Zagreb", "Europe/Zaporozhye", "Europe/Zurich", "Factory", "GB", "GB-Eire", "GMT", "GMT+0", "GMT-0", "GMT0", "Greenwich", "HST", "Hongkong", "Iceland", "Indian/Antananarivo", "Indian/Chagos", "Indian/Christmas", "Indian/Cocos", "Indian/Comoro", "Indian/Kerguelen", "Indian/Mahe", "Indian/Maldives", "Indian/Mauritius", "Indian/Mayotte", "Indian/Reunion", "Iran", "Israel", "Jamaica", "Japan", "Kwajalein", "Libya", "MET", "MST", "MST7MDT", "Mexico/BajaNorte", "Mexico/BajaSur", "Mexico/General", "NZ", "NZ-CHAT", "Navajo", "PRC", "PST8PDT", "Pacific/Apia", "Pacific/Auckland", "Pacific/Bougainville", "Pacific/Chatham", "Pacific/Chuuk", "Pacific/Easter", "Pacific/Efate", "Pacific/Enderbury", "Pacific/Fakaofo", "Pacific/Fiji", "Pacific/Funafuti", "Pacific/Galapagos", "Pacific/Gambier", "Pacific/Guadalcanal", "Pacific/Guam", "Pacific/Honolulu", "Pacific/Johnston", "Pacific/Kanton", "Pacific/Kiritimati", "Pacific/Kosrae", "Pacific/Kwajalein", "Pacific/Majuro", "Pacific/Marquesas", "Pacific/Midway", "Pacific/Nauru", "Pacific/Niue", "Pacific/Norfolk", "Pacific/Noumea", "Pacific/Pago_Pago", "Pacific/Palau", "Pacific/Pitcairn", "Pacific/Pohnpei", "Pacific/Ponape", "Pacific/Port_Moresby", "Pacific/Rarotonga", "Pacific/Saipan", "Pacific/Samoa", "Pacific/Tahiti", "Pacific/Tarawa", "Pacific/Tongatapu", "Pacific/Truk", "Pacific/Wake", "Pacific/Wallis", "Pacific/Yap", "Poland", "Portugal", "ROC", "ROK", "Singapore", "Turkey", "UCT", "US/Alaska", "US/Aleutian", "US/Arizona", "US/Central", "US/East-Indiana", "US/Eastern", "US/Hawaii", "US/Indiana-Starke", "US/Michigan", "US/Mountain", "US/Pacific", "US/Samoa", "UTC", "Universal", "W-SU", "WET", "Zulu"]>>;
|
|
2620
|
+
model: import("zod").ZodDefault<import("zod").ZodEnum<["Transfer", "TransferGroup", "Wallet", "Token"]>>;
|
|
2621
|
+
aggregator: import("zod").ZodOptional<import("zod").ZodLiteral<"count">>;
|
|
2622
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
2623
|
+
model: "Token" | "TransferGroup" | "Transfer" | "Wallet";
|
|
2673
2624
|
options?: {
|
|
2674
2625
|
tracking_id?: string | undefined;
|
|
2675
2626
|
} | undefined;
|
|
2676
2627
|
filter?: {
|
|
2677
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
2678
2628
|
start_time?: string | undefined;
|
|
2679
2629
|
end_time?: string | undefined;
|
|
2680
2630
|
} | undefined;
|
|
2681
|
-
|
|
2682
|
-
type: "period";
|
|
2683
|
-
|
|
2684
|
-
period: "year" | "month" | "week" | "day" | "hour" | "minute";
|
|
2685
|
-
timezone: string;
|
|
2686
|
-
};
|
|
2687
|
-
alias?: string | undefined;
|
|
2688
|
-
} | {
|
|
2689
|
-
type: "metadata_field";
|
|
2690
|
-
field: string;
|
|
2691
|
-
alias?: string | undefined;
|
|
2692
|
-
} | {
|
|
2693
|
-
type: "field";
|
|
2694
|
-
field: "type" | "status" | "transfer_status";
|
|
2695
|
-
alias?: string | undefined;
|
|
2696
|
-
})[] | undefined;
|
|
2697
|
-
model?: "Token" | "TransferGroup" | "Transfer" | "Wallet" | undefined;
|
|
2698
|
-
aggregator?: "count" | "countDistinct" | "sum" | "average" | "min" | "max" | {
|
|
2699
|
-
function?: "count" | "countDistinct" | "sum" | "average" | "min" | "max" | undefined;
|
|
2700
|
-
field?: string | undefined;
|
|
2701
|
-
alias?: string | undefined;
|
|
2702
|
-
} | undefined;
|
|
2631
|
+
group?: "year" | "month" | "week" | "day" | "hour" | "minute" | undefined;
|
|
2632
|
+
timezone?: "Africa/Abidjan" | "Africa/Accra" | "Africa/Addis_Ababa" | "Africa/Algiers" | "Africa/Asmara" | "Africa/Asmera" | "Africa/Bamako" | "Africa/Bangui" | "Africa/Banjul" | "Africa/Bissau" | "Africa/Blantyre" | "Africa/Brazzaville" | "Africa/Bujumbura" | "Africa/Cairo" | "Africa/Casablanca" | "Africa/Ceuta" | "Africa/Conakry" | "Africa/Dakar" | "Africa/Dar_es_Salaam" | "Africa/Djibouti" | "Africa/Douala" | "Africa/El_Aaiun" | "Africa/Freetown" | "Africa/Gaborone" | "Africa/Harare" | "Africa/Johannesburg" | "Africa/Juba" | "Africa/Kampala" | "Africa/Khartoum" | "Africa/Kigali" | "Africa/Kinshasa" | "Africa/Lagos" | "Africa/Libreville" | "Africa/Lome" | "Africa/Luanda" | "Africa/Lubumbashi" | "Africa/Lusaka" | "Africa/Malabo" | "Africa/Maputo" | "Africa/Maseru" | "Africa/Mbabane" | "Africa/Mogadishu" | "Africa/Monrovia" | "Africa/Nairobi" | "Africa/Ndjamena" | "Africa/Niamey" | "Africa/Nouakchott" | "Africa/Ouagadougou" | "Africa/Porto-Novo" | "Africa/Sao_Tome" | "Africa/Timbuktu" | "Africa/Tripoli" | "Africa/Tunis" | "Africa/Windhoek" | "America/Adak" | "America/Anchorage" | "America/Anguilla" | "America/Antigua" | "America/Araguaina" | "America/Argentina/Buenos_Aires" | "America/Argentina/Catamarca" | "America/Argentina/ComodRivadavia" | "America/Argentina/Cordoba" | "America/Argentina/Jujuy" | "America/Argentina/La_Rioja" | "America/Argentina/Mendoza" | "America/Argentina/Rio_Gallegos" | "America/Argentina/Salta" | "America/Argentina/San_Juan" | "America/Argentina/San_Luis" | "America/Argentina/Tucuman" | "America/Argentina/Ushuaia" | "America/Aruba" | "America/Asuncion" | "America/Atikokan" | "America/Atka" | "America/Bahia" | "America/Bahia_Banderas" | "America/Barbados" | "America/Belem" | "America/Belize" | "America/Blanc-Sablon" | "America/Boa_Vista" | "America/Bogota" | "America/Boise" | "America/Buenos_Aires" | "America/Cambridge_Bay" | "America/Campo_Grande" | "America/Cancun" | "America/Caracas" | "America/Catamarca" | "America/Cayenne" | "America/Cayman" | "America/Chicago" | "America/Chihuahua" | "America/Ciudad_Juarez" | "America/Coral_Harbour" | "America/Cordoba" | "America/Costa_Rica" | "America/Creston" | "America/Cuiaba" | "America/Curacao" | "America/Danmarkshavn" | "America/Dawson" | "America/Dawson_Creek" | "America/Denver" | "America/Detroit" | "America/Dominica" | "America/Edmonton" | "America/Eirunepe" | "America/El_Salvador" | "America/Ensenada" | "America/Fort_Nelson" | "America/Fort_Wayne" | "America/Fortaleza" | "America/Glace_Bay" | "America/Godthab" | "America/Goose_Bay" | "America/Grand_Turk" | "America/Grenada" | "America/Guadeloupe" | "America/Guatemala" | "America/Guayaquil" | "America/Guyana" | "America/Halifax" | "America/Havana" | "America/Hermosillo" | "America/Indiana/Indianapolis" | "America/Indiana/Knox" | "America/Indiana/Marengo" | "America/Indiana/Petersburg" | "America/Indiana/Tell_City" | "America/Indiana/Vevay" | "America/Indiana/Vincennes" | "America/Indiana/Winamac" | "America/Indianapolis" | "America/Inuvik" | "America/Iqaluit" | "America/Jamaica" | "America/Jujuy" | "America/Juneau" | "America/Kentucky/Louisville" | "America/Kentucky/Monticello" | "America/Knox_IN" | "America/Kralendijk" | "America/La_Paz" | "America/Lima" | "America/Los_Angeles" | "America/Louisville" | "America/Lower_Princes" | "America/Maceio" | "America/Managua" | "America/Manaus" | "America/Marigot" | "America/Martinique" | "America/Matamoros" | "America/Mazatlan" | "America/Mendoza" | "America/Menominee" | "America/Merida" | "America/Metlakatla" | "America/Mexico_City" | "America/Miquelon" | "America/Moncton" | "America/Monterrey" | "America/Montevideo" | "America/Montreal" | "America/Montserrat" | "America/Nassau" | "America/New_York" | "America/Nipigon" | "America/Nome" | "America/Noronha" | "America/North_Dakota/Beulah" | "America/North_Dakota/Center" | "America/North_Dakota/New_Salem" | "America/Nuuk" | "America/Ojinaga" | "America/Panama" | "America/Pangnirtung" | "America/Paramaribo" | "America/Phoenix" | "America/Port-au-Prince" | "America/Port_of_Spain" | "America/Porto_Acre" | "America/Porto_Velho" | "America/Puerto_Rico" | "America/Punta_Arenas" | "America/Rainy_River" | "America/Rankin_Inlet" | "America/Recife" | "America/Regina" | "America/Resolute" | "America/Rio_Branco" | "America/Rosario" | "America/Santa_Isabel" | "America/Santarem" | "America/Santiago" | "America/Santo_Domingo" | "America/Sao_Paulo" | "America/Scoresbysund" | "America/Shiprock" | "America/Sitka" | "America/St_Barthelemy" | "America/St_Johns" | "America/St_Kitts" | "America/St_Lucia" | "America/St_Thomas" | "America/St_Vincent" | "America/Swift_Current" | "America/Tegucigalpa" | "America/Thule" | "America/Thunder_Bay" | "America/Tijuana" | "America/Toronto" | "America/Tortola" | "America/Vancouver" | "America/Virgin" | "America/Whitehorse" | "America/Winnipeg" | "America/Yakutat" | "America/Yellowknife" | "Antarctica/Casey" | "Antarctica/Davis" | "Antarctica/DumontDUrville" | "Antarctica/Macquarie" | "Antarctica/Mawson" | "Antarctica/McMurdo" | "Antarctica/Palmer" | "Antarctica/Rothera" | "Antarctica/South_Pole" | "Antarctica/Syowa" | "Antarctica/Troll" | "Antarctica/Vostok" | "Arctic/Longyearbyen" | "Asia/Aden" | "Asia/Almaty" | "Asia/Amman" | "Asia/Anadyr" | "Asia/Aqtau" | "Asia/Aqtobe" | "Asia/Ashgabat" | "Asia/Ashkhabad" | "Asia/Atyrau" | "Asia/Baghdad" | "Asia/Bahrain" | "Asia/Baku" | "Asia/Bangkok" | "Asia/Barnaul" | "Asia/Beirut" | "Asia/Bishkek" | "Asia/Brunei" | "Asia/Calcutta" | "Asia/Chita" | "Asia/Choibalsan" | "Asia/Chongqing" | "Asia/Chungking" | "Asia/Colombo" | "Asia/Dacca" | "Asia/Damascus" | "Asia/Dhaka" | "Asia/Dili" | "Asia/Dubai" | "Asia/Dushanbe" | "Asia/Famagusta" | "Asia/Gaza" | "Asia/Harbin" | "Asia/Hebron" | "Asia/Ho_Chi_Minh" | "Asia/Hong_Kong" | "Asia/Hovd" | "Asia/Irkutsk" | "Asia/Istanbul" | "Asia/Jakarta" | "Asia/Jayapura" | "Asia/Jerusalem" | "Asia/Kabul" | "Asia/Kamchatka" | "Asia/Karachi" | "Asia/Kashgar" | "Asia/Kathmandu" | "Asia/Katmandu" | "Asia/Khandyga" | "Asia/Kolkata" | "Asia/Krasnoyarsk" | "Asia/Kuala_Lumpur" | "Asia/Kuching" | "Asia/Kuwait" | "Asia/Macao" | "Asia/Macau" | "Asia/Magadan" | "Asia/Makassar" | "Asia/Manila" | "Asia/Muscat" | "Asia/Nicosia" | "Asia/Novokuznetsk" | "Asia/Novosibirsk" | "Asia/Omsk" | "Asia/Oral" | "Asia/Phnom_Penh" | "Asia/Pontianak" | "Asia/Pyongyang" | "Asia/Qatar" | "Asia/Qostanay" | "Asia/Qyzylorda" | "Asia/Rangoon" | "Asia/Riyadh" | "Asia/Saigon" | "Asia/Sakhalin" | "Asia/Samarkand" | "Asia/Seoul" | "Asia/Shanghai" | "Asia/Singapore" | "Asia/Srednekolymsk" | "Asia/Taipei" | "Asia/Tashkent" | "Asia/Tbilisi" | "Asia/Tehran" | "Asia/Tel_Aviv" | "Asia/Thimbu" | "Asia/Thimphu" | "Asia/Tokyo" | "Asia/Tomsk" | "Asia/Ujung_Pandang" | "Asia/Ulaanbaatar" | "Asia/Ulan_Bator" | "Asia/Urumqi" | "Asia/Ust-Nera" | "Asia/Vientiane" | "Asia/Vladivostok" | "Asia/Yakutsk" | "Asia/Yangon" | "Asia/Yekaterinburg" | "Asia/Yerevan" | "Atlantic/Azores" | "Atlantic/Bermuda" | "Atlantic/Canary" | "Atlantic/Cape_Verde" | "Atlantic/Faeroe" | "Atlantic/Faroe" | "Atlantic/Jan_Mayen" | "Atlantic/Madeira" | "Atlantic/Reykjavik" | "Atlantic/South_Georgia" | "Atlantic/St_Helena" | "Atlantic/Stanley" | "Australia/ACT" | "Australia/Adelaide" | "Australia/Brisbane" | "Australia/Broken_Hill" | "Australia/Canberra" | "Australia/Currie" | "Australia/Darwin" | "Australia/Eucla" | "Australia/Hobart" | "Australia/LHI" | "Australia/Lindeman" | "Australia/Lord_Howe" | "Australia/Melbourne" | "Australia/NSW" | "Australia/North" | "Australia/Perth" | "Australia/Queensland" | "Australia/South" | "Australia/Sydney" | "Australia/Tasmania" | "Australia/Victoria" | "Australia/West" | "Australia/Yancowinna" | "Brazil/Acre" | "Brazil/DeNoronha" | "Brazil/East" | "Brazil/West" | "CET" | "CST6CDT" | "Canada/Atlantic" | "Canada/Central" | "Canada/Eastern" | "Canada/Mountain" | "Canada/Newfoundland" | "Canada/Pacific" | "Canada/Saskatchewan" | "Canada/Yukon" | "Chile/Continental" | "Chile/EasterIsland" | "Cuba" | "EET" | "EST" | "EST5EDT" | "Egypt" | "Eire" | "Etc/GMT" | "Etc/GMT+0" | "Etc/GMT+1" | "Etc/GMT+10" | "Etc/GMT+11" | "Etc/GMT+12" | "Etc/GMT+2" | "Etc/GMT+3" | "Etc/GMT+4" | "Etc/GMT+5" | "Etc/GMT+6" | "Etc/GMT+7" | "Etc/GMT+8" | "Etc/GMT+9" | "Etc/GMT-0" | "Etc/GMT-1" | "Etc/GMT-10" | "Etc/GMT-11" | "Etc/GMT-12" | "Etc/GMT-13" | "Etc/GMT-14" | "Etc/GMT-2" | "Etc/GMT-3" | "Etc/GMT-4" | "Etc/GMT-5" | "Etc/GMT-6" | "Etc/GMT-7" | "Etc/GMT-8" | "Etc/GMT-9" | "Etc/GMT0" | "Etc/Greenwich" | "Etc/UCT" | "Etc/UTC" | "Etc/Universal" | "Etc/Zulu" | "Europe/Amsterdam" | "Europe/Andorra" | "Europe/Astrakhan" | "Europe/Athens" | "Europe/Belfast" | "Europe/Belgrade" | "Europe/Berlin" | "Europe/Bratislava" | "Europe/Brussels" | "Europe/Bucharest" | "Europe/Budapest" | "Europe/Busingen" | "Europe/Chisinau" | "Europe/Copenhagen" | "Europe/Dublin" | "Europe/Gibraltar" | "Europe/Guernsey" | "Europe/Helsinki" | "Europe/Isle_of_Man" | "Europe/Istanbul" | "Europe/Jersey" | "Europe/Kaliningrad" | "Europe/Kiev" | "Europe/Kirov" | "Europe/Kyiv" | "Europe/Lisbon" | "Europe/Ljubljana" | "Europe/London" | "Europe/Luxembourg" | "Europe/Madrid" | "Europe/Malta" | "Europe/Mariehamn" | "Europe/Minsk" | "Europe/Monaco" | "Europe/Moscow" | "Europe/Nicosia" | "Europe/Oslo" | "Europe/Paris" | "Europe/Podgorica" | "Europe/Prague" | "Europe/Riga" | "Europe/Rome" | "Europe/Samara" | "Europe/San_Marino" | "Europe/Sarajevo" | "Europe/Saratov" | "Europe/Simferopol" | "Europe/Skopje" | "Europe/Sofia" | "Europe/Stockholm" | "Europe/Tallinn" | "Europe/Tirane" | "Europe/Tiraspol" | "Europe/Ulyanovsk" | "Europe/Uzhgorod" | "Europe/Vaduz" | "Europe/Vatican" | "Europe/Vienna" | "Europe/Vilnius" | "Europe/Volgograd" | "Europe/Warsaw" | "Europe/Zagreb" | "Europe/Zaporozhye" | "Europe/Zurich" | "Factory" | "GB" | "GB-Eire" | "GMT" | "GMT+0" | "GMT-0" | "GMT0" | "Greenwich" | "HST" | "Hongkong" | "Iceland" | "Indian/Antananarivo" | "Indian/Chagos" | "Indian/Christmas" | "Indian/Cocos" | "Indian/Comoro" | "Indian/Kerguelen" | "Indian/Mahe" | "Indian/Maldives" | "Indian/Mauritius" | "Indian/Mayotte" | "Indian/Reunion" | "Iran" | "Israel" | "Jamaica" | "Japan" | "Kwajalein" | "Libya" | "MET" | "MST" | "MST7MDT" | "Mexico/BajaNorte" | "Mexico/BajaSur" | "Mexico/General" | "NZ" | "NZ-CHAT" | "Navajo" | "PRC" | "PST8PDT" | "Pacific/Apia" | "Pacific/Auckland" | "Pacific/Bougainville" | "Pacific/Chatham" | "Pacific/Chuuk" | "Pacific/Easter" | "Pacific/Efate" | "Pacific/Enderbury" | "Pacific/Fakaofo" | "Pacific/Fiji" | "Pacific/Funafuti" | "Pacific/Galapagos" | "Pacific/Gambier" | "Pacific/Guadalcanal" | "Pacific/Guam" | "Pacific/Honolulu" | "Pacific/Johnston" | "Pacific/Kanton" | "Pacific/Kiritimati" | "Pacific/Kosrae" | "Pacific/Kwajalein" | "Pacific/Majuro" | "Pacific/Marquesas" | "Pacific/Midway" | "Pacific/Nauru" | "Pacific/Niue" | "Pacific/Norfolk" | "Pacific/Noumea" | "Pacific/Pago_Pago" | "Pacific/Palau" | "Pacific/Pitcairn" | "Pacific/Pohnpei" | "Pacific/Ponape" | "Pacific/Port_Moresby" | "Pacific/Rarotonga" | "Pacific/Saipan" | "Pacific/Samoa" | "Pacific/Tahiti" | "Pacific/Tarawa" | "Pacific/Tongatapu" | "Pacific/Truk" | "Pacific/Wake" | "Pacific/Wallis" | "Pacific/Yap" | "Poland" | "Portugal" | "ROC" | "ROK" | "Singapore" | "Turkey" | "UCT" | "US/Alaska" | "US/Aleutian" | "US/Arizona" | "US/Central" | "US/East-Indiana" | "US/Eastern" | "US/Hawaii" | "US/Indiana-Starke" | "US/Michigan" | "US/Mountain" | "US/Pacific" | "US/Samoa" | "UTC" | "Universal" | "W-SU" | "WET" | "Zulu" | undefined;
|
|
2633
|
+
aggregator?: "count" | undefined;
|
|
2703
2634
|
}, {
|
|
2704
2635
|
options?: {
|
|
2705
2636
|
tracking_id?: string | undefined;
|
|
2706
2637
|
} | undefined;
|
|
2707
2638
|
filter?: {
|
|
2708
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
2709
2639
|
start_time?: string | undefined;
|
|
2710
2640
|
end_time?: string | undefined;
|
|
2711
2641
|
} | undefined;
|
|
2712
|
-
|
|
2713
|
-
type: "period";
|
|
2714
|
-
field: "year" | "month" | "week" | "day" | "hour" | "minute" | {
|
|
2715
|
-
timezone: string;
|
|
2716
|
-
period?: "year" | "month" | "week" | "day" | "hour" | "minute" | undefined;
|
|
2717
|
-
};
|
|
2718
|
-
alias?: string | undefined;
|
|
2719
|
-
} | {
|
|
2720
|
-
type: "metadata_field";
|
|
2721
|
-
field: string;
|
|
2722
|
-
alias?: string | undefined;
|
|
2723
|
-
} | {
|
|
2724
|
-
type: "field";
|
|
2725
|
-
field?: "type" | "status" | "transfer_status" | undefined;
|
|
2726
|
-
alias?: string | undefined;
|
|
2727
|
-
})[] | undefined;
|
|
2642
|
+
group?: "year" | "month" | "week" | "day" | "hour" | "minute" | undefined;
|
|
2643
|
+
timezone?: "Africa/Abidjan" | "Africa/Accra" | "Africa/Addis_Ababa" | "Africa/Algiers" | "Africa/Asmara" | "Africa/Asmera" | "Africa/Bamako" | "Africa/Bangui" | "Africa/Banjul" | "Africa/Bissau" | "Africa/Blantyre" | "Africa/Brazzaville" | "Africa/Bujumbura" | "Africa/Cairo" | "Africa/Casablanca" | "Africa/Ceuta" | "Africa/Conakry" | "Africa/Dakar" | "Africa/Dar_es_Salaam" | "Africa/Djibouti" | "Africa/Douala" | "Africa/El_Aaiun" | "Africa/Freetown" | "Africa/Gaborone" | "Africa/Harare" | "Africa/Johannesburg" | "Africa/Juba" | "Africa/Kampala" | "Africa/Khartoum" | "Africa/Kigali" | "Africa/Kinshasa" | "Africa/Lagos" | "Africa/Libreville" | "Africa/Lome" | "Africa/Luanda" | "Africa/Lubumbashi" | "Africa/Lusaka" | "Africa/Malabo" | "Africa/Maputo" | "Africa/Maseru" | "Africa/Mbabane" | "Africa/Mogadishu" | "Africa/Monrovia" | "Africa/Nairobi" | "Africa/Ndjamena" | "Africa/Niamey" | "Africa/Nouakchott" | "Africa/Ouagadougou" | "Africa/Porto-Novo" | "Africa/Sao_Tome" | "Africa/Timbuktu" | "Africa/Tripoli" | "Africa/Tunis" | "Africa/Windhoek" | "America/Adak" | "America/Anchorage" | "America/Anguilla" | "America/Antigua" | "America/Araguaina" | "America/Argentina/Buenos_Aires" | "America/Argentina/Catamarca" | "America/Argentina/ComodRivadavia" | "America/Argentina/Cordoba" | "America/Argentina/Jujuy" | "America/Argentina/La_Rioja" | "America/Argentina/Mendoza" | "America/Argentina/Rio_Gallegos" | "America/Argentina/Salta" | "America/Argentina/San_Juan" | "America/Argentina/San_Luis" | "America/Argentina/Tucuman" | "America/Argentina/Ushuaia" | "America/Aruba" | "America/Asuncion" | "America/Atikokan" | "America/Atka" | "America/Bahia" | "America/Bahia_Banderas" | "America/Barbados" | "America/Belem" | "America/Belize" | "America/Blanc-Sablon" | "America/Boa_Vista" | "America/Bogota" | "America/Boise" | "America/Buenos_Aires" | "America/Cambridge_Bay" | "America/Campo_Grande" | "America/Cancun" | "America/Caracas" | "America/Catamarca" | "America/Cayenne" | "America/Cayman" | "America/Chicago" | "America/Chihuahua" | "America/Ciudad_Juarez" | "America/Coral_Harbour" | "America/Cordoba" | "America/Costa_Rica" | "America/Creston" | "America/Cuiaba" | "America/Curacao" | "America/Danmarkshavn" | "America/Dawson" | "America/Dawson_Creek" | "America/Denver" | "America/Detroit" | "America/Dominica" | "America/Edmonton" | "America/Eirunepe" | "America/El_Salvador" | "America/Ensenada" | "America/Fort_Nelson" | "America/Fort_Wayne" | "America/Fortaleza" | "America/Glace_Bay" | "America/Godthab" | "America/Goose_Bay" | "America/Grand_Turk" | "America/Grenada" | "America/Guadeloupe" | "America/Guatemala" | "America/Guayaquil" | "America/Guyana" | "America/Halifax" | "America/Havana" | "America/Hermosillo" | "America/Indiana/Indianapolis" | "America/Indiana/Knox" | "America/Indiana/Marengo" | "America/Indiana/Petersburg" | "America/Indiana/Tell_City" | "America/Indiana/Vevay" | "America/Indiana/Vincennes" | "America/Indiana/Winamac" | "America/Indianapolis" | "America/Inuvik" | "America/Iqaluit" | "America/Jamaica" | "America/Jujuy" | "America/Juneau" | "America/Kentucky/Louisville" | "America/Kentucky/Monticello" | "America/Knox_IN" | "America/Kralendijk" | "America/La_Paz" | "America/Lima" | "America/Los_Angeles" | "America/Louisville" | "America/Lower_Princes" | "America/Maceio" | "America/Managua" | "America/Manaus" | "America/Marigot" | "America/Martinique" | "America/Matamoros" | "America/Mazatlan" | "America/Mendoza" | "America/Menominee" | "America/Merida" | "America/Metlakatla" | "America/Mexico_City" | "America/Miquelon" | "America/Moncton" | "America/Monterrey" | "America/Montevideo" | "America/Montreal" | "America/Montserrat" | "America/Nassau" | "America/New_York" | "America/Nipigon" | "America/Nome" | "America/Noronha" | "America/North_Dakota/Beulah" | "America/North_Dakota/Center" | "America/North_Dakota/New_Salem" | "America/Nuuk" | "America/Ojinaga" | "America/Panama" | "America/Pangnirtung" | "America/Paramaribo" | "America/Phoenix" | "America/Port-au-Prince" | "America/Port_of_Spain" | "America/Porto_Acre" | "America/Porto_Velho" | "America/Puerto_Rico" | "America/Punta_Arenas" | "America/Rainy_River" | "America/Rankin_Inlet" | "America/Recife" | "America/Regina" | "America/Resolute" | "America/Rio_Branco" | "America/Rosario" | "America/Santa_Isabel" | "America/Santarem" | "America/Santiago" | "America/Santo_Domingo" | "America/Sao_Paulo" | "America/Scoresbysund" | "America/Shiprock" | "America/Sitka" | "America/St_Barthelemy" | "America/St_Johns" | "America/St_Kitts" | "America/St_Lucia" | "America/St_Thomas" | "America/St_Vincent" | "America/Swift_Current" | "America/Tegucigalpa" | "America/Thule" | "America/Thunder_Bay" | "America/Tijuana" | "America/Toronto" | "America/Tortola" | "America/Vancouver" | "America/Virgin" | "America/Whitehorse" | "America/Winnipeg" | "America/Yakutat" | "America/Yellowknife" | "Antarctica/Casey" | "Antarctica/Davis" | "Antarctica/DumontDUrville" | "Antarctica/Macquarie" | "Antarctica/Mawson" | "Antarctica/McMurdo" | "Antarctica/Palmer" | "Antarctica/Rothera" | "Antarctica/South_Pole" | "Antarctica/Syowa" | "Antarctica/Troll" | "Antarctica/Vostok" | "Arctic/Longyearbyen" | "Asia/Aden" | "Asia/Almaty" | "Asia/Amman" | "Asia/Anadyr" | "Asia/Aqtau" | "Asia/Aqtobe" | "Asia/Ashgabat" | "Asia/Ashkhabad" | "Asia/Atyrau" | "Asia/Baghdad" | "Asia/Bahrain" | "Asia/Baku" | "Asia/Bangkok" | "Asia/Barnaul" | "Asia/Beirut" | "Asia/Bishkek" | "Asia/Brunei" | "Asia/Calcutta" | "Asia/Chita" | "Asia/Choibalsan" | "Asia/Chongqing" | "Asia/Chungking" | "Asia/Colombo" | "Asia/Dacca" | "Asia/Damascus" | "Asia/Dhaka" | "Asia/Dili" | "Asia/Dubai" | "Asia/Dushanbe" | "Asia/Famagusta" | "Asia/Gaza" | "Asia/Harbin" | "Asia/Hebron" | "Asia/Ho_Chi_Minh" | "Asia/Hong_Kong" | "Asia/Hovd" | "Asia/Irkutsk" | "Asia/Istanbul" | "Asia/Jakarta" | "Asia/Jayapura" | "Asia/Jerusalem" | "Asia/Kabul" | "Asia/Kamchatka" | "Asia/Karachi" | "Asia/Kashgar" | "Asia/Kathmandu" | "Asia/Katmandu" | "Asia/Khandyga" | "Asia/Kolkata" | "Asia/Krasnoyarsk" | "Asia/Kuala_Lumpur" | "Asia/Kuching" | "Asia/Kuwait" | "Asia/Macao" | "Asia/Macau" | "Asia/Magadan" | "Asia/Makassar" | "Asia/Manila" | "Asia/Muscat" | "Asia/Nicosia" | "Asia/Novokuznetsk" | "Asia/Novosibirsk" | "Asia/Omsk" | "Asia/Oral" | "Asia/Phnom_Penh" | "Asia/Pontianak" | "Asia/Pyongyang" | "Asia/Qatar" | "Asia/Qostanay" | "Asia/Qyzylorda" | "Asia/Rangoon" | "Asia/Riyadh" | "Asia/Saigon" | "Asia/Sakhalin" | "Asia/Samarkand" | "Asia/Seoul" | "Asia/Shanghai" | "Asia/Singapore" | "Asia/Srednekolymsk" | "Asia/Taipei" | "Asia/Tashkent" | "Asia/Tbilisi" | "Asia/Tehran" | "Asia/Tel_Aviv" | "Asia/Thimbu" | "Asia/Thimphu" | "Asia/Tokyo" | "Asia/Tomsk" | "Asia/Ujung_Pandang" | "Asia/Ulaanbaatar" | "Asia/Ulan_Bator" | "Asia/Urumqi" | "Asia/Ust-Nera" | "Asia/Vientiane" | "Asia/Vladivostok" | "Asia/Yakutsk" | "Asia/Yangon" | "Asia/Yekaterinburg" | "Asia/Yerevan" | "Atlantic/Azores" | "Atlantic/Bermuda" | "Atlantic/Canary" | "Atlantic/Cape_Verde" | "Atlantic/Faeroe" | "Atlantic/Faroe" | "Atlantic/Jan_Mayen" | "Atlantic/Madeira" | "Atlantic/Reykjavik" | "Atlantic/South_Georgia" | "Atlantic/St_Helena" | "Atlantic/Stanley" | "Australia/ACT" | "Australia/Adelaide" | "Australia/Brisbane" | "Australia/Broken_Hill" | "Australia/Canberra" | "Australia/Currie" | "Australia/Darwin" | "Australia/Eucla" | "Australia/Hobart" | "Australia/LHI" | "Australia/Lindeman" | "Australia/Lord_Howe" | "Australia/Melbourne" | "Australia/NSW" | "Australia/North" | "Australia/Perth" | "Australia/Queensland" | "Australia/South" | "Australia/Sydney" | "Australia/Tasmania" | "Australia/Victoria" | "Australia/West" | "Australia/Yancowinna" | "Brazil/Acre" | "Brazil/DeNoronha" | "Brazil/East" | "Brazil/West" | "CET" | "CST6CDT" | "Canada/Atlantic" | "Canada/Central" | "Canada/Eastern" | "Canada/Mountain" | "Canada/Newfoundland" | "Canada/Pacific" | "Canada/Saskatchewan" | "Canada/Yukon" | "Chile/Continental" | "Chile/EasterIsland" | "Cuba" | "EET" | "EST" | "EST5EDT" | "Egypt" | "Eire" | "Etc/GMT" | "Etc/GMT+0" | "Etc/GMT+1" | "Etc/GMT+10" | "Etc/GMT+11" | "Etc/GMT+12" | "Etc/GMT+2" | "Etc/GMT+3" | "Etc/GMT+4" | "Etc/GMT+5" | "Etc/GMT+6" | "Etc/GMT+7" | "Etc/GMT+8" | "Etc/GMT+9" | "Etc/GMT-0" | "Etc/GMT-1" | "Etc/GMT-10" | "Etc/GMT-11" | "Etc/GMT-12" | "Etc/GMT-13" | "Etc/GMT-14" | "Etc/GMT-2" | "Etc/GMT-3" | "Etc/GMT-4" | "Etc/GMT-5" | "Etc/GMT-6" | "Etc/GMT-7" | "Etc/GMT-8" | "Etc/GMT-9" | "Etc/GMT0" | "Etc/Greenwich" | "Etc/UCT" | "Etc/UTC" | "Etc/Universal" | "Etc/Zulu" | "Europe/Amsterdam" | "Europe/Andorra" | "Europe/Astrakhan" | "Europe/Athens" | "Europe/Belfast" | "Europe/Belgrade" | "Europe/Berlin" | "Europe/Bratislava" | "Europe/Brussels" | "Europe/Bucharest" | "Europe/Budapest" | "Europe/Busingen" | "Europe/Chisinau" | "Europe/Copenhagen" | "Europe/Dublin" | "Europe/Gibraltar" | "Europe/Guernsey" | "Europe/Helsinki" | "Europe/Isle_of_Man" | "Europe/Istanbul" | "Europe/Jersey" | "Europe/Kaliningrad" | "Europe/Kiev" | "Europe/Kirov" | "Europe/Kyiv" | "Europe/Lisbon" | "Europe/Ljubljana" | "Europe/London" | "Europe/Luxembourg" | "Europe/Madrid" | "Europe/Malta" | "Europe/Mariehamn" | "Europe/Minsk" | "Europe/Monaco" | "Europe/Moscow" | "Europe/Nicosia" | "Europe/Oslo" | "Europe/Paris" | "Europe/Podgorica" | "Europe/Prague" | "Europe/Riga" | "Europe/Rome" | "Europe/Samara" | "Europe/San_Marino" | "Europe/Sarajevo" | "Europe/Saratov" | "Europe/Simferopol" | "Europe/Skopje" | "Europe/Sofia" | "Europe/Stockholm" | "Europe/Tallinn" | "Europe/Tirane" | "Europe/Tiraspol" | "Europe/Ulyanovsk" | "Europe/Uzhgorod" | "Europe/Vaduz" | "Europe/Vatican" | "Europe/Vienna" | "Europe/Vilnius" | "Europe/Volgograd" | "Europe/Warsaw" | "Europe/Zagreb" | "Europe/Zaporozhye" | "Europe/Zurich" | "Factory" | "GB" | "GB-Eire" | "GMT" | "GMT+0" | "GMT-0" | "GMT0" | "Greenwich" | "HST" | "Hongkong" | "Iceland" | "Indian/Antananarivo" | "Indian/Chagos" | "Indian/Christmas" | "Indian/Cocos" | "Indian/Comoro" | "Indian/Kerguelen" | "Indian/Mahe" | "Indian/Maldives" | "Indian/Mauritius" | "Indian/Mayotte" | "Indian/Reunion" | "Iran" | "Israel" | "Jamaica" | "Japan" | "Kwajalein" | "Libya" | "MET" | "MST" | "MST7MDT" | "Mexico/BajaNorte" | "Mexico/BajaSur" | "Mexico/General" | "NZ" | "NZ-CHAT" | "Navajo" | "PRC" | "PST8PDT" | "Pacific/Apia" | "Pacific/Auckland" | "Pacific/Bougainville" | "Pacific/Chatham" | "Pacific/Chuuk" | "Pacific/Easter" | "Pacific/Efate" | "Pacific/Enderbury" | "Pacific/Fakaofo" | "Pacific/Fiji" | "Pacific/Funafuti" | "Pacific/Galapagos" | "Pacific/Gambier" | "Pacific/Guadalcanal" | "Pacific/Guam" | "Pacific/Honolulu" | "Pacific/Johnston" | "Pacific/Kanton" | "Pacific/Kiritimati" | "Pacific/Kosrae" | "Pacific/Kwajalein" | "Pacific/Majuro" | "Pacific/Marquesas" | "Pacific/Midway" | "Pacific/Nauru" | "Pacific/Niue" | "Pacific/Norfolk" | "Pacific/Noumea" | "Pacific/Pago_Pago" | "Pacific/Palau" | "Pacific/Pitcairn" | "Pacific/Pohnpei" | "Pacific/Ponape" | "Pacific/Port_Moresby" | "Pacific/Rarotonga" | "Pacific/Saipan" | "Pacific/Samoa" | "Pacific/Tahiti" | "Pacific/Tarawa" | "Pacific/Tongatapu" | "Pacific/Truk" | "Pacific/Wake" | "Pacific/Wallis" | "Pacific/Yap" | "Poland" | "Portugal" | "ROC" | "ROK" | "Singapore" | "Turkey" | "UCT" | "US/Alaska" | "US/Aleutian" | "US/Arizona" | "US/Central" | "US/East-Indiana" | "US/Eastern" | "US/Hawaii" | "US/Indiana-Starke" | "US/Michigan" | "US/Mountain" | "US/Pacific" | "US/Samoa" | "UTC" | "Universal" | "W-SU" | "WET" | "Zulu" | undefined;
|
|
2728
2644
|
model?: "Token" | "TransferGroup" | "Transfer" | "Wallet" | undefined;
|
|
2729
|
-
aggregator?: "count" |
|
|
2730
|
-
function?: "count" | "countDistinct" | "sum" | "average" | "min" | "max" | undefined;
|
|
2731
|
-
field?: string | undefined;
|
|
2732
|
-
alias?: string | undefined;
|
|
2733
|
-
} | undefined;
|
|
2645
|
+
aggregator?: "count" | undefined;
|
|
2734
2646
|
}>>;
|
|
2735
2647
|
getToken: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
2736
2648
|
foreign: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
@@ -4120,13 +4032,53 @@ export declare const ClientValidators: {
|
|
|
4120
4032
|
transfer_extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
4121
4033
|
}>>;
|
|
4122
4034
|
reverseTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
|
|
4126
|
-
|
|
4127
|
-
|
|
4128
|
-
|
|
4129
|
-
|
|
4035
|
+
type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<["transfer", "deposit", "withdrawal"]>>>>>;
|
|
4036
|
+
identifier: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, string, string | number>>>>>;
|
|
4037
|
+
id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, number, string | number>>>>>;
|
|
4038
|
+
created_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>;
|
|
4039
|
+
updated_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>;
|
|
4040
|
+
from_wallet_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, number, string | number>>>>;
|
|
4041
|
+
to_wallet_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, number, string | number>>>>;
|
|
4042
|
+
token_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, number, string | number>>>>;
|
|
4043
|
+
amount: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, number, string | number>>>>>;
|
|
4044
|
+
transfer_group_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, number, string | number>>>>;
|
|
4045
|
+
reverses_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, number, string | number>>>>;
|
|
4046
|
+
reverses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
4047
|
+
identifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4048
|
+
id: import("zod").ZodNumber;
|
|
4049
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
4050
|
+
id: number;
|
|
4051
|
+
identifier?: string | undefined;
|
|
4052
|
+
}, {
|
|
4053
|
+
id: number;
|
|
4054
|
+
identifier?: string | undefined;
|
|
4055
|
+
}>, import("zod").ZodObject<{
|
|
4056
|
+
identifier: import("zod").ZodString;
|
|
4057
|
+
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4058
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
4059
|
+
identifier: string;
|
|
4060
|
+
id?: number | undefined;
|
|
4061
|
+
}, {
|
|
4062
|
+
identifier: string;
|
|
4063
|
+
id?: number | undefined;
|
|
4064
|
+
}>]>>>>>;
|
|
4065
|
+
wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
4066
|
+
foreign: string;
|
|
4067
|
+
}, string | number>>>;
|
|
4068
|
+
token: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
4069
|
+
foreign: string;
|
|
4070
|
+
}, string | number>>>;
|
|
4071
|
+
from_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
4072
|
+
foreign: string;
|
|
4073
|
+
}, string | number>>>;
|
|
4074
|
+
to_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
4075
|
+
foreign: string;
|
|
4076
|
+
}, string | number>>>;
|
|
4077
|
+
transfer_group: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
4078
|
+
foreign: string;
|
|
4079
|
+
}, string | number>>>;
|
|
4080
|
+
status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>>;
|
|
4081
|
+
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
|
|
4130
4082
|
reverse: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4131
4083
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished"]>>;
|
|
4132
4084
|
force: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
@@ -4168,18 +4120,46 @@ export declare const ClientValidators: {
|
|
|
4168
4120
|
reverse_deposit?: boolean | undefined;
|
|
4169
4121
|
reverse_withdrawal?: boolean | undefined;
|
|
4170
4122
|
} | undefined;
|
|
4123
|
+
type?: "transfer" | "deposit" | "withdrawal" | undefined;
|
|
4171
4124
|
reverse?: {
|
|
4172
4125
|
status?: "pending" | "finished" | undefined;
|
|
4173
4126
|
metadata?: import("../db/consts").Metadata | undefined;
|
|
4174
4127
|
force?: boolean | undefined;
|
|
4175
4128
|
} | undefined;
|
|
4176
4129
|
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
4130
|
+
identifier?: string | undefined;
|
|
4177
4131
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
4178
|
-
|
|
4179
|
-
|
|
4180
|
-
|
|
4181
|
-
|
|
4182
|
-
|
|
4132
|
+
id?: number | undefined;
|
|
4133
|
+
token?: {
|
|
4134
|
+
foreign: string;
|
|
4135
|
+
} | undefined;
|
|
4136
|
+
created_at?: string | undefined;
|
|
4137
|
+
updated_at?: string | undefined;
|
|
4138
|
+
from_wallet_id?: number | undefined;
|
|
4139
|
+
to_wallet_id?: number | undefined;
|
|
4140
|
+
token_id?: number | undefined;
|
|
4141
|
+
amount?: number | undefined;
|
|
4142
|
+
transfer_group_id?: number | undefined;
|
|
4143
|
+
reverses_id?: number | undefined;
|
|
4144
|
+
wallet?: {
|
|
4145
|
+
foreign: string;
|
|
4146
|
+
} | undefined;
|
|
4147
|
+
transfer_group?: {
|
|
4148
|
+
foreign: string;
|
|
4149
|
+
} | undefined;
|
|
4150
|
+
from_wallet?: {
|
|
4151
|
+
foreign: string;
|
|
4152
|
+
} | undefined;
|
|
4153
|
+
to_wallet?: {
|
|
4154
|
+
foreign: string;
|
|
4155
|
+
} | undefined;
|
|
4156
|
+
reverses?: {
|
|
4157
|
+
id: number;
|
|
4158
|
+
identifier?: string | undefined;
|
|
4159
|
+
} | {
|
|
4160
|
+
identifier: string;
|
|
4161
|
+
id?: number | undefined;
|
|
4162
|
+
} | undefined;
|
|
4183
4163
|
}, {
|
|
4184
4164
|
options?: {
|
|
4185
4165
|
tracking_id?: string | undefined;
|
|
@@ -4188,18 +4168,36 @@ export declare const ClientValidators: {
|
|
|
4188
4168
|
reverse_deposit?: boolean | undefined;
|
|
4189
4169
|
reverse_withdrawal?: boolean | undefined;
|
|
4190
4170
|
} | undefined;
|
|
4171
|
+
type?: "transfer" | "deposit" | "withdrawal" | undefined;
|
|
4191
4172
|
reverse?: {
|
|
4192
4173
|
status?: "pending" | "finished" | undefined;
|
|
4193
4174
|
metadata?: import("../db/consts").Metadata | undefined;
|
|
4194
4175
|
force?: boolean | undefined;
|
|
4195
4176
|
} | undefined;
|
|
4196
4177
|
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
4178
|
+
identifier?: string | number | undefined;
|
|
4197
4179
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
4180
|
+
id?: string | number | undefined;
|
|
4198
4181
|
token?: string | number | undefined;
|
|
4182
|
+
created_at?: string | undefined;
|
|
4183
|
+
updated_at?: string | undefined;
|
|
4184
|
+
from_wallet_id?: string | number | undefined;
|
|
4185
|
+
to_wallet_id?: string | number | undefined;
|
|
4186
|
+
token_id?: string | number | undefined;
|
|
4187
|
+
amount?: string | number | undefined;
|
|
4188
|
+
transfer_group_id?: string | number | undefined;
|
|
4189
|
+
reverses_id?: string | number | undefined;
|
|
4199
4190
|
wallet?: string | number | undefined;
|
|
4200
4191
|
transfer_group?: string | number | undefined;
|
|
4201
4192
|
from_wallet?: string | number | undefined;
|
|
4202
4193
|
to_wallet?: string | number | undefined;
|
|
4194
|
+
reverses?: {
|
|
4195
|
+
id: number;
|
|
4196
|
+
identifier?: string | undefined;
|
|
4197
|
+
} | {
|
|
4198
|
+
identifier: string;
|
|
4199
|
+
id?: number | undefined;
|
|
4200
|
+
} | undefined;
|
|
4203
4201
|
}>>;
|
|
4204
4202
|
setFlags: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
4205
4203
|
allow_timestamps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
@@ -4381,13 +4379,17 @@ export declare const ClientValidators: {
|
|
|
4381
4379
|
metadata?: import("../db/consts").Metadata | undefined;
|
|
4382
4380
|
transfer_status?: "finished" | "cancelled" | undefined;
|
|
4383
4381
|
}>>;
|
|
4384
|
-
updateTransferGroups: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
4382
|
+
updateTransferGroups: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
4383
|
+
identifier: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
4385
4384
|
transfer_status: import("zod").ZodOptional<import("zod").ZodEnum<["finished", "cancelled"]>>;
|
|
4386
4385
|
status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["open", "closed"]>>>;
|
|
4387
|
-
reverses: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]
|
|
4386
|
+
reverses: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
4387
|
+
foreign: string;
|
|
4388
|
+
}, string | number>>;
|
|
4388
4389
|
type: import("zod").ZodOptional<import("zod").ZodEnum<["regular", "exchange", "distribution"]>>;
|
|
4389
4390
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
4390
|
-
|
|
4391
|
+
}, {
|
|
4392
|
+
update: import("zod").ZodEffects<import("zod").ZodObject<{
|
|
4391
4393
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["open", "closed"]>>;
|
|
4392
4394
|
transfer_status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>;
|
|
4393
4395
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
@@ -4412,8 +4414,8 @@ export declare const ClientValidators: {
|
|
|
4412
4414
|
metadata?: import("../db/consts").Metadata | undefined;
|
|
4413
4415
|
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
4414
4416
|
transfer_metadata?: import("../db/consts").Metadata | undefined;
|
|
4415
|
-
}
|
|
4416
|
-
}
|
|
4417
|
+
}>;
|
|
4418
|
+
}>, {
|
|
4417
4419
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4418
4420
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4419
4421
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4437,6 +4439,12 @@ export declare const ClientValidators: {
|
|
|
4437
4439
|
transfer_metadata_action?: "replace" | "extend" | undefined;
|
|
4438
4440
|
}>>;
|
|
4439
4441
|
}>, "strict", import("zod").ZodTypeAny, {
|
|
4442
|
+
update: {
|
|
4443
|
+
status?: "open" | "closed" | undefined;
|
|
4444
|
+
metadata?: import("../db/consts").Metadata | undefined;
|
|
4445
|
+
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
4446
|
+
transfer_metadata?: import("../db/consts").Metadata | undefined;
|
|
4447
|
+
};
|
|
4440
4448
|
options?: {
|
|
4441
4449
|
tracking_id?: string | undefined;
|
|
4442
4450
|
transaction_id?: string | undefined;
|
|
@@ -4447,16 +4455,19 @@ export declare const ClientValidators: {
|
|
|
4447
4455
|
} | undefined;
|
|
4448
4456
|
type?: "regular" | "exchange" | "distribution" | undefined;
|
|
4449
4457
|
status?: "open" | "closed" | undefined;
|
|
4458
|
+
identifier?: string | number | undefined;
|
|
4450
4459
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
4451
4460
|
transfer_status?: "finished" | "cancelled" | undefined;
|
|
4452
|
-
reverses?:
|
|
4453
|
-
|
|
4461
|
+
reverses?: {
|
|
4462
|
+
foreign: string;
|
|
4463
|
+
} | undefined;
|
|
4464
|
+
}, {
|
|
4465
|
+
update: {
|
|
4454
4466
|
status?: "open" | "closed" | undefined;
|
|
4455
4467
|
metadata?: import("../db/consts").Metadata | undefined;
|
|
4456
4468
|
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
4457
4469
|
transfer_metadata?: import("../db/consts").Metadata | undefined;
|
|
4458
|
-
}
|
|
4459
|
-
}, {
|
|
4470
|
+
};
|
|
4460
4471
|
options?: {
|
|
4461
4472
|
tracking_id?: string | undefined;
|
|
4462
4473
|
transaction_id?: string | undefined;
|
|
@@ -4467,25 +4478,32 @@ export declare const ClientValidators: {
|
|
|
4467
4478
|
} | undefined;
|
|
4468
4479
|
type?: "regular" | "exchange" | "distribution" | undefined;
|
|
4469
4480
|
status?: "open" | "closed" | undefined;
|
|
4481
|
+
identifier?: string | number | undefined;
|
|
4470
4482
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
4471
4483
|
transfer_status?: "finished" | "cancelled" | undefined;
|
|
4472
4484
|
reverses?: string | number | undefined;
|
|
4473
|
-
update?: {
|
|
4474
|
-
status?: "open" | "closed" | undefined;
|
|
4475
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
4476
|
-
transfer_status?: "pending" | "finished" | "cancelled" | undefined;
|
|
4477
|
-
transfer_metadata?: import("../db/consts").Metadata | undefined;
|
|
4478
|
-
} | undefined;
|
|
4479
4485
|
}>>;
|
|
4480
|
-
updateTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
+
updateTransfers: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
4487
|
+
identifier: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
4488
|
+
wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
4489
|
+
foreign: string;
|
|
4490
|
+
}, string | number>>;
|
|
4491
|
+
token: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
4492
|
+
foreign: string;
|
|
4493
|
+
}, string | number>>;
|
|
4494
|
+
from_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
4495
|
+
foreign: string;
|
|
4496
|
+
}, string | number>>;
|
|
4497
|
+
to_wallet: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
4498
|
+
foreign: string;
|
|
4499
|
+
}, string | number>>;
|
|
4500
|
+
transfer_group: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, {
|
|
4501
|
+
foreign: string;
|
|
4502
|
+
}, string | number>>;
|
|
4486
4503
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>;
|
|
4487
4504
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
|
|
4488
|
-
|
|
4505
|
+
}, {
|
|
4506
|
+
update: import("zod").ZodEffects<import("zod").ZodObject<{
|
|
4489
4507
|
status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["pending", "finished", "cancelled"]>>>;
|
|
4490
4508
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("../db/consts").Metadata, import("zod").ZodTypeDef, import("../db/consts").Metadata>>>;
|
|
4491
4509
|
updated_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
@@ -4500,8 +4518,18 @@ export declare const ClientValidators: {
|
|
|
4500
4518
|
metadata?: import("../db/consts").Metadata | undefined;
|
|
4501
4519
|
updated_at?: string | undefined;
|
|
4502
4520
|
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
4503
|
-
}
|
|
4504
|
-
|
|
4521
|
+
}>, {
|
|
4522
|
+
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
4523
|
+
metadata?: import("../db/consts").Metadata | undefined;
|
|
4524
|
+
updated_at?: string | undefined;
|
|
4525
|
+
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
4526
|
+
}, {
|
|
4527
|
+
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
4528
|
+
metadata?: import("../db/consts").Metadata | undefined;
|
|
4529
|
+
updated_at?: string | undefined;
|
|
4530
|
+
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
4531
|
+
}>;
|
|
4532
|
+
}>, {
|
|
4505
4533
|
options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4506
4534
|
tracking_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4507
4535
|
transaction_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4516,43 +4544,55 @@ export declare const ClientValidators: {
|
|
|
4516
4544
|
metadata_action?: "replace" | "extend" | undefined;
|
|
4517
4545
|
}>>;
|
|
4518
4546
|
}>, "strict", import("zod").ZodTypeAny, {
|
|
4547
|
+
update: {
|
|
4548
|
+
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
4549
|
+
metadata?: import("../db/consts").Metadata | undefined;
|
|
4550
|
+
updated_at?: string | undefined;
|
|
4551
|
+
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
4552
|
+
};
|
|
4519
4553
|
options?: {
|
|
4520
4554
|
tracking_id?: string | undefined;
|
|
4521
4555
|
transaction_id?: string | undefined;
|
|
4522
4556
|
metadata_action?: "replace" | "extend" | undefined;
|
|
4523
4557
|
} | undefined;
|
|
4524
4558
|
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
4559
|
+
identifier?: string | number | undefined;
|
|
4525
4560
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
4526
|
-
token?:
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4561
|
+
token?: {
|
|
4562
|
+
foreign: string;
|
|
4563
|
+
} | undefined;
|
|
4564
|
+
wallet?: {
|
|
4565
|
+
foreign: string;
|
|
4566
|
+
} | undefined;
|
|
4567
|
+
transfer_group?: {
|
|
4568
|
+
foreign: string;
|
|
4569
|
+
} | undefined;
|
|
4570
|
+
from_wallet?: {
|
|
4571
|
+
foreign: string;
|
|
4572
|
+
} | undefined;
|
|
4573
|
+
to_wallet?: {
|
|
4574
|
+
foreign: string;
|
|
4575
|
+
} | undefined;
|
|
4576
|
+
}, {
|
|
4577
|
+
update: {
|
|
4532
4578
|
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
4533
4579
|
metadata?: import("../db/consts").Metadata | undefined;
|
|
4534
4580
|
updated_at?: string | undefined;
|
|
4535
4581
|
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
4536
|
-
}
|
|
4537
|
-
}, {
|
|
4582
|
+
};
|
|
4538
4583
|
options?: {
|
|
4539
4584
|
tracking_id?: string | undefined;
|
|
4540
4585
|
transaction_id?: string | undefined;
|
|
4541
4586
|
metadata_action?: "replace" | "extend" | undefined;
|
|
4542
4587
|
} | undefined;
|
|
4543
4588
|
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
4589
|
+
identifier?: string | number | undefined;
|
|
4544
4590
|
metadata?: Record<string, string | number | boolean> | undefined;
|
|
4545
4591
|
token?: string | number | undefined;
|
|
4546
4592
|
wallet?: string | number | undefined;
|
|
4547
4593
|
transfer_group?: string | number | undefined;
|
|
4548
4594
|
from_wallet?: string | number | undefined;
|
|
4549
4595
|
to_wallet?: string | number | undefined;
|
|
4550
|
-
update?: {
|
|
4551
|
-
status?: "pending" | "finished" | "cancelled" | undefined;
|
|
4552
|
-
metadata?: import("../db/consts").Metadata | undefined;
|
|
4553
|
-
updated_at?: string | undefined;
|
|
4554
|
-
extend_metadata?: import("../db/consts").Metadata | undefined;
|
|
4555
|
-
} | undefined;
|
|
4556
4596
|
}>>;
|
|
4557
4597
|
updateWallet: import("../lib/validation").ZodValidator<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
4558
4598
|
status: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["active", "disabled"]>>>;
|