@cryptorobot.ai/client 0.0.40 → 1.26.0-dev.1001
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
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import type { Static } from '@feathersjs/typebox';
|
|
2
|
-
import type
|
|
2
|
+
import { type HookContext } from '../../../declarations';
|
|
3
3
|
import type { StrategiesBacktestService } from './backtest.class';
|
|
4
4
|
export declare const strategiesBacktestSchema: import("@feathersjs/typebox").TObject<{
|
|
5
5
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
6
|
+
userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
6
7
|
traderId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
7
8
|
strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
8
9
|
exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
@@ -11,13 +12,17 @@ export declare const strategiesBacktestSchema: import("@feathersjs/typebox").TOb
|
|
|
11
12
|
overrides: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
12
13
|
max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
13
14
|
dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
15
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
16
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
17
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
18
|
+
timeframe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"1m">, import("@feathersjs/typebox").TLiteral<"3m">, import("@feathersjs/typebox").TLiteral<"5m">, import("@feathersjs/typebox").TLiteral<"15m">, import("@feathersjs/typebox").TLiteral<"30m">, import("@feathersjs/typebox").TLiteral<"1h">, import("@feathersjs/typebox").TLiteral<"2h">, import("@feathersjs/typebox").TLiteral<"4h">, import("@feathersjs/typebox").TLiteral<"6h">, import("@feathersjs/typebox").TLiteral<"8h">, import("@feathersjs/typebox").TLiteral<"12h">, import("@feathersjs/typebox").TLiteral<"1d">, import("@feathersjs/typebox").TLiteral<"1w">]>>;
|
|
14
19
|
}>>;
|
|
15
20
|
options: import("@feathersjs/typebox").TObject<{
|
|
16
21
|
protections: import("@feathersjs/typebox").TBoolean;
|
|
17
22
|
eps: import("@feathersjs/typebox").TBoolean;
|
|
18
23
|
}>;
|
|
19
|
-
start: import("@feathersjs/typebox").
|
|
20
|
-
end: import("@feathersjs/typebox").
|
|
24
|
+
start: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
25
|
+
end: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
21
26
|
createdAt: import("@feathersjs/typebox").TAny;
|
|
22
27
|
updatedAt: import("@feathersjs/typebox").TAny;
|
|
23
28
|
startedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -29,57 +34,68 @@ export declare const strategiesBacktestSchema: import("@feathersjs/typebox").TOb
|
|
|
29
34
|
export type StrategiesBacktest = Static<typeof strategiesBacktestSchema>;
|
|
30
35
|
export declare const strategiesBacktestValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
31
36
|
export declare const strategiesBacktestResolver: import("@feathersjs/schema").Resolver<{
|
|
32
|
-
|
|
33
|
-
|
|
37
|
+
_id: string | {};
|
|
38
|
+
userId: string | {};
|
|
39
|
+
traderId: unknown;
|
|
40
|
+
strategyId: unknown;
|
|
41
|
+
exchangeId: unknown;
|
|
42
|
+
jobId: string;
|
|
43
|
+
status: string;
|
|
34
44
|
overrides?: {
|
|
35
|
-
dry_run_wallet?: number | undefined;
|
|
36
45
|
max_open_trades?: number | undefined;
|
|
46
|
+
dry_run_wallet?: number | undefined;
|
|
47
|
+
fee?: number | undefined;
|
|
48
|
+
stake_currency?: string | undefined;
|
|
49
|
+
stake_amount?: number | undefined;
|
|
50
|
+
timeframe?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
37
51
|
} | undefined;
|
|
38
|
-
took?: number | undefined;
|
|
39
|
-
startedAt?: any;
|
|
40
|
-
attempts?: any;
|
|
41
|
-
_id: string | {};
|
|
42
|
-
createdAt: any;
|
|
43
|
-
updatedAt: any;
|
|
44
52
|
options: {
|
|
45
53
|
protections: boolean;
|
|
46
54
|
eps: boolean;
|
|
47
55
|
};
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
56
|
+
start: string | number;
|
|
57
|
+
end: string | number;
|
|
58
|
+
createdAt: any;
|
|
59
|
+
updatedAt: any;
|
|
60
|
+
startedAt?: any;
|
|
61
|
+
stoppedAt?: any;
|
|
62
|
+
took?: number | undefined;
|
|
63
|
+
attempts?: any;
|
|
64
|
+
results?: any;
|
|
55
65
|
}, HookContext<StrategiesBacktestService<import("./backtest.class").StrategiesBacktestParams>>>;
|
|
56
66
|
export declare const strategiesBacktestExternalResolver: import("@feathersjs/schema").Resolver<{
|
|
57
|
-
|
|
58
|
-
|
|
67
|
+
_id: string | {};
|
|
68
|
+
userId: string | {};
|
|
69
|
+
traderId: unknown;
|
|
70
|
+
strategyId: unknown;
|
|
71
|
+
exchangeId: unknown;
|
|
72
|
+
jobId: string;
|
|
73
|
+
status: string;
|
|
59
74
|
overrides?: {
|
|
60
|
-
dry_run_wallet?: number | undefined;
|
|
61
75
|
max_open_trades?: number | undefined;
|
|
76
|
+
dry_run_wallet?: number | undefined;
|
|
77
|
+
fee?: number | undefined;
|
|
78
|
+
stake_currency?: string | undefined;
|
|
79
|
+
stake_amount?: number | undefined;
|
|
80
|
+
timeframe?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
62
81
|
} | undefined;
|
|
63
|
-
took?: number | undefined;
|
|
64
|
-
startedAt?: any;
|
|
65
|
-
attempts?: any;
|
|
66
|
-
_id: string | {};
|
|
67
|
-
createdAt: any;
|
|
68
|
-
updatedAt: any;
|
|
69
82
|
options: {
|
|
70
83
|
protections: boolean;
|
|
71
84
|
eps: boolean;
|
|
72
85
|
};
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
86
|
+
start: string | number;
|
|
87
|
+
end: string | number;
|
|
88
|
+
createdAt: any;
|
|
89
|
+
updatedAt: any;
|
|
90
|
+
startedAt?: any;
|
|
91
|
+
stoppedAt?: any;
|
|
92
|
+
took?: number | undefined;
|
|
93
|
+
attempts?: any;
|
|
94
|
+
results?: any;
|
|
80
95
|
}, HookContext<StrategiesBacktestService<import("./backtest.class").StrategiesBacktestParams>>>;
|
|
81
96
|
export declare const strategiesBacktestDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
82
97
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
98
|
+
userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
83
99
|
traderId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
84
100
|
strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
85
101
|
exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
@@ -88,13 +104,17 @@ export declare const strategiesBacktestDataSchema: import("@feathersjs/typebox")
|
|
|
88
104
|
overrides: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
89
105
|
max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
90
106
|
dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
107
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
108
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
109
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
110
|
+
timeframe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"1m">, import("@feathersjs/typebox").TLiteral<"3m">, import("@feathersjs/typebox").TLiteral<"5m">, import("@feathersjs/typebox").TLiteral<"15m">, import("@feathersjs/typebox").TLiteral<"30m">, import("@feathersjs/typebox").TLiteral<"1h">, import("@feathersjs/typebox").TLiteral<"2h">, import("@feathersjs/typebox").TLiteral<"4h">, import("@feathersjs/typebox").TLiteral<"6h">, import("@feathersjs/typebox").TLiteral<"8h">, import("@feathersjs/typebox").TLiteral<"12h">, import("@feathersjs/typebox").TLiteral<"1d">, import("@feathersjs/typebox").TLiteral<"1w">]>>;
|
|
91
111
|
}>>;
|
|
92
112
|
options: import("@feathersjs/typebox").TObject<{
|
|
93
113
|
protections: import("@feathersjs/typebox").TBoolean;
|
|
94
114
|
eps: import("@feathersjs/typebox").TBoolean;
|
|
95
115
|
}>;
|
|
96
|
-
start: import("@feathersjs/typebox").
|
|
97
|
-
end: import("@feathersjs/typebox").
|
|
116
|
+
start: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
117
|
+
end: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
98
118
|
createdAt: import("@feathersjs/typebox").TAny;
|
|
99
119
|
updatedAt: import("@feathersjs/typebox").TAny;
|
|
100
120
|
startedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -106,32 +126,38 @@ export declare const strategiesBacktestDataSchema: import("@feathersjs/typebox")
|
|
|
106
126
|
export type StrategiesBacktestData = Static<typeof strategiesBacktestDataSchema>;
|
|
107
127
|
export declare const strategiesBacktestDataValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
108
128
|
export declare const strategiesBacktestDataResolver: import("@feathersjs/schema").Resolver<{
|
|
109
|
-
|
|
110
|
-
|
|
129
|
+
_id: string | {};
|
|
130
|
+
userId: string | {};
|
|
131
|
+
traderId: unknown;
|
|
132
|
+
strategyId: unknown;
|
|
133
|
+
exchangeId: unknown;
|
|
134
|
+
jobId: string;
|
|
135
|
+
status: string;
|
|
111
136
|
overrides?: {
|
|
112
|
-
dry_run_wallet?: number | undefined;
|
|
113
137
|
max_open_trades?: number | undefined;
|
|
138
|
+
dry_run_wallet?: number | undefined;
|
|
139
|
+
fee?: number | undefined;
|
|
140
|
+
stake_currency?: string | undefined;
|
|
141
|
+
stake_amount?: number | undefined;
|
|
142
|
+
timeframe?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
114
143
|
} | undefined;
|
|
115
|
-
took?: number | undefined;
|
|
116
|
-
startedAt?: any;
|
|
117
|
-
attempts?: any;
|
|
118
|
-
_id: string | {};
|
|
119
|
-
createdAt: any;
|
|
120
|
-
updatedAt: any;
|
|
121
144
|
options: {
|
|
122
145
|
protections: boolean;
|
|
123
146
|
eps: boolean;
|
|
124
147
|
};
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
148
|
+
start: string | number;
|
|
149
|
+
end: string | number;
|
|
150
|
+
createdAt: any;
|
|
151
|
+
updatedAt: any;
|
|
152
|
+
startedAt?: any;
|
|
153
|
+
stoppedAt?: any;
|
|
154
|
+
took?: number | undefined;
|
|
155
|
+
attempts?: any;
|
|
156
|
+
results?: any;
|
|
132
157
|
}, HookContext<StrategiesBacktestService<import("./backtest.class").StrategiesBacktestParams>>>;
|
|
133
158
|
export declare const strategiesBacktestPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
134
159
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
160
|
+
userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
135
161
|
traderId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
136
162
|
strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
137
163
|
exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
@@ -140,13 +166,17 @@ export declare const strategiesBacktestPatchSchema: import("@feathersjs/typebox"
|
|
|
140
166
|
overrides: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
141
167
|
max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
142
168
|
dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
169
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
170
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
171
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
172
|
+
timeframe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"1m">, import("@feathersjs/typebox").TLiteral<"3m">, import("@feathersjs/typebox").TLiteral<"5m">, import("@feathersjs/typebox").TLiteral<"15m">, import("@feathersjs/typebox").TLiteral<"30m">, import("@feathersjs/typebox").TLiteral<"1h">, import("@feathersjs/typebox").TLiteral<"2h">, import("@feathersjs/typebox").TLiteral<"4h">, import("@feathersjs/typebox").TLiteral<"6h">, import("@feathersjs/typebox").TLiteral<"8h">, import("@feathersjs/typebox").TLiteral<"12h">, import("@feathersjs/typebox").TLiteral<"1d">, import("@feathersjs/typebox").TLiteral<"1w">]>>;
|
|
143
173
|
}>>;
|
|
144
174
|
options: import("@feathersjs/typebox").TObject<{
|
|
145
175
|
protections: import("@feathersjs/typebox").TBoolean;
|
|
146
176
|
eps: import("@feathersjs/typebox").TBoolean;
|
|
147
177
|
}>;
|
|
148
|
-
start: import("@feathersjs/typebox").
|
|
149
|
-
end: import("@feathersjs/typebox").
|
|
178
|
+
start: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
179
|
+
end: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
150
180
|
createdAt: import("@feathersjs/typebox").TAny;
|
|
151
181
|
updatedAt: import("@feathersjs/typebox").TAny;
|
|
152
182
|
startedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -158,32 +188,38 @@ export declare const strategiesBacktestPatchSchema: import("@feathersjs/typebox"
|
|
|
158
188
|
export type StrategiesBacktestPatch = Static<typeof strategiesBacktestPatchSchema>;
|
|
159
189
|
export declare const strategiesBacktestPatchValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
160
190
|
export declare const strategiesBacktestPatchResolver: import("@feathersjs/schema").Resolver<{
|
|
161
|
-
|
|
162
|
-
|
|
191
|
+
_id: string | {};
|
|
192
|
+
userId: string | {};
|
|
193
|
+
traderId: unknown;
|
|
194
|
+
strategyId: unknown;
|
|
195
|
+
exchangeId: unknown;
|
|
196
|
+
jobId: string;
|
|
197
|
+
status: string;
|
|
163
198
|
overrides?: {
|
|
164
|
-
dry_run_wallet?: number | undefined;
|
|
165
199
|
max_open_trades?: number | undefined;
|
|
200
|
+
dry_run_wallet?: number | undefined;
|
|
201
|
+
fee?: number | undefined;
|
|
202
|
+
stake_currency?: string | undefined;
|
|
203
|
+
stake_amount?: number | undefined;
|
|
204
|
+
timeframe?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
166
205
|
} | undefined;
|
|
167
|
-
took?: number | undefined;
|
|
168
|
-
startedAt?: any;
|
|
169
|
-
attempts?: any;
|
|
170
|
-
_id: string | {};
|
|
171
|
-
createdAt: any;
|
|
172
|
-
updatedAt: any;
|
|
173
206
|
options: {
|
|
174
207
|
protections: boolean;
|
|
175
208
|
eps: boolean;
|
|
176
209
|
};
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
210
|
+
start: string | number;
|
|
211
|
+
end: string | number;
|
|
212
|
+
createdAt: any;
|
|
213
|
+
updatedAt: any;
|
|
214
|
+
startedAt?: any;
|
|
215
|
+
stoppedAt?: any;
|
|
216
|
+
took?: number | undefined;
|
|
217
|
+
attempts?: any;
|
|
218
|
+
results?: any;
|
|
184
219
|
}, HookContext<StrategiesBacktestService<import("./backtest.class").StrategiesBacktestParams>>>;
|
|
185
220
|
export declare const strategiesBacktestQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
186
221
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
222
|
+
userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
187
223
|
traderId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
188
224
|
strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
189
225
|
exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
@@ -192,13 +228,17 @@ export declare const strategiesBacktestQueryProperties: import("@feathersjs/type
|
|
|
192
228
|
overrides: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
193
229
|
max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
194
230
|
dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
231
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
232
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
233
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
234
|
+
timeframe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"1m">, import("@feathersjs/typebox").TLiteral<"3m">, import("@feathersjs/typebox").TLiteral<"5m">, import("@feathersjs/typebox").TLiteral<"15m">, import("@feathersjs/typebox").TLiteral<"30m">, import("@feathersjs/typebox").TLiteral<"1h">, import("@feathersjs/typebox").TLiteral<"2h">, import("@feathersjs/typebox").TLiteral<"4h">, import("@feathersjs/typebox").TLiteral<"6h">, import("@feathersjs/typebox").TLiteral<"8h">, import("@feathersjs/typebox").TLiteral<"12h">, import("@feathersjs/typebox").TLiteral<"1d">, import("@feathersjs/typebox").TLiteral<"1w">]>>;
|
|
195
235
|
}>>;
|
|
196
236
|
options: import("@feathersjs/typebox").TObject<{
|
|
197
237
|
protections: import("@feathersjs/typebox").TBoolean;
|
|
198
238
|
eps: import("@feathersjs/typebox").TBoolean;
|
|
199
239
|
}>;
|
|
200
|
-
start: import("@feathersjs/typebox").
|
|
201
|
-
end: import("@feathersjs/typebox").
|
|
240
|
+
start: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
241
|
+
end: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
202
242
|
createdAt: import("@feathersjs/typebox").TAny;
|
|
203
243
|
updatedAt: import("@feathersjs/typebox").TAny;
|
|
204
244
|
startedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -206,22 +246,29 @@ export declare const strategiesBacktestQueryProperties: import("@feathersjs/type
|
|
|
206
246
|
took: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
207
247
|
attempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
208
248
|
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
209
|
-
}>, ["_id", "traderId", "
|
|
249
|
+
}>, ["_id", "traderId", "userId", "strategyId", "exchangeId", "jobId", "status", "start", "end", "createdAt", "updatedAt", "startedAt", "stoppedAt", "took", "attempts", "results"]>;
|
|
210
250
|
export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
211
251
|
$limit: import("@feathersjs/typebox").TNumber;
|
|
212
252
|
$skip: import("@feathersjs/typebox").TNumber;
|
|
213
253
|
$sort: import("@feathersjs/typebox").TObject<{
|
|
214
254
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
255
|
+
attempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
215
256
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
216
|
-
|
|
257
|
+
end: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
217
258
|
exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
218
|
-
|
|
259
|
+
jobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
260
|
+
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
261
|
+
start: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
262
|
+
startedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
219
263
|
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
220
|
-
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
221
264
|
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
222
|
-
|
|
265
|
+
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
266
|
+
took: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
267
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
268
|
+
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
269
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
223
270
|
}>;
|
|
224
|
-
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "
|
|
271
|
+
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "attempts" | "createdAt" | "end" | "exchangeId" | "jobId" | "results" | "start" | "startedAt" | "status" | "stoppedAt" | "strategyId" | "took" | "traderId" | "updatedAt" | "userId")[]>;
|
|
225
272
|
$and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
226
273
|
_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<{
|
|
227
274
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -229,8 +276,19 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
229
276
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
230
277
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
231
278
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
232
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
233
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
279
|
+
$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<{}>]>;
|
|
280
|
+
$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<{}>]>;
|
|
281
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
282
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
283
|
+
} | undefined>]>>]>>;
|
|
284
|
+
attempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
285
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
286
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
287
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
288
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
289
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
290
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
291
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
234
292
|
}>, import("@feathersjs/typebox").TObject<{
|
|
235
293
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
236
294
|
} | undefined>]>>]>>;
|
|
@@ -245,14 +303,14 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
245
303
|
}>, import("@feathersjs/typebox").TObject<{
|
|
246
304
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
247
305
|
} | undefined>]>>]>>;
|
|
248
|
-
|
|
249
|
-
$gt: import("@feathersjs/typebox").
|
|
250
|
-
$gte: import("@feathersjs/typebox").
|
|
251
|
-
$lt: import("@feathersjs/typebox").
|
|
252
|
-
$lte: import("@feathersjs/typebox").
|
|
253
|
-
$ne: import("@feathersjs/typebox").
|
|
254
|
-
$in: import("@feathersjs/typebox").
|
|
255
|
-
$nin: import("@feathersjs/typebox").
|
|
306
|
+
end: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
307
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
308
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
309
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
310
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
311
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
312
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
313
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
256
314
|
}>, import("@feathersjs/typebox").TObject<{
|
|
257
315
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
258
316
|
} | undefined>]>>]>>;
|
|
@@ -262,63 +320,129 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
262
320
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
263
321
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
264
322
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
265
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]
|
|
266
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]
|
|
267
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
268
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
269
|
-
} | undefined>]>>]>>;
|
|
270
|
-
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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<{
|
|
271
|
-
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
272
|
-
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
273
|
-
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
274
|
-
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
275
|
-
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
276
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
277
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
323
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
324
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
278
325
|
}>, import("@feathersjs/typebox").TObject<{
|
|
279
326
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
280
327
|
} | undefined>]>>]>>;
|
|
281
|
-
|
|
328
|
+
jobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
282
329
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
283
330
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
284
331
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
285
332
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
286
333
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
287
|
-
$in: import("@feathersjs/typebox").
|
|
288
|
-
$nin: import("@feathersjs/typebox").
|
|
334
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
335
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
289
336
|
}>, import("@feathersjs/typebox").TObject<{
|
|
290
337
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
291
338
|
} | undefined>]>>]>>;
|
|
292
|
-
|
|
293
|
-
$gt: import("@feathersjs/typebox").
|
|
294
|
-
$gte: import("@feathersjs/typebox").
|
|
295
|
-
$lt: import("@feathersjs/typebox").
|
|
296
|
-
$lte: import("@feathersjs/typebox").
|
|
297
|
-
$ne: import("@feathersjs/typebox").
|
|
298
|
-
$in: import("@feathersjs/typebox").
|
|
299
|
-
$nin: import("@feathersjs/typebox").
|
|
339
|
+
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
340
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
341
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
342
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
343
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
344
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
345
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
346
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
300
347
|
}>, import("@feathersjs/typebox").TObject<{
|
|
301
348
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
302
349
|
} | undefined>]>>]>>;
|
|
303
|
-
|
|
350
|
+
start: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
351
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
352
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
353
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
354
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
355
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
356
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
357
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
358
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
359
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
360
|
+
} | undefined>]>>]>>;
|
|
361
|
+
startedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
304
362
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
305
363
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
306
364
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
307
365
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
308
366
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
309
|
-
$in: import("@feathersjs/typebox").
|
|
310
|
-
$nin: import("@feathersjs/typebox").
|
|
367
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
368
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
311
369
|
}>, import("@feathersjs/typebox").TObject<{
|
|
312
370
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
313
371
|
} | undefined>]>>]>>;
|
|
314
|
-
|
|
372
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
315
373
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
316
374
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
317
375
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
318
376
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
319
377
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
320
|
-
$in: import("@feathersjs/typebox").
|
|
321
|
-
$nin: import("@feathersjs/typebox").
|
|
378
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
379
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
380
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
381
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
382
|
+
} | undefined>]>>]>>;
|
|
383
|
+
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
384
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
385
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
386
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
387
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
388
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
389
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
390
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
391
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
392
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
393
|
+
} | undefined>]>>]>>;
|
|
394
|
+
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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<{
|
|
395
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
396
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
397
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
398
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
399
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
400
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
401
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
402
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
403
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
404
|
+
} | undefined>]>>]>>;
|
|
405
|
+
took: 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<{
|
|
406
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
407
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
408
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
409
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
410
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
411
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
412
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
413
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
414
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
415
|
+
} | undefined>]>>]>>;
|
|
416
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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<{
|
|
417
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
418
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
419
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
420
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
421
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
422
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
423
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
424
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
425
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
426
|
+
} | undefined>]>>]>>;
|
|
427
|
+
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
428
|
+
$gt: import("@feathersjs/typebox").TAny;
|
|
429
|
+
$gte: import("@feathersjs/typebox").TAny;
|
|
430
|
+
$lt: import("@feathersjs/typebox").TAny;
|
|
431
|
+
$lte: import("@feathersjs/typebox").TAny;
|
|
432
|
+
$ne: import("@feathersjs/typebox").TAny;
|
|
433
|
+
$in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
434
|
+
$nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
435
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
436
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
437
|
+
} | undefined>]>>]>>;
|
|
438
|
+
userId: 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<{
|
|
439
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
440
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
441
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
442
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
443
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
444
|
+
$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<{}>]>;
|
|
445
|
+
$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<{}>]>;
|
|
322
446
|
}>, import("@feathersjs/typebox").TObject<{
|
|
323
447
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
324
448
|
} | undefined>]>>]>>;
|
|
@@ -330,8 +454,19 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
330
454
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
331
455
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
332
456
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
333
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
334
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
457
|
+
$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<{}>]>;
|
|
458
|
+
$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<{}>]>;
|
|
459
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
460
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
461
|
+
} | undefined>]>>]>>;
|
|
462
|
+
attempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
463
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
464
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
465
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
466
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
467
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
468
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
469
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
335
470
|
}>, import("@feathersjs/typebox").TObject<{
|
|
336
471
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
337
472
|
} | undefined>]>>]>>;
|
|
@@ -346,14 +481,14 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
346
481
|
}>, import("@feathersjs/typebox").TObject<{
|
|
347
482
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
348
483
|
} | undefined>]>>]>>;
|
|
349
|
-
|
|
350
|
-
$gt: import("@feathersjs/typebox").
|
|
351
|
-
$gte: import("@feathersjs/typebox").
|
|
352
|
-
$lt: import("@feathersjs/typebox").
|
|
353
|
-
$lte: import("@feathersjs/typebox").
|
|
354
|
-
$ne: import("@feathersjs/typebox").
|
|
355
|
-
$in: import("@feathersjs/typebox").
|
|
356
|
-
$nin: import("@feathersjs/typebox").
|
|
484
|
+
end: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
485
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
486
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
487
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
488
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
489
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
490
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
491
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
357
492
|
}>, import("@feathersjs/typebox").TObject<{
|
|
358
493
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
359
494
|
} | undefined>]>>]>>;
|
|
@@ -363,68 +498,134 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
363
498
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
364
499
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
365
500
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
366
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]
|
|
367
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]
|
|
368
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
369
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
370
|
-
} | undefined>]>>]>>;
|
|
371
|
-
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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<{
|
|
372
|
-
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
373
|
-
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
374
|
-
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
375
|
-
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
376
|
-
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
377
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
378
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
501
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
502
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
379
503
|
}>, import("@feathersjs/typebox").TObject<{
|
|
380
504
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
381
505
|
} | undefined>]>>]>>;
|
|
382
|
-
|
|
506
|
+
jobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
383
507
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
384
508
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
385
509
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
386
510
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
387
511
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
388
|
-
$in: import("@feathersjs/typebox").
|
|
389
|
-
$nin: import("@feathersjs/typebox").
|
|
512
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
513
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
390
514
|
}>, import("@feathersjs/typebox").TObject<{
|
|
391
515
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
392
516
|
} | undefined>]>>]>>;
|
|
393
|
-
|
|
394
|
-
$gt: import("@feathersjs/typebox").
|
|
395
|
-
$gte: import("@feathersjs/typebox").
|
|
396
|
-
$lt: import("@feathersjs/typebox").
|
|
397
|
-
$lte: import("@feathersjs/typebox").
|
|
398
|
-
$ne: import("@feathersjs/typebox").
|
|
399
|
-
$in: import("@feathersjs/typebox").
|
|
400
|
-
$nin: import("@feathersjs/typebox").
|
|
517
|
+
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
518
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
519
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
520
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
521
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
522
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
523
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
524
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
401
525
|
}>, import("@feathersjs/typebox").TObject<{
|
|
402
526
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
403
527
|
} | undefined>]>>]>>;
|
|
404
|
-
|
|
528
|
+
start: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
529
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
530
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
531
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
532
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
533
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
534
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
535
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
536
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
537
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
538
|
+
} | undefined>]>>]>>;
|
|
539
|
+
startedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
405
540
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
406
541
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
407
542
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
408
543
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
409
544
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
410
|
-
$in: import("@feathersjs/typebox").
|
|
411
|
-
$nin: import("@feathersjs/typebox").
|
|
545
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
546
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
412
547
|
}>, import("@feathersjs/typebox").TObject<{
|
|
413
548
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
414
549
|
} | undefined>]>>]>>;
|
|
415
|
-
|
|
550
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
416
551
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
417
552
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
418
553
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
419
554
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
420
555
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
421
|
-
$in: import("@feathersjs/typebox").
|
|
422
|
-
$nin: import("@feathersjs/typebox").
|
|
556
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
557
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
423
558
|
}>, import("@feathersjs/typebox").TObject<{
|
|
424
559
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
425
560
|
} | undefined>]>>]>>;
|
|
426
|
-
|
|
427
|
-
|
|
561
|
+
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
562
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
563
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
564
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
565
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
566
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
567
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
568
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
569
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
570
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
571
|
+
} | undefined>]>>]>>;
|
|
572
|
+
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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<{
|
|
573
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
574
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
575
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
576
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
577
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
578
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
579
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
580
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
581
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
582
|
+
} | undefined>]>>]>>;
|
|
583
|
+
took: 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<{
|
|
584
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
585
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
586
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
587
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
588
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
589
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
590
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
591
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
592
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
593
|
+
} | undefined>]>>]>>;
|
|
594
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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<{
|
|
595
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
596
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
597
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
598
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
599
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
600
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
601
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
602
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
603
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
604
|
+
} | undefined>]>>]>>;
|
|
605
|
+
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
606
|
+
$gt: import("@feathersjs/typebox").TAny;
|
|
607
|
+
$gte: import("@feathersjs/typebox").TAny;
|
|
608
|
+
$lt: import("@feathersjs/typebox").TAny;
|
|
609
|
+
$lte: import("@feathersjs/typebox").TAny;
|
|
610
|
+
$ne: import("@feathersjs/typebox").TAny;
|
|
611
|
+
$in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
612
|
+
$nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
613
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
614
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
615
|
+
} | undefined>]>>]>>;
|
|
616
|
+
userId: 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<{
|
|
617
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
618
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
619
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
620
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
621
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
622
|
+
$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<{}>]>;
|
|
623
|
+
$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<{}>]>;
|
|
624
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
625
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
626
|
+
} | undefined>]>>]>>;
|
|
627
|
+
}>>>;
|
|
628
|
+
}>]>>;
|
|
428
629
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
429
630
|
_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<{
|
|
430
631
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -432,8 +633,19 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
432
633
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
433
634
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
434
635
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
435
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
436
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
636
|
+
$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<{}>]>;
|
|
637
|
+
$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<{}>]>;
|
|
638
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
639
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
640
|
+
} | undefined>]>>]>>;
|
|
641
|
+
attempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
642
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
643
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
644
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
645
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
646
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
647
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
648
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
437
649
|
}>, import("@feathersjs/typebox").TObject<{
|
|
438
650
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
439
651
|
} | undefined>]>>]>>;
|
|
@@ -448,14 +660,14 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
448
660
|
}>, import("@feathersjs/typebox").TObject<{
|
|
449
661
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
450
662
|
} | undefined>]>>]>>;
|
|
451
|
-
|
|
452
|
-
$gt: import("@feathersjs/typebox").
|
|
453
|
-
$gte: import("@feathersjs/typebox").
|
|
454
|
-
$lt: import("@feathersjs/typebox").
|
|
455
|
-
$lte: import("@feathersjs/typebox").
|
|
456
|
-
$ne: import("@feathersjs/typebox").
|
|
457
|
-
$in: import("@feathersjs/typebox").
|
|
458
|
-
$nin: import("@feathersjs/typebox").
|
|
663
|
+
end: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
664
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
665
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
666
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
667
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
668
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
669
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
670
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
459
671
|
}>, import("@feathersjs/typebox").TObject<{
|
|
460
672
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
461
673
|
} | undefined>]>>]>>;
|
|
@@ -465,63 +677,129 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
465
677
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
466
678
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
467
679
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
468
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]
|
|
469
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]
|
|
470
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
471
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
472
|
-
} | undefined>]>>]>>;
|
|
473
|
-
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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<{
|
|
474
|
-
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
475
|
-
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
476
|
-
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
477
|
-
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
478
|
-
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
479
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
480
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
680
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
681
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
481
682
|
}>, import("@feathersjs/typebox").TObject<{
|
|
482
683
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
483
684
|
} | undefined>]>>]>>;
|
|
484
|
-
|
|
685
|
+
jobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
485
686
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
486
687
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
487
688
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
488
689
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
489
690
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
490
|
-
$in: import("@feathersjs/typebox").
|
|
491
|
-
$nin: import("@feathersjs/typebox").
|
|
691
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
692
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
492
693
|
}>, import("@feathersjs/typebox").TObject<{
|
|
493
694
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
494
695
|
} | undefined>]>>]>>;
|
|
495
|
-
|
|
496
|
-
$gt: import("@feathersjs/typebox").
|
|
497
|
-
$gte: import("@feathersjs/typebox").
|
|
498
|
-
$lt: import("@feathersjs/typebox").
|
|
499
|
-
$lte: import("@feathersjs/typebox").
|
|
500
|
-
$ne: import("@feathersjs/typebox").
|
|
501
|
-
$in: import("@feathersjs/typebox").
|
|
502
|
-
$nin: import("@feathersjs/typebox").
|
|
696
|
+
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
697
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
698
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
699
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
700
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
701
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
702
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
703
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
503
704
|
}>, import("@feathersjs/typebox").TObject<{
|
|
504
705
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
505
706
|
} | undefined>]>>]>>;
|
|
506
|
-
|
|
707
|
+
start: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
708
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
709
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
710
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
711
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
712
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
713
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
714
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
715
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
716
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
717
|
+
} | undefined>]>>]>>;
|
|
718
|
+
startedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
507
719
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
508
720
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
509
721
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
510
722
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
511
723
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
512
|
-
$in: import("@feathersjs/typebox").
|
|
513
|
-
$nin: import("@feathersjs/typebox").
|
|
724
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
725
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
514
726
|
}>, import("@feathersjs/typebox").TObject<{
|
|
515
727
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
516
728
|
} | undefined>]>>]>>;
|
|
517
|
-
|
|
729
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
518
730
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
519
731
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
520
732
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
521
733
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
522
734
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
523
|
-
$in: import("@feathersjs/typebox").
|
|
524
|
-
$nin: import("@feathersjs/typebox").
|
|
735
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
736
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
737
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
738
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
739
|
+
} | undefined>]>>]>>;
|
|
740
|
+
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
741
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
742
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
743
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
744
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
745
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
746
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
747
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
748
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
749
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
750
|
+
} | undefined>]>>]>>;
|
|
751
|
+
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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<{
|
|
752
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
753
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
754
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
755
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
756
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
757
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
758
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
759
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
760
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
761
|
+
} | undefined>]>>]>>;
|
|
762
|
+
took: 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").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
769
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
770
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
771
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
772
|
+
} | undefined>]>>]>>;
|
|
773
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
775
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
776
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
777
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
778
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
779
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
780
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, 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
|
+
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
785
|
+
$gt: import("@feathersjs/typebox").TAny;
|
|
786
|
+
$gte: import("@feathersjs/typebox").TAny;
|
|
787
|
+
$lt: import("@feathersjs/typebox").TAny;
|
|
788
|
+
$lte: import("@feathersjs/typebox").TAny;
|
|
789
|
+
$ne: import("@feathersjs/typebox").TAny;
|
|
790
|
+
$in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
791
|
+
$nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
792
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
793
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
794
|
+
} | undefined>]>>]>>;
|
|
795
|
+
userId: 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<{
|
|
796
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
797
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
798
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
799
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
800
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
801
|
+
$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<{}>]>;
|
|
802
|
+
$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<{}>]>;
|
|
525
803
|
}>, import("@feathersjs/typebox").TObject<{
|
|
526
804
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
527
805
|
} | undefined>]>>]>>;
|
|
@@ -533,8 +811,19 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
533
811
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
534
812
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
535
813
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
536
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
537
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
814
|
+
$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<{}>]>;
|
|
815
|
+
$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<{}>]>;
|
|
816
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
817
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
818
|
+
} | undefined>]>>]>>;
|
|
819
|
+
attempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
820
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
821
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
822
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
823
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
824
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
825
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
826
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
538
827
|
}>, import("@feathersjs/typebox").TObject<{
|
|
539
828
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
540
829
|
} | undefined>]>>]>>;
|
|
@@ -549,14 +838,14 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
549
838
|
}>, import("@feathersjs/typebox").TObject<{
|
|
550
839
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
551
840
|
} | undefined>]>>]>>;
|
|
552
|
-
|
|
553
|
-
$gt: import("@feathersjs/typebox").
|
|
554
|
-
$gte: import("@feathersjs/typebox").
|
|
555
|
-
$lt: import("@feathersjs/typebox").
|
|
556
|
-
$lte: import("@feathersjs/typebox").
|
|
557
|
-
$ne: import("@feathersjs/typebox").
|
|
558
|
-
$in: import("@feathersjs/typebox").
|
|
559
|
-
$nin: import("@feathersjs/typebox").
|
|
841
|
+
end: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
842
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
843
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
844
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
845
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
846
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
847
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
848
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
560
849
|
}>, import("@feathersjs/typebox").TObject<{
|
|
561
850
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
562
851
|
} | undefined>]>>]>>;
|
|
@@ -566,67 +855,140 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
566
855
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
567
856
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
568
857
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
569
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]
|
|
570
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]
|
|
858
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
859
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
571
860
|
}>, import("@feathersjs/typebox").TObject<{
|
|
572
861
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
573
862
|
} | undefined>]>>]>>;
|
|
574
|
-
|
|
575
|
-
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
576
|
-
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
577
|
-
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
578
|
-
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
579
|
-
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
580
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
581
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
582
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
583
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
584
|
-
} | undefined>]>>]>>;
|
|
585
|
-
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
863
|
+
jobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
586
864
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
587
865
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
588
866
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
589
867
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
590
868
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
591
|
-
$in: import("@feathersjs/typebox").
|
|
592
|
-
$nin: import("@feathersjs/typebox").
|
|
869
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
870
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
593
871
|
}>, import("@feathersjs/typebox").TObject<{
|
|
594
872
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
595
873
|
} | undefined>]>>]>>;
|
|
596
|
-
|
|
597
|
-
$gt: import("@feathersjs/typebox").
|
|
598
|
-
$gte: import("@feathersjs/typebox").
|
|
599
|
-
$lt: import("@feathersjs/typebox").
|
|
600
|
-
$lte: import("@feathersjs/typebox").
|
|
601
|
-
$ne: import("@feathersjs/typebox").
|
|
602
|
-
$in: import("@feathersjs/typebox").
|
|
603
|
-
$nin: import("@feathersjs/typebox").
|
|
874
|
+
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
875
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
876
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
877
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
878
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
879
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
880
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
881
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
604
882
|
}>, import("@feathersjs/typebox").TObject<{
|
|
605
883
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
606
884
|
} | undefined>]>>]>>;
|
|
607
|
-
|
|
885
|
+
start: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
886
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
887
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
888
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
889
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
890
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
891
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
892
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
893
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
894
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
895
|
+
} | undefined>]>>]>>;
|
|
896
|
+
startedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
608
897
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
609
898
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
610
899
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
611
900
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
612
901
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
613
|
-
$in: import("@feathersjs/typebox").
|
|
614
|
-
$nin: import("@feathersjs/typebox").
|
|
902
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
903
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
615
904
|
}>, import("@feathersjs/typebox").TObject<{
|
|
616
905
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
617
906
|
} | undefined>]>>]>>;
|
|
618
|
-
|
|
907
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
619
908
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
620
909
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
621
910
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
622
911
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
623
912
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
624
|
-
$in: import("@feathersjs/typebox").
|
|
625
|
-
$nin: import("@feathersjs/typebox").
|
|
913
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
914
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
915
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
916
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
917
|
+
} | undefined>]>>]>>;
|
|
918
|
+
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
919
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
920
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
921
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
922
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
923
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
924
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
925
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
926
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
927
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
928
|
+
} | undefined>]>>]>>;
|
|
929
|
+
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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<{
|
|
930
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
931
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
932
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
933
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
934
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
935
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
936
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
937
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
938
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
939
|
+
} | undefined>]>>]>>;
|
|
940
|
+
took: 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<{
|
|
941
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
942
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
943
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
944
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
945
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
946
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
947
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
948
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
949
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
950
|
+
} | undefined>]>>]>>;
|
|
951
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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<{
|
|
952
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
953
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
954
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
955
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
956
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
957
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
958
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, 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").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
626
959
|
}>, import("@feathersjs/typebox").TObject<{
|
|
627
960
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
628
961
|
} | undefined>]>>]>>;
|
|
629
|
-
|
|
962
|
+
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
963
|
+
$gt: import("@feathersjs/typebox").TAny;
|
|
964
|
+
$gte: import("@feathersjs/typebox").TAny;
|
|
965
|
+
$lt: import("@feathersjs/typebox").TAny;
|
|
966
|
+
$lte: import("@feathersjs/typebox").TAny;
|
|
967
|
+
$ne: import("@feathersjs/typebox").TAny;
|
|
968
|
+
$in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
969
|
+
$nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
970
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
971
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
972
|
+
} | undefined>]>>]>>;
|
|
973
|
+
userId: 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<{
|
|
974
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
975
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
976
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
977
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
978
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
979
|
+
$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<{}>]>;
|
|
980
|
+
$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<{}>]>;
|
|
981
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
982
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
983
|
+
} | undefined>]>>]>>;
|
|
984
|
+
}>>]>, import("@feathersjs/typebox").TObject<{
|
|
985
|
+
$sort: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
986
|
+
'results.profit_total': import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
987
|
+
'results.sharpe': import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
988
|
+
'results.winrate': import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
989
|
+
'results.max_drawdown_account': import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
990
|
+
}>>;
|
|
991
|
+
}>]>;
|
|
630
992
|
export type StrategiesBacktestQuery = Static<typeof strategiesBacktestQuerySchema>;
|
|
631
993
|
export declare const strategiesBacktestQueryValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
632
994
|
export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
|
|
@@ -634,31 +996,46 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
|
|
|
634
996
|
$skip: number;
|
|
635
997
|
$sort: {
|
|
636
998
|
_id?: number | undefined;
|
|
999
|
+
attempts?: number | undefined;
|
|
637
1000
|
createdAt?: number | undefined;
|
|
638
|
-
|
|
1001
|
+
end?: number | undefined;
|
|
639
1002
|
exchangeId?: number | undefined;
|
|
640
|
-
|
|
1003
|
+
jobId?: number | undefined;
|
|
1004
|
+
results?: number | undefined;
|
|
1005
|
+
start?: number | undefined;
|
|
1006
|
+
startedAt?: number | undefined;
|
|
641
1007
|
status?: number | undefined;
|
|
642
|
-
traderId?: number | undefined;
|
|
643
1008
|
stoppedAt?: number | undefined;
|
|
644
|
-
|
|
1009
|
+
strategyId?: number | undefined;
|
|
1010
|
+
took?: number | undefined;
|
|
1011
|
+
traderId?: number | undefined;
|
|
1012
|
+
updatedAt?: number | undefined;
|
|
1013
|
+
userId?: number | undefined;
|
|
645
1014
|
};
|
|
646
|
-
$select: ("_id" | "createdAt" | "
|
|
1015
|
+
$select: ("_id" | "attempts" | "createdAt" | "end" | "exchangeId" | "jobId" | "results" | "start" | "startedAt" | "status" | "stoppedAt" | "strategyId" | "took" | "traderId" | "updatedAt" | "userId")[];
|
|
647
1016
|
$and: ({
|
|
648
|
-
_id?: string |
|
|
1017
|
+
_id?: string | Partial<{
|
|
649
1018
|
$gt: string | {};
|
|
650
1019
|
$gte: string | {};
|
|
651
1020
|
$lt: string | {};
|
|
652
1021
|
$lte: string | {};
|
|
653
1022
|
$ne: string | {};
|
|
654
|
-
$in: string |
|
|
655
|
-
$nin: string |
|
|
656
|
-
} & {}> | undefined;
|
|
1023
|
+
$in: string | (string | {})[] | {};
|
|
1024
|
+
$nin: string | (string | {})[] | {};
|
|
1025
|
+
} & {}> | {} | undefined;
|
|
1026
|
+
attempts?: any;
|
|
657
1027
|
createdAt?: any;
|
|
658
|
-
|
|
1028
|
+
end?: string | number | Partial<{
|
|
1029
|
+
$gt: string | number;
|
|
1030
|
+
$gte: string | number;
|
|
1031
|
+
$lt: string | number;
|
|
1032
|
+
$lte: string | number;
|
|
1033
|
+
$ne: string | number;
|
|
1034
|
+
$in: string | number | (string | number)[];
|
|
1035
|
+
$nin: string | number | (string | number)[];
|
|
1036
|
+
} & {}> | undefined;
|
|
659
1037
|
exchangeId?: unknown;
|
|
660
|
-
|
|
661
|
-
status?: string | Partial<{
|
|
1038
|
+
jobId?: string | Partial<{
|
|
662
1039
|
$gt: string;
|
|
663
1040
|
$gte: string;
|
|
664
1041
|
$lt: string;
|
|
@@ -667,9 +1044,18 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
|
|
|
667
1044
|
$in: string | string[];
|
|
668
1045
|
$nin: string | string[];
|
|
669
1046
|
} & {}> | undefined;
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
1047
|
+
results?: any;
|
|
1048
|
+
start?: string | number | Partial<{
|
|
1049
|
+
$gt: string | number;
|
|
1050
|
+
$gte: string | number;
|
|
1051
|
+
$lt: string | number;
|
|
1052
|
+
$lte: string | number;
|
|
1053
|
+
$ne: string | number;
|
|
1054
|
+
$in: string | number | (string | number)[];
|
|
1055
|
+
$nin: string | number | (string | number)[];
|
|
1056
|
+
} & {}> | undefined;
|
|
1057
|
+
startedAt?: any;
|
|
1058
|
+
status?: string | Partial<{
|
|
673
1059
|
$gt: string;
|
|
674
1060
|
$gte: string;
|
|
675
1061
|
$lt: string;
|
|
@@ -678,22 +1064,52 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
|
|
|
678
1064
|
$in: string | string[];
|
|
679
1065
|
$nin: string | string[];
|
|
680
1066
|
} & {}> | undefined;
|
|
1067
|
+
stoppedAt?: any;
|
|
1068
|
+
strategyId?: unknown;
|
|
1069
|
+
took?: number | Partial<{
|
|
1070
|
+
$gt?: number | undefined;
|
|
1071
|
+
$gte?: number | undefined;
|
|
1072
|
+
$lt?: number | undefined;
|
|
1073
|
+
$lte?: number | undefined;
|
|
1074
|
+
$ne?: number | undefined;
|
|
1075
|
+
$in: number | number[];
|
|
1076
|
+
$nin: number | number[];
|
|
1077
|
+
} & {}> | undefined;
|
|
1078
|
+
traderId?: unknown;
|
|
1079
|
+
updatedAt?: any;
|
|
1080
|
+
userId?: string | Partial<{
|
|
1081
|
+
$gt: string | {};
|
|
1082
|
+
$gte: string | {};
|
|
1083
|
+
$lt: string | {};
|
|
1084
|
+
$lte: string | {};
|
|
1085
|
+
$ne: string | {};
|
|
1086
|
+
$in: string | (string | {})[] | {};
|
|
1087
|
+
$nin: string | (string | {})[] | {};
|
|
1088
|
+
} & {}> | {} | undefined;
|
|
681
1089
|
} | {
|
|
682
1090
|
$or: {
|
|
683
|
-
_id?: string |
|
|
1091
|
+
_id?: string | Partial<{
|
|
684
1092
|
$gt: string | {};
|
|
685
1093
|
$gte: string | {};
|
|
686
1094
|
$lt: string | {};
|
|
687
1095
|
$lte: string | {};
|
|
688
1096
|
$ne: string | {};
|
|
689
|
-
$in: string |
|
|
690
|
-
$nin: string |
|
|
691
|
-
} & {}> | undefined;
|
|
1097
|
+
$in: string | (string | {})[] | {};
|
|
1098
|
+
$nin: string | (string | {})[] | {};
|
|
1099
|
+
} & {}> | {} | undefined;
|
|
1100
|
+
attempts?: any;
|
|
692
1101
|
createdAt?: any;
|
|
693
|
-
|
|
1102
|
+
end?: string | number | Partial<{
|
|
1103
|
+
$gt: string | number;
|
|
1104
|
+
$gte: string | number;
|
|
1105
|
+
$lt: string | number;
|
|
1106
|
+
$lte: string | number;
|
|
1107
|
+
$ne: string | number;
|
|
1108
|
+
$in: string | number | (string | number)[];
|
|
1109
|
+
$nin: string | number | (string | number)[];
|
|
1110
|
+
} & {}> | undefined;
|
|
694
1111
|
exchangeId?: unknown;
|
|
695
|
-
|
|
696
|
-
status?: string | Partial<{
|
|
1112
|
+
jobId?: string | Partial<{
|
|
697
1113
|
$gt: string;
|
|
698
1114
|
$gte: string;
|
|
699
1115
|
$lt: string;
|
|
@@ -702,9 +1118,18 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
|
|
|
702
1118
|
$in: string | string[];
|
|
703
1119
|
$nin: string | string[];
|
|
704
1120
|
} & {}> | undefined;
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
1121
|
+
results?: any;
|
|
1122
|
+
start?: string | number | Partial<{
|
|
1123
|
+
$gt: string | number;
|
|
1124
|
+
$gte: string | number;
|
|
1125
|
+
$lt: string | number;
|
|
1126
|
+
$lte: string | number;
|
|
1127
|
+
$ne: string | number;
|
|
1128
|
+
$in: string | number | (string | number)[];
|
|
1129
|
+
$nin: string | number | (string | number)[];
|
|
1130
|
+
} & {}> | undefined;
|
|
1131
|
+
startedAt?: any;
|
|
1132
|
+
status?: string | Partial<{
|
|
708
1133
|
$gt: string;
|
|
709
1134
|
$gte: string;
|
|
710
1135
|
$lt: string;
|
|
@@ -713,23 +1138,53 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
|
|
|
713
1138
|
$in: string | string[];
|
|
714
1139
|
$nin: string | string[];
|
|
715
1140
|
} & {}> | undefined;
|
|
1141
|
+
stoppedAt?: any;
|
|
1142
|
+
strategyId?: unknown;
|
|
1143
|
+
took?: number | Partial<{
|
|
1144
|
+
$gt?: number | undefined;
|
|
1145
|
+
$gte?: number | undefined;
|
|
1146
|
+
$lt?: number | undefined;
|
|
1147
|
+
$lte?: number | undefined;
|
|
1148
|
+
$ne?: number | undefined;
|
|
1149
|
+
$in: number | number[];
|
|
1150
|
+
$nin: number | number[];
|
|
1151
|
+
} & {}> | undefined;
|
|
1152
|
+
traderId?: unknown;
|
|
1153
|
+
updatedAt?: any;
|
|
1154
|
+
userId?: string | Partial<{
|
|
1155
|
+
$gt: string | {};
|
|
1156
|
+
$gte: string | {};
|
|
1157
|
+
$lt: string | {};
|
|
1158
|
+
$lte: string | {};
|
|
1159
|
+
$ne: string | {};
|
|
1160
|
+
$in: string | (string | {})[] | {};
|
|
1161
|
+
$nin: string | (string | {})[] | {};
|
|
1162
|
+
} & {}> | {} | undefined;
|
|
716
1163
|
}[];
|
|
717
1164
|
})[];
|
|
718
1165
|
$or: {
|
|
719
|
-
_id?: string |
|
|
1166
|
+
_id?: string | Partial<{
|
|
720
1167
|
$gt: string | {};
|
|
721
1168
|
$gte: string | {};
|
|
722
1169
|
$lt: string | {};
|
|
723
1170
|
$lte: string | {};
|
|
724
1171
|
$ne: string | {};
|
|
725
|
-
$in: string |
|
|
726
|
-
$nin: string |
|
|
727
|
-
} & {}> | undefined;
|
|
1172
|
+
$in: string | (string | {})[] | {};
|
|
1173
|
+
$nin: string | (string | {})[] | {};
|
|
1174
|
+
} & {}> | {} | undefined;
|
|
1175
|
+
attempts?: any;
|
|
728
1176
|
createdAt?: any;
|
|
729
|
-
|
|
1177
|
+
end?: string | number | Partial<{
|
|
1178
|
+
$gt: string | number;
|
|
1179
|
+
$gte: string | number;
|
|
1180
|
+
$lt: string | number;
|
|
1181
|
+
$lte: string | number;
|
|
1182
|
+
$ne: string | number;
|
|
1183
|
+
$in: string | number | (string | number)[];
|
|
1184
|
+
$nin: string | number | (string | number)[];
|
|
1185
|
+
} & {}> | undefined;
|
|
730
1186
|
exchangeId?: unknown;
|
|
731
|
-
|
|
732
|
-
status?: string | Partial<{
|
|
1187
|
+
jobId?: string | Partial<{
|
|
733
1188
|
$gt: string;
|
|
734
1189
|
$gte: string;
|
|
735
1190
|
$lt: string;
|
|
@@ -738,9 +1193,18 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
|
|
|
738
1193
|
$in: string | string[];
|
|
739
1194
|
$nin: string | string[];
|
|
740
1195
|
} & {}> | undefined;
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
1196
|
+
results?: any;
|
|
1197
|
+
start?: string | number | Partial<{
|
|
1198
|
+
$gt: string | number;
|
|
1199
|
+
$gte: string | number;
|
|
1200
|
+
$lt: string | number;
|
|
1201
|
+
$lte: string | number;
|
|
1202
|
+
$ne: string | number;
|
|
1203
|
+
$in: string | number | (string | number)[];
|
|
1204
|
+
$nin: string | number | (string | number)[];
|
|
1205
|
+
} & {}> | undefined;
|
|
1206
|
+
startedAt?: any;
|
|
1207
|
+
status?: string | Partial<{
|
|
744
1208
|
$gt: string;
|
|
745
1209
|
$gte: string;
|
|
746
1210
|
$lt: string;
|
|
@@ -749,22 +1213,52 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
|
|
|
749
1213
|
$in: string | string[];
|
|
750
1214
|
$nin: string | string[];
|
|
751
1215
|
} & {}> | undefined;
|
|
1216
|
+
stoppedAt?: any;
|
|
1217
|
+
strategyId?: unknown;
|
|
1218
|
+
took?: number | Partial<{
|
|
1219
|
+
$gt?: number | undefined;
|
|
1220
|
+
$gte?: number | undefined;
|
|
1221
|
+
$lt?: number | undefined;
|
|
1222
|
+
$lte?: number | undefined;
|
|
1223
|
+
$ne?: number | undefined;
|
|
1224
|
+
$in: number | number[];
|
|
1225
|
+
$nin: number | number[];
|
|
1226
|
+
} & {}> | undefined;
|
|
1227
|
+
traderId?: unknown;
|
|
1228
|
+
updatedAt?: any;
|
|
1229
|
+
userId?: string | Partial<{
|
|
1230
|
+
$gt: string | {};
|
|
1231
|
+
$gte: string | {};
|
|
1232
|
+
$lt: string | {};
|
|
1233
|
+
$lte: string | {};
|
|
1234
|
+
$ne: string | {};
|
|
1235
|
+
$in: string | (string | {})[] | {};
|
|
1236
|
+
$nin: string | (string | {})[] | {};
|
|
1237
|
+
} & {}> | {} | undefined;
|
|
752
1238
|
}[];
|
|
753
1239
|
}> & {
|
|
754
|
-
_id?: string |
|
|
1240
|
+
_id?: string | Partial<{
|
|
755
1241
|
$gt: string | {};
|
|
756
1242
|
$gte: string | {};
|
|
757
1243
|
$lt: string | {};
|
|
758
1244
|
$lte: string | {};
|
|
759
1245
|
$ne: string | {};
|
|
760
|
-
$in: string |
|
|
761
|
-
$nin: string |
|
|
762
|
-
} & {}> | undefined;
|
|
1246
|
+
$in: string | (string | {})[] | {};
|
|
1247
|
+
$nin: string | (string | {})[] | {};
|
|
1248
|
+
} & {}> | {} | undefined;
|
|
1249
|
+
attempts?: any;
|
|
763
1250
|
createdAt?: any;
|
|
764
|
-
|
|
1251
|
+
end?: string | number | Partial<{
|
|
1252
|
+
$gt: string | number;
|
|
1253
|
+
$gte: string | number;
|
|
1254
|
+
$lt: string | number;
|
|
1255
|
+
$lte: string | number;
|
|
1256
|
+
$ne: string | number;
|
|
1257
|
+
$in: string | number | (string | number)[];
|
|
1258
|
+
$nin: string | number | (string | number)[];
|
|
1259
|
+
} & {}> | undefined;
|
|
765
1260
|
exchangeId?: unknown;
|
|
766
|
-
|
|
767
|
-
status?: string | Partial<{
|
|
1261
|
+
jobId?: string | Partial<{
|
|
768
1262
|
$gt: string;
|
|
769
1263
|
$gte: string;
|
|
770
1264
|
$lt: string;
|
|
@@ -773,9 +1267,18 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
|
|
|
773
1267
|
$in: string | string[];
|
|
774
1268
|
$nin: string | string[];
|
|
775
1269
|
} & {}> | undefined;
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
1270
|
+
results?: any;
|
|
1271
|
+
start?: string | number | Partial<{
|
|
1272
|
+
$gt: string | number;
|
|
1273
|
+
$gte: string | number;
|
|
1274
|
+
$lt: string | number;
|
|
1275
|
+
$lte: string | number;
|
|
1276
|
+
$ne: string | number;
|
|
1277
|
+
$in: string | number | (string | number)[];
|
|
1278
|
+
$nin: string | number | (string | number)[];
|
|
1279
|
+
} & {}> | undefined;
|
|
1280
|
+
startedAt?: any;
|
|
1281
|
+
status?: string | Partial<{
|
|
779
1282
|
$gt: string;
|
|
780
1283
|
$gte: string;
|
|
781
1284
|
$lt: string;
|
|
@@ -784,7 +1287,36 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
|
|
|
784
1287
|
$in: string | string[];
|
|
785
1288
|
$nin: string | string[];
|
|
786
1289
|
} & {}> | undefined;
|
|
787
|
-
|
|
1290
|
+
stoppedAt?: any;
|
|
1291
|
+
strategyId?: unknown;
|
|
1292
|
+
took?: number | Partial<{
|
|
1293
|
+
$gt?: number | undefined;
|
|
1294
|
+
$gte?: number | undefined;
|
|
1295
|
+
$lt?: number | undefined;
|
|
1296
|
+
$lte?: number | undefined;
|
|
1297
|
+
$ne?: number | undefined;
|
|
1298
|
+
$in: number | number[];
|
|
1299
|
+
$nin: number | number[];
|
|
1300
|
+
} & {}> | undefined;
|
|
1301
|
+
traderId?: unknown;
|
|
1302
|
+
updatedAt?: any;
|
|
1303
|
+
userId?: string | Partial<{
|
|
1304
|
+
$gt: string | {};
|
|
1305
|
+
$gte: string | {};
|
|
1306
|
+
$lt: string | {};
|
|
1307
|
+
$lte: string | {};
|
|
1308
|
+
$ne: string | {};
|
|
1309
|
+
$in: string | (string | {})[] | {};
|
|
1310
|
+
$nin: string | (string | {})[] | {};
|
|
1311
|
+
} & {}> | {} | undefined;
|
|
1312
|
+
} & {
|
|
1313
|
+
$sort?: {
|
|
1314
|
+
'results.profit_total'?: number | undefined;
|
|
1315
|
+
'results.sharpe'?: number | undefined;
|
|
1316
|
+
'results.winrate'?: number | undefined;
|
|
1317
|
+
'results.max_drawdown_account'?: number | undefined;
|
|
1318
|
+
} | undefined;
|
|
1319
|
+
}, HookContext<StrategiesBacktestService<import("./backtest.class").StrategiesBacktestParams>>>;
|
|
788
1320
|
export interface AwsLogsConfig {
|
|
789
1321
|
Type: 'awslogs';
|
|
790
1322
|
Config: {
|