@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,5 +1,5 @@
|
|
|
1
1
|
import type { Static } from '@feathersjs/typebox';
|
|
2
|
-
import type
|
|
2
|
+
import { type HookContext } from '../../declarations';
|
|
3
3
|
import type { UserService } from './users.class';
|
|
4
4
|
export interface OnboardingData {
|
|
5
5
|
templateId?: string;
|
|
@@ -8,9 +8,11 @@ export interface OnboardingData {
|
|
|
8
8
|
whitelist?: any[];
|
|
9
9
|
}
|
|
10
10
|
export declare const userSchema: import("@feathersjs/typebox").TObject<{
|
|
11
|
-
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").
|
|
11
|
+
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
12
12
|
googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
13
13
|
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
14
|
+
telegramId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
15
|
+
telegramUsername: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
14
16
|
email: import("@feathersjs/typebox").TString<"email">;
|
|
15
17
|
name: import("@feathersjs/typebox").TString<string>;
|
|
16
18
|
password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -36,6 +38,7 @@ export declare const userSchema: import("@feathersjs/typebox").TObject<{
|
|
|
36
38
|
}>>;
|
|
37
39
|
usage: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
38
40
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
41
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
39
42
|
}>>;
|
|
40
43
|
push: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
41
44
|
web: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -46,8 +49,6 @@ export declare const userSchema: import("@feathersjs/typebox").TObject<{
|
|
|
46
49
|
active: import("@feathersjs/typebox").TBoolean;
|
|
47
50
|
expires: import("@feathersjs/typebox").TString<string>;
|
|
48
51
|
}>>;
|
|
49
|
-
$inc: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
50
|
-
$aggregate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
51
52
|
displayCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"AUD">, import("@feathersjs/typebox").TLiteral<"BRL">, import("@feathersjs/typebox").TLiteral<"CAD">, import("@feathersjs/typebox").TLiteral<"CHF">, import("@feathersjs/typebox").TLiteral<"CLP">, import("@feathersjs/typebox").TLiteral<"CNY">, import("@feathersjs/typebox").TLiteral<"CZK">, import("@feathersjs/typebox").TLiteral<"DKK">, import("@feathersjs/typebox").TLiteral<"EUR">, import("@feathersjs/typebox").TLiteral<"GBP">, import("@feathersjs/typebox").TLiteral<"HKD">, import("@feathersjs/typebox").TLiteral<"HUF">, import("@feathersjs/typebox").TLiteral<"IDR">, import("@feathersjs/typebox").TLiteral<"ILS">, import("@feathersjs/typebox").TLiteral<"INR">, import("@feathersjs/typebox").TLiteral<"JPY">, import("@feathersjs/typebox").TLiteral<"KRW">, import("@feathersjs/typebox").TLiteral<"MXN">, import("@feathersjs/typebox").TLiteral<"MYR">, import("@feathersjs/typebox").TLiteral<"NOK">, import("@feathersjs/typebox").TLiteral<"NZD">, import("@feathersjs/typebox").TLiteral<"PHP">, import("@feathersjs/typebox").TLiteral<"PKR">, import("@feathersjs/typebox").TLiteral<"PLN">, import("@feathersjs/typebox").TLiteral<"RUB">, import("@feathersjs/typebox").TLiteral<"SEK">, import("@feathersjs/typebox").TLiteral<"SGD">, import("@feathersjs/typebox").TLiteral<"THB">, import("@feathersjs/typebox").TLiteral<"TRY">, import("@feathersjs/typebox").TLiteral<"TWD">, import("@feathersjs/typebox").TLiteral<"ZAR">, import("@feathersjs/typebox").TLiteral<"USD">]>>;
|
|
52
53
|
timezone: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
53
54
|
subscribe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -69,43 +70,150 @@ export declare const userSchema: import("@feathersjs/typebox").TObject<{
|
|
|
69
70
|
strategies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
70
71
|
}>>;
|
|
71
72
|
onboarding: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
73
|
+
notifications: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
74
|
+
email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
75
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
76
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
77
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
78
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
79
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
80
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
81
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
82
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
83
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
84
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
85
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
86
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
87
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
88
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
89
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
90
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
91
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
92
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
93
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
94
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
95
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
96
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
97
|
+
}>>;
|
|
98
|
+
push: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
99
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
100
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
101
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
102
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
103
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
104
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
105
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
106
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
107
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
108
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
109
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
110
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
111
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
112
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
113
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
114
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
115
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
116
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
117
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
118
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
119
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
120
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
121
|
+
}>>;
|
|
122
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
123
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
124
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
125
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
126
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
127
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
128
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
129
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
130
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
131
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
132
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
133
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
134
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
135
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
136
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
137
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
138
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
139
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
140
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
141
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
142
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
143
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
144
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
145
|
+
}>>;
|
|
146
|
+
inApp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
147
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
148
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
149
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
150
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
151
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
152
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
153
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
154
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
155
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
156
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
157
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
158
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
159
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
160
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
161
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
162
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
163
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
164
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
165
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
166
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
167
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
168
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
169
|
+
}>>;
|
|
170
|
+
}>>;
|
|
72
171
|
contactId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
172
|
+
role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
173
|
+
supervised: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
174
|
+
blocked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
175
|
+
locked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
176
|
+
lockedUntil: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
177
|
+
referredByAffiliateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
178
|
+
referralCodeUsed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
179
|
+
couponCode: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
73
180
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
74
181
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
182
|
+
lastLoginAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
75
183
|
skipEmailVerification: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
184
|
+
/** Computed server-side: true when the require-credit-card feature flag evaluates true for this user */
|
|
185
|
+
requiresCreditCard: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
186
|
+
/** Signup survey answers collected during the credit-card wall flow */
|
|
187
|
+
signupSurvey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
188
|
+
source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
189
|
+
traderType: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
190
|
+
}>>;
|
|
76
191
|
}>;
|
|
77
192
|
export type User = Static<typeof userSchema>;
|
|
78
193
|
export declare const userValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
79
194
|
export declare const userResolver: import("@feathersjs/schema").Resolver<{
|
|
80
|
-
password?: string | undefined;
|
|
81
|
-
push?: {
|
|
82
|
-
web?: string | undefined;
|
|
83
|
-
ios?: string | undefined;
|
|
84
|
-
android?: string | undefined;
|
|
85
|
-
} | undefined;
|
|
86
|
-
country?: string | undefined;
|
|
87
|
-
subscription?: any;
|
|
88
|
-
trial?: {
|
|
89
|
-
active: boolean;
|
|
90
|
-
expires: string;
|
|
91
|
-
} | undefined;
|
|
92
|
-
stripe?: any;
|
|
93
195
|
_id?: string | {} | undefined;
|
|
94
|
-
createdAt?: any;
|
|
95
|
-
updatedAt?: any;
|
|
96
|
-
avatar?: string | undefined;
|
|
97
196
|
googleId?: any;
|
|
98
197
|
appleId?: any;
|
|
198
|
+
telegramId?: number | undefined;
|
|
199
|
+
telegramUsername?: string | undefined;
|
|
200
|
+
email: string;
|
|
201
|
+
name: string;
|
|
202
|
+
password?: string | undefined;
|
|
203
|
+
avatar?: string | undefined;
|
|
204
|
+
country?: string | undefined;
|
|
99
205
|
title?: string | null | undefined;
|
|
100
206
|
company?: string | null | undefined;
|
|
101
207
|
language?: string | undefined;
|
|
102
208
|
about?: string | null | undefined;
|
|
103
|
-
profile?: "
|
|
104
|
-
payment?: "
|
|
209
|
+
profile?: "aggressive" | "conservative" | "moderate" | undefined;
|
|
210
|
+
payment?: "revenuecat" | "stripe" | undefined;
|
|
105
211
|
yearly?: boolean | undefined;
|
|
106
212
|
paymentIntent?: any;
|
|
213
|
+
stripe?: any;
|
|
107
214
|
'stripe.id'?: any;
|
|
108
215
|
customerInfo?: any;
|
|
216
|
+
subscription?: any;
|
|
109
217
|
plan?: string | undefined;
|
|
110
218
|
appearance?: {
|
|
111
219
|
scheme?: string | undefined;
|
|
@@ -114,10 +222,18 @@ export declare const userResolver: import("@feathersjs/schema").Resolver<{
|
|
|
114
222
|
} | undefined;
|
|
115
223
|
usage?: {
|
|
116
224
|
hyperopt?: any;
|
|
225
|
+
backtest?: any;
|
|
226
|
+
} | undefined;
|
|
227
|
+
push?: {
|
|
228
|
+
web?: string | undefined;
|
|
229
|
+
ios?: string | undefined;
|
|
230
|
+
android?: string | undefined;
|
|
231
|
+
} | undefined;
|
|
232
|
+
trial?: {
|
|
233
|
+
active: boolean;
|
|
234
|
+
expires: string;
|
|
117
235
|
} | undefined;
|
|
118
|
-
|
|
119
|
-
$aggregate?: any;
|
|
120
|
-
displayCurrency?: "AUD" | "BRL" | "CAD" | "CHF" | "CLP" | "CNY" | "CZK" | "DKK" | "EUR" | "GBP" | "HKD" | "HUF" | "IDR" | "ILS" | "INR" | "JPY" | "KRW" | "MXN" | "MYR" | "NOK" | "NZD" | "PHP" | "PKR" | "PLN" | "RUB" | "SEK" | "SGD" | "THB" | "TRY" | "TWD" | "ZAR" | "USD" | undefined;
|
|
236
|
+
displayCurrency?: "AUD" | "BRL" | "CAD" | "CHF" | "CLP" | "CNY" | "CZK" | "DKK" | "EUR" | "GBP" | "HKD" | "HUF" | "IDR" | "ILS" | "INR" | "JPY" | "KRW" | "MXN" | "MYR" | "NOK" | "NZD" | "PHP" | "PKR" | "PLN" | "RUB" | "SEK" | "SGD" | "THB" | "TRY" | "TWD" | "USD" | "ZAR" | undefined;
|
|
121
237
|
timezone?: string | undefined;
|
|
122
238
|
subscribe?: string | undefined;
|
|
123
239
|
isVerified?: boolean | undefined;
|
|
@@ -130,49 +246,154 @@ export declare const userResolver: import("@feathersjs/schema").Resolver<{
|
|
|
130
246
|
resetShortToken?: string | null | undefined;
|
|
131
247
|
resetExpires?: number | null | undefined;
|
|
132
248
|
resetAttempts?: number | null | undefined;
|
|
249
|
+
agreements: boolean;
|
|
133
250
|
anon?: boolean | undefined;
|
|
134
251
|
bootstrap?: {
|
|
252
|
+
strategy?: any;
|
|
135
253
|
traders?: any;
|
|
136
254
|
strategies?: any;
|
|
137
|
-
strategy?: any;
|
|
138
255
|
} | undefined;
|
|
139
|
-
onboarding?: "
|
|
256
|
+
onboarding?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
257
|
+
notifications?: {
|
|
258
|
+
email?: {
|
|
259
|
+
enabled?: boolean | undefined;
|
|
260
|
+
entry?: boolean | undefined;
|
|
261
|
+
entryFill?: boolean | undefined;
|
|
262
|
+
entryCancel?: boolean | undefined;
|
|
263
|
+
exit?: boolean | undefined;
|
|
264
|
+
exitFill?: boolean | undefined;
|
|
265
|
+
exitCancel?: boolean | undefined;
|
|
266
|
+
status?: boolean | undefined;
|
|
267
|
+
warning?: boolean | undefined;
|
|
268
|
+
startup?: boolean | undefined;
|
|
269
|
+
protectionTrigger?: boolean | undefined;
|
|
270
|
+
strategyMsg?: boolean | undefined;
|
|
271
|
+
dailyReport?: boolean | undefined;
|
|
272
|
+
backtest?: boolean | undefined;
|
|
273
|
+
hyperopt?: boolean | undefined;
|
|
274
|
+
system?: boolean | undefined;
|
|
275
|
+
recommendation?: boolean | undefined;
|
|
276
|
+
concern?: boolean | undefined;
|
|
277
|
+
recommendationExpiry?: boolean | undefined;
|
|
278
|
+
decisionExecuted?: boolean | undefined;
|
|
279
|
+
researchComplete?: boolean | undefined;
|
|
280
|
+
strategyGenerate?: boolean | undefined;
|
|
281
|
+
} | undefined;
|
|
282
|
+
push?: {
|
|
283
|
+
enabled?: boolean | undefined;
|
|
284
|
+
entry?: boolean | undefined;
|
|
285
|
+
entryFill?: boolean | undefined;
|
|
286
|
+
entryCancel?: boolean | undefined;
|
|
287
|
+
exit?: boolean | undefined;
|
|
288
|
+
exitFill?: boolean | undefined;
|
|
289
|
+
exitCancel?: boolean | undefined;
|
|
290
|
+
status?: boolean | undefined;
|
|
291
|
+
warning?: boolean | undefined;
|
|
292
|
+
startup?: boolean | undefined;
|
|
293
|
+
protectionTrigger?: boolean | undefined;
|
|
294
|
+
strategyMsg?: boolean | undefined;
|
|
295
|
+
dailyReport?: boolean | undefined;
|
|
296
|
+
backtest?: boolean | undefined;
|
|
297
|
+
hyperopt?: boolean | undefined;
|
|
298
|
+
system?: boolean | undefined;
|
|
299
|
+
recommendation?: boolean | undefined;
|
|
300
|
+
concern?: boolean | undefined;
|
|
301
|
+
recommendationExpiry?: boolean | undefined;
|
|
302
|
+
decisionExecuted?: boolean | undefined;
|
|
303
|
+
researchComplete?: boolean | undefined;
|
|
304
|
+
strategyGenerate?: boolean | undefined;
|
|
305
|
+
} | undefined;
|
|
306
|
+
telegram?: {
|
|
307
|
+
enabled?: boolean | undefined;
|
|
308
|
+
entry?: boolean | undefined;
|
|
309
|
+
entryFill?: boolean | undefined;
|
|
310
|
+
entryCancel?: boolean | undefined;
|
|
311
|
+
exit?: boolean | undefined;
|
|
312
|
+
exitFill?: boolean | undefined;
|
|
313
|
+
exitCancel?: boolean | undefined;
|
|
314
|
+
status?: boolean | undefined;
|
|
315
|
+
warning?: boolean | undefined;
|
|
316
|
+
startup?: boolean | undefined;
|
|
317
|
+
protectionTrigger?: boolean | undefined;
|
|
318
|
+
strategyMsg?: boolean | undefined;
|
|
319
|
+
dailyReport?: boolean | undefined;
|
|
320
|
+
backtest?: boolean | undefined;
|
|
321
|
+
hyperopt?: boolean | undefined;
|
|
322
|
+
system?: boolean | undefined;
|
|
323
|
+
recommendation?: boolean | undefined;
|
|
324
|
+
concern?: boolean | undefined;
|
|
325
|
+
recommendationExpiry?: boolean | undefined;
|
|
326
|
+
decisionExecuted?: boolean | undefined;
|
|
327
|
+
researchComplete?: boolean | undefined;
|
|
328
|
+
strategyGenerate?: boolean | undefined;
|
|
329
|
+
} | undefined;
|
|
330
|
+
inApp?: {
|
|
331
|
+
enabled?: boolean | undefined;
|
|
332
|
+
entry?: boolean | undefined;
|
|
333
|
+
entryFill?: boolean | undefined;
|
|
334
|
+
entryCancel?: boolean | undefined;
|
|
335
|
+
exit?: boolean | undefined;
|
|
336
|
+
exitFill?: boolean | undefined;
|
|
337
|
+
exitCancel?: boolean | undefined;
|
|
338
|
+
status?: boolean | undefined;
|
|
339
|
+
warning?: boolean | undefined;
|
|
340
|
+
startup?: boolean | undefined;
|
|
341
|
+
protectionTrigger?: boolean | undefined;
|
|
342
|
+
strategyMsg?: boolean | undefined;
|
|
343
|
+
dailyReport?: boolean | undefined;
|
|
344
|
+
backtest?: boolean | undefined;
|
|
345
|
+
hyperopt?: boolean | undefined;
|
|
346
|
+
system?: boolean | undefined;
|
|
347
|
+
recommendation?: boolean | undefined;
|
|
348
|
+
concern?: boolean | undefined;
|
|
349
|
+
recommendationExpiry?: boolean | undefined;
|
|
350
|
+
decisionExecuted?: boolean | undefined;
|
|
351
|
+
researchComplete?: boolean | undefined;
|
|
352
|
+
strategyGenerate?: boolean | undefined;
|
|
353
|
+
} | undefined;
|
|
354
|
+
} | undefined;
|
|
140
355
|
contactId?: string | undefined;
|
|
356
|
+
role?: "admin" | "guest" | "user" | undefined;
|
|
357
|
+
supervised?: boolean | undefined;
|
|
358
|
+
blocked?: boolean | undefined;
|
|
359
|
+
locked?: boolean | undefined;
|
|
360
|
+
lockedUntil?: string | null | undefined;
|
|
361
|
+
referredByAffiliateId?: string | {} | undefined;
|
|
362
|
+
referralCodeUsed?: string | undefined;
|
|
363
|
+
couponCode?: string | undefined;
|
|
364
|
+
createdAt?: any;
|
|
365
|
+
updatedAt?: any;
|
|
366
|
+
lastLoginAt?: any;
|
|
141
367
|
skipEmailVerification?: boolean | undefined;
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
368
|
+
requiresCreditCard?: boolean | undefined;
|
|
369
|
+
signupSurvey?: {
|
|
370
|
+
source?: string | undefined;
|
|
371
|
+
traderType?: string | undefined;
|
|
372
|
+
} | undefined;
|
|
145
373
|
}, HookContext<UserService>>;
|
|
146
374
|
export declare const userExternalResolver: import("@feathersjs/schema").Resolver<{
|
|
147
|
-
password?: string | undefined;
|
|
148
|
-
push?: {
|
|
149
|
-
web?: string | undefined;
|
|
150
|
-
ios?: string | undefined;
|
|
151
|
-
android?: string | undefined;
|
|
152
|
-
} | undefined;
|
|
153
|
-
country?: string | undefined;
|
|
154
|
-
subscription?: any;
|
|
155
|
-
trial?: {
|
|
156
|
-
active: boolean;
|
|
157
|
-
expires: string;
|
|
158
|
-
} | undefined;
|
|
159
|
-
stripe?: any;
|
|
160
375
|
_id?: string | {} | undefined;
|
|
161
|
-
createdAt?: any;
|
|
162
|
-
updatedAt?: any;
|
|
163
|
-
avatar?: string | undefined;
|
|
164
376
|
googleId?: any;
|
|
165
377
|
appleId?: any;
|
|
378
|
+
telegramId?: number | undefined;
|
|
379
|
+
telegramUsername?: string | undefined;
|
|
380
|
+
email: string;
|
|
381
|
+
name: string;
|
|
382
|
+
password?: string | undefined;
|
|
383
|
+
avatar?: string | undefined;
|
|
384
|
+
country?: string | undefined;
|
|
166
385
|
title?: string | null | undefined;
|
|
167
386
|
company?: string | null | undefined;
|
|
168
387
|
language?: string | undefined;
|
|
169
388
|
about?: string | null | undefined;
|
|
170
|
-
profile?: "
|
|
171
|
-
payment?: "
|
|
389
|
+
profile?: "aggressive" | "conservative" | "moderate" | undefined;
|
|
390
|
+
payment?: "revenuecat" | "stripe" | undefined;
|
|
172
391
|
yearly?: boolean | undefined;
|
|
173
392
|
paymentIntent?: any;
|
|
393
|
+
stripe?: any;
|
|
174
394
|
'stripe.id'?: any;
|
|
175
395
|
customerInfo?: any;
|
|
396
|
+
subscription?: any;
|
|
176
397
|
plan?: string | undefined;
|
|
177
398
|
appearance?: {
|
|
178
399
|
scheme?: string | undefined;
|
|
@@ -181,10 +402,18 @@ export declare const userExternalResolver: import("@feathersjs/schema").Resolver
|
|
|
181
402
|
} | undefined;
|
|
182
403
|
usage?: {
|
|
183
404
|
hyperopt?: any;
|
|
405
|
+
backtest?: any;
|
|
406
|
+
} | undefined;
|
|
407
|
+
push?: {
|
|
408
|
+
web?: string | undefined;
|
|
409
|
+
ios?: string | undefined;
|
|
410
|
+
android?: string | undefined;
|
|
184
411
|
} | undefined;
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
412
|
+
trial?: {
|
|
413
|
+
active: boolean;
|
|
414
|
+
expires: string;
|
|
415
|
+
} | undefined;
|
|
416
|
+
displayCurrency?: "AUD" | "BRL" | "CAD" | "CHF" | "CLP" | "CNY" | "CZK" | "DKK" | "EUR" | "GBP" | "HKD" | "HUF" | "IDR" | "ILS" | "INR" | "JPY" | "KRW" | "MXN" | "MYR" | "NOK" | "NZD" | "PHP" | "PKR" | "PLN" | "RUB" | "SEK" | "SGD" | "THB" | "TRY" | "TWD" | "USD" | "ZAR" | undefined;
|
|
188
417
|
timezone?: string | undefined;
|
|
189
418
|
subscribe?: string | undefined;
|
|
190
419
|
isVerified?: boolean | undefined;
|
|
@@ -197,23 +426,137 @@ export declare const userExternalResolver: import("@feathersjs/schema").Resolver
|
|
|
197
426
|
resetShortToken?: string | null | undefined;
|
|
198
427
|
resetExpires?: number | null | undefined;
|
|
199
428
|
resetAttempts?: number | null | undefined;
|
|
429
|
+
agreements: boolean;
|
|
200
430
|
anon?: boolean | undefined;
|
|
201
431
|
bootstrap?: {
|
|
432
|
+
strategy?: any;
|
|
202
433
|
traders?: any;
|
|
203
434
|
strategies?: any;
|
|
204
|
-
strategy?: any;
|
|
205
435
|
} | undefined;
|
|
206
|
-
onboarding?: "
|
|
436
|
+
onboarding?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
437
|
+
notifications?: {
|
|
438
|
+
email?: {
|
|
439
|
+
enabled?: boolean | undefined;
|
|
440
|
+
entry?: boolean | undefined;
|
|
441
|
+
entryFill?: boolean | undefined;
|
|
442
|
+
entryCancel?: boolean | undefined;
|
|
443
|
+
exit?: boolean | undefined;
|
|
444
|
+
exitFill?: boolean | undefined;
|
|
445
|
+
exitCancel?: boolean | undefined;
|
|
446
|
+
status?: boolean | undefined;
|
|
447
|
+
warning?: boolean | undefined;
|
|
448
|
+
startup?: boolean | undefined;
|
|
449
|
+
protectionTrigger?: boolean | undefined;
|
|
450
|
+
strategyMsg?: boolean | undefined;
|
|
451
|
+
dailyReport?: boolean | undefined;
|
|
452
|
+
backtest?: boolean | undefined;
|
|
453
|
+
hyperopt?: boolean | undefined;
|
|
454
|
+
system?: boolean | undefined;
|
|
455
|
+
recommendation?: boolean | undefined;
|
|
456
|
+
concern?: boolean | undefined;
|
|
457
|
+
recommendationExpiry?: boolean | undefined;
|
|
458
|
+
decisionExecuted?: boolean | undefined;
|
|
459
|
+
researchComplete?: boolean | undefined;
|
|
460
|
+
strategyGenerate?: boolean | undefined;
|
|
461
|
+
} | undefined;
|
|
462
|
+
push?: {
|
|
463
|
+
enabled?: boolean | undefined;
|
|
464
|
+
entry?: boolean | undefined;
|
|
465
|
+
entryFill?: boolean | undefined;
|
|
466
|
+
entryCancel?: boolean | undefined;
|
|
467
|
+
exit?: boolean | undefined;
|
|
468
|
+
exitFill?: boolean | undefined;
|
|
469
|
+
exitCancel?: boolean | undefined;
|
|
470
|
+
status?: boolean | undefined;
|
|
471
|
+
warning?: boolean | undefined;
|
|
472
|
+
startup?: boolean | undefined;
|
|
473
|
+
protectionTrigger?: boolean | undefined;
|
|
474
|
+
strategyMsg?: boolean | undefined;
|
|
475
|
+
dailyReport?: boolean | undefined;
|
|
476
|
+
backtest?: boolean | undefined;
|
|
477
|
+
hyperopt?: boolean | undefined;
|
|
478
|
+
system?: boolean | undefined;
|
|
479
|
+
recommendation?: boolean | undefined;
|
|
480
|
+
concern?: boolean | undefined;
|
|
481
|
+
recommendationExpiry?: boolean | undefined;
|
|
482
|
+
decisionExecuted?: boolean | undefined;
|
|
483
|
+
researchComplete?: boolean | undefined;
|
|
484
|
+
strategyGenerate?: boolean | undefined;
|
|
485
|
+
} | undefined;
|
|
486
|
+
telegram?: {
|
|
487
|
+
enabled?: boolean | undefined;
|
|
488
|
+
entry?: boolean | undefined;
|
|
489
|
+
entryFill?: boolean | undefined;
|
|
490
|
+
entryCancel?: boolean | undefined;
|
|
491
|
+
exit?: boolean | undefined;
|
|
492
|
+
exitFill?: boolean | undefined;
|
|
493
|
+
exitCancel?: boolean | undefined;
|
|
494
|
+
status?: boolean | undefined;
|
|
495
|
+
warning?: boolean | undefined;
|
|
496
|
+
startup?: boolean | undefined;
|
|
497
|
+
protectionTrigger?: boolean | undefined;
|
|
498
|
+
strategyMsg?: boolean | undefined;
|
|
499
|
+
dailyReport?: boolean | undefined;
|
|
500
|
+
backtest?: boolean | undefined;
|
|
501
|
+
hyperopt?: boolean | undefined;
|
|
502
|
+
system?: boolean | undefined;
|
|
503
|
+
recommendation?: boolean | undefined;
|
|
504
|
+
concern?: boolean | undefined;
|
|
505
|
+
recommendationExpiry?: boolean | undefined;
|
|
506
|
+
decisionExecuted?: boolean | undefined;
|
|
507
|
+
researchComplete?: boolean | undefined;
|
|
508
|
+
strategyGenerate?: boolean | undefined;
|
|
509
|
+
} | undefined;
|
|
510
|
+
inApp?: {
|
|
511
|
+
enabled?: boolean | undefined;
|
|
512
|
+
entry?: boolean | undefined;
|
|
513
|
+
entryFill?: boolean | undefined;
|
|
514
|
+
entryCancel?: boolean | undefined;
|
|
515
|
+
exit?: boolean | undefined;
|
|
516
|
+
exitFill?: boolean | undefined;
|
|
517
|
+
exitCancel?: boolean | undefined;
|
|
518
|
+
status?: boolean | undefined;
|
|
519
|
+
warning?: boolean | undefined;
|
|
520
|
+
startup?: boolean | undefined;
|
|
521
|
+
protectionTrigger?: boolean | undefined;
|
|
522
|
+
strategyMsg?: boolean | undefined;
|
|
523
|
+
dailyReport?: boolean | undefined;
|
|
524
|
+
backtest?: boolean | undefined;
|
|
525
|
+
hyperopt?: boolean | undefined;
|
|
526
|
+
system?: boolean | undefined;
|
|
527
|
+
recommendation?: boolean | undefined;
|
|
528
|
+
concern?: boolean | undefined;
|
|
529
|
+
recommendationExpiry?: boolean | undefined;
|
|
530
|
+
decisionExecuted?: boolean | undefined;
|
|
531
|
+
researchComplete?: boolean | undefined;
|
|
532
|
+
strategyGenerate?: boolean | undefined;
|
|
533
|
+
} | undefined;
|
|
534
|
+
} | undefined;
|
|
207
535
|
contactId?: string | undefined;
|
|
536
|
+
role?: "admin" | "guest" | "user" | undefined;
|
|
537
|
+
supervised?: boolean | undefined;
|
|
538
|
+
blocked?: boolean | undefined;
|
|
539
|
+
locked?: boolean | undefined;
|
|
540
|
+
lockedUntil?: string | null | undefined;
|
|
541
|
+
referredByAffiliateId?: string | {} | undefined;
|
|
542
|
+
referralCodeUsed?: string | undefined;
|
|
543
|
+
couponCode?: string | undefined;
|
|
544
|
+
createdAt?: any;
|
|
545
|
+
updatedAt?: any;
|
|
546
|
+
lastLoginAt?: any;
|
|
208
547
|
skipEmailVerification?: boolean | undefined;
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
548
|
+
requiresCreditCard?: boolean | undefined;
|
|
549
|
+
signupSurvey?: {
|
|
550
|
+
source?: string | undefined;
|
|
551
|
+
traderType?: string | undefined;
|
|
552
|
+
} | undefined;
|
|
212
553
|
}, HookContext<UserService>>;
|
|
213
554
|
export declare const userDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
214
|
-
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").
|
|
555
|
+
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
215
556
|
googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
216
557
|
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
558
|
+
telegramId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
559
|
+
telegramUsername: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
217
560
|
email: import("@feathersjs/typebox").TString<"email">;
|
|
218
561
|
name: import("@feathersjs/typebox").TString<string>;
|
|
219
562
|
password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -239,6 +582,7 @@ export declare const userDataSchema: import("@feathersjs/typebox").TPick<import(
|
|
|
239
582
|
}>>;
|
|
240
583
|
usage: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
241
584
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
585
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
242
586
|
}>>;
|
|
243
587
|
push: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
244
588
|
web: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -249,8 +593,6 @@ export declare const userDataSchema: import("@feathersjs/typebox").TPick<import(
|
|
|
249
593
|
active: import("@feathersjs/typebox").TBoolean;
|
|
250
594
|
expires: import("@feathersjs/typebox").TString<string>;
|
|
251
595
|
}>>;
|
|
252
|
-
$inc: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
253
|
-
$aggregate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
254
596
|
displayCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"AUD">, import("@feathersjs/typebox").TLiteral<"BRL">, import("@feathersjs/typebox").TLiteral<"CAD">, import("@feathersjs/typebox").TLiteral<"CHF">, import("@feathersjs/typebox").TLiteral<"CLP">, import("@feathersjs/typebox").TLiteral<"CNY">, import("@feathersjs/typebox").TLiteral<"CZK">, import("@feathersjs/typebox").TLiteral<"DKK">, import("@feathersjs/typebox").TLiteral<"EUR">, import("@feathersjs/typebox").TLiteral<"GBP">, import("@feathersjs/typebox").TLiteral<"HKD">, import("@feathersjs/typebox").TLiteral<"HUF">, import("@feathersjs/typebox").TLiteral<"IDR">, import("@feathersjs/typebox").TLiteral<"ILS">, import("@feathersjs/typebox").TLiteral<"INR">, import("@feathersjs/typebox").TLiteral<"JPY">, import("@feathersjs/typebox").TLiteral<"KRW">, import("@feathersjs/typebox").TLiteral<"MXN">, import("@feathersjs/typebox").TLiteral<"MYR">, import("@feathersjs/typebox").TLiteral<"NOK">, import("@feathersjs/typebox").TLiteral<"NZD">, import("@feathersjs/typebox").TLiteral<"PHP">, import("@feathersjs/typebox").TLiteral<"PKR">, import("@feathersjs/typebox").TLiteral<"PLN">, import("@feathersjs/typebox").TLiteral<"RUB">, import("@feathersjs/typebox").TLiteral<"SEK">, import("@feathersjs/typebox").TLiteral<"SGD">, import("@feathersjs/typebox").TLiteral<"THB">, import("@feathersjs/typebox").TLiteral<"TRY">, import("@feathersjs/typebox").TLiteral<"TWD">, import("@feathersjs/typebox").TLiteral<"ZAR">, import("@feathersjs/typebox").TLiteral<"USD">]>>;
|
|
255
597
|
timezone: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
256
598
|
subscribe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -272,43 +614,150 @@ export declare const userDataSchema: import("@feathersjs/typebox").TPick<import(
|
|
|
272
614
|
strategies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
273
615
|
}>>;
|
|
274
616
|
onboarding: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
617
|
+
notifications: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
618
|
+
email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
619
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
620
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
621
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
622
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
623
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
624
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
625
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
626
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
627
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
628
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
629
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
630
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
631
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
632
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
633
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
634
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
635
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
636
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
637
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
638
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
639
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
640
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
641
|
+
}>>;
|
|
642
|
+
push: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
643
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
644
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
645
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
646
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
647
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
648
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
649
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
650
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
651
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
652
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
653
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
654
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
655
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
656
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
657
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
658
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
659
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
660
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
661
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
662
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
663
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
664
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
665
|
+
}>>;
|
|
666
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
667
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
668
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
669
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
670
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
671
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
672
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
673
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
674
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
675
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
676
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
677
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
678
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
679
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
680
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
681
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
682
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
683
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
684
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
685
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
686
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
687
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
688
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
689
|
+
}>>;
|
|
690
|
+
inApp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
691
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
692
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
693
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
694
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
695
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
696
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
697
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
698
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
699
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
700
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
701
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
702
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
703
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
704
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
705
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
706
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
707
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
708
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
709
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
710
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
711
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
712
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
713
|
+
}>>;
|
|
714
|
+
}>>;
|
|
275
715
|
contactId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
716
|
+
role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
717
|
+
supervised: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
718
|
+
blocked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
719
|
+
locked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
720
|
+
lockedUntil: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
721
|
+
referredByAffiliateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
722
|
+
referralCodeUsed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
723
|
+
couponCode: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
276
724
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
277
725
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
726
|
+
lastLoginAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
278
727
|
skipEmailVerification: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
279
|
-
|
|
728
|
+
/** Computed server-side: true when the require-credit-card feature flag evaluates true for this user */
|
|
729
|
+
requiresCreditCard: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
730
|
+
/** Signup survey answers collected during the credit-card wall flow */
|
|
731
|
+
signupSurvey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
732
|
+
source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
733
|
+
traderType: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
734
|
+
}>>;
|
|
735
|
+
}>, ["_id", "email", "password", "name", "avatar", "googleId", "appleId", "agreements", "timezone", "referralCodeUsed", "createdAt", "skipEmailVerification"]>;
|
|
280
736
|
export type UserData = Static<typeof userDataSchema>;
|
|
281
737
|
export declare const userDataValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
282
738
|
export declare const userDataResolver: import("@feathersjs/schema").Resolver<{
|
|
283
|
-
password?: string | undefined;
|
|
284
|
-
push?: {
|
|
285
|
-
web?: string | undefined;
|
|
286
|
-
ios?: string | undefined;
|
|
287
|
-
android?: string | undefined;
|
|
288
|
-
} | undefined;
|
|
289
|
-
country?: string | undefined;
|
|
290
|
-
subscription?: any;
|
|
291
|
-
trial?: {
|
|
292
|
-
active: boolean;
|
|
293
|
-
expires: string;
|
|
294
|
-
} | undefined;
|
|
295
|
-
stripe?: any;
|
|
296
739
|
_id?: string | {} | undefined;
|
|
297
|
-
createdAt?: any;
|
|
298
|
-
updatedAt?: any;
|
|
299
|
-
avatar?: string | undefined;
|
|
300
740
|
googleId?: any;
|
|
301
741
|
appleId?: any;
|
|
742
|
+
telegramId?: number | undefined;
|
|
743
|
+
telegramUsername?: string | undefined;
|
|
744
|
+
email: string;
|
|
745
|
+
name: string;
|
|
746
|
+
password?: string | undefined;
|
|
747
|
+
avatar?: string | undefined;
|
|
748
|
+
country?: string | undefined;
|
|
302
749
|
title?: string | null | undefined;
|
|
303
750
|
company?: string | null | undefined;
|
|
304
751
|
language?: string | undefined;
|
|
305
752
|
about?: string | null | undefined;
|
|
306
|
-
profile?: "
|
|
307
|
-
payment?: "
|
|
753
|
+
profile?: "aggressive" | "conservative" | "moderate" | undefined;
|
|
754
|
+
payment?: "revenuecat" | "stripe" | undefined;
|
|
308
755
|
yearly?: boolean | undefined;
|
|
309
756
|
paymentIntent?: any;
|
|
757
|
+
stripe?: any;
|
|
310
758
|
'stripe.id'?: any;
|
|
311
759
|
customerInfo?: any;
|
|
760
|
+
subscription?: any;
|
|
312
761
|
plan?: string | undefined;
|
|
313
762
|
appearance?: {
|
|
314
763
|
scheme?: string | undefined;
|
|
@@ -317,10 +766,18 @@ export declare const userDataResolver: import("@feathersjs/schema").Resolver<{
|
|
|
317
766
|
} | undefined;
|
|
318
767
|
usage?: {
|
|
319
768
|
hyperopt?: any;
|
|
769
|
+
backtest?: any;
|
|
770
|
+
} | undefined;
|
|
771
|
+
push?: {
|
|
772
|
+
web?: string | undefined;
|
|
773
|
+
ios?: string | undefined;
|
|
774
|
+
android?: string | undefined;
|
|
775
|
+
} | undefined;
|
|
776
|
+
trial?: {
|
|
777
|
+
active: boolean;
|
|
778
|
+
expires: string;
|
|
320
779
|
} | undefined;
|
|
321
|
-
|
|
322
|
-
$aggregate?: any;
|
|
323
|
-
displayCurrency?: "AUD" | "BRL" | "CAD" | "CHF" | "CLP" | "CNY" | "CZK" | "DKK" | "EUR" | "GBP" | "HKD" | "HUF" | "IDR" | "ILS" | "INR" | "JPY" | "KRW" | "MXN" | "MYR" | "NOK" | "NZD" | "PHP" | "PKR" | "PLN" | "RUB" | "SEK" | "SGD" | "THB" | "TRY" | "TWD" | "ZAR" | "USD" | undefined;
|
|
780
|
+
displayCurrency?: "AUD" | "BRL" | "CAD" | "CHF" | "CLP" | "CNY" | "CZK" | "DKK" | "EUR" | "GBP" | "HKD" | "HUF" | "IDR" | "ILS" | "INR" | "JPY" | "KRW" | "MXN" | "MYR" | "NOK" | "NZD" | "PHP" | "PKR" | "PLN" | "RUB" | "SEK" | "SGD" | "THB" | "TRY" | "TWD" | "USD" | "ZAR" | undefined;
|
|
324
781
|
timezone?: string | undefined;
|
|
325
782
|
subscribe?: string | undefined;
|
|
326
783
|
isVerified?: boolean | undefined;
|
|
@@ -333,23 +790,137 @@ export declare const userDataResolver: import("@feathersjs/schema").Resolver<{
|
|
|
333
790
|
resetShortToken?: string | null | undefined;
|
|
334
791
|
resetExpires?: number | null | undefined;
|
|
335
792
|
resetAttempts?: number | null | undefined;
|
|
793
|
+
agreements: boolean;
|
|
336
794
|
anon?: boolean | undefined;
|
|
337
795
|
bootstrap?: {
|
|
796
|
+
strategy?: any;
|
|
338
797
|
traders?: any;
|
|
339
798
|
strategies?: any;
|
|
340
|
-
strategy?: any;
|
|
341
799
|
} | undefined;
|
|
342
|
-
onboarding?: "
|
|
800
|
+
onboarding?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
801
|
+
notifications?: {
|
|
802
|
+
email?: {
|
|
803
|
+
enabled?: boolean | undefined;
|
|
804
|
+
entry?: boolean | undefined;
|
|
805
|
+
entryFill?: boolean | undefined;
|
|
806
|
+
entryCancel?: boolean | undefined;
|
|
807
|
+
exit?: boolean | undefined;
|
|
808
|
+
exitFill?: boolean | undefined;
|
|
809
|
+
exitCancel?: boolean | undefined;
|
|
810
|
+
status?: boolean | undefined;
|
|
811
|
+
warning?: boolean | undefined;
|
|
812
|
+
startup?: boolean | undefined;
|
|
813
|
+
protectionTrigger?: boolean | undefined;
|
|
814
|
+
strategyMsg?: boolean | undefined;
|
|
815
|
+
dailyReport?: boolean | undefined;
|
|
816
|
+
backtest?: boolean | undefined;
|
|
817
|
+
hyperopt?: boolean | undefined;
|
|
818
|
+
system?: boolean | undefined;
|
|
819
|
+
recommendation?: boolean | undefined;
|
|
820
|
+
concern?: boolean | undefined;
|
|
821
|
+
recommendationExpiry?: boolean | undefined;
|
|
822
|
+
decisionExecuted?: boolean | undefined;
|
|
823
|
+
researchComplete?: boolean | undefined;
|
|
824
|
+
strategyGenerate?: boolean | undefined;
|
|
825
|
+
} | undefined;
|
|
826
|
+
push?: {
|
|
827
|
+
enabled?: boolean | undefined;
|
|
828
|
+
entry?: boolean | undefined;
|
|
829
|
+
entryFill?: boolean | undefined;
|
|
830
|
+
entryCancel?: boolean | undefined;
|
|
831
|
+
exit?: boolean | undefined;
|
|
832
|
+
exitFill?: boolean | undefined;
|
|
833
|
+
exitCancel?: boolean | undefined;
|
|
834
|
+
status?: boolean | undefined;
|
|
835
|
+
warning?: boolean | undefined;
|
|
836
|
+
startup?: boolean | undefined;
|
|
837
|
+
protectionTrigger?: boolean | undefined;
|
|
838
|
+
strategyMsg?: boolean | undefined;
|
|
839
|
+
dailyReport?: boolean | undefined;
|
|
840
|
+
backtest?: boolean | undefined;
|
|
841
|
+
hyperopt?: boolean | undefined;
|
|
842
|
+
system?: boolean | undefined;
|
|
843
|
+
recommendation?: boolean | undefined;
|
|
844
|
+
concern?: boolean | undefined;
|
|
845
|
+
recommendationExpiry?: boolean | undefined;
|
|
846
|
+
decisionExecuted?: boolean | undefined;
|
|
847
|
+
researchComplete?: boolean | undefined;
|
|
848
|
+
strategyGenerate?: boolean | undefined;
|
|
849
|
+
} | undefined;
|
|
850
|
+
telegram?: {
|
|
851
|
+
enabled?: boolean | undefined;
|
|
852
|
+
entry?: boolean | undefined;
|
|
853
|
+
entryFill?: boolean | undefined;
|
|
854
|
+
entryCancel?: boolean | undefined;
|
|
855
|
+
exit?: boolean | undefined;
|
|
856
|
+
exitFill?: boolean | undefined;
|
|
857
|
+
exitCancel?: boolean | undefined;
|
|
858
|
+
status?: boolean | undefined;
|
|
859
|
+
warning?: boolean | undefined;
|
|
860
|
+
startup?: boolean | undefined;
|
|
861
|
+
protectionTrigger?: boolean | undefined;
|
|
862
|
+
strategyMsg?: boolean | undefined;
|
|
863
|
+
dailyReport?: boolean | undefined;
|
|
864
|
+
backtest?: boolean | undefined;
|
|
865
|
+
hyperopt?: boolean | undefined;
|
|
866
|
+
system?: boolean | undefined;
|
|
867
|
+
recommendation?: boolean | undefined;
|
|
868
|
+
concern?: boolean | undefined;
|
|
869
|
+
recommendationExpiry?: boolean | undefined;
|
|
870
|
+
decisionExecuted?: boolean | undefined;
|
|
871
|
+
researchComplete?: boolean | undefined;
|
|
872
|
+
strategyGenerate?: boolean | undefined;
|
|
873
|
+
} | undefined;
|
|
874
|
+
inApp?: {
|
|
875
|
+
enabled?: boolean | undefined;
|
|
876
|
+
entry?: boolean | undefined;
|
|
877
|
+
entryFill?: boolean | undefined;
|
|
878
|
+
entryCancel?: boolean | undefined;
|
|
879
|
+
exit?: boolean | undefined;
|
|
880
|
+
exitFill?: boolean | undefined;
|
|
881
|
+
exitCancel?: boolean | undefined;
|
|
882
|
+
status?: boolean | undefined;
|
|
883
|
+
warning?: boolean | undefined;
|
|
884
|
+
startup?: boolean | undefined;
|
|
885
|
+
protectionTrigger?: boolean | undefined;
|
|
886
|
+
strategyMsg?: boolean | undefined;
|
|
887
|
+
dailyReport?: boolean | undefined;
|
|
888
|
+
backtest?: boolean | undefined;
|
|
889
|
+
hyperopt?: boolean | undefined;
|
|
890
|
+
system?: boolean | undefined;
|
|
891
|
+
recommendation?: boolean | undefined;
|
|
892
|
+
concern?: boolean | undefined;
|
|
893
|
+
recommendationExpiry?: boolean | undefined;
|
|
894
|
+
decisionExecuted?: boolean | undefined;
|
|
895
|
+
researchComplete?: boolean | undefined;
|
|
896
|
+
strategyGenerate?: boolean | undefined;
|
|
897
|
+
} | undefined;
|
|
898
|
+
} | undefined;
|
|
343
899
|
contactId?: string | undefined;
|
|
900
|
+
role?: "admin" | "guest" | "user" | undefined;
|
|
901
|
+
supervised?: boolean | undefined;
|
|
902
|
+
blocked?: boolean | undefined;
|
|
903
|
+
locked?: boolean | undefined;
|
|
904
|
+
lockedUntil?: string | null | undefined;
|
|
905
|
+
referredByAffiliateId?: string | {} | undefined;
|
|
906
|
+
referralCodeUsed?: string | undefined;
|
|
907
|
+
couponCode?: string | undefined;
|
|
908
|
+
createdAt?: any;
|
|
909
|
+
updatedAt?: any;
|
|
910
|
+
lastLoginAt?: any;
|
|
344
911
|
skipEmailVerification?: boolean | undefined;
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
912
|
+
requiresCreditCard?: boolean | undefined;
|
|
913
|
+
signupSurvey?: {
|
|
914
|
+
source?: string | undefined;
|
|
915
|
+
traderType?: string | undefined;
|
|
916
|
+
} | undefined;
|
|
348
917
|
}, HookContext<UserService>>;
|
|
349
918
|
export declare const userPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
350
|
-
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").
|
|
919
|
+
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
351
920
|
googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
352
921
|
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
922
|
+
telegramId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
923
|
+
telegramUsername: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
353
924
|
email: import("@feathersjs/typebox").TString<"email">;
|
|
354
925
|
name: import("@feathersjs/typebox").TString<string>;
|
|
355
926
|
password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -375,6 +946,7 @@ export declare const userPatchSchema: import("@feathersjs/typebox").TPartial<imp
|
|
|
375
946
|
}>>;
|
|
376
947
|
usage: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
377
948
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
949
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
378
950
|
}>>;
|
|
379
951
|
push: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
380
952
|
web: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -385,8 +957,6 @@ export declare const userPatchSchema: import("@feathersjs/typebox").TPartial<imp
|
|
|
385
957
|
active: import("@feathersjs/typebox").TBoolean;
|
|
386
958
|
expires: import("@feathersjs/typebox").TString<string>;
|
|
387
959
|
}>>;
|
|
388
|
-
$inc: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
389
|
-
$aggregate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
390
960
|
displayCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"AUD">, import("@feathersjs/typebox").TLiteral<"BRL">, import("@feathersjs/typebox").TLiteral<"CAD">, import("@feathersjs/typebox").TLiteral<"CHF">, import("@feathersjs/typebox").TLiteral<"CLP">, import("@feathersjs/typebox").TLiteral<"CNY">, import("@feathersjs/typebox").TLiteral<"CZK">, import("@feathersjs/typebox").TLiteral<"DKK">, import("@feathersjs/typebox").TLiteral<"EUR">, import("@feathersjs/typebox").TLiteral<"GBP">, import("@feathersjs/typebox").TLiteral<"HKD">, import("@feathersjs/typebox").TLiteral<"HUF">, import("@feathersjs/typebox").TLiteral<"IDR">, import("@feathersjs/typebox").TLiteral<"ILS">, import("@feathersjs/typebox").TLiteral<"INR">, import("@feathersjs/typebox").TLiteral<"JPY">, import("@feathersjs/typebox").TLiteral<"KRW">, import("@feathersjs/typebox").TLiteral<"MXN">, import("@feathersjs/typebox").TLiteral<"MYR">, import("@feathersjs/typebox").TLiteral<"NOK">, import("@feathersjs/typebox").TLiteral<"NZD">, import("@feathersjs/typebox").TLiteral<"PHP">, import("@feathersjs/typebox").TLiteral<"PKR">, import("@feathersjs/typebox").TLiteral<"PLN">, import("@feathersjs/typebox").TLiteral<"RUB">, import("@feathersjs/typebox").TLiteral<"SEK">, import("@feathersjs/typebox").TLiteral<"SGD">, import("@feathersjs/typebox").TLiteral<"THB">, import("@feathersjs/typebox").TLiteral<"TRY">, import("@feathersjs/typebox").TLiteral<"TWD">, import("@feathersjs/typebox").TLiteral<"ZAR">, import("@feathersjs/typebox").TLiteral<"USD">]>>;
|
|
391
961
|
timezone: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
392
962
|
subscribe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -408,43 +978,150 @@ export declare const userPatchSchema: import("@feathersjs/typebox").TPartial<imp
|
|
|
408
978
|
strategies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
409
979
|
}>>;
|
|
410
980
|
onboarding: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
981
|
+
notifications: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
982
|
+
email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
983
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
984
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
985
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
986
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
987
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
988
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
989
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
990
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
991
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
992
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
993
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
994
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
995
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
996
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
997
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
998
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
999
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1000
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1001
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1002
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1003
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1004
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1005
|
+
}>>;
|
|
1006
|
+
push: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1007
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1008
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1009
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1010
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1011
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1012
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1013
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1014
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1015
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1016
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1017
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1018
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1019
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1020
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1021
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1022
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1023
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1024
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1025
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1026
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1027
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1028
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1029
|
+
}>>;
|
|
1030
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1031
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1032
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1033
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1034
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1035
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1036
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1037
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1038
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1039
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1040
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1041
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1042
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1043
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1044
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1045
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1046
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1047
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1048
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1049
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1050
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1051
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1052
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1053
|
+
}>>;
|
|
1054
|
+
inApp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1055
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1056
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1057
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1058
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1059
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1060
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1061
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1062
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1063
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1064
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1065
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1066
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1067
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1068
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1069
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1070
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1071
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1072
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1073
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1074
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1075
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1076
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1077
|
+
}>>;
|
|
1078
|
+
}>>;
|
|
411
1079
|
contactId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1080
|
+
role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
1081
|
+
supervised: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1082
|
+
blocked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1083
|
+
locked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1084
|
+
lockedUntil: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
1085
|
+
referredByAffiliateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1086
|
+
referralCodeUsed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1087
|
+
couponCode: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
412
1088
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
413
1089
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1090
|
+
lastLoginAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
414
1091
|
skipEmailVerification: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1092
|
+
/** Computed server-side: true when the require-credit-card feature flag evaluates true for this user */
|
|
1093
|
+
requiresCreditCard: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1094
|
+
/** Signup survey answers collected during the credit-card wall flow */
|
|
1095
|
+
signupSurvey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1096
|
+
source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1097
|
+
traderType: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1098
|
+
}>>;
|
|
415
1099
|
}>>;
|
|
416
1100
|
export type UserPatch = Static<typeof userPatchSchema>;
|
|
417
1101
|
export declare const userPatchValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
418
1102
|
export declare const userPatchResolver: import("@feathersjs/schema").Resolver<{
|
|
419
|
-
password?: string | undefined;
|
|
420
|
-
push?: {
|
|
421
|
-
web?: string | undefined;
|
|
422
|
-
ios?: string | undefined;
|
|
423
|
-
android?: string | undefined;
|
|
424
|
-
} | undefined;
|
|
425
|
-
country?: string | undefined;
|
|
426
|
-
subscription?: any;
|
|
427
|
-
trial?: {
|
|
428
|
-
active: boolean;
|
|
429
|
-
expires: string;
|
|
430
|
-
} | undefined;
|
|
431
|
-
stripe?: any;
|
|
432
1103
|
_id?: string | {} | undefined;
|
|
433
|
-
createdAt?: any;
|
|
434
|
-
updatedAt?: any;
|
|
435
|
-
avatar?: string | undefined;
|
|
436
1104
|
googleId?: any;
|
|
437
1105
|
appleId?: any;
|
|
1106
|
+
telegramId?: number | undefined;
|
|
1107
|
+
telegramUsername?: string | undefined;
|
|
1108
|
+
email: string;
|
|
1109
|
+
name: string;
|
|
1110
|
+
password?: string | undefined;
|
|
1111
|
+
avatar?: string | undefined;
|
|
1112
|
+
country?: string | undefined;
|
|
438
1113
|
title?: string | null | undefined;
|
|
439
1114
|
company?: string | null | undefined;
|
|
440
1115
|
language?: string | undefined;
|
|
441
1116
|
about?: string | null | undefined;
|
|
442
|
-
profile?: "
|
|
443
|
-
payment?: "
|
|
1117
|
+
profile?: "aggressive" | "conservative" | "moderate" | undefined;
|
|
1118
|
+
payment?: "revenuecat" | "stripe" | undefined;
|
|
444
1119
|
yearly?: boolean | undefined;
|
|
445
1120
|
paymentIntent?: any;
|
|
1121
|
+
stripe?: any;
|
|
446
1122
|
'stripe.id'?: any;
|
|
447
1123
|
customerInfo?: any;
|
|
1124
|
+
subscription?: any;
|
|
448
1125
|
plan?: string | undefined;
|
|
449
1126
|
appearance?: {
|
|
450
1127
|
scheme?: string | undefined;
|
|
@@ -453,10 +1130,18 @@ export declare const userPatchResolver: import("@feathersjs/schema").Resolver<{
|
|
|
453
1130
|
} | undefined;
|
|
454
1131
|
usage?: {
|
|
455
1132
|
hyperopt?: any;
|
|
1133
|
+
backtest?: any;
|
|
1134
|
+
} | undefined;
|
|
1135
|
+
push?: {
|
|
1136
|
+
web?: string | undefined;
|
|
1137
|
+
ios?: string | undefined;
|
|
1138
|
+
android?: string | undefined;
|
|
456
1139
|
} | undefined;
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
1140
|
+
trial?: {
|
|
1141
|
+
active: boolean;
|
|
1142
|
+
expires: string;
|
|
1143
|
+
} | undefined;
|
|
1144
|
+
displayCurrency?: "AUD" | "BRL" | "CAD" | "CHF" | "CLP" | "CNY" | "CZK" | "DKK" | "EUR" | "GBP" | "HKD" | "HUF" | "IDR" | "ILS" | "INR" | "JPY" | "KRW" | "MXN" | "MYR" | "NOK" | "NZD" | "PHP" | "PKR" | "PLN" | "RUB" | "SEK" | "SGD" | "THB" | "TRY" | "TWD" | "USD" | "ZAR" | undefined;
|
|
460
1145
|
timezone?: string | undefined;
|
|
461
1146
|
subscribe?: string | undefined;
|
|
462
1147
|
isVerified?: boolean | undefined;
|
|
@@ -469,23 +1154,143 @@ export declare const userPatchResolver: import("@feathersjs/schema").Resolver<{
|
|
|
469
1154
|
resetShortToken?: string | null | undefined;
|
|
470
1155
|
resetExpires?: number | null | undefined;
|
|
471
1156
|
resetAttempts?: number | null | undefined;
|
|
1157
|
+
agreements: boolean;
|
|
472
1158
|
anon?: boolean | undefined;
|
|
473
1159
|
bootstrap?: {
|
|
1160
|
+
strategy?: any;
|
|
474
1161
|
traders?: any;
|
|
475
1162
|
strategies?: any;
|
|
476
|
-
strategy?: any;
|
|
477
1163
|
} | undefined;
|
|
478
|
-
onboarding?: "
|
|
1164
|
+
onboarding?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
1165
|
+
notifications?: {
|
|
1166
|
+
email?: {
|
|
1167
|
+
enabled?: boolean | undefined;
|
|
1168
|
+
entry?: boolean | undefined;
|
|
1169
|
+
entryFill?: boolean | undefined;
|
|
1170
|
+
entryCancel?: boolean | undefined;
|
|
1171
|
+
exit?: boolean | undefined;
|
|
1172
|
+
exitFill?: boolean | undefined;
|
|
1173
|
+
exitCancel?: boolean | undefined;
|
|
1174
|
+
status?: boolean | undefined;
|
|
1175
|
+
warning?: boolean | undefined;
|
|
1176
|
+
startup?: boolean | undefined;
|
|
1177
|
+
protectionTrigger?: boolean | undefined;
|
|
1178
|
+
strategyMsg?: boolean | undefined;
|
|
1179
|
+
dailyReport?: boolean | undefined;
|
|
1180
|
+
backtest?: boolean | undefined;
|
|
1181
|
+
hyperopt?: boolean | undefined;
|
|
1182
|
+
system?: boolean | undefined;
|
|
1183
|
+
recommendation?: boolean | undefined;
|
|
1184
|
+
concern?: boolean | undefined;
|
|
1185
|
+
recommendationExpiry?: boolean | undefined;
|
|
1186
|
+
decisionExecuted?: boolean | undefined;
|
|
1187
|
+
researchComplete?: boolean | undefined;
|
|
1188
|
+
strategyGenerate?: boolean | undefined;
|
|
1189
|
+
} | undefined;
|
|
1190
|
+
push?: {
|
|
1191
|
+
enabled?: boolean | undefined;
|
|
1192
|
+
entry?: boolean | undefined;
|
|
1193
|
+
entryFill?: boolean | undefined;
|
|
1194
|
+
entryCancel?: boolean | undefined;
|
|
1195
|
+
exit?: boolean | undefined;
|
|
1196
|
+
exitFill?: boolean | undefined;
|
|
1197
|
+
exitCancel?: boolean | undefined;
|
|
1198
|
+
status?: boolean | undefined;
|
|
1199
|
+
warning?: boolean | undefined;
|
|
1200
|
+
startup?: boolean | undefined;
|
|
1201
|
+
protectionTrigger?: boolean | undefined;
|
|
1202
|
+
strategyMsg?: boolean | undefined;
|
|
1203
|
+
dailyReport?: boolean | undefined;
|
|
1204
|
+
backtest?: boolean | undefined;
|
|
1205
|
+
hyperopt?: boolean | undefined;
|
|
1206
|
+
system?: boolean | undefined;
|
|
1207
|
+
recommendation?: boolean | undefined;
|
|
1208
|
+
concern?: boolean | undefined;
|
|
1209
|
+
recommendationExpiry?: boolean | undefined;
|
|
1210
|
+
decisionExecuted?: boolean | undefined;
|
|
1211
|
+
researchComplete?: boolean | undefined;
|
|
1212
|
+
strategyGenerate?: boolean | undefined;
|
|
1213
|
+
} | undefined;
|
|
1214
|
+
telegram?: {
|
|
1215
|
+
enabled?: boolean | undefined;
|
|
1216
|
+
entry?: boolean | undefined;
|
|
1217
|
+
entryFill?: boolean | undefined;
|
|
1218
|
+
entryCancel?: boolean | undefined;
|
|
1219
|
+
exit?: boolean | undefined;
|
|
1220
|
+
exitFill?: boolean | undefined;
|
|
1221
|
+
exitCancel?: boolean | undefined;
|
|
1222
|
+
status?: boolean | undefined;
|
|
1223
|
+
warning?: boolean | undefined;
|
|
1224
|
+
startup?: boolean | undefined;
|
|
1225
|
+
protectionTrigger?: boolean | undefined;
|
|
1226
|
+
strategyMsg?: boolean | undefined;
|
|
1227
|
+
dailyReport?: boolean | undefined;
|
|
1228
|
+
backtest?: boolean | undefined;
|
|
1229
|
+
hyperopt?: boolean | undefined;
|
|
1230
|
+
system?: boolean | undefined;
|
|
1231
|
+
recommendation?: boolean | undefined;
|
|
1232
|
+
concern?: boolean | undefined;
|
|
1233
|
+
recommendationExpiry?: boolean | undefined;
|
|
1234
|
+
decisionExecuted?: boolean | undefined;
|
|
1235
|
+
researchComplete?: boolean | undefined;
|
|
1236
|
+
strategyGenerate?: boolean | undefined;
|
|
1237
|
+
} | undefined;
|
|
1238
|
+
inApp?: {
|
|
1239
|
+
enabled?: boolean | undefined;
|
|
1240
|
+
entry?: boolean | undefined;
|
|
1241
|
+
entryFill?: boolean | undefined;
|
|
1242
|
+
entryCancel?: boolean | undefined;
|
|
1243
|
+
exit?: boolean | undefined;
|
|
1244
|
+
exitFill?: boolean | undefined;
|
|
1245
|
+
exitCancel?: boolean | undefined;
|
|
1246
|
+
status?: boolean | undefined;
|
|
1247
|
+
warning?: boolean | undefined;
|
|
1248
|
+
startup?: boolean | undefined;
|
|
1249
|
+
protectionTrigger?: boolean | undefined;
|
|
1250
|
+
strategyMsg?: boolean | undefined;
|
|
1251
|
+
dailyReport?: boolean | undefined;
|
|
1252
|
+
backtest?: boolean | undefined;
|
|
1253
|
+
hyperopt?: boolean | undefined;
|
|
1254
|
+
system?: boolean | undefined;
|
|
1255
|
+
recommendation?: boolean | undefined;
|
|
1256
|
+
concern?: boolean | undefined;
|
|
1257
|
+
recommendationExpiry?: boolean | undefined;
|
|
1258
|
+
decisionExecuted?: boolean | undefined;
|
|
1259
|
+
researchComplete?: boolean | undefined;
|
|
1260
|
+
strategyGenerate?: boolean | undefined;
|
|
1261
|
+
} | undefined;
|
|
1262
|
+
} | undefined;
|
|
479
1263
|
contactId?: string | undefined;
|
|
1264
|
+
role?: "admin" | "guest" | "user" | undefined;
|
|
1265
|
+
supervised?: boolean | undefined;
|
|
1266
|
+
blocked?: boolean | undefined;
|
|
1267
|
+
locked?: boolean | undefined;
|
|
1268
|
+
lockedUntil?: string | null | undefined;
|
|
1269
|
+
referredByAffiliateId?: string | {} | undefined;
|
|
1270
|
+
referralCodeUsed?: string | undefined;
|
|
1271
|
+
couponCode?: string | undefined;
|
|
1272
|
+
createdAt?: any;
|
|
1273
|
+
updatedAt?: any;
|
|
1274
|
+
lastLoginAt?: any;
|
|
480
1275
|
skipEmailVerification?: boolean | undefined;
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
1276
|
+
requiresCreditCard?: boolean | undefined;
|
|
1277
|
+
signupSurvey?: {
|
|
1278
|
+
source?: string | undefined;
|
|
1279
|
+
traderType?: string | undefined;
|
|
1280
|
+
} | undefined;
|
|
484
1281
|
}, HookContext<UserService>>;
|
|
1282
|
+
/**
|
|
1283
|
+
* Before-patch hook: strips any field not in the allowlist when the request
|
|
1284
|
+
* comes from an external provider (REST / Socket.io). Internal callers
|
|
1285
|
+
* (provider === undefined) are unaffected.
|
|
1286
|
+
*/
|
|
1287
|
+
export declare const sanitizeExternalPatch: (context: any) => Promise<any>;
|
|
485
1288
|
export declare const userQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
486
|
-
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").
|
|
1289
|
+
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
487
1290
|
googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
488
1291
|
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1292
|
+
telegramId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1293
|
+
telegramUsername: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
489
1294
|
email: import("@feathersjs/typebox").TString<"email">;
|
|
490
1295
|
name: import("@feathersjs/typebox").TString<string>;
|
|
491
1296
|
password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -511,6 +1316,7 @@ export declare const userQueryProperties: import("@feathersjs/typebox").TPick<im
|
|
|
511
1316
|
}>>;
|
|
512
1317
|
usage: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
513
1318
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1319
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
514
1320
|
}>>;
|
|
515
1321
|
push: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
516
1322
|
web: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -521,8 +1327,6 @@ export declare const userQueryProperties: import("@feathersjs/typebox").TPick<im
|
|
|
521
1327
|
active: import("@feathersjs/typebox").TBoolean;
|
|
522
1328
|
expires: import("@feathersjs/typebox").TString<string>;
|
|
523
1329
|
}>>;
|
|
524
|
-
$inc: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
525
|
-
$aggregate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
526
1330
|
displayCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"AUD">, import("@feathersjs/typebox").TLiteral<"BRL">, import("@feathersjs/typebox").TLiteral<"CAD">, import("@feathersjs/typebox").TLiteral<"CHF">, import("@feathersjs/typebox").TLiteral<"CLP">, import("@feathersjs/typebox").TLiteral<"CNY">, import("@feathersjs/typebox").TLiteral<"CZK">, import("@feathersjs/typebox").TLiteral<"DKK">, import("@feathersjs/typebox").TLiteral<"EUR">, import("@feathersjs/typebox").TLiteral<"GBP">, import("@feathersjs/typebox").TLiteral<"HKD">, import("@feathersjs/typebox").TLiteral<"HUF">, import("@feathersjs/typebox").TLiteral<"IDR">, import("@feathersjs/typebox").TLiteral<"ILS">, import("@feathersjs/typebox").TLiteral<"INR">, import("@feathersjs/typebox").TLiteral<"JPY">, import("@feathersjs/typebox").TLiteral<"KRW">, import("@feathersjs/typebox").TLiteral<"MXN">, import("@feathersjs/typebox").TLiteral<"MYR">, import("@feathersjs/typebox").TLiteral<"NOK">, import("@feathersjs/typebox").TLiteral<"NZD">, import("@feathersjs/typebox").TLiteral<"PHP">, import("@feathersjs/typebox").TLiteral<"PKR">, import("@feathersjs/typebox").TLiteral<"PLN">, import("@feathersjs/typebox").TLiteral<"RUB">, import("@feathersjs/typebox").TLiteral<"SEK">, import("@feathersjs/typebox").TLiteral<"SGD">, import("@feathersjs/typebox").TLiteral<"THB">, import("@feathersjs/typebox").TLiteral<"TRY">, import("@feathersjs/typebox").TLiteral<"TWD">, import("@feathersjs/typebox").TLiteral<"ZAR">, import("@feathersjs/typebox").TLiteral<"USD">]>>;
|
|
527
1331
|
timezone: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
528
1332
|
subscribe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -544,124 +1348,346 @@ export declare const userQueryProperties: import("@feathersjs/typebox").TPick<im
|
|
|
544
1348
|
strategies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
545
1349
|
}>>;
|
|
546
1350
|
onboarding: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
1351
|
+
notifications: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1352
|
+
email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1353
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1354
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1355
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1356
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1357
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1358
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1359
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1360
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1361
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1362
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1363
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1364
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1365
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1366
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1367
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1368
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1369
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1370
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1371
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1372
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1373
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1374
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1375
|
+
}>>;
|
|
1376
|
+
push: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1377
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1378
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1379
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1380
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1381
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1382
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1383
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1384
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1385
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1386
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1387
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1388
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1389
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1390
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1391
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1392
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1393
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1394
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1395
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1396
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1397
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1398
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1399
|
+
}>>;
|
|
1400
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1401
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1402
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1403
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1404
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1405
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1406
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1407
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1408
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1409
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1410
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1411
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1412
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1413
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1414
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1415
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1416
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1417
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1418
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1419
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1420
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1421
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1422
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1423
|
+
}>>;
|
|
1424
|
+
inApp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1425
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1426
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1427
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1428
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1429
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1430
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1431
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1432
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1433
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1434
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1435
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1436
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1437
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1438
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1439
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1440
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1441
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1442
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1443
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1444
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1445
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1446
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1447
|
+
}>>;
|
|
1448
|
+
}>>;
|
|
547
1449
|
contactId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1450
|
+
role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
1451
|
+
supervised: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1452
|
+
blocked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1453
|
+
locked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1454
|
+
lockedUntil: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
1455
|
+
referredByAffiliateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1456
|
+
referralCodeUsed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1457
|
+
couponCode: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
548
1458
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
549
1459
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1460
|
+
lastLoginAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
550
1461
|
skipEmailVerification: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
551
|
-
|
|
1462
|
+
/** Computed server-side: true when the require-credit-card feature flag evaluates true for this user */
|
|
1463
|
+
requiresCreditCard: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1464
|
+
/** Signup survey answers collected during the credit-card wall flow */
|
|
1465
|
+
signupSurvey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1466
|
+
source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1467
|
+
traderType: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1468
|
+
}>>;
|
|
1469
|
+
}>, ["_id", "name", "email", "verifyToken", "googleId", "createdAt", "updatedAt", "appleId", "telegramId", "stripe", "stripe.id", "subscription", "isVerified", "lastLoginAt", "plan", "role", "supervised", "blocked", "onboarding"]>;
|
|
552
1470
|
export declare const userQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
553
1471
|
$limit: import("@feathersjs/typebox").TNumber;
|
|
554
1472
|
$skip: import("@feathersjs/typebox").TNumber;
|
|
555
1473
|
$sort: import("@feathersjs/typebox").TObject<{
|
|
556
|
-
email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
557
|
-
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
558
|
-
subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
559
|
-
stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
560
1474
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
1475
|
+
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
1476
|
+
blocked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
561
1477
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
1478
|
+
email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
562
1479
|
googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
563
|
-
|
|
1480
|
+
isVerified: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
1481
|
+
lastLoginAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
1482
|
+
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
1483
|
+
onboarding: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
1484
|
+
plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
1485
|
+
role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
1486
|
+
stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
564
1487
|
"stripe.id": import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
1488
|
+
subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
1489
|
+
supervised: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
1490
|
+
telegramId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
1491
|
+
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
565
1492
|
verifyToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
566
1493
|
}>;
|
|
567
|
-
$select: import("@feathersjs/typebox").TUnsafe<("email" | "
|
|
1494
|
+
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "appleId" | "blocked" | "createdAt" | "email" | "googleId" | "isVerified" | "lastLoginAt" | "name" | "onboarding" | "plan" | "role" | "stripe" | "stripe.id" | "subscription" | "supervised" | "telegramId" | "updatedAt" | "verifyToken")[]>;
|
|
568
1495
|
$and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1496
|
+
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<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<{
|
|
1497
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1498
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1499
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1500
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1501
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1502
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1503
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1504
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1505
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1506
|
+
} | undefined>]>>]>>;
|
|
1507
|
+
appleId: 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<{
|
|
1508
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1509
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1510
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1511
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1512
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1513
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1514
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1515
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1516
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1517
|
+
} | undefined>]>>]>>;
|
|
1518
|
+
blocked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1519
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1520
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1521
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1522
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1523
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1524
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1525
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1526
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1527
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1528
|
+
} | undefined>]>>]>>;
|
|
1529
|
+
createdAt: 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<{
|
|
1530
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1531
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1532
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1533
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1534
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1535
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1536
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1537
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1538
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1539
|
+
} | undefined>]>>]>>;
|
|
569
1540
|
email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"email">, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
570
1541
|
$gt: import("@feathersjs/typebox").TString<"email">;
|
|
571
1542
|
$gte: import("@feathersjs/typebox").TString<"email">;
|
|
572
1543
|
$lt: import("@feathersjs/typebox").TString<"email">;
|
|
573
1544
|
$lte: import("@feathersjs/typebox").TString<"email">;
|
|
574
1545
|
$ne: import("@feathersjs/typebox").TString<"email">;
|
|
575
|
-
$in: import("@feathersjs/typebox").
|
|
576
|
-
$nin: import("@feathersjs/typebox").
|
|
577
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
578
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
579
|
-
} | undefined>]>>]>>;
|
|
580
|
-
name: 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<{
|
|
581
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
582
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
583
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
584
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
585
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
586
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
587
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
1546
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"email">> | import("@feathersjs/typebox").TString<"email">;
|
|
1547
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"email">> | import("@feathersjs/typebox").TString<"email">;
|
|
588
1548
|
}>, import("@feathersjs/typebox").TObject<{
|
|
589
1549
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
590
1550
|
} | undefined>]>>]>>;
|
|
591
|
-
|
|
1551
|
+
googleId: 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<{
|
|
592
1552
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
593
1553
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
594
1554
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
595
1555
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
596
1556
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
597
|
-
$in: import("@feathersjs/typebox").
|
|
598
|
-
$nin: import("@feathersjs/typebox").
|
|
1557
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1558
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
599
1559
|
}>, import("@feathersjs/typebox").TObject<{
|
|
600
1560
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
601
1561
|
} | undefined>]>>]>>;
|
|
602
|
-
|
|
1562
|
+
isVerified: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1563
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1564
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1565
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1566
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1567
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1568
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1569
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1570
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1571
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1572
|
+
} | undefined>]>>]>>;
|
|
1573
|
+
lastLoginAt: 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<{
|
|
603
1574
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
604
1575
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
605
1576
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
606
1577
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
607
1578
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
608
|
-
$in: import("@feathersjs/typebox").
|
|
609
|
-
$nin: import("@feathersjs/typebox").
|
|
1579
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1580
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
610
1581
|
}>, import("@feathersjs/typebox").TObject<{
|
|
611
1582
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
612
1583
|
} | undefined>]>>]>>;
|
|
613
|
-
|
|
614
|
-
$gt: import("@feathersjs/typebox").
|
|
615
|
-
$gte: import("@feathersjs/typebox").
|
|
616
|
-
$lt: import("@feathersjs/typebox").
|
|
617
|
-
$lte: import("@feathersjs/typebox").
|
|
618
|
-
$ne: import("@feathersjs/typebox").
|
|
619
|
-
$in: import("@feathersjs/typebox").
|
|
620
|
-
$nin: import("@feathersjs/typebox").
|
|
1584
|
+
name: 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<{
|
|
1585
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
1586
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
1587
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
1588
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
1589
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
1590
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
1591
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
621
1592
|
}>, import("@feathersjs/typebox").TObject<{
|
|
622
1593
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
623
1594
|
} | undefined>]>>]>>;
|
|
624
|
-
|
|
1595
|
+
onboarding: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1596
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
1597
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
1598
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
1599
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
1600
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
1601
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
1602
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
1603
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1604
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1605
|
+
} | undefined>]>>]>>;
|
|
1606
|
+
plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1607
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1608
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1609
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1610
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1611
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1612
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1613
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1614
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1615
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1616
|
+
} | undefined>]>>]>>;
|
|
1617
|
+
role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1618
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
1619
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
1620
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
1621
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
1622
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
1623
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
1624
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
1625
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1626
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1627
|
+
} | undefined>]>>]>>;
|
|
1628
|
+
stripe: 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<{
|
|
625
1629
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
626
1630
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
627
1631
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
628
1632
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
629
1633
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
630
|
-
$in: import("@feathersjs/typebox").
|
|
631
|
-
$nin: import("@feathersjs/typebox").
|
|
1634
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1635
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
632
1636
|
}>, import("@feathersjs/typebox").TObject<{
|
|
633
1637
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
634
1638
|
} | undefined>]>>]>>;
|
|
635
|
-
|
|
1639
|
+
"stripe.id": 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<{
|
|
636
1640
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
637
1641
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
638
1642
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
639
1643
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
640
1644
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
641
|
-
$in: import("@feathersjs/typebox").
|
|
642
|
-
$nin: import("@feathersjs/typebox").
|
|
1645
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1646
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
643
1647
|
}>, import("@feathersjs/typebox").TObject<{
|
|
644
1648
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
645
1649
|
} | undefined>]>>]>>;
|
|
646
|
-
|
|
1650
|
+
subscription: 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<{
|
|
647
1651
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
648
1652
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
649
1653
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
650
1654
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
651
1655
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
652
|
-
$in: import("@feathersjs/typebox").
|
|
653
|
-
$nin: import("@feathersjs/typebox").
|
|
1656
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1657
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
654
1658
|
}>, import("@feathersjs/typebox").TObject<{
|
|
655
1659
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
656
1660
|
} | undefined>]>>]>>;
|
|
657
|
-
|
|
1661
|
+
supervised: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1662
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1663
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1664
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1665
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1666
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1667
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1668
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1669
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1670
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1671
|
+
} | undefined>]>>]>>;
|
|
1672
|
+
telegramId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1673
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1674
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1675
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1676
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1677
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1678
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1679
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1680
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1681
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1682
|
+
} | undefined>]>>]>>;
|
|
1683
|
+
updatedAt: 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<{
|
|
658
1684
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
659
1685
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
660
1686
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
661
1687
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
662
1688
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
663
|
-
$in: import("@feathersjs/typebox").
|
|
664
|
-
$nin: import("@feathersjs/typebox").
|
|
1689
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1690
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
665
1691
|
}>, import("@feathersjs/typebox").TObject<{
|
|
666
1692
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
667
1693
|
} | undefined>]>>]>>;
|
|
@@ -671,109 +1697,208 @@ export declare const userQuerySchema: import("@feathersjs/typebox").TIntersect<[
|
|
|
671
1697
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
672
1698
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
673
1699
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
674
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]
|
|
675
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]
|
|
1700
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
1701
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
676
1702
|
}>, import("@feathersjs/typebox").TObject<{
|
|
677
1703
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
678
1704
|
} | undefined>]>>]>>;
|
|
679
1705
|
}>>, import("@feathersjs/typebox").TObject<{
|
|
680
1706
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
681
|
-
|
|
682
|
-
$gt: import("@feathersjs/typebox").TString<"
|
|
683
|
-
$gte: import("@feathersjs/typebox").TString<"
|
|
684
|
-
$lt: import("@feathersjs/typebox").TString<"
|
|
685
|
-
$lte: import("@feathersjs/typebox").TString<"
|
|
686
|
-
$ne: import("@feathersjs/typebox").TString<"
|
|
687
|
-
$in: import("@feathersjs/typebox").TString<"
|
|
688
|
-
$nin: import("@feathersjs/typebox").TString<"
|
|
1707
|
+
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<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<{
|
|
1708
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1709
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1710
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1711
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1712
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1713
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1714
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
689
1715
|
}>, import("@feathersjs/typebox").TObject<{
|
|
690
1716
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
691
1717
|
} | undefined>]>>]>>;
|
|
692
|
-
|
|
693
|
-
$gt: import("@feathersjs/typebox").
|
|
694
|
-
$gte: import("@feathersjs/typebox").
|
|
695
|
-
$lt: import("@feathersjs/typebox").
|
|
696
|
-
$lte: import("@feathersjs/typebox").
|
|
697
|
-
$ne: import("@feathersjs/typebox").
|
|
698
|
-
$in: import("@feathersjs/typebox").
|
|
699
|
-
$nin: import("@feathersjs/typebox").
|
|
1718
|
+
appleId: 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<{
|
|
1719
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1720
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1721
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1722
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1723
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1724
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1725
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
700
1726
|
}>, import("@feathersjs/typebox").TObject<{
|
|
701
1727
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
702
1728
|
} | undefined>]>>]>>;
|
|
703
|
-
|
|
1729
|
+
blocked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1730
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1731
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1732
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1733
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1734
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1735
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1736
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1737
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1738
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1739
|
+
} | undefined>]>>]>>;
|
|
1740
|
+
createdAt: 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<{
|
|
704
1741
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
705
1742
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
706
1743
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
707
1744
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
708
1745
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
709
|
-
$in: import("@feathersjs/typebox").
|
|
710
|
-
$nin: import("@feathersjs/typebox").
|
|
1746
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1747
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
711
1748
|
}>, import("@feathersjs/typebox").TObject<{
|
|
712
1749
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
713
1750
|
} | undefined>]>>]>>;
|
|
714
|
-
|
|
1751
|
+
email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"email">, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1752
|
+
$gt: import("@feathersjs/typebox").TString<"email">;
|
|
1753
|
+
$gte: import("@feathersjs/typebox").TString<"email">;
|
|
1754
|
+
$lt: import("@feathersjs/typebox").TString<"email">;
|
|
1755
|
+
$lte: import("@feathersjs/typebox").TString<"email">;
|
|
1756
|
+
$ne: import("@feathersjs/typebox").TString<"email">;
|
|
1757
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"email">> | import("@feathersjs/typebox").TString<"email">;
|
|
1758
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"email">> | import("@feathersjs/typebox").TString<"email">;
|
|
1759
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1760
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1761
|
+
} | undefined>]>>]>>;
|
|
1762
|
+
googleId: 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<{
|
|
715
1763
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
716
1764
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
717
1765
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
718
1766
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
719
1767
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
720
|
-
$in: import("@feathersjs/typebox").
|
|
721
|
-
$nin: import("@feathersjs/typebox").
|
|
1768
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1769
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
722
1770
|
}>, import("@feathersjs/typebox").TObject<{
|
|
723
1771
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
724
1772
|
} | undefined>]>>]>>;
|
|
725
|
-
|
|
726
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
727
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
728
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
729
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
730
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
731
|
-
$in: import("@feathersjs/typebox").
|
|
732
|
-
$nin: import("@feathersjs/typebox").
|
|
1773
|
+
isVerified: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1774
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1775
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1776
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1777
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1778
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1779
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1780
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
733
1781
|
}>, import("@feathersjs/typebox").TObject<{
|
|
734
1782
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
735
1783
|
} | undefined>]>>]>>;
|
|
736
|
-
|
|
1784
|
+
lastLoginAt: 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<{
|
|
737
1785
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
738
1786
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
739
1787
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
740
1788
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
741
1789
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
742
|
-
$in: import("@feathersjs/typebox").
|
|
743
|
-
$nin: import("@feathersjs/typebox").
|
|
1790
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1791
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
744
1792
|
}>, import("@feathersjs/typebox").TObject<{
|
|
745
1793
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
746
1794
|
} | undefined>]>>]>>;
|
|
747
|
-
|
|
1795
|
+
name: 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<{
|
|
1796
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
1797
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
1798
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
1799
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
1800
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
1801
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
1802
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
1803
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1804
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1805
|
+
} | undefined>]>>]>>;
|
|
1806
|
+
onboarding: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1807
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
1808
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
1809
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
1810
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
1811
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
1812
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
1813
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
1814
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1815
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1816
|
+
} | undefined>]>>]>>;
|
|
1817
|
+
plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1818
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1819
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1820
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1821
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1822
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1823
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1824
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1825
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1826
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1827
|
+
} | undefined>]>>]>>;
|
|
1828
|
+
role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1829
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
1830
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
1831
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
1832
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
1833
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
1834
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
1835
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
1836
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1837
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1838
|
+
} | undefined>]>>]>>;
|
|
1839
|
+
stripe: 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<{
|
|
748
1840
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
749
1841
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
750
1842
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
751
1843
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
752
1844
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
753
|
-
$in: import("@feathersjs/typebox").
|
|
754
|
-
$nin: import("@feathersjs/typebox").
|
|
1845
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1846
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
755
1847
|
}>, import("@feathersjs/typebox").TObject<{
|
|
756
1848
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
757
1849
|
} | undefined>]>>]>>;
|
|
758
|
-
|
|
1850
|
+
"stripe.id": 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<{
|
|
759
1851
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
760
1852
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
761
1853
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
762
1854
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
763
1855
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
764
|
-
$in: import("@feathersjs/typebox").
|
|
765
|
-
$nin: import("@feathersjs/typebox").
|
|
1856
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1857
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
766
1858
|
}>, import("@feathersjs/typebox").TObject<{
|
|
767
1859
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
768
1860
|
} | undefined>]>>]>>;
|
|
769
|
-
|
|
1861
|
+
subscription: 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<{
|
|
770
1862
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
771
1863
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
772
1864
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
773
1865
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
774
1866
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
775
|
-
$in: import("@feathersjs/typebox").
|
|
776
|
-
$nin: import("@feathersjs/typebox").
|
|
1867
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1868
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1869
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1870
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1871
|
+
} | undefined>]>>]>>;
|
|
1872
|
+
supervised: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1873
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1874
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1875
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1876
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1877
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1878
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1879
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1880
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1881
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1882
|
+
} | undefined>]>>]>>;
|
|
1883
|
+
telegramId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1884
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1885
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1886
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1887
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1888
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1889
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1890
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1891
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1892
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1893
|
+
} | undefined>]>>]>>;
|
|
1894
|
+
updatedAt: 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<{
|
|
1895
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1896
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1897
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1898
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1899
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1900
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1901
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
777
1902
|
}>, import("@feathersjs/typebox").TObject<{
|
|
778
1903
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
779
1904
|
} | undefined>]>>]>>;
|
|
@@ -783,110 +1908,209 @@ export declare const userQuerySchema: import("@feathersjs/typebox").TIntersect<[
|
|
|
783
1908
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
784
1909
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
785
1910
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
786
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]
|
|
787
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]
|
|
1911
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
1912
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
788
1913
|
}>, import("@feathersjs/typebox").TObject<{
|
|
789
1914
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
790
1915
|
} | undefined>]>>]>>;
|
|
791
1916
|
}>>>;
|
|
792
1917
|
}>]>>;
|
|
793
1918
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1919
|
+
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<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<{
|
|
1920
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1921
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1922
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1923
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1924
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1925
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1926
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1927
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1928
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1929
|
+
} | undefined>]>>]>>;
|
|
1930
|
+
appleId: 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<{
|
|
1931
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1932
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1933
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1934
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1935
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1936
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1937
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1938
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1939
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1940
|
+
} | undefined>]>>]>>;
|
|
1941
|
+
blocked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1942
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1943
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1944
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1945
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1946
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1947
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1948
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1949
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1950
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1951
|
+
} | undefined>]>>]>>;
|
|
1952
|
+
createdAt: 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<{
|
|
1953
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1954
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1955
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1956
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1957
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1958
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1959
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1960
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1961
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1962
|
+
} | undefined>]>>]>>;
|
|
794
1963
|
email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"email">, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
795
1964
|
$gt: import("@feathersjs/typebox").TString<"email">;
|
|
796
1965
|
$gte: import("@feathersjs/typebox").TString<"email">;
|
|
797
1966
|
$lt: import("@feathersjs/typebox").TString<"email">;
|
|
798
1967
|
$lte: import("@feathersjs/typebox").TString<"email">;
|
|
799
1968
|
$ne: import("@feathersjs/typebox").TString<"email">;
|
|
800
|
-
$in: import("@feathersjs/typebox").
|
|
801
|
-
$nin: import("@feathersjs/typebox").
|
|
802
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
803
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
804
|
-
} | undefined>]>>]>>;
|
|
805
|
-
name: 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<{
|
|
806
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
807
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
808
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
809
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
810
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
811
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
812
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
1969
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"email">> | import("@feathersjs/typebox").TString<"email">;
|
|
1970
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"email">> | import("@feathersjs/typebox").TString<"email">;
|
|
813
1971
|
}>, import("@feathersjs/typebox").TObject<{
|
|
814
1972
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
815
1973
|
} | undefined>]>>]>>;
|
|
816
|
-
|
|
1974
|
+
googleId: 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<{
|
|
817
1975
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
818
1976
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
819
1977
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
820
1978
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
821
1979
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
822
|
-
$in: import("@feathersjs/typebox").
|
|
823
|
-
$nin: import("@feathersjs/typebox").
|
|
1980
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1981
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
824
1982
|
}>, import("@feathersjs/typebox").TObject<{
|
|
825
1983
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
826
1984
|
} | undefined>]>>]>>;
|
|
827
|
-
|
|
1985
|
+
isVerified: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1986
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1987
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1988
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1989
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1990
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1991
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1992
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1993
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1994
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1995
|
+
} | undefined>]>>]>>;
|
|
1996
|
+
lastLoginAt: 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<{
|
|
828
1997
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
829
1998
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
830
1999
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
831
2000
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
832
2001
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
833
|
-
$in: import("@feathersjs/typebox").
|
|
834
|
-
$nin: import("@feathersjs/typebox").
|
|
2002
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2003
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2004
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
2005
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2006
|
+
} | undefined>]>>]>>;
|
|
2007
|
+
name: 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<{
|
|
2008
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
2009
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
2010
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
2011
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
2012
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
2013
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
2014
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
835
2015
|
}>, import("@feathersjs/typebox").TObject<{
|
|
836
2016
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
837
2017
|
} | undefined>]>>]>>;
|
|
838
|
-
|
|
839
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
840
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
841
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
842
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
843
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
844
|
-
$in: import("@feathersjs/typebox").
|
|
845
|
-
$nin: import("@feathersjs/typebox").
|
|
2018
|
+
onboarding: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
2019
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
2020
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
2021
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
2022
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
2023
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
2024
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
2025
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
846
2026
|
}>, import("@feathersjs/typebox").TObject<{
|
|
847
2027
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
848
2028
|
} | undefined>]>>]>>;
|
|
849
|
-
|
|
2029
|
+
plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
2030
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2031
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2032
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2033
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2034
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2035
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2036
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2037
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
2038
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2039
|
+
} | undefined>]>>]>>;
|
|
2040
|
+
role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
2041
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
2042
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
2043
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
2044
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
2045
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
2046
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
2047
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
2048
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
2049
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2050
|
+
} | undefined>]>>]>>;
|
|
2051
|
+
stripe: 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<{
|
|
850
2052
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
851
2053
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
852
2054
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
853
2055
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
854
2056
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
855
|
-
$in: import("@feathersjs/typebox").
|
|
856
|
-
$nin: import("@feathersjs/typebox").
|
|
2057
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2058
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
857
2059
|
}>, import("@feathersjs/typebox").TObject<{
|
|
858
2060
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
859
2061
|
} | undefined>]>>]>>;
|
|
860
|
-
|
|
2062
|
+
"stripe.id": 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<{
|
|
861
2063
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
862
2064
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
863
2065
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
864
2066
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
865
2067
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
866
|
-
$in: import("@feathersjs/typebox").
|
|
867
|
-
$nin: import("@feathersjs/typebox").
|
|
2068
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2069
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
868
2070
|
}>, import("@feathersjs/typebox").TObject<{
|
|
869
2071
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
870
2072
|
} | undefined>]>>]>>;
|
|
871
|
-
|
|
2073
|
+
subscription: 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<{
|
|
872
2074
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
873
2075
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
874
2076
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
875
2077
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
876
2078
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
877
|
-
$in: import("@feathersjs/typebox").
|
|
878
|
-
$nin: import("@feathersjs/typebox").
|
|
2079
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2080
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
879
2081
|
}>, import("@feathersjs/typebox").TObject<{
|
|
880
2082
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
881
2083
|
} | undefined>]>>]>>;
|
|
882
|
-
|
|
2084
|
+
supervised: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
2085
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2086
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2087
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2088
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2089
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2090
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2091
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2092
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
2093
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2094
|
+
} | undefined>]>>]>>;
|
|
2095
|
+
telegramId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
2096
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
2097
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
2098
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
2099
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
2100
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
2101
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
2102
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
2103
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
2104
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2105
|
+
} | undefined>]>>]>>;
|
|
2106
|
+
updatedAt: 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<{
|
|
883
2107
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
884
2108
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
885
2109
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
886
2110
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
887
2111
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
888
|
-
$in: import("@feathersjs/typebox").
|
|
889
|
-
$nin: import("@feathersjs/typebox").
|
|
2112
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2113
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
890
2114
|
}>, import("@feathersjs/typebox").TObject<{
|
|
891
2115
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
892
2116
|
} | undefined>]>>]>>;
|
|
@@ -896,109 +2120,208 @@ export declare const userQuerySchema: import("@feathersjs/typebox").TIntersect<[
|
|
|
896
2120
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
897
2121
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
898
2122
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
899
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]
|
|
900
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]
|
|
2123
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
2124
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
901
2125
|
}>, import("@feathersjs/typebox").TObject<{
|
|
902
2126
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
903
2127
|
} | undefined>]>>]>>;
|
|
904
2128
|
}>>>;
|
|
905
2129
|
}>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
2130
|
+
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<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<{
|
|
2131
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
2132
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
2133
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
2134
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
2135
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
2136
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
2137
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
2138
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
2139
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2140
|
+
} | undefined>]>>]>>;
|
|
2141
|
+
appleId: 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<{
|
|
2142
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2143
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2144
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2145
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2146
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2147
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2148
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2149
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
2150
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2151
|
+
} | undefined>]>>]>>;
|
|
2152
|
+
blocked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
2153
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2154
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2155
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2156
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2157
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2158
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2159
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2160
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
2161
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2162
|
+
} | undefined>]>>]>>;
|
|
2163
|
+
createdAt: 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<{
|
|
2164
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2165
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2166
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2167
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2168
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2169
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2170
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2171
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
2172
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2173
|
+
} | undefined>]>>]>>;
|
|
906
2174
|
email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"email">, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
907
2175
|
$gt: import("@feathersjs/typebox").TString<"email">;
|
|
908
2176
|
$gte: import("@feathersjs/typebox").TString<"email">;
|
|
909
2177
|
$lt: import("@feathersjs/typebox").TString<"email">;
|
|
910
2178
|
$lte: import("@feathersjs/typebox").TString<"email">;
|
|
911
2179
|
$ne: import("@feathersjs/typebox").TString<"email">;
|
|
912
|
-
$in: import("@feathersjs/typebox").
|
|
913
|
-
$nin: import("@feathersjs/typebox").
|
|
2180
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"email">> | import("@feathersjs/typebox").TString<"email">;
|
|
2181
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"email">> | import("@feathersjs/typebox").TString<"email">;
|
|
914
2182
|
}>, import("@feathersjs/typebox").TObject<{
|
|
915
2183
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
916
2184
|
} | undefined>]>>]>>;
|
|
917
|
-
|
|
918
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
919
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
920
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
921
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
922
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
923
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
924
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
925
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
926
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
927
|
-
} | undefined>]>>]>>;
|
|
928
|
-
subscription: 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<{
|
|
2185
|
+
googleId: 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<{
|
|
929
2186
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
930
2187
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
931
2188
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
932
2189
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
933
2190
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
934
|
-
$in: import("@feathersjs/typebox").
|
|
935
|
-
$nin: import("@feathersjs/typebox").
|
|
2191
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2192
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
936
2193
|
}>, import("@feathersjs/typebox").TObject<{
|
|
937
2194
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
938
2195
|
} | undefined>]>>]>>;
|
|
939
|
-
|
|
2196
|
+
isVerified: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
2197
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2198
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2199
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2200
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2201
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2202
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2203
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2204
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
2205
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2206
|
+
} | undefined>]>>]>>;
|
|
2207
|
+
lastLoginAt: 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<{
|
|
940
2208
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
941
2209
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
942
2210
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
943
2211
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
944
2212
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
945
|
-
$in: import("@feathersjs/typebox").
|
|
946
|
-
$nin: import("@feathersjs/typebox").
|
|
2213
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2214
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
947
2215
|
}>, import("@feathersjs/typebox").TObject<{
|
|
948
2216
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
949
2217
|
} | undefined>]>>]>>;
|
|
950
|
-
|
|
951
|
-
$gt: import("@feathersjs/typebox").
|
|
952
|
-
$gte: import("@feathersjs/typebox").
|
|
953
|
-
$lt: import("@feathersjs/typebox").
|
|
954
|
-
$lte: import("@feathersjs/typebox").
|
|
955
|
-
$ne: import("@feathersjs/typebox").
|
|
956
|
-
$in: import("@feathersjs/typebox").
|
|
957
|
-
$nin: import("@feathersjs/typebox").
|
|
2218
|
+
name: 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<{
|
|
2219
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
2220
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
2221
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
2222
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
2223
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
2224
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
2225
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
958
2226
|
}>, import("@feathersjs/typebox").TObject<{
|
|
959
2227
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
960
2228
|
} | undefined>]>>]>>;
|
|
961
|
-
|
|
2229
|
+
onboarding: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
2230
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
2231
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
2232
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
2233
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
2234
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
2235
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
2236
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"traders">, import("@feathersjs/typebox").TLiteral<"exchanges">]>>;
|
|
2237
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
2238
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2239
|
+
} | undefined>]>>]>>;
|
|
2240
|
+
plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
2241
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2242
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2243
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2244
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2245
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2246
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2247
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2248
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
2249
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2250
|
+
} | undefined>]>>]>>;
|
|
2251
|
+
role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
2252
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
2253
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
2254
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
2255
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
2256
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
2257
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
2258
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
2259
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
2260
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2261
|
+
} | undefined>]>>]>>;
|
|
2262
|
+
stripe: 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<{
|
|
962
2263
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
963
2264
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
964
2265
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
965
2266
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
966
2267
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
967
|
-
$in: import("@feathersjs/typebox").
|
|
968
|
-
$nin: import("@feathersjs/typebox").
|
|
2268
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2269
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
969
2270
|
}>, import("@feathersjs/typebox").TObject<{
|
|
970
2271
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
971
2272
|
} | undefined>]>>]>>;
|
|
972
|
-
|
|
2273
|
+
"stripe.id": 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<{
|
|
973
2274
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
974
2275
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
975
2276
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
976
2277
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
977
2278
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
978
|
-
$in: import("@feathersjs/typebox").
|
|
979
|
-
$nin: import("@feathersjs/typebox").
|
|
2279
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2280
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
980
2281
|
}>, import("@feathersjs/typebox").TObject<{
|
|
981
2282
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
982
2283
|
} | undefined>]>>]>>;
|
|
983
|
-
|
|
2284
|
+
subscription: 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<{
|
|
984
2285
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
985
2286
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
986
2287
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
987
2288
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
988
2289
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
989
|
-
$in: import("@feathersjs/typebox").
|
|
990
|
-
$nin: import("@feathersjs/typebox").
|
|
2290
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2291
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
991
2292
|
}>, import("@feathersjs/typebox").TObject<{
|
|
992
2293
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
993
2294
|
} | undefined>]>>]>>;
|
|
994
|
-
|
|
2295
|
+
supervised: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
2296
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2297
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2298
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2299
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2300
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2301
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2302
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2303
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
2304
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2305
|
+
} | undefined>]>>]>>;
|
|
2306
|
+
telegramId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
2307
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
2308
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
2309
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
2310
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
2311
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
2312
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
2313
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
2314
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
2315
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2316
|
+
} | undefined>]>>]>>;
|
|
2317
|
+
updatedAt: 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<{
|
|
995
2318
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
996
2319
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
997
2320
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
998
2321
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
999
2322
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1000
|
-
$in: import("@feathersjs/typebox").
|
|
1001
|
-
$nin: import("@feathersjs/typebox").
|
|
2323
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2324
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1002
2325
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1003
2326
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1004
2327
|
} | undefined>]>>]>>;
|
|
@@ -1008,8 +2331,8 @@ export declare const userQuerySchema: import("@feathersjs/typebox").TIntersect<[
|
|
|
1008
2331
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
1009
2332
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
1010
2333
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
1011
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]
|
|
1012
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]
|
|
2334
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
2335
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
1013
2336
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1014
2337
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1015
2338
|
} | undefined>]>>]>>;
|
|
@@ -1020,19 +2343,48 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
1020
2343
|
$limit: number;
|
|
1021
2344
|
$skip: number;
|
|
1022
2345
|
$sort: {
|
|
1023
|
-
email?: number | undefined;
|
|
1024
|
-
name?: number | undefined;
|
|
1025
|
-
subscription?: number | undefined;
|
|
1026
|
-
stripe?: number | undefined;
|
|
1027
2346
|
_id?: number | undefined;
|
|
2347
|
+
appleId?: number | undefined;
|
|
2348
|
+
blocked?: number | undefined;
|
|
1028
2349
|
createdAt?: number | undefined;
|
|
2350
|
+
email?: number | undefined;
|
|
1029
2351
|
googleId?: number | undefined;
|
|
1030
|
-
|
|
2352
|
+
isVerified?: number | undefined;
|
|
2353
|
+
lastLoginAt?: number | undefined;
|
|
2354
|
+
name?: number | undefined;
|
|
2355
|
+
onboarding?: number | undefined;
|
|
2356
|
+
plan?: number | undefined;
|
|
2357
|
+
role?: number | undefined;
|
|
2358
|
+
stripe?: number | undefined;
|
|
1031
2359
|
"stripe.id"?: number | undefined;
|
|
2360
|
+
subscription?: number | undefined;
|
|
2361
|
+
supervised?: number | undefined;
|
|
2362
|
+
telegramId?: number | undefined;
|
|
2363
|
+
updatedAt?: number | undefined;
|
|
1032
2364
|
verifyToken?: number | undefined;
|
|
1033
2365
|
};
|
|
1034
|
-
$select: ("email" | "
|
|
2366
|
+
$select: ("_id" | "appleId" | "blocked" | "createdAt" | "email" | "googleId" | "isVerified" | "lastLoginAt" | "name" | "onboarding" | "plan" | "role" | "stripe" | "stripe.id" | "subscription" | "supervised" | "telegramId" | "updatedAt" | "verifyToken")[];
|
|
1035
2367
|
$and: ({
|
|
2368
|
+
_id?: string | Partial<{
|
|
2369
|
+
$gt?: string | {} | undefined;
|
|
2370
|
+
$gte?: string | {} | undefined;
|
|
2371
|
+
$lt?: string | {} | undefined;
|
|
2372
|
+
$lte?: string | {} | undefined;
|
|
2373
|
+
$ne?: string | {} | undefined;
|
|
2374
|
+
$in: string | (string | {})[] | {};
|
|
2375
|
+
$nin: string | (string | {})[] | {};
|
|
2376
|
+
} & {}> | {} | undefined;
|
|
2377
|
+
appleId?: any;
|
|
2378
|
+
blocked?: boolean | Partial<{
|
|
2379
|
+
$gt?: boolean | undefined;
|
|
2380
|
+
$gte?: boolean | undefined;
|
|
2381
|
+
$lt?: boolean | undefined;
|
|
2382
|
+
$lte?: boolean | undefined;
|
|
2383
|
+
$ne?: boolean | undefined;
|
|
2384
|
+
$in: boolean | boolean[];
|
|
2385
|
+
$nin: boolean | boolean[];
|
|
2386
|
+
} & {}> | undefined;
|
|
2387
|
+
createdAt?: any;
|
|
1036
2388
|
email?: string | Partial<{
|
|
1037
2389
|
$gt: string;
|
|
1038
2390
|
$gte: string;
|
|
@@ -1042,6 +2394,17 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
1042
2394
|
$in: string | string[];
|
|
1043
2395
|
$nin: string | string[];
|
|
1044
2396
|
} & {}> | undefined;
|
|
2397
|
+
googleId?: any;
|
|
2398
|
+
isVerified?: boolean | Partial<{
|
|
2399
|
+
$gt?: boolean | undefined;
|
|
2400
|
+
$gte?: boolean | undefined;
|
|
2401
|
+
$lt?: boolean | undefined;
|
|
2402
|
+
$lte?: boolean | undefined;
|
|
2403
|
+
$ne?: boolean | undefined;
|
|
2404
|
+
$in: boolean | boolean[];
|
|
2405
|
+
$nin: boolean | boolean[];
|
|
2406
|
+
} & {}> | undefined;
|
|
2407
|
+
lastLoginAt?: any;
|
|
1045
2408
|
name?: string | Partial<{
|
|
1046
2409
|
$gt: string;
|
|
1047
2410
|
$gte: string;
|
|
@@ -1051,21 +2414,55 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
1051
2414
|
$in: string | string[];
|
|
1052
2415
|
$nin: string | string[];
|
|
1053
2416
|
} & {}> | undefined;
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
$
|
|
1058
|
-
$
|
|
1059
|
-
$
|
|
1060
|
-
$
|
|
1061
|
-
$
|
|
1062
|
-
|
|
1063
|
-
|
|
2417
|
+
onboarding?: "exchanges" | "strategies" | "traders" | Partial<{
|
|
2418
|
+
$gt?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2419
|
+
$gte?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2420
|
+
$lt?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2421
|
+
$lte?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2422
|
+
$ne?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2423
|
+
$in: "exchanges" | "strategies" | "traders" | ("exchanges" | "strategies" | "traders" | null)[] | null;
|
|
2424
|
+
$nin: "exchanges" | "strategies" | "traders" | ("exchanges" | "strategies" | "traders" | null)[] | null;
|
|
2425
|
+
} & {}> | null | undefined;
|
|
2426
|
+
plan?: string | Partial<{
|
|
2427
|
+
$gt?: string | undefined;
|
|
2428
|
+
$gte?: string | undefined;
|
|
2429
|
+
$lt?: string | undefined;
|
|
2430
|
+
$lte?: string | undefined;
|
|
2431
|
+
$ne?: string | undefined;
|
|
2432
|
+
$in: string | string[];
|
|
2433
|
+
$nin: string | string[];
|
|
1064
2434
|
} & {}> | undefined;
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
2435
|
+
role?: "admin" | "guest" | "user" | Partial<{
|
|
2436
|
+
$gt?: "admin" | "guest" | "user" | undefined;
|
|
2437
|
+
$gte?: "admin" | "guest" | "user" | undefined;
|
|
2438
|
+
$lt?: "admin" | "guest" | "user" | undefined;
|
|
2439
|
+
$lte?: "admin" | "guest" | "user" | undefined;
|
|
2440
|
+
$ne?: "admin" | "guest" | "user" | undefined;
|
|
2441
|
+
$in: "admin" | "guest" | "user" | ("admin" | "guest" | "user")[];
|
|
2442
|
+
$nin: "admin" | "guest" | "user" | ("admin" | "guest" | "user")[];
|
|
2443
|
+
} & {}> | undefined;
|
|
2444
|
+
stripe?: any;
|
|
1068
2445
|
"stripe.id"?: any;
|
|
2446
|
+
subscription?: any;
|
|
2447
|
+
supervised?: boolean | Partial<{
|
|
2448
|
+
$gt?: boolean | undefined;
|
|
2449
|
+
$gte?: boolean | undefined;
|
|
2450
|
+
$lt?: boolean | undefined;
|
|
2451
|
+
$lte?: boolean | undefined;
|
|
2452
|
+
$ne?: boolean | undefined;
|
|
2453
|
+
$in: boolean | boolean[];
|
|
2454
|
+
$nin: boolean | boolean[];
|
|
2455
|
+
} & {}> | undefined;
|
|
2456
|
+
telegramId?: number | Partial<{
|
|
2457
|
+
$gt?: number | undefined;
|
|
2458
|
+
$gte?: number | undefined;
|
|
2459
|
+
$lt?: number | undefined;
|
|
2460
|
+
$lte?: number | undefined;
|
|
2461
|
+
$ne?: number | undefined;
|
|
2462
|
+
$in: number | number[];
|
|
2463
|
+
$nin: number | number[];
|
|
2464
|
+
} & {}> | undefined;
|
|
2465
|
+
updatedAt?: any;
|
|
1069
2466
|
verifyToken?: string | Partial<{
|
|
1070
2467
|
$gt?: string | null | undefined;
|
|
1071
2468
|
$gte?: string | null | undefined;
|
|
@@ -1077,6 +2474,26 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
1077
2474
|
} & {}> | null | undefined;
|
|
1078
2475
|
} | {
|
|
1079
2476
|
$or: {
|
|
2477
|
+
_id?: string | Partial<{
|
|
2478
|
+
$gt?: string | {} | undefined;
|
|
2479
|
+
$gte?: string | {} | undefined;
|
|
2480
|
+
$lt?: string | {} | undefined;
|
|
2481
|
+
$lte?: string | {} | undefined;
|
|
2482
|
+
$ne?: string | {} | undefined;
|
|
2483
|
+
$in: string | (string | {})[] | {};
|
|
2484
|
+
$nin: string | (string | {})[] | {};
|
|
2485
|
+
} & {}> | {} | undefined;
|
|
2486
|
+
appleId?: any;
|
|
2487
|
+
blocked?: boolean | Partial<{
|
|
2488
|
+
$gt?: boolean | undefined;
|
|
2489
|
+
$gte?: boolean | undefined;
|
|
2490
|
+
$lt?: boolean | undefined;
|
|
2491
|
+
$lte?: boolean | undefined;
|
|
2492
|
+
$ne?: boolean | undefined;
|
|
2493
|
+
$in: boolean | boolean[];
|
|
2494
|
+
$nin: boolean | boolean[];
|
|
2495
|
+
} & {}> | undefined;
|
|
2496
|
+
createdAt?: any;
|
|
1080
2497
|
email?: string | Partial<{
|
|
1081
2498
|
$gt: string;
|
|
1082
2499
|
$gte: string;
|
|
@@ -1086,6 +2503,17 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
1086
2503
|
$in: string | string[];
|
|
1087
2504
|
$nin: string | string[];
|
|
1088
2505
|
} & {}> | undefined;
|
|
2506
|
+
googleId?: any;
|
|
2507
|
+
isVerified?: boolean | Partial<{
|
|
2508
|
+
$gt?: boolean | undefined;
|
|
2509
|
+
$gte?: boolean | undefined;
|
|
2510
|
+
$lt?: boolean | undefined;
|
|
2511
|
+
$lte?: boolean | undefined;
|
|
2512
|
+
$ne?: boolean | undefined;
|
|
2513
|
+
$in: boolean | boolean[];
|
|
2514
|
+
$nin: boolean | boolean[];
|
|
2515
|
+
} & {}> | undefined;
|
|
2516
|
+
lastLoginAt?: any;
|
|
1089
2517
|
name?: string | Partial<{
|
|
1090
2518
|
$gt: string;
|
|
1091
2519
|
$gte: string;
|
|
@@ -1095,21 +2523,55 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
1095
2523
|
$in: string | string[];
|
|
1096
2524
|
$nin: string | string[];
|
|
1097
2525
|
} & {}> | undefined;
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
$
|
|
1102
|
-
$
|
|
1103
|
-
$
|
|
1104
|
-
$
|
|
1105
|
-
$
|
|
1106
|
-
|
|
1107
|
-
|
|
2526
|
+
onboarding?: "exchanges" | "strategies" | "traders" | Partial<{
|
|
2527
|
+
$gt?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2528
|
+
$gte?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2529
|
+
$lt?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2530
|
+
$lte?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2531
|
+
$ne?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2532
|
+
$in: "exchanges" | "strategies" | "traders" | ("exchanges" | "strategies" | "traders" | null)[] | null;
|
|
2533
|
+
$nin: "exchanges" | "strategies" | "traders" | ("exchanges" | "strategies" | "traders" | null)[] | null;
|
|
2534
|
+
} & {}> | null | undefined;
|
|
2535
|
+
plan?: string | Partial<{
|
|
2536
|
+
$gt?: string | undefined;
|
|
2537
|
+
$gte?: string | undefined;
|
|
2538
|
+
$lt?: string | undefined;
|
|
2539
|
+
$lte?: string | undefined;
|
|
2540
|
+
$ne?: string | undefined;
|
|
2541
|
+
$in: string | string[];
|
|
2542
|
+
$nin: string | string[];
|
|
1108
2543
|
} & {}> | undefined;
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
2544
|
+
role?: "admin" | "guest" | "user" | Partial<{
|
|
2545
|
+
$gt?: "admin" | "guest" | "user" | undefined;
|
|
2546
|
+
$gte?: "admin" | "guest" | "user" | undefined;
|
|
2547
|
+
$lt?: "admin" | "guest" | "user" | undefined;
|
|
2548
|
+
$lte?: "admin" | "guest" | "user" | undefined;
|
|
2549
|
+
$ne?: "admin" | "guest" | "user" | undefined;
|
|
2550
|
+
$in: "admin" | "guest" | "user" | ("admin" | "guest" | "user")[];
|
|
2551
|
+
$nin: "admin" | "guest" | "user" | ("admin" | "guest" | "user")[];
|
|
2552
|
+
} & {}> | undefined;
|
|
2553
|
+
stripe?: any;
|
|
1112
2554
|
"stripe.id"?: any;
|
|
2555
|
+
subscription?: any;
|
|
2556
|
+
supervised?: boolean | Partial<{
|
|
2557
|
+
$gt?: boolean | undefined;
|
|
2558
|
+
$gte?: boolean | undefined;
|
|
2559
|
+
$lt?: boolean | undefined;
|
|
2560
|
+
$lte?: boolean | undefined;
|
|
2561
|
+
$ne?: boolean | undefined;
|
|
2562
|
+
$in: boolean | boolean[];
|
|
2563
|
+
$nin: boolean | boolean[];
|
|
2564
|
+
} & {}> | undefined;
|
|
2565
|
+
telegramId?: number | Partial<{
|
|
2566
|
+
$gt?: number | undefined;
|
|
2567
|
+
$gte?: number | undefined;
|
|
2568
|
+
$lt?: number | undefined;
|
|
2569
|
+
$lte?: number | undefined;
|
|
2570
|
+
$ne?: number | undefined;
|
|
2571
|
+
$in: number | number[];
|
|
2572
|
+
$nin: number | number[];
|
|
2573
|
+
} & {}> | undefined;
|
|
2574
|
+
updatedAt?: any;
|
|
1113
2575
|
verifyToken?: string | Partial<{
|
|
1114
2576
|
$gt?: string | null | undefined;
|
|
1115
2577
|
$gte?: string | null | undefined;
|
|
@@ -1122,6 +2584,26 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
1122
2584
|
}[];
|
|
1123
2585
|
})[];
|
|
1124
2586
|
$or: {
|
|
2587
|
+
_id?: string | Partial<{
|
|
2588
|
+
$gt?: string | {} | undefined;
|
|
2589
|
+
$gte?: string | {} | undefined;
|
|
2590
|
+
$lt?: string | {} | undefined;
|
|
2591
|
+
$lte?: string | {} | undefined;
|
|
2592
|
+
$ne?: string | {} | undefined;
|
|
2593
|
+
$in: string | (string | {})[] | {};
|
|
2594
|
+
$nin: string | (string | {})[] | {};
|
|
2595
|
+
} & {}> | {} | undefined;
|
|
2596
|
+
appleId?: any;
|
|
2597
|
+
blocked?: boolean | Partial<{
|
|
2598
|
+
$gt?: boolean | undefined;
|
|
2599
|
+
$gte?: boolean | undefined;
|
|
2600
|
+
$lt?: boolean | undefined;
|
|
2601
|
+
$lte?: boolean | undefined;
|
|
2602
|
+
$ne?: boolean | undefined;
|
|
2603
|
+
$in: boolean | boolean[];
|
|
2604
|
+
$nin: boolean | boolean[];
|
|
2605
|
+
} & {}> | undefined;
|
|
2606
|
+
createdAt?: any;
|
|
1125
2607
|
email?: string | Partial<{
|
|
1126
2608
|
$gt: string;
|
|
1127
2609
|
$gte: string;
|
|
@@ -1131,6 +2613,17 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
1131
2613
|
$in: string | string[];
|
|
1132
2614
|
$nin: string | string[];
|
|
1133
2615
|
} & {}> | undefined;
|
|
2616
|
+
googleId?: any;
|
|
2617
|
+
isVerified?: boolean | Partial<{
|
|
2618
|
+
$gt?: boolean | undefined;
|
|
2619
|
+
$gte?: boolean | undefined;
|
|
2620
|
+
$lt?: boolean | undefined;
|
|
2621
|
+
$lte?: boolean | undefined;
|
|
2622
|
+
$ne?: boolean | undefined;
|
|
2623
|
+
$in: boolean | boolean[];
|
|
2624
|
+
$nin: boolean | boolean[];
|
|
2625
|
+
} & {}> | undefined;
|
|
2626
|
+
lastLoginAt?: any;
|
|
1134
2627
|
name?: string | Partial<{
|
|
1135
2628
|
$gt: string;
|
|
1136
2629
|
$gte: string;
|
|
@@ -1140,21 +2633,55 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
1140
2633
|
$in: string | string[];
|
|
1141
2634
|
$nin: string | string[];
|
|
1142
2635
|
} & {}> | undefined;
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
$
|
|
1147
|
-
$
|
|
1148
|
-
$
|
|
1149
|
-
$
|
|
1150
|
-
$
|
|
1151
|
-
|
|
1152
|
-
|
|
2636
|
+
onboarding?: "exchanges" | "strategies" | "traders" | Partial<{
|
|
2637
|
+
$gt?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2638
|
+
$gte?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2639
|
+
$lt?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2640
|
+
$lte?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2641
|
+
$ne?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2642
|
+
$in: "exchanges" | "strategies" | "traders" | ("exchanges" | "strategies" | "traders" | null)[] | null;
|
|
2643
|
+
$nin: "exchanges" | "strategies" | "traders" | ("exchanges" | "strategies" | "traders" | null)[] | null;
|
|
2644
|
+
} & {}> | null | undefined;
|
|
2645
|
+
plan?: string | Partial<{
|
|
2646
|
+
$gt?: string | undefined;
|
|
2647
|
+
$gte?: string | undefined;
|
|
2648
|
+
$lt?: string | undefined;
|
|
2649
|
+
$lte?: string | undefined;
|
|
2650
|
+
$ne?: string | undefined;
|
|
2651
|
+
$in: string | string[];
|
|
2652
|
+
$nin: string | string[];
|
|
1153
2653
|
} & {}> | undefined;
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
2654
|
+
role?: "admin" | "guest" | "user" | Partial<{
|
|
2655
|
+
$gt?: "admin" | "guest" | "user" | undefined;
|
|
2656
|
+
$gte?: "admin" | "guest" | "user" | undefined;
|
|
2657
|
+
$lt?: "admin" | "guest" | "user" | undefined;
|
|
2658
|
+
$lte?: "admin" | "guest" | "user" | undefined;
|
|
2659
|
+
$ne?: "admin" | "guest" | "user" | undefined;
|
|
2660
|
+
$in: "admin" | "guest" | "user" | ("admin" | "guest" | "user")[];
|
|
2661
|
+
$nin: "admin" | "guest" | "user" | ("admin" | "guest" | "user")[];
|
|
2662
|
+
} & {}> | undefined;
|
|
2663
|
+
stripe?: any;
|
|
1157
2664
|
"stripe.id"?: any;
|
|
2665
|
+
subscription?: any;
|
|
2666
|
+
supervised?: boolean | Partial<{
|
|
2667
|
+
$gt?: boolean | undefined;
|
|
2668
|
+
$gte?: boolean | undefined;
|
|
2669
|
+
$lt?: boolean | undefined;
|
|
2670
|
+
$lte?: boolean | undefined;
|
|
2671
|
+
$ne?: boolean | undefined;
|
|
2672
|
+
$in: boolean | boolean[];
|
|
2673
|
+
$nin: boolean | boolean[];
|
|
2674
|
+
} & {}> | undefined;
|
|
2675
|
+
telegramId?: number | Partial<{
|
|
2676
|
+
$gt?: number | undefined;
|
|
2677
|
+
$gte?: number | undefined;
|
|
2678
|
+
$lt?: number | undefined;
|
|
2679
|
+
$lte?: number | undefined;
|
|
2680
|
+
$ne?: number | undefined;
|
|
2681
|
+
$in: number | number[];
|
|
2682
|
+
$nin: number | number[];
|
|
2683
|
+
} & {}> | undefined;
|
|
2684
|
+
updatedAt?: any;
|
|
1158
2685
|
verifyToken?: string | Partial<{
|
|
1159
2686
|
$gt?: string | null | undefined;
|
|
1160
2687
|
$gte?: string | null | undefined;
|
|
@@ -1166,6 +2693,26 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
1166
2693
|
} & {}> | null | undefined;
|
|
1167
2694
|
}[];
|
|
1168
2695
|
}> & {
|
|
2696
|
+
_id?: string | Partial<{
|
|
2697
|
+
$gt?: string | {} | undefined;
|
|
2698
|
+
$gte?: string | {} | undefined;
|
|
2699
|
+
$lt?: string | {} | undefined;
|
|
2700
|
+
$lte?: string | {} | undefined;
|
|
2701
|
+
$ne?: string | {} | undefined;
|
|
2702
|
+
$in: string | (string | {})[] | {};
|
|
2703
|
+
$nin: string | (string | {})[] | {};
|
|
2704
|
+
} & {}> | {} | undefined;
|
|
2705
|
+
appleId?: any;
|
|
2706
|
+
blocked?: boolean | Partial<{
|
|
2707
|
+
$gt?: boolean | undefined;
|
|
2708
|
+
$gte?: boolean | undefined;
|
|
2709
|
+
$lt?: boolean | undefined;
|
|
2710
|
+
$lte?: boolean | undefined;
|
|
2711
|
+
$ne?: boolean | undefined;
|
|
2712
|
+
$in: boolean | boolean[];
|
|
2713
|
+
$nin: boolean | boolean[];
|
|
2714
|
+
} & {}> | undefined;
|
|
2715
|
+
createdAt?: any;
|
|
1169
2716
|
email?: string | Partial<{
|
|
1170
2717
|
$gt: string;
|
|
1171
2718
|
$gte: string;
|
|
@@ -1175,6 +2722,17 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
1175
2722
|
$in: string | string[];
|
|
1176
2723
|
$nin: string | string[];
|
|
1177
2724
|
} & {}> | undefined;
|
|
2725
|
+
googleId?: any;
|
|
2726
|
+
isVerified?: boolean | Partial<{
|
|
2727
|
+
$gt?: boolean | undefined;
|
|
2728
|
+
$gte?: boolean | undefined;
|
|
2729
|
+
$lt?: boolean | undefined;
|
|
2730
|
+
$lte?: boolean | undefined;
|
|
2731
|
+
$ne?: boolean | undefined;
|
|
2732
|
+
$in: boolean | boolean[];
|
|
2733
|
+
$nin: boolean | boolean[];
|
|
2734
|
+
} & {}> | undefined;
|
|
2735
|
+
lastLoginAt?: any;
|
|
1178
2736
|
name?: string | Partial<{
|
|
1179
2737
|
$gt: string;
|
|
1180
2738
|
$gte: string;
|
|
@@ -1184,21 +2742,55 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
1184
2742
|
$in: string | string[];
|
|
1185
2743
|
$nin: string | string[];
|
|
1186
2744
|
} & {}> | undefined;
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
$
|
|
1191
|
-
$
|
|
1192
|
-
$
|
|
1193
|
-
$
|
|
1194
|
-
$
|
|
1195
|
-
|
|
1196
|
-
|
|
2745
|
+
onboarding?: "exchanges" | "strategies" | "traders" | Partial<{
|
|
2746
|
+
$gt?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2747
|
+
$gte?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2748
|
+
$lt?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2749
|
+
$lte?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2750
|
+
$ne?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
2751
|
+
$in: "exchanges" | "strategies" | "traders" | ("exchanges" | "strategies" | "traders" | null)[] | null;
|
|
2752
|
+
$nin: "exchanges" | "strategies" | "traders" | ("exchanges" | "strategies" | "traders" | null)[] | null;
|
|
2753
|
+
} & {}> | null | undefined;
|
|
2754
|
+
plan?: string | Partial<{
|
|
2755
|
+
$gt?: string | undefined;
|
|
2756
|
+
$gte?: string | undefined;
|
|
2757
|
+
$lt?: string | undefined;
|
|
2758
|
+
$lte?: string | undefined;
|
|
2759
|
+
$ne?: string | undefined;
|
|
2760
|
+
$in: string | string[];
|
|
2761
|
+
$nin: string | string[];
|
|
1197
2762
|
} & {}> | undefined;
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
2763
|
+
role?: "admin" | "guest" | "user" | Partial<{
|
|
2764
|
+
$gt?: "admin" | "guest" | "user" | undefined;
|
|
2765
|
+
$gte?: "admin" | "guest" | "user" | undefined;
|
|
2766
|
+
$lt?: "admin" | "guest" | "user" | undefined;
|
|
2767
|
+
$lte?: "admin" | "guest" | "user" | undefined;
|
|
2768
|
+
$ne?: "admin" | "guest" | "user" | undefined;
|
|
2769
|
+
$in: "admin" | "guest" | "user" | ("admin" | "guest" | "user")[];
|
|
2770
|
+
$nin: "admin" | "guest" | "user" | ("admin" | "guest" | "user")[];
|
|
2771
|
+
} & {}> | undefined;
|
|
2772
|
+
stripe?: any;
|
|
1201
2773
|
"stripe.id"?: any;
|
|
2774
|
+
subscription?: any;
|
|
2775
|
+
supervised?: boolean | Partial<{
|
|
2776
|
+
$gt?: boolean | undefined;
|
|
2777
|
+
$gte?: boolean | undefined;
|
|
2778
|
+
$lt?: boolean | undefined;
|
|
2779
|
+
$lte?: boolean | undefined;
|
|
2780
|
+
$ne?: boolean | undefined;
|
|
2781
|
+
$in: boolean | boolean[];
|
|
2782
|
+
$nin: boolean | boolean[];
|
|
2783
|
+
} & {}> | undefined;
|
|
2784
|
+
telegramId?: number | Partial<{
|
|
2785
|
+
$gt?: number | undefined;
|
|
2786
|
+
$gte?: number | undefined;
|
|
2787
|
+
$lt?: number | undefined;
|
|
2788
|
+
$lte?: number | undefined;
|
|
2789
|
+
$ne?: number | undefined;
|
|
2790
|
+
$in: number | number[];
|
|
2791
|
+
$nin: number | number[];
|
|
2792
|
+
} & {}> | undefined;
|
|
2793
|
+
updatedAt?: any;
|
|
1202
2794
|
verifyToken?: string | Partial<{
|
|
1203
2795
|
$gt?: string | null | undefined;
|
|
1204
2796
|
$gte?: string | null | undefined;
|