@cryptorobot.ai/client 0.0.39 → 1.26.0-dev.1000
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/lib/src/client.d.ts +260 -0
- package/lib/src/client.js +181 -12
- package/lib/src/services/advisor/advisor.class.d.ts +12 -0
- package/lib/src/services/advisor/advisor.d.ts +11 -0
- package/lib/src/services/advisor/advisor.hooks.d.ts +9 -0
- package/lib/src/services/advisor/advisor.schema.d.ts +2744 -0
- package/lib/src/services/advisor/advisor.shared.d.ts +13 -0
- package/lib/src/services/advisor/advisor.shared.js +13 -0
- package/lib/src/services/advisor/messages/messages.class.d.ts +11 -0
- package/lib/src/services/advisor/messages/messages.d.ts +11 -0
- package/lib/src/services/advisor/messages/messages.schema.d.ts +575 -0
- package/lib/src/services/advisor/messages/messages.shared.d.ts +13 -0
- package/lib/src/services/advisor/messages/messages.shared.js +13 -0
- package/lib/src/services/affiliates/affiliates.class.d.ts +18 -0
- package/lib/src/services/affiliates/affiliates.d.ts +11 -0
- package/lib/src/services/affiliates/affiliates.schema.d.ts +579 -0
- package/lib/src/services/affiliates/affiliates.shared.d.ts +13 -0
- package/lib/src/services/affiliates/affiliates.shared.js +20 -0
- package/lib/src/services/affiliates/clicks/clicks.class.d.ts +11 -0
- package/lib/src/services/affiliates/clicks/clicks.d.ts +11 -0
- package/lib/src/services/affiliates/clicks/clicks.schema.d.ts +507 -0
- package/lib/src/services/affiliates/clicks/clicks.shared.d.ts +13 -0
- package/lib/src/services/affiliates/clicks/clicks.shared.js +19 -0
- package/lib/src/services/affiliates/comissions/comissions.class.d.ts +11 -0
- package/lib/src/services/affiliates/comissions/comissions.d.ts +11 -0
- package/lib/src/services/affiliates/comissions/comissions.schema.d.ts +841 -0
- package/lib/src/services/affiliates/comissions/comissions.shared.d.ts +13 -0
- package/lib/src/services/affiliates/comissions/comissions.shared.js +19 -0
- package/lib/src/services/affiliates/contracts/contracts.class.d.ts +11 -0
- package/lib/src/services/affiliates/contracts/contracts.d.ts +11 -0
- package/lib/src/services/affiliates/contracts/contracts.schema.d.ts +667 -0
- package/lib/src/services/affiliates/contracts/contracts.shared.d.ts +13 -0
- package/lib/src/services/affiliates/contracts/contracts.shared.js +19 -0
- package/lib/src/services/affiliates/coupons/coupons.class.d.ts +11 -0
- package/lib/src/services/affiliates/coupons/coupons.d.ts +11 -0
- package/lib/src/services/affiliates/coupons/coupons.schema.d.ts +523 -0
- package/lib/src/services/affiliates/coupons/coupons.shared.d.ts +13 -0
- package/lib/src/services/affiliates/coupons/coupons.shared.js +19 -0
- package/lib/src/services/affiliates/links/links.class.d.ts +11 -0
- package/lib/src/services/affiliates/links/links.d.ts +11 -0
- package/lib/src/services/affiliates/links/links.schema.d.ts +515 -0
- package/lib/src/services/affiliates/links/links.shared.d.ts +13 -0
- package/lib/src/services/affiliates/links/links.shared.js +13 -0
- package/lib/src/services/affiliates/payouts/payouts.class.d.ts +11 -0
- package/lib/src/services/affiliates/payouts/payouts.d.ts +11 -0
- package/lib/src/services/affiliates/payouts/payouts.schema.d.ts +433 -0
- package/lib/src/services/affiliates/payouts/payouts.shared.d.ts +13 -0
- package/lib/src/services/affiliates/payouts/payouts.shared.js +19 -0
- package/lib/src/services/agents/agents.class.d.ts +12 -0
- package/lib/src/services/agents/agents.d.ts +11 -0
- package/lib/src/services/agents/agents.schema.d.ts +3573 -0
- package/lib/src/services/agents/agents.shared.d.ts +13 -0
- package/lib/src/services/agents/agents.shared.js +13 -0
- package/lib/src/services/agents/configure-bedrock-features.hooks.d.ts +2 -0
- package/lib/src/services/agents/create-agent-api-key.hooks.d.ts +2 -0
- package/lib/src/services/agents/create-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/delete-agent-api-key.hooks.d.ts +2 -0
- package/lib/src/services/agents/delete-agent-triggers.hooks.d.ts +5 -0
- package/lib/src/services/agents/delete-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/manage-bedrock-action-groups.hooks.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/backtest-analyst.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/financial-manager.d.ts +16 -0
- package/lib/src/services/agents/prepare/agents/hyperopt-analyst.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/index.d.ts +13 -0
- package/lib/src/services/agents/prepare/agents/risk-critic.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/strategy-researcher.d.ts +2 -0
- package/lib/src/services/agents/prepare/prepare.class.d.ts +18 -0
- package/lib/src/services/agents/prepare/prepare.d.ts +11 -0
- package/lib/src/services/agents/prepare/prepare.schema.d.ts +285 -0
- package/lib/src/services/agents/prepare/prepare.shared.d.ts +13 -0
- package/lib/src/services/agents/prepare/prepare.shared.js +13 -0
- package/lib/src/services/agents/refresh-bedrock-agent-status.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/conversations/conversations.class.d.ts +12 -0
- package/lib/src/services/agents/sessions/conversations/conversations.d.ts +11 -0
- package/lib/src/services/agents/sessions/conversations/conversations.hooks.d.ts +11 -0
- package/lib/src/services/agents/sessions/conversations/conversations.schema.d.ts +2931 -0
- package/lib/src/services/agents/sessions/conversations/conversations.shared.d.ts +13 -0
- package/lib/src/services/agents/sessions/conversations/conversations.shared.js +13 -0
- package/lib/src/services/agents/sessions/conversations/invoke-agent-provider.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/conversations/invoke-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/conversations/set-conversation-timestamps.hooks.d.ts +0 -0
- package/lib/src/services/agents/sessions/create-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/delete-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/sessions.class.d.ts +12 -0
- package/lib/src/services/agents/sessions/sessions.d.ts +11 -0
- package/lib/src/services/agents/sessions/sessions.hooks.d.ts +11 -0
- package/lib/src/services/agents/sessions/sessions.schema.d.ts +891 -0
- package/lib/src/services/agents/sessions/sessions.shared.d.ts +13 -0
- package/lib/src/services/agents/sessions/sessions.shared.js +13 -0
- package/lib/src/services/agents/sessions/sync-bedrock-sessions.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/update-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/agents/update-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/update-trigger-rules-with-agent-info.hooks.d.ts +5 -0
- package/lib/src/services/agents/validate-agent-actions.hooks.d.ts +3 -0
- package/lib/src/services/autotune/apply-params.d.ts +44 -0
- package/lib/src/services/autotune/callback.d.ts +2 -0
- package/lib/src/services/autotune/compute/compute.d.ts +40 -0
- package/lib/src/services/autotune/optuna-bridge.d.ts +10 -0
- package/lib/src/services/autotune/score.d.ts +37 -0
- package/lib/src/services/autotune/storage.d.ts +6 -0
- package/lib/src/services/autotune/studies/studies.class.d.ts +12 -0
- package/lib/src/services/autotune/studies/studies.d.ts +12 -0
- package/lib/src/services/autotune/studies/studies.schema.d.ts +1229 -0
- package/lib/src/services/autotune/studies/studies.shared.d.ts +13 -0
- package/lib/src/services/autotune/studies/studies.shared.js +13 -0
- package/lib/src/services/autotune/trials/trials.class.d.ts +12 -0
- package/lib/src/services/autotune/trials/trials.d.ts +12 -0
- package/lib/src/services/autotune/trials/trials.schema.d.ts +790 -0
- package/lib/src/services/autotune/trials/trials.shared.d.ts +13 -0
- package/lib/src/services/autotune/trials/trials.shared.js +13 -0
- package/lib/src/services/autotune/usage/usage.class.d.ts +11 -0
- package/lib/src/services/autotune/usage/usage.d.ts +11 -0
- package/lib/src/services/autotune/usage/usage.schema.d.ts +1407 -0
- package/lib/src/services/autotune/usage/usage.shared.d.ts +13 -0
- package/lib/src/services/autotune/usage/usage.shared.js +13 -0
- package/lib/src/services/blog/actions/actions.class.d.ts +29 -0
- package/lib/src/services/blog/actions/actions.d.ts +10 -0
- package/lib/src/services/blog/actions/actions.shared.d.ts +13 -0
- package/lib/src/services/blog/actions/actions.shared.js +13 -0
- package/lib/src/services/blog/calendar/calendar.class.d.ts +11 -0
- package/lib/src/services/blog/calendar/calendar.d.ts +11 -0
- package/lib/src/services/blog/calendar/calendar.schema.d.ts +333 -0
- package/lib/src/services/blog/calendar/calendar.shared.d.ts +13 -0
- package/lib/src/services/blog/calendar/calendar.shared.js +13 -0
- package/lib/src/services/blog/integrations/integrations.class.d.ts +11 -0
- package/lib/src/services/blog/integrations/integrations.d.ts +11 -0
- package/lib/src/services/blog/integrations/integrations.schema.d.ts +391 -0
- package/lib/src/services/blog/integrations/integrations.shared.d.ts +13 -0
- package/lib/src/services/blog/integrations/integrations.shared.js +19 -0
- package/lib/src/services/blog/posts/posts.class.d.ts +11 -0
- package/lib/src/services/blog/posts/posts.d.ts +11 -0
- package/lib/src/services/blog/posts/posts.schema.d.ts +1295 -0
- package/lib/src/services/blog/posts/posts.shared.d.ts +13 -0
- package/lib/src/services/blog/posts/posts.shared.js +13 -0
- package/lib/src/services/blog/queries/queries.class.d.ts +11 -0
- package/lib/src/services/blog/queries/queries.d.ts +11 -0
- package/lib/src/services/blog/queries/queries.schema.d.ts +1187 -0
- package/lib/src/services/blog/queries/queries.shared.d.ts +13 -0
- package/lib/src/services/blog/queries/queries.shared.js +13 -0
- package/lib/src/services/blog/sitemaps/pages/pages.class.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/pages/pages.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/pages/pages.schema.d.ts +871 -0
- package/lib/src/services/blog/sitemaps/pages/pages.shared.d.ts +13 -0
- package/lib/src/services/blog/sitemaps/pages/pages.shared.js +13 -0
- package/lib/src/services/blog/sitemaps/sitemaps.class.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/sitemaps.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/sitemaps.schema.d.ts +770 -0
- package/lib/src/services/blog/sitemaps/sitemaps.shared.d.ts +13 -0
- package/lib/src/services/blog/sitemaps/sitemaps.shared.js +13 -0
- package/lib/src/services/blog/suggestions/suggestions.class.d.ts +11 -0
- package/lib/src/services/blog/suggestions/suggestions.d.ts +11 -0
- package/lib/src/services/blog/suggestions/suggestions.schema.d.ts +963 -0
- package/lib/src/services/blog/suggestions/suggestions.shared.d.ts +13 -0
- package/lib/src/services/blog/suggestions/suggestions.shared.js +13 -0
- package/lib/src/services/changelog/changelog.class.d.ts +34 -0
- package/lib/src/services/changelog/changelog.d.ts +11 -0
- package/lib/src/services/changelog/changelog.helper.d.ts +50 -0
- package/lib/src/services/changelog/changelog.schema.d.ts +456 -0
- package/lib/src/services/changelog/changelog.shared.d.ts +13 -0
- package/lib/src/services/changelog/changelog.shared.js +13 -0
- package/lib/src/services/changelog/hooks/parse-from-file.d.ts +8 -0
- package/lib/src/services/config/config.class.d.ts +2 -2
- package/lib/src/services/config/config.shared.d.ts +1 -1
- package/lib/src/services/copilot/concerns/concerns.class.d.ts +12 -0
- package/lib/src/services/copilot/concerns/concerns.d.ts +11 -0
- package/lib/src/services/copilot/concerns/concerns.schema.d.ts +727 -0
- package/lib/src/services/copilot/concerns/concerns.shared.d.ts +13 -0
- package/lib/src/services/copilot/concerns/concerns.shared.js +13 -0
- package/lib/src/services/copilot/decisions/decisions.class.d.ts +12 -0
- package/lib/src/services/copilot/decisions/decisions.d.ts +11 -0
- package/lib/src/services/copilot/decisions/decisions.schema.d.ts +728 -0
- package/lib/src/services/copilot/decisions/decisions.shared.d.ts +13 -0
- package/lib/src/services/copilot/decisions/decisions.shared.js +19 -0
- package/lib/src/services/copilot/help/help.class.d.ts +18 -0
- package/lib/src/services/copilot/help/help.d.ts +11 -0
- package/lib/src/services/copilot/help/help.schema.d.ts +237 -0
- package/lib/src/services/copilot/help/help.shared.d.ts +13 -0
- package/lib/src/services/copilot/help/help.shared.js +13 -0
- package/lib/src/services/copilot/recommendations/recommendations.class.d.ts +12 -0
- package/lib/src/services/copilot/recommendations/recommendations.d.ts +11 -0
- package/lib/src/services/copilot/recommendations/recommendations.schema.d.ts +949 -0
- package/lib/src/services/copilot/recommendations/recommendations.shared.d.ts +13 -0
- package/lib/src/services/copilot/recommendations/recommendations.shared.js +19 -0
- package/lib/src/services/currencies/currencies.class.d.ts +11 -0
- package/lib/src/services/currencies/currencies.d.ts +11 -0
- package/lib/src/services/currencies/currencies.schema.d.ts +769 -0
- package/lib/src/services/currencies/currencies.shared.d.ts +13 -0
- package/lib/src/services/currencies/currencies.shared.js +13 -0
- package/lib/src/services/custom/custom.shared.d.ts +1 -1
- package/lib/src/services/emails/emails.class.d.ts +11 -0
- package/lib/src/services/emails/emails.d.ts +11 -0
- package/lib/src/services/emails/emails.schema.d.ts +563 -0
- package/lib/src/services/emails/emails.shared.d.ts +13 -0
- package/lib/src/services/emails/emails.shared.js +13 -0
- package/lib/src/services/events/events.class.d.ts +12 -0
- package/lib/src/services/events/events.d.ts +11 -0
- package/lib/src/services/events/events.schema.d.ts +786 -0
- package/lib/src/services/events/events.shared.d.ts +13 -0
- package/lib/src/services/events/events.shared.js +13 -0
- package/lib/src/services/events/triggers/triggers.class.d.ts +12 -0
- package/lib/src/services/events/triggers/triggers.d.ts +11 -0
- package/lib/src/services/events/triggers/triggers.schema.d.ts +1762 -0
- package/lib/src/services/events/triggers/triggers.shared.d.ts +13 -0
- package/lib/src/services/events/triggers/triggers.shared.js +13 -0
- package/lib/src/services/events/types/types.class.d.ts +12 -0
- package/lib/src/services/events/types/types.d.ts +11 -0
- package/lib/src/services/events/types/types.schema.d.ts +688 -0
- package/lib/src/services/events/types/types.shared.d.ts +13 -0
- package/lib/src/services/events/types/types.shared.js +13 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.class.d.ts +29 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.d.ts +11 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.schema.d.ts +55 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.shared.d.ts +13 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.shared.js +13 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.class.d.ts +27 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.d.ts +11 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.schema.d.ts +148 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.shared.d.ts +13 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.shared.js +13 -0
- package/lib/src/services/exchanges/balance/balance.class.d.ts +3 -2
- package/lib/src/services/exchanges/balance/balance.schema.d.ts +141 -141
- package/lib/src/services/exchanges/balance/balance.shared.d.ts +1 -1
- package/lib/src/services/exchanges/deposits/deposits.class.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/deposits.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/deposits.schema.d.ts +905 -0
- package/lib/src/services/exchanges/deposits/deposits.shared.d.ts +13 -0
- package/lib/src/services/exchanges/deposits/deposits.shared.js +19 -0
- package/lib/src/services/exchanges/deposits/sync/sync.class.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/sync/sync.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/sync/sync.schema.d.ts +621 -0
- package/lib/src/services/exchanges/deposits/sync/sync.shared.d.ts +13 -0
- package/lib/src/services/exchanges/deposits/sync/sync.shared.js +19 -0
- package/lib/src/services/exchanges/download/download.class.d.ts +3 -2
- package/lib/src/services/exchanges/download/download.schema.d.ts +149 -149
- package/lib/src/services/exchanges/download/download.shared.d.ts +2 -2
- package/lib/src/services/exchanges/download/download.shared.js +1 -1
- package/lib/src/services/exchanges/download/webhooks/webhooks.class.d.ts +2 -2
- package/lib/src/services/exchanges/download/webhooks/webhooks.schema.d.ts +171 -171
- package/lib/src/services/exchanges/download/webhooks/webhooks.shared.d.ts +1 -1
- package/lib/src/services/exchanges/exchanges.class.d.ts +3 -2
- package/lib/src/services/exchanges/exchanges.schema.d.ts +626 -359
- package/lib/src/services/exchanges/exchanges.shared.d.ts +1 -1
- package/lib/src/services/exchanges/ledger/ledger.class.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/ledger.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/ledger.schema.d.ts +1045 -0
- package/lib/src/services/exchanges/ledger/ledger.shared.d.ts +13 -0
- package/lib/src/services/exchanges/ledger/ledger.shared.js +13 -0
- package/lib/src/services/exchanges/ledger/sync/sync.class.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/sync/sync.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/sync/sync.schema.d.ts +621 -0
- package/lib/src/services/exchanges/ledger/sync/sync.shared.d.ts +13 -0
- package/lib/src/services/exchanges/ledger/sync/sync.shared.js +19 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.class.d.ts +23 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.d.ts +11 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.schema.d.ts +178 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.shared.d.ts +13 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.shared.js +13 -0
- package/lib/src/services/exchanges/ohlcv/history/history.class.d.ts +11 -0
- package/lib/src/services/exchanges/ohlcv/history/history.d.ts +11 -0
- package/lib/src/services/exchanges/ohlcv/history/history.schema.d.ts +473 -0
- package/lib/src/services/exchanges/ohlcv/history/history.shared.d.ts +13 -0
- package/lib/src/services/exchanges/ohlcv/history/history.shared.js +19 -0
- package/lib/src/services/exchanges/ohlcv/ohlcv.schema.d.ts +162 -162
- package/lib/src/services/exchanges/ohlcv/ohlcv.shared.d.ts +1 -1
- package/lib/src/services/exchanges/orderbook/orderbook.class.d.ts +30 -0
- package/lib/src/services/exchanges/orderbook/orderbook.d.ts +11 -0
- package/lib/src/services/exchanges/orderbook/orderbook.schema.d.ts +272 -0
- package/lib/src/services/exchanges/orderbook/orderbook.shared.d.ts +13 -0
- package/lib/src/services/exchanges/orderbook/orderbook.shared.js +13 -0
- package/lib/src/services/exchanges/ticker/ticker.class.d.ts +3 -2
- package/lib/src/services/exchanges/ticker/ticker.schema.d.ts +243 -243
- package/lib/src/services/exchanges/ticker/ticker.shared.d.ts +1 -1
- package/lib/src/services/exchanges/transactions/sync/sync.class.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/sync/sync.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/sync/sync.schema.d.ts +653 -0
- package/lib/src/services/exchanges/transactions/sync/sync.shared.d.ts +13 -0
- package/lib/src/services/exchanges/transactions/sync/sync.shared.js +19 -0
- package/lib/src/services/exchanges/transactions/transactions.class.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/transactions.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/transactions.schema.d.ts +1119 -0
- package/lib/src/services/exchanges/transactions/transactions.shared.d.ts +13 -0
- package/lib/src/services/exchanges/transactions/transactions.shared.js +19 -0
- package/lib/src/services/extensions/aggregate-extensions.hooks.d.ts +2 -0
- package/lib/src/services/extensions/extensions.class.d.ts +12 -0
- package/lib/src/services/extensions/extensions.d.ts +11 -0
- package/lib/src/services/extensions/extensions.schema.d.ts +1357 -0
- package/lib/src/services/extensions/extensions.shared.d.ts +13 -0
- package/lib/src/services/extensions/extensions.shared.js +13 -0
- package/lib/src/services/homepage/homepage.schema.d.ts +17 -9
- package/lib/src/services/homepage/homepage.shared.d.ts +10 -2
- package/lib/src/services/homepage/homepage.shared.js +8 -1
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.class.d.ts +52 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.d.ts +11 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.schema.d.ts +684 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.shared.d.ts +13 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.shared.js +14 -0
- package/lib/src/services/insights/etf-flow/etf-flow.class.d.ts +11 -0
- package/lib/src/services/insights/etf-flow/etf-flow.d.ts +11 -0
- package/lib/src/services/insights/etf-flow/etf-flow.schema.d.ts +237 -0
- package/lib/src/services/insights/etf-flow/etf-flow.shared.d.ts +13 -0
- package/lib/src/services/insights/etf-flow/etf-flow.shared.js +13 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.class.d.ts +11 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.d.ts +11 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.schema.d.ts +1831 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.shared.d.ts +13 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.shared.js +13 -0
- package/lib/src/services/insights/global/global.class.d.ts +11 -0
- package/lib/src/services/insights/global/global.d.ts +11 -0
- package/lib/src/services/insights/global/global.schema.d.ts +779 -0
- package/lib/src/services/insights/global/global.shared.d.ts +13 -0
- package/lib/src/services/insights/global/global.shared.js +13 -0
- package/lib/src/services/insights/insights.class.d.ts +11 -0
- package/lib/src/services/insights/insights.d.ts +11 -0
- package/lib/src/services/insights/insights.hooks.d.ts +20 -0
- package/lib/src/services/insights/insights.schema.d.ts +237 -0
- package/lib/src/services/insights/insights.shared.d.ts +13 -0
- package/lib/src/services/insights/insights.shared.js +13 -0
- package/lib/src/services/insights/news/news.class.d.ts +23 -0
- package/lib/src/services/insights/news/news.d.ts +11 -0
- package/lib/src/services/insights/news/news.schema.d.ts +857 -0
- package/lib/src/services/insights/news/news.shared.d.ts +23 -0
- package/lib/src/services/insights/news/news.shared.js +20 -0
- package/lib/src/services/keys/KeysService.d.ts +13 -0
- package/lib/src/services/keys/keys.class.d.ts +12 -0
- package/lib/src/services/keys/keys.d.ts +11 -0
- package/lib/src/services/keys/keys.schema.d.ts +719 -0
- package/lib/src/services/keys/keys.shared.d.ts +14 -0
- package/lib/src/services/keys/keys.shared.js +13 -0
- package/lib/src/services/knowledges/knowledges.class.d.ts +37 -0
- package/lib/src/services/knowledges/knowledges.d.ts +11 -0
- package/lib/src/services/knowledges/knowledges.schema.d.ts +566 -0
- package/lib/src/services/knowledges/knowledges.shared.d.ts +13 -0
- package/lib/src/services/knowledges/knowledges.shared.js +13 -0
- package/lib/src/services/mailer/mailer.shared.d.ts +1 -1
- package/lib/src/services/marketplaces/marketplaces.class.d.ts +2 -2
- package/lib/src/services/marketplaces/marketplaces.shared.d.ts +1 -1
- package/lib/src/services/markets/markets.class.d.ts +2 -2
- package/lib/src/services/markets/markets.schema.d.ts +112 -112
- package/lib/src/services/markets/markets.shared.d.ts +1 -1
- package/lib/src/services/messages/messages.class.d.ts +2 -2
- package/lib/src/services/messages/messages.schema.d.ts +1257 -353
- package/lib/src/services/messages/messages.shared.d.ts +1 -1
- package/lib/src/services/models/pods/events/events.class.d.ts +11 -0
- package/lib/src/services/models/pods/events/events.d.ts +11 -0
- package/lib/src/services/models/pods/events/events.schema.d.ts +669 -0
- package/lib/src/services/models/pods/events/events.shared.d.ts +13 -0
- package/lib/src/services/models/pods/events/events.shared.js +13 -0
- package/lib/src/services/models/pods/pods.class.d.ts +12 -0
- package/lib/src/services/models/pods/pods.d.ts +12 -0
- package/lib/src/services/models/pods/pods.schema.d.ts +1095 -0
- package/lib/src/services/models/pods/pods.shared.d.ts +13 -0
- package/lib/src/services/models/pods/pods.shared.js +13 -0
- package/lib/src/services/models/presets/presets-generate-and-queue.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-generate-freqai-config.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-generate-strategy.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-get-results.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-validate.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets.class.d.ts +12 -0
- package/lib/src/services/models/presets/presets.d.ts +12 -0
- package/lib/src/services/models/presets/presets.schema.d.ts +2611 -0
- package/lib/src/services/models/presets/presets.shared.d.ts +13 -0
- package/lib/src/services/models/presets/presets.shared.js +13 -0
- package/lib/src/services/models/signals/history/history.class.d.ts +11 -0
- package/lib/src/services/models/signals/history/history.d.ts +11 -0
- package/lib/src/services/models/signals/history/history.schema.d.ts +513 -0
- package/lib/src/services/models/signals/history/history.shared.d.ts +13 -0
- package/lib/src/services/models/signals/history/history.shared.js +13 -0
- package/lib/src/services/models/signals/signals-proxy-router.d.ts +47 -0
- package/lib/src/services/models/signals/signals.class.d.ts +12 -0
- package/lib/src/services/models/signals/signals.d.ts +12 -0
- package/lib/src/services/models/signals/signals.schema.d.ts +976 -0
- package/lib/src/services/models/signals/signals.shared.d.ts +13 -0
- package/lib/src/services/models/signals/signals.shared.js +13 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.class.d.ts +11 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.d.ts +11 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.schema.d.ts +585 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.shared.d.ts +13 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.shared.js +15 -0
- package/lib/src/services/objectives/objectives.class.d.ts +11 -0
- package/lib/src/services/objectives/objectives.d.ts +11 -0
- package/lib/src/services/objectives/objectives.hooks.d.ts +12 -0
- package/lib/src/services/objectives/objectives.schema.d.ts +717 -0
- package/lib/src/services/objectives/objectives.shared.d.ts +13 -0
- package/lib/src/services/objectives/objectives.shared.js +13 -0
- package/lib/src/services/plans/plans.class.d.ts +20 -0
- package/lib/src/services/plans/plans.d.ts +11 -0
- package/lib/src/services/plans/plans.schema.d.ts +383 -0
- package/lib/src/services/plans/plans.shared.d.ts +13 -0
- package/lib/src/services/plans/plans.shared.js +13 -0
- package/lib/src/services/referrals/referrals.class.d.ts +11 -0
- package/lib/src/services/referrals/referrals.d.ts +11 -0
- package/lib/src/services/referrals/referrals.schema.d.ts +581 -0
- package/lib/src/services/referrals/referrals.shared.d.ts +13 -0
- package/lib/src/services/referrals/referrals.shared.js +13 -0
- package/lib/src/services/restricted/restricted.class.d.ts +26 -0
- package/lib/src/services/restricted/restricted.d.ts +21 -0
- package/lib/src/services/restricted/restricted.shared.d.ts +13 -0
- package/lib/src/services/restricted/restricted.shared.js +13 -0
- package/lib/src/services/security/events/security-events.class.d.ts +11 -0
- package/lib/src/services/security/events/security-events.d.ts +11 -0
- package/lib/src/services/security/events/security-events.schema.d.ts +499 -0
- package/lib/src/services/security/events/security-events.shared.d.ts +8 -0
- package/lib/src/services/security/events/security-events.shared.js +13 -0
- package/lib/src/services/series/balance/balance.class.d.ts +11 -0
- package/lib/src/services/series/balance/balance.d.ts +11 -0
- package/lib/src/services/series/balance/balance.schema.d.ts +527 -0
- package/lib/src/services/series/balance/balance.shared.d.ts +13 -0
- package/lib/src/services/series/balance/balance.shared.js +13 -0
- package/lib/src/services/series/performance/performance.class.d.ts +11 -0
- package/lib/src/services/series/performance/performance.d.ts +11 -0
- package/lib/src/services/series/performance/performance.schema.d.ts +495 -0
- package/lib/src/services/series/performance/performance.shared.d.ts +13 -0
- package/lib/src/services/series/performance/performance.shared.js +19 -0
- package/lib/src/services/series/performance/performance.usage.examples.d.ts +81 -0
- package/lib/src/services/snapshot/snapshot.class.d.ts +11 -0
- package/lib/src/services/snapshot/snapshot.d.ts +11 -0
- package/lib/src/services/snapshot/snapshot.schema.d.ts +11963 -0
- package/lib/src/services/snapshot/snapshot.shared.d.ts +13 -0
- package/lib/src/services/snapshot/snapshot.shared.js +14 -0
- package/lib/src/services/store/items/items.class.d.ts +12 -0
- package/lib/src/services/store/items/items.d.ts +11 -0
- package/lib/src/services/store/items/items.schema.d.ts +1395 -0
- package/lib/src/services/store/items/items.shared.d.ts +13 -0
- package/lib/src/services/store/items/items.shared.js +13 -0
- package/lib/src/services/strategies/ai/ai.class.d.ts +3 -2
- package/lib/src/services/strategies/ai/ai.schema.d.ts +33 -33
- package/lib/src/services/strategies/ai/ai.shared.d.ts +1 -1
- package/lib/src/services/strategies/ai/stream/stream.shared.d.ts +1 -1
- package/lib/src/services/strategies/backtest/backtest.class.d.ts +3 -2
- package/lib/src/services/strategies/backtest/backtest.schema.d.ts +820 -288
- package/lib/src/services/strategies/backtest/backtest.shared.d.ts +1 -1
- package/lib/src/services/strategies/backtest/preflight/preflight.class.d.ts +46 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.d.ts +11 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.schema.d.ts +737 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.shared.d.ts +13 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.shared.js +13 -0
- package/lib/src/services/strategies/backtest/results/results.class.d.ts +2 -2
- package/lib/src/services/strategies/backtest/results/results.schema.d.ts +295 -295
- package/lib/src/services/strategies/backtest/results/results.shared.d.ts +1 -1
- package/lib/src/services/strategies/blob/blob.shared.d.ts +1 -1
- package/lib/src/services/strategies/follow/follow.class.d.ts +12 -0
- package/lib/src/services/strategies/follow/follow.d.ts +11 -0
- package/lib/src/services/strategies/follow/follow.schema.d.ts +711 -0
- package/lib/src/services/strategies/follow/follow.shared.d.ts +13 -0
- package/lib/src/services/strategies/follow/follow.shared.js +19 -0
- package/lib/src/services/strategies/generate/generate.class.d.ts +12 -0
- package/lib/src/services/strategies/generate/generate.d.ts +11 -0
- package/lib/src/services/strategies/generate/generate.schema.d.ts +875 -0
- package/lib/src/services/strategies/generate/generate.shared.d.ts +13 -0
- package/lib/src/services/strategies/generate/generate.shared.js +13 -0
- package/lib/src/services/strategies/history/history.class.d.ts +11 -0
- package/lib/src/services/strategies/history/history.d.ts +11 -0
- package/lib/src/services/strategies/history/history.schema.d.ts +714 -0
- package/lib/src/services/strategies/history/history.shared.d.ts +13 -0
- package/lib/src/services/strategies/history/history.shared.js +19 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-generate-and-queue.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-generate-config-in-disk.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-generate-exchange-config.hooks.d.ts +8 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-get-results.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-in-disk-clone-strategy.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-populate-exchange.hooks.d.ts +7 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-promote-template.hooks.d.ts +9 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-propagate-results.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-exchange-whitelist.hooks.d.ts +10 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-historical-data.hooks.d.ts +9 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-stake-balance.hooks.d.ts +7 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-stake-currency.hooks.d.ts +9 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate.hooks.d.ts +7 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-verify-subscription-limits.hooks.d.ts +6 -0
- package/lib/src/services/strategies/hyperopt/hyperopt.class.d.ts +3 -2
- package/lib/src/services/strategies/hyperopt/hyperopt.schema.d.ts +2560 -278
- package/lib/src/services/strategies/hyperopt/hyperopt.shared.d.ts +1 -1
- package/lib/src/services/strategies/indicators/indicators.class.d.ts +2 -2
- package/lib/src/services/strategies/indicators/indicators.schema.d.ts +221 -141
- package/lib/src/services/strategies/indicators/indicators.shared.d.ts +1 -1
- package/lib/src/services/strategies/indicators/talib/talib.class.d.ts +2 -2
- package/lib/src/services/strategies/indicators/talib/talib.schema.d.ts +98 -98
- package/lib/src/services/strategies/indicators/talib/talib.shared.d.ts +1 -1
- package/lib/src/services/strategies/research/research.class.d.ts +11 -0
- package/lib/src/services/strategies/research/research.d.ts +12 -0
- package/lib/src/services/strategies/research/research.schema.d.ts +1006 -0
- package/lib/src/services/strategies/research/research.shared.d.ts +13 -0
- package/lib/src/services/strategies/research/research.shared.js +19 -0
- package/lib/src/services/strategies/strategies.class.d.ts +3 -2
- package/lib/src/services/strategies/strategies.schema.d.ts +4335 -1558
- package/lib/src/services/strategies/strategies.shared.d.ts +1 -1
- package/lib/src/services/strategies/templates/templates.class.d.ts +2 -2
- package/lib/src/services/strategies/templates/templates.schema.d.ts +9337 -95
- package/lib/src/services/strategies/templates/templates.shared.d.ts +1 -1
- package/lib/src/services/stripe/charges/charges.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/cards/cards.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/customers.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/paymentintent/paymentintent.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/paymentmethods/paymentmethods.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/subscriptions/subscriptions.shared.d.ts +1 -1
- package/lib/src/services/stripe/products/products.shared.d.ts +1 -1
- package/lib/src/services/stripe/webhooks/webhooks.shared.d.ts +1 -1
- package/lib/src/services/support/support.class.d.ts +18 -0
- package/lib/src/services/support/support.d.ts +11 -0
- package/lib/src/services/support/support.schema.d.ts +507 -0
- package/lib/src/services/support/support.shared.d.ts +13 -0
- package/lib/src/services/support/support.shared.js +13 -0
- package/lib/src/services/tasks/comments/comments.class.d.ts +11 -0
- package/lib/src/services/tasks/comments/comments.d.ts +11 -0
- package/lib/src/services/tasks/comments/comments.schema.d.ts +771 -0
- package/lib/src/services/tasks/comments/comments.shared.d.ts +13 -0
- package/lib/src/services/tasks/comments/comments.shared.js +13 -0
- package/lib/src/services/tasks/tasks.class.d.ts +14 -0
- package/lib/src/services/tasks/tasks.d.ts +11 -0
- package/lib/src/services/tasks/tasks.hooks.d.ts +90 -0
- package/lib/src/services/tasks/tasks.schema.d.ts +1281 -0
- package/lib/src/services/tasks/tasks.shared.d.ts +13 -0
- package/lib/src/services/tasks/tasks.shared.js +13 -0
- package/lib/src/services/tax/research/research.class.d.ts +11 -0
- package/lib/src/services/tax/research/research.d.ts +11 -0
- package/lib/src/services/tax/research/research.schema.d.ts +237 -0
- package/lib/src/services/tax/research/research.shared.d.ts +13 -0
- package/lib/src/services/tax/research/research.shared.js +13 -0
- package/lib/src/services/tax/sessions/conversations/conversations.class.d.ts +12 -0
- package/lib/src/services/tax/sessions/conversations/conversations.d.ts +11 -0
- package/lib/src/services/tax/sessions/conversations/conversations.hooks.d.ts +11 -0
- package/lib/src/services/tax/sessions/conversations/conversations.schema.d.ts +2923 -0
- package/lib/src/services/tax/sessions/conversations/conversations.shared.d.ts +13 -0
- package/lib/src/services/tax/sessions/conversations/conversations.shared.js +13 -0
- package/lib/src/services/tax/sessions/conversations/invoke-tax-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/create-tax-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/delete-tax-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/sessions.class.d.ts +12 -0
- package/lib/src/services/tax/sessions/sessions.d.ts +11 -0
- package/lib/src/services/tax/sessions/sessions.hooks.d.ts +11 -0
- package/lib/src/services/tax/sessions/sessions.schema.d.ts +803 -0
- package/lib/src/services/tax/sessions/sessions.shared.d.ts +13 -0
- package/lib/src/services/tax/sessions/sessions.shared.js +13 -0
- package/lib/src/services/tax/sessions/sync-tax-bedrock-sessions.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/update-tax-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/telegram/link/link.class.d.ts +26 -0
- package/lib/src/services/telegram/link/link.d.ts +11 -0
- package/lib/src/services/telegram/link/link.schema.d.ts +174 -0
- package/lib/src/services/telegram/link/link.shared.d.ts +13 -0
- package/lib/src/services/telegram/link/link.shared.js +13 -0
- package/lib/src/services/telegram/telegram.class.d.ts +34 -0
- package/lib/src/services/telegram/telegram.d.ts +11 -0
- package/lib/src/services/telegram/telegram.schema.d.ts +152 -0
- package/lib/src/services/telegram/telegram.shared.d.ts +13 -0
- package/lib/src/services/telegram/telegram.shared.js +13 -0
- package/lib/src/services/toggles/toggles.class.d.ts +19 -0
- package/lib/src/services/toggles/toggles.d.ts +11 -0
- package/lib/src/services/toggles/toggles.schema.d.ts +335 -0
- package/lib/src/services/toggles/toggles.shared.d.ts +13 -0
- package/lib/src/services/toggles/toggles.shared.js +13 -0
- package/lib/src/services/tokens/tokens.class.d.ts +11 -0
- package/lib/src/services/tokens/tokens.d.ts +11 -0
- package/lib/src/services/tokens/tokens.schema.d.ts +941 -0
- package/lib/src/services/tokens/tokens.shared.d.ts +13 -0
- package/lib/src/services/tokens/tokens.shared.js +13 -0
- package/lib/src/services/traders/pods/api/api.class.d.ts +3 -2
- package/lib/src/services/traders/pods/api/api.schema.d.ts +12091 -2907
- package/lib/src/services/traders/pods/api/api.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/blob/blob.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/events/events.class.d.ts +2 -2
- package/lib/src/services/traders/pods/events/events.schema.d.ts +388 -332
- package/lib/src/services/traders/pods/events/events.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/pods.class.d.ts +3 -2
- package/lib/src/services/traders/pods/pods.schema.d.ts +10164 -2104
- package/lib/src/services/traders/pods/pods.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/webhooks/webhooks.class.d.ts +2 -2
- package/lib/src/services/traders/pods/webhooks/webhooks.schema.d.ts +105 -105
- package/lib/src/services/traders/pods/webhooks/webhooks.shared.d.ts +1 -1
- package/lib/src/services/traders/traders.class.d.ts +4 -2
- package/lib/src/services/traders/traders.schema.d.ts +2923 -2450
- package/lib/src/services/traders/traders.shared.d.ts +1 -1
- package/lib/src/services/trades/trades.class.d.ts +11 -0
- package/lib/src/services/trades/trades.d.ts +11 -0
- package/lib/src/services/trades/trades.schema.d.ts +16969 -0
- package/lib/src/services/trades/trades.shared.d.ts +13 -0
- package/lib/src/services/trades/trades.shared.js +13 -0
- package/lib/src/services/users/access/access.class.d.ts +11 -0
- package/lib/src/services/users/access/access.d.ts +11 -0
- package/lib/src/services/users/access/access.schema.d.ts +393 -0
- package/lib/src/services/users/access/access.shared.d.ts +13 -0
- package/lib/src/services/users/access/access.shared.js +13 -0
- package/lib/src/services/users/cancel-subscription.class.d.ts +13 -0
- package/lib/src/services/users/cancel-subscription.d.ts +9 -0
- package/lib/src/services/users/marketing/campaigns/01-welcome.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/02-first-bot-running.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/03-ai-strategy.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/04-hyperopt.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/05-safety-tips.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/06-humor.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/07-paper-vs-real.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/08-trial-summary.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/09-trial-ending.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/10-reactivation.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/11-onboarding-incomplete.campaign.d.ts +6 -0
- package/lib/src/services/users/marketing/campaigns/index.d.ts +10 -0
- package/lib/src/services/users/marketing/campaigns/supervisor-welcome.campaign.d.ts +6 -0
- package/lib/src/services/users/marketing/campaigns/trial.context.d.ts +27 -0
- package/lib/src/services/users/marketing/marketing.class.d.ts +26 -0
- package/lib/src/services/users/marketing/marketing.d.ts +11 -0
- package/lib/src/services/users/marketing/marketing.engine.d.ts +36 -0
- package/lib/src/services/users/marketing/marketing.schema.d.ts +515 -0
- package/lib/src/services/users/marketing/marketing.shared.d.ts +13 -0
- package/lib/src/services/users/marketing/marketing.shared.js +20 -0
- package/lib/src/services/users/onboarding/onboarding.class.d.ts +11 -0
- package/lib/src/services/users/onboarding/onboarding.d.ts +11 -0
- package/lib/src/services/users/onboarding/onboarding.hooks.d.ts +60 -0
- package/lib/src/services/users/onboarding/onboarding.schema.d.ts +768 -0
- package/lib/src/services/users/onboarding/onboarding.shared.d.ts +13 -0
- package/lib/src/services/users/onboarding/onboarding.shared.js +13 -0
- package/lib/src/services/users/onboarding/steps/exchanges.processor.d.ts +15 -0
- package/lib/src/services/users/onboarding/steps/index.d.ts +32 -0
- package/lib/src/services/users/onboarding/steps/notifications.processor.d.ts +15 -0
- package/lib/src/services/users/onboarding/steps/preferences.processor.d.ts +16 -0
- package/lib/src/services/users/onboarding/steps/strategy.processor.d.ts +15 -0
- package/lib/src/services/users/onboarding/steps/traders.processor.d.ts +16 -0
- package/lib/src/services/users/reset-account.class.d.ts +11 -0
- package/lib/src/services/users/reset-account.d.ts +9 -0
- package/lib/src/services/users/sessions/sessions.class.d.ts +18 -0
- package/lib/src/services/users/sessions/sessions.d.ts +11 -0
- package/lib/src/services/users/sessions/sessions.schema.d.ts +698 -0
- package/lib/src/services/users/sessions/sessions.shared.d.ts +13 -0
- package/lib/src/services/users/sessions/sessions.shared.js +13 -0
- package/lib/src/services/users/setup-trial.class.d.ts +21 -0
- package/lib/src/services/users/setup-trial.d.ts +9 -0
- package/lib/src/services/users/stripe-check-subscription.hooks.d.ts +2 -0
- package/lib/src/services/users/stripe-create-payment-intent.hooks.d.ts +2 -0
- package/lib/src/services/users/stripe-is-subscription-active.hooks.d.ts +2 -0
- package/lib/src/services/users/stripe-sync-customer-data.hooks.d.ts +2 -0
- package/lib/src/services/users/users.class.d.ts +298 -59
- package/lib/src/services/users/users.schema.d.ts +1942 -350
- package/lib/src/services/users/users.shared.d.ts +2 -2
- package/lib/src/services/users/users.shared.js +1 -1
- package/lib/src/services/version/version.shared.d.ts +1 -1
- package/package.json +9 -3
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { Static } from '@feathersjs/typebox';
|
|
2
|
-
import type
|
|
2
|
+
import { type HookContext } from '../../../declarations';
|
|
3
3
|
import type { ExchangesTickerService } from './ticker.class';
|
|
4
4
|
export declare const exchangesTickerSchema: import("@feathersjs/typebox").TObject<{
|
|
5
5
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
6
6
|
exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
7
7
|
exchangeData: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
|
|
8
|
-
_id: import("@feathersjs/typebox").
|
|
8
|
+
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
9
9
|
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
10
10
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
11
11
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -53,7 +53,7 @@ export declare const exchangesTickerSchema: import("@feathersjs/typebox").TObjec
|
|
|
53
53
|
walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
54
54
|
token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
55
55
|
error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
56
|
-
userId: import("@feathersjs/typebox").
|
|
56
|
+
userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
57
57
|
__v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
58
58
|
}>>>;
|
|
59
59
|
exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -63,38 +63,32 @@ export declare const exchangesTickerSchema: import("@feathersjs/typebox").TObjec
|
|
|
63
63
|
export type ExchangesTicker = Static<typeof exchangesTickerSchema>;
|
|
64
64
|
export declare const exchangesTickerValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
65
65
|
export declare const exchangesTickerResolver: import("@feathersjs/schema").Resolver<{
|
|
66
|
-
|
|
67
|
-
exchange?: string | undefined;
|
|
66
|
+
_id: string | {};
|
|
68
67
|
exchangeId?: any;
|
|
69
68
|
exchangeData?: {
|
|
70
|
-
|
|
69
|
+
_id: string | {};
|
|
71
70
|
name?: any;
|
|
72
|
-
apiKey?: string | null | undefined;
|
|
73
|
-
token?: string | undefined;
|
|
74
|
-
secret?: string | null | undefined;
|
|
75
|
-
error?: any;
|
|
76
|
-
_id?: string | {} | undefined;
|
|
77
71
|
createdAt?: any;
|
|
78
72
|
updatedAt?: any;
|
|
79
73
|
connected?: boolean | undefined;
|
|
80
74
|
downloaded?: {
|
|
81
|
-
updatedAt: any;
|
|
82
75
|
size: string;
|
|
83
76
|
pairs: {};
|
|
84
77
|
sizes: any[];
|
|
78
|
+
updatedAt: any;
|
|
85
79
|
} | undefined;
|
|
86
80
|
ccxt_config?: any;
|
|
87
81
|
balances?: {
|
|
88
|
-
total?: any;
|
|
89
|
-
errors?: any;
|
|
90
|
-
updatedAt: any;
|
|
91
82
|
items: {
|
|
92
|
-
total?: number | undefined;
|
|
93
83
|
symbol: string;
|
|
84
|
+
total?: number | undefined;
|
|
94
85
|
fiat: number;
|
|
95
86
|
}[];
|
|
87
|
+
total?: any;
|
|
96
88
|
sum: any;
|
|
89
|
+
errors?: any;
|
|
97
90
|
quotation: any;
|
|
91
|
+
updatedAt: any;
|
|
98
92
|
} | undefined;
|
|
99
93
|
tags?: any;
|
|
100
94
|
background?: any;
|
|
@@ -109,51 +103,51 @@ export declare const exchangesTickerResolver: import("@feathersjs/schema").Resol
|
|
|
109
103
|
stakeCurrencies?: any[] | undefined;
|
|
110
104
|
popularStakeCurrency?: string | null | undefined;
|
|
111
105
|
notifyAboutWhitelistByEmail?: boolean | undefined;
|
|
106
|
+
apiKey?: string | null | undefined;
|
|
107
|
+
secret?: string | null | undefined;
|
|
112
108
|
requiredCredentials?: any;
|
|
109
|
+
password?: string | undefined;
|
|
113
110
|
uid?: string | undefined;
|
|
114
111
|
login?: string | undefined;
|
|
115
112
|
twofa?: string | undefined;
|
|
116
113
|
privateKey?: string | undefined;
|
|
117
114
|
walletAddress?: string | undefined;
|
|
118
|
-
|
|
115
|
+
token?: string | undefined;
|
|
116
|
+
error?: any;
|
|
117
|
+
userId: string | {};
|
|
119
118
|
__v?: any;
|
|
120
119
|
} | undefined;
|
|
120
|
+
exchange?: string | undefined;
|
|
121
|
+
timestamp?: any;
|
|
121
122
|
symbol: string;
|
|
122
|
-
_id: string | {};
|
|
123
123
|
}, HookContext<ExchangesTickerService<import("./ticker.class").ExchangesTickerParams>>>;
|
|
124
124
|
export declare const exchangesTickerExternalResolver: import("@feathersjs/schema").Resolver<{
|
|
125
|
-
|
|
126
|
-
exchange?: string | undefined;
|
|
125
|
+
_id: string | {};
|
|
127
126
|
exchangeId?: any;
|
|
128
127
|
exchangeData?: {
|
|
129
|
-
|
|
128
|
+
_id: string | {};
|
|
130
129
|
name?: any;
|
|
131
|
-
apiKey?: string | null | undefined;
|
|
132
|
-
token?: string | undefined;
|
|
133
|
-
secret?: string | null | undefined;
|
|
134
|
-
error?: any;
|
|
135
|
-
_id?: string | {} | undefined;
|
|
136
130
|
createdAt?: any;
|
|
137
131
|
updatedAt?: any;
|
|
138
132
|
connected?: boolean | undefined;
|
|
139
133
|
downloaded?: {
|
|
140
|
-
updatedAt: any;
|
|
141
134
|
size: string;
|
|
142
135
|
pairs: {};
|
|
143
136
|
sizes: any[];
|
|
137
|
+
updatedAt: any;
|
|
144
138
|
} | undefined;
|
|
145
139
|
ccxt_config?: any;
|
|
146
140
|
balances?: {
|
|
147
|
-
total?: any;
|
|
148
|
-
errors?: any;
|
|
149
|
-
updatedAt: any;
|
|
150
141
|
items: {
|
|
151
|
-
total?: number | undefined;
|
|
152
142
|
symbol: string;
|
|
143
|
+
total?: number | undefined;
|
|
153
144
|
fiat: number;
|
|
154
145
|
}[];
|
|
146
|
+
total?: any;
|
|
155
147
|
sum: any;
|
|
148
|
+
errors?: any;
|
|
156
149
|
quotation: any;
|
|
150
|
+
updatedAt: any;
|
|
157
151
|
} | undefined;
|
|
158
152
|
tags?: any;
|
|
159
153
|
background?: any;
|
|
@@ -168,23 +162,29 @@ export declare const exchangesTickerExternalResolver: import("@feathersjs/schema
|
|
|
168
162
|
stakeCurrencies?: any[] | undefined;
|
|
169
163
|
popularStakeCurrency?: string | null | undefined;
|
|
170
164
|
notifyAboutWhitelistByEmail?: boolean | undefined;
|
|
165
|
+
apiKey?: string | null | undefined;
|
|
166
|
+
secret?: string | null | undefined;
|
|
171
167
|
requiredCredentials?: any;
|
|
168
|
+
password?: string | undefined;
|
|
172
169
|
uid?: string | undefined;
|
|
173
170
|
login?: string | undefined;
|
|
174
171
|
twofa?: string | undefined;
|
|
175
172
|
privateKey?: string | undefined;
|
|
176
173
|
walletAddress?: string | undefined;
|
|
177
|
-
|
|
174
|
+
token?: string | undefined;
|
|
175
|
+
error?: any;
|
|
176
|
+
userId: string | {};
|
|
178
177
|
__v?: any;
|
|
179
178
|
} | undefined;
|
|
179
|
+
exchange?: string | undefined;
|
|
180
|
+
timestamp?: any;
|
|
180
181
|
symbol: string;
|
|
181
|
-
_id: string | {};
|
|
182
182
|
}, HookContext<ExchangesTickerService<import("./ticker.class").ExchangesTickerParams>>>;
|
|
183
183
|
export declare const exchangesTickerDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
184
184
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
185
185
|
exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
186
186
|
exchangeData: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
|
|
187
|
-
_id: import("@feathersjs/typebox").
|
|
187
|
+
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
188
188
|
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
189
189
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
190
190
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -232,7 +232,7 @@ export declare const exchangesTickerDataSchema: import("@feathersjs/typebox").TP
|
|
|
232
232
|
walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
233
233
|
token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
234
234
|
error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
235
|
-
userId: import("@feathersjs/typebox").
|
|
235
|
+
userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
236
236
|
__v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
237
237
|
}>>>;
|
|
238
238
|
exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -242,38 +242,32 @@ export declare const exchangesTickerDataSchema: import("@feathersjs/typebox").TP
|
|
|
242
242
|
export type ExchangesTickerData = Static<typeof exchangesTickerDataSchema>;
|
|
243
243
|
export declare const exchangesTickerDataValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
244
244
|
export declare const exchangesTickerDataResolver: import("@feathersjs/schema").Resolver<{
|
|
245
|
-
|
|
246
|
-
exchange?: string | undefined;
|
|
245
|
+
_id: string | {};
|
|
247
246
|
exchangeId?: any;
|
|
248
247
|
exchangeData?: {
|
|
249
|
-
|
|
248
|
+
_id: string | {};
|
|
250
249
|
name?: any;
|
|
251
|
-
apiKey?: string | null | undefined;
|
|
252
|
-
token?: string | undefined;
|
|
253
|
-
secret?: string | null | undefined;
|
|
254
|
-
error?: any;
|
|
255
|
-
_id?: string | {} | undefined;
|
|
256
250
|
createdAt?: any;
|
|
257
251
|
updatedAt?: any;
|
|
258
252
|
connected?: boolean | undefined;
|
|
259
253
|
downloaded?: {
|
|
260
|
-
updatedAt: any;
|
|
261
254
|
size: string;
|
|
262
255
|
pairs: {};
|
|
263
256
|
sizes: any[];
|
|
257
|
+
updatedAt: any;
|
|
264
258
|
} | undefined;
|
|
265
259
|
ccxt_config?: any;
|
|
266
260
|
balances?: {
|
|
267
|
-
total?: any;
|
|
268
|
-
errors?: any;
|
|
269
|
-
updatedAt: any;
|
|
270
261
|
items: {
|
|
271
|
-
total?: number | undefined;
|
|
272
262
|
symbol: string;
|
|
263
|
+
total?: number | undefined;
|
|
273
264
|
fiat: number;
|
|
274
265
|
}[];
|
|
266
|
+
total?: any;
|
|
275
267
|
sum: any;
|
|
268
|
+
errors?: any;
|
|
276
269
|
quotation: any;
|
|
270
|
+
updatedAt: any;
|
|
277
271
|
} | undefined;
|
|
278
272
|
tags?: any;
|
|
279
273
|
background?: any;
|
|
@@ -288,23 +282,29 @@ export declare const exchangesTickerDataResolver: import("@feathersjs/schema").R
|
|
|
288
282
|
stakeCurrencies?: any[] | undefined;
|
|
289
283
|
popularStakeCurrency?: string | null | undefined;
|
|
290
284
|
notifyAboutWhitelistByEmail?: boolean | undefined;
|
|
285
|
+
apiKey?: string | null | undefined;
|
|
286
|
+
secret?: string | null | undefined;
|
|
291
287
|
requiredCredentials?: any;
|
|
288
|
+
password?: string | undefined;
|
|
292
289
|
uid?: string | undefined;
|
|
293
290
|
login?: string | undefined;
|
|
294
291
|
twofa?: string | undefined;
|
|
295
292
|
privateKey?: string | undefined;
|
|
296
293
|
walletAddress?: string | undefined;
|
|
297
|
-
|
|
294
|
+
token?: string | undefined;
|
|
295
|
+
error?: any;
|
|
296
|
+
userId: string | {};
|
|
298
297
|
__v?: any;
|
|
299
298
|
} | undefined;
|
|
299
|
+
exchange?: string | undefined;
|
|
300
|
+
timestamp?: any;
|
|
300
301
|
symbol: string;
|
|
301
|
-
_id: string | {};
|
|
302
302
|
}, HookContext<ExchangesTickerService<import("./ticker.class").ExchangesTickerParams>>>;
|
|
303
303
|
export declare const exchangesTickerPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
304
304
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
305
305
|
exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
306
306
|
exchangeData: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
|
|
307
|
-
_id: import("@feathersjs/typebox").
|
|
307
|
+
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
308
308
|
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
309
309
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
310
310
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -352,7 +352,7 @@ export declare const exchangesTickerPatchSchema: import("@feathersjs/typebox").T
|
|
|
352
352
|
walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
353
353
|
token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
354
354
|
error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
355
|
-
userId: import("@feathersjs/typebox").
|
|
355
|
+
userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
356
356
|
__v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
357
357
|
}>>>;
|
|
358
358
|
exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -362,38 +362,32 @@ export declare const exchangesTickerPatchSchema: import("@feathersjs/typebox").T
|
|
|
362
362
|
export type ExchangesTickerPatch = Static<typeof exchangesTickerPatchSchema>;
|
|
363
363
|
export declare const exchangesTickerPatchValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
364
364
|
export declare const exchangesTickerPatchResolver: import("@feathersjs/schema").Resolver<{
|
|
365
|
-
|
|
366
|
-
exchange?: string | undefined;
|
|
365
|
+
_id: string | {};
|
|
367
366
|
exchangeId?: any;
|
|
368
367
|
exchangeData?: {
|
|
369
|
-
|
|
368
|
+
_id: string | {};
|
|
370
369
|
name?: any;
|
|
371
|
-
apiKey?: string | null | undefined;
|
|
372
|
-
token?: string | undefined;
|
|
373
|
-
secret?: string | null | undefined;
|
|
374
|
-
error?: any;
|
|
375
|
-
_id?: string | {} | undefined;
|
|
376
370
|
createdAt?: any;
|
|
377
371
|
updatedAt?: any;
|
|
378
372
|
connected?: boolean | undefined;
|
|
379
373
|
downloaded?: {
|
|
380
|
-
updatedAt: any;
|
|
381
374
|
size: string;
|
|
382
375
|
pairs: {};
|
|
383
376
|
sizes: any[];
|
|
377
|
+
updatedAt: any;
|
|
384
378
|
} | undefined;
|
|
385
379
|
ccxt_config?: any;
|
|
386
380
|
balances?: {
|
|
387
|
-
total?: any;
|
|
388
|
-
errors?: any;
|
|
389
|
-
updatedAt: any;
|
|
390
381
|
items: {
|
|
391
|
-
total?: number | undefined;
|
|
392
382
|
symbol: string;
|
|
383
|
+
total?: number | undefined;
|
|
393
384
|
fiat: number;
|
|
394
385
|
}[];
|
|
386
|
+
total?: any;
|
|
395
387
|
sum: any;
|
|
388
|
+
errors?: any;
|
|
396
389
|
quotation: any;
|
|
390
|
+
updatedAt: any;
|
|
397
391
|
} | undefined;
|
|
398
392
|
tags?: any;
|
|
399
393
|
background?: any;
|
|
@@ -408,23 +402,29 @@ export declare const exchangesTickerPatchResolver: import("@feathersjs/schema").
|
|
|
408
402
|
stakeCurrencies?: any[] | undefined;
|
|
409
403
|
popularStakeCurrency?: string | null | undefined;
|
|
410
404
|
notifyAboutWhitelistByEmail?: boolean | undefined;
|
|
405
|
+
apiKey?: string | null | undefined;
|
|
406
|
+
secret?: string | null | undefined;
|
|
411
407
|
requiredCredentials?: any;
|
|
408
|
+
password?: string | undefined;
|
|
412
409
|
uid?: string | undefined;
|
|
413
410
|
login?: string | undefined;
|
|
414
411
|
twofa?: string | undefined;
|
|
415
412
|
privateKey?: string | undefined;
|
|
416
413
|
walletAddress?: string | undefined;
|
|
417
|
-
|
|
414
|
+
token?: string | undefined;
|
|
415
|
+
error?: any;
|
|
416
|
+
userId: string | {};
|
|
418
417
|
__v?: any;
|
|
419
418
|
} | undefined;
|
|
419
|
+
exchange?: string | undefined;
|
|
420
|
+
timestamp?: any;
|
|
420
421
|
symbol: string;
|
|
421
|
-
_id: string | {};
|
|
422
422
|
}, HookContext<ExchangesTickerService<import("./ticker.class").ExchangesTickerParams>>>;
|
|
423
423
|
export declare const exchangesTickerQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
424
424
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
425
425
|
exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
426
426
|
exchangeData: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
|
|
427
|
-
_id: import("@feathersjs/typebox").
|
|
427
|
+
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
428
428
|
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
429
429
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
430
430
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -472,7 +472,7 @@ export declare const exchangesTickerQueryProperties: import("@feathersjs/typebox
|
|
|
472
472
|
walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
473
473
|
token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
474
474
|
error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
475
|
-
userId: import("@feathersjs/typebox").
|
|
475
|
+
userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
476
476
|
__v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
477
477
|
}>>>;
|
|
478
478
|
exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -483,44 +483,22 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
|
|
|
483
483
|
$limit: import("@feathersjs/typebox").TNumber;
|
|
484
484
|
$skip: import("@feathersjs/typebox").TNumber;
|
|
485
485
|
$sort: import("@feathersjs/typebox").TObject<{
|
|
486
|
-
symbol: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
487
|
-
timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
488
486
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
489
487
|
exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
490
488
|
exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
489
|
+
symbol: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
490
|
+
timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
491
491
|
}>;
|
|
492
|
-
$select: import("@feathersjs/typebox").TUnsafe<("
|
|
492
|
+
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "exchange" | "exchangeId" | "symbol" | "timestamp")[]>;
|
|
493
493
|
$and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
494
|
-
symbol: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
495
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
496
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
497
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
498
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
499
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
500
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
501
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
502
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
503
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
504
|
-
} | undefined>]>>]>>;
|
|
505
|
-
timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
506
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
507
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
508
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
509
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
510
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
511
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
512
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
513
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
514
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
515
|
-
} | undefined>]>>]>>;
|
|
516
494
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
517
495
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
518
496
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
519
497
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
520
498
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
521
499
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
522
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
523
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
500
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
501
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
524
502
|
}>, import("@feathersjs/typebox").TObject<{
|
|
525
503
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
526
504
|
} | undefined>]>>]>>;
|
|
@@ -530,8 +508,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
|
|
|
530
508
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
531
509
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
532
510
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
533
|
-
$in: import("@feathersjs/typebox").
|
|
534
|
-
$nin: import("@feathersjs/typebox").
|
|
511
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
512
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
535
513
|
}>, import("@feathersjs/typebox").TObject<{
|
|
536
514
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
537
515
|
} | undefined>]>>]>>;
|
|
@@ -541,43 +519,43 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
|
|
|
541
519
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
542
520
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
543
521
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
544
|
-
$in: import("@feathersjs/typebox").
|
|
545
|
-
$nin: import("@feathersjs/typebox").
|
|
522
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
523
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
524
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
525
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
526
|
+
} | undefined>]>>]>>;
|
|
527
|
+
symbol: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
528
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
529
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
530
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
531
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
532
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
533
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
534
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
535
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
536
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
537
|
+
} | undefined>]>>]>>;
|
|
538
|
+
timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
539
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
540
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
541
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
542
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
543
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
544
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
545
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
546
546
|
}>, import("@feathersjs/typebox").TObject<{
|
|
547
547
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
548
548
|
} | undefined>]>>]>>;
|
|
549
549
|
}>>, import("@feathersjs/typebox").TObject<{
|
|
550
550
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
551
|
-
symbol: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
552
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
553
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
554
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
555
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
556
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
557
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
558
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
559
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
560
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
561
|
-
} | undefined>]>>]>>;
|
|
562
|
-
timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
563
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
564
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
565
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
566
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
567
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
568
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
569
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
570
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
571
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
572
|
-
} | undefined>]>>]>>;
|
|
573
551
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
574
552
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
575
553
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
576
554
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
577
555
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
578
556
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
579
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
580
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
557
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
558
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
581
559
|
}>, import("@feathersjs/typebox").TObject<{
|
|
582
560
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
583
561
|
} | undefined>]>>]>>;
|
|
@@ -587,8 +565,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
|
|
|
587
565
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
588
566
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
589
567
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
590
|
-
$in: import("@feathersjs/typebox").
|
|
591
|
-
$nin: import("@feathersjs/typebox").
|
|
568
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
569
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
592
570
|
}>, import("@feathersjs/typebox").TObject<{
|
|
593
571
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
594
572
|
} | undefined>]>>]>>;
|
|
@@ -598,44 +576,44 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
|
|
|
598
576
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
599
577
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
600
578
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
601
|
-
$in: import("@feathersjs/typebox").
|
|
602
|
-
$nin: import("@feathersjs/typebox").
|
|
579
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
580
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
581
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
582
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
583
|
+
} | undefined>]>>]>>;
|
|
584
|
+
symbol: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
585
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
586
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
587
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
588
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
589
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
590
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
591
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
592
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
593
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
594
|
+
} | undefined>]>>]>>;
|
|
595
|
+
timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
596
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
597
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
598
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
599
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
600
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
601
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
602
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
603
603
|
}>, import("@feathersjs/typebox").TObject<{
|
|
604
604
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
605
605
|
} | undefined>]>>]>>;
|
|
606
606
|
}>>>;
|
|
607
607
|
}>]>>;
|
|
608
608
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
609
|
-
symbol: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
610
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
611
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
612
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
613
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
614
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
615
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
616
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
617
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
618
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
619
|
-
} | undefined>]>>]>>;
|
|
620
|
-
timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
621
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
622
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
623
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
624
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
625
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
626
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
627
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
628
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
629
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
630
|
-
} | undefined>]>>]>>;
|
|
631
609
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
632
610
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
633
611
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
634
612
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
635
613
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
636
614
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
637
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
638
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
615
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
616
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
639
617
|
}>, import("@feathersjs/typebox").TObject<{
|
|
640
618
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
641
619
|
} | undefined>]>>]>>;
|
|
@@ -645,8 +623,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
|
|
|
645
623
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
646
624
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
647
625
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
648
|
-
$in: import("@feathersjs/typebox").
|
|
649
|
-
$nin: import("@feathersjs/typebox").
|
|
626
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
627
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
650
628
|
}>, import("@feathersjs/typebox").TObject<{
|
|
651
629
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
652
630
|
} | undefined>]>>]>>;
|
|
@@ -656,43 +634,43 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
|
|
|
656
634
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
657
635
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
658
636
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
659
|
-
$in: import("@feathersjs/typebox").
|
|
660
|
-
$nin: import("@feathersjs/typebox").
|
|
637
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
638
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
639
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
640
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
641
|
+
} | undefined>]>>]>>;
|
|
642
|
+
symbol: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
643
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
644
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
645
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
646
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
647
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
648
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
649
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
650
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
651
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
652
|
+
} | undefined>]>>]>>;
|
|
653
|
+
timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
654
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
655
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
656
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
657
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
658
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
659
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
660
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
661
661
|
}>, import("@feathersjs/typebox").TObject<{
|
|
662
662
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
663
663
|
} | undefined>]>>]>>;
|
|
664
664
|
}>>>;
|
|
665
665
|
}>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
666
|
-
symbol: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
667
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
668
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
669
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
670
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
671
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
672
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
673
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
674
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
675
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
676
|
-
} | undefined>]>>]>>;
|
|
677
|
-
timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
678
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
679
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
680
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
681
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
682
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
683
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
684
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
685
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
686
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
687
|
-
} | undefined>]>>]>>;
|
|
688
666
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
689
667
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
690
668
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
691
669
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
692
670
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
693
671
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
694
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
695
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
672
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
673
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
696
674
|
}>, import("@feathersjs/typebox").TObject<{
|
|
697
675
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
698
676
|
} | undefined>]>>]>>;
|
|
@@ -702,8 +680,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
|
|
|
702
680
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
703
681
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
704
682
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
705
|
-
$in: import("@feathersjs/typebox").
|
|
706
|
-
$nin: import("@feathersjs/typebox").
|
|
683
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
684
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
707
685
|
}>, import("@feathersjs/typebox").TObject<{
|
|
708
686
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
709
687
|
} | undefined>]>>]>>;
|
|
@@ -713,8 +691,30 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
|
|
|
713
691
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
714
692
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
715
693
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
716
|
-
$in: import("@feathersjs/typebox").
|
|
717
|
-
$nin: import("@feathersjs/typebox").
|
|
694
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
695
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
696
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
697
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
698
|
+
} | undefined>]>>]>>;
|
|
699
|
+
symbol: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
700
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
701
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
702
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
703
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
704
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
705
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
706
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
707
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
708
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
709
|
+
} | undefined>]>>]>>;
|
|
710
|
+
timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
711
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
712
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
713
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
714
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
715
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
716
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
717
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
718
718
|
}>, import("@feathersjs/typebox").TObject<{
|
|
719
719
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
720
720
|
} | undefined>]>>]>>;
|
|
@@ -725,33 +725,23 @@ export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").
|
|
|
725
725
|
$limit: number;
|
|
726
726
|
$skip: number;
|
|
727
727
|
$sort: {
|
|
728
|
-
symbol?: number | undefined;
|
|
729
|
-
timestamp?: number | undefined;
|
|
730
728
|
_id?: number | undefined;
|
|
731
729
|
exchange?: number | undefined;
|
|
732
730
|
exchangeId?: number | undefined;
|
|
731
|
+
symbol?: number | undefined;
|
|
732
|
+
timestamp?: number | undefined;
|
|
733
733
|
};
|
|
734
|
-
$select: ("
|
|
734
|
+
$select: ("_id" | "exchange" | "exchangeId" | "symbol" | "timestamp")[];
|
|
735
735
|
$and: ({
|
|
736
|
-
|
|
737
|
-
$gt: string;
|
|
738
|
-
$gte: string;
|
|
739
|
-
$lt: string;
|
|
740
|
-
$lte: string;
|
|
741
|
-
$ne: string;
|
|
742
|
-
$in: string | string[];
|
|
743
|
-
$nin: string | string[];
|
|
744
|
-
} & {}> | undefined;
|
|
745
|
-
timestamp?: any;
|
|
746
|
-
_id?: string | {} | Partial<{
|
|
736
|
+
_id?: string | Partial<{
|
|
747
737
|
$gt: string | {};
|
|
748
738
|
$gte: string | {};
|
|
749
739
|
$lt: string | {};
|
|
750
740
|
$lte: string | {};
|
|
751
741
|
$ne: string | {};
|
|
752
|
-
$in: string |
|
|
753
|
-
$nin: string |
|
|
754
|
-
} & {}> | undefined;
|
|
742
|
+
$in: string | (string | {})[] | {};
|
|
743
|
+
$nin: string | (string | {})[] | {};
|
|
744
|
+
} & {}> | {} | undefined;
|
|
755
745
|
exchange?: string | Partial<{
|
|
756
746
|
$gt?: string | undefined;
|
|
757
747
|
$gte?: string | undefined;
|
|
@@ -762,27 +752,27 @@ export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").
|
|
|
762
752
|
$nin: string | string[];
|
|
763
753
|
} & {}> | undefined;
|
|
764
754
|
exchangeId?: any;
|
|
755
|
+
symbol?: string | Partial<{
|
|
756
|
+
$gt: string;
|
|
757
|
+
$gte: string;
|
|
758
|
+
$lt: string;
|
|
759
|
+
$lte: string;
|
|
760
|
+
$ne: string;
|
|
761
|
+
$in: string | string[];
|
|
762
|
+
$nin: string | string[];
|
|
763
|
+
} & {}> | undefined;
|
|
764
|
+
timestamp?: any;
|
|
765
765
|
} | {
|
|
766
766
|
$or: {
|
|
767
|
-
|
|
768
|
-
$gt: string;
|
|
769
|
-
$gte: string;
|
|
770
|
-
$lt: string;
|
|
771
|
-
$lte: string;
|
|
772
|
-
$ne: string;
|
|
773
|
-
$in: string | string[];
|
|
774
|
-
$nin: string | string[];
|
|
775
|
-
} & {}> | undefined;
|
|
776
|
-
timestamp?: any;
|
|
777
|
-
_id?: string | {} | Partial<{
|
|
767
|
+
_id?: string | Partial<{
|
|
778
768
|
$gt: string | {};
|
|
779
769
|
$gte: string | {};
|
|
780
770
|
$lt: string | {};
|
|
781
771
|
$lte: string | {};
|
|
782
772
|
$ne: string | {};
|
|
783
|
-
$in: string |
|
|
784
|
-
$nin: string |
|
|
785
|
-
} & {}> | undefined;
|
|
773
|
+
$in: string | (string | {})[] | {};
|
|
774
|
+
$nin: string | (string | {})[] | {};
|
|
775
|
+
} & {}> | {} | undefined;
|
|
786
776
|
exchange?: string | Partial<{
|
|
787
777
|
$gt?: string | undefined;
|
|
788
778
|
$gte?: string | undefined;
|
|
@@ -793,28 +783,28 @@ export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").
|
|
|
793
783
|
$nin: string | string[];
|
|
794
784
|
} & {}> | undefined;
|
|
795
785
|
exchangeId?: any;
|
|
786
|
+
symbol?: string | Partial<{
|
|
787
|
+
$gt: string;
|
|
788
|
+
$gte: string;
|
|
789
|
+
$lt: string;
|
|
790
|
+
$lte: string;
|
|
791
|
+
$ne: string;
|
|
792
|
+
$in: string | string[];
|
|
793
|
+
$nin: string | string[];
|
|
794
|
+
} & {}> | undefined;
|
|
795
|
+
timestamp?: any;
|
|
796
796
|
}[];
|
|
797
797
|
})[];
|
|
798
798
|
$or: {
|
|
799
|
-
|
|
800
|
-
$gt: string;
|
|
801
|
-
$gte: string;
|
|
802
|
-
$lt: string;
|
|
803
|
-
$lte: string;
|
|
804
|
-
$ne: string;
|
|
805
|
-
$in: string | string[];
|
|
806
|
-
$nin: string | string[];
|
|
807
|
-
} & {}> | undefined;
|
|
808
|
-
timestamp?: any;
|
|
809
|
-
_id?: string | {} | Partial<{
|
|
799
|
+
_id?: string | Partial<{
|
|
810
800
|
$gt: string | {};
|
|
811
801
|
$gte: string | {};
|
|
812
802
|
$lt: string | {};
|
|
813
803
|
$lte: string | {};
|
|
814
804
|
$ne: string | {};
|
|
815
|
-
$in: string |
|
|
816
|
-
$nin: string |
|
|
817
|
-
} & {}> | undefined;
|
|
805
|
+
$in: string | (string | {})[] | {};
|
|
806
|
+
$nin: string | (string | {})[] | {};
|
|
807
|
+
} & {}> | {} | undefined;
|
|
818
808
|
exchange?: string | Partial<{
|
|
819
809
|
$gt?: string | undefined;
|
|
820
810
|
$gte?: string | undefined;
|
|
@@ -825,27 +815,27 @@ export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").
|
|
|
825
815
|
$nin: string | string[];
|
|
826
816
|
} & {}> | undefined;
|
|
827
817
|
exchangeId?: any;
|
|
818
|
+
symbol?: string | Partial<{
|
|
819
|
+
$gt: string;
|
|
820
|
+
$gte: string;
|
|
821
|
+
$lt: string;
|
|
822
|
+
$lte: string;
|
|
823
|
+
$ne: string;
|
|
824
|
+
$in: string | string[];
|
|
825
|
+
$nin: string | string[];
|
|
826
|
+
} & {}> | undefined;
|
|
827
|
+
timestamp?: any;
|
|
828
828
|
}[];
|
|
829
829
|
}> & {
|
|
830
|
-
|
|
831
|
-
$gt: string;
|
|
832
|
-
$gte: string;
|
|
833
|
-
$lt: string;
|
|
834
|
-
$lte: string;
|
|
835
|
-
$ne: string;
|
|
836
|
-
$in: string | string[];
|
|
837
|
-
$nin: string | string[];
|
|
838
|
-
} & {}> | undefined;
|
|
839
|
-
timestamp?: any;
|
|
840
|
-
_id?: string | {} | Partial<{
|
|
830
|
+
_id?: string | Partial<{
|
|
841
831
|
$gt: string | {};
|
|
842
832
|
$gte: string | {};
|
|
843
833
|
$lt: string | {};
|
|
844
834
|
$lte: string | {};
|
|
845
835
|
$ne: string | {};
|
|
846
|
-
$in: string |
|
|
847
|
-
$nin: string |
|
|
848
|
-
} & {}> | undefined;
|
|
836
|
+
$in: string | (string | {})[] | {};
|
|
837
|
+
$nin: string | (string | {})[] | {};
|
|
838
|
+
} & {}> | {} | undefined;
|
|
849
839
|
exchange?: string | Partial<{
|
|
850
840
|
$gt?: string | undefined;
|
|
851
841
|
$gte?: string | undefined;
|
|
@@ -856,4 +846,14 @@ export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").
|
|
|
856
846
|
$nin: string | string[];
|
|
857
847
|
} & {}> | undefined;
|
|
858
848
|
exchangeId?: any;
|
|
849
|
+
symbol?: string | Partial<{
|
|
850
|
+
$gt: string;
|
|
851
|
+
$gte: string;
|
|
852
|
+
$lt: string;
|
|
853
|
+
$lte: string;
|
|
854
|
+
$ne: string;
|
|
855
|
+
$in: string | string[];
|
|
856
|
+
$nin: string | string[];
|
|
857
|
+
} & {}> | undefined;
|
|
858
|
+
timestamp?: any;
|
|
859
859
|
} & {}, HookContext<ExchangesTickerService<import("./ticker.class").ExchangesTickerParams>>>;
|