@cryptorobot.ai/client 0.0.40 → 1.26.0-dev.998
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 +165 -23
- 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 +3 -2
- package/lib/src/services/agents/agents.schema.d.ts +2263 -1061
- package/lib/src/services/agents/agents.shared.d.ts +1 -1
- 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.schema.d.ts +24 -24
- package/lib/src/services/agents/prepare/prepare.shared.d.ts +1 -1
- 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 +3 -2
- package/lib/src/services/agents/sessions/conversations/conversations.hooks.d.ts +11 -0
- package/lib/src/services/agents/sessions/conversations/conversations.schema.d.ts +833 -463
- package/lib/src/services/agents/sessions/conversations/conversations.shared.d.ts +1 -1
- 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 +3 -2
- package/lib/src/services/agents/sessions/sessions.hooks.d.ts +11 -0
- package/lib/src/services/agents/sessions/sessions.schema.d.ts +450 -362
- package/lib/src/services/agents/sessions/sessions.shared.d.ts +1 -1
- 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 +3 -2
- package/lib/src/services/events/events.schema.d.ts +340 -340
- package/lib/src/services/events/events.shared.d.ts +1 -1
- package/lib/src/services/events/triggers/triggers.class.d.ts +3 -2
- package/lib/src/services/events/triggers/triggers.schema.d.ts +1022 -842
- package/lib/src/services/events/triggers/triggers.shared.d.ts +1 -1
- package/lib/src/services/events/types/types.class.d.ts +3 -2
- package/lib/src/services/events/types/types.schema.d.ts +350 -350
- package/lib/src/services/events/types/types.shared.d.ts +1 -1
- 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 +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 +3 -2
- package/lib/src/services/extensions/extensions.schema.d.ts +641 -559
- package/lib/src/services/extensions/extensions.shared.d.ts +1 -1
- 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/{tools/tools.schema.d.ts → insights/insights.schema.d.ts} +130 -162
- 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 +2 -2
- package/lib/src/services/keys/keys.class.d.ts +3 -2
- package/lib/src/services/keys/keys.schema.d.ts +364 -364
- package/lib/src/services/keys/keys.shared.d.ts +1 -1
- 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.shared.d.ts +1 -1
- 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 +315 -315
- 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 +3 -2
- package/lib/src/services/strategies/generate/generate.schema.d.ts +534 -88
- package/lib/src/services/strategies/generate/generate.shared.d.ts +1 -1
- 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 +2552 -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 +106 -106
- 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 +102 -102
- 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 +3694 -3322
- 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 +8062 -950
- 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 +12055 -3967
- 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 +9909 -2945
- 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
- package/lib/src/services/tools/openapi/openapi.class.d.ts +0 -34
- package/lib/src/services/tools/openapi/openapi.d.ts +0 -10
- package/lib/src/services/tools/openapi/openapi.shared.d.ts +0 -13
- package/lib/src/services/tools/openapi/openapi.shared.js +0 -13
- package/lib/src/services/tools/tools.class.d.ts +0 -11
- package/lib/src/services/tools/tools.d.ts +0 -11
- package/lib/src/services/tools/tools.shared.d.ts +0 -13
- package/lib/src/services/tools/tools.shared.js +0 -13
|
@@ -9,11 +9,13 @@ export declare const messagesSchema: import("@feathersjs/typebox").TObject<{
|
|
|
9
9
|
link: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
10
10
|
useRouter: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
11
11
|
time: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
12
|
-
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
12
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
13
13
|
user: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
|
|
14
|
-
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").
|
|
14
|
+
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
15
15
|
googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
16
16
|
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
17
|
+
telegramId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
18
|
+
telegramUsername: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
17
19
|
email: import("@feathersjs/typebox").TString<"email">;
|
|
18
20
|
name: import("@feathersjs/typebox").TString<string>;
|
|
19
21
|
password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -39,6 +41,7 @@ export declare const messagesSchema: import("@feathersjs/typebox").TObject<{
|
|
|
39
41
|
}>>;
|
|
40
42
|
usage: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
41
43
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
44
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
42
45
|
}>>;
|
|
43
46
|
push: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
44
47
|
web: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -49,8 +52,6 @@ export declare const messagesSchema: import("@feathersjs/typebox").TObject<{
|
|
|
49
52
|
active: import("@feathersjs/typebox").TBoolean;
|
|
50
53
|
expires: import("@feathersjs/typebox").TString<string>;
|
|
51
54
|
}>>;
|
|
52
|
-
$inc: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
53
|
-
$aggregate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
54
55
|
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">]>>;
|
|
55
56
|
timezone: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
56
57
|
subscribe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -72,10 +73,122 @@ export declare const messagesSchema: import("@feathersjs/typebox").TObject<{
|
|
|
72
73
|
strategies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
73
74
|
}>>;
|
|
74
75
|
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">]>>;
|
|
76
|
+
notifications: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
77
|
+
email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
78
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
79
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
80
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
81
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
82
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
83
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
84
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
85
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
86
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
87
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
88
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
89
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
90
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
91
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
92
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
93
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
94
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
95
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
96
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
97
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
98
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
99
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
100
|
+
}>>;
|
|
101
|
+
push: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
102
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
103
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
104
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
105
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
106
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
107
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
108
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
109
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
110
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
111
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
112
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
113
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
114
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
115
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
116
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
117
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
118
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
119
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
120
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
121
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
122
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
123
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
124
|
+
}>>;
|
|
125
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
126
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
127
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
128
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
129
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
130
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
131
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
132
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
133
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
134
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
135
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
136
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
137
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
138
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
139
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
140
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
141
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
142
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
143
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
144
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
145
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
146
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
147
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
148
|
+
}>>;
|
|
149
|
+
inApp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
150
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
151
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
152
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
153
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
154
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
155
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
156
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
157
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
158
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
159
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
160
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
161
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
162
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
163
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
164
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
165
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
166
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
167
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
168
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
169
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
170
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
171
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
172
|
+
}>>;
|
|
173
|
+
}>>;
|
|
75
174
|
contactId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
175
|
+
role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
176
|
+
supervised: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
177
|
+
blocked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
178
|
+
locked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
179
|
+
lockedUntil: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
180
|
+
referredByAffiliateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
181
|
+
referralCodeUsed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
182
|
+
couponCode: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
76
183
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
77
184
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
185
|
+
lastLoginAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
78
186
|
skipEmailVerification: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
187
|
+
requiresCreditCard: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
188
|
+
signupSurvey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
189
|
+
source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
190
|
+
traderType: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
191
|
+
}>>;
|
|
79
192
|
}>>>;
|
|
80
193
|
avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
81
194
|
read: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
@@ -85,37 +198,37 @@ export declare const messagesSchema: import("@feathersjs/typebox").TObject<{
|
|
|
85
198
|
export type Messages = Static<typeof messagesSchema>;
|
|
86
199
|
export declare const messagesValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
87
200
|
export declare const messagesResolver: import("@feathersjs/schema").Resolver<{
|
|
201
|
+
_id: string | {};
|
|
202
|
+
title: string;
|
|
203
|
+
description: string;
|
|
204
|
+
image?: string | undefined;
|
|
205
|
+
link?: string | undefined;
|
|
206
|
+
useRouter?: boolean | undefined;
|
|
88
207
|
time?: number | undefined;
|
|
208
|
+
userId?: string | {} | undefined;
|
|
89
209
|
user?: {
|
|
90
|
-
password?: string | undefined;
|
|
91
|
-
push?: {
|
|
92
|
-
web?: string | undefined;
|
|
93
|
-
ios?: string | undefined;
|
|
94
|
-
android?: string | undefined;
|
|
95
|
-
} | undefined;
|
|
96
|
-
country?: string | undefined;
|
|
97
|
-
subscription?: any;
|
|
98
|
-
trial?: {
|
|
99
|
-
active: boolean;
|
|
100
|
-
expires: string;
|
|
101
|
-
} | undefined;
|
|
102
|
-
stripe?: any;
|
|
103
210
|
_id?: string | {} | undefined;
|
|
104
|
-
createdAt?: any;
|
|
105
|
-
updatedAt?: any;
|
|
106
|
-
avatar?: string | undefined;
|
|
107
211
|
googleId?: any;
|
|
108
212
|
appleId?: any;
|
|
213
|
+
telegramId?: number | undefined;
|
|
214
|
+
telegramUsername?: string | undefined;
|
|
215
|
+
email: string;
|
|
216
|
+
name: string;
|
|
217
|
+
password?: string | undefined;
|
|
218
|
+
avatar?: string | undefined;
|
|
219
|
+
country?: string | undefined;
|
|
109
220
|
title?: string | null | undefined;
|
|
110
221
|
company?: string | null | undefined;
|
|
111
222
|
language?: string | undefined;
|
|
112
223
|
about?: string | null | undefined;
|
|
113
|
-
profile?: "
|
|
114
|
-
payment?: "
|
|
224
|
+
profile?: "aggressive" | "conservative" | "moderate" | undefined;
|
|
225
|
+
payment?: "revenuecat" | "stripe" | undefined;
|
|
115
226
|
yearly?: boolean | undefined;
|
|
116
227
|
paymentIntent?: any;
|
|
228
|
+
stripe?: any;
|
|
117
229
|
'stripe.id'?: any;
|
|
118
230
|
customerInfo?: any;
|
|
231
|
+
subscription?: any;
|
|
119
232
|
plan?: string | undefined;
|
|
120
233
|
appearance?: {
|
|
121
234
|
scheme?: string | undefined;
|
|
@@ -124,10 +237,18 @@ export declare const messagesResolver: import("@feathersjs/schema").Resolver<{
|
|
|
124
237
|
} | undefined;
|
|
125
238
|
usage?: {
|
|
126
239
|
hyperopt?: any;
|
|
240
|
+
backtest?: any;
|
|
241
|
+
} | undefined;
|
|
242
|
+
push?: {
|
|
243
|
+
web?: string | undefined;
|
|
244
|
+
ios?: string | undefined;
|
|
245
|
+
android?: string | undefined;
|
|
127
246
|
} | undefined;
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
247
|
+
trial?: {
|
|
248
|
+
active: boolean;
|
|
249
|
+
expires: string;
|
|
250
|
+
} | undefined;
|
|
251
|
+
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;
|
|
131
252
|
timezone?: string | undefined;
|
|
132
253
|
subscribe?: string | undefined;
|
|
133
254
|
isVerified?: boolean | undefined;
|
|
@@ -140,63 +261,168 @@ export declare const messagesResolver: import("@feathersjs/schema").Resolver<{
|
|
|
140
261
|
resetShortToken?: string | null | undefined;
|
|
141
262
|
resetExpires?: number | null | undefined;
|
|
142
263
|
resetAttempts?: number | null | undefined;
|
|
264
|
+
agreements: boolean;
|
|
143
265
|
anon?: boolean | undefined;
|
|
144
266
|
bootstrap?: {
|
|
145
|
-
traders?: any;
|
|
146
267
|
strategy?: any;
|
|
268
|
+
traders?: any;
|
|
147
269
|
strategies?: any;
|
|
148
270
|
} | undefined;
|
|
149
|
-
onboarding?: "
|
|
271
|
+
onboarding?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
272
|
+
notifications?: {
|
|
273
|
+
email?: {
|
|
274
|
+
enabled?: boolean | undefined;
|
|
275
|
+
entry?: boolean | undefined;
|
|
276
|
+
entryFill?: boolean | undefined;
|
|
277
|
+
entryCancel?: boolean | undefined;
|
|
278
|
+
exit?: boolean | undefined;
|
|
279
|
+
exitFill?: boolean | undefined;
|
|
280
|
+
exitCancel?: boolean | undefined;
|
|
281
|
+
status?: boolean | undefined;
|
|
282
|
+
warning?: boolean | undefined;
|
|
283
|
+
startup?: boolean | undefined;
|
|
284
|
+
protectionTrigger?: boolean | undefined;
|
|
285
|
+
strategyMsg?: boolean | undefined;
|
|
286
|
+
dailyReport?: boolean | undefined;
|
|
287
|
+
backtest?: boolean | undefined;
|
|
288
|
+
hyperopt?: boolean | undefined;
|
|
289
|
+
system?: boolean | undefined;
|
|
290
|
+
recommendation?: boolean | undefined;
|
|
291
|
+
concern?: boolean | undefined;
|
|
292
|
+
recommendationExpiry?: boolean | undefined;
|
|
293
|
+
decisionExecuted?: boolean | undefined;
|
|
294
|
+
researchComplete?: boolean | undefined;
|
|
295
|
+
strategyGenerate?: boolean | undefined;
|
|
296
|
+
} | undefined;
|
|
297
|
+
push?: {
|
|
298
|
+
enabled?: boolean | undefined;
|
|
299
|
+
entry?: boolean | undefined;
|
|
300
|
+
entryFill?: boolean | undefined;
|
|
301
|
+
entryCancel?: boolean | undefined;
|
|
302
|
+
exit?: boolean | undefined;
|
|
303
|
+
exitFill?: boolean | undefined;
|
|
304
|
+
exitCancel?: boolean | undefined;
|
|
305
|
+
status?: boolean | undefined;
|
|
306
|
+
warning?: boolean | undefined;
|
|
307
|
+
startup?: boolean | undefined;
|
|
308
|
+
protectionTrigger?: boolean | undefined;
|
|
309
|
+
strategyMsg?: boolean | undefined;
|
|
310
|
+
dailyReport?: boolean | undefined;
|
|
311
|
+
backtest?: boolean | undefined;
|
|
312
|
+
hyperopt?: boolean | undefined;
|
|
313
|
+
system?: boolean | undefined;
|
|
314
|
+
recommendation?: boolean | undefined;
|
|
315
|
+
concern?: boolean | undefined;
|
|
316
|
+
recommendationExpiry?: boolean | undefined;
|
|
317
|
+
decisionExecuted?: boolean | undefined;
|
|
318
|
+
researchComplete?: boolean | undefined;
|
|
319
|
+
strategyGenerate?: boolean | undefined;
|
|
320
|
+
} | undefined;
|
|
321
|
+
telegram?: {
|
|
322
|
+
enabled?: boolean | undefined;
|
|
323
|
+
entry?: boolean | undefined;
|
|
324
|
+
entryFill?: boolean | undefined;
|
|
325
|
+
entryCancel?: boolean | undefined;
|
|
326
|
+
exit?: boolean | undefined;
|
|
327
|
+
exitFill?: boolean | undefined;
|
|
328
|
+
exitCancel?: boolean | undefined;
|
|
329
|
+
status?: boolean | undefined;
|
|
330
|
+
warning?: boolean | undefined;
|
|
331
|
+
startup?: boolean | undefined;
|
|
332
|
+
protectionTrigger?: boolean | undefined;
|
|
333
|
+
strategyMsg?: boolean | undefined;
|
|
334
|
+
dailyReport?: boolean | undefined;
|
|
335
|
+
backtest?: boolean | undefined;
|
|
336
|
+
hyperopt?: boolean | undefined;
|
|
337
|
+
system?: boolean | undefined;
|
|
338
|
+
recommendation?: boolean | undefined;
|
|
339
|
+
concern?: boolean | undefined;
|
|
340
|
+
recommendationExpiry?: boolean | undefined;
|
|
341
|
+
decisionExecuted?: boolean | undefined;
|
|
342
|
+
researchComplete?: boolean | undefined;
|
|
343
|
+
strategyGenerate?: boolean | undefined;
|
|
344
|
+
} | undefined;
|
|
345
|
+
inApp?: {
|
|
346
|
+
enabled?: boolean | undefined;
|
|
347
|
+
entry?: boolean | undefined;
|
|
348
|
+
entryFill?: boolean | undefined;
|
|
349
|
+
entryCancel?: boolean | undefined;
|
|
350
|
+
exit?: boolean | undefined;
|
|
351
|
+
exitFill?: boolean | undefined;
|
|
352
|
+
exitCancel?: boolean | undefined;
|
|
353
|
+
status?: boolean | undefined;
|
|
354
|
+
warning?: boolean | undefined;
|
|
355
|
+
startup?: boolean | undefined;
|
|
356
|
+
protectionTrigger?: boolean | undefined;
|
|
357
|
+
strategyMsg?: boolean | undefined;
|
|
358
|
+
dailyReport?: boolean | undefined;
|
|
359
|
+
backtest?: boolean | undefined;
|
|
360
|
+
hyperopt?: boolean | undefined;
|
|
361
|
+
system?: boolean | undefined;
|
|
362
|
+
recommendation?: boolean | undefined;
|
|
363
|
+
concern?: boolean | undefined;
|
|
364
|
+
recommendationExpiry?: boolean | undefined;
|
|
365
|
+
decisionExecuted?: boolean | undefined;
|
|
366
|
+
researchComplete?: boolean | undefined;
|
|
367
|
+
strategyGenerate?: boolean | undefined;
|
|
368
|
+
} | undefined;
|
|
369
|
+
} | undefined;
|
|
150
370
|
contactId?: string | undefined;
|
|
371
|
+
role?: "admin" | "guest" | "user" | undefined;
|
|
372
|
+
supervised?: boolean | undefined;
|
|
373
|
+
blocked?: boolean | undefined;
|
|
374
|
+
locked?: boolean | undefined;
|
|
375
|
+
lockedUntil?: string | null | undefined;
|
|
376
|
+
referredByAffiliateId?: string | {} | undefined;
|
|
377
|
+
referralCodeUsed?: string | undefined;
|
|
378
|
+
couponCode?: string | undefined;
|
|
379
|
+
createdAt?: any;
|
|
380
|
+
updatedAt?: any;
|
|
381
|
+
lastLoginAt?: any;
|
|
151
382
|
skipEmailVerification?: boolean | undefined;
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
383
|
+
requiresCreditCard?: boolean | undefined;
|
|
384
|
+
signupSurvey?: {
|
|
385
|
+
source?: string | undefined;
|
|
386
|
+
traderType?: string | undefined;
|
|
387
|
+
} | undefined;
|
|
155
388
|
} | undefined;
|
|
156
|
-
image?: string | undefined;
|
|
157
|
-
link?: string | undefined;
|
|
158
|
-
createdAt?: any;
|
|
159
|
-
updatedAt?: any;
|
|
160
389
|
avatar?: string | undefined;
|
|
161
|
-
userId?: string | undefined;
|
|
162
|
-
useRouter?: boolean | undefined;
|
|
163
390
|
read?: boolean | undefined;
|
|
391
|
+
createdAt?: any;
|
|
392
|
+
updatedAt?: any;
|
|
393
|
+
}, HookContext<MessagesService<import("./messages.class").MessagesParams>>>;
|
|
394
|
+
export declare const messagesExternalResolver: import("@feathersjs/schema").Resolver<{
|
|
164
395
|
_id: string | {};
|
|
165
396
|
title: string;
|
|
166
397
|
description: string;
|
|
167
|
-
|
|
168
|
-
|
|
398
|
+
image?: string | undefined;
|
|
399
|
+
link?: string | undefined;
|
|
400
|
+
useRouter?: boolean | undefined;
|
|
169
401
|
time?: number | undefined;
|
|
402
|
+
userId?: string | {} | undefined;
|
|
170
403
|
user?: {
|
|
171
|
-
password?: string | undefined;
|
|
172
|
-
push?: {
|
|
173
|
-
web?: string | undefined;
|
|
174
|
-
ios?: string | undefined;
|
|
175
|
-
android?: string | undefined;
|
|
176
|
-
} | undefined;
|
|
177
|
-
country?: string | undefined;
|
|
178
|
-
subscription?: any;
|
|
179
|
-
trial?: {
|
|
180
|
-
active: boolean;
|
|
181
|
-
expires: string;
|
|
182
|
-
} | undefined;
|
|
183
|
-
stripe?: any;
|
|
184
404
|
_id?: string | {} | undefined;
|
|
185
|
-
createdAt?: any;
|
|
186
|
-
updatedAt?: any;
|
|
187
|
-
avatar?: string | undefined;
|
|
188
405
|
googleId?: any;
|
|
189
406
|
appleId?: any;
|
|
407
|
+
telegramId?: number | undefined;
|
|
408
|
+
telegramUsername?: string | undefined;
|
|
409
|
+
email: string;
|
|
410
|
+
name: string;
|
|
411
|
+
password?: string | undefined;
|
|
412
|
+
avatar?: string | undefined;
|
|
413
|
+
country?: string | undefined;
|
|
190
414
|
title?: string | null | undefined;
|
|
191
415
|
company?: string | null | undefined;
|
|
192
416
|
language?: string | undefined;
|
|
193
417
|
about?: string | null | undefined;
|
|
194
|
-
profile?: "
|
|
195
|
-
payment?: "
|
|
418
|
+
profile?: "aggressive" | "conservative" | "moderate" | undefined;
|
|
419
|
+
payment?: "revenuecat" | "stripe" | undefined;
|
|
196
420
|
yearly?: boolean | undefined;
|
|
197
421
|
paymentIntent?: any;
|
|
422
|
+
stripe?: any;
|
|
198
423
|
'stripe.id'?: any;
|
|
199
424
|
customerInfo?: any;
|
|
425
|
+
subscription?: any;
|
|
200
426
|
plan?: string | undefined;
|
|
201
427
|
appearance?: {
|
|
202
428
|
scheme?: string | undefined;
|
|
@@ -205,10 +431,18 @@ export declare const messagesExternalResolver: import("@feathersjs/schema").Reso
|
|
|
205
431
|
} | undefined;
|
|
206
432
|
usage?: {
|
|
207
433
|
hyperopt?: any;
|
|
434
|
+
backtest?: any;
|
|
435
|
+
} | undefined;
|
|
436
|
+
push?: {
|
|
437
|
+
web?: string | undefined;
|
|
438
|
+
ios?: string | undefined;
|
|
439
|
+
android?: string | undefined;
|
|
208
440
|
} | undefined;
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
441
|
+
trial?: {
|
|
442
|
+
active: boolean;
|
|
443
|
+
expires: string;
|
|
444
|
+
} | undefined;
|
|
445
|
+
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;
|
|
212
446
|
timezone?: string | undefined;
|
|
213
447
|
subscribe?: string | undefined;
|
|
214
448
|
isVerified?: boolean | undefined;
|
|
@@ -221,30 +455,135 @@ export declare const messagesExternalResolver: import("@feathersjs/schema").Reso
|
|
|
221
455
|
resetShortToken?: string | null | undefined;
|
|
222
456
|
resetExpires?: number | null | undefined;
|
|
223
457
|
resetAttempts?: number | null | undefined;
|
|
458
|
+
agreements: boolean;
|
|
224
459
|
anon?: boolean | undefined;
|
|
225
460
|
bootstrap?: {
|
|
226
|
-
traders?: any;
|
|
227
461
|
strategy?: any;
|
|
462
|
+
traders?: any;
|
|
228
463
|
strategies?: any;
|
|
229
464
|
} | undefined;
|
|
230
|
-
onboarding?: "
|
|
465
|
+
onboarding?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
466
|
+
notifications?: {
|
|
467
|
+
email?: {
|
|
468
|
+
enabled?: boolean | undefined;
|
|
469
|
+
entry?: boolean | undefined;
|
|
470
|
+
entryFill?: boolean | undefined;
|
|
471
|
+
entryCancel?: boolean | undefined;
|
|
472
|
+
exit?: boolean | undefined;
|
|
473
|
+
exitFill?: boolean | undefined;
|
|
474
|
+
exitCancel?: boolean | undefined;
|
|
475
|
+
status?: boolean | undefined;
|
|
476
|
+
warning?: boolean | undefined;
|
|
477
|
+
startup?: boolean | undefined;
|
|
478
|
+
protectionTrigger?: boolean | undefined;
|
|
479
|
+
strategyMsg?: boolean | undefined;
|
|
480
|
+
dailyReport?: boolean | undefined;
|
|
481
|
+
backtest?: boolean | undefined;
|
|
482
|
+
hyperopt?: boolean | undefined;
|
|
483
|
+
system?: boolean | undefined;
|
|
484
|
+
recommendation?: boolean | undefined;
|
|
485
|
+
concern?: boolean | undefined;
|
|
486
|
+
recommendationExpiry?: boolean | undefined;
|
|
487
|
+
decisionExecuted?: boolean | undefined;
|
|
488
|
+
researchComplete?: boolean | undefined;
|
|
489
|
+
strategyGenerate?: boolean | undefined;
|
|
490
|
+
} | undefined;
|
|
491
|
+
push?: {
|
|
492
|
+
enabled?: boolean | undefined;
|
|
493
|
+
entry?: boolean | undefined;
|
|
494
|
+
entryFill?: boolean | undefined;
|
|
495
|
+
entryCancel?: boolean | undefined;
|
|
496
|
+
exit?: boolean | undefined;
|
|
497
|
+
exitFill?: boolean | undefined;
|
|
498
|
+
exitCancel?: boolean | undefined;
|
|
499
|
+
status?: boolean | undefined;
|
|
500
|
+
warning?: boolean | undefined;
|
|
501
|
+
startup?: boolean | undefined;
|
|
502
|
+
protectionTrigger?: boolean | undefined;
|
|
503
|
+
strategyMsg?: boolean | undefined;
|
|
504
|
+
dailyReport?: boolean | undefined;
|
|
505
|
+
backtest?: boolean | undefined;
|
|
506
|
+
hyperopt?: boolean | undefined;
|
|
507
|
+
system?: boolean | undefined;
|
|
508
|
+
recommendation?: boolean | undefined;
|
|
509
|
+
concern?: boolean | undefined;
|
|
510
|
+
recommendationExpiry?: boolean | undefined;
|
|
511
|
+
decisionExecuted?: boolean | undefined;
|
|
512
|
+
researchComplete?: boolean | undefined;
|
|
513
|
+
strategyGenerate?: boolean | undefined;
|
|
514
|
+
} | undefined;
|
|
515
|
+
telegram?: {
|
|
516
|
+
enabled?: boolean | undefined;
|
|
517
|
+
entry?: boolean | undefined;
|
|
518
|
+
entryFill?: boolean | undefined;
|
|
519
|
+
entryCancel?: boolean | undefined;
|
|
520
|
+
exit?: boolean | undefined;
|
|
521
|
+
exitFill?: boolean | undefined;
|
|
522
|
+
exitCancel?: boolean | undefined;
|
|
523
|
+
status?: boolean | undefined;
|
|
524
|
+
warning?: boolean | undefined;
|
|
525
|
+
startup?: boolean | undefined;
|
|
526
|
+
protectionTrigger?: boolean | undefined;
|
|
527
|
+
strategyMsg?: boolean | undefined;
|
|
528
|
+
dailyReport?: boolean | undefined;
|
|
529
|
+
backtest?: boolean | undefined;
|
|
530
|
+
hyperopt?: boolean | undefined;
|
|
531
|
+
system?: boolean | undefined;
|
|
532
|
+
recommendation?: boolean | undefined;
|
|
533
|
+
concern?: boolean | undefined;
|
|
534
|
+
recommendationExpiry?: boolean | undefined;
|
|
535
|
+
decisionExecuted?: boolean | undefined;
|
|
536
|
+
researchComplete?: boolean | undefined;
|
|
537
|
+
strategyGenerate?: boolean | undefined;
|
|
538
|
+
} | undefined;
|
|
539
|
+
inApp?: {
|
|
540
|
+
enabled?: boolean | undefined;
|
|
541
|
+
entry?: boolean | undefined;
|
|
542
|
+
entryFill?: boolean | undefined;
|
|
543
|
+
entryCancel?: boolean | undefined;
|
|
544
|
+
exit?: boolean | undefined;
|
|
545
|
+
exitFill?: boolean | undefined;
|
|
546
|
+
exitCancel?: boolean | undefined;
|
|
547
|
+
status?: boolean | undefined;
|
|
548
|
+
warning?: boolean | undefined;
|
|
549
|
+
startup?: boolean | undefined;
|
|
550
|
+
protectionTrigger?: boolean | undefined;
|
|
551
|
+
strategyMsg?: boolean | undefined;
|
|
552
|
+
dailyReport?: boolean | undefined;
|
|
553
|
+
backtest?: boolean | undefined;
|
|
554
|
+
hyperopt?: boolean | undefined;
|
|
555
|
+
system?: boolean | undefined;
|
|
556
|
+
recommendation?: boolean | undefined;
|
|
557
|
+
concern?: boolean | undefined;
|
|
558
|
+
recommendationExpiry?: boolean | undefined;
|
|
559
|
+
decisionExecuted?: boolean | undefined;
|
|
560
|
+
researchComplete?: boolean | undefined;
|
|
561
|
+
strategyGenerate?: boolean | undefined;
|
|
562
|
+
} | undefined;
|
|
563
|
+
} | undefined;
|
|
231
564
|
contactId?: string | undefined;
|
|
565
|
+
role?: "admin" | "guest" | "user" | undefined;
|
|
566
|
+
supervised?: boolean | undefined;
|
|
567
|
+
blocked?: boolean | undefined;
|
|
568
|
+
locked?: boolean | undefined;
|
|
569
|
+
lockedUntil?: string | null | undefined;
|
|
570
|
+
referredByAffiliateId?: string | {} | undefined;
|
|
571
|
+
referralCodeUsed?: string | undefined;
|
|
572
|
+
couponCode?: string | undefined;
|
|
573
|
+
createdAt?: any;
|
|
574
|
+
updatedAt?: any;
|
|
575
|
+
lastLoginAt?: any;
|
|
232
576
|
skipEmailVerification?: boolean | undefined;
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
577
|
+
requiresCreditCard?: boolean | undefined;
|
|
578
|
+
signupSurvey?: {
|
|
579
|
+
source?: string | undefined;
|
|
580
|
+
traderType?: string | undefined;
|
|
581
|
+
} | undefined;
|
|
236
582
|
} | undefined;
|
|
237
|
-
image?: string | undefined;
|
|
238
|
-
link?: string | undefined;
|
|
239
|
-
createdAt?: any;
|
|
240
|
-
updatedAt?: any;
|
|
241
583
|
avatar?: string | undefined;
|
|
242
|
-
userId?: string | undefined;
|
|
243
|
-
useRouter?: boolean | undefined;
|
|
244
584
|
read?: boolean | undefined;
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
description: string;
|
|
585
|
+
createdAt?: any;
|
|
586
|
+
updatedAt?: any;
|
|
248
587
|
}, HookContext<MessagesService<import("./messages.class").MessagesParams>>>;
|
|
249
588
|
export declare const messagesDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
250
589
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -254,11 +593,13 @@ export declare const messagesDataSchema: import("@feathersjs/typebox").TPick<imp
|
|
|
254
593
|
link: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
255
594
|
useRouter: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
256
595
|
time: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
257
|
-
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
596
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
258
597
|
user: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
|
|
259
|
-
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").
|
|
598
|
+
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
260
599
|
googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
261
600
|
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
601
|
+
telegramId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
602
|
+
telegramUsername: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
262
603
|
email: import("@feathersjs/typebox").TString<"email">;
|
|
263
604
|
name: import("@feathersjs/typebox").TString<string>;
|
|
264
605
|
password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -284,6 +625,7 @@ export declare const messagesDataSchema: import("@feathersjs/typebox").TPick<imp
|
|
|
284
625
|
}>>;
|
|
285
626
|
usage: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
286
627
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
628
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
287
629
|
}>>;
|
|
288
630
|
push: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
289
631
|
web: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -294,8 +636,6 @@ export declare const messagesDataSchema: import("@feathersjs/typebox").TPick<imp
|
|
|
294
636
|
active: import("@feathersjs/typebox").TBoolean;
|
|
295
637
|
expires: import("@feathersjs/typebox").TString<string>;
|
|
296
638
|
}>>;
|
|
297
|
-
$inc: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
298
|
-
$aggregate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
299
639
|
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">]>>;
|
|
300
640
|
timezone: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
301
641
|
subscribe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -317,10 +657,122 @@ export declare const messagesDataSchema: import("@feathersjs/typebox").TPick<imp
|
|
|
317
657
|
strategies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
318
658
|
}>>;
|
|
319
659
|
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">]>>;
|
|
660
|
+
notifications: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
661
|
+
email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
662
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
663
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
664
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
665
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
666
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
667
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
668
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
669
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
670
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
671
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
672
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
673
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
674
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
675
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
676
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
677
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
678
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
679
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
680
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
681
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
682
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
683
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
684
|
+
}>>;
|
|
685
|
+
push: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
686
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
687
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
688
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
689
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
690
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
691
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
692
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
693
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
694
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
695
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
696
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
697
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
698
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
699
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
700
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
701
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
702
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
703
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
704
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
705
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
706
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
707
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
708
|
+
}>>;
|
|
709
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
710
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
711
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
712
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
713
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
714
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
715
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
716
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
717
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
718
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
719
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
720
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
721
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
722
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
723
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
724
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
725
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
726
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
727
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
728
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
729
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
730
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
731
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
732
|
+
}>>;
|
|
733
|
+
inApp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
734
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
735
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
736
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
737
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
738
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
739
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
740
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
741
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
742
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
743
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
744
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
745
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
746
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
747
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
748
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
749
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
750
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
751
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
752
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
753
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
754
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
755
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
756
|
+
}>>;
|
|
757
|
+
}>>;
|
|
320
758
|
contactId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
759
|
+
role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
760
|
+
supervised: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
761
|
+
blocked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
762
|
+
locked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
763
|
+
lockedUntil: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
764
|
+
referredByAffiliateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
765
|
+
referralCodeUsed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
766
|
+
couponCode: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
321
767
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
322
768
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
769
|
+
lastLoginAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
323
770
|
skipEmailVerification: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
771
|
+
requiresCreditCard: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
772
|
+
signupSurvey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
773
|
+
source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
774
|
+
traderType: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
775
|
+
}>>;
|
|
324
776
|
}>>>;
|
|
325
777
|
avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
326
778
|
read: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
@@ -330,37 +782,37 @@ export declare const messagesDataSchema: import("@feathersjs/typebox").TPick<imp
|
|
|
330
782
|
export type MessagesData = Static<typeof messagesDataSchema>;
|
|
331
783
|
export declare const messagesDataValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
332
784
|
export declare const messagesDataResolver: import("@feathersjs/schema").Resolver<{
|
|
785
|
+
_id: string | {};
|
|
786
|
+
title: string;
|
|
787
|
+
description: string;
|
|
788
|
+
image?: string | undefined;
|
|
789
|
+
link?: string | undefined;
|
|
790
|
+
useRouter?: boolean | undefined;
|
|
333
791
|
time?: number | undefined;
|
|
792
|
+
userId?: string | {} | undefined;
|
|
334
793
|
user?: {
|
|
335
|
-
password?: string | undefined;
|
|
336
|
-
push?: {
|
|
337
|
-
web?: string | undefined;
|
|
338
|
-
ios?: string | undefined;
|
|
339
|
-
android?: string | undefined;
|
|
340
|
-
} | undefined;
|
|
341
|
-
country?: string | undefined;
|
|
342
|
-
subscription?: any;
|
|
343
|
-
trial?: {
|
|
344
|
-
active: boolean;
|
|
345
|
-
expires: string;
|
|
346
|
-
} | undefined;
|
|
347
|
-
stripe?: any;
|
|
348
794
|
_id?: string | {} | undefined;
|
|
349
|
-
createdAt?: any;
|
|
350
|
-
updatedAt?: any;
|
|
351
|
-
avatar?: string | undefined;
|
|
352
795
|
googleId?: any;
|
|
353
796
|
appleId?: any;
|
|
797
|
+
telegramId?: number | undefined;
|
|
798
|
+
telegramUsername?: string | undefined;
|
|
799
|
+
email: string;
|
|
800
|
+
name: string;
|
|
801
|
+
password?: string | undefined;
|
|
802
|
+
avatar?: string | undefined;
|
|
803
|
+
country?: string | undefined;
|
|
354
804
|
title?: string | null | undefined;
|
|
355
805
|
company?: string | null | undefined;
|
|
356
806
|
language?: string | undefined;
|
|
357
807
|
about?: string | null | undefined;
|
|
358
|
-
profile?: "
|
|
359
|
-
payment?: "
|
|
808
|
+
profile?: "aggressive" | "conservative" | "moderate" | undefined;
|
|
809
|
+
payment?: "revenuecat" | "stripe" | undefined;
|
|
360
810
|
yearly?: boolean | undefined;
|
|
361
811
|
paymentIntent?: any;
|
|
812
|
+
stripe?: any;
|
|
362
813
|
'stripe.id'?: any;
|
|
363
814
|
customerInfo?: any;
|
|
815
|
+
subscription?: any;
|
|
364
816
|
plan?: string | undefined;
|
|
365
817
|
appearance?: {
|
|
366
818
|
scheme?: string | undefined;
|
|
@@ -369,10 +821,18 @@ export declare const messagesDataResolver: import("@feathersjs/schema").Resolver
|
|
|
369
821
|
} | undefined;
|
|
370
822
|
usage?: {
|
|
371
823
|
hyperopt?: any;
|
|
824
|
+
backtest?: any;
|
|
372
825
|
} | undefined;
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
826
|
+
push?: {
|
|
827
|
+
web?: string | undefined;
|
|
828
|
+
ios?: string | undefined;
|
|
829
|
+
android?: string | undefined;
|
|
830
|
+
} | undefined;
|
|
831
|
+
trial?: {
|
|
832
|
+
active: boolean;
|
|
833
|
+
expires: string;
|
|
834
|
+
} | undefined;
|
|
835
|
+
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;
|
|
376
836
|
timezone?: string | undefined;
|
|
377
837
|
subscribe?: string | undefined;
|
|
378
838
|
isVerified?: boolean | undefined;
|
|
@@ -385,30 +845,135 @@ export declare const messagesDataResolver: import("@feathersjs/schema").Resolver
|
|
|
385
845
|
resetShortToken?: string | null | undefined;
|
|
386
846
|
resetExpires?: number | null | undefined;
|
|
387
847
|
resetAttempts?: number | null | undefined;
|
|
848
|
+
agreements: boolean;
|
|
388
849
|
anon?: boolean | undefined;
|
|
389
850
|
bootstrap?: {
|
|
390
|
-
traders?: any;
|
|
391
851
|
strategy?: any;
|
|
852
|
+
traders?: any;
|
|
392
853
|
strategies?: any;
|
|
393
854
|
} | undefined;
|
|
394
|
-
onboarding?: "
|
|
855
|
+
onboarding?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
856
|
+
notifications?: {
|
|
857
|
+
email?: {
|
|
858
|
+
enabled?: boolean | undefined;
|
|
859
|
+
entry?: boolean | undefined;
|
|
860
|
+
entryFill?: boolean | undefined;
|
|
861
|
+
entryCancel?: boolean | undefined;
|
|
862
|
+
exit?: boolean | undefined;
|
|
863
|
+
exitFill?: boolean | undefined;
|
|
864
|
+
exitCancel?: boolean | undefined;
|
|
865
|
+
status?: boolean | undefined;
|
|
866
|
+
warning?: boolean | undefined;
|
|
867
|
+
startup?: boolean | undefined;
|
|
868
|
+
protectionTrigger?: boolean | undefined;
|
|
869
|
+
strategyMsg?: boolean | undefined;
|
|
870
|
+
dailyReport?: boolean | undefined;
|
|
871
|
+
backtest?: boolean | undefined;
|
|
872
|
+
hyperopt?: boolean | undefined;
|
|
873
|
+
system?: boolean | undefined;
|
|
874
|
+
recommendation?: boolean | undefined;
|
|
875
|
+
concern?: boolean | undefined;
|
|
876
|
+
recommendationExpiry?: boolean | undefined;
|
|
877
|
+
decisionExecuted?: boolean | undefined;
|
|
878
|
+
researchComplete?: boolean | undefined;
|
|
879
|
+
strategyGenerate?: boolean | undefined;
|
|
880
|
+
} | undefined;
|
|
881
|
+
push?: {
|
|
882
|
+
enabled?: boolean | undefined;
|
|
883
|
+
entry?: boolean | undefined;
|
|
884
|
+
entryFill?: boolean | undefined;
|
|
885
|
+
entryCancel?: boolean | undefined;
|
|
886
|
+
exit?: boolean | undefined;
|
|
887
|
+
exitFill?: boolean | undefined;
|
|
888
|
+
exitCancel?: boolean | undefined;
|
|
889
|
+
status?: boolean | undefined;
|
|
890
|
+
warning?: boolean | undefined;
|
|
891
|
+
startup?: boolean | undefined;
|
|
892
|
+
protectionTrigger?: boolean | undefined;
|
|
893
|
+
strategyMsg?: boolean | undefined;
|
|
894
|
+
dailyReport?: boolean | undefined;
|
|
895
|
+
backtest?: boolean | undefined;
|
|
896
|
+
hyperopt?: boolean | undefined;
|
|
897
|
+
system?: boolean | undefined;
|
|
898
|
+
recommendation?: boolean | undefined;
|
|
899
|
+
concern?: boolean | undefined;
|
|
900
|
+
recommendationExpiry?: boolean | undefined;
|
|
901
|
+
decisionExecuted?: boolean | undefined;
|
|
902
|
+
researchComplete?: boolean | undefined;
|
|
903
|
+
strategyGenerate?: boolean | undefined;
|
|
904
|
+
} | undefined;
|
|
905
|
+
telegram?: {
|
|
906
|
+
enabled?: boolean | undefined;
|
|
907
|
+
entry?: boolean | undefined;
|
|
908
|
+
entryFill?: boolean | undefined;
|
|
909
|
+
entryCancel?: boolean | undefined;
|
|
910
|
+
exit?: boolean | undefined;
|
|
911
|
+
exitFill?: boolean | undefined;
|
|
912
|
+
exitCancel?: boolean | undefined;
|
|
913
|
+
status?: boolean | undefined;
|
|
914
|
+
warning?: boolean | undefined;
|
|
915
|
+
startup?: boolean | undefined;
|
|
916
|
+
protectionTrigger?: boolean | undefined;
|
|
917
|
+
strategyMsg?: boolean | undefined;
|
|
918
|
+
dailyReport?: boolean | undefined;
|
|
919
|
+
backtest?: boolean | undefined;
|
|
920
|
+
hyperopt?: boolean | undefined;
|
|
921
|
+
system?: boolean | undefined;
|
|
922
|
+
recommendation?: boolean | undefined;
|
|
923
|
+
concern?: boolean | undefined;
|
|
924
|
+
recommendationExpiry?: boolean | undefined;
|
|
925
|
+
decisionExecuted?: boolean | undefined;
|
|
926
|
+
researchComplete?: boolean | undefined;
|
|
927
|
+
strategyGenerate?: boolean | undefined;
|
|
928
|
+
} | undefined;
|
|
929
|
+
inApp?: {
|
|
930
|
+
enabled?: boolean | undefined;
|
|
931
|
+
entry?: boolean | undefined;
|
|
932
|
+
entryFill?: boolean | undefined;
|
|
933
|
+
entryCancel?: boolean | undefined;
|
|
934
|
+
exit?: boolean | undefined;
|
|
935
|
+
exitFill?: boolean | undefined;
|
|
936
|
+
exitCancel?: boolean | undefined;
|
|
937
|
+
status?: boolean | undefined;
|
|
938
|
+
warning?: boolean | undefined;
|
|
939
|
+
startup?: boolean | undefined;
|
|
940
|
+
protectionTrigger?: boolean | undefined;
|
|
941
|
+
strategyMsg?: boolean | undefined;
|
|
942
|
+
dailyReport?: boolean | undefined;
|
|
943
|
+
backtest?: boolean | undefined;
|
|
944
|
+
hyperopt?: boolean | undefined;
|
|
945
|
+
system?: boolean | undefined;
|
|
946
|
+
recommendation?: boolean | undefined;
|
|
947
|
+
concern?: boolean | undefined;
|
|
948
|
+
recommendationExpiry?: boolean | undefined;
|
|
949
|
+
decisionExecuted?: boolean | undefined;
|
|
950
|
+
researchComplete?: boolean | undefined;
|
|
951
|
+
strategyGenerate?: boolean | undefined;
|
|
952
|
+
} | undefined;
|
|
953
|
+
} | undefined;
|
|
395
954
|
contactId?: string | undefined;
|
|
955
|
+
role?: "admin" | "guest" | "user" | undefined;
|
|
956
|
+
supervised?: boolean | undefined;
|
|
957
|
+
blocked?: boolean | undefined;
|
|
958
|
+
locked?: boolean | undefined;
|
|
959
|
+
lockedUntil?: string | null | undefined;
|
|
960
|
+
referredByAffiliateId?: string | {} | undefined;
|
|
961
|
+
referralCodeUsed?: string | undefined;
|
|
962
|
+
couponCode?: string | undefined;
|
|
963
|
+
createdAt?: any;
|
|
964
|
+
updatedAt?: any;
|
|
965
|
+
lastLoginAt?: any;
|
|
396
966
|
skipEmailVerification?: boolean | undefined;
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
967
|
+
requiresCreditCard?: boolean | undefined;
|
|
968
|
+
signupSurvey?: {
|
|
969
|
+
source?: string | undefined;
|
|
970
|
+
traderType?: string | undefined;
|
|
971
|
+
} | undefined;
|
|
400
972
|
} | undefined;
|
|
401
|
-
image?: string | undefined;
|
|
402
|
-
link?: string | undefined;
|
|
403
|
-
createdAt?: any;
|
|
404
|
-
updatedAt?: any;
|
|
405
973
|
avatar?: string | undefined;
|
|
406
|
-
userId?: string | undefined;
|
|
407
|
-
useRouter?: boolean | undefined;
|
|
408
974
|
read?: boolean | undefined;
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
description: string;
|
|
975
|
+
createdAt?: any;
|
|
976
|
+
updatedAt?: any;
|
|
412
977
|
}, HookContext<MessagesService<import("./messages.class").MessagesParams>>>;
|
|
413
978
|
export declare const messagesPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
414
979
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -418,11 +983,13 @@ export declare const messagesPatchSchema: import("@feathersjs/typebox").TPartial
|
|
|
418
983
|
link: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
419
984
|
useRouter: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
420
985
|
time: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
421
|
-
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
986
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
422
987
|
user: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
|
|
423
|
-
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").
|
|
988
|
+
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
424
989
|
googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
425
990
|
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
991
|
+
telegramId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
992
|
+
telegramUsername: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
426
993
|
email: import("@feathersjs/typebox").TString<"email">;
|
|
427
994
|
name: import("@feathersjs/typebox").TString<string>;
|
|
428
995
|
password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -448,6 +1015,7 @@ export declare const messagesPatchSchema: import("@feathersjs/typebox").TPartial
|
|
|
448
1015
|
}>>;
|
|
449
1016
|
usage: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
450
1017
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1018
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
451
1019
|
}>>;
|
|
452
1020
|
push: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
453
1021
|
web: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -458,8 +1026,6 @@ export declare const messagesPatchSchema: import("@feathersjs/typebox").TPartial
|
|
|
458
1026
|
active: import("@feathersjs/typebox").TBoolean;
|
|
459
1027
|
expires: import("@feathersjs/typebox").TString<string>;
|
|
460
1028
|
}>>;
|
|
461
|
-
$inc: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
462
|
-
$aggregate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
463
1029
|
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">]>>;
|
|
464
1030
|
timezone: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
465
1031
|
subscribe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -481,10 +1047,122 @@ export declare const messagesPatchSchema: import("@feathersjs/typebox").TPartial
|
|
|
481
1047
|
strategies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
482
1048
|
}>>;
|
|
483
1049
|
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">]>>;
|
|
1050
|
+
notifications: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1051
|
+
email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1052
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1053
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1054
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1055
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1056
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1057
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1058
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1059
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1060
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1061
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1062
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1063
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1064
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1065
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1066
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1067
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1068
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1069
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1070
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1071
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1072
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1073
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1074
|
+
}>>;
|
|
1075
|
+
push: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1076
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1077
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1078
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1079
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1080
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1081
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1082
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1083
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1084
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1085
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1086
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1087
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1088
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1089
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1090
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1091
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1092
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1093
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1094
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1095
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1096
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1097
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1098
|
+
}>>;
|
|
1099
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1100
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1101
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1102
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1103
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1104
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1105
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1106
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1107
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1108
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1109
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1110
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1111
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1112
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1113
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1114
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1115
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1116
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1117
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1118
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1119
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1120
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1121
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1122
|
+
}>>;
|
|
1123
|
+
inApp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1124
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1125
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1126
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1127
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1128
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1129
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1130
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1131
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1132
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1133
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1134
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1135
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1136
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1137
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1138
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1139
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1140
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1141
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1142
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1143
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1144
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1145
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1146
|
+
}>>;
|
|
1147
|
+
}>>;
|
|
484
1148
|
contactId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1149
|
+
role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
1150
|
+
supervised: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1151
|
+
blocked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1152
|
+
locked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1153
|
+
lockedUntil: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
1154
|
+
referredByAffiliateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1155
|
+
referralCodeUsed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1156
|
+
couponCode: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
485
1157
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
486
1158
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1159
|
+
lastLoginAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
487
1160
|
skipEmailVerification: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1161
|
+
requiresCreditCard: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1162
|
+
signupSurvey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1163
|
+
source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1164
|
+
traderType: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1165
|
+
}>>;
|
|
488
1166
|
}>>>;
|
|
489
1167
|
avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
490
1168
|
read: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
@@ -494,37 +1172,37 @@ export declare const messagesPatchSchema: import("@feathersjs/typebox").TPartial
|
|
|
494
1172
|
export type MessagesPatch = Static<typeof messagesPatchSchema>;
|
|
495
1173
|
export declare const messagesPatchValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
496
1174
|
export declare const messagesPatchResolver: import("@feathersjs/schema").Resolver<{
|
|
1175
|
+
_id: string | {};
|
|
1176
|
+
title: string;
|
|
1177
|
+
description: string;
|
|
1178
|
+
image?: string | undefined;
|
|
1179
|
+
link?: string | undefined;
|
|
1180
|
+
useRouter?: boolean | undefined;
|
|
497
1181
|
time?: number | undefined;
|
|
1182
|
+
userId?: string | {} | undefined;
|
|
498
1183
|
user?: {
|
|
499
|
-
password?: string | undefined;
|
|
500
|
-
push?: {
|
|
501
|
-
web?: string | undefined;
|
|
502
|
-
ios?: string | undefined;
|
|
503
|
-
android?: string | undefined;
|
|
504
|
-
} | undefined;
|
|
505
|
-
country?: string | undefined;
|
|
506
|
-
subscription?: any;
|
|
507
|
-
trial?: {
|
|
508
|
-
active: boolean;
|
|
509
|
-
expires: string;
|
|
510
|
-
} | undefined;
|
|
511
|
-
stripe?: any;
|
|
512
1184
|
_id?: string | {} | undefined;
|
|
513
|
-
createdAt?: any;
|
|
514
|
-
updatedAt?: any;
|
|
515
|
-
avatar?: string | undefined;
|
|
516
1185
|
googleId?: any;
|
|
517
1186
|
appleId?: any;
|
|
1187
|
+
telegramId?: number | undefined;
|
|
1188
|
+
telegramUsername?: string | undefined;
|
|
1189
|
+
email: string;
|
|
1190
|
+
name: string;
|
|
1191
|
+
password?: string | undefined;
|
|
1192
|
+
avatar?: string | undefined;
|
|
1193
|
+
country?: string | undefined;
|
|
518
1194
|
title?: string | null | undefined;
|
|
519
1195
|
company?: string | null | undefined;
|
|
520
1196
|
language?: string | undefined;
|
|
521
1197
|
about?: string | null | undefined;
|
|
522
|
-
profile?: "
|
|
523
|
-
payment?: "
|
|
1198
|
+
profile?: "aggressive" | "conservative" | "moderate" | undefined;
|
|
1199
|
+
payment?: "revenuecat" | "stripe" | undefined;
|
|
524
1200
|
yearly?: boolean | undefined;
|
|
525
1201
|
paymentIntent?: any;
|
|
1202
|
+
stripe?: any;
|
|
526
1203
|
'stripe.id'?: any;
|
|
527
1204
|
customerInfo?: any;
|
|
1205
|
+
subscription?: any;
|
|
528
1206
|
plan?: string | undefined;
|
|
529
1207
|
appearance?: {
|
|
530
1208
|
scheme?: string | undefined;
|
|
@@ -533,10 +1211,18 @@ export declare const messagesPatchResolver: import("@feathersjs/schema").Resolve
|
|
|
533
1211
|
} | undefined;
|
|
534
1212
|
usage?: {
|
|
535
1213
|
hyperopt?: any;
|
|
1214
|
+
backtest?: any;
|
|
1215
|
+
} | undefined;
|
|
1216
|
+
push?: {
|
|
1217
|
+
web?: string | undefined;
|
|
1218
|
+
ios?: string | undefined;
|
|
1219
|
+
android?: string | undefined;
|
|
1220
|
+
} | undefined;
|
|
1221
|
+
trial?: {
|
|
1222
|
+
active: boolean;
|
|
1223
|
+
expires: string;
|
|
536
1224
|
} | undefined;
|
|
537
|
-
|
|
538
|
-
$aggregate?: any;
|
|
539
|
-
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;
|
|
1225
|
+
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;
|
|
540
1226
|
timezone?: string | undefined;
|
|
541
1227
|
subscribe?: string | undefined;
|
|
542
1228
|
isVerified?: boolean | undefined;
|
|
@@ -549,30 +1235,135 @@ export declare const messagesPatchResolver: import("@feathersjs/schema").Resolve
|
|
|
549
1235
|
resetShortToken?: string | null | undefined;
|
|
550
1236
|
resetExpires?: number | null | undefined;
|
|
551
1237
|
resetAttempts?: number | null | undefined;
|
|
1238
|
+
agreements: boolean;
|
|
552
1239
|
anon?: boolean | undefined;
|
|
553
1240
|
bootstrap?: {
|
|
554
|
-
traders?: any;
|
|
555
1241
|
strategy?: any;
|
|
1242
|
+
traders?: any;
|
|
556
1243
|
strategies?: any;
|
|
557
1244
|
} | undefined;
|
|
558
|
-
onboarding?: "
|
|
1245
|
+
onboarding?: "exchanges" | "strategies" | "traders" | null | undefined;
|
|
1246
|
+
notifications?: {
|
|
1247
|
+
email?: {
|
|
1248
|
+
enabled?: boolean | undefined;
|
|
1249
|
+
entry?: boolean | undefined;
|
|
1250
|
+
entryFill?: boolean | undefined;
|
|
1251
|
+
entryCancel?: boolean | undefined;
|
|
1252
|
+
exit?: boolean | undefined;
|
|
1253
|
+
exitFill?: boolean | undefined;
|
|
1254
|
+
exitCancel?: boolean | undefined;
|
|
1255
|
+
status?: boolean | undefined;
|
|
1256
|
+
warning?: boolean | undefined;
|
|
1257
|
+
startup?: boolean | undefined;
|
|
1258
|
+
protectionTrigger?: boolean | undefined;
|
|
1259
|
+
strategyMsg?: boolean | undefined;
|
|
1260
|
+
dailyReport?: boolean | undefined;
|
|
1261
|
+
backtest?: boolean | undefined;
|
|
1262
|
+
hyperopt?: boolean | undefined;
|
|
1263
|
+
system?: boolean | undefined;
|
|
1264
|
+
recommendation?: boolean | undefined;
|
|
1265
|
+
concern?: boolean | undefined;
|
|
1266
|
+
recommendationExpiry?: boolean | undefined;
|
|
1267
|
+
decisionExecuted?: boolean | undefined;
|
|
1268
|
+
researchComplete?: boolean | undefined;
|
|
1269
|
+
strategyGenerate?: boolean | undefined;
|
|
1270
|
+
} | undefined;
|
|
1271
|
+
push?: {
|
|
1272
|
+
enabled?: boolean | undefined;
|
|
1273
|
+
entry?: boolean | undefined;
|
|
1274
|
+
entryFill?: boolean | undefined;
|
|
1275
|
+
entryCancel?: boolean | undefined;
|
|
1276
|
+
exit?: boolean | undefined;
|
|
1277
|
+
exitFill?: boolean | undefined;
|
|
1278
|
+
exitCancel?: boolean | undefined;
|
|
1279
|
+
status?: boolean | undefined;
|
|
1280
|
+
warning?: boolean | undefined;
|
|
1281
|
+
startup?: boolean | undefined;
|
|
1282
|
+
protectionTrigger?: boolean | undefined;
|
|
1283
|
+
strategyMsg?: boolean | undefined;
|
|
1284
|
+
dailyReport?: boolean | undefined;
|
|
1285
|
+
backtest?: boolean | undefined;
|
|
1286
|
+
hyperopt?: boolean | undefined;
|
|
1287
|
+
system?: boolean | undefined;
|
|
1288
|
+
recommendation?: boolean | undefined;
|
|
1289
|
+
concern?: boolean | undefined;
|
|
1290
|
+
recommendationExpiry?: boolean | undefined;
|
|
1291
|
+
decisionExecuted?: boolean | undefined;
|
|
1292
|
+
researchComplete?: boolean | undefined;
|
|
1293
|
+
strategyGenerate?: boolean | undefined;
|
|
1294
|
+
} | undefined;
|
|
1295
|
+
telegram?: {
|
|
1296
|
+
enabled?: boolean | undefined;
|
|
1297
|
+
entry?: boolean | undefined;
|
|
1298
|
+
entryFill?: boolean | undefined;
|
|
1299
|
+
entryCancel?: boolean | undefined;
|
|
1300
|
+
exit?: boolean | undefined;
|
|
1301
|
+
exitFill?: boolean | undefined;
|
|
1302
|
+
exitCancel?: boolean | undefined;
|
|
1303
|
+
status?: boolean | undefined;
|
|
1304
|
+
warning?: boolean | undefined;
|
|
1305
|
+
startup?: boolean | undefined;
|
|
1306
|
+
protectionTrigger?: boolean | undefined;
|
|
1307
|
+
strategyMsg?: boolean | undefined;
|
|
1308
|
+
dailyReport?: boolean | undefined;
|
|
1309
|
+
backtest?: boolean | undefined;
|
|
1310
|
+
hyperopt?: boolean | undefined;
|
|
1311
|
+
system?: boolean | undefined;
|
|
1312
|
+
recommendation?: boolean | undefined;
|
|
1313
|
+
concern?: boolean | undefined;
|
|
1314
|
+
recommendationExpiry?: boolean | undefined;
|
|
1315
|
+
decisionExecuted?: boolean | undefined;
|
|
1316
|
+
researchComplete?: boolean | undefined;
|
|
1317
|
+
strategyGenerate?: boolean | undefined;
|
|
1318
|
+
} | undefined;
|
|
1319
|
+
inApp?: {
|
|
1320
|
+
enabled?: boolean | undefined;
|
|
1321
|
+
entry?: boolean | undefined;
|
|
1322
|
+
entryFill?: boolean | undefined;
|
|
1323
|
+
entryCancel?: boolean | undefined;
|
|
1324
|
+
exit?: boolean | undefined;
|
|
1325
|
+
exitFill?: boolean | undefined;
|
|
1326
|
+
exitCancel?: boolean | undefined;
|
|
1327
|
+
status?: boolean | undefined;
|
|
1328
|
+
warning?: boolean | undefined;
|
|
1329
|
+
startup?: boolean | undefined;
|
|
1330
|
+
protectionTrigger?: boolean | undefined;
|
|
1331
|
+
strategyMsg?: boolean | undefined;
|
|
1332
|
+
dailyReport?: boolean | undefined;
|
|
1333
|
+
backtest?: boolean | undefined;
|
|
1334
|
+
hyperopt?: boolean | undefined;
|
|
1335
|
+
system?: boolean | undefined;
|
|
1336
|
+
recommendation?: boolean | undefined;
|
|
1337
|
+
concern?: boolean | undefined;
|
|
1338
|
+
recommendationExpiry?: boolean | undefined;
|
|
1339
|
+
decisionExecuted?: boolean | undefined;
|
|
1340
|
+
researchComplete?: boolean | undefined;
|
|
1341
|
+
strategyGenerate?: boolean | undefined;
|
|
1342
|
+
} | undefined;
|
|
1343
|
+
} | undefined;
|
|
559
1344
|
contactId?: string | undefined;
|
|
1345
|
+
role?: "admin" | "guest" | "user" | undefined;
|
|
1346
|
+
supervised?: boolean | undefined;
|
|
1347
|
+
blocked?: boolean | undefined;
|
|
1348
|
+
locked?: boolean | undefined;
|
|
1349
|
+
lockedUntil?: string | null | undefined;
|
|
1350
|
+
referredByAffiliateId?: string | {} | undefined;
|
|
1351
|
+
referralCodeUsed?: string | undefined;
|
|
1352
|
+
couponCode?: string | undefined;
|
|
1353
|
+
createdAt?: any;
|
|
1354
|
+
updatedAt?: any;
|
|
1355
|
+
lastLoginAt?: any;
|
|
560
1356
|
skipEmailVerification?: boolean | undefined;
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
1357
|
+
requiresCreditCard?: boolean | undefined;
|
|
1358
|
+
signupSurvey?: {
|
|
1359
|
+
source?: string | undefined;
|
|
1360
|
+
traderType?: string | undefined;
|
|
1361
|
+
} | undefined;
|
|
564
1362
|
} | undefined;
|
|
565
|
-
image?: string | undefined;
|
|
566
|
-
link?: string | undefined;
|
|
567
|
-
createdAt?: any;
|
|
568
|
-
updatedAt?: any;
|
|
569
1363
|
avatar?: string | undefined;
|
|
570
|
-
userId?: string | undefined;
|
|
571
|
-
useRouter?: boolean | undefined;
|
|
572
1364
|
read?: boolean | undefined;
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
description: string;
|
|
1365
|
+
createdAt?: any;
|
|
1366
|
+
updatedAt?: any;
|
|
576
1367
|
}, HookContext<MessagesService<import("./messages.class").MessagesParams>>>;
|
|
577
1368
|
export declare const messagesQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
578
1369
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -582,11 +1373,13 @@ export declare const messagesQueryProperties: import("@feathersjs/typebox").TPic
|
|
|
582
1373
|
link: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
583
1374
|
useRouter: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
584
1375
|
time: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
585
|
-
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1376
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
586
1377
|
user: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
|
|
587
|
-
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").
|
|
1378
|
+
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
588
1379
|
googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
589
1380
|
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1381
|
+
telegramId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1382
|
+
telegramUsername: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
590
1383
|
email: import("@feathersjs/typebox").TString<"email">;
|
|
591
1384
|
name: import("@feathersjs/typebox").TString<string>;
|
|
592
1385
|
password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -612,6 +1405,7 @@ export declare const messagesQueryProperties: import("@feathersjs/typebox").TPic
|
|
|
612
1405
|
}>>;
|
|
613
1406
|
usage: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
614
1407
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1408
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
615
1409
|
}>>;
|
|
616
1410
|
push: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
617
1411
|
web: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -622,8 +1416,6 @@ export declare const messagesQueryProperties: import("@feathersjs/typebox").TPic
|
|
|
622
1416
|
active: import("@feathersjs/typebox").TBoolean;
|
|
623
1417
|
expires: import("@feathersjs/typebox").TString<string>;
|
|
624
1418
|
}>>;
|
|
625
|
-
$inc: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
626
|
-
$aggregate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
627
1419
|
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">]>>;
|
|
628
1420
|
timezone: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
629
1421
|
subscribe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -645,10 +1437,122 @@ export declare const messagesQueryProperties: import("@feathersjs/typebox").TPic
|
|
|
645
1437
|
strategies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
646
1438
|
}>>;
|
|
647
1439
|
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">]>>;
|
|
1440
|
+
notifications: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1441
|
+
email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1442
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1443
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1444
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1445
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1446
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1447
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1448
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1449
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1450
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1451
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1452
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1453
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1454
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1455
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1456
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1457
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1458
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1459
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1460
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1461
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1462
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1463
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1464
|
+
}>>;
|
|
1465
|
+
push: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1466
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1467
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1468
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1469
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1470
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1471
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1472
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1473
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1474
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1475
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1476
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1477
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1478
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1479
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1480
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1481
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1482
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1483
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1484
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1485
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1486
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1487
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1488
|
+
}>>;
|
|
1489
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1490
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1491
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1492
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1493
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1494
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1495
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1496
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1497
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1498
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1499
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1500
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1501
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1502
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1503
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1504
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1505
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1506
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1507
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1508
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1509
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1510
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1511
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1512
|
+
}>>;
|
|
1513
|
+
inApp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1514
|
+
enabled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1515
|
+
entry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1516
|
+
entryFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1517
|
+
entryCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1518
|
+
exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1519
|
+
exitFill: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1520
|
+
exitCancel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1521
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1522
|
+
warning: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1523
|
+
startup: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1524
|
+
protectionTrigger: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1525
|
+
strategyMsg: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1526
|
+
dailyReport: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1527
|
+
backtest: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1528
|
+
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1529
|
+
system: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1530
|
+
recommendation: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1531
|
+
concern: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1532
|
+
recommendationExpiry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1533
|
+
decisionExecuted: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1534
|
+
researchComplete: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1535
|
+
strategyGenerate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1536
|
+
}>>;
|
|
1537
|
+
}>>;
|
|
648
1538
|
contactId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1539
|
+
role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"guest">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
1540
|
+
supervised: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1541
|
+
blocked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1542
|
+
locked: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1543
|
+
lockedUntil: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
1544
|
+
referredByAffiliateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1545
|
+
referralCodeUsed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1546
|
+
couponCode: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
649
1547
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
650
1548
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1549
|
+
lastLoginAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
651
1550
|
skipEmailVerification: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1551
|
+
requiresCreditCard: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1552
|
+
signupSurvey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1553
|
+
source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1554
|
+
traderType: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1555
|
+
}>>;
|
|
652
1556
|
}>>>;
|
|
653
1557
|
avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
654
1558
|
read: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
@@ -659,43 +1563,21 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
659
1563
|
$limit: import("@feathersjs/typebox").TNumber;
|
|
660
1564
|
$skip: import("@feathersjs/typebox").TNumber;
|
|
661
1565
|
$sort: import("@feathersjs/typebox").TObject<{
|
|
662
|
-
time: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
663
1566
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
664
|
-
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
665
1567
|
read: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
1568
|
+
time: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
1569
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
666
1570
|
}>;
|
|
667
|
-
$select: import("@feathersjs/typebox").TUnsafe<("
|
|
1571
|
+
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "read" | "time" | "userId")[]>;
|
|
668
1572
|
$and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
669
|
-
time: 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<{
|
|
670
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
671
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
672
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
673
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
674
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
675
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>>;
|
|
676
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>>;
|
|
677
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
678
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
679
|
-
} | undefined>]>>]>>;
|
|
680
1573
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
681
1574
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
682
1575
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
683
1576
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
684
1577
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
685
1578
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
686
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
687
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
688
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
689
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
690
|
-
} | undefined>]>>]>>;
|
|
691
|
-
userId: 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<{
|
|
692
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
693
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
694
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
695
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
696
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
697
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
698
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
1579
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1580
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
699
1581
|
}>, import("@feathersjs/typebox").TObject<{
|
|
700
1582
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
701
1583
|
} | undefined>]>>]>>;
|
|
@@ -705,43 +1587,43 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
705
1587
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
706
1588
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
707
1589
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
708
|
-
$in: import("@feathersjs/typebox").
|
|
709
|
-
$nin: import("@feathersjs/typebox").
|
|
1590
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1591
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1592
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1593
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1594
|
+
} | undefined>]>>]>>;
|
|
1595
|
+
time: 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<{
|
|
1596
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1597
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1598
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1599
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1600
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1601
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1602
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1603
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1604
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1605
|
+
} | undefined>]>>]>>;
|
|
1606
|
+
userId: 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<{
|
|
1607
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1608
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1609
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1610
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1611
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1612
|
+
$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<{}>]>>;
|
|
1613
|
+
$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<{}>]>>;
|
|
710
1614
|
}>, import("@feathersjs/typebox").TObject<{
|
|
711
1615
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
712
1616
|
} | undefined>]>>]>>;
|
|
713
1617
|
}>>, import("@feathersjs/typebox").TObject<{
|
|
714
1618
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
715
|
-
time: 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<{
|
|
716
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
717
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
718
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
719
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
720
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
721
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>>;
|
|
722
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>>;
|
|
723
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
724
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
725
|
-
} | undefined>]>>]>>;
|
|
726
1619
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
727
1620
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
728
1621
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
729
1622
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
730
1623
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
731
1624
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
732
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
733
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
734
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
735
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
736
|
-
} | undefined>]>>]>>;
|
|
737
|
-
userId: 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<{
|
|
738
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
739
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
740
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
741
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
742
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
743
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
744
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
1625
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1626
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
745
1627
|
}>, import("@feathersjs/typebox").TObject<{
|
|
746
1628
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
747
1629
|
} | undefined>]>>]>>;
|
|
@@ -751,44 +1633,44 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
751
1633
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
752
1634
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
753
1635
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
754
|
-
$in: import("@feathersjs/typebox").
|
|
755
|
-
$nin: import("@feathersjs/typebox").
|
|
1636
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1637
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1638
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1639
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1640
|
+
} | undefined>]>>]>>;
|
|
1641
|
+
time: 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<{
|
|
1642
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1643
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1644
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1645
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1646
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1647
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1648
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1649
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1650
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1651
|
+
} | undefined>]>>]>>;
|
|
1652
|
+
userId: 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<{
|
|
1653
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1654
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1655
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1656
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1657
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1658
|
+
$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<{}>]>>;
|
|
1659
|
+
$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<{}>]>>;
|
|
756
1660
|
}>, import("@feathersjs/typebox").TObject<{
|
|
757
1661
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
758
1662
|
} | undefined>]>>]>>;
|
|
759
1663
|
}>>>;
|
|
760
1664
|
}>]>>;
|
|
761
1665
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
762
|
-
time: 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<{
|
|
763
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
764
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
765
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
766
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
767
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
768
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>>;
|
|
769
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>>;
|
|
770
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
771
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
772
|
-
} | undefined>]>>]>>;
|
|
773
1666
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
774
1667
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
775
1668
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
776
1669
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
777
1670
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
778
1671
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
779
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
780
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
781
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
782
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
783
|
-
} | undefined>]>>]>>;
|
|
784
|
-
userId: 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<{
|
|
785
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
786
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
787
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
788
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
789
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
790
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
791
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
1672
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1673
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
792
1674
|
}>, import("@feathersjs/typebox").TObject<{
|
|
793
1675
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
794
1676
|
} | undefined>]>>]>>;
|
|
@@ -798,43 +1680,43 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
798
1680
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
799
1681
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
800
1682
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
801
|
-
$in: import("@feathersjs/typebox").
|
|
802
|
-
$nin: import("@feathersjs/typebox").
|
|
1683
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1684
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1685
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1686
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1687
|
+
} | undefined>]>>]>>;
|
|
1688
|
+
time: 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<{
|
|
1689
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1690
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1691
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1692
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1693
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1694
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1695
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1696
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1697
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1698
|
+
} | undefined>]>>]>>;
|
|
1699
|
+
userId: 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<{
|
|
1700
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1701
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1702
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1703
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1704
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1705
|
+
$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<{}>]>>;
|
|
1706
|
+
$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<{}>]>>;
|
|
803
1707
|
}>, import("@feathersjs/typebox").TObject<{
|
|
804
1708
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
805
1709
|
} | undefined>]>>]>>;
|
|
806
1710
|
}>>>;
|
|
807
1711
|
}>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
808
|
-
time: 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<{
|
|
809
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
810
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
811
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
812
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
813
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
814
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>>;
|
|
815
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>>;
|
|
816
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
817
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
818
|
-
} | undefined>]>>]>>;
|
|
819
1712
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
820
1713
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
821
1714
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
822
1715
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
823
1716
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
824
1717
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
825
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
826
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
827
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
828
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
829
|
-
} | undefined>]>>]>>;
|
|
830
|
-
userId: 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<{
|
|
831
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
832
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
833
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
834
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
835
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
836
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
837
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
1718
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1719
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
838
1720
|
}>, import("@feathersjs/typebox").TObject<{
|
|
839
1721
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
840
1722
|
} | undefined>]>>]>>;
|
|
@@ -844,8 +1726,30 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
844
1726
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
845
1727
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
846
1728
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
847
|
-
$in: import("@feathersjs/typebox").
|
|
848
|
-
$nin: import("@feathersjs/typebox").
|
|
1729
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1730
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1731
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1732
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1733
|
+
} | undefined>]>>]>>;
|
|
1734
|
+
time: 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<{
|
|
1735
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1736
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1737
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1738
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1739
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1740
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1741
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1742
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1743
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1744
|
+
} | undefined>]>>]>>;
|
|
1745
|
+
userId: 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<{
|
|
1746
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1747
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1748
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1749
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1750
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1751
|
+
$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<{}>]>>;
|
|
1752
|
+
$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<{}>]>>;
|
|
849
1753
|
}>, import("@feathersjs/typebox").TObject<{
|
|
850
1754
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
851
1755
|
} | undefined>]>>]>>;
|
|
@@ -856,40 +1760,22 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
856
1760
|
$limit: number;
|
|
857
1761
|
$skip: number;
|
|
858
1762
|
$sort: {
|
|
859
|
-
time?: number | undefined;
|
|
860
1763
|
_id?: number | undefined;
|
|
861
|
-
userId?: number | undefined;
|
|
862
1764
|
read?: number | undefined;
|
|
1765
|
+
time?: number | undefined;
|
|
1766
|
+
userId?: number | undefined;
|
|
863
1767
|
};
|
|
864
|
-
$select: ("
|
|
1768
|
+
$select: ("_id" | "read" | "time" | "userId")[];
|
|
865
1769
|
$and: ({
|
|
866
|
-
|
|
867
|
-
$gt?: number | undefined;
|
|
868
|
-
$gte?: number | undefined;
|
|
869
|
-
$lt?: number | undefined;
|
|
870
|
-
$lte?: number | undefined;
|
|
871
|
-
$ne?: number | undefined;
|
|
872
|
-
$in: number | number[];
|
|
873
|
-
$nin: number | number[];
|
|
874
|
-
} & {}> | undefined;
|
|
875
|
-
_id?: string | {} | Partial<{
|
|
1770
|
+
_id?: string | Partial<{
|
|
876
1771
|
$gt: string | {};
|
|
877
1772
|
$gte: string | {};
|
|
878
1773
|
$lt: string | {};
|
|
879
1774
|
$lte: string | {};
|
|
880
1775
|
$ne: string | {};
|
|
881
|
-
$in: string |
|
|
882
|
-
$nin: string |
|
|
883
|
-
} & {}> | undefined;
|
|
884
|
-
userId?: string | Partial<{
|
|
885
|
-
$gt?: string | undefined;
|
|
886
|
-
$gte?: string | undefined;
|
|
887
|
-
$lt?: string | undefined;
|
|
888
|
-
$lte?: string | undefined;
|
|
889
|
-
$ne?: string | undefined;
|
|
890
|
-
$in: string | string[];
|
|
891
|
-
$nin: string | string[];
|
|
892
|
-
} & {}> | undefined;
|
|
1776
|
+
$in: string | (string | {})[] | {};
|
|
1777
|
+
$nin: string | (string | {})[] | {};
|
|
1778
|
+
} & {}> | {} | undefined;
|
|
893
1779
|
read?: boolean | Partial<{
|
|
894
1780
|
$gt?: boolean | undefined;
|
|
895
1781
|
$gte?: boolean | undefined;
|
|
@@ -899,35 +1785,35 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
899
1785
|
$in: boolean | boolean[];
|
|
900
1786
|
$nin: boolean | boolean[];
|
|
901
1787
|
} & {}> | undefined;
|
|
1788
|
+
time?: number | Partial<{
|
|
1789
|
+
$gt?: number | undefined;
|
|
1790
|
+
$gte?: number | undefined;
|
|
1791
|
+
$lt?: number | undefined;
|
|
1792
|
+
$lte?: number | undefined;
|
|
1793
|
+
$ne?: number | undefined;
|
|
1794
|
+
$in: number | number[];
|
|
1795
|
+
$nin: number | number[];
|
|
1796
|
+
} & {}> | undefined;
|
|
1797
|
+
userId?: string | Partial<{
|
|
1798
|
+
$gt?: string | {} | undefined;
|
|
1799
|
+
$gte?: string | {} | undefined;
|
|
1800
|
+
$lt?: string | {} | undefined;
|
|
1801
|
+
$lte?: string | {} | undefined;
|
|
1802
|
+
$ne?: string | {} | undefined;
|
|
1803
|
+
$in: string | (string | {})[] | {};
|
|
1804
|
+
$nin: string | (string | {})[] | {};
|
|
1805
|
+
} & {}> | {} | undefined;
|
|
902
1806
|
} | {
|
|
903
1807
|
$or: {
|
|
904
|
-
|
|
905
|
-
$gt?: number | undefined;
|
|
906
|
-
$gte?: number | undefined;
|
|
907
|
-
$lt?: number | undefined;
|
|
908
|
-
$lte?: number | undefined;
|
|
909
|
-
$ne?: number | undefined;
|
|
910
|
-
$in: number | number[];
|
|
911
|
-
$nin: number | number[];
|
|
912
|
-
} & {}> | undefined;
|
|
913
|
-
_id?: string | {} | Partial<{
|
|
1808
|
+
_id?: string | Partial<{
|
|
914
1809
|
$gt: string | {};
|
|
915
1810
|
$gte: string | {};
|
|
916
1811
|
$lt: string | {};
|
|
917
1812
|
$lte: string | {};
|
|
918
1813
|
$ne: string | {};
|
|
919
|
-
$in: string |
|
|
920
|
-
$nin: string |
|
|
921
|
-
} & {}> | undefined;
|
|
922
|
-
userId?: string | Partial<{
|
|
923
|
-
$gt?: string | undefined;
|
|
924
|
-
$gte?: string | undefined;
|
|
925
|
-
$lt?: string | undefined;
|
|
926
|
-
$lte?: string | undefined;
|
|
927
|
-
$ne?: string | undefined;
|
|
928
|
-
$in: string | string[];
|
|
929
|
-
$nin: string | string[];
|
|
930
|
-
} & {}> | undefined;
|
|
1814
|
+
$in: string | (string | {})[] | {};
|
|
1815
|
+
$nin: string | (string | {})[] | {};
|
|
1816
|
+
} & {}> | {} | undefined;
|
|
931
1817
|
read?: boolean | Partial<{
|
|
932
1818
|
$gt?: boolean | undefined;
|
|
933
1819
|
$gte?: boolean | undefined;
|
|
@@ -937,36 +1823,36 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
937
1823
|
$in: boolean | boolean[];
|
|
938
1824
|
$nin: boolean | boolean[];
|
|
939
1825
|
} & {}> | undefined;
|
|
1826
|
+
time?: number | Partial<{
|
|
1827
|
+
$gt?: number | undefined;
|
|
1828
|
+
$gte?: number | undefined;
|
|
1829
|
+
$lt?: number | undefined;
|
|
1830
|
+
$lte?: number | undefined;
|
|
1831
|
+
$ne?: number | undefined;
|
|
1832
|
+
$in: number | number[];
|
|
1833
|
+
$nin: number | number[];
|
|
1834
|
+
} & {}> | undefined;
|
|
1835
|
+
userId?: string | Partial<{
|
|
1836
|
+
$gt?: string | {} | undefined;
|
|
1837
|
+
$gte?: string | {} | undefined;
|
|
1838
|
+
$lt?: string | {} | undefined;
|
|
1839
|
+
$lte?: string | {} | undefined;
|
|
1840
|
+
$ne?: string | {} | undefined;
|
|
1841
|
+
$in: string | (string | {})[] | {};
|
|
1842
|
+
$nin: string | (string | {})[] | {};
|
|
1843
|
+
} & {}> | {} | undefined;
|
|
940
1844
|
}[];
|
|
941
1845
|
})[];
|
|
942
1846
|
$or: {
|
|
943
|
-
|
|
944
|
-
$gt?: number | undefined;
|
|
945
|
-
$gte?: number | undefined;
|
|
946
|
-
$lt?: number | undefined;
|
|
947
|
-
$lte?: number | undefined;
|
|
948
|
-
$ne?: number | undefined;
|
|
949
|
-
$in: number | number[];
|
|
950
|
-
$nin: number | number[];
|
|
951
|
-
} & {}> | undefined;
|
|
952
|
-
_id?: string | {} | Partial<{
|
|
1847
|
+
_id?: string | Partial<{
|
|
953
1848
|
$gt: string | {};
|
|
954
1849
|
$gte: string | {};
|
|
955
1850
|
$lt: string | {};
|
|
956
1851
|
$lte: string | {};
|
|
957
1852
|
$ne: string | {};
|
|
958
|
-
$in: string |
|
|
959
|
-
$nin: string |
|
|
960
|
-
} & {}> | undefined;
|
|
961
|
-
userId?: string | Partial<{
|
|
962
|
-
$gt?: string | undefined;
|
|
963
|
-
$gte?: string | undefined;
|
|
964
|
-
$lt?: string | undefined;
|
|
965
|
-
$lte?: string | undefined;
|
|
966
|
-
$ne?: string | undefined;
|
|
967
|
-
$in: string | string[];
|
|
968
|
-
$nin: string | string[];
|
|
969
|
-
} & {}> | undefined;
|
|
1853
|
+
$in: string | (string | {})[] | {};
|
|
1854
|
+
$nin: string | (string | {})[] | {};
|
|
1855
|
+
} & {}> | {} | undefined;
|
|
970
1856
|
read?: boolean | Partial<{
|
|
971
1857
|
$gt?: boolean | undefined;
|
|
972
1858
|
$gte?: boolean | undefined;
|
|
@@ -976,35 +1862,35 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
976
1862
|
$in: boolean | boolean[];
|
|
977
1863
|
$nin: boolean | boolean[];
|
|
978
1864
|
} & {}> | undefined;
|
|
1865
|
+
time?: number | Partial<{
|
|
1866
|
+
$gt?: number | undefined;
|
|
1867
|
+
$gte?: number | undefined;
|
|
1868
|
+
$lt?: number | undefined;
|
|
1869
|
+
$lte?: number | undefined;
|
|
1870
|
+
$ne?: number | undefined;
|
|
1871
|
+
$in: number | number[];
|
|
1872
|
+
$nin: number | number[];
|
|
1873
|
+
} & {}> | undefined;
|
|
1874
|
+
userId?: string | Partial<{
|
|
1875
|
+
$gt?: string | {} | undefined;
|
|
1876
|
+
$gte?: string | {} | undefined;
|
|
1877
|
+
$lt?: string | {} | undefined;
|
|
1878
|
+
$lte?: string | {} | undefined;
|
|
1879
|
+
$ne?: string | {} | undefined;
|
|
1880
|
+
$in: string | (string | {})[] | {};
|
|
1881
|
+
$nin: string | (string | {})[] | {};
|
|
1882
|
+
} & {}> | {} | undefined;
|
|
979
1883
|
}[];
|
|
980
1884
|
}> & {
|
|
981
|
-
|
|
982
|
-
$gt?: number | undefined;
|
|
983
|
-
$gte?: number | undefined;
|
|
984
|
-
$lt?: number | undefined;
|
|
985
|
-
$lte?: number | undefined;
|
|
986
|
-
$ne?: number | undefined;
|
|
987
|
-
$in: number | number[];
|
|
988
|
-
$nin: number | number[];
|
|
989
|
-
} & {}> | undefined;
|
|
990
|
-
_id?: string | {} | Partial<{
|
|
1885
|
+
_id?: string | Partial<{
|
|
991
1886
|
$gt: string | {};
|
|
992
1887
|
$gte: string | {};
|
|
993
1888
|
$lt: string | {};
|
|
994
1889
|
$lte: string | {};
|
|
995
1890
|
$ne: string | {};
|
|
996
|
-
$in: string |
|
|
997
|
-
$nin: string |
|
|
998
|
-
} & {}> | undefined;
|
|
999
|
-
userId?: string | Partial<{
|
|
1000
|
-
$gt?: string | undefined;
|
|
1001
|
-
$gte?: string | undefined;
|
|
1002
|
-
$lt?: string | undefined;
|
|
1003
|
-
$lte?: string | undefined;
|
|
1004
|
-
$ne?: string | undefined;
|
|
1005
|
-
$in: string | string[];
|
|
1006
|
-
$nin: string | string[];
|
|
1007
|
-
} & {}> | undefined;
|
|
1891
|
+
$in: string | (string | {})[] | {};
|
|
1892
|
+
$nin: string | (string | {})[] | {};
|
|
1893
|
+
} & {}> | {} | undefined;
|
|
1008
1894
|
read?: boolean | Partial<{
|
|
1009
1895
|
$gt?: boolean | undefined;
|
|
1010
1896
|
$gte?: boolean | undefined;
|
|
@@ -1014,4 +1900,22 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
1014
1900
|
$in: boolean | boolean[];
|
|
1015
1901
|
$nin: boolean | boolean[];
|
|
1016
1902
|
} & {}> | undefined;
|
|
1903
|
+
time?: number | Partial<{
|
|
1904
|
+
$gt?: number | undefined;
|
|
1905
|
+
$gte?: number | undefined;
|
|
1906
|
+
$lt?: number | undefined;
|
|
1907
|
+
$lte?: number | undefined;
|
|
1908
|
+
$ne?: number | undefined;
|
|
1909
|
+
$in: number | number[];
|
|
1910
|
+
$nin: number | number[];
|
|
1911
|
+
} & {}> | undefined;
|
|
1912
|
+
userId?: string | Partial<{
|
|
1913
|
+
$gt?: string | {} | undefined;
|
|
1914
|
+
$gte?: string | {} | undefined;
|
|
1915
|
+
$lt?: string | {} | undefined;
|
|
1916
|
+
$lte?: string | {} | undefined;
|
|
1917
|
+
$ne?: string | {} | undefined;
|
|
1918
|
+
$in: string | (string | {})[] | {};
|
|
1919
|
+
$nin: string | (string | {})[] | {};
|
|
1920
|
+
} & {}> | {} | undefined;
|
|
1017
1921
|
} & {}, HookContext<MessagesService<import("./messages.class").MessagesParams>>>;
|