@cryptorobot.ai/client 0.0.39 → 1.26.0-dev.1000
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/src/client.d.ts +260 -0
- package/lib/src/client.js +181 -12
- package/lib/src/services/advisor/advisor.class.d.ts +12 -0
- package/lib/src/services/advisor/advisor.d.ts +11 -0
- package/lib/src/services/advisor/advisor.hooks.d.ts +9 -0
- package/lib/src/services/advisor/advisor.schema.d.ts +2744 -0
- package/lib/src/services/advisor/advisor.shared.d.ts +13 -0
- package/lib/src/services/advisor/advisor.shared.js +13 -0
- package/lib/src/services/advisor/messages/messages.class.d.ts +11 -0
- package/lib/src/services/advisor/messages/messages.d.ts +11 -0
- package/lib/src/services/advisor/messages/messages.schema.d.ts +575 -0
- package/lib/src/services/advisor/messages/messages.shared.d.ts +13 -0
- package/lib/src/services/advisor/messages/messages.shared.js +13 -0
- package/lib/src/services/affiliates/affiliates.class.d.ts +18 -0
- package/lib/src/services/affiliates/affiliates.d.ts +11 -0
- package/lib/src/services/affiliates/affiliates.schema.d.ts +579 -0
- package/lib/src/services/affiliates/affiliates.shared.d.ts +13 -0
- package/lib/src/services/affiliates/affiliates.shared.js +20 -0
- package/lib/src/services/affiliates/clicks/clicks.class.d.ts +11 -0
- package/lib/src/services/affiliates/clicks/clicks.d.ts +11 -0
- package/lib/src/services/affiliates/clicks/clicks.schema.d.ts +507 -0
- package/lib/src/services/affiliates/clicks/clicks.shared.d.ts +13 -0
- package/lib/src/services/affiliates/clicks/clicks.shared.js +19 -0
- package/lib/src/services/affiliates/comissions/comissions.class.d.ts +11 -0
- package/lib/src/services/affiliates/comissions/comissions.d.ts +11 -0
- package/lib/src/services/affiliates/comissions/comissions.schema.d.ts +841 -0
- package/lib/src/services/affiliates/comissions/comissions.shared.d.ts +13 -0
- package/lib/src/services/affiliates/comissions/comissions.shared.js +19 -0
- package/lib/src/services/affiliates/contracts/contracts.class.d.ts +11 -0
- package/lib/src/services/affiliates/contracts/contracts.d.ts +11 -0
- package/lib/src/services/affiliates/contracts/contracts.schema.d.ts +667 -0
- package/lib/src/services/affiliates/contracts/contracts.shared.d.ts +13 -0
- package/lib/src/services/affiliates/contracts/contracts.shared.js +19 -0
- package/lib/src/services/affiliates/coupons/coupons.class.d.ts +11 -0
- package/lib/src/services/affiliates/coupons/coupons.d.ts +11 -0
- package/lib/src/services/affiliates/coupons/coupons.schema.d.ts +523 -0
- package/lib/src/services/affiliates/coupons/coupons.shared.d.ts +13 -0
- package/lib/src/services/affiliates/coupons/coupons.shared.js +19 -0
- package/lib/src/services/affiliates/links/links.class.d.ts +11 -0
- package/lib/src/services/affiliates/links/links.d.ts +11 -0
- package/lib/src/services/affiliates/links/links.schema.d.ts +515 -0
- package/lib/src/services/affiliates/links/links.shared.d.ts +13 -0
- package/lib/src/services/affiliates/links/links.shared.js +13 -0
- package/lib/src/services/affiliates/payouts/payouts.class.d.ts +11 -0
- package/lib/src/services/affiliates/payouts/payouts.d.ts +11 -0
- package/lib/src/services/affiliates/payouts/payouts.schema.d.ts +433 -0
- package/lib/src/services/affiliates/payouts/payouts.shared.d.ts +13 -0
- package/lib/src/services/affiliates/payouts/payouts.shared.js +19 -0
- package/lib/src/services/agents/agents.class.d.ts +12 -0
- package/lib/src/services/agents/agents.d.ts +11 -0
- package/lib/src/services/agents/agents.schema.d.ts +3573 -0
- package/lib/src/services/agents/agents.shared.d.ts +13 -0
- package/lib/src/services/agents/agents.shared.js +13 -0
- package/lib/src/services/agents/configure-bedrock-features.hooks.d.ts +2 -0
- package/lib/src/services/agents/create-agent-api-key.hooks.d.ts +2 -0
- package/lib/src/services/agents/create-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/delete-agent-api-key.hooks.d.ts +2 -0
- package/lib/src/services/agents/delete-agent-triggers.hooks.d.ts +5 -0
- package/lib/src/services/agents/delete-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/manage-bedrock-action-groups.hooks.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/backtest-analyst.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/financial-manager.d.ts +16 -0
- package/lib/src/services/agents/prepare/agents/hyperopt-analyst.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/index.d.ts +13 -0
- package/lib/src/services/agents/prepare/agents/risk-critic.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/strategy-researcher.d.ts +2 -0
- package/lib/src/services/agents/prepare/prepare.class.d.ts +18 -0
- package/lib/src/services/agents/prepare/prepare.d.ts +11 -0
- package/lib/src/services/agents/prepare/prepare.schema.d.ts +285 -0
- package/lib/src/services/agents/prepare/prepare.shared.d.ts +13 -0
- package/lib/src/services/agents/prepare/prepare.shared.js +13 -0
- package/lib/src/services/agents/refresh-bedrock-agent-status.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/conversations/conversations.class.d.ts +12 -0
- package/lib/src/services/agents/sessions/conversations/conversations.d.ts +11 -0
- package/lib/src/services/agents/sessions/conversations/conversations.hooks.d.ts +11 -0
- package/lib/src/services/agents/sessions/conversations/conversations.schema.d.ts +2931 -0
- package/lib/src/services/agents/sessions/conversations/conversations.shared.d.ts +13 -0
- package/lib/src/services/agents/sessions/conversations/conversations.shared.js +13 -0
- package/lib/src/services/agents/sessions/conversations/invoke-agent-provider.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/conversations/invoke-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/conversations/set-conversation-timestamps.hooks.d.ts +0 -0
- package/lib/src/services/agents/sessions/create-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/delete-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/sessions.class.d.ts +12 -0
- package/lib/src/services/agents/sessions/sessions.d.ts +11 -0
- package/lib/src/services/agents/sessions/sessions.hooks.d.ts +11 -0
- package/lib/src/services/agents/sessions/sessions.schema.d.ts +891 -0
- package/lib/src/services/agents/sessions/sessions.shared.d.ts +13 -0
- package/lib/src/services/agents/sessions/sessions.shared.js +13 -0
- package/lib/src/services/agents/sessions/sync-bedrock-sessions.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/update-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/agents/update-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/update-trigger-rules-with-agent-info.hooks.d.ts +5 -0
- package/lib/src/services/agents/validate-agent-actions.hooks.d.ts +3 -0
- package/lib/src/services/autotune/apply-params.d.ts +44 -0
- package/lib/src/services/autotune/callback.d.ts +2 -0
- package/lib/src/services/autotune/compute/compute.d.ts +40 -0
- package/lib/src/services/autotune/optuna-bridge.d.ts +10 -0
- package/lib/src/services/autotune/score.d.ts +37 -0
- package/lib/src/services/autotune/storage.d.ts +6 -0
- package/lib/src/services/autotune/studies/studies.class.d.ts +12 -0
- package/lib/src/services/autotune/studies/studies.d.ts +12 -0
- package/lib/src/services/autotune/studies/studies.schema.d.ts +1229 -0
- package/lib/src/services/autotune/studies/studies.shared.d.ts +13 -0
- package/lib/src/services/autotune/studies/studies.shared.js +13 -0
- package/lib/src/services/autotune/trials/trials.class.d.ts +12 -0
- package/lib/src/services/autotune/trials/trials.d.ts +12 -0
- package/lib/src/services/autotune/trials/trials.schema.d.ts +790 -0
- package/lib/src/services/autotune/trials/trials.shared.d.ts +13 -0
- package/lib/src/services/autotune/trials/trials.shared.js +13 -0
- package/lib/src/services/autotune/usage/usage.class.d.ts +11 -0
- package/lib/src/services/autotune/usage/usage.d.ts +11 -0
- package/lib/src/services/autotune/usage/usage.schema.d.ts +1407 -0
- package/lib/src/services/autotune/usage/usage.shared.d.ts +13 -0
- package/lib/src/services/autotune/usage/usage.shared.js +13 -0
- package/lib/src/services/blog/actions/actions.class.d.ts +29 -0
- package/lib/src/services/blog/actions/actions.d.ts +10 -0
- package/lib/src/services/blog/actions/actions.shared.d.ts +13 -0
- package/lib/src/services/blog/actions/actions.shared.js +13 -0
- package/lib/src/services/blog/calendar/calendar.class.d.ts +11 -0
- package/lib/src/services/blog/calendar/calendar.d.ts +11 -0
- package/lib/src/services/blog/calendar/calendar.schema.d.ts +333 -0
- package/lib/src/services/blog/calendar/calendar.shared.d.ts +13 -0
- package/lib/src/services/blog/calendar/calendar.shared.js +13 -0
- package/lib/src/services/blog/integrations/integrations.class.d.ts +11 -0
- package/lib/src/services/blog/integrations/integrations.d.ts +11 -0
- package/lib/src/services/blog/integrations/integrations.schema.d.ts +391 -0
- package/lib/src/services/blog/integrations/integrations.shared.d.ts +13 -0
- package/lib/src/services/blog/integrations/integrations.shared.js +19 -0
- package/lib/src/services/blog/posts/posts.class.d.ts +11 -0
- package/lib/src/services/blog/posts/posts.d.ts +11 -0
- package/lib/src/services/blog/posts/posts.schema.d.ts +1295 -0
- package/lib/src/services/blog/posts/posts.shared.d.ts +13 -0
- package/lib/src/services/blog/posts/posts.shared.js +13 -0
- package/lib/src/services/blog/queries/queries.class.d.ts +11 -0
- package/lib/src/services/blog/queries/queries.d.ts +11 -0
- package/lib/src/services/blog/queries/queries.schema.d.ts +1187 -0
- package/lib/src/services/blog/queries/queries.shared.d.ts +13 -0
- package/lib/src/services/blog/queries/queries.shared.js +13 -0
- package/lib/src/services/blog/sitemaps/pages/pages.class.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/pages/pages.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/pages/pages.schema.d.ts +871 -0
- package/lib/src/services/blog/sitemaps/pages/pages.shared.d.ts +13 -0
- package/lib/src/services/blog/sitemaps/pages/pages.shared.js +13 -0
- package/lib/src/services/blog/sitemaps/sitemaps.class.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/sitemaps.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/sitemaps.schema.d.ts +770 -0
- package/lib/src/services/blog/sitemaps/sitemaps.shared.d.ts +13 -0
- package/lib/src/services/blog/sitemaps/sitemaps.shared.js +13 -0
- package/lib/src/services/blog/suggestions/suggestions.class.d.ts +11 -0
- package/lib/src/services/blog/suggestions/suggestions.d.ts +11 -0
- package/lib/src/services/blog/suggestions/suggestions.schema.d.ts +963 -0
- package/lib/src/services/blog/suggestions/suggestions.shared.d.ts +13 -0
- package/lib/src/services/blog/suggestions/suggestions.shared.js +13 -0
- package/lib/src/services/changelog/changelog.class.d.ts +34 -0
- package/lib/src/services/changelog/changelog.d.ts +11 -0
- package/lib/src/services/changelog/changelog.helper.d.ts +50 -0
- package/lib/src/services/changelog/changelog.schema.d.ts +456 -0
- package/lib/src/services/changelog/changelog.shared.d.ts +13 -0
- package/lib/src/services/changelog/changelog.shared.js +13 -0
- package/lib/src/services/changelog/hooks/parse-from-file.d.ts +8 -0
- package/lib/src/services/config/config.class.d.ts +2 -2
- package/lib/src/services/config/config.shared.d.ts +1 -1
- package/lib/src/services/copilot/concerns/concerns.class.d.ts +12 -0
- package/lib/src/services/copilot/concerns/concerns.d.ts +11 -0
- package/lib/src/services/copilot/concerns/concerns.schema.d.ts +727 -0
- package/lib/src/services/copilot/concerns/concerns.shared.d.ts +13 -0
- package/lib/src/services/copilot/concerns/concerns.shared.js +13 -0
- package/lib/src/services/copilot/decisions/decisions.class.d.ts +12 -0
- package/lib/src/services/copilot/decisions/decisions.d.ts +11 -0
- package/lib/src/services/copilot/decisions/decisions.schema.d.ts +728 -0
- package/lib/src/services/copilot/decisions/decisions.shared.d.ts +13 -0
- package/lib/src/services/copilot/decisions/decisions.shared.js +19 -0
- package/lib/src/services/copilot/help/help.class.d.ts +18 -0
- package/lib/src/services/copilot/help/help.d.ts +11 -0
- package/lib/src/services/copilot/help/help.schema.d.ts +237 -0
- package/lib/src/services/copilot/help/help.shared.d.ts +13 -0
- package/lib/src/services/copilot/help/help.shared.js +13 -0
- package/lib/src/services/copilot/recommendations/recommendations.class.d.ts +12 -0
- package/lib/src/services/copilot/recommendations/recommendations.d.ts +11 -0
- package/lib/src/services/copilot/recommendations/recommendations.schema.d.ts +949 -0
- package/lib/src/services/copilot/recommendations/recommendations.shared.d.ts +13 -0
- package/lib/src/services/copilot/recommendations/recommendations.shared.js +19 -0
- package/lib/src/services/currencies/currencies.class.d.ts +11 -0
- package/lib/src/services/currencies/currencies.d.ts +11 -0
- package/lib/src/services/currencies/currencies.schema.d.ts +769 -0
- package/lib/src/services/currencies/currencies.shared.d.ts +13 -0
- package/lib/src/services/currencies/currencies.shared.js +13 -0
- package/lib/src/services/custom/custom.shared.d.ts +1 -1
- package/lib/src/services/emails/emails.class.d.ts +11 -0
- package/lib/src/services/emails/emails.d.ts +11 -0
- package/lib/src/services/emails/emails.schema.d.ts +563 -0
- package/lib/src/services/emails/emails.shared.d.ts +13 -0
- package/lib/src/services/emails/emails.shared.js +13 -0
- package/lib/src/services/events/events.class.d.ts +12 -0
- package/lib/src/services/events/events.d.ts +11 -0
- package/lib/src/services/events/events.schema.d.ts +786 -0
- package/lib/src/services/events/events.shared.d.ts +13 -0
- package/lib/src/services/events/events.shared.js +13 -0
- package/lib/src/services/events/triggers/triggers.class.d.ts +12 -0
- package/lib/src/services/events/triggers/triggers.d.ts +11 -0
- package/lib/src/services/events/triggers/triggers.schema.d.ts +1762 -0
- package/lib/src/services/events/triggers/triggers.shared.d.ts +13 -0
- package/lib/src/services/events/triggers/triggers.shared.js +13 -0
- package/lib/src/services/events/types/types.class.d.ts +12 -0
- package/lib/src/services/events/types/types.d.ts +11 -0
- package/lib/src/services/events/types/types.schema.d.ts +688 -0
- package/lib/src/services/events/types/types.shared.d.ts +13 -0
- package/lib/src/services/events/types/types.shared.js +13 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.class.d.ts +29 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.d.ts +11 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.schema.d.ts +55 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.shared.d.ts +13 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.shared.js +13 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.class.d.ts +27 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.d.ts +11 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.schema.d.ts +148 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.shared.d.ts +13 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.shared.js +13 -0
- package/lib/src/services/exchanges/balance/balance.class.d.ts +3 -2
- package/lib/src/services/exchanges/balance/balance.schema.d.ts +141 -141
- package/lib/src/services/exchanges/balance/balance.shared.d.ts +1 -1
- package/lib/src/services/exchanges/deposits/deposits.class.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/deposits.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/deposits.schema.d.ts +905 -0
- package/lib/src/services/exchanges/deposits/deposits.shared.d.ts +13 -0
- package/lib/src/services/exchanges/deposits/deposits.shared.js +19 -0
- package/lib/src/services/exchanges/deposits/sync/sync.class.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/sync/sync.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/sync/sync.schema.d.ts +621 -0
- package/lib/src/services/exchanges/deposits/sync/sync.shared.d.ts +13 -0
- package/lib/src/services/exchanges/deposits/sync/sync.shared.js +19 -0
- package/lib/src/services/exchanges/download/download.class.d.ts +3 -2
- package/lib/src/services/exchanges/download/download.schema.d.ts +149 -149
- package/lib/src/services/exchanges/download/download.shared.d.ts +2 -2
- package/lib/src/services/exchanges/download/download.shared.js +1 -1
- package/lib/src/services/exchanges/download/webhooks/webhooks.class.d.ts +2 -2
- package/lib/src/services/exchanges/download/webhooks/webhooks.schema.d.ts +171 -171
- package/lib/src/services/exchanges/download/webhooks/webhooks.shared.d.ts +1 -1
- package/lib/src/services/exchanges/exchanges.class.d.ts +3 -2
- package/lib/src/services/exchanges/exchanges.schema.d.ts +626 -359
- package/lib/src/services/exchanges/exchanges.shared.d.ts +1 -1
- package/lib/src/services/exchanges/ledger/ledger.class.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/ledger.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/ledger.schema.d.ts +1045 -0
- package/lib/src/services/exchanges/ledger/ledger.shared.d.ts +13 -0
- package/lib/src/services/exchanges/ledger/ledger.shared.js +13 -0
- package/lib/src/services/exchanges/ledger/sync/sync.class.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/sync/sync.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/sync/sync.schema.d.ts +621 -0
- package/lib/src/services/exchanges/ledger/sync/sync.shared.d.ts +13 -0
- package/lib/src/services/exchanges/ledger/sync/sync.shared.js +19 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.class.d.ts +23 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.d.ts +11 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.schema.d.ts +178 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.shared.d.ts +13 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.shared.js +13 -0
- package/lib/src/services/exchanges/ohlcv/history/history.class.d.ts +11 -0
- package/lib/src/services/exchanges/ohlcv/history/history.d.ts +11 -0
- package/lib/src/services/exchanges/ohlcv/history/history.schema.d.ts +473 -0
- package/lib/src/services/exchanges/ohlcv/history/history.shared.d.ts +13 -0
- package/lib/src/services/exchanges/ohlcv/history/history.shared.js +19 -0
- package/lib/src/services/exchanges/ohlcv/ohlcv.schema.d.ts +162 -162
- package/lib/src/services/exchanges/ohlcv/ohlcv.shared.d.ts +1 -1
- package/lib/src/services/exchanges/orderbook/orderbook.class.d.ts +30 -0
- package/lib/src/services/exchanges/orderbook/orderbook.d.ts +11 -0
- package/lib/src/services/exchanges/orderbook/orderbook.schema.d.ts +272 -0
- package/lib/src/services/exchanges/orderbook/orderbook.shared.d.ts +13 -0
- package/lib/src/services/exchanges/orderbook/orderbook.shared.js +13 -0
- package/lib/src/services/exchanges/ticker/ticker.class.d.ts +3 -2
- package/lib/src/services/exchanges/ticker/ticker.schema.d.ts +243 -243
- package/lib/src/services/exchanges/ticker/ticker.shared.d.ts +1 -1
- package/lib/src/services/exchanges/transactions/sync/sync.class.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/sync/sync.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/sync/sync.schema.d.ts +653 -0
- package/lib/src/services/exchanges/transactions/sync/sync.shared.d.ts +13 -0
- package/lib/src/services/exchanges/transactions/sync/sync.shared.js +19 -0
- package/lib/src/services/exchanges/transactions/transactions.class.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/transactions.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/transactions.schema.d.ts +1119 -0
- package/lib/src/services/exchanges/transactions/transactions.shared.d.ts +13 -0
- package/lib/src/services/exchanges/transactions/transactions.shared.js +19 -0
- package/lib/src/services/extensions/aggregate-extensions.hooks.d.ts +2 -0
- package/lib/src/services/extensions/extensions.class.d.ts +12 -0
- package/lib/src/services/extensions/extensions.d.ts +11 -0
- package/lib/src/services/extensions/extensions.schema.d.ts +1357 -0
- package/lib/src/services/extensions/extensions.shared.d.ts +13 -0
- package/lib/src/services/extensions/extensions.shared.js +13 -0
- package/lib/src/services/homepage/homepage.schema.d.ts +17 -9
- package/lib/src/services/homepage/homepage.shared.d.ts +10 -2
- package/lib/src/services/homepage/homepage.shared.js +8 -1
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.class.d.ts +52 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.d.ts +11 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.schema.d.ts +684 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.shared.d.ts +13 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.shared.js +14 -0
- package/lib/src/services/insights/etf-flow/etf-flow.class.d.ts +11 -0
- package/lib/src/services/insights/etf-flow/etf-flow.d.ts +11 -0
- package/lib/src/services/insights/etf-flow/etf-flow.schema.d.ts +237 -0
- package/lib/src/services/insights/etf-flow/etf-flow.shared.d.ts +13 -0
- package/lib/src/services/insights/etf-flow/etf-flow.shared.js +13 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.class.d.ts +11 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.d.ts +11 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.schema.d.ts +1831 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.shared.d.ts +13 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.shared.js +13 -0
- package/lib/src/services/insights/global/global.class.d.ts +11 -0
- package/lib/src/services/insights/global/global.d.ts +11 -0
- package/lib/src/services/insights/global/global.schema.d.ts +779 -0
- package/lib/src/services/insights/global/global.shared.d.ts +13 -0
- package/lib/src/services/insights/global/global.shared.js +13 -0
- package/lib/src/services/insights/insights.class.d.ts +11 -0
- package/lib/src/services/insights/insights.d.ts +11 -0
- package/lib/src/services/insights/insights.hooks.d.ts +20 -0
- package/lib/src/services/insights/insights.schema.d.ts +237 -0
- package/lib/src/services/insights/insights.shared.d.ts +13 -0
- package/lib/src/services/insights/insights.shared.js +13 -0
- package/lib/src/services/insights/news/news.class.d.ts +23 -0
- package/lib/src/services/insights/news/news.d.ts +11 -0
- package/lib/src/services/insights/news/news.schema.d.ts +857 -0
- package/lib/src/services/insights/news/news.shared.d.ts +23 -0
- package/lib/src/services/insights/news/news.shared.js +20 -0
- package/lib/src/services/keys/KeysService.d.ts +13 -0
- package/lib/src/services/keys/keys.class.d.ts +12 -0
- package/lib/src/services/keys/keys.d.ts +11 -0
- package/lib/src/services/keys/keys.schema.d.ts +719 -0
- package/lib/src/services/keys/keys.shared.d.ts +14 -0
- package/lib/src/services/keys/keys.shared.js +13 -0
- package/lib/src/services/knowledges/knowledges.class.d.ts +37 -0
- package/lib/src/services/knowledges/knowledges.d.ts +11 -0
- package/lib/src/services/knowledges/knowledges.schema.d.ts +566 -0
- package/lib/src/services/knowledges/knowledges.shared.d.ts +13 -0
- package/lib/src/services/knowledges/knowledges.shared.js +13 -0
- package/lib/src/services/mailer/mailer.shared.d.ts +1 -1
- package/lib/src/services/marketplaces/marketplaces.class.d.ts +2 -2
- package/lib/src/services/marketplaces/marketplaces.shared.d.ts +1 -1
- package/lib/src/services/markets/markets.class.d.ts +2 -2
- package/lib/src/services/markets/markets.schema.d.ts +112 -112
- package/lib/src/services/markets/markets.shared.d.ts +1 -1
- package/lib/src/services/messages/messages.class.d.ts +2 -2
- package/lib/src/services/messages/messages.schema.d.ts +1257 -353
- package/lib/src/services/messages/messages.shared.d.ts +1 -1
- package/lib/src/services/models/pods/events/events.class.d.ts +11 -0
- package/lib/src/services/models/pods/events/events.d.ts +11 -0
- package/lib/src/services/models/pods/events/events.schema.d.ts +669 -0
- package/lib/src/services/models/pods/events/events.shared.d.ts +13 -0
- package/lib/src/services/models/pods/events/events.shared.js +13 -0
- package/lib/src/services/models/pods/pods.class.d.ts +12 -0
- package/lib/src/services/models/pods/pods.d.ts +12 -0
- package/lib/src/services/models/pods/pods.schema.d.ts +1095 -0
- package/lib/src/services/models/pods/pods.shared.d.ts +13 -0
- package/lib/src/services/models/pods/pods.shared.js +13 -0
- package/lib/src/services/models/presets/presets-generate-and-queue.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-generate-freqai-config.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-generate-strategy.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-get-results.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-validate.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets.class.d.ts +12 -0
- package/lib/src/services/models/presets/presets.d.ts +12 -0
- package/lib/src/services/models/presets/presets.schema.d.ts +2611 -0
- package/lib/src/services/models/presets/presets.shared.d.ts +13 -0
- package/lib/src/services/models/presets/presets.shared.js +13 -0
- package/lib/src/services/models/signals/history/history.class.d.ts +11 -0
- package/lib/src/services/models/signals/history/history.d.ts +11 -0
- package/lib/src/services/models/signals/history/history.schema.d.ts +513 -0
- package/lib/src/services/models/signals/history/history.shared.d.ts +13 -0
- package/lib/src/services/models/signals/history/history.shared.js +13 -0
- package/lib/src/services/models/signals/signals-proxy-router.d.ts +47 -0
- package/lib/src/services/models/signals/signals.class.d.ts +12 -0
- package/lib/src/services/models/signals/signals.d.ts +12 -0
- package/lib/src/services/models/signals/signals.schema.d.ts +976 -0
- package/lib/src/services/models/signals/signals.shared.d.ts +13 -0
- package/lib/src/services/models/signals/signals.shared.js +13 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.class.d.ts +11 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.d.ts +11 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.schema.d.ts +585 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.shared.d.ts +13 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.shared.js +15 -0
- package/lib/src/services/objectives/objectives.class.d.ts +11 -0
- package/lib/src/services/objectives/objectives.d.ts +11 -0
- package/lib/src/services/objectives/objectives.hooks.d.ts +12 -0
- package/lib/src/services/objectives/objectives.schema.d.ts +717 -0
- package/lib/src/services/objectives/objectives.shared.d.ts +13 -0
- package/lib/src/services/objectives/objectives.shared.js +13 -0
- package/lib/src/services/plans/plans.class.d.ts +20 -0
- package/lib/src/services/plans/plans.d.ts +11 -0
- package/lib/src/services/plans/plans.schema.d.ts +383 -0
- package/lib/src/services/plans/plans.shared.d.ts +13 -0
- package/lib/src/services/plans/plans.shared.js +13 -0
- package/lib/src/services/referrals/referrals.class.d.ts +11 -0
- package/lib/src/services/referrals/referrals.d.ts +11 -0
- package/lib/src/services/referrals/referrals.schema.d.ts +581 -0
- package/lib/src/services/referrals/referrals.shared.d.ts +13 -0
- package/lib/src/services/referrals/referrals.shared.js +13 -0
- package/lib/src/services/restricted/restricted.class.d.ts +26 -0
- package/lib/src/services/restricted/restricted.d.ts +21 -0
- package/lib/src/services/restricted/restricted.shared.d.ts +13 -0
- package/lib/src/services/restricted/restricted.shared.js +13 -0
- package/lib/src/services/security/events/security-events.class.d.ts +11 -0
- package/lib/src/services/security/events/security-events.d.ts +11 -0
- package/lib/src/services/security/events/security-events.schema.d.ts +499 -0
- package/lib/src/services/security/events/security-events.shared.d.ts +8 -0
- package/lib/src/services/security/events/security-events.shared.js +13 -0
- package/lib/src/services/series/balance/balance.class.d.ts +11 -0
- package/lib/src/services/series/balance/balance.d.ts +11 -0
- package/lib/src/services/series/balance/balance.schema.d.ts +527 -0
- package/lib/src/services/series/balance/balance.shared.d.ts +13 -0
- package/lib/src/services/series/balance/balance.shared.js +13 -0
- package/lib/src/services/series/performance/performance.class.d.ts +11 -0
- package/lib/src/services/series/performance/performance.d.ts +11 -0
- package/lib/src/services/series/performance/performance.schema.d.ts +495 -0
- package/lib/src/services/series/performance/performance.shared.d.ts +13 -0
- package/lib/src/services/series/performance/performance.shared.js +19 -0
- package/lib/src/services/series/performance/performance.usage.examples.d.ts +81 -0
- package/lib/src/services/snapshot/snapshot.class.d.ts +11 -0
- package/lib/src/services/snapshot/snapshot.d.ts +11 -0
- package/lib/src/services/snapshot/snapshot.schema.d.ts +11963 -0
- package/lib/src/services/snapshot/snapshot.shared.d.ts +13 -0
- package/lib/src/services/snapshot/snapshot.shared.js +14 -0
- package/lib/src/services/store/items/items.class.d.ts +12 -0
- package/lib/src/services/store/items/items.d.ts +11 -0
- package/lib/src/services/store/items/items.schema.d.ts +1395 -0
- package/lib/src/services/store/items/items.shared.d.ts +13 -0
- package/lib/src/services/store/items/items.shared.js +13 -0
- package/lib/src/services/strategies/ai/ai.class.d.ts +3 -2
- package/lib/src/services/strategies/ai/ai.schema.d.ts +33 -33
- package/lib/src/services/strategies/ai/ai.shared.d.ts +1 -1
- package/lib/src/services/strategies/ai/stream/stream.shared.d.ts +1 -1
- package/lib/src/services/strategies/backtest/backtest.class.d.ts +3 -2
- package/lib/src/services/strategies/backtest/backtest.schema.d.ts +820 -288
- package/lib/src/services/strategies/backtest/backtest.shared.d.ts +1 -1
- package/lib/src/services/strategies/backtest/preflight/preflight.class.d.ts +46 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.d.ts +11 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.schema.d.ts +737 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.shared.d.ts +13 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.shared.js +13 -0
- package/lib/src/services/strategies/backtest/results/results.class.d.ts +2 -2
- package/lib/src/services/strategies/backtest/results/results.schema.d.ts +295 -295
- package/lib/src/services/strategies/backtest/results/results.shared.d.ts +1 -1
- package/lib/src/services/strategies/blob/blob.shared.d.ts +1 -1
- package/lib/src/services/strategies/follow/follow.class.d.ts +12 -0
- package/lib/src/services/strategies/follow/follow.d.ts +11 -0
- package/lib/src/services/strategies/follow/follow.schema.d.ts +711 -0
- package/lib/src/services/strategies/follow/follow.shared.d.ts +13 -0
- package/lib/src/services/strategies/follow/follow.shared.js +19 -0
- package/lib/src/services/strategies/generate/generate.class.d.ts +12 -0
- package/lib/src/services/strategies/generate/generate.d.ts +11 -0
- package/lib/src/services/strategies/generate/generate.schema.d.ts +875 -0
- package/lib/src/services/strategies/generate/generate.shared.d.ts +13 -0
- package/lib/src/services/strategies/generate/generate.shared.js +13 -0
- package/lib/src/services/strategies/history/history.class.d.ts +11 -0
- package/lib/src/services/strategies/history/history.d.ts +11 -0
- package/lib/src/services/strategies/history/history.schema.d.ts +714 -0
- package/lib/src/services/strategies/history/history.shared.d.ts +13 -0
- package/lib/src/services/strategies/history/history.shared.js +19 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-generate-and-queue.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-generate-config-in-disk.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-generate-exchange-config.hooks.d.ts +8 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-get-results.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-in-disk-clone-strategy.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-populate-exchange.hooks.d.ts +7 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-promote-template.hooks.d.ts +9 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-propagate-results.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-exchange-whitelist.hooks.d.ts +10 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-historical-data.hooks.d.ts +9 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-stake-balance.hooks.d.ts +7 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-stake-currency.hooks.d.ts +9 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate.hooks.d.ts +7 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-verify-subscription-limits.hooks.d.ts +6 -0
- package/lib/src/services/strategies/hyperopt/hyperopt.class.d.ts +3 -2
- package/lib/src/services/strategies/hyperopt/hyperopt.schema.d.ts +2560 -278
- package/lib/src/services/strategies/hyperopt/hyperopt.shared.d.ts +1 -1
- package/lib/src/services/strategies/indicators/indicators.class.d.ts +2 -2
- package/lib/src/services/strategies/indicators/indicators.schema.d.ts +221 -141
- package/lib/src/services/strategies/indicators/indicators.shared.d.ts +1 -1
- package/lib/src/services/strategies/indicators/talib/talib.class.d.ts +2 -2
- package/lib/src/services/strategies/indicators/talib/talib.schema.d.ts +98 -98
- package/lib/src/services/strategies/indicators/talib/talib.shared.d.ts +1 -1
- package/lib/src/services/strategies/research/research.class.d.ts +11 -0
- package/lib/src/services/strategies/research/research.d.ts +12 -0
- package/lib/src/services/strategies/research/research.schema.d.ts +1006 -0
- package/lib/src/services/strategies/research/research.shared.d.ts +13 -0
- package/lib/src/services/strategies/research/research.shared.js +19 -0
- package/lib/src/services/strategies/strategies.class.d.ts +3 -2
- package/lib/src/services/strategies/strategies.schema.d.ts +4335 -1558
- package/lib/src/services/strategies/strategies.shared.d.ts +1 -1
- package/lib/src/services/strategies/templates/templates.class.d.ts +2 -2
- package/lib/src/services/strategies/templates/templates.schema.d.ts +9337 -95
- package/lib/src/services/strategies/templates/templates.shared.d.ts +1 -1
- package/lib/src/services/stripe/charges/charges.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/cards/cards.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/customers.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/paymentintent/paymentintent.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/paymentmethods/paymentmethods.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/subscriptions/subscriptions.shared.d.ts +1 -1
- package/lib/src/services/stripe/products/products.shared.d.ts +1 -1
- package/lib/src/services/stripe/webhooks/webhooks.shared.d.ts +1 -1
- package/lib/src/services/support/support.class.d.ts +18 -0
- package/lib/src/services/support/support.d.ts +11 -0
- package/lib/src/services/support/support.schema.d.ts +507 -0
- package/lib/src/services/support/support.shared.d.ts +13 -0
- package/lib/src/services/support/support.shared.js +13 -0
- package/lib/src/services/tasks/comments/comments.class.d.ts +11 -0
- package/lib/src/services/tasks/comments/comments.d.ts +11 -0
- package/lib/src/services/tasks/comments/comments.schema.d.ts +771 -0
- package/lib/src/services/tasks/comments/comments.shared.d.ts +13 -0
- package/lib/src/services/tasks/comments/comments.shared.js +13 -0
- package/lib/src/services/tasks/tasks.class.d.ts +14 -0
- package/lib/src/services/tasks/tasks.d.ts +11 -0
- package/lib/src/services/tasks/tasks.hooks.d.ts +90 -0
- package/lib/src/services/tasks/tasks.schema.d.ts +1281 -0
- package/lib/src/services/tasks/tasks.shared.d.ts +13 -0
- package/lib/src/services/tasks/tasks.shared.js +13 -0
- package/lib/src/services/tax/research/research.class.d.ts +11 -0
- package/lib/src/services/tax/research/research.d.ts +11 -0
- package/lib/src/services/tax/research/research.schema.d.ts +237 -0
- package/lib/src/services/tax/research/research.shared.d.ts +13 -0
- package/lib/src/services/tax/research/research.shared.js +13 -0
- package/lib/src/services/tax/sessions/conversations/conversations.class.d.ts +12 -0
- package/lib/src/services/tax/sessions/conversations/conversations.d.ts +11 -0
- package/lib/src/services/tax/sessions/conversations/conversations.hooks.d.ts +11 -0
- package/lib/src/services/tax/sessions/conversations/conversations.schema.d.ts +2923 -0
- package/lib/src/services/tax/sessions/conversations/conversations.shared.d.ts +13 -0
- package/lib/src/services/tax/sessions/conversations/conversations.shared.js +13 -0
- package/lib/src/services/tax/sessions/conversations/invoke-tax-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/create-tax-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/delete-tax-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/sessions.class.d.ts +12 -0
- package/lib/src/services/tax/sessions/sessions.d.ts +11 -0
- package/lib/src/services/tax/sessions/sessions.hooks.d.ts +11 -0
- package/lib/src/services/tax/sessions/sessions.schema.d.ts +803 -0
- package/lib/src/services/tax/sessions/sessions.shared.d.ts +13 -0
- package/lib/src/services/tax/sessions/sessions.shared.js +13 -0
- package/lib/src/services/tax/sessions/sync-tax-bedrock-sessions.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/update-tax-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/telegram/link/link.class.d.ts +26 -0
- package/lib/src/services/telegram/link/link.d.ts +11 -0
- package/lib/src/services/telegram/link/link.schema.d.ts +174 -0
- package/lib/src/services/telegram/link/link.shared.d.ts +13 -0
- package/lib/src/services/telegram/link/link.shared.js +13 -0
- package/lib/src/services/telegram/telegram.class.d.ts +34 -0
- package/lib/src/services/telegram/telegram.d.ts +11 -0
- package/lib/src/services/telegram/telegram.schema.d.ts +152 -0
- package/lib/src/services/telegram/telegram.shared.d.ts +13 -0
- package/lib/src/services/telegram/telegram.shared.js +13 -0
- package/lib/src/services/toggles/toggles.class.d.ts +19 -0
- package/lib/src/services/toggles/toggles.d.ts +11 -0
- package/lib/src/services/toggles/toggles.schema.d.ts +335 -0
- package/lib/src/services/toggles/toggles.shared.d.ts +13 -0
- package/lib/src/services/toggles/toggles.shared.js +13 -0
- package/lib/src/services/tokens/tokens.class.d.ts +11 -0
- package/lib/src/services/tokens/tokens.d.ts +11 -0
- package/lib/src/services/tokens/tokens.schema.d.ts +941 -0
- package/lib/src/services/tokens/tokens.shared.d.ts +13 -0
- package/lib/src/services/tokens/tokens.shared.js +13 -0
- package/lib/src/services/traders/pods/api/api.class.d.ts +3 -2
- package/lib/src/services/traders/pods/api/api.schema.d.ts +12091 -2907
- package/lib/src/services/traders/pods/api/api.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/blob/blob.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/events/events.class.d.ts +2 -2
- package/lib/src/services/traders/pods/events/events.schema.d.ts +388 -332
- package/lib/src/services/traders/pods/events/events.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/pods.class.d.ts +3 -2
- package/lib/src/services/traders/pods/pods.schema.d.ts +10164 -2104
- package/lib/src/services/traders/pods/pods.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/webhooks/webhooks.class.d.ts +2 -2
- package/lib/src/services/traders/pods/webhooks/webhooks.schema.d.ts +105 -105
- package/lib/src/services/traders/pods/webhooks/webhooks.shared.d.ts +1 -1
- package/lib/src/services/traders/traders.class.d.ts +4 -2
- package/lib/src/services/traders/traders.schema.d.ts +2923 -2450
- package/lib/src/services/traders/traders.shared.d.ts +1 -1
- package/lib/src/services/trades/trades.class.d.ts +11 -0
- package/lib/src/services/trades/trades.d.ts +11 -0
- package/lib/src/services/trades/trades.schema.d.ts +16969 -0
- package/lib/src/services/trades/trades.shared.d.ts +13 -0
- package/lib/src/services/trades/trades.shared.js +13 -0
- package/lib/src/services/users/access/access.class.d.ts +11 -0
- package/lib/src/services/users/access/access.d.ts +11 -0
- package/lib/src/services/users/access/access.schema.d.ts +393 -0
- package/lib/src/services/users/access/access.shared.d.ts +13 -0
- package/lib/src/services/users/access/access.shared.js +13 -0
- package/lib/src/services/users/cancel-subscription.class.d.ts +13 -0
- package/lib/src/services/users/cancel-subscription.d.ts +9 -0
- package/lib/src/services/users/marketing/campaigns/01-welcome.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/02-first-bot-running.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/03-ai-strategy.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/04-hyperopt.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/05-safety-tips.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/06-humor.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/07-paper-vs-real.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/08-trial-summary.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/09-trial-ending.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/10-reactivation.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/11-onboarding-incomplete.campaign.d.ts +6 -0
- package/lib/src/services/users/marketing/campaigns/index.d.ts +10 -0
- package/lib/src/services/users/marketing/campaigns/supervisor-welcome.campaign.d.ts +6 -0
- package/lib/src/services/users/marketing/campaigns/trial.context.d.ts +27 -0
- package/lib/src/services/users/marketing/marketing.class.d.ts +26 -0
- package/lib/src/services/users/marketing/marketing.d.ts +11 -0
- package/lib/src/services/users/marketing/marketing.engine.d.ts +36 -0
- package/lib/src/services/users/marketing/marketing.schema.d.ts +515 -0
- package/lib/src/services/users/marketing/marketing.shared.d.ts +13 -0
- package/lib/src/services/users/marketing/marketing.shared.js +20 -0
- package/lib/src/services/users/onboarding/onboarding.class.d.ts +11 -0
- package/lib/src/services/users/onboarding/onboarding.d.ts +11 -0
- package/lib/src/services/users/onboarding/onboarding.hooks.d.ts +60 -0
- package/lib/src/services/users/onboarding/onboarding.schema.d.ts +768 -0
- package/lib/src/services/users/onboarding/onboarding.shared.d.ts +13 -0
- package/lib/src/services/users/onboarding/onboarding.shared.js +13 -0
- package/lib/src/services/users/onboarding/steps/exchanges.processor.d.ts +15 -0
- package/lib/src/services/users/onboarding/steps/index.d.ts +32 -0
- package/lib/src/services/users/onboarding/steps/notifications.processor.d.ts +15 -0
- package/lib/src/services/users/onboarding/steps/preferences.processor.d.ts +16 -0
- package/lib/src/services/users/onboarding/steps/strategy.processor.d.ts +15 -0
- package/lib/src/services/users/onboarding/steps/traders.processor.d.ts +16 -0
- package/lib/src/services/users/reset-account.class.d.ts +11 -0
- package/lib/src/services/users/reset-account.d.ts +9 -0
- package/lib/src/services/users/sessions/sessions.class.d.ts +18 -0
- package/lib/src/services/users/sessions/sessions.d.ts +11 -0
- package/lib/src/services/users/sessions/sessions.schema.d.ts +698 -0
- package/lib/src/services/users/sessions/sessions.shared.d.ts +13 -0
- package/lib/src/services/users/sessions/sessions.shared.js +13 -0
- package/lib/src/services/users/setup-trial.class.d.ts +21 -0
- package/lib/src/services/users/setup-trial.d.ts +9 -0
- package/lib/src/services/users/stripe-check-subscription.hooks.d.ts +2 -0
- package/lib/src/services/users/stripe-create-payment-intent.hooks.d.ts +2 -0
- package/lib/src/services/users/stripe-is-subscription-active.hooks.d.ts +2 -0
- package/lib/src/services/users/stripe-sync-customer-data.hooks.d.ts +2 -0
- package/lib/src/services/users/users.class.d.ts +298 -59
- package/lib/src/services/users/users.schema.d.ts +1942 -350
- package/lib/src/services/users/users.shared.d.ts +2 -2
- package/lib/src/services/users/users.shared.js +1 -1
- package/lib/src/services/version/version.shared.d.ts +1 -1
- package/package.json +9 -3
|
@@ -3,13 +3,19 @@ import type { HookContext } from '../../../declarations';
|
|
|
3
3
|
import type { StrategiesHyperoptService } from './hyperopt.class';
|
|
4
4
|
export declare const strategiesHyperoptSchema: import("@feathersjs/typebox").TObject<{
|
|
5
5
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
6
|
-
strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
7
|
+
userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
8
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
9
|
+
exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
9
10
|
jobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
11
|
+
containerId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
10
12
|
overrides: import("@feathersjs/typebox").TObject<{
|
|
11
13
|
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
12
14
|
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
15
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
16
|
+
interval: 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">]>>;
|
|
17
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
18
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
13
19
|
}>;
|
|
14
20
|
options: import("@feathersjs/typebox").TObject<{
|
|
15
21
|
protections: import("@feathersjs/typebox").TBoolean;
|
|
@@ -17,8 +23,8 @@ export declare const strategiesHyperoptSchema: import("@feathersjs/typebox").TOb
|
|
|
17
23
|
}>;
|
|
18
24
|
epochs: import("@feathersjs/typebox").TNumber;
|
|
19
25
|
function: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
20
|
-
start: import("@feathersjs/typebox").
|
|
21
|
-
end: import("@feathersjs/typebox").
|
|
26
|
+
start: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
27
|
+
end: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
22
28
|
progress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
23
29
|
createdAt: import("@feathersjs/typebox").TAny;
|
|
24
30
|
updatedAt: import("@feathersjs/typebox").TAny;
|
|
@@ -31,80 +37,101 @@ export declare const strategiesHyperoptSchema: import("@feathersjs/typebox").TOb
|
|
|
31
37
|
job: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
32
38
|
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
33
39
|
}>>;
|
|
40
|
+
profit_total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
34
41
|
}>;
|
|
35
42
|
export type StrategiesHyperopt = Static<typeof strategiesHyperoptSchema>;
|
|
36
43
|
export declare const strategiesHyperoptValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
37
44
|
export declare const strategiesHyperoptResolver: import("@feathersjs/schema").Resolver<{
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
45
|
+
_id: string | {};
|
|
46
|
+
strategyId: string | {};
|
|
47
|
+
userId: string | {};
|
|
41
48
|
traderId?: string | {} | undefined;
|
|
42
|
-
|
|
43
|
-
took?: number | undefined;
|
|
49
|
+
exchangeId?: string | {} | undefined;
|
|
44
50
|
jobId?: string | undefined;
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
updatedAt: any;
|
|
51
|
+
containerId?: string | undefined;
|
|
52
|
+
overrides: {
|
|
53
|
+
max_open_trades: number;
|
|
54
|
+
dry_run_wallet: number;
|
|
55
|
+
fee?: number | undefined;
|
|
56
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
57
|
+
stake_currency?: string | undefined;
|
|
58
|
+
stake_amount?: number | undefined;
|
|
59
|
+
};
|
|
55
60
|
options: {
|
|
56
61
|
protections: boolean;
|
|
57
62
|
eps: boolean;
|
|
58
63
|
};
|
|
59
|
-
strategyId: string | {};
|
|
60
|
-
overrides: {
|
|
61
|
-
dry_run_wallet: number;
|
|
62
|
-
max_open_trades: number;
|
|
63
|
-
};
|
|
64
|
-
start: any;
|
|
65
|
-
end: any;
|
|
66
64
|
epochs: number;
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
65
|
+
function: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
66
|
+
start: string | number;
|
|
67
|
+
end: string | number;
|
|
68
|
+
progress?: any;
|
|
69
|
+
createdAt: any;
|
|
70
|
+
updatedAt: any;
|
|
71
|
+
startedAt?: any;
|
|
73
72
|
stoppedAt?: any;
|
|
73
|
+
results?: any;
|
|
74
74
|
took?: number | undefined;
|
|
75
|
-
jobId?: string | undefined;
|
|
76
|
-
startedAt?: any;
|
|
77
75
|
attempts?: any;
|
|
78
|
-
|
|
76
|
+
status?: string | undefined;
|
|
79
77
|
job?: {
|
|
80
78
|
jobName?: string | undefined;
|
|
81
79
|
} | undefined;
|
|
82
|
-
|
|
80
|
+
profit_total?: number | undefined;
|
|
81
|
+
}, HookContext<StrategiesHyperoptService<import("./hyperopt.class").StrategiesHyperoptParams>>>;
|
|
82
|
+
export declare const strategiesHyperoptExternalResolver: import("@feathersjs/schema").Resolver<{
|
|
83
83
|
_id: string | {};
|
|
84
|
-
createdAt: any;
|
|
85
|
-
updatedAt: any;
|
|
86
|
-
options: {
|
|
87
|
-
protections: boolean;
|
|
88
|
-
eps: boolean;
|
|
89
|
-
};
|
|
90
84
|
strategyId: string | {};
|
|
85
|
+
userId: string | {};
|
|
86
|
+
traderId?: string | {} | undefined;
|
|
87
|
+
exchangeId?: string | {} | undefined;
|
|
88
|
+
jobId?: string | undefined;
|
|
89
|
+
containerId?: string | undefined;
|
|
91
90
|
overrides: {
|
|
92
|
-
dry_run_wallet: number;
|
|
93
91
|
max_open_trades: number;
|
|
92
|
+
dry_run_wallet: number;
|
|
93
|
+
fee?: number | undefined;
|
|
94
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
95
|
+
stake_currency?: string | undefined;
|
|
96
|
+
stake_amount?: number | undefined;
|
|
97
|
+
};
|
|
98
|
+
options: {
|
|
99
|
+
protections: boolean;
|
|
100
|
+
eps: boolean;
|
|
94
101
|
};
|
|
95
|
-
start: any;
|
|
96
|
-
end: any;
|
|
97
102
|
epochs: number;
|
|
103
|
+
function: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
104
|
+
start: string | number;
|
|
105
|
+
end: string | number;
|
|
106
|
+
progress?: any;
|
|
107
|
+
createdAt: any;
|
|
108
|
+
updatedAt: any;
|
|
109
|
+
startedAt?: any;
|
|
110
|
+
stoppedAt?: any;
|
|
111
|
+
results?: any;
|
|
112
|
+
took?: number | undefined;
|
|
113
|
+
attempts?: any;
|
|
114
|
+
status?: string | undefined;
|
|
115
|
+
job?: {
|
|
116
|
+
jobName?: string | undefined;
|
|
117
|
+
} | undefined;
|
|
118
|
+
profit_total?: number | undefined;
|
|
98
119
|
}, HookContext<StrategiesHyperoptService<import("./hyperopt.class").StrategiesHyperoptParams>>>;
|
|
99
120
|
export declare const strategiesHyperoptDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
100
121
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
101
|
-
strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
102
|
-
|
|
103
|
-
|
|
122
|
+
strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
123
|
+
userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
124
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
125
|
+
exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
104
126
|
jobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
127
|
+
containerId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
105
128
|
overrides: import("@feathersjs/typebox").TObject<{
|
|
106
129
|
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
107
130
|
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
131
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
132
|
+
interval: 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">]>>;
|
|
133
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
134
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
108
135
|
}>;
|
|
109
136
|
options: import("@feathersjs/typebox").TObject<{
|
|
110
137
|
protections: import("@feathersjs/typebox").TBoolean;
|
|
@@ -112,8 +139,8 @@ export declare const strategiesHyperoptDataSchema: import("@feathersjs/typebox")
|
|
|
112
139
|
}>;
|
|
113
140
|
epochs: import("@feathersjs/typebox").TNumber;
|
|
114
141
|
function: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
115
|
-
start: import("@feathersjs/typebox").
|
|
116
|
-
end: import("@feathersjs/typebox").
|
|
142
|
+
start: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
143
|
+
end: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
117
144
|
progress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
118
145
|
createdAt: import("@feathersjs/typebox").TAny;
|
|
119
146
|
updatedAt: import("@feathersjs/typebox").TAny;
|
|
@@ -126,49 +153,63 @@ export declare const strategiesHyperoptDataSchema: import("@feathersjs/typebox")
|
|
|
126
153
|
job: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
127
154
|
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
128
155
|
}>>;
|
|
156
|
+
profit_total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
129
157
|
}>, ["strategyId", "traderId", "exchangeId", "overrides", "options", "start", "function", "epochs", "end"]>;
|
|
130
158
|
export type StrategiesHyperoptData = Static<typeof strategiesHyperoptDataSchema>;
|
|
131
159
|
export declare const strategiesHyperoptDataValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
132
160
|
export declare const strategiesHyperoptDataResolver: import("@feathersjs/schema").Resolver<{
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
161
|
+
_id: string | {};
|
|
162
|
+
strategyId: string | {};
|
|
163
|
+
userId: string | {};
|
|
136
164
|
traderId?: string | {} | undefined;
|
|
137
|
-
|
|
138
|
-
took?: number | undefined;
|
|
165
|
+
exchangeId?: string | {} | undefined;
|
|
139
166
|
jobId?: string | undefined;
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
updatedAt: any;
|
|
167
|
+
containerId?: string | undefined;
|
|
168
|
+
overrides: {
|
|
169
|
+
max_open_trades: number;
|
|
170
|
+
dry_run_wallet: number;
|
|
171
|
+
fee?: number | undefined;
|
|
172
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
173
|
+
stake_currency?: string | undefined;
|
|
174
|
+
stake_amount?: number | undefined;
|
|
175
|
+
};
|
|
150
176
|
options: {
|
|
151
177
|
protections: boolean;
|
|
152
178
|
eps: boolean;
|
|
153
179
|
};
|
|
154
|
-
strategyId: string | {};
|
|
155
|
-
overrides: {
|
|
156
|
-
dry_run_wallet: number;
|
|
157
|
-
max_open_trades: number;
|
|
158
|
-
};
|
|
159
|
-
start: any;
|
|
160
|
-
end: any;
|
|
161
180
|
epochs: number;
|
|
181
|
+
function: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
182
|
+
start: string | number;
|
|
183
|
+
end: string | number;
|
|
184
|
+
progress?: any;
|
|
185
|
+
createdAt: any;
|
|
186
|
+
updatedAt: any;
|
|
187
|
+
startedAt?: any;
|
|
188
|
+
stoppedAt?: any;
|
|
189
|
+
results?: any;
|
|
190
|
+
took?: number | undefined;
|
|
191
|
+
attempts?: any;
|
|
192
|
+
status?: string | undefined;
|
|
193
|
+
job?: {
|
|
194
|
+
jobName?: string | undefined;
|
|
195
|
+
} | undefined;
|
|
196
|
+
profit_total?: number | undefined;
|
|
162
197
|
}, HookContext<StrategiesHyperoptService<import("./hyperopt.class").StrategiesHyperoptParams>>>;
|
|
163
198
|
export declare const strategiesHyperoptPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
164
199
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
165
|
-
strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
166
|
-
|
|
167
|
-
|
|
200
|
+
strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
201
|
+
userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
202
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
203
|
+
exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
168
204
|
jobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
205
|
+
containerId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
169
206
|
overrides: import("@feathersjs/typebox").TObject<{
|
|
170
207
|
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
171
208
|
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
209
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
210
|
+
interval: 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">]>>;
|
|
211
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
212
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
172
213
|
}>;
|
|
173
214
|
options: import("@feathersjs/typebox").TObject<{
|
|
174
215
|
protections: import("@feathersjs/typebox").TBoolean;
|
|
@@ -176,8 +217,8 @@ export declare const strategiesHyperoptPatchSchema: import("@feathersjs/typebox"
|
|
|
176
217
|
}>;
|
|
177
218
|
epochs: import("@feathersjs/typebox").TNumber;
|
|
178
219
|
function: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
179
|
-
start: import("@feathersjs/typebox").
|
|
180
|
-
end: import("@feathersjs/typebox").
|
|
220
|
+
start: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
221
|
+
end: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
181
222
|
progress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
182
223
|
createdAt: import("@feathersjs/typebox").TAny;
|
|
183
224
|
updatedAt: import("@feathersjs/typebox").TAny;
|
|
@@ -190,49 +231,63 @@ export declare const strategiesHyperoptPatchSchema: import("@feathersjs/typebox"
|
|
|
190
231
|
job: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
191
232
|
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
192
233
|
}>>;
|
|
234
|
+
profit_total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
193
235
|
}>>;
|
|
194
236
|
export type StrategiesHyperoptPatch = Static<typeof strategiesHyperoptPatchSchema>;
|
|
195
237
|
export declare const strategiesHyperoptPatchValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
196
238
|
export declare const strategiesHyperoptPatchResolver: import("@feathersjs/schema").Resolver<{
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
239
|
+
_id: string | {};
|
|
240
|
+
strategyId: string | {};
|
|
241
|
+
userId: string | {};
|
|
200
242
|
traderId?: string | {} | undefined;
|
|
201
|
-
|
|
202
|
-
took?: number | undefined;
|
|
243
|
+
exchangeId?: string | {} | undefined;
|
|
203
244
|
jobId?: string | undefined;
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
updatedAt: any;
|
|
245
|
+
containerId?: string | undefined;
|
|
246
|
+
overrides: {
|
|
247
|
+
max_open_trades: number;
|
|
248
|
+
dry_run_wallet: number;
|
|
249
|
+
fee?: number | undefined;
|
|
250
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
251
|
+
stake_currency?: string | undefined;
|
|
252
|
+
stake_amount?: number | undefined;
|
|
253
|
+
};
|
|
214
254
|
options: {
|
|
215
255
|
protections: boolean;
|
|
216
256
|
eps: boolean;
|
|
217
257
|
};
|
|
218
|
-
strategyId: string | {};
|
|
219
|
-
overrides: {
|
|
220
|
-
dry_run_wallet: number;
|
|
221
|
-
max_open_trades: number;
|
|
222
|
-
};
|
|
223
|
-
start: any;
|
|
224
|
-
end: any;
|
|
225
258
|
epochs: number;
|
|
259
|
+
function: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
260
|
+
start: string | number;
|
|
261
|
+
end: string | number;
|
|
262
|
+
progress?: any;
|
|
263
|
+
createdAt: any;
|
|
264
|
+
updatedAt: any;
|
|
265
|
+
startedAt?: any;
|
|
266
|
+
stoppedAt?: any;
|
|
267
|
+
results?: any;
|
|
268
|
+
took?: number | undefined;
|
|
269
|
+
attempts?: any;
|
|
270
|
+
status?: string | undefined;
|
|
271
|
+
job?: {
|
|
272
|
+
jobName?: string | undefined;
|
|
273
|
+
} | undefined;
|
|
274
|
+
profit_total?: number | undefined;
|
|
226
275
|
}, HookContext<StrategiesHyperoptService<import("./hyperopt.class").StrategiesHyperoptParams>>>;
|
|
227
276
|
export declare const strategiesHyperoptQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
228
277
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
229
|
-
strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
230
|
-
|
|
231
|
-
|
|
278
|
+
strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
279
|
+
userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
280
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
281
|
+
exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
232
282
|
jobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
283
|
+
containerId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
233
284
|
overrides: import("@feathersjs/typebox").TObject<{
|
|
234
285
|
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
235
286
|
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
287
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
288
|
+
interval: 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">]>>;
|
|
289
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
290
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
236
291
|
}>;
|
|
237
292
|
options: import("@feathersjs/typebox").TObject<{
|
|
238
293
|
protections: import("@feathersjs/typebox").TBoolean;
|
|
@@ -240,8 +295,8 @@ export declare const strategiesHyperoptQueryProperties: import("@feathersjs/type
|
|
|
240
295
|
}>;
|
|
241
296
|
epochs: import("@feathersjs/typebox").TNumber;
|
|
242
297
|
function: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
243
|
-
start: import("@feathersjs/typebox").
|
|
244
|
-
end: import("@feathersjs/typebox").
|
|
298
|
+
start: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
299
|
+
end: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
245
300
|
progress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
246
301
|
createdAt: import("@feathersjs/typebox").TAny;
|
|
247
302
|
updatedAt: import("@feathersjs/typebox").TAny;
|
|
@@ -254,20 +309,38 @@ export declare const strategiesHyperoptQueryProperties: import("@feathersjs/type
|
|
|
254
309
|
job: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
255
310
|
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
256
311
|
}>>;
|
|
257
|
-
|
|
312
|
+
profit_total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
313
|
+
}>, ["_id", "userId", "strategyId", "traderId", "exchangeId", "jobId", "containerId", "overrides", "options", "epochs", "function", "start", "end", "progress", "createdAt", "updatedAt", "startedAt", "stoppedAt", "results", "took", "attempts", "status", "job", "profit_total"]>;
|
|
258
314
|
export declare const strategiesHyperoptQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
259
315
|
$limit: import("@feathersjs/typebox").TNumber;
|
|
260
316
|
$skip: import("@feathersjs/typebox").TNumber;
|
|
261
317
|
$sort: import("@feathersjs/typebox").TObject<{
|
|
262
318
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
319
|
+
attempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
320
|
+
containerId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
263
321
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
322
|
+
end: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
323
|
+
epochs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
324
|
+
exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
325
|
+
function: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
326
|
+
job: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
267
327
|
jobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
328
|
+
options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
329
|
+
overrides: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
330
|
+
profit_total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
268
331
|
progress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
332
|
+
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
333
|
+
start: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
334
|
+
startedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
335
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
336
|
+
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
337
|
+
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
338
|
+
took: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
339
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
340
|
+
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
341
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
269
342
|
}>;
|
|
270
|
-
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "
|
|
343
|
+
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "attempts" | "containerId" | "createdAt" | "end" | "epochs" | "exchangeId" | "function" | "job" | "jobId" | "options" | "overrides" | "profit_total" | "progress" | "results" | "start" | "startedAt" | "status" | "stoppedAt" | "strategyId" | "took" | "traderId" | "updatedAt" | "userId")[]>;
|
|
271
344
|
$and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
272
345
|
_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<{
|
|
273
346
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -275,8 +348,30 @@ export declare const strategiesHyperoptQuerySchema: import("@feathersjs/typebox"
|
|
|
275
348
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
276
349
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
277
350
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
278
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
279
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
351
|
+
$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<{}>]>;
|
|
352
|
+
$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<{}>]>;
|
|
353
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
354
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
355
|
+
} | undefined>]>>]>>;
|
|
356
|
+
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<{
|
|
357
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
358
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
359
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
360
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
361
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
362
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
363
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
364
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
365
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
366
|
+
} | undefined>]>>]>>;
|
|
367
|
+
containerId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
368
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
369
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
370
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
371
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
372
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
373
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
374
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
280
375
|
}>, import("@feathersjs/typebox").TObject<{
|
|
281
376
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
282
377
|
} | undefined>]>>]>>;
|
|
@@ -291,58 +386,343 @@ export declare const strategiesHyperoptQuerySchema: import("@feathersjs/typebox"
|
|
|
291
386
|
}>, import("@feathersjs/typebox").TObject<{
|
|
292
387
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
293
388
|
} | undefined>]>>]>>;
|
|
389
|
+
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<{
|
|
390
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
391
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
392
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
393
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
394
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
395
|
+
$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]>;
|
|
396
|
+
$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]>;
|
|
397
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
398
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
399
|
+
} | undefined>]>>]>>;
|
|
400
|
+
epochs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
401
|
+
$gt: import("@feathersjs/typebox").TNumber;
|
|
402
|
+
$gte: import("@feathersjs/typebox").TNumber;
|
|
403
|
+
$lt: import("@feathersjs/typebox").TNumber;
|
|
404
|
+
$lte: import("@feathersjs/typebox").TNumber;
|
|
405
|
+
$ne: import("@feathersjs/typebox").TNumber;
|
|
406
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
|
|
407
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
|
|
408
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
409
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
410
|
+
} | undefined>]>>]>>;
|
|
411
|
+
exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
412
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
413
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
414
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
415
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
416
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
417
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
418
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
419
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
420
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
421
|
+
} | undefined>]>>]>>;
|
|
422
|
+
function: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
423
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
424
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
425
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
426
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
427
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
428
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
429
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
430
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
431
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
432
|
+
} | undefined>]>>]>>;
|
|
433
|
+
job: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
434
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
435
|
+
}>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
436
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
437
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
438
|
+
}>>;
|
|
439
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
440
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
441
|
+
}>>;
|
|
442
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
443
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
444
|
+
}>>;
|
|
445
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
446
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
447
|
+
}>>;
|
|
448
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
449
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
450
|
+
}>>;
|
|
451
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
452
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
453
|
+
}>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
454
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
455
|
+
}>>;
|
|
456
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
457
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
458
|
+
}>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
459
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
460
|
+
}>>;
|
|
461
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
462
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
463
|
+
} | undefined>]>>]>>;
|
|
464
|
+
jobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
465
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
466
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
467
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
468
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
469
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
470
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
471
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
472
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
473
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
474
|
+
} | undefined>]>>]>>;
|
|
475
|
+
options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
|
|
476
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
477
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
478
|
+
}>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
479
|
+
$gt: import("@feathersjs/typebox").TObject<{
|
|
480
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
481
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
482
|
+
}>;
|
|
483
|
+
$gte: import("@feathersjs/typebox").TObject<{
|
|
484
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
485
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
486
|
+
}>;
|
|
487
|
+
$lt: import("@feathersjs/typebox").TObject<{
|
|
488
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
489
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
490
|
+
}>;
|
|
491
|
+
$lte: import("@feathersjs/typebox").TObject<{
|
|
492
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
493
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
494
|
+
}>;
|
|
495
|
+
$ne: import("@feathersjs/typebox").TObject<{
|
|
496
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
497
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
498
|
+
}>;
|
|
499
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
500
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
501
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
502
|
+
}>> | import("@feathersjs/typebox").TObject<{
|
|
503
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
504
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
505
|
+
}>;
|
|
506
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
507
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
508
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
509
|
+
}>> | import("@feathersjs/typebox").TObject<{
|
|
510
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
511
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
512
|
+
}>;
|
|
513
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
514
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
515
|
+
} | undefined>]>>]>>;
|
|
516
|
+
overrides: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
|
|
517
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
518
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
519
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
520
|
+
interval: 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">]>>;
|
|
521
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
522
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
523
|
+
}>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
524
|
+
$gt: import("@feathersjs/typebox").TObject<{
|
|
525
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
526
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
527
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
528
|
+
interval: 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">]>>;
|
|
529
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
530
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
531
|
+
}>;
|
|
532
|
+
$gte: import("@feathersjs/typebox").TObject<{
|
|
533
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
534
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
535
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
536
|
+
interval: 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">]>>;
|
|
537
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
538
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
539
|
+
}>;
|
|
540
|
+
$lt: import("@feathersjs/typebox").TObject<{
|
|
541
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
542
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
543
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
544
|
+
interval: 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">]>>;
|
|
545
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
546
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
547
|
+
}>;
|
|
548
|
+
$lte: import("@feathersjs/typebox").TObject<{
|
|
549
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
550
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
551
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
552
|
+
interval: 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">]>>;
|
|
553
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
554
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
555
|
+
}>;
|
|
556
|
+
$ne: import("@feathersjs/typebox").TObject<{
|
|
557
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
558
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
559
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
560
|
+
interval: 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">]>>;
|
|
561
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
562
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
563
|
+
}>;
|
|
564
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
565
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
566
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
567
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
568
|
+
interval: 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">]>>;
|
|
569
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
570
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
571
|
+
}>> | import("@feathersjs/typebox").TObject<{
|
|
572
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
573
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
574
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
575
|
+
interval: 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">]>>;
|
|
576
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
577
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
578
|
+
}>;
|
|
579
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
580
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
581
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
582
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
583
|
+
interval: 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">]>>;
|
|
584
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
585
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
586
|
+
}>> | import("@feathersjs/typebox").TObject<{
|
|
587
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
588
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
589
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
590
|
+
interval: 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">]>>;
|
|
591
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
592
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
593
|
+
}>;
|
|
594
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
595
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
596
|
+
} | undefined>]>>]>>;
|
|
597
|
+
profit_total: 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<{
|
|
598
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
599
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
600
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
601
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
602
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
603
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
604
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
605
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
606
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
607
|
+
} | undefined>]>>]>>;
|
|
608
|
+
progress: 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<{
|
|
609
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
610
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
611
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
612
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
613
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
614
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
615
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
616
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
617
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
618
|
+
} | undefined>]>>]>>;
|
|
294
619
|
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<{
|
|
295
620
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
296
621
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
297
622
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
298
623
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
299
624
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
300
|
-
$in: import("@feathersjs/typebox").
|
|
301
|
-
$nin: import("@feathersjs/typebox").
|
|
625
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
626
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
302
627
|
}>, import("@feathersjs/typebox").TObject<{
|
|
303
628
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
304
629
|
} | undefined>]>>]>>;
|
|
305
|
-
|
|
306
|
-
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
307
|
-
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
308
|
-
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
309
|
-
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
310
|
-
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
311
|
-
$in: import("@feathersjs/typebox").
|
|
312
|
-
$nin: import("@feathersjs/typebox").
|
|
630
|
+
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<{
|
|
631
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
632
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
633
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
634
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
635
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
636
|
+
$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]>;
|
|
637
|
+
$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]>;
|
|
313
638
|
}>, import("@feathersjs/typebox").TObject<{
|
|
314
639
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
315
640
|
} | undefined>]>>]>>;
|
|
316
|
-
|
|
317
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
318
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
319
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
320
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
321
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
322
|
-
$in: import("@feathersjs/typebox").
|
|
323
|
-
$nin: import("@feathersjs/typebox").
|
|
641
|
+
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<{
|
|
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>;
|
|
324
649
|
}>, import("@feathersjs/typebox").TObject<{
|
|
325
650
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
326
651
|
} | undefined>]>>]>>;
|
|
327
|
-
|
|
652
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
328
653
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
329
654
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
330
655
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
331
656
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
332
657
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
333
|
-
$in: import("@feathersjs/typebox").
|
|
334
|
-
$nin: import("@feathersjs/typebox").
|
|
658
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
659
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
335
660
|
}>, import("@feathersjs/typebox").TObject<{
|
|
336
661
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
337
662
|
} | undefined>]>>]>>;
|
|
338
|
-
|
|
663
|
+
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<{
|
|
339
664
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
340
665
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
341
666
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
342
667
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
343
668
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
344
|
-
$in: import("@feathersjs/typebox").
|
|
345
|
-
$nin: import("@feathersjs/typebox").
|
|
669
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
670
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
671
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
672
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
673
|
+
} | undefined>]>>]>>;
|
|
674
|
+
strategyId: 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<{
|
|
675
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
676
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
677
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
678
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
679
|
+
$ne: 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").TObject<{}>]>> | 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").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
682
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
683
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
684
|
+
} | undefined>]>>]>>;
|
|
685
|
+
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<{
|
|
686
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
687
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
688
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
689
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
690
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
691
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
692
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
693
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
694
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
695
|
+
} | undefined>]>>]>>;
|
|
696
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
697
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
698
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
699
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
700
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
701
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
702
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
703
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
704
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
705
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
706
|
+
} | undefined>]>>]>>;
|
|
707
|
+
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<{
|
|
708
|
+
$gt: import("@feathersjs/typebox").TAny;
|
|
709
|
+
$gte: import("@feathersjs/typebox").TAny;
|
|
710
|
+
$lt: import("@feathersjs/typebox").TAny;
|
|
711
|
+
$lte: import("@feathersjs/typebox").TAny;
|
|
712
|
+
$ne: import("@feathersjs/typebox").TAny;
|
|
713
|
+
$in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
714
|
+
$nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
715
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
716
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
717
|
+
} | undefined>]>>]>>;
|
|
718
|
+
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<{
|
|
719
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
720
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
721
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
722
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
723
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
724
|
+
$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<{}>]>;
|
|
725
|
+
$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<{}>]>;
|
|
346
726
|
}>, import("@feathersjs/typebox").TObject<{
|
|
347
727
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
348
728
|
} | undefined>]>>]>>;
|
|
@@ -354,8 +734,30 @@ export declare const strategiesHyperoptQuerySchema: import("@feathersjs/typebox"
|
|
|
354
734
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
355
735
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
356
736
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
357
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
358
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
737
|
+
$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<{}>]>;
|
|
738
|
+
$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<{}>]>;
|
|
739
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
740
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
741
|
+
} | undefined>]>>]>>;
|
|
742
|
+
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<{
|
|
743
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
744
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
745
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
746
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
747
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
748
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
749
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
750
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
751
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
752
|
+
} | undefined>]>>]>>;
|
|
753
|
+
containerId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
754
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
755
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
756
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
757
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
758
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
759
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
760
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
359
761
|
}>, import("@feathersjs/typebox").TObject<{
|
|
360
762
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
361
763
|
} | undefined>]>>]>>;
|
|
@@ -370,58 +772,343 @@ export declare const strategiesHyperoptQuerySchema: import("@feathersjs/typebox"
|
|
|
370
772
|
}>, import("@feathersjs/typebox").TObject<{
|
|
371
773
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
372
774
|
} | undefined>]>>]>>;
|
|
775
|
+
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<{
|
|
776
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
777
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
778
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
779
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
780
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
781
|
+
$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]>;
|
|
782
|
+
$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]>;
|
|
783
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
784
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
785
|
+
} | undefined>]>>]>>;
|
|
786
|
+
epochs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
787
|
+
$gt: import("@feathersjs/typebox").TNumber;
|
|
788
|
+
$gte: import("@feathersjs/typebox").TNumber;
|
|
789
|
+
$lt: import("@feathersjs/typebox").TNumber;
|
|
790
|
+
$lte: import("@feathersjs/typebox").TNumber;
|
|
791
|
+
$ne: import("@feathersjs/typebox").TNumber;
|
|
792
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
|
|
793
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
|
|
794
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
795
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
796
|
+
} | undefined>]>>]>>;
|
|
797
|
+
exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
798
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
799
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
800
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
801
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
802
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
803
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
804
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
805
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
806
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
807
|
+
} | undefined>]>>]>>;
|
|
808
|
+
function: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
809
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
810
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
811
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
812
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
813
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
814
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
815
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
816
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
817
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
818
|
+
} | undefined>]>>]>>;
|
|
819
|
+
job: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
820
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
821
|
+
}>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
822
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
823
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
824
|
+
}>>;
|
|
825
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
826
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
827
|
+
}>>;
|
|
828
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
829
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
830
|
+
}>>;
|
|
831
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
832
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
833
|
+
}>>;
|
|
834
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
835
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
836
|
+
}>>;
|
|
837
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
838
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
839
|
+
}>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
840
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
841
|
+
}>>;
|
|
842
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
843
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
844
|
+
}>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
845
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
846
|
+
}>>;
|
|
847
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
848
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
849
|
+
} | undefined>]>>]>>;
|
|
850
|
+
jobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
851
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
852
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
853
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
854
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
855
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
856
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
857
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
858
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
859
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
860
|
+
} | undefined>]>>]>>;
|
|
861
|
+
options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
|
|
862
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
863
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
864
|
+
}>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
865
|
+
$gt: import("@feathersjs/typebox").TObject<{
|
|
866
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
867
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
868
|
+
}>;
|
|
869
|
+
$gte: import("@feathersjs/typebox").TObject<{
|
|
870
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
871
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
872
|
+
}>;
|
|
873
|
+
$lt: import("@feathersjs/typebox").TObject<{
|
|
874
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
875
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
876
|
+
}>;
|
|
877
|
+
$lte: import("@feathersjs/typebox").TObject<{
|
|
878
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
879
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
880
|
+
}>;
|
|
881
|
+
$ne: import("@feathersjs/typebox").TObject<{
|
|
882
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
883
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
884
|
+
}>;
|
|
885
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
886
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
887
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
888
|
+
}>> | import("@feathersjs/typebox").TObject<{
|
|
889
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
890
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
891
|
+
}>;
|
|
892
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
893
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
894
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
895
|
+
}>> | import("@feathersjs/typebox").TObject<{
|
|
896
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
897
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
898
|
+
}>;
|
|
899
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
900
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
901
|
+
} | undefined>]>>]>>;
|
|
902
|
+
overrides: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
|
|
903
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
904
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
905
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
906
|
+
interval: 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">]>>;
|
|
907
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
908
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
909
|
+
}>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
910
|
+
$gt: import("@feathersjs/typebox").TObject<{
|
|
911
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
912
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
913
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
914
|
+
interval: 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">]>>;
|
|
915
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
916
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
917
|
+
}>;
|
|
918
|
+
$gte: import("@feathersjs/typebox").TObject<{
|
|
919
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
920
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
921
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
922
|
+
interval: 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">]>>;
|
|
923
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
924
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
925
|
+
}>;
|
|
926
|
+
$lt: import("@feathersjs/typebox").TObject<{
|
|
927
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
928
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
929
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
930
|
+
interval: 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">]>>;
|
|
931
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
932
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
933
|
+
}>;
|
|
934
|
+
$lte: import("@feathersjs/typebox").TObject<{
|
|
935
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
936
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
937
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
938
|
+
interval: 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">]>>;
|
|
939
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
940
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
941
|
+
}>;
|
|
942
|
+
$ne: import("@feathersjs/typebox").TObject<{
|
|
943
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
944
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
945
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
946
|
+
interval: 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">]>>;
|
|
947
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
948
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
949
|
+
}>;
|
|
950
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
951
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
952
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
953
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
954
|
+
interval: 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">]>>;
|
|
955
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
956
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
957
|
+
}>> | import("@feathersjs/typebox").TObject<{
|
|
958
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
959
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
960
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
961
|
+
interval: 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">]>>;
|
|
962
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
963
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
964
|
+
}>;
|
|
965
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
966
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
967
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
968
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
969
|
+
interval: 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">]>>;
|
|
970
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
971
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
972
|
+
}>> | import("@feathersjs/typebox").TObject<{
|
|
973
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
974
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
975
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
976
|
+
interval: 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">]>>;
|
|
977
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
978
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
979
|
+
}>;
|
|
980
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
981
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
982
|
+
} | undefined>]>>]>>;
|
|
983
|
+
profit_total: 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<{
|
|
984
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
985
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
986
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
987
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
988
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
989
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
990
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
991
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
992
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
993
|
+
} | undefined>]>>]>>;
|
|
994
|
+
progress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
995
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
996
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
997
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
998
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
999
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1000
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1001
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1002
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1003
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1004
|
+
} | undefined>]>>]>>;
|
|
373
1005
|
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<{
|
|
374
1006
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
375
1007
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
376
1008
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
377
1009
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
378
1010
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
379
|
-
$in: import("@feathersjs/typebox").
|
|
380
|
-
$nin: import("@feathersjs/typebox").
|
|
1011
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1012
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
381
1013
|
}>, import("@feathersjs/typebox").TObject<{
|
|
382
1014
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
383
1015
|
} | undefined>]>>]>>;
|
|
384
|
-
|
|
385
|
-
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
386
|
-
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
387
|
-
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
388
|
-
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
389
|
-
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
390
|
-
$in: import("@feathersjs/typebox").
|
|
391
|
-
$nin: import("@feathersjs/typebox").
|
|
1016
|
+
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<{
|
|
1017
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1018
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1019
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1020
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1021
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1022
|
+
$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]>;
|
|
1023
|
+
$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]>;
|
|
392
1024
|
}>, import("@feathersjs/typebox").TObject<{
|
|
393
1025
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
394
1026
|
} | undefined>]>>]>>;
|
|
395
|
-
|
|
396
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
397
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
398
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
399
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
400
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
401
|
-
$in: import("@feathersjs/typebox").
|
|
402
|
-
$nin: import("@feathersjs/typebox").
|
|
1027
|
+
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<{
|
|
1028
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1029
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1030
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1031
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1032
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1033
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1034
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
403
1035
|
}>, import("@feathersjs/typebox").TObject<{
|
|
404
1036
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
405
1037
|
} | undefined>]>>]>>;
|
|
406
|
-
|
|
1038
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
407
1039
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
408
1040
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
409
1041
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
410
1042
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
411
1043
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
412
|
-
$in: import("@feathersjs/typebox").
|
|
413
|
-
$nin: import("@feathersjs/typebox").
|
|
1044
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1045
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
414
1046
|
}>, import("@feathersjs/typebox").TObject<{
|
|
415
1047
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
416
1048
|
} | undefined>]>>]>>;
|
|
417
|
-
|
|
1049
|
+
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<{
|
|
418
1050
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
419
1051
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
420
1052
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
421
1053
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
422
1054
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
423
|
-
$in: import("@feathersjs/typebox").
|
|
424
|
-
$nin: import("@feathersjs/typebox").
|
|
1055
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1056
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1057
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1058
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1059
|
+
} | undefined>]>>]>>;
|
|
1060
|
+
strategyId: 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<{
|
|
1061
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1062
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1063
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1064
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1065
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1066
|
+
$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<{}>]>;
|
|
1067
|
+
$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<{}>]>;
|
|
1068
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1069
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1070
|
+
} | undefined>]>>]>>;
|
|
1071
|
+
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<{
|
|
1072
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1073
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1074
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1075
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1076
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1077
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1078
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1079
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1080
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1081
|
+
} | undefined>]>>]>>;
|
|
1082
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1083
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1084
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1085
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1086
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1087
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1088
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1089
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1090
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1091
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1092
|
+
} | undefined>]>>]>>;
|
|
1093
|
+
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<{
|
|
1094
|
+
$gt: import("@feathersjs/typebox").TAny;
|
|
1095
|
+
$gte: import("@feathersjs/typebox").TAny;
|
|
1096
|
+
$lt: import("@feathersjs/typebox").TAny;
|
|
1097
|
+
$lte: import("@feathersjs/typebox").TAny;
|
|
1098
|
+
$ne: import("@feathersjs/typebox").TAny;
|
|
1099
|
+
$in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
1100
|
+
$nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
1101
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1102
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1103
|
+
} | undefined>]>>]>>;
|
|
1104
|
+
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<{
|
|
1105
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1106
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1107
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1108
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1109
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1110
|
+
$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<{}>]>;
|
|
1111
|
+
$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<{}>]>;
|
|
425
1112
|
}>, import("@feathersjs/typebox").TObject<{
|
|
426
1113
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
427
1114
|
} | undefined>]>>]>>;
|
|
@@ -434,8 +1121,30 @@ export declare const strategiesHyperoptQuerySchema: import("@feathersjs/typebox"
|
|
|
434
1121
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
435
1122
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
436
1123
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
437
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
438
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
1124
|
+
$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<{}>]>;
|
|
1125
|
+
$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<{}>]>;
|
|
1126
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1127
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1128
|
+
} | undefined>]>>]>>;
|
|
1129
|
+
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<{
|
|
1130
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1131
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1132
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1133
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1134
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1135
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1136
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1137
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1138
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1139
|
+
} | undefined>]>>]>>;
|
|
1140
|
+
containerId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1141
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1142
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1143
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1144
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1145
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1146
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1147
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
439
1148
|
}>, import("@feathersjs/typebox").TObject<{
|
|
440
1149
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
441
1150
|
} | undefined>]>>]>>;
|
|
@@ -450,58 +1159,343 @@ export declare const strategiesHyperoptQuerySchema: import("@feathersjs/typebox"
|
|
|
450
1159
|
}>, import("@feathersjs/typebox").TObject<{
|
|
451
1160
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
452
1161
|
} | undefined>]>>]>>;
|
|
1162
|
+
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<{
|
|
1163
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1164
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1165
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1166
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1167
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1168
|
+
$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]>;
|
|
1169
|
+
$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]>;
|
|
1170
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1171
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1172
|
+
} | undefined>]>>]>>;
|
|
1173
|
+
epochs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1174
|
+
$gt: import("@feathersjs/typebox").TNumber;
|
|
1175
|
+
$gte: import("@feathersjs/typebox").TNumber;
|
|
1176
|
+
$lt: import("@feathersjs/typebox").TNumber;
|
|
1177
|
+
$lte: import("@feathersjs/typebox").TNumber;
|
|
1178
|
+
$ne: import("@feathersjs/typebox").TNumber;
|
|
1179
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
|
|
1180
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
|
|
1181
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1182
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1183
|
+
} | undefined>]>>]>>;
|
|
1184
|
+
exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1185
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1186
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1187
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1188
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1189
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1190
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1191
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1192
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1193
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1194
|
+
} | undefined>]>>]>>;
|
|
1195
|
+
function: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1196
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
1197
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
1198
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
1199
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
1200
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
1201
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
1202
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
1203
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1204
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1205
|
+
} | undefined>]>>]>>;
|
|
1206
|
+
job: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1207
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1208
|
+
}>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1209
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1210
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1211
|
+
}>>;
|
|
1212
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1213
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1214
|
+
}>>;
|
|
1215
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1216
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1217
|
+
}>>;
|
|
1218
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1219
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1220
|
+
}>>;
|
|
1221
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1222
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1223
|
+
}>>;
|
|
1224
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1225
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1226
|
+
}>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1227
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1228
|
+
}>>;
|
|
1229
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1230
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1231
|
+
}>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1232
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1233
|
+
}>>;
|
|
1234
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1235
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1236
|
+
} | undefined>]>>]>>;
|
|
1237
|
+
jobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1238
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1239
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1240
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1241
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1242
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1243
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1244
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1245
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1246
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1247
|
+
} | undefined>]>>]>>;
|
|
1248
|
+
options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
|
|
1249
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1250
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1251
|
+
}>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1252
|
+
$gt: import("@feathersjs/typebox").TObject<{
|
|
1253
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1254
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1255
|
+
}>;
|
|
1256
|
+
$gte: import("@feathersjs/typebox").TObject<{
|
|
1257
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1258
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1259
|
+
}>;
|
|
1260
|
+
$lt: import("@feathersjs/typebox").TObject<{
|
|
1261
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1262
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1263
|
+
}>;
|
|
1264
|
+
$lte: import("@feathersjs/typebox").TObject<{
|
|
1265
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1266
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1267
|
+
}>;
|
|
1268
|
+
$ne: import("@feathersjs/typebox").TObject<{
|
|
1269
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1270
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1271
|
+
}>;
|
|
1272
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
1273
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1274
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1275
|
+
}>> | import("@feathersjs/typebox").TObject<{
|
|
1276
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1277
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1278
|
+
}>;
|
|
1279
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
1280
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1281
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1282
|
+
}>> | import("@feathersjs/typebox").TObject<{
|
|
1283
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1284
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1285
|
+
}>;
|
|
1286
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1287
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1288
|
+
} | undefined>]>>]>>;
|
|
1289
|
+
overrides: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
|
|
1290
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1291
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1292
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1293
|
+
interval: 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">]>>;
|
|
1294
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1295
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1296
|
+
}>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1297
|
+
$gt: import("@feathersjs/typebox").TObject<{
|
|
1298
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1299
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1300
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1301
|
+
interval: 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">]>>;
|
|
1302
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1303
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1304
|
+
}>;
|
|
1305
|
+
$gte: import("@feathersjs/typebox").TObject<{
|
|
1306
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1307
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1308
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1309
|
+
interval: 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">]>>;
|
|
1310
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1311
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1312
|
+
}>;
|
|
1313
|
+
$lt: import("@feathersjs/typebox").TObject<{
|
|
1314
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1315
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1316
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1317
|
+
interval: 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">]>>;
|
|
1318
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1319
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1320
|
+
}>;
|
|
1321
|
+
$lte: import("@feathersjs/typebox").TObject<{
|
|
1322
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1323
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1324
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1325
|
+
interval: 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">]>>;
|
|
1326
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1327
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1328
|
+
}>;
|
|
1329
|
+
$ne: import("@feathersjs/typebox").TObject<{
|
|
1330
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1331
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1332
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1333
|
+
interval: 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">]>>;
|
|
1334
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1335
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1336
|
+
}>;
|
|
1337
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
1338
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1339
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1340
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1341
|
+
interval: 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">]>>;
|
|
1342
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1343
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1344
|
+
}>> | import("@feathersjs/typebox").TObject<{
|
|
1345
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1346
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1347
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1348
|
+
interval: 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">]>>;
|
|
1349
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1350
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1351
|
+
}>;
|
|
1352
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
1353
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1354
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1355
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1356
|
+
interval: 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">]>>;
|
|
1357
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1358
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1359
|
+
}>> | import("@feathersjs/typebox").TObject<{
|
|
1360
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1361
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1362
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1363
|
+
interval: 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">]>>;
|
|
1364
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1365
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1366
|
+
}>;
|
|
1367
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1368
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1369
|
+
} | undefined>]>>]>>;
|
|
1370
|
+
profit_total: 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<{
|
|
1371
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1372
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1373
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1374
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1375
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1376
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1377
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1378
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1379
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1380
|
+
} | undefined>]>>]>>;
|
|
1381
|
+
progress: 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<{
|
|
1382
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1383
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1384
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1385
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1386
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1387
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1388
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1389
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1390
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1391
|
+
} | undefined>]>>]>>;
|
|
453
1392
|
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<{
|
|
454
1393
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
455
1394
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
456
1395
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
457
1396
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
458
1397
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
459
|
-
$in: import("@feathersjs/typebox").
|
|
460
|
-
$nin: import("@feathersjs/typebox").
|
|
1398
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1399
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
461
1400
|
}>, import("@feathersjs/typebox").TObject<{
|
|
462
1401
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
463
1402
|
} | undefined>]>>]>>;
|
|
464
|
-
|
|
465
|
-
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
466
|
-
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
467
|
-
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
468
|
-
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
469
|
-
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
470
|
-
$in: import("@feathersjs/typebox").
|
|
471
|
-
$nin: import("@feathersjs/typebox").
|
|
1403
|
+
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<{
|
|
1404
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1405
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1406
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1407
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1408
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1409
|
+
$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]>;
|
|
1410
|
+
$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]>;
|
|
472
1411
|
}>, import("@feathersjs/typebox").TObject<{
|
|
473
1412
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
474
1413
|
} | undefined>]>>]>>;
|
|
475
|
-
|
|
476
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
477
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
478
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
479
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
480
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
481
|
-
$in: import("@feathersjs/typebox").
|
|
482
|
-
$nin: import("@feathersjs/typebox").
|
|
1414
|
+
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<{
|
|
1415
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1416
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1417
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1418
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1419
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1420
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1421
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
483
1422
|
}>, import("@feathersjs/typebox").TObject<{
|
|
484
1423
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
485
1424
|
} | undefined>]>>]>>;
|
|
486
|
-
|
|
1425
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
487
1426
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
488
1427
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
489
1428
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
490
1429
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
491
1430
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
492
|
-
$in: import("@feathersjs/typebox").
|
|
493
|
-
$nin: import("@feathersjs/typebox").
|
|
1431
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1432
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
494
1433
|
}>, import("@feathersjs/typebox").TObject<{
|
|
495
1434
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
496
1435
|
} | undefined>]>>]>>;
|
|
497
|
-
|
|
1436
|
+
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<{
|
|
498
1437
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
499
1438
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
500
1439
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
501
1440
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
502
1441
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
503
|
-
$in: import("@feathersjs/typebox").
|
|
504
|
-
$nin: import("@feathersjs/typebox").
|
|
1442
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1443
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1444
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1445
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1446
|
+
} | undefined>]>>]>>;
|
|
1447
|
+
strategyId: 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<{
|
|
1448
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1449
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1450
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1451
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1452
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1453
|
+
$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<{}>]>;
|
|
1454
|
+
$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<{}>]>;
|
|
1455
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1456
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1457
|
+
} | undefined>]>>]>>;
|
|
1458
|
+
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<{
|
|
1459
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1460
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1461
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1462
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1463
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1464
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1465
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1466
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1467
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1468
|
+
} | undefined>]>>]>>;
|
|
1469
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1470
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1471
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1472
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1473
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1474
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1475
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1476
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1477
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1478
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1479
|
+
} | undefined>]>>]>>;
|
|
1480
|
+
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<{
|
|
1481
|
+
$gt: import("@feathersjs/typebox").TAny;
|
|
1482
|
+
$gte: import("@feathersjs/typebox").TAny;
|
|
1483
|
+
$lt: import("@feathersjs/typebox").TAny;
|
|
1484
|
+
$lte: import("@feathersjs/typebox").TAny;
|
|
1485
|
+
$ne: import("@feathersjs/typebox").TAny;
|
|
1486
|
+
$in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
1487
|
+
$nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
1488
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1489
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1490
|
+
} | undefined>]>>]>>;
|
|
1491
|
+
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<{
|
|
1492
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1493
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1494
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1495
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1496
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1497
|
+
$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<{}>]>;
|
|
1498
|
+
$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<{}>]>;
|
|
505
1499
|
}>, import("@feathersjs/typebox").TObject<{
|
|
506
1500
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
507
1501
|
} | undefined>]>>]>>;
|
|
@@ -513,8 +1507,30 @@ export declare const strategiesHyperoptQuerySchema: import("@feathersjs/typebox"
|
|
|
513
1507
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
514
1508
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
515
1509
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
516
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
517
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
1510
|
+
$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<{}>]>;
|
|
1511
|
+
$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<{}>]>;
|
|
1512
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1513
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1514
|
+
} | undefined>]>>]>>;
|
|
1515
|
+
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<{
|
|
1516
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1517
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1518
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1519
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1520
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1521
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1522
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1523
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1524
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1525
|
+
} | undefined>]>>]>>;
|
|
1526
|
+
containerId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1527
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1528
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1529
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1530
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1531
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1532
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1533
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
518
1534
|
}>, import("@feathersjs/typebox").TObject<{
|
|
519
1535
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
520
1536
|
} | undefined>]>>]>>;
|
|
@@ -529,58 +1545,343 @@ export declare const strategiesHyperoptQuerySchema: import("@feathersjs/typebox"
|
|
|
529
1545
|
}>, import("@feathersjs/typebox").TObject<{
|
|
530
1546
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
531
1547
|
} | undefined>]>>]>>;
|
|
1548
|
+
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<{
|
|
1549
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1550
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1551
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1552
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1553
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1554
|
+
$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]>;
|
|
1555
|
+
$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]>;
|
|
1556
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1557
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1558
|
+
} | undefined>]>>]>>;
|
|
1559
|
+
epochs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1560
|
+
$gt: import("@feathersjs/typebox").TNumber;
|
|
1561
|
+
$gte: import("@feathersjs/typebox").TNumber;
|
|
1562
|
+
$lt: import("@feathersjs/typebox").TNumber;
|
|
1563
|
+
$lte: import("@feathersjs/typebox").TNumber;
|
|
1564
|
+
$ne: import("@feathersjs/typebox").TNumber;
|
|
1565
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
|
|
1566
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
|
|
1567
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1568
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1569
|
+
} | undefined>]>>]>>;
|
|
1570
|
+
exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1571
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1572
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1573
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1574
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1575
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1576
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1577
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1578
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1579
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1580
|
+
} | undefined>]>>]>>;
|
|
1581
|
+
function: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1582
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
1583
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
1584
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
1585
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
1586
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
1587
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
1588
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ShortTradeDurHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"OnlyProfitHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SharpeHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"SortinoHyperOptLossDaily">, import("@feathersjs/typebox").TLiteral<"CalmarHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"MaxDrawDownRelativeHyperOptLoss">, import("@feathersjs/typebox").TLiteral<"ProfitDrawDownHyperOptLoss">]>;
|
|
1589
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1590
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1591
|
+
} | undefined>]>>]>>;
|
|
1592
|
+
job: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1593
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1594
|
+
}>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1595
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1596
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1597
|
+
}>>;
|
|
1598
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1599
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1600
|
+
}>>;
|
|
1601
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1602
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1603
|
+
}>>;
|
|
1604
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1605
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1606
|
+
}>>;
|
|
1607
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1608
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1609
|
+
}>>;
|
|
1610
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1611
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1612
|
+
}>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1613
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1614
|
+
}>>;
|
|
1615
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1616
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1617
|
+
}>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
1618
|
+
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1619
|
+
}>>;
|
|
1620
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1621
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1622
|
+
} | undefined>]>>]>>;
|
|
1623
|
+
jobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1624
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1625
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1626
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1627
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1628
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1629
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1630
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1631
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1632
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1633
|
+
} | undefined>]>>]>>;
|
|
1634
|
+
options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
|
|
1635
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1636
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1637
|
+
}>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1638
|
+
$gt: import("@feathersjs/typebox").TObject<{
|
|
1639
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1640
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1641
|
+
}>;
|
|
1642
|
+
$gte: import("@feathersjs/typebox").TObject<{
|
|
1643
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1644
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1645
|
+
}>;
|
|
1646
|
+
$lt: import("@feathersjs/typebox").TObject<{
|
|
1647
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1648
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1649
|
+
}>;
|
|
1650
|
+
$lte: import("@feathersjs/typebox").TObject<{
|
|
1651
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1652
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1653
|
+
}>;
|
|
1654
|
+
$ne: import("@feathersjs/typebox").TObject<{
|
|
1655
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1656
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1657
|
+
}>;
|
|
1658
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
1659
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1660
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1661
|
+
}>> | import("@feathersjs/typebox").TObject<{
|
|
1662
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1663
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1664
|
+
}>;
|
|
1665
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
1666
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1667
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1668
|
+
}>> | import("@feathersjs/typebox").TObject<{
|
|
1669
|
+
protections: import("@feathersjs/typebox").TBoolean;
|
|
1670
|
+
eps: import("@feathersjs/typebox").TBoolean;
|
|
1671
|
+
}>;
|
|
1672
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1673
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1674
|
+
} | undefined>]>>]>>;
|
|
1675
|
+
overrides: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
|
|
1676
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1677
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1678
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1679
|
+
interval: 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">]>>;
|
|
1680
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1681
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1682
|
+
}>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1683
|
+
$gt: import("@feathersjs/typebox").TObject<{
|
|
1684
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1685
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1686
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1687
|
+
interval: 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">]>>;
|
|
1688
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1689
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1690
|
+
}>;
|
|
1691
|
+
$gte: import("@feathersjs/typebox").TObject<{
|
|
1692
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1693
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1694
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1695
|
+
interval: 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">]>>;
|
|
1696
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1697
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1698
|
+
}>;
|
|
1699
|
+
$lt: import("@feathersjs/typebox").TObject<{
|
|
1700
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1701
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1702
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1703
|
+
interval: 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">]>>;
|
|
1704
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1705
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1706
|
+
}>;
|
|
1707
|
+
$lte: import("@feathersjs/typebox").TObject<{
|
|
1708
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1709
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1710
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1711
|
+
interval: 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">]>>;
|
|
1712
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1713
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1714
|
+
}>;
|
|
1715
|
+
$ne: import("@feathersjs/typebox").TObject<{
|
|
1716
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1717
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1718
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1719
|
+
interval: 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">]>>;
|
|
1720
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1721
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1722
|
+
}>;
|
|
1723
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
1724
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1725
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1726
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1727
|
+
interval: 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">]>>;
|
|
1728
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1729
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1730
|
+
}>> | import("@feathersjs/typebox").TObject<{
|
|
1731
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1732
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1733
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1734
|
+
interval: 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">]>>;
|
|
1735
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1736
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1737
|
+
}>;
|
|
1738
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
1739
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1740
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1741
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1742
|
+
interval: 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">]>>;
|
|
1743
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1744
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1745
|
+
}>> | import("@feathersjs/typebox").TObject<{
|
|
1746
|
+
max_open_trades: import("@feathersjs/typebox").TNumber;
|
|
1747
|
+
dry_run_wallet: import("@feathersjs/typebox").TNumber;
|
|
1748
|
+
fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1749
|
+
interval: 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">]>>;
|
|
1750
|
+
stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1751
|
+
stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1752
|
+
}>;
|
|
1753
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1754
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1755
|
+
} | undefined>]>>]>>;
|
|
1756
|
+
profit_total: 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<{
|
|
1757
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1758
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1759
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1760
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1761
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1762
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1763
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1764
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1765
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1766
|
+
} | undefined>]>>]>>;
|
|
1767
|
+
progress: 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<{
|
|
1768
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1769
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1770
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1771
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1772
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1773
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1774
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1775
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1776
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1777
|
+
} | undefined>]>>]>>;
|
|
532
1778
|
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<{
|
|
533
1779
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
534
1780
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
535
1781
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
536
1782
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
537
1783
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
538
|
-
$in: import("@feathersjs/typebox").
|
|
539
|
-
$nin: import("@feathersjs/typebox").
|
|
1784
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1785
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
540
1786
|
}>, import("@feathersjs/typebox").TObject<{
|
|
541
1787
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
542
1788
|
} | undefined>]>>]>>;
|
|
543
|
-
|
|
544
|
-
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
545
|
-
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
546
|
-
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
547
|
-
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
548
|
-
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").
|
|
549
|
-
$in: import("@feathersjs/typebox").
|
|
550
|
-
$nin: import("@feathersjs/typebox").
|
|
1789
|
+
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<{
|
|
1790
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1791
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1792
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1793
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1794
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
|
|
1795
|
+
$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]>;
|
|
1796
|
+
$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]>;
|
|
551
1797
|
}>, import("@feathersjs/typebox").TObject<{
|
|
552
1798
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
553
1799
|
} | undefined>]>>]>>;
|
|
554
|
-
|
|
555
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
556
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
557
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
558
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
559
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
560
|
-
$in: import("@feathersjs/typebox").
|
|
561
|
-
$nin: import("@feathersjs/typebox").
|
|
1800
|
+
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<{
|
|
1801
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1802
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1803
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1804
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1805
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1806
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1807
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
562
1808
|
}>, import("@feathersjs/typebox").TObject<{
|
|
563
1809
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
564
1810
|
} | undefined>]>>]>>;
|
|
565
|
-
|
|
1811
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
566
1812
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
567
1813
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
568
1814
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
569
1815
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
570
1816
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
571
|
-
$in: import("@feathersjs/typebox").
|
|
572
|
-
$nin: import("@feathersjs/typebox").
|
|
1817
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1818
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
573
1819
|
}>, import("@feathersjs/typebox").TObject<{
|
|
574
1820
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
575
1821
|
} | undefined>]>>]>>;
|
|
576
|
-
|
|
1822
|
+
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<{
|
|
577
1823
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
578
1824
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
579
1825
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
580
1826
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
581
1827
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
582
|
-
$in: import("@feathersjs/typebox").
|
|
583
|
-
$nin: import("@feathersjs/typebox").
|
|
1828
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1829
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1830
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1831
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1832
|
+
} | undefined>]>>]>>;
|
|
1833
|
+
strategyId: 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<{
|
|
1834
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1835
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1836
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1837
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1838
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1839
|
+
$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<{}>]>;
|
|
1840
|
+
$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<{}>]>;
|
|
1841
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1842
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1843
|
+
} | undefined>]>>]>>;
|
|
1844
|
+
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<{
|
|
1845
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1846
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1847
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1848
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1849
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1850
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1851
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
1852
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1853
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1854
|
+
} | undefined>]>>]>>;
|
|
1855
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
1856
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1857
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1858
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1859
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1860
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1861
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1862
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1863
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1864
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1865
|
+
} | undefined>]>>]>>;
|
|
1866
|
+
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<{
|
|
1867
|
+
$gt: import("@feathersjs/typebox").TAny;
|
|
1868
|
+
$gte: import("@feathersjs/typebox").TAny;
|
|
1869
|
+
$lt: import("@feathersjs/typebox").TAny;
|
|
1870
|
+
$lte: import("@feathersjs/typebox").TAny;
|
|
1871
|
+
$ne: import("@feathersjs/typebox").TAny;
|
|
1872
|
+
$in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
1873
|
+
$nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
1874
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
1875
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1876
|
+
} | undefined>]>>]>>;
|
|
1877
|
+
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<{
|
|
1878
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1879
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1880
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1881
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1882
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
1883
|
+
$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<{}>]>;
|
|
1884
|
+
$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<{}>]>;
|
|
584
1885
|
}>, import("@feathersjs/typebox").TObject<{
|
|
585
1886
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
586
1887
|
} | undefined>]>>]>>;
|
|
@@ -592,36 +1893,118 @@ export declare const strategiesHyperoptQueryResolver: import("@feathersjs/schema
|
|
|
592
1893
|
$skip: number;
|
|
593
1894
|
$sort: {
|
|
594
1895
|
_id?: number | undefined;
|
|
1896
|
+
attempts?: number | undefined;
|
|
1897
|
+
containerId?: number | undefined;
|
|
595
1898
|
createdAt?: number | undefined;
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
1899
|
+
end?: number | undefined;
|
|
1900
|
+
epochs?: number | undefined;
|
|
1901
|
+
exchangeId?: number | undefined;
|
|
1902
|
+
function?: number | undefined;
|
|
1903
|
+
job?: number | undefined;
|
|
599
1904
|
jobId?: number | undefined;
|
|
1905
|
+
options?: number | undefined;
|
|
1906
|
+
overrides?: number | undefined;
|
|
1907
|
+
profit_total?: number | undefined;
|
|
600
1908
|
progress?: number | undefined;
|
|
1909
|
+
results?: number | undefined;
|
|
1910
|
+
start?: number | undefined;
|
|
1911
|
+
startedAt?: number | undefined;
|
|
1912
|
+
status?: number | undefined;
|
|
1913
|
+
stoppedAt?: number | undefined;
|
|
1914
|
+
strategyId?: number | undefined;
|
|
1915
|
+
took?: number | undefined;
|
|
1916
|
+
traderId?: number | undefined;
|
|
1917
|
+
updatedAt?: number | undefined;
|
|
1918
|
+
userId?: number | undefined;
|
|
601
1919
|
};
|
|
602
|
-
$select: ("_id" | "createdAt" | "
|
|
1920
|
+
$select: ("_id" | "attempts" | "containerId" | "createdAt" | "end" | "epochs" | "exchangeId" | "function" | "job" | "jobId" | "options" | "overrides" | "profit_total" | "progress" | "results" | "start" | "startedAt" | "status" | "stoppedAt" | "strategyId" | "took" | "traderId" | "updatedAt" | "userId")[];
|
|
603
1921
|
$and: ({
|
|
604
|
-
_id?: string |
|
|
1922
|
+
_id?: string | Partial<{
|
|
605
1923
|
$gt: string | {};
|
|
606
1924
|
$gte: string | {};
|
|
607
1925
|
$lt: string | {};
|
|
608
1926
|
$lte: string | {};
|
|
609
1927
|
$ne: string | {};
|
|
610
|
-
$in: string |
|
|
611
|
-
$nin: string |
|
|
1928
|
+
$in: string | (string | {})[] | {};
|
|
1929
|
+
$nin: string | (string | {})[] | {};
|
|
1930
|
+
} & {}> | {} | undefined;
|
|
1931
|
+
attempts?: any;
|
|
1932
|
+
containerId?: string | Partial<{
|
|
1933
|
+
$gt?: string | undefined;
|
|
1934
|
+
$gte?: string | undefined;
|
|
1935
|
+
$lt?: string | undefined;
|
|
1936
|
+
$lte?: string | undefined;
|
|
1937
|
+
$ne?: string | undefined;
|
|
1938
|
+
$in: string | string[];
|
|
1939
|
+
$nin: string | string[];
|
|
612
1940
|
} & {}> | undefined;
|
|
613
1941
|
createdAt?: any;
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
$
|
|
617
|
-
$
|
|
618
|
-
$
|
|
619
|
-
$
|
|
620
|
-
$
|
|
621
|
-
$
|
|
622
|
-
$nin: string | {} | (string | {})[];
|
|
1942
|
+
end?: string | number | Partial<{
|
|
1943
|
+
$gt: string | number;
|
|
1944
|
+
$gte: string | number;
|
|
1945
|
+
$lt: string | number;
|
|
1946
|
+
$lte: string | number;
|
|
1947
|
+
$ne: string | number;
|
|
1948
|
+
$in: string | number | (string | number)[];
|
|
1949
|
+
$nin: string | number | (string | number)[];
|
|
623
1950
|
} & {}> | undefined;
|
|
624
|
-
|
|
1951
|
+
epochs?: number | Partial<{
|
|
1952
|
+
$gt: number;
|
|
1953
|
+
$gte: number;
|
|
1954
|
+
$lt: number;
|
|
1955
|
+
$lte: number;
|
|
1956
|
+
$ne: number;
|
|
1957
|
+
$in: number | number[];
|
|
1958
|
+
$nin: number | number[];
|
|
1959
|
+
} & {}> | undefined;
|
|
1960
|
+
exchangeId?: string | Partial<{
|
|
1961
|
+
$gt?: string | {} | undefined;
|
|
1962
|
+
$gte?: string | {} | undefined;
|
|
1963
|
+
$lt?: string | {} | undefined;
|
|
1964
|
+
$lte?: string | {} | undefined;
|
|
1965
|
+
$ne?: string | {} | undefined;
|
|
1966
|
+
$in: string | (string | {})[] | {};
|
|
1967
|
+
$nin: string | (string | {})[] | {};
|
|
1968
|
+
} & {}> | {} | undefined;
|
|
1969
|
+
function?: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily" | Partial<{
|
|
1970
|
+
$gt: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
1971
|
+
$gte: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
1972
|
+
$lt: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
1973
|
+
$lte: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
1974
|
+
$ne: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
1975
|
+
$in: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily" | ("CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily")[];
|
|
1976
|
+
$nin: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily" | ("CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily")[];
|
|
1977
|
+
} & {}> | undefined;
|
|
1978
|
+
job?: Partial<{
|
|
1979
|
+
$gt?: {
|
|
1980
|
+
jobName?: string | undefined;
|
|
1981
|
+
} | undefined;
|
|
1982
|
+
$gte?: {
|
|
1983
|
+
jobName?: string | undefined;
|
|
1984
|
+
} | undefined;
|
|
1985
|
+
$lt?: {
|
|
1986
|
+
jobName?: string | undefined;
|
|
1987
|
+
} | undefined;
|
|
1988
|
+
$lte?: {
|
|
1989
|
+
jobName?: string | undefined;
|
|
1990
|
+
} | undefined;
|
|
1991
|
+
$ne?: {
|
|
1992
|
+
jobName?: string | undefined;
|
|
1993
|
+
} | undefined;
|
|
1994
|
+
$in: {
|
|
1995
|
+
jobName?: string | undefined;
|
|
1996
|
+
}[] | {
|
|
1997
|
+
jobName?: string | undefined;
|
|
1998
|
+
};
|
|
1999
|
+
$nin: {
|
|
2000
|
+
jobName?: string | undefined;
|
|
2001
|
+
}[] | {
|
|
2002
|
+
jobName?: string | undefined;
|
|
2003
|
+
};
|
|
2004
|
+
} & {}> | {
|
|
2005
|
+
jobName?: string | undefined;
|
|
2006
|
+
} | undefined;
|
|
2007
|
+
jobId?: string | Partial<{
|
|
625
2008
|
$gt?: string | undefined;
|
|
626
2009
|
$gte?: string | undefined;
|
|
627
2010
|
$lt?: string | undefined;
|
|
@@ -630,7 +2013,146 @@ export declare const strategiesHyperoptQueryResolver: import("@feathersjs/schema
|
|
|
630
2013
|
$in: string | string[];
|
|
631
2014
|
$nin: string | string[];
|
|
632
2015
|
} & {}> | undefined;
|
|
633
|
-
|
|
2016
|
+
options?: Partial<{
|
|
2017
|
+
$gt: {
|
|
2018
|
+
protections: boolean;
|
|
2019
|
+
eps: boolean;
|
|
2020
|
+
};
|
|
2021
|
+
$gte: {
|
|
2022
|
+
protections: boolean;
|
|
2023
|
+
eps: boolean;
|
|
2024
|
+
};
|
|
2025
|
+
$lt: {
|
|
2026
|
+
protections: boolean;
|
|
2027
|
+
eps: boolean;
|
|
2028
|
+
};
|
|
2029
|
+
$lte: {
|
|
2030
|
+
protections: boolean;
|
|
2031
|
+
eps: boolean;
|
|
2032
|
+
};
|
|
2033
|
+
$ne: {
|
|
2034
|
+
protections: boolean;
|
|
2035
|
+
eps: boolean;
|
|
2036
|
+
};
|
|
2037
|
+
$in: {
|
|
2038
|
+
protections: boolean;
|
|
2039
|
+
eps: boolean;
|
|
2040
|
+
}[] | {
|
|
2041
|
+
protections: boolean;
|
|
2042
|
+
eps: boolean;
|
|
2043
|
+
};
|
|
2044
|
+
$nin: {
|
|
2045
|
+
protections: boolean;
|
|
2046
|
+
eps: boolean;
|
|
2047
|
+
}[] | {
|
|
2048
|
+
protections: boolean;
|
|
2049
|
+
eps: boolean;
|
|
2050
|
+
};
|
|
2051
|
+
} & {}> | {
|
|
2052
|
+
protections: boolean;
|
|
2053
|
+
eps: boolean;
|
|
2054
|
+
} | undefined;
|
|
2055
|
+
overrides?: Partial<{
|
|
2056
|
+
$gt: {
|
|
2057
|
+
max_open_trades: number;
|
|
2058
|
+
dry_run_wallet: number;
|
|
2059
|
+
fee?: number | undefined;
|
|
2060
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2061
|
+
stake_currency?: string | undefined;
|
|
2062
|
+
stake_amount?: number | undefined;
|
|
2063
|
+
};
|
|
2064
|
+
$gte: {
|
|
2065
|
+
max_open_trades: number;
|
|
2066
|
+
dry_run_wallet: number;
|
|
2067
|
+
fee?: number | undefined;
|
|
2068
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2069
|
+
stake_currency?: string | undefined;
|
|
2070
|
+
stake_amount?: number | undefined;
|
|
2071
|
+
};
|
|
2072
|
+
$lt: {
|
|
2073
|
+
max_open_trades: number;
|
|
2074
|
+
dry_run_wallet: number;
|
|
2075
|
+
fee?: number | undefined;
|
|
2076
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2077
|
+
stake_currency?: string | undefined;
|
|
2078
|
+
stake_amount?: number | undefined;
|
|
2079
|
+
};
|
|
2080
|
+
$lte: {
|
|
2081
|
+
max_open_trades: number;
|
|
2082
|
+
dry_run_wallet: number;
|
|
2083
|
+
fee?: number | undefined;
|
|
2084
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2085
|
+
stake_currency?: string | undefined;
|
|
2086
|
+
stake_amount?: number | undefined;
|
|
2087
|
+
};
|
|
2088
|
+
$ne: {
|
|
2089
|
+
max_open_trades: number;
|
|
2090
|
+
dry_run_wallet: number;
|
|
2091
|
+
fee?: number | undefined;
|
|
2092
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2093
|
+
stake_currency?: string | undefined;
|
|
2094
|
+
stake_amount?: number | undefined;
|
|
2095
|
+
};
|
|
2096
|
+
$in: {
|
|
2097
|
+
max_open_trades: number;
|
|
2098
|
+
dry_run_wallet: number;
|
|
2099
|
+
fee?: number | undefined;
|
|
2100
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2101
|
+
stake_currency?: string | undefined;
|
|
2102
|
+
stake_amount?: number | undefined;
|
|
2103
|
+
}[] | {
|
|
2104
|
+
max_open_trades: number;
|
|
2105
|
+
dry_run_wallet: number;
|
|
2106
|
+
fee?: number | undefined;
|
|
2107
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2108
|
+
stake_currency?: string | undefined;
|
|
2109
|
+
stake_amount?: number | undefined;
|
|
2110
|
+
};
|
|
2111
|
+
$nin: {
|
|
2112
|
+
max_open_trades: number;
|
|
2113
|
+
dry_run_wallet: number;
|
|
2114
|
+
fee?: number | undefined;
|
|
2115
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2116
|
+
stake_currency?: string | undefined;
|
|
2117
|
+
stake_amount?: number | undefined;
|
|
2118
|
+
}[] | {
|
|
2119
|
+
max_open_trades: number;
|
|
2120
|
+
dry_run_wallet: number;
|
|
2121
|
+
fee?: number | undefined;
|
|
2122
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2123
|
+
stake_currency?: string | undefined;
|
|
2124
|
+
stake_amount?: number | undefined;
|
|
2125
|
+
};
|
|
2126
|
+
} & {}> | {
|
|
2127
|
+
max_open_trades: number;
|
|
2128
|
+
dry_run_wallet: number;
|
|
2129
|
+
fee?: number | undefined;
|
|
2130
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2131
|
+
stake_currency?: string | undefined;
|
|
2132
|
+
stake_amount?: number | undefined;
|
|
2133
|
+
} | undefined;
|
|
2134
|
+
profit_total?: number | Partial<{
|
|
2135
|
+
$gt?: number | undefined;
|
|
2136
|
+
$gte?: number | undefined;
|
|
2137
|
+
$lt?: number | undefined;
|
|
2138
|
+
$lte?: number | undefined;
|
|
2139
|
+
$ne?: number | undefined;
|
|
2140
|
+
$in: number | number[];
|
|
2141
|
+
$nin: number | number[];
|
|
2142
|
+
} & {}> | undefined;
|
|
2143
|
+
progress?: any;
|
|
2144
|
+
results?: any;
|
|
2145
|
+
start?: string | number | Partial<{
|
|
2146
|
+
$gt: string | number;
|
|
2147
|
+
$gte: string | number;
|
|
2148
|
+
$lt: string | number;
|
|
2149
|
+
$lte: string | number;
|
|
2150
|
+
$ne: string | number;
|
|
2151
|
+
$in: string | number | (string | number)[];
|
|
2152
|
+
$nin: string | number | (string | number)[];
|
|
2153
|
+
} & {}> | undefined;
|
|
2154
|
+
startedAt?: any;
|
|
2155
|
+
status?: string | Partial<{
|
|
634
2156
|
$gt?: string | undefined;
|
|
635
2157
|
$gte?: string | undefined;
|
|
636
2158
|
$lt?: string | undefined;
|
|
@@ -639,30 +2161,132 @@ export declare const strategiesHyperoptQueryResolver: import("@feathersjs/schema
|
|
|
639
2161
|
$in: string | string[];
|
|
640
2162
|
$nin: string | string[];
|
|
641
2163
|
} & {}> | undefined;
|
|
642
|
-
|
|
2164
|
+
stoppedAt?: any;
|
|
2165
|
+
strategyId?: string | Partial<{
|
|
2166
|
+
$gt: string | {};
|
|
2167
|
+
$gte: string | {};
|
|
2168
|
+
$lt: string | {};
|
|
2169
|
+
$lte: string | {};
|
|
2170
|
+
$ne: string | {};
|
|
2171
|
+
$in: string | (string | {})[] | {};
|
|
2172
|
+
$nin: string | (string | {})[] | {};
|
|
2173
|
+
} & {}> | {} | undefined;
|
|
2174
|
+
took?: number | Partial<{
|
|
2175
|
+
$gt?: number | undefined;
|
|
2176
|
+
$gte?: number | undefined;
|
|
2177
|
+
$lt?: number | undefined;
|
|
2178
|
+
$lte?: number | undefined;
|
|
2179
|
+
$ne?: number | undefined;
|
|
2180
|
+
$in: number | number[];
|
|
2181
|
+
$nin: number | number[];
|
|
2182
|
+
} & {}> | undefined;
|
|
2183
|
+
traderId?: string | Partial<{
|
|
2184
|
+
$gt?: string | {} | undefined;
|
|
2185
|
+
$gte?: string | {} | undefined;
|
|
2186
|
+
$lt?: string | {} | undefined;
|
|
2187
|
+
$lte?: string | {} | undefined;
|
|
2188
|
+
$ne?: string | {} | undefined;
|
|
2189
|
+
$in: string | (string | {})[] | {};
|
|
2190
|
+
$nin: string | (string | {})[] | {};
|
|
2191
|
+
} & {}> | {} | undefined;
|
|
2192
|
+
updatedAt?: any;
|
|
2193
|
+
userId?: string | Partial<{
|
|
2194
|
+
$gt: string | {};
|
|
2195
|
+
$gte: string | {};
|
|
2196
|
+
$lt: string | {};
|
|
2197
|
+
$lte: string | {};
|
|
2198
|
+
$ne: string | {};
|
|
2199
|
+
$in: string | (string | {})[] | {};
|
|
2200
|
+
$nin: string | (string | {})[] | {};
|
|
2201
|
+
} & {}> | {} | undefined;
|
|
643
2202
|
} | {
|
|
644
2203
|
$or: {
|
|
645
|
-
_id?: string |
|
|
2204
|
+
_id?: string | Partial<{
|
|
646
2205
|
$gt: string | {};
|
|
647
2206
|
$gte: string | {};
|
|
648
2207
|
$lt: string | {};
|
|
649
2208
|
$lte: string | {};
|
|
650
2209
|
$ne: string | {};
|
|
651
|
-
$in: string |
|
|
652
|
-
$nin: string |
|
|
2210
|
+
$in: string | (string | {})[] | {};
|
|
2211
|
+
$nin: string | (string | {})[] | {};
|
|
2212
|
+
} & {}> | {} | undefined;
|
|
2213
|
+
attempts?: any;
|
|
2214
|
+
containerId?: string | Partial<{
|
|
2215
|
+
$gt?: string | undefined;
|
|
2216
|
+
$gte?: string | undefined;
|
|
2217
|
+
$lt?: string | undefined;
|
|
2218
|
+
$lte?: string | undefined;
|
|
2219
|
+
$ne?: string | undefined;
|
|
2220
|
+
$in: string | string[];
|
|
2221
|
+
$nin: string | string[];
|
|
653
2222
|
} & {}> | undefined;
|
|
654
2223
|
createdAt?: any;
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
$
|
|
658
|
-
$
|
|
659
|
-
$
|
|
660
|
-
$
|
|
661
|
-
$
|
|
662
|
-
$
|
|
663
|
-
$nin: string | {} | (string | {})[];
|
|
2224
|
+
end?: string | number | Partial<{
|
|
2225
|
+
$gt: string | number;
|
|
2226
|
+
$gte: string | number;
|
|
2227
|
+
$lt: string | number;
|
|
2228
|
+
$lte: string | number;
|
|
2229
|
+
$ne: string | number;
|
|
2230
|
+
$in: string | number | (string | number)[];
|
|
2231
|
+
$nin: string | number | (string | number)[];
|
|
664
2232
|
} & {}> | undefined;
|
|
665
|
-
|
|
2233
|
+
epochs?: number | Partial<{
|
|
2234
|
+
$gt: number;
|
|
2235
|
+
$gte: number;
|
|
2236
|
+
$lt: number;
|
|
2237
|
+
$lte: number;
|
|
2238
|
+
$ne: number;
|
|
2239
|
+
$in: number | number[];
|
|
2240
|
+
$nin: number | number[];
|
|
2241
|
+
} & {}> | undefined;
|
|
2242
|
+
exchangeId?: string | Partial<{
|
|
2243
|
+
$gt?: string | {} | undefined;
|
|
2244
|
+
$gte?: string | {} | undefined;
|
|
2245
|
+
$lt?: string | {} | undefined;
|
|
2246
|
+
$lte?: string | {} | undefined;
|
|
2247
|
+
$ne?: string | {} | undefined;
|
|
2248
|
+
$in: string | (string | {})[] | {};
|
|
2249
|
+
$nin: string | (string | {})[] | {};
|
|
2250
|
+
} & {}> | {} | undefined;
|
|
2251
|
+
function?: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily" | Partial<{
|
|
2252
|
+
$gt: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
2253
|
+
$gte: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
2254
|
+
$lt: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
2255
|
+
$lte: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
2256
|
+
$ne: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
2257
|
+
$in: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily" | ("CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily")[];
|
|
2258
|
+
$nin: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily" | ("CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily")[];
|
|
2259
|
+
} & {}> | undefined;
|
|
2260
|
+
job?: Partial<{
|
|
2261
|
+
$gt?: {
|
|
2262
|
+
jobName?: string | undefined;
|
|
2263
|
+
} | undefined;
|
|
2264
|
+
$gte?: {
|
|
2265
|
+
jobName?: string | undefined;
|
|
2266
|
+
} | undefined;
|
|
2267
|
+
$lt?: {
|
|
2268
|
+
jobName?: string | undefined;
|
|
2269
|
+
} | undefined;
|
|
2270
|
+
$lte?: {
|
|
2271
|
+
jobName?: string | undefined;
|
|
2272
|
+
} | undefined;
|
|
2273
|
+
$ne?: {
|
|
2274
|
+
jobName?: string | undefined;
|
|
2275
|
+
} | undefined;
|
|
2276
|
+
$in: {
|
|
2277
|
+
jobName?: string | undefined;
|
|
2278
|
+
}[] | {
|
|
2279
|
+
jobName?: string | undefined;
|
|
2280
|
+
};
|
|
2281
|
+
$nin: {
|
|
2282
|
+
jobName?: string | undefined;
|
|
2283
|
+
}[] | {
|
|
2284
|
+
jobName?: string | undefined;
|
|
2285
|
+
};
|
|
2286
|
+
} & {}> | {
|
|
2287
|
+
jobName?: string | undefined;
|
|
2288
|
+
} | undefined;
|
|
2289
|
+
jobId?: string | Partial<{
|
|
666
2290
|
$gt?: string | undefined;
|
|
667
2291
|
$gte?: string | undefined;
|
|
668
2292
|
$lt?: string | undefined;
|
|
@@ -671,7 +2295,146 @@ export declare const strategiesHyperoptQueryResolver: import("@feathersjs/schema
|
|
|
671
2295
|
$in: string | string[];
|
|
672
2296
|
$nin: string | string[];
|
|
673
2297
|
} & {}> | undefined;
|
|
674
|
-
|
|
2298
|
+
options?: Partial<{
|
|
2299
|
+
$gt: {
|
|
2300
|
+
protections: boolean;
|
|
2301
|
+
eps: boolean;
|
|
2302
|
+
};
|
|
2303
|
+
$gte: {
|
|
2304
|
+
protections: boolean;
|
|
2305
|
+
eps: boolean;
|
|
2306
|
+
};
|
|
2307
|
+
$lt: {
|
|
2308
|
+
protections: boolean;
|
|
2309
|
+
eps: boolean;
|
|
2310
|
+
};
|
|
2311
|
+
$lte: {
|
|
2312
|
+
protections: boolean;
|
|
2313
|
+
eps: boolean;
|
|
2314
|
+
};
|
|
2315
|
+
$ne: {
|
|
2316
|
+
protections: boolean;
|
|
2317
|
+
eps: boolean;
|
|
2318
|
+
};
|
|
2319
|
+
$in: {
|
|
2320
|
+
protections: boolean;
|
|
2321
|
+
eps: boolean;
|
|
2322
|
+
}[] | {
|
|
2323
|
+
protections: boolean;
|
|
2324
|
+
eps: boolean;
|
|
2325
|
+
};
|
|
2326
|
+
$nin: {
|
|
2327
|
+
protections: boolean;
|
|
2328
|
+
eps: boolean;
|
|
2329
|
+
}[] | {
|
|
2330
|
+
protections: boolean;
|
|
2331
|
+
eps: boolean;
|
|
2332
|
+
};
|
|
2333
|
+
} & {}> | {
|
|
2334
|
+
protections: boolean;
|
|
2335
|
+
eps: boolean;
|
|
2336
|
+
} | undefined;
|
|
2337
|
+
overrides?: Partial<{
|
|
2338
|
+
$gt: {
|
|
2339
|
+
max_open_trades: number;
|
|
2340
|
+
dry_run_wallet: number;
|
|
2341
|
+
fee?: number | undefined;
|
|
2342
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2343
|
+
stake_currency?: string | undefined;
|
|
2344
|
+
stake_amount?: number | undefined;
|
|
2345
|
+
};
|
|
2346
|
+
$gte: {
|
|
2347
|
+
max_open_trades: number;
|
|
2348
|
+
dry_run_wallet: number;
|
|
2349
|
+
fee?: number | undefined;
|
|
2350
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2351
|
+
stake_currency?: string | undefined;
|
|
2352
|
+
stake_amount?: number | undefined;
|
|
2353
|
+
};
|
|
2354
|
+
$lt: {
|
|
2355
|
+
max_open_trades: number;
|
|
2356
|
+
dry_run_wallet: number;
|
|
2357
|
+
fee?: number | undefined;
|
|
2358
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2359
|
+
stake_currency?: string | undefined;
|
|
2360
|
+
stake_amount?: number | undefined;
|
|
2361
|
+
};
|
|
2362
|
+
$lte: {
|
|
2363
|
+
max_open_trades: number;
|
|
2364
|
+
dry_run_wallet: number;
|
|
2365
|
+
fee?: number | undefined;
|
|
2366
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2367
|
+
stake_currency?: string | undefined;
|
|
2368
|
+
stake_amount?: number | undefined;
|
|
2369
|
+
};
|
|
2370
|
+
$ne: {
|
|
2371
|
+
max_open_trades: number;
|
|
2372
|
+
dry_run_wallet: number;
|
|
2373
|
+
fee?: number | undefined;
|
|
2374
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2375
|
+
stake_currency?: string | undefined;
|
|
2376
|
+
stake_amount?: number | undefined;
|
|
2377
|
+
};
|
|
2378
|
+
$in: {
|
|
2379
|
+
max_open_trades: number;
|
|
2380
|
+
dry_run_wallet: number;
|
|
2381
|
+
fee?: number | undefined;
|
|
2382
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2383
|
+
stake_currency?: string | undefined;
|
|
2384
|
+
stake_amount?: number | undefined;
|
|
2385
|
+
}[] | {
|
|
2386
|
+
max_open_trades: number;
|
|
2387
|
+
dry_run_wallet: number;
|
|
2388
|
+
fee?: number | undefined;
|
|
2389
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2390
|
+
stake_currency?: string | undefined;
|
|
2391
|
+
stake_amount?: number | undefined;
|
|
2392
|
+
};
|
|
2393
|
+
$nin: {
|
|
2394
|
+
max_open_trades: number;
|
|
2395
|
+
dry_run_wallet: number;
|
|
2396
|
+
fee?: number | undefined;
|
|
2397
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2398
|
+
stake_currency?: string | undefined;
|
|
2399
|
+
stake_amount?: number | undefined;
|
|
2400
|
+
}[] | {
|
|
2401
|
+
max_open_trades: number;
|
|
2402
|
+
dry_run_wallet: number;
|
|
2403
|
+
fee?: number | undefined;
|
|
2404
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2405
|
+
stake_currency?: string | undefined;
|
|
2406
|
+
stake_amount?: number | undefined;
|
|
2407
|
+
};
|
|
2408
|
+
} & {}> | {
|
|
2409
|
+
max_open_trades: number;
|
|
2410
|
+
dry_run_wallet: number;
|
|
2411
|
+
fee?: number | undefined;
|
|
2412
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2413
|
+
stake_currency?: string | undefined;
|
|
2414
|
+
stake_amount?: number | undefined;
|
|
2415
|
+
} | undefined;
|
|
2416
|
+
profit_total?: number | Partial<{
|
|
2417
|
+
$gt?: number | undefined;
|
|
2418
|
+
$gte?: number | undefined;
|
|
2419
|
+
$lt?: number | undefined;
|
|
2420
|
+
$lte?: number | undefined;
|
|
2421
|
+
$ne?: number | undefined;
|
|
2422
|
+
$in: number | number[];
|
|
2423
|
+
$nin: number | number[];
|
|
2424
|
+
} & {}> | undefined;
|
|
2425
|
+
progress?: any;
|
|
2426
|
+
results?: any;
|
|
2427
|
+
start?: string | number | Partial<{
|
|
2428
|
+
$gt: string | number;
|
|
2429
|
+
$gte: string | number;
|
|
2430
|
+
$lt: string | number;
|
|
2431
|
+
$lte: string | number;
|
|
2432
|
+
$ne: string | number;
|
|
2433
|
+
$in: string | number | (string | number)[];
|
|
2434
|
+
$nin: string | number | (string | number)[];
|
|
2435
|
+
} & {}> | undefined;
|
|
2436
|
+
startedAt?: any;
|
|
2437
|
+
status?: string | Partial<{
|
|
675
2438
|
$gt?: string | undefined;
|
|
676
2439
|
$gte?: string | undefined;
|
|
677
2440
|
$lt?: string | undefined;
|
|
@@ -680,31 +2443,133 @@ export declare const strategiesHyperoptQueryResolver: import("@feathersjs/schema
|
|
|
680
2443
|
$in: string | string[];
|
|
681
2444
|
$nin: string | string[];
|
|
682
2445
|
} & {}> | undefined;
|
|
683
|
-
|
|
2446
|
+
stoppedAt?: any;
|
|
2447
|
+
strategyId?: string | Partial<{
|
|
2448
|
+
$gt: string | {};
|
|
2449
|
+
$gte: string | {};
|
|
2450
|
+
$lt: string | {};
|
|
2451
|
+
$lte: string | {};
|
|
2452
|
+
$ne: string | {};
|
|
2453
|
+
$in: string | (string | {})[] | {};
|
|
2454
|
+
$nin: string | (string | {})[] | {};
|
|
2455
|
+
} & {}> | {} | undefined;
|
|
2456
|
+
took?: number | Partial<{
|
|
2457
|
+
$gt?: number | undefined;
|
|
2458
|
+
$gte?: number | undefined;
|
|
2459
|
+
$lt?: number | undefined;
|
|
2460
|
+
$lte?: number | undefined;
|
|
2461
|
+
$ne?: number | undefined;
|
|
2462
|
+
$in: number | number[];
|
|
2463
|
+
$nin: number | number[];
|
|
2464
|
+
} & {}> | undefined;
|
|
2465
|
+
traderId?: string | Partial<{
|
|
2466
|
+
$gt?: string | {} | undefined;
|
|
2467
|
+
$gte?: string | {} | undefined;
|
|
2468
|
+
$lt?: string | {} | undefined;
|
|
2469
|
+
$lte?: string | {} | undefined;
|
|
2470
|
+
$ne?: string | {} | undefined;
|
|
2471
|
+
$in: string | (string | {})[] | {};
|
|
2472
|
+
$nin: string | (string | {})[] | {};
|
|
2473
|
+
} & {}> | {} | undefined;
|
|
2474
|
+
updatedAt?: any;
|
|
2475
|
+
userId?: string | Partial<{
|
|
2476
|
+
$gt: string | {};
|
|
2477
|
+
$gte: string | {};
|
|
2478
|
+
$lt: string | {};
|
|
2479
|
+
$lte: string | {};
|
|
2480
|
+
$ne: string | {};
|
|
2481
|
+
$in: string | (string | {})[] | {};
|
|
2482
|
+
$nin: string | (string | {})[] | {};
|
|
2483
|
+
} & {}> | {} | undefined;
|
|
684
2484
|
}[];
|
|
685
2485
|
})[];
|
|
686
2486
|
$or: {
|
|
687
|
-
_id?: string |
|
|
2487
|
+
_id?: string | Partial<{
|
|
688
2488
|
$gt: string | {};
|
|
689
2489
|
$gte: string | {};
|
|
690
2490
|
$lt: string | {};
|
|
691
2491
|
$lte: string | {};
|
|
692
2492
|
$ne: string | {};
|
|
693
|
-
$in: string |
|
|
694
|
-
$nin: string |
|
|
2493
|
+
$in: string | (string | {})[] | {};
|
|
2494
|
+
$nin: string | (string | {})[] | {};
|
|
2495
|
+
} & {}> | {} | undefined;
|
|
2496
|
+
attempts?: any;
|
|
2497
|
+
containerId?: string | Partial<{
|
|
2498
|
+
$gt?: string | undefined;
|
|
2499
|
+
$gte?: string | undefined;
|
|
2500
|
+
$lt?: string | undefined;
|
|
2501
|
+
$lte?: string | undefined;
|
|
2502
|
+
$ne?: string | undefined;
|
|
2503
|
+
$in: string | string[];
|
|
2504
|
+
$nin: string | string[];
|
|
695
2505
|
} & {}> | undefined;
|
|
696
2506
|
createdAt?: any;
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
$
|
|
700
|
-
$
|
|
701
|
-
$
|
|
702
|
-
$
|
|
703
|
-
$
|
|
704
|
-
$
|
|
705
|
-
$nin: string | {} | (string | {})[];
|
|
2507
|
+
end?: string | number | Partial<{
|
|
2508
|
+
$gt: string | number;
|
|
2509
|
+
$gte: string | number;
|
|
2510
|
+
$lt: string | number;
|
|
2511
|
+
$lte: string | number;
|
|
2512
|
+
$ne: string | number;
|
|
2513
|
+
$in: string | number | (string | number)[];
|
|
2514
|
+
$nin: string | number | (string | number)[];
|
|
706
2515
|
} & {}> | undefined;
|
|
707
|
-
|
|
2516
|
+
epochs?: number | Partial<{
|
|
2517
|
+
$gt: number;
|
|
2518
|
+
$gte: number;
|
|
2519
|
+
$lt: number;
|
|
2520
|
+
$lte: number;
|
|
2521
|
+
$ne: number;
|
|
2522
|
+
$in: number | number[];
|
|
2523
|
+
$nin: number | number[];
|
|
2524
|
+
} & {}> | undefined;
|
|
2525
|
+
exchangeId?: string | Partial<{
|
|
2526
|
+
$gt?: string | {} | undefined;
|
|
2527
|
+
$gte?: string | {} | undefined;
|
|
2528
|
+
$lt?: string | {} | undefined;
|
|
2529
|
+
$lte?: string | {} | undefined;
|
|
2530
|
+
$ne?: string | {} | undefined;
|
|
2531
|
+
$in: string | (string | {})[] | {};
|
|
2532
|
+
$nin: string | (string | {})[] | {};
|
|
2533
|
+
} & {}> | {} | undefined;
|
|
2534
|
+
function?: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily" | Partial<{
|
|
2535
|
+
$gt: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
2536
|
+
$gte: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
2537
|
+
$lt: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
2538
|
+
$lte: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
2539
|
+
$ne: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
2540
|
+
$in: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily" | ("CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily")[];
|
|
2541
|
+
$nin: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily" | ("CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily")[];
|
|
2542
|
+
} & {}> | undefined;
|
|
2543
|
+
job?: Partial<{
|
|
2544
|
+
$gt?: {
|
|
2545
|
+
jobName?: string | undefined;
|
|
2546
|
+
} | undefined;
|
|
2547
|
+
$gte?: {
|
|
2548
|
+
jobName?: string | undefined;
|
|
2549
|
+
} | undefined;
|
|
2550
|
+
$lt?: {
|
|
2551
|
+
jobName?: string | undefined;
|
|
2552
|
+
} | undefined;
|
|
2553
|
+
$lte?: {
|
|
2554
|
+
jobName?: string | undefined;
|
|
2555
|
+
} | undefined;
|
|
2556
|
+
$ne?: {
|
|
2557
|
+
jobName?: string | undefined;
|
|
2558
|
+
} | undefined;
|
|
2559
|
+
$in: {
|
|
2560
|
+
jobName?: string | undefined;
|
|
2561
|
+
}[] | {
|
|
2562
|
+
jobName?: string | undefined;
|
|
2563
|
+
};
|
|
2564
|
+
$nin: {
|
|
2565
|
+
jobName?: string | undefined;
|
|
2566
|
+
}[] | {
|
|
2567
|
+
jobName?: string | undefined;
|
|
2568
|
+
};
|
|
2569
|
+
} & {}> | {
|
|
2570
|
+
jobName?: string | undefined;
|
|
2571
|
+
} | undefined;
|
|
2572
|
+
jobId?: string | Partial<{
|
|
708
2573
|
$gt?: string | undefined;
|
|
709
2574
|
$gte?: string | undefined;
|
|
710
2575
|
$lt?: string | undefined;
|
|
@@ -713,7 +2578,146 @@ export declare const strategiesHyperoptQueryResolver: import("@feathersjs/schema
|
|
|
713
2578
|
$in: string | string[];
|
|
714
2579
|
$nin: string | string[];
|
|
715
2580
|
} & {}> | undefined;
|
|
716
|
-
|
|
2581
|
+
options?: Partial<{
|
|
2582
|
+
$gt: {
|
|
2583
|
+
protections: boolean;
|
|
2584
|
+
eps: boolean;
|
|
2585
|
+
};
|
|
2586
|
+
$gte: {
|
|
2587
|
+
protections: boolean;
|
|
2588
|
+
eps: boolean;
|
|
2589
|
+
};
|
|
2590
|
+
$lt: {
|
|
2591
|
+
protections: boolean;
|
|
2592
|
+
eps: boolean;
|
|
2593
|
+
};
|
|
2594
|
+
$lte: {
|
|
2595
|
+
protections: boolean;
|
|
2596
|
+
eps: boolean;
|
|
2597
|
+
};
|
|
2598
|
+
$ne: {
|
|
2599
|
+
protections: boolean;
|
|
2600
|
+
eps: boolean;
|
|
2601
|
+
};
|
|
2602
|
+
$in: {
|
|
2603
|
+
protections: boolean;
|
|
2604
|
+
eps: boolean;
|
|
2605
|
+
}[] | {
|
|
2606
|
+
protections: boolean;
|
|
2607
|
+
eps: boolean;
|
|
2608
|
+
};
|
|
2609
|
+
$nin: {
|
|
2610
|
+
protections: boolean;
|
|
2611
|
+
eps: boolean;
|
|
2612
|
+
}[] | {
|
|
2613
|
+
protections: boolean;
|
|
2614
|
+
eps: boolean;
|
|
2615
|
+
};
|
|
2616
|
+
} & {}> | {
|
|
2617
|
+
protections: boolean;
|
|
2618
|
+
eps: boolean;
|
|
2619
|
+
} | undefined;
|
|
2620
|
+
overrides?: Partial<{
|
|
2621
|
+
$gt: {
|
|
2622
|
+
max_open_trades: number;
|
|
2623
|
+
dry_run_wallet: number;
|
|
2624
|
+
fee?: number | undefined;
|
|
2625
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2626
|
+
stake_currency?: string | undefined;
|
|
2627
|
+
stake_amount?: number | undefined;
|
|
2628
|
+
};
|
|
2629
|
+
$gte: {
|
|
2630
|
+
max_open_trades: number;
|
|
2631
|
+
dry_run_wallet: number;
|
|
2632
|
+
fee?: number | undefined;
|
|
2633
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2634
|
+
stake_currency?: string | undefined;
|
|
2635
|
+
stake_amount?: number | undefined;
|
|
2636
|
+
};
|
|
2637
|
+
$lt: {
|
|
2638
|
+
max_open_trades: number;
|
|
2639
|
+
dry_run_wallet: number;
|
|
2640
|
+
fee?: number | undefined;
|
|
2641
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2642
|
+
stake_currency?: string | undefined;
|
|
2643
|
+
stake_amount?: number | undefined;
|
|
2644
|
+
};
|
|
2645
|
+
$lte: {
|
|
2646
|
+
max_open_trades: number;
|
|
2647
|
+
dry_run_wallet: number;
|
|
2648
|
+
fee?: number | undefined;
|
|
2649
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2650
|
+
stake_currency?: string | undefined;
|
|
2651
|
+
stake_amount?: number | undefined;
|
|
2652
|
+
};
|
|
2653
|
+
$ne: {
|
|
2654
|
+
max_open_trades: number;
|
|
2655
|
+
dry_run_wallet: number;
|
|
2656
|
+
fee?: number | undefined;
|
|
2657
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2658
|
+
stake_currency?: string | undefined;
|
|
2659
|
+
stake_amount?: number | undefined;
|
|
2660
|
+
};
|
|
2661
|
+
$in: {
|
|
2662
|
+
max_open_trades: number;
|
|
2663
|
+
dry_run_wallet: number;
|
|
2664
|
+
fee?: number | undefined;
|
|
2665
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2666
|
+
stake_currency?: string | undefined;
|
|
2667
|
+
stake_amount?: number | undefined;
|
|
2668
|
+
}[] | {
|
|
2669
|
+
max_open_trades: number;
|
|
2670
|
+
dry_run_wallet: number;
|
|
2671
|
+
fee?: number | undefined;
|
|
2672
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2673
|
+
stake_currency?: string | undefined;
|
|
2674
|
+
stake_amount?: number | undefined;
|
|
2675
|
+
};
|
|
2676
|
+
$nin: {
|
|
2677
|
+
max_open_trades: number;
|
|
2678
|
+
dry_run_wallet: number;
|
|
2679
|
+
fee?: number | undefined;
|
|
2680
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2681
|
+
stake_currency?: string | undefined;
|
|
2682
|
+
stake_amount?: number | undefined;
|
|
2683
|
+
}[] | {
|
|
2684
|
+
max_open_trades: number;
|
|
2685
|
+
dry_run_wallet: number;
|
|
2686
|
+
fee?: number | undefined;
|
|
2687
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2688
|
+
stake_currency?: string | undefined;
|
|
2689
|
+
stake_amount?: number | undefined;
|
|
2690
|
+
};
|
|
2691
|
+
} & {}> | {
|
|
2692
|
+
max_open_trades: number;
|
|
2693
|
+
dry_run_wallet: number;
|
|
2694
|
+
fee?: number | undefined;
|
|
2695
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2696
|
+
stake_currency?: string | undefined;
|
|
2697
|
+
stake_amount?: number | undefined;
|
|
2698
|
+
} | undefined;
|
|
2699
|
+
profit_total?: number | Partial<{
|
|
2700
|
+
$gt?: number | undefined;
|
|
2701
|
+
$gte?: number | undefined;
|
|
2702
|
+
$lt?: number | undefined;
|
|
2703
|
+
$lte?: number | undefined;
|
|
2704
|
+
$ne?: number | undefined;
|
|
2705
|
+
$in: number | number[];
|
|
2706
|
+
$nin: number | number[];
|
|
2707
|
+
} & {}> | undefined;
|
|
2708
|
+
progress?: any;
|
|
2709
|
+
results?: any;
|
|
2710
|
+
start?: string | number | Partial<{
|
|
2711
|
+
$gt: string | number;
|
|
2712
|
+
$gte: string | number;
|
|
2713
|
+
$lt: string | number;
|
|
2714
|
+
$lte: string | number;
|
|
2715
|
+
$ne: string | number;
|
|
2716
|
+
$in: string | number | (string | number)[];
|
|
2717
|
+
$nin: string | number | (string | number)[];
|
|
2718
|
+
} & {}> | undefined;
|
|
2719
|
+
startedAt?: any;
|
|
2720
|
+
status?: string | Partial<{
|
|
717
2721
|
$gt?: string | undefined;
|
|
718
2722
|
$gte?: string | undefined;
|
|
719
2723
|
$lt?: string | undefined;
|
|
@@ -722,30 +2726,132 @@ export declare const strategiesHyperoptQueryResolver: import("@feathersjs/schema
|
|
|
722
2726
|
$in: string | string[];
|
|
723
2727
|
$nin: string | string[];
|
|
724
2728
|
} & {}> | undefined;
|
|
725
|
-
|
|
2729
|
+
stoppedAt?: any;
|
|
2730
|
+
strategyId?: string | Partial<{
|
|
2731
|
+
$gt: string | {};
|
|
2732
|
+
$gte: string | {};
|
|
2733
|
+
$lt: string | {};
|
|
2734
|
+
$lte: string | {};
|
|
2735
|
+
$ne: string | {};
|
|
2736
|
+
$in: string | (string | {})[] | {};
|
|
2737
|
+
$nin: string | (string | {})[] | {};
|
|
2738
|
+
} & {}> | {} | undefined;
|
|
2739
|
+
took?: number | Partial<{
|
|
2740
|
+
$gt?: number | undefined;
|
|
2741
|
+
$gte?: number | undefined;
|
|
2742
|
+
$lt?: number | undefined;
|
|
2743
|
+
$lte?: number | undefined;
|
|
2744
|
+
$ne?: number | undefined;
|
|
2745
|
+
$in: number | number[];
|
|
2746
|
+
$nin: number | number[];
|
|
2747
|
+
} & {}> | undefined;
|
|
2748
|
+
traderId?: string | Partial<{
|
|
2749
|
+
$gt?: string | {} | undefined;
|
|
2750
|
+
$gte?: string | {} | undefined;
|
|
2751
|
+
$lt?: string | {} | undefined;
|
|
2752
|
+
$lte?: string | {} | undefined;
|
|
2753
|
+
$ne?: string | {} | undefined;
|
|
2754
|
+
$in: string | (string | {})[] | {};
|
|
2755
|
+
$nin: string | (string | {})[] | {};
|
|
2756
|
+
} & {}> | {} | undefined;
|
|
2757
|
+
updatedAt?: any;
|
|
2758
|
+
userId?: string | Partial<{
|
|
2759
|
+
$gt: string | {};
|
|
2760
|
+
$gte: string | {};
|
|
2761
|
+
$lt: string | {};
|
|
2762
|
+
$lte: string | {};
|
|
2763
|
+
$ne: string | {};
|
|
2764
|
+
$in: string | (string | {})[] | {};
|
|
2765
|
+
$nin: string | (string | {})[] | {};
|
|
2766
|
+
} & {}> | {} | undefined;
|
|
726
2767
|
}[];
|
|
727
2768
|
}> & {
|
|
728
|
-
_id?: string |
|
|
2769
|
+
_id?: string | Partial<{
|
|
729
2770
|
$gt: string | {};
|
|
730
2771
|
$gte: string | {};
|
|
731
2772
|
$lt: string | {};
|
|
732
2773
|
$lte: string | {};
|
|
733
2774
|
$ne: string | {};
|
|
734
|
-
$in: string |
|
|
735
|
-
$nin: string |
|
|
2775
|
+
$in: string | (string | {})[] | {};
|
|
2776
|
+
$nin: string | (string | {})[] | {};
|
|
2777
|
+
} & {}> | {} | undefined;
|
|
2778
|
+
attempts?: any;
|
|
2779
|
+
containerId?: string | Partial<{
|
|
2780
|
+
$gt?: string | undefined;
|
|
2781
|
+
$gte?: string | undefined;
|
|
2782
|
+
$lt?: string | undefined;
|
|
2783
|
+
$lte?: string | undefined;
|
|
2784
|
+
$ne?: string | undefined;
|
|
2785
|
+
$in: string | string[];
|
|
2786
|
+
$nin: string | string[];
|
|
736
2787
|
} & {}> | undefined;
|
|
737
2788
|
createdAt?: any;
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
$
|
|
741
|
-
$
|
|
742
|
-
$
|
|
743
|
-
$
|
|
744
|
-
$
|
|
745
|
-
$
|
|
746
|
-
$nin: string | {} | (string | {})[];
|
|
2789
|
+
end?: string | number | Partial<{
|
|
2790
|
+
$gt: string | number;
|
|
2791
|
+
$gte: string | number;
|
|
2792
|
+
$lt: string | number;
|
|
2793
|
+
$lte: string | number;
|
|
2794
|
+
$ne: string | number;
|
|
2795
|
+
$in: string | number | (string | number)[];
|
|
2796
|
+
$nin: string | number | (string | number)[];
|
|
747
2797
|
} & {}> | undefined;
|
|
748
|
-
|
|
2798
|
+
epochs?: number | Partial<{
|
|
2799
|
+
$gt: number;
|
|
2800
|
+
$gte: number;
|
|
2801
|
+
$lt: number;
|
|
2802
|
+
$lte: number;
|
|
2803
|
+
$ne: number;
|
|
2804
|
+
$in: number | number[];
|
|
2805
|
+
$nin: number | number[];
|
|
2806
|
+
} & {}> | undefined;
|
|
2807
|
+
exchangeId?: string | Partial<{
|
|
2808
|
+
$gt?: string | {} | undefined;
|
|
2809
|
+
$gte?: string | {} | undefined;
|
|
2810
|
+
$lt?: string | {} | undefined;
|
|
2811
|
+
$lte?: string | {} | undefined;
|
|
2812
|
+
$ne?: string | {} | undefined;
|
|
2813
|
+
$in: string | (string | {})[] | {};
|
|
2814
|
+
$nin: string | (string | {})[] | {};
|
|
2815
|
+
} & {}> | {} | undefined;
|
|
2816
|
+
function?: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily" | Partial<{
|
|
2817
|
+
$gt: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
2818
|
+
$gte: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
2819
|
+
$lt: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
2820
|
+
$lte: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
2821
|
+
$ne: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
2822
|
+
$in: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily" | ("CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily")[];
|
|
2823
|
+
$nin: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily" | ("CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily")[];
|
|
2824
|
+
} & {}> | undefined;
|
|
2825
|
+
job?: Partial<{
|
|
2826
|
+
$gt?: {
|
|
2827
|
+
jobName?: string | undefined;
|
|
2828
|
+
} | undefined;
|
|
2829
|
+
$gte?: {
|
|
2830
|
+
jobName?: string | undefined;
|
|
2831
|
+
} | undefined;
|
|
2832
|
+
$lt?: {
|
|
2833
|
+
jobName?: string | undefined;
|
|
2834
|
+
} | undefined;
|
|
2835
|
+
$lte?: {
|
|
2836
|
+
jobName?: string | undefined;
|
|
2837
|
+
} | undefined;
|
|
2838
|
+
$ne?: {
|
|
2839
|
+
jobName?: string | undefined;
|
|
2840
|
+
} | undefined;
|
|
2841
|
+
$in: {
|
|
2842
|
+
jobName?: string | undefined;
|
|
2843
|
+
}[] | {
|
|
2844
|
+
jobName?: string | undefined;
|
|
2845
|
+
};
|
|
2846
|
+
$nin: {
|
|
2847
|
+
jobName?: string | undefined;
|
|
2848
|
+
}[] | {
|
|
2849
|
+
jobName?: string | undefined;
|
|
2850
|
+
};
|
|
2851
|
+
} & {}> | {
|
|
2852
|
+
jobName?: string | undefined;
|
|
2853
|
+
} | undefined;
|
|
2854
|
+
jobId?: string | Partial<{
|
|
749
2855
|
$gt?: string | undefined;
|
|
750
2856
|
$gte?: string | undefined;
|
|
751
2857
|
$lt?: string | undefined;
|
|
@@ -754,7 +2860,146 @@ export declare const strategiesHyperoptQueryResolver: import("@feathersjs/schema
|
|
|
754
2860
|
$in: string | string[];
|
|
755
2861
|
$nin: string | string[];
|
|
756
2862
|
} & {}> | undefined;
|
|
757
|
-
|
|
2863
|
+
options?: Partial<{
|
|
2864
|
+
$gt: {
|
|
2865
|
+
protections: boolean;
|
|
2866
|
+
eps: boolean;
|
|
2867
|
+
};
|
|
2868
|
+
$gte: {
|
|
2869
|
+
protections: boolean;
|
|
2870
|
+
eps: boolean;
|
|
2871
|
+
};
|
|
2872
|
+
$lt: {
|
|
2873
|
+
protections: boolean;
|
|
2874
|
+
eps: boolean;
|
|
2875
|
+
};
|
|
2876
|
+
$lte: {
|
|
2877
|
+
protections: boolean;
|
|
2878
|
+
eps: boolean;
|
|
2879
|
+
};
|
|
2880
|
+
$ne: {
|
|
2881
|
+
protections: boolean;
|
|
2882
|
+
eps: boolean;
|
|
2883
|
+
};
|
|
2884
|
+
$in: {
|
|
2885
|
+
protections: boolean;
|
|
2886
|
+
eps: boolean;
|
|
2887
|
+
}[] | {
|
|
2888
|
+
protections: boolean;
|
|
2889
|
+
eps: boolean;
|
|
2890
|
+
};
|
|
2891
|
+
$nin: {
|
|
2892
|
+
protections: boolean;
|
|
2893
|
+
eps: boolean;
|
|
2894
|
+
}[] | {
|
|
2895
|
+
protections: boolean;
|
|
2896
|
+
eps: boolean;
|
|
2897
|
+
};
|
|
2898
|
+
} & {}> | {
|
|
2899
|
+
protections: boolean;
|
|
2900
|
+
eps: boolean;
|
|
2901
|
+
} | undefined;
|
|
2902
|
+
overrides?: Partial<{
|
|
2903
|
+
$gt: {
|
|
2904
|
+
max_open_trades: number;
|
|
2905
|
+
dry_run_wallet: number;
|
|
2906
|
+
fee?: number | undefined;
|
|
2907
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2908
|
+
stake_currency?: string | undefined;
|
|
2909
|
+
stake_amount?: number | undefined;
|
|
2910
|
+
};
|
|
2911
|
+
$gte: {
|
|
2912
|
+
max_open_trades: number;
|
|
2913
|
+
dry_run_wallet: number;
|
|
2914
|
+
fee?: number | undefined;
|
|
2915
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2916
|
+
stake_currency?: string | undefined;
|
|
2917
|
+
stake_amount?: number | undefined;
|
|
2918
|
+
};
|
|
2919
|
+
$lt: {
|
|
2920
|
+
max_open_trades: number;
|
|
2921
|
+
dry_run_wallet: number;
|
|
2922
|
+
fee?: number | undefined;
|
|
2923
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2924
|
+
stake_currency?: string | undefined;
|
|
2925
|
+
stake_amount?: number | undefined;
|
|
2926
|
+
};
|
|
2927
|
+
$lte: {
|
|
2928
|
+
max_open_trades: number;
|
|
2929
|
+
dry_run_wallet: number;
|
|
2930
|
+
fee?: number | undefined;
|
|
2931
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2932
|
+
stake_currency?: string | undefined;
|
|
2933
|
+
stake_amount?: number | undefined;
|
|
2934
|
+
};
|
|
2935
|
+
$ne: {
|
|
2936
|
+
max_open_trades: number;
|
|
2937
|
+
dry_run_wallet: number;
|
|
2938
|
+
fee?: number | undefined;
|
|
2939
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2940
|
+
stake_currency?: string | undefined;
|
|
2941
|
+
stake_amount?: number | undefined;
|
|
2942
|
+
};
|
|
2943
|
+
$in: {
|
|
2944
|
+
max_open_trades: number;
|
|
2945
|
+
dry_run_wallet: number;
|
|
2946
|
+
fee?: number | undefined;
|
|
2947
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2948
|
+
stake_currency?: string | undefined;
|
|
2949
|
+
stake_amount?: number | undefined;
|
|
2950
|
+
}[] | {
|
|
2951
|
+
max_open_trades: number;
|
|
2952
|
+
dry_run_wallet: number;
|
|
2953
|
+
fee?: number | undefined;
|
|
2954
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2955
|
+
stake_currency?: string | undefined;
|
|
2956
|
+
stake_amount?: number | undefined;
|
|
2957
|
+
};
|
|
2958
|
+
$nin: {
|
|
2959
|
+
max_open_trades: number;
|
|
2960
|
+
dry_run_wallet: number;
|
|
2961
|
+
fee?: number | undefined;
|
|
2962
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2963
|
+
stake_currency?: string | undefined;
|
|
2964
|
+
stake_amount?: number | undefined;
|
|
2965
|
+
}[] | {
|
|
2966
|
+
max_open_trades: number;
|
|
2967
|
+
dry_run_wallet: number;
|
|
2968
|
+
fee?: number | undefined;
|
|
2969
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2970
|
+
stake_currency?: string | undefined;
|
|
2971
|
+
stake_amount?: number | undefined;
|
|
2972
|
+
};
|
|
2973
|
+
} & {}> | {
|
|
2974
|
+
max_open_trades: number;
|
|
2975
|
+
dry_run_wallet: number;
|
|
2976
|
+
fee?: number | undefined;
|
|
2977
|
+
interval?: "12h" | "15m" | "1d" | "1h" | "1m" | "1w" | "2h" | "30m" | "3m" | "4h" | "5m" | "6h" | "8h" | undefined;
|
|
2978
|
+
stake_currency?: string | undefined;
|
|
2979
|
+
stake_amount?: number | undefined;
|
|
2980
|
+
} | undefined;
|
|
2981
|
+
profit_total?: number | Partial<{
|
|
2982
|
+
$gt?: number | undefined;
|
|
2983
|
+
$gte?: number | undefined;
|
|
2984
|
+
$lt?: number | undefined;
|
|
2985
|
+
$lte?: number | undefined;
|
|
2986
|
+
$ne?: number | undefined;
|
|
2987
|
+
$in: number | number[];
|
|
2988
|
+
$nin: number | number[];
|
|
2989
|
+
} & {}> | undefined;
|
|
2990
|
+
progress?: any;
|
|
2991
|
+
results?: any;
|
|
2992
|
+
start?: string | number | Partial<{
|
|
2993
|
+
$gt: string | number;
|
|
2994
|
+
$gte: string | number;
|
|
2995
|
+
$lt: string | number;
|
|
2996
|
+
$lte: string | number;
|
|
2997
|
+
$ne: string | number;
|
|
2998
|
+
$in: string | number | (string | number)[];
|
|
2999
|
+
$nin: string | number | (string | number)[];
|
|
3000
|
+
} & {}> | undefined;
|
|
3001
|
+
startedAt?: any;
|
|
3002
|
+
status?: string | Partial<{
|
|
758
3003
|
$gt?: string | undefined;
|
|
759
3004
|
$gte?: string | undefined;
|
|
760
3005
|
$lt?: string | undefined;
|
|
@@ -763,5 +3008,42 @@ export declare const strategiesHyperoptQueryResolver: import("@feathersjs/schema
|
|
|
763
3008
|
$in: string | string[];
|
|
764
3009
|
$nin: string | string[];
|
|
765
3010
|
} & {}> | undefined;
|
|
766
|
-
|
|
3011
|
+
stoppedAt?: any;
|
|
3012
|
+
strategyId?: string | Partial<{
|
|
3013
|
+
$gt: string | {};
|
|
3014
|
+
$gte: string | {};
|
|
3015
|
+
$lt: string | {};
|
|
3016
|
+
$lte: string | {};
|
|
3017
|
+
$ne: string | {};
|
|
3018
|
+
$in: string | (string | {})[] | {};
|
|
3019
|
+
$nin: string | (string | {})[] | {};
|
|
3020
|
+
} & {}> | {} | undefined;
|
|
3021
|
+
took?: number | Partial<{
|
|
3022
|
+
$gt?: number | undefined;
|
|
3023
|
+
$gte?: number | undefined;
|
|
3024
|
+
$lt?: number | undefined;
|
|
3025
|
+
$lte?: number | undefined;
|
|
3026
|
+
$ne?: number | undefined;
|
|
3027
|
+
$in: number | number[];
|
|
3028
|
+
$nin: number | number[];
|
|
3029
|
+
} & {}> | undefined;
|
|
3030
|
+
traderId?: string | Partial<{
|
|
3031
|
+
$gt?: string | {} | undefined;
|
|
3032
|
+
$gte?: string | {} | undefined;
|
|
3033
|
+
$lt?: string | {} | undefined;
|
|
3034
|
+
$lte?: string | {} | undefined;
|
|
3035
|
+
$ne?: string | {} | undefined;
|
|
3036
|
+
$in: string | (string | {})[] | {};
|
|
3037
|
+
$nin: string | (string | {})[] | {};
|
|
3038
|
+
} & {}> | {} | undefined;
|
|
3039
|
+
updatedAt?: any;
|
|
3040
|
+
userId?: string | Partial<{
|
|
3041
|
+
$gt: string | {};
|
|
3042
|
+
$gte: string | {};
|
|
3043
|
+
$lt: string | {};
|
|
3044
|
+
$lte: string | {};
|
|
3045
|
+
$ne: string | {};
|
|
3046
|
+
$in: string | (string | {})[] | {};
|
|
3047
|
+
$nin: string | (string | {})[] | {};
|
|
3048
|
+
} & {}> | {} | undefined;
|
|
767
3049
|
} & {}, HookContext<StrategiesHyperoptService<import("./hyperopt.class").StrategiesHyperoptParams>>>;
|