@cryptorobot.ai/client 0.0.40 → 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 +165 -23
- package/lib/src/services/advisor/advisor.class.d.ts +12 -0
- package/lib/src/services/advisor/advisor.d.ts +11 -0
- package/lib/src/services/advisor/advisor.hooks.d.ts +9 -0
- package/lib/src/services/advisor/advisor.schema.d.ts +2744 -0
- package/lib/src/services/advisor/advisor.shared.d.ts +13 -0
- package/lib/src/services/advisor/advisor.shared.js +13 -0
- package/lib/src/services/advisor/messages/messages.class.d.ts +11 -0
- package/lib/src/services/advisor/messages/messages.d.ts +11 -0
- package/lib/src/services/advisor/messages/messages.schema.d.ts +575 -0
- package/lib/src/services/advisor/messages/messages.shared.d.ts +13 -0
- package/lib/src/services/advisor/messages/messages.shared.js +13 -0
- package/lib/src/services/affiliates/affiliates.class.d.ts +18 -0
- package/lib/src/services/affiliates/affiliates.d.ts +11 -0
- package/lib/src/services/affiliates/affiliates.schema.d.ts +579 -0
- package/lib/src/services/affiliates/affiliates.shared.d.ts +13 -0
- package/lib/src/services/affiliates/affiliates.shared.js +20 -0
- package/lib/src/services/affiliates/clicks/clicks.class.d.ts +11 -0
- package/lib/src/services/affiliates/clicks/clicks.d.ts +11 -0
- package/lib/src/services/affiliates/clicks/clicks.schema.d.ts +507 -0
- package/lib/src/services/affiliates/clicks/clicks.shared.d.ts +13 -0
- package/lib/src/services/affiliates/clicks/clicks.shared.js +19 -0
- package/lib/src/services/affiliates/comissions/comissions.class.d.ts +11 -0
- package/lib/src/services/affiliates/comissions/comissions.d.ts +11 -0
- package/lib/src/services/affiliates/comissions/comissions.schema.d.ts +841 -0
- package/lib/src/services/affiliates/comissions/comissions.shared.d.ts +13 -0
- package/lib/src/services/affiliates/comissions/comissions.shared.js +19 -0
- package/lib/src/services/affiliates/contracts/contracts.class.d.ts +11 -0
- package/lib/src/services/affiliates/contracts/contracts.d.ts +11 -0
- package/lib/src/services/affiliates/contracts/contracts.schema.d.ts +667 -0
- package/lib/src/services/affiliates/contracts/contracts.shared.d.ts +13 -0
- package/lib/src/services/affiliates/contracts/contracts.shared.js +19 -0
- package/lib/src/services/affiliates/coupons/coupons.class.d.ts +11 -0
- package/lib/src/services/affiliates/coupons/coupons.d.ts +11 -0
- package/lib/src/services/affiliates/coupons/coupons.schema.d.ts +523 -0
- package/lib/src/services/affiliates/coupons/coupons.shared.d.ts +13 -0
- package/lib/src/services/affiliates/coupons/coupons.shared.js +19 -0
- package/lib/src/services/affiliates/links/links.class.d.ts +11 -0
- package/lib/src/services/affiliates/links/links.d.ts +11 -0
- package/lib/src/services/affiliates/links/links.schema.d.ts +515 -0
- package/lib/src/services/affiliates/links/links.shared.d.ts +13 -0
- package/lib/src/services/affiliates/links/links.shared.js +13 -0
- package/lib/src/services/affiliates/payouts/payouts.class.d.ts +11 -0
- package/lib/src/services/affiliates/payouts/payouts.d.ts +11 -0
- package/lib/src/services/affiliates/payouts/payouts.schema.d.ts +433 -0
- package/lib/src/services/affiliates/payouts/payouts.shared.d.ts +13 -0
- package/lib/src/services/affiliates/payouts/payouts.shared.js +19 -0
- package/lib/src/services/agents/agents.class.d.ts +3 -2
- package/lib/src/services/agents/agents.schema.d.ts +2263 -1061
- package/lib/src/services/agents/agents.shared.d.ts +1 -1
- package/lib/src/services/agents/configure-bedrock-features.hooks.d.ts +2 -0
- package/lib/src/services/agents/create-agent-api-key.hooks.d.ts +2 -0
- package/lib/src/services/agents/create-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/delete-agent-api-key.hooks.d.ts +2 -0
- package/lib/src/services/agents/delete-agent-triggers.hooks.d.ts +5 -0
- package/lib/src/services/agents/delete-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/manage-bedrock-action-groups.hooks.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/backtest-analyst.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/financial-manager.d.ts +16 -0
- package/lib/src/services/agents/prepare/agents/hyperopt-analyst.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/index.d.ts +13 -0
- package/lib/src/services/agents/prepare/agents/risk-critic.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/strategy-researcher.d.ts +2 -0
- package/lib/src/services/agents/prepare/prepare.schema.d.ts +24 -24
- package/lib/src/services/agents/prepare/prepare.shared.d.ts +1 -1
- package/lib/src/services/agents/refresh-bedrock-agent-status.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/conversations/conversations.class.d.ts +3 -2
- package/lib/src/services/agents/sessions/conversations/conversations.hooks.d.ts +11 -0
- package/lib/src/services/agents/sessions/conversations/conversations.schema.d.ts +833 -463
- package/lib/src/services/agents/sessions/conversations/conversations.shared.d.ts +1 -1
- package/lib/src/services/agents/sessions/conversations/invoke-agent-provider.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/conversations/invoke-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/conversations/set-conversation-timestamps.hooks.d.ts +0 -0
- package/lib/src/services/agents/sessions/create-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/delete-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/sessions.class.d.ts +3 -2
- package/lib/src/services/agents/sessions/sessions.hooks.d.ts +11 -0
- package/lib/src/services/agents/sessions/sessions.schema.d.ts +450 -362
- package/lib/src/services/agents/sessions/sessions.shared.d.ts +1 -1
- package/lib/src/services/agents/sessions/sync-bedrock-sessions.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/update-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/agents/update-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/update-trigger-rules-with-agent-info.hooks.d.ts +5 -0
- package/lib/src/services/agents/validate-agent-actions.hooks.d.ts +3 -0
- package/lib/src/services/autotune/apply-params.d.ts +44 -0
- package/lib/src/services/autotune/callback.d.ts +2 -0
- package/lib/src/services/autotune/compute/compute.d.ts +40 -0
- package/lib/src/services/autotune/optuna-bridge.d.ts +10 -0
- package/lib/src/services/autotune/score.d.ts +37 -0
- package/lib/src/services/autotune/storage.d.ts +6 -0
- package/lib/src/services/autotune/studies/studies.class.d.ts +12 -0
- package/lib/src/services/autotune/studies/studies.d.ts +12 -0
- package/lib/src/services/autotune/studies/studies.schema.d.ts +1229 -0
- package/lib/src/services/autotune/studies/studies.shared.d.ts +13 -0
- package/lib/src/services/autotune/studies/studies.shared.js +13 -0
- package/lib/src/services/autotune/trials/trials.class.d.ts +12 -0
- package/lib/src/services/autotune/trials/trials.d.ts +12 -0
- package/lib/src/services/autotune/trials/trials.schema.d.ts +790 -0
- package/lib/src/services/autotune/trials/trials.shared.d.ts +13 -0
- package/lib/src/services/autotune/trials/trials.shared.js +13 -0
- package/lib/src/services/autotune/usage/usage.class.d.ts +11 -0
- package/lib/src/services/autotune/usage/usage.d.ts +11 -0
- package/lib/src/services/autotune/usage/usage.schema.d.ts +1407 -0
- package/lib/src/services/autotune/usage/usage.shared.d.ts +13 -0
- package/lib/src/services/autotune/usage/usage.shared.js +13 -0
- package/lib/src/services/blog/actions/actions.class.d.ts +29 -0
- package/lib/src/services/blog/actions/actions.d.ts +10 -0
- package/lib/src/services/blog/actions/actions.shared.d.ts +13 -0
- package/lib/src/services/blog/actions/actions.shared.js +13 -0
- package/lib/src/services/blog/calendar/calendar.class.d.ts +11 -0
- package/lib/src/services/blog/calendar/calendar.d.ts +11 -0
- package/lib/src/services/blog/calendar/calendar.schema.d.ts +333 -0
- package/lib/src/services/blog/calendar/calendar.shared.d.ts +13 -0
- package/lib/src/services/blog/calendar/calendar.shared.js +13 -0
- package/lib/src/services/blog/integrations/integrations.class.d.ts +11 -0
- package/lib/src/services/blog/integrations/integrations.d.ts +11 -0
- package/lib/src/services/blog/integrations/integrations.schema.d.ts +391 -0
- package/lib/src/services/blog/integrations/integrations.shared.d.ts +13 -0
- package/lib/src/services/blog/integrations/integrations.shared.js +19 -0
- package/lib/src/services/blog/posts/posts.class.d.ts +11 -0
- package/lib/src/services/blog/posts/posts.d.ts +11 -0
- package/lib/src/services/blog/posts/posts.schema.d.ts +1295 -0
- package/lib/src/services/blog/posts/posts.shared.d.ts +13 -0
- package/lib/src/services/blog/posts/posts.shared.js +13 -0
- package/lib/src/services/blog/queries/queries.class.d.ts +11 -0
- package/lib/src/services/blog/queries/queries.d.ts +11 -0
- package/lib/src/services/blog/queries/queries.schema.d.ts +1187 -0
- package/lib/src/services/blog/queries/queries.shared.d.ts +13 -0
- package/lib/src/services/blog/queries/queries.shared.js +13 -0
- package/lib/src/services/blog/sitemaps/pages/pages.class.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/pages/pages.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/pages/pages.schema.d.ts +871 -0
- package/lib/src/services/blog/sitemaps/pages/pages.shared.d.ts +13 -0
- package/lib/src/services/blog/sitemaps/pages/pages.shared.js +13 -0
- package/lib/src/services/blog/sitemaps/sitemaps.class.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/sitemaps.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/sitemaps.schema.d.ts +770 -0
- package/lib/src/services/blog/sitemaps/sitemaps.shared.d.ts +13 -0
- package/lib/src/services/blog/sitemaps/sitemaps.shared.js +13 -0
- package/lib/src/services/blog/suggestions/suggestions.class.d.ts +11 -0
- package/lib/src/services/blog/suggestions/suggestions.d.ts +11 -0
- package/lib/src/services/blog/suggestions/suggestions.schema.d.ts +963 -0
- package/lib/src/services/blog/suggestions/suggestions.shared.d.ts +13 -0
- package/lib/src/services/blog/suggestions/suggestions.shared.js +13 -0
- package/lib/src/services/changelog/changelog.class.d.ts +34 -0
- package/lib/src/services/changelog/changelog.d.ts +11 -0
- package/lib/src/services/changelog/changelog.helper.d.ts +50 -0
- package/lib/src/services/changelog/changelog.schema.d.ts +456 -0
- package/lib/src/services/changelog/changelog.shared.d.ts +13 -0
- package/lib/src/services/changelog/changelog.shared.js +13 -0
- package/lib/src/services/changelog/hooks/parse-from-file.d.ts +8 -0
- package/lib/src/services/config/config.class.d.ts +2 -2
- package/lib/src/services/config/config.shared.d.ts +1 -1
- package/lib/src/services/copilot/concerns/concerns.class.d.ts +12 -0
- package/lib/src/services/copilot/concerns/concerns.d.ts +11 -0
- package/lib/src/services/copilot/concerns/concerns.schema.d.ts +727 -0
- package/lib/src/services/copilot/concerns/concerns.shared.d.ts +13 -0
- package/lib/src/services/copilot/concerns/concerns.shared.js +13 -0
- package/lib/src/services/copilot/decisions/decisions.class.d.ts +12 -0
- package/lib/src/services/copilot/decisions/decisions.d.ts +11 -0
- package/lib/src/services/copilot/decisions/decisions.schema.d.ts +728 -0
- package/lib/src/services/copilot/decisions/decisions.shared.d.ts +13 -0
- package/lib/src/services/copilot/decisions/decisions.shared.js +19 -0
- package/lib/src/services/copilot/help/help.class.d.ts +18 -0
- package/lib/src/services/copilot/help/help.d.ts +11 -0
- package/lib/src/services/copilot/help/help.schema.d.ts +237 -0
- package/lib/src/services/copilot/help/help.shared.d.ts +13 -0
- package/lib/src/services/copilot/help/help.shared.js +13 -0
- package/lib/src/services/copilot/recommendations/recommendations.class.d.ts +12 -0
- package/lib/src/services/copilot/recommendations/recommendations.d.ts +11 -0
- package/lib/src/services/copilot/recommendations/recommendations.schema.d.ts +949 -0
- package/lib/src/services/copilot/recommendations/recommendations.shared.d.ts +13 -0
- package/lib/src/services/copilot/recommendations/recommendations.shared.js +19 -0
- package/lib/src/services/currencies/currencies.class.d.ts +11 -0
- package/lib/src/services/currencies/currencies.d.ts +11 -0
- package/lib/src/services/currencies/currencies.schema.d.ts +769 -0
- package/lib/src/services/currencies/currencies.shared.d.ts +13 -0
- package/lib/src/services/currencies/currencies.shared.js +13 -0
- package/lib/src/services/custom/custom.shared.d.ts +1 -1
- package/lib/src/services/emails/emails.class.d.ts +11 -0
- package/lib/src/services/emails/emails.d.ts +11 -0
- package/lib/src/services/emails/emails.schema.d.ts +563 -0
- package/lib/src/services/emails/emails.shared.d.ts +13 -0
- package/lib/src/services/emails/emails.shared.js +13 -0
- package/lib/src/services/events/events.class.d.ts +3 -2
- package/lib/src/services/events/events.schema.d.ts +340 -340
- package/lib/src/services/events/events.shared.d.ts +1 -1
- package/lib/src/services/events/triggers/triggers.class.d.ts +3 -2
- package/lib/src/services/events/triggers/triggers.schema.d.ts +1022 -842
- package/lib/src/services/events/triggers/triggers.shared.d.ts +1 -1
- package/lib/src/services/events/types/types.class.d.ts +3 -2
- package/lib/src/services/events/types/types.schema.d.ts +350 -350
- package/lib/src/services/events/types/types.shared.d.ts +1 -1
- package/lib/src/services/exchanges/arb-signals/arb-signals.class.d.ts +29 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.d.ts +11 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.schema.d.ts +55 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.shared.d.ts +13 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.shared.js +13 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.class.d.ts +27 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.d.ts +11 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.schema.d.ts +148 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.shared.d.ts +13 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.shared.js +13 -0
- package/lib/src/services/exchanges/balance/balance.class.d.ts +3 -2
- package/lib/src/services/exchanges/balance/balance.schema.d.ts +141 -141
- package/lib/src/services/exchanges/balance/balance.shared.d.ts +1 -1
- package/lib/src/services/exchanges/deposits/deposits.class.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/deposits.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/deposits.schema.d.ts +905 -0
- package/lib/src/services/exchanges/deposits/deposits.shared.d.ts +13 -0
- package/lib/src/services/exchanges/deposits/deposits.shared.js +19 -0
- package/lib/src/services/exchanges/deposits/sync/sync.class.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/sync/sync.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/sync/sync.schema.d.ts +621 -0
- package/lib/src/services/exchanges/deposits/sync/sync.shared.d.ts +13 -0
- package/lib/src/services/exchanges/deposits/sync/sync.shared.js +19 -0
- package/lib/src/services/exchanges/download/download.class.d.ts +3 -2
- package/lib/src/services/exchanges/download/download.schema.d.ts +149 -149
- package/lib/src/services/exchanges/download/download.shared.d.ts +1 -1
- package/lib/src/services/exchanges/download/webhooks/webhooks.class.d.ts +2 -2
- package/lib/src/services/exchanges/download/webhooks/webhooks.schema.d.ts +171 -171
- package/lib/src/services/exchanges/download/webhooks/webhooks.shared.d.ts +1 -1
- package/lib/src/services/exchanges/exchanges.class.d.ts +3 -2
- package/lib/src/services/exchanges/exchanges.schema.d.ts +626 -359
- package/lib/src/services/exchanges/exchanges.shared.d.ts +1 -1
- package/lib/src/services/exchanges/ledger/ledger.class.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/ledger.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/ledger.schema.d.ts +1045 -0
- package/lib/src/services/exchanges/ledger/ledger.shared.d.ts +13 -0
- package/lib/src/services/exchanges/ledger/ledger.shared.js +13 -0
- package/lib/src/services/exchanges/ledger/sync/sync.class.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/sync/sync.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/sync/sync.schema.d.ts +621 -0
- package/lib/src/services/exchanges/ledger/sync/sync.shared.d.ts +13 -0
- package/lib/src/services/exchanges/ledger/sync/sync.shared.js +19 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.class.d.ts +23 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.d.ts +11 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.schema.d.ts +178 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.shared.d.ts +13 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.shared.js +13 -0
- package/lib/src/services/exchanges/ohlcv/history/history.class.d.ts +11 -0
- package/lib/src/services/exchanges/ohlcv/history/history.d.ts +11 -0
- package/lib/src/services/exchanges/ohlcv/history/history.schema.d.ts +473 -0
- package/lib/src/services/exchanges/ohlcv/history/history.shared.d.ts +13 -0
- package/lib/src/services/exchanges/ohlcv/history/history.shared.js +19 -0
- package/lib/src/services/exchanges/ohlcv/ohlcv.schema.d.ts +162 -162
- package/lib/src/services/exchanges/ohlcv/ohlcv.shared.d.ts +1 -1
- package/lib/src/services/exchanges/orderbook/orderbook.class.d.ts +30 -0
- package/lib/src/services/exchanges/orderbook/orderbook.d.ts +11 -0
- package/lib/src/services/exchanges/orderbook/orderbook.schema.d.ts +272 -0
- package/lib/src/services/exchanges/orderbook/orderbook.shared.d.ts +13 -0
- package/lib/src/services/exchanges/orderbook/orderbook.shared.js +13 -0
- package/lib/src/services/exchanges/ticker/ticker.class.d.ts +3 -2
- package/lib/src/services/exchanges/ticker/ticker.schema.d.ts +243 -243
- package/lib/src/services/exchanges/ticker/ticker.shared.d.ts +1 -1
- package/lib/src/services/exchanges/transactions/sync/sync.class.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/sync/sync.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/sync/sync.schema.d.ts +653 -0
- package/lib/src/services/exchanges/transactions/sync/sync.shared.d.ts +13 -0
- package/lib/src/services/exchanges/transactions/sync/sync.shared.js +19 -0
- package/lib/src/services/exchanges/transactions/transactions.class.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/transactions.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/transactions.schema.d.ts +1119 -0
- package/lib/src/services/exchanges/transactions/transactions.shared.d.ts +13 -0
- package/lib/src/services/exchanges/transactions/transactions.shared.js +19 -0
- package/lib/src/services/extensions/aggregate-extensions.hooks.d.ts +2 -0
- package/lib/src/services/extensions/extensions.class.d.ts +3 -2
- package/lib/src/services/extensions/extensions.schema.d.ts +641 -559
- package/lib/src/services/extensions/extensions.shared.d.ts +1 -1
- package/lib/src/services/homepage/homepage.schema.d.ts +17 -9
- package/lib/src/services/homepage/homepage.shared.d.ts +10 -2
- package/lib/src/services/homepage/homepage.shared.js +8 -1
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.class.d.ts +52 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.d.ts +11 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.schema.d.ts +684 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.shared.d.ts +13 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.shared.js +14 -0
- package/lib/src/services/insights/etf-flow/etf-flow.class.d.ts +11 -0
- package/lib/src/services/insights/etf-flow/etf-flow.d.ts +11 -0
- package/lib/src/services/insights/etf-flow/etf-flow.schema.d.ts +237 -0
- package/lib/src/services/insights/etf-flow/etf-flow.shared.d.ts +13 -0
- package/lib/src/services/insights/etf-flow/etf-flow.shared.js +13 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.class.d.ts +11 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.d.ts +11 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.schema.d.ts +1831 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.shared.d.ts +13 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.shared.js +13 -0
- package/lib/src/services/insights/global/global.class.d.ts +11 -0
- package/lib/src/services/insights/global/global.d.ts +11 -0
- package/lib/src/services/insights/global/global.schema.d.ts +779 -0
- package/lib/src/services/insights/global/global.shared.d.ts +13 -0
- package/lib/src/services/insights/global/global.shared.js +13 -0
- package/lib/src/services/insights/insights.class.d.ts +11 -0
- package/lib/src/services/insights/insights.d.ts +11 -0
- package/lib/src/services/insights/insights.hooks.d.ts +20 -0
- package/lib/src/services/{tools/tools.schema.d.ts → insights/insights.schema.d.ts} +130 -162
- package/lib/src/services/insights/insights.shared.d.ts +13 -0
- package/lib/src/services/insights/insights.shared.js +13 -0
- package/lib/src/services/insights/news/news.class.d.ts +23 -0
- package/lib/src/services/insights/news/news.d.ts +11 -0
- package/lib/src/services/insights/news/news.schema.d.ts +857 -0
- package/lib/src/services/insights/news/news.shared.d.ts +23 -0
- package/lib/src/services/insights/news/news.shared.js +20 -0
- package/lib/src/services/keys/KeysService.d.ts +2 -2
- package/lib/src/services/keys/keys.class.d.ts +3 -2
- package/lib/src/services/keys/keys.schema.d.ts +364 -364
- package/lib/src/services/keys/keys.shared.d.ts +1 -1
- package/lib/src/services/knowledges/knowledges.class.d.ts +37 -0
- package/lib/src/services/knowledges/knowledges.d.ts +11 -0
- package/lib/src/services/knowledges/knowledges.schema.d.ts +566 -0
- package/lib/src/services/knowledges/knowledges.shared.d.ts +13 -0
- package/lib/src/services/knowledges/knowledges.shared.js +13 -0
- package/lib/src/services/mailer/mailer.shared.d.ts +1 -1
- package/lib/src/services/marketplaces/marketplaces.class.d.ts +2 -2
- package/lib/src/services/marketplaces/marketplaces.shared.d.ts +1 -1
- package/lib/src/services/markets/markets.class.d.ts +2 -2
- package/lib/src/services/markets/markets.schema.d.ts +112 -112
- package/lib/src/services/markets/markets.shared.d.ts +1 -1
- package/lib/src/services/messages/messages.class.d.ts +2 -2
- package/lib/src/services/messages/messages.schema.d.ts +1257 -353
- package/lib/src/services/messages/messages.shared.d.ts +1 -1
- package/lib/src/services/models/pods/events/events.class.d.ts +11 -0
- package/lib/src/services/models/pods/events/events.d.ts +11 -0
- package/lib/src/services/models/pods/events/events.schema.d.ts +669 -0
- package/lib/src/services/models/pods/events/events.shared.d.ts +13 -0
- package/lib/src/services/models/pods/events/events.shared.js +13 -0
- package/lib/src/services/models/pods/pods.class.d.ts +12 -0
- package/lib/src/services/models/pods/pods.d.ts +12 -0
- package/lib/src/services/models/pods/pods.schema.d.ts +1095 -0
- package/lib/src/services/models/pods/pods.shared.d.ts +13 -0
- package/lib/src/services/models/pods/pods.shared.js +13 -0
- package/lib/src/services/models/presets/presets-generate-and-queue.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-generate-freqai-config.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-generate-strategy.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-get-results.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-validate.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets.class.d.ts +12 -0
- package/lib/src/services/models/presets/presets.d.ts +12 -0
- package/lib/src/services/models/presets/presets.schema.d.ts +2611 -0
- package/lib/src/services/models/presets/presets.shared.d.ts +13 -0
- package/lib/src/services/models/presets/presets.shared.js +13 -0
- package/lib/src/services/models/signals/history/history.class.d.ts +11 -0
- package/lib/src/services/models/signals/history/history.d.ts +11 -0
- package/lib/src/services/models/signals/history/history.schema.d.ts +513 -0
- package/lib/src/services/models/signals/history/history.shared.d.ts +13 -0
- package/lib/src/services/models/signals/history/history.shared.js +13 -0
- package/lib/src/services/models/signals/signals-proxy-router.d.ts +47 -0
- package/lib/src/services/models/signals/signals.class.d.ts +12 -0
- package/lib/src/services/models/signals/signals.d.ts +12 -0
- package/lib/src/services/models/signals/signals.schema.d.ts +976 -0
- package/lib/src/services/models/signals/signals.shared.d.ts +13 -0
- package/lib/src/services/models/signals/signals.shared.js +13 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.class.d.ts +11 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.d.ts +11 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.schema.d.ts +585 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.shared.d.ts +13 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.shared.js +15 -0
- package/lib/src/services/objectives/objectives.class.d.ts +11 -0
- package/lib/src/services/objectives/objectives.d.ts +11 -0
- package/lib/src/services/objectives/objectives.hooks.d.ts +12 -0
- package/lib/src/services/objectives/objectives.schema.d.ts +717 -0
- package/lib/src/services/objectives/objectives.shared.d.ts +13 -0
- package/lib/src/services/objectives/objectives.shared.js +13 -0
- package/lib/src/services/plans/plans.class.d.ts +20 -0
- package/lib/src/services/plans/plans.d.ts +11 -0
- package/lib/src/services/plans/plans.schema.d.ts +383 -0
- package/lib/src/services/plans/plans.shared.d.ts +13 -0
- package/lib/src/services/plans/plans.shared.js +13 -0
- package/lib/src/services/referrals/referrals.class.d.ts +11 -0
- package/lib/src/services/referrals/referrals.d.ts +11 -0
- package/lib/src/services/referrals/referrals.schema.d.ts +581 -0
- package/lib/src/services/referrals/referrals.shared.d.ts +13 -0
- package/lib/src/services/referrals/referrals.shared.js +13 -0
- package/lib/src/services/restricted/restricted.shared.d.ts +1 -1
- package/lib/src/services/security/events/security-events.class.d.ts +11 -0
- package/lib/src/services/security/events/security-events.d.ts +11 -0
- package/lib/src/services/security/events/security-events.schema.d.ts +499 -0
- package/lib/src/services/security/events/security-events.shared.d.ts +8 -0
- package/lib/src/services/security/events/security-events.shared.js +13 -0
- package/lib/src/services/series/balance/balance.class.d.ts +11 -0
- package/lib/src/services/series/balance/balance.d.ts +11 -0
- package/lib/src/services/series/balance/balance.schema.d.ts +527 -0
- package/lib/src/services/series/balance/balance.shared.d.ts +13 -0
- package/lib/src/services/series/balance/balance.shared.js +13 -0
- package/lib/src/services/series/performance/performance.class.d.ts +11 -0
- package/lib/src/services/series/performance/performance.d.ts +11 -0
- package/lib/src/services/series/performance/performance.schema.d.ts +495 -0
- package/lib/src/services/series/performance/performance.shared.d.ts +13 -0
- package/lib/src/services/series/performance/performance.shared.js +19 -0
- package/lib/src/services/series/performance/performance.usage.examples.d.ts +81 -0
- package/lib/src/services/snapshot/snapshot.class.d.ts +11 -0
- package/lib/src/services/snapshot/snapshot.d.ts +11 -0
- package/lib/src/services/snapshot/snapshot.schema.d.ts +11963 -0
- package/lib/src/services/snapshot/snapshot.shared.d.ts +13 -0
- package/lib/src/services/snapshot/snapshot.shared.js +14 -0
- package/lib/src/services/store/items/items.class.d.ts +12 -0
- package/lib/src/services/store/items/items.d.ts +11 -0
- package/lib/src/services/store/items/items.schema.d.ts +1395 -0
- package/lib/src/services/store/items/items.shared.d.ts +13 -0
- package/lib/src/services/store/items/items.shared.js +13 -0
- package/lib/src/services/strategies/ai/ai.class.d.ts +3 -2
- package/lib/src/services/strategies/ai/ai.schema.d.ts +33 -33
- package/lib/src/services/strategies/ai/ai.shared.d.ts +1 -1
- package/lib/src/services/strategies/ai/stream/stream.shared.d.ts +1 -1
- package/lib/src/services/strategies/backtest/backtest.class.d.ts +3 -2
- package/lib/src/services/strategies/backtest/backtest.schema.d.ts +820 -288
- package/lib/src/services/strategies/backtest/backtest.shared.d.ts +1 -1
- package/lib/src/services/strategies/backtest/preflight/preflight.class.d.ts +46 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.d.ts +11 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.schema.d.ts +737 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.shared.d.ts +13 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.shared.js +13 -0
- package/lib/src/services/strategies/backtest/results/results.class.d.ts +2 -2
- package/lib/src/services/strategies/backtest/results/results.schema.d.ts +315 -315
- package/lib/src/services/strategies/backtest/results/results.shared.d.ts +1 -1
- package/lib/src/services/strategies/blob/blob.shared.d.ts +1 -1
- package/lib/src/services/strategies/follow/follow.class.d.ts +12 -0
- package/lib/src/services/strategies/follow/follow.d.ts +11 -0
- package/lib/src/services/strategies/follow/follow.schema.d.ts +711 -0
- package/lib/src/services/strategies/follow/follow.shared.d.ts +13 -0
- package/lib/src/services/strategies/follow/follow.shared.js +19 -0
- package/lib/src/services/strategies/generate/generate.class.d.ts +3 -2
- package/lib/src/services/strategies/generate/generate.schema.d.ts +534 -88
- package/lib/src/services/strategies/generate/generate.shared.d.ts +1 -1
- package/lib/src/services/strategies/history/history.class.d.ts +11 -0
- package/lib/src/services/strategies/history/history.d.ts +11 -0
- package/lib/src/services/strategies/history/history.schema.d.ts +714 -0
- package/lib/src/services/strategies/history/history.shared.d.ts +13 -0
- package/lib/src/services/strategies/history/history.shared.js +19 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-generate-and-queue.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-generate-config-in-disk.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-generate-exchange-config.hooks.d.ts +8 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-get-results.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-in-disk-clone-strategy.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-populate-exchange.hooks.d.ts +7 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-promote-template.hooks.d.ts +9 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-propagate-results.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-exchange-whitelist.hooks.d.ts +10 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-historical-data.hooks.d.ts +9 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-stake-balance.hooks.d.ts +7 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-stake-currency.hooks.d.ts +9 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate.hooks.d.ts +7 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-verify-subscription-limits.hooks.d.ts +6 -0
- package/lib/src/services/strategies/hyperopt/hyperopt.class.d.ts +3 -2
- package/lib/src/services/strategies/hyperopt/hyperopt.schema.d.ts +2552 -278
- package/lib/src/services/strategies/hyperopt/hyperopt.shared.d.ts +1 -1
- package/lib/src/services/strategies/indicators/indicators.class.d.ts +2 -2
- package/lib/src/services/strategies/indicators/indicators.schema.d.ts +106 -106
- package/lib/src/services/strategies/indicators/indicators.shared.d.ts +1 -1
- package/lib/src/services/strategies/indicators/talib/talib.class.d.ts +2 -2
- package/lib/src/services/strategies/indicators/talib/talib.schema.d.ts +102 -102
- package/lib/src/services/strategies/indicators/talib/talib.shared.d.ts +1 -1
- package/lib/src/services/strategies/research/research.class.d.ts +11 -0
- package/lib/src/services/strategies/research/research.d.ts +12 -0
- package/lib/src/services/strategies/research/research.schema.d.ts +1006 -0
- package/lib/src/services/strategies/research/research.shared.d.ts +13 -0
- package/lib/src/services/strategies/research/research.shared.js +19 -0
- package/lib/src/services/strategies/strategies.class.d.ts +3 -2
- package/lib/src/services/strategies/strategies.schema.d.ts +3694 -3322
- package/lib/src/services/strategies/strategies.shared.d.ts +1 -1
- package/lib/src/services/strategies/templates/templates.class.d.ts +2 -2
- package/lib/src/services/strategies/templates/templates.schema.d.ts +8062 -950
- package/lib/src/services/strategies/templates/templates.shared.d.ts +1 -1
- package/lib/src/services/stripe/charges/charges.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/cards/cards.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/customers.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/paymentintent/paymentintent.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/paymentmethods/paymentmethods.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/subscriptions/subscriptions.shared.d.ts +1 -1
- package/lib/src/services/stripe/products/products.shared.d.ts +1 -1
- package/lib/src/services/stripe/webhooks/webhooks.shared.d.ts +1 -1
- package/lib/src/services/support/support.class.d.ts +18 -0
- package/lib/src/services/support/support.d.ts +11 -0
- package/lib/src/services/support/support.schema.d.ts +507 -0
- package/lib/src/services/support/support.shared.d.ts +13 -0
- package/lib/src/services/support/support.shared.js +13 -0
- package/lib/src/services/tasks/comments/comments.class.d.ts +11 -0
- package/lib/src/services/tasks/comments/comments.d.ts +11 -0
- package/lib/src/services/tasks/comments/comments.schema.d.ts +771 -0
- package/lib/src/services/tasks/comments/comments.shared.d.ts +13 -0
- package/lib/src/services/tasks/comments/comments.shared.js +13 -0
- package/lib/src/services/tasks/tasks.class.d.ts +14 -0
- package/lib/src/services/tasks/tasks.d.ts +11 -0
- package/lib/src/services/tasks/tasks.hooks.d.ts +90 -0
- package/lib/src/services/tasks/tasks.schema.d.ts +1281 -0
- package/lib/src/services/tasks/tasks.shared.d.ts +13 -0
- package/lib/src/services/tasks/tasks.shared.js +13 -0
- package/lib/src/services/tax/research/research.class.d.ts +11 -0
- package/lib/src/services/tax/research/research.d.ts +11 -0
- package/lib/src/services/tax/research/research.schema.d.ts +237 -0
- package/lib/src/services/tax/research/research.shared.d.ts +13 -0
- package/lib/src/services/tax/research/research.shared.js +13 -0
- package/lib/src/services/tax/sessions/conversations/conversations.class.d.ts +12 -0
- package/lib/src/services/tax/sessions/conversations/conversations.d.ts +11 -0
- package/lib/src/services/tax/sessions/conversations/conversations.hooks.d.ts +11 -0
- package/lib/src/services/tax/sessions/conversations/conversations.schema.d.ts +2923 -0
- package/lib/src/services/tax/sessions/conversations/conversations.shared.d.ts +13 -0
- package/lib/src/services/tax/sessions/conversations/conversations.shared.js +13 -0
- package/lib/src/services/tax/sessions/conversations/invoke-tax-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/create-tax-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/delete-tax-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/sessions.class.d.ts +12 -0
- package/lib/src/services/tax/sessions/sessions.d.ts +11 -0
- package/lib/src/services/tax/sessions/sessions.hooks.d.ts +11 -0
- package/lib/src/services/tax/sessions/sessions.schema.d.ts +803 -0
- package/lib/src/services/tax/sessions/sessions.shared.d.ts +13 -0
- package/lib/src/services/tax/sessions/sessions.shared.js +13 -0
- package/lib/src/services/tax/sessions/sync-tax-bedrock-sessions.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/update-tax-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/telegram/link/link.class.d.ts +26 -0
- package/lib/src/services/telegram/link/link.d.ts +11 -0
- package/lib/src/services/telegram/link/link.schema.d.ts +174 -0
- package/lib/src/services/telegram/link/link.shared.d.ts +13 -0
- package/lib/src/services/telegram/link/link.shared.js +13 -0
- package/lib/src/services/telegram/telegram.class.d.ts +34 -0
- package/lib/src/services/telegram/telegram.d.ts +11 -0
- package/lib/src/services/telegram/telegram.schema.d.ts +152 -0
- package/lib/src/services/telegram/telegram.shared.d.ts +13 -0
- package/lib/src/services/telegram/telegram.shared.js +13 -0
- package/lib/src/services/toggles/toggles.class.d.ts +19 -0
- package/lib/src/services/toggles/toggles.d.ts +11 -0
- package/lib/src/services/toggles/toggles.schema.d.ts +335 -0
- package/lib/src/services/toggles/toggles.shared.d.ts +13 -0
- package/lib/src/services/toggles/toggles.shared.js +13 -0
- package/lib/src/services/tokens/tokens.class.d.ts +11 -0
- package/lib/src/services/tokens/tokens.d.ts +11 -0
- package/lib/src/services/tokens/tokens.schema.d.ts +941 -0
- package/lib/src/services/tokens/tokens.shared.d.ts +13 -0
- package/lib/src/services/tokens/tokens.shared.js +13 -0
- package/lib/src/services/traders/pods/api/api.class.d.ts +3 -2
- package/lib/src/services/traders/pods/api/api.schema.d.ts +12055 -3967
- package/lib/src/services/traders/pods/api/api.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/blob/blob.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/events/events.class.d.ts +2 -2
- package/lib/src/services/traders/pods/events/events.schema.d.ts +388 -332
- package/lib/src/services/traders/pods/events/events.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/pods.class.d.ts +3 -2
- package/lib/src/services/traders/pods/pods.schema.d.ts +9909 -2945
- package/lib/src/services/traders/pods/pods.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/webhooks/webhooks.class.d.ts +2 -2
- package/lib/src/services/traders/pods/webhooks/webhooks.schema.d.ts +105 -105
- package/lib/src/services/traders/pods/webhooks/webhooks.shared.d.ts +1 -1
- package/lib/src/services/traders/traders.class.d.ts +4 -2
- package/lib/src/services/traders/traders.schema.d.ts +2923 -2450
- package/lib/src/services/traders/traders.shared.d.ts +1 -1
- package/lib/src/services/trades/trades.class.d.ts +11 -0
- package/lib/src/services/trades/trades.d.ts +11 -0
- package/lib/src/services/trades/trades.schema.d.ts +16969 -0
- package/lib/src/services/trades/trades.shared.d.ts +13 -0
- package/lib/src/services/trades/trades.shared.js +13 -0
- package/lib/src/services/users/access/access.class.d.ts +11 -0
- package/lib/src/services/users/access/access.d.ts +11 -0
- package/lib/src/services/users/access/access.schema.d.ts +393 -0
- package/lib/src/services/users/access/access.shared.d.ts +13 -0
- package/lib/src/services/users/access/access.shared.js +13 -0
- package/lib/src/services/users/cancel-subscription.class.d.ts +13 -0
- package/lib/src/services/users/cancel-subscription.d.ts +9 -0
- package/lib/src/services/users/marketing/campaigns/01-welcome.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/02-first-bot-running.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/03-ai-strategy.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/04-hyperopt.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/05-safety-tips.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/06-humor.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/07-paper-vs-real.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/08-trial-summary.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/09-trial-ending.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/10-reactivation.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/11-onboarding-incomplete.campaign.d.ts +6 -0
- package/lib/src/services/users/marketing/campaigns/index.d.ts +10 -0
- package/lib/src/services/users/marketing/campaigns/supervisor-welcome.campaign.d.ts +6 -0
- package/lib/src/services/users/marketing/campaigns/trial.context.d.ts +27 -0
- package/lib/src/services/users/marketing/marketing.class.d.ts +26 -0
- package/lib/src/services/users/marketing/marketing.d.ts +11 -0
- package/lib/src/services/users/marketing/marketing.engine.d.ts +36 -0
- package/lib/src/services/users/marketing/marketing.schema.d.ts +515 -0
- package/lib/src/services/users/marketing/marketing.shared.d.ts +13 -0
- package/lib/src/services/users/marketing/marketing.shared.js +20 -0
- package/lib/src/services/users/onboarding/onboarding.class.d.ts +11 -0
- package/lib/src/services/users/onboarding/onboarding.d.ts +11 -0
- package/lib/src/services/users/onboarding/onboarding.hooks.d.ts +60 -0
- package/lib/src/services/users/onboarding/onboarding.schema.d.ts +768 -0
- package/lib/src/services/users/onboarding/onboarding.shared.d.ts +13 -0
- package/lib/src/services/users/onboarding/onboarding.shared.js +13 -0
- package/lib/src/services/users/onboarding/steps/exchanges.processor.d.ts +15 -0
- package/lib/src/services/users/onboarding/steps/index.d.ts +32 -0
- package/lib/src/services/users/onboarding/steps/notifications.processor.d.ts +15 -0
- package/lib/src/services/users/onboarding/steps/preferences.processor.d.ts +16 -0
- package/lib/src/services/users/onboarding/steps/strategy.processor.d.ts +15 -0
- package/lib/src/services/users/onboarding/steps/traders.processor.d.ts +16 -0
- package/lib/src/services/users/reset-account.class.d.ts +11 -0
- package/lib/src/services/users/reset-account.d.ts +9 -0
- package/lib/src/services/users/sessions/sessions.class.d.ts +18 -0
- package/lib/src/services/users/sessions/sessions.d.ts +11 -0
- package/lib/src/services/users/sessions/sessions.schema.d.ts +698 -0
- package/lib/src/services/users/sessions/sessions.shared.d.ts +13 -0
- package/lib/src/services/users/sessions/sessions.shared.js +13 -0
- package/lib/src/services/users/setup-trial.class.d.ts +21 -0
- package/lib/src/services/users/setup-trial.d.ts +9 -0
- package/lib/src/services/users/stripe-check-subscription.hooks.d.ts +2 -0
- package/lib/src/services/users/stripe-create-payment-intent.hooks.d.ts +2 -0
- package/lib/src/services/users/stripe-is-subscription-active.hooks.d.ts +2 -0
- package/lib/src/services/users/stripe-sync-customer-data.hooks.d.ts +2 -0
- package/lib/src/services/users/users.class.d.ts +298 -59
- package/lib/src/services/users/users.schema.d.ts +1942 -350
- package/lib/src/services/users/users.shared.d.ts +2 -2
- package/lib/src/services/users/users.shared.js +1 -1
- package/lib/src/services/version/version.shared.d.ts +1 -1
- package/package.json +9 -3
- package/lib/src/services/tools/openapi/openapi.class.d.ts +0 -34
- package/lib/src/services/tools/openapi/openapi.d.ts +0 -10
- package/lib/src/services/tools/openapi/openapi.shared.d.ts +0 -13
- package/lib/src/services/tools/openapi/openapi.shared.js +0 -13
- package/lib/src/services/tools/tools.class.d.ts +0 -11
- package/lib/src/services/tools/tools.d.ts +0 -11
- package/lib/src/services/tools/tools.shared.d.ts +0 -13
- package/lib/src/services/tools/tools.shared.js +0 -13
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
import type { Static } from '@feathersjs/typebox';
|
|
2
|
-
import type
|
|
2
|
+
import { type HookContext } from '../../../declarations';
|
|
3
3
|
import type { StrategiesGenerateService } from './generate.class';
|
|
4
4
|
export declare const strategiesGenerateSchema: import("@feathersjs/typebox").TObject<{
|
|
5
5
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
6
6
|
prompt: import("@feathersjs/typebox").TString<string>;
|
|
7
7
|
context: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
8
8
|
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
9
|
-
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">]>>;
|
|
9
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
10
|
+
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
10
11
|
templateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
12
|
+
currentStep: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
13
|
+
error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
11
14
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
12
15
|
public: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
13
16
|
auto: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
@@ -28,72 +31,85 @@ export declare const strategiesGenerateSchema: import("@feathersjs/typebox").TOb
|
|
|
28
31
|
days: import("@feathersjs/typebox").TNumber;
|
|
29
32
|
}>;
|
|
30
33
|
}>>;
|
|
34
|
+
/** Agenda.js job ID — for tracking / cancellation of the agent execution. */
|
|
35
|
+
agendaJobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
31
36
|
}>;
|
|
32
37
|
export type StrategiesGenerate = Static<typeof strategiesGenerateSchema>;
|
|
33
38
|
export declare const strategiesGenerateValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
34
39
|
export declare const strategiesGenerateResolver: import("@feathersjs/schema").Resolver<{
|
|
35
|
-
|
|
36
|
-
|
|
40
|
+
_id: string | {};
|
|
41
|
+
prompt: string;
|
|
37
42
|
context?: string | undefined;
|
|
38
43
|
description?: string | undefined;
|
|
44
|
+
status?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
45
|
+
strategyId?: string | undefined;
|
|
39
46
|
templateId?: string | undefined;
|
|
40
|
-
|
|
47
|
+
currentStep?: string | undefined;
|
|
48
|
+
error?: string | undefined;
|
|
49
|
+
createdAt?: string | undefined;
|
|
50
|
+
public?: boolean | undefined;
|
|
41
51
|
auto?: {
|
|
42
52
|
hyperopt: {
|
|
53
|
+
enabled: boolean;
|
|
43
54
|
exchangeId?: string | {} | undefined;
|
|
44
55
|
traderId?: string | {} | undefined;
|
|
45
|
-
function: "ShortTradeDurHyperOptLoss" | "OnlyProfitHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily" | "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "ProfitDrawDownHyperOptLoss";
|
|
46
|
-
days: number;
|
|
47
|
-
enabled: boolean;
|
|
48
|
-
options: {
|
|
49
|
-
protections: boolean;
|
|
50
|
-
eps: boolean;
|
|
51
|
-
};
|
|
52
56
|
epochs: number;
|
|
53
57
|
overrides: {
|
|
54
|
-
dry_run_wallet: number;
|
|
55
58
|
max_open_trades: number;
|
|
59
|
+
dry_run_wallet: number;
|
|
60
|
+
};
|
|
61
|
+
options: {
|
|
62
|
+
protections: boolean;
|
|
63
|
+
eps: boolean;
|
|
56
64
|
};
|
|
65
|
+
function: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
66
|
+
days: number;
|
|
57
67
|
};
|
|
58
68
|
} | undefined;
|
|
59
|
-
|
|
60
|
-
prompt: string;
|
|
69
|
+
agendaJobId?: string | undefined;
|
|
61
70
|
}, HookContext<StrategiesGenerateService<import("./generate.class").StrategiesGenerateParams>>>;
|
|
62
71
|
export declare const strategiesGenerateExternalResolver: import("@feathersjs/schema").Resolver<{
|
|
63
|
-
|
|
64
|
-
|
|
72
|
+
_id: string | {};
|
|
73
|
+
prompt: string;
|
|
65
74
|
context?: string | undefined;
|
|
66
75
|
description?: string | undefined;
|
|
76
|
+
status?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
77
|
+
strategyId?: string | undefined;
|
|
67
78
|
templateId?: string | undefined;
|
|
68
|
-
|
|
79
|
+
currentStep?: string | undefined;
|
|
80
|
+
error?: string | undefined;
|
|
81
|
+
createdAt?: string | undefined;
|
|
82
|
+
public?: boolean | undefined;
|
|
69
83
|
auto?: {
|
|
70
84
|
hyperopt: {
|
|
85
|
+
enabled: boolean;
|
|
71
86
|
exchangeId?: string | {} | undefined;
|
|
72
87
|
traderId?: string | {} | undefined;
|
|
73
|
-
function: "ShortTradeDurHyperOptLoss" | "OnlyProfitHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily" | "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "ProfitDrawDownHyperOptLoss";
|
|
74
|
-
days: number;
|
|
75
|
-
enabled: boolean;
|
|
76
|
-
options: {
|
|
77
|
-
protections: boolean;
|
|
78
|
-
eps: boolean;
|
|
79
|
-
};
|
|
80
88
|
epochs: number;
|
|
81
89
|
overrides: {
|
|
82
|
-
dry_run_wallet: number;
|
|
83
90
|
max_open_trades: number;
|
|
91
|
+
dry_run_wallet: number;
|
|
84
92
|
};
|
|
93
|
+
options: {
|
|
94
|
+
protections: boolean;
|
|
95
|
+
eps: boolean;
|
|
96
|
+
};
|
|
97
|
+
function: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
98
|
+
days: number;
|
|
85
99
|
};
|
|
86
100
|
} | undefined;
|
|
87
|
-
|
|
88
|
-
prompt: string;
|
|
101
|
+
agendaJobId?: string | undefined;
|
|
89
102
|
}, HookContext<StrategiesGenerateService<import("./generate.class").StrategiesGenerateParams>>>;
|
|
90
103
|
export declare const strategiesGenerateDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
91
104
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
92
105
|
prompt: import("@feathersjs/typebox").TString<string>;
|
|
93
106
|
context: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
94
107
|
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
95
|
-
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">]>>;
|
|
108
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
109
|
+
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
96
110
|
templateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
111
|
+
currentStep: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
112
|
+
error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
97
113
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
98
114
|
public: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
99
115
|
auto: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
@@ -114,44 +130,53 @@ export declare const strategiesGenerateDataSchema: import("@feathersjs/typebox")
|
|
|
114
130
|
days: import("@feathersjs/typebox").TNumber;
|
|
115
131
|
}>;
|
|
116
132
|
}>>;
|
|
133
|
+
/** Agenda.js job ID — for tracking / cancellation of the agent execution. */
|
|
134
|
+
agendaJobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
117
135
|
}>, ["prompt", "context", "public", "auto"]>;
|
|
118
136
|
export type StrategiesGenerateData = Static<typeof strategiesGenerateDataSchema>;
|
|
119
137
|
export declare const strategiesGenerateDataValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
120
138
|
export declare const strategiesGenerateDataResolver: import("@feathersjs/schema").Resolver<{
|
|
121
|
-
|
|
122
|
-
|
|
139
|
+
_id: string | {};
|
|
140
|
+
prompt: string;
|
|
123
141
|
context?: string | undefined;
|
|
124
142
|
description?: string | undefined;
|
|
143
|
+
status?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
144
|
+
strategyId?: string | undefined;
|
|
125
145
|
templateId?: string | undefined;
|
|
126
|
-
|
|
146
|
+
currentStep?: string | undefined;
|
|
147
|
+
error?: string | undefined;
|
|
148
|
+
createdAt?: string | undefined;
|
|
149
|
+
public?: boolean | undefined;
|
|
127
150
|
auto?: {
|
|
128
151
|
hyperopt: {
|
|
152
|
+
enabled: boolean;
|
|
129
153
|
exchangeId?: string | {} | undefined;
|
|
130
154
|
traderId?: string | {} | undefined;
|
|
131
|
-
function: "ShortTradeDurHyperOptLoss" | "OnlyProfitHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily" | "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "ProfitDrawDownHyperOptLoss";
|
|
132
|
-
days: number;
|
|
133
|
-
enabled: boolean;
|
|
134
|
-
options: {
|
|
135
|
-
protections: boolean;
|
|
136
|
-
eps: boolean;
|
|
137
|
-
};
|
|
138
155
|
epochs: number;
|
|
139
156
|
overrides: {
|
|
140
|
-
dry_run_wallet: number;
|
|
141
157
|
max_open_trades: number;
|
|
158
|
+
dry_run_wallet: number;
|
|
142
159
|
};
|
|
160
|
+
options: {
|
|
161
|
+
protections: boolean;
|
|
162
|
+
eps: boolean;
|
|
163
|
+
};
|
|
164
|
+
function: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
165
|
+
days: number;
|
|
143
166
|
};
|
|
144
167
|
} | undefined;
|
|
145
|
-
|
|
146
|
-
prompt: string;
|
|
168
|
+
agendaJobId?: string | undefined;
|
|
147
169
|
}, HookContext<StrategiesGenerateService<import("./generate.class").StrategiesGenerateParams>>>;
|
|
148
170
|
export declare const strategiesGeneratePatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
149
171
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
150
172
|
prompt: import("@feathersjs/typebox").TString<string>;
|
|
151
173
|
context: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
152
174
|
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
153
|
-
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">]>>;
|
|
175
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
176
|
+
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
154
177
|
templateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
178
|
+
currentStep: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
179
|
+
error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
155
180
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
156
181
|
public: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
157
182
|
auto: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
@@ -172,44 +197,53 @@ export declare const strategiesGeneratePatchSchema: import("@feathersjs/typebox"
|
|
|
172
197
|
days: import("@feathersjs/typebox").TNumber;
|
|
173
198
|
}>;
|
|
174
199
|
}>>;
|
|
200
|
+
/** Agenda.js job ID — for tracking / cancellation of the agent execution. */
|
|
201
|
+
agendaJobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
175
202
|
}>>;
|
|
176
203
|
export type StrategiesGeneratePatch = Static<typeof strategiesGeneratePatchSchema>;
|
|
177
204
|
export declare const strategiesGeneratePatchValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
178
205
|
export declare const strategiesGeneratePatchResolver: import("@feathersjs/schema").Resolver<{
|
|
179
|
-
|
|
180
|
-
|
|
206
|
+
_id: string | {};
|
|
207
|
+
prompt: string;
|
|
181
208
|
context?: string | undefined;
|
|
182
209
|
description?: string | undefined;
|
|
210
|
+
status?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
211
|
+
strategyId?: string | undefined;
|
|
183
212
|
templateId?: string | undefined;
|
|
184
|
-
|
|
213
|
+
currentStep?: string | undefined;
|
|
214
|
+
error?: string | undefined;
|
|
215
|
+
createdAt?: string | undefined;
|
|
216
|
+
public?: boolean | undefined;
|
|
185
217
|
auto?: {
|
|
186
218
|
hyperopt: {
|
|
219
|
+
enabled: boolean;
|
|
187
220
|
exchangeId?: string | {} | undefined;
|
|
188
221
|
traderId?: string | {} | undefined;
|
|
189
|
-
function: "ShortTradeDurHyperOptLoss" | "OnlyProfitHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily" | "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "ProfitDrawDownHyperOptLoss";
|
|
190
|
-
days: number;
|
|
191
|
-
enabled: boolean;
|
|
192
|
-
options: {
|
|
193
|
-
protections: boolean;
|
|
194
|
-
eps: boolean;
|
|
195
|
-
};
|
|
196
222
|
epochs: number;
|
|
197
223
|
overrides: {
|
|
198
|
-
dry_run_wallet: number;
|
|
199
224
|
max_open_trades: number;
|
|
225
|
+
dry_run_wallet: number;
|
|
226
|
+
};
|
|
227
|
+
options: {
|
|
228
|
+
protections: boolean;
|
|
229
|
+
eps: boolean;
|
|
200
230
|
};
|
|
231
|
+
function: "CalmarHyperOptLoss" | "MaxDrawDownHyperOptLoss" | "MaxDrawDownRelativeHyperOptLoss" | "OnlyProfitHyperOptLoss" | "ProfitDrawDownHyperOptLoss" | "SharpeHyperOptLoss" | "SharpeHyperOptLossDaily" | "ShortTradeDurHyperOptLoss" | "SortinoHyperOptLoss" | "SortinoHyperOptLossDaily";
|
|
232
|
+
days: number;
|
|
201
233
|
};
|
|
202
234
|
} | undefined;
|
|
203
|
-
|
|
204
|
-
prompt: string;
|
|
235
|
+
agendaJobId?: string | undefined;
|
|
205
236
|
}, HookContext<StrategiesGenerateService<import("./generate.class").StrategiesGenerateParams>>>;
|
|
206
237
|
export declare const strategiesGenerateQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
207
238
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
208
239
|
prompt: import("@feathersjs/typebox").TString<string>;
|
|
209
240
|
context: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
210
241
|
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
211
|
-
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">]>>;
|
|
242
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
243
|
+
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
212
244
|
templateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
245
|
+
currentStep: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
246
|
+
error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
213
247
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
214
248
|
public: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
215
249
|
auto: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
@@ -230,15 +264,22 @@ export declare const strategiesGenerateQueryProperties: import("@feathersjs/type
|
|
|
230
264
|
days: import("@feathersjs/typebox").TNumber;
|
|
231
265
|
}>;
|
|
232
266
|
}>>;
|
|
233
|
-
|
|
267
|
+
/** Agenda.js job ID — for tracking / cancellation of the agent execution. */
|
|
268
|
+
agendaJobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
269
|
+
}>, ["_id", "prompt", "status", "strategyId", "error", "currentStep", "createdAt"]>;
|
|
234
270
|
export declare const strategiesGenerateQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
235
271
|
$limit: import("@feathersjs/typebox").TNumber;
|
|
236
272
|
$skip: import("@feathersjs/typebox").TNumber;
|
|
237
273
|
$sort: import("@feathersjs/typebox").TObject<{
|
|
238
274
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
275
|
+
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
276
|
+
currentStep: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
277
|
+
error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
239
278
|
prompt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
279
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
280
|
+
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
240
281
|
}>;
|
|
241
|
-
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "prompt")[]>;
|
|
282
|
+
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "currentStep" | "error" | "prompt" | "status" | "strategyId")[]>;
|
|
242
283
|
$and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
243
284
|
_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<{
|
|
244
285
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -246,8 +287,41 @@ export declare const strategiesGenerateQuerySchema: import("@feathersjs/typebox"
|
|
|
246
287
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
247
288
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
248
289
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
249
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
250
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
290
|
+
$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<{}>]>;
|
|
291
|
+
$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<{}>]>;
|
|
292
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
293
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
294
|
+
} | undefined>]>>]>>;
|
|
295
|
+
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
296
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
297
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
298
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
299
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
300
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
301
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
302
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
303
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
304
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
305
|
+
} | undefined>]>>]>>;
|
|
306
|
+
currentStep: 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<{
|
|
307
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
308
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
309
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
310
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
311
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
312
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
313
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
314
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
315
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
316
|
+
} | undefined>]>>]>>;
|
|
317
|
+
error: 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<{
|
|
318
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
319
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
320
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
321
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
322
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
323
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
324
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
251
325
|
}>, import("@feathersjs/typebox").TObject<{
|
|
252
326
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
253
327
|
} | undefined>]>>]>>;
|
|
@@ -257,8 +331,30 @@ export declare const strategiesGenerateQuerySchema: import("@feathersjs/typebox"
|
|
|
257
331
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
258
332
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
259
333
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
260
|
-
$in: import("@feathersjs/typebox").
|
|
261
|
-
$nin: import("@feathersjs/typebox").
|
|
334
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
335
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
336
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
337
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
338
|
+
} | undefined>]>>]>>;
|
|
339
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
340
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
341
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
342
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
343
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
344
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
345
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
346
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
347
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
348
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
349
|
+
} | undefined>]>>]>>;
|
|
350
|
+
strategyId: 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<{
|
|
351
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
352
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
353
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
354
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
355
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
356
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
357
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
262
358
|
}>, import("@feathersjs/typebox").TObject<{
|
|
263
359
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
264
360
|
} | undefined>]>>]>>;
|
|
@@ -270,8 +366,41 @@ export declare const strategiesGenerateQuerySchema: import("@feathersjs/typebox"
|
|
|
270
366
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
271
367
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
272
368
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
273
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
274
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
369
|
+
$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<{}>]>;
|
|
370
|
+
$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<{}>]>;
|
|
371
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
372
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
373
|
+
} | undefined>]>>]>>;
|
|
374
|
+
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
375
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
376
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
377
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
378
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
379
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
380
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
381
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
382
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
383
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
384
|
+
} | undefined>]>>]>>;
|
|
385
|
+
currentStep: 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<{
|
|
386
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
387
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
388
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
389
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
390
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
391
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
392
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
393
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
394
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
395
|
+
} | undefined>]>>]>>;
|
|
396
|
+
error: 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<{
|
|
397
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
398
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
399
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
400
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
401
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
402
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
403
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
275
404
|
}>, import("@feathersjs/typebox").TObject<{
|
|
276
405
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
277
406
|
} | undefined>]>>]>>;
|
|
@@ -281,8 +410,30 @@ export declare const strategiesGenerateQuerySchema: import("@feathersjs/typebox"
|
|
|
281
410
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
282
411
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
283
412
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
284
|
-
$in: import("@feathersjs/typebox").
|
|
285
|
-
$nin: import("@feathersjs/typebox").
|
|
413
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
414
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
415
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
416
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
417
|
+
} | undefined>]>>]>>;
|
|
418
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
419
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
420
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
421
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
422
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
423
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
424
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
425
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
426
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
427
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
428
|
+
} | undefined>]>>]>>;
|
|
429
|
+
strategyId: 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<{
|
|
430
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
431
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
432
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
433
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
434
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
435
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
436
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
286
437
|
}>, import("@feathersjs/typebox").TObject<{
|
|
287
438
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
288
439
|
} | undefined>]>>]>>;
|
|
@@ -295,8 +446,41 @@ export declare const strategiesGenerateQuerySchema: import("@feathersjs/typebox"
|
|
|
295
446
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
296
447
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
297
448
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
298
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
299
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
449
|
+
$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<{}>]>;
|
|
450
|
+
$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<{}>]>;
|
|
451
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
452
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
453
|
+
} | undefined>]>>]>>;
|
|
454
|
+
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
455
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
456
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
457
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
458
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
459
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
460
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
461
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
462
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
463
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
464
|
+
} | undefined>]>>]>>;
|
|
465
|
+
currentStep: 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<{
|
|
466
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
467
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
468
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
469
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
470
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
471
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
472
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
473
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
474
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
475
|
+
} | undefined>]>>]>>;
|
|
476
|
+
error: 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<{
|
|
477
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
478
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
479
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
480
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
481
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
482
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
483
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
300
484
|
}>, import("@feathersjs/typebox").TObject<{
|
|
301
485
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
302
486
|
} | undefined>]>>]>>;
|
|
@@ -306,8 +490,30 @@ export declare const strategiesGenerateQuerySchema: import("@feathersjs/typebox"
|
|
|
306
490
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
307
491
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
308
492
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
309
|
-
$in: import("@feathersjs/typebox").
|
|
310
|
-
$nin: import("@feathersjs/typebox").
|
|
493
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
494
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
495
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
496
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
497
|
+
} | undefined>]>>]>>;
|
|
498
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
499
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
500
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
501
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
502
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
503
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
504
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
505
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
506
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
507
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
508
|
+
} | undefined>]>>]>>;
|
|
509
|
+
strategyId: 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<{
|
|
510
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
511
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
512
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
513
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
514
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
515
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
516
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
311
517
|
}>, import("@feathersjs/typebox").TObject<{
|
|
312
518
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
313
519
|
} | undefined>]>>]>>;
|
|
@@ -319,8 +525,41 @@ export declare const strategiesGenerateQuerySchema: import("@feathersjs/typebox"
|
|
|
319
525
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
320
526
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
321
527
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
322
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
323
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
528
|
+
$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<{}>]>;
|
|
529
|
+
$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<{}>]>;
|
|
530
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
531
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
532
|
+
} | undefined>]>>]>>;
|
|
533
|
+
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
534
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
535
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
536
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
537
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
538
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
539
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
540
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
541
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
542
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
543
|
+
} | undefined>]>>]>>;
|
|
544
|
+
currentStep: 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<{
|
|
545
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
546
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
547
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
548
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
549
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
550
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
551
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
552
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
553
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
554
|
+
} | undefined>]>>]>>;
|
|
555
|
+
error: 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<{
|
|
556
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
557
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
558
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
559
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
560
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
561
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
562
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
324
563
|
}>, import("@feathersjs/typebox").TObject<{
|
|
325
564
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
326
565
|
} | undefined>]>>]>>;
|
|
@@ -330,8 +569,30 @@ export declare const strategiesGenerateQuerySchema: import("@feathersjs/typebox"
|
|
|
330
569
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
331
570
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
332
571
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
333
|
-
$in: import("@feathersjs/typebox").
|
|
334
|
-
$nin: import("@feathersjs/typebox").
|
|
572
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
573
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
574
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
575
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
576
|
+
} | undefined>]>>]>>;
|
|
577
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
578
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
579
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
580
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
581
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
582
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
583
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
584
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"SUCCEEDED">, import("@feathersjs/typebox").TLiteral<"FAILED">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
|
|
585
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
586
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
587
|
+
} | undefined>]>>]>>;
|
|
588
|
+
strategyId: 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<{
|
|
589
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
590
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
591
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
592
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
593
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
594
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
595
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
335
596
|
}>, import("@feathersjs/typebox").TObject<{
|
|
336
597
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
337
598
|
} | undefined>]>>]>>;
|
|
@@ -343,18 +604,50 @@ export declare const strategiesGenerateQueryResolver: import("@feathersjs/schema
|
|
|
343
604
|
$skip: number;
|
|
344
605
|
$sort: {
|
|
345
606
|
_id?: number | undefined;
|
|
607
|
+
createdAt?: number | undefined;
|
|
608
|
+
currentStep?: number | undefined;
|
|
609
|
+
error?: number | undefined;
|
|
346
610
|
prompt?: number | undefined;
|
|
611
|
+
status?: number | undefined;
|
|
612
|
+
strategyId?: number | undefined;
|
|
347
613
|
};
|
|
348
|
-
$select: ("_id" | "prompt")[];
|
|
614
|
+
$select: ("_id" | "createdAt" | "currentStep" | "error" | "prompt" | "status" | "strategyId")[];
|
|
349
615
|
$and: ({
|
|
350
|
-
_id?: string |
|
|
616
|
+
_id?: string | Partial<{
|
|
351
617
|
$gt: string | {};
|
|
352
618
|
$gte: string | {};
|
|
353
619
|
$lt: string | {};
|
|
354
620
|
$lte: string | {};
|
|
355
621
|
$ne: string | {};
|
|
356
|
-
$in: string |
|
|
357
|
-
$nin: string |
|
|
622
|
+
$in: string | (string | {})[] | {};
|
|
623
|
+
$nin: string | (string | {})[] | {};
|
|
624
|
+
} & {}> | {} | undefined;
|
|
625
|
+
createdAt?: string | Partial<{
|
|
626
|
+
$gt?: string | undefined;
|
|
627
|
+
$gte?: string | undefined;
|
|
628
|
+
$lt?: string | undefined;
|
|
629
|
+
$lte?: string | undefined;
|
|
630
|
+
$ne?: string | undefined;
|
|
631
|
+
$in: string | string[];
|
|
632
|
+
$nin: string | string[];
|
|
633
|
+
} & {}> | undefined;
|
|
634
|
+
currentStep?: string | Partial<{
|
|
635
|
+
$gt?: string | undefined;
|
|
636
|
+
$gte?: string | undefined;
|
|
637
|
+
$lt?: string | undefined;
|
|
638
|
+
$lte?: string | undefined;
|
|
639
|
+
$ne?: string | undefined;
|
|
640
|
+
$in: string | string[];
|
|
641
|
+
$nin: string | string[];
|
|
642
|
+
} & {}> | undefined;
|
|
643
|
+
error?: string | Partial<{
|
|
644
|
+
$gt?: string | undefined;
|
|
645
|
+
$gte?: string | undefined;
|
|
646
|
+
$lt?: string | undefined;
|
|
647
|
+
$lte?: string | undefined;
|
|
648
|
+
$ne?: string | undefined;
|
|
649
|
+
$in: string | string[];
|
|
650
|
+
$nin: string | string[];
|
|
358
651
|
} & {}> | undefined;
|
|
359
652
|
prompt?: string | Partial<{
|
|
360
653
|
$gt: string;
|
|
@@ -365,16 +658,61 @@ export declare const strategiesGenerateQueryResolver: import("@feathersjs/schema
|
|
|
365
658
|
$in: string | string[];
|
|
366
659
|
$nin: string | string[];
|
|
367
660
|
} & {}> | undefined;
|
|
661
|
+
status?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | Partial<{
|
|
662
|
+
$gt?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
663
|
+
$gte?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
664
|
+
$lt?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
665
|
+
$lte?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
666
|
+
$ne?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
667
|
+
$in: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | ("FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating")[];
|
|
668
|
+
$nin: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | ("FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating")[];
|
|
669
|
+
} & {}> | undefined;
|
|
670
|
+
strategyId?: string | Partial<{
|
|
671
|
+
$gt?: string | undefined;
|
|
672
|
+
$gte?: string | undefined;
|
|
673
|
+
$lt?: string | undefined;
|
|
674
|
+
$lte?: string | undefined;
|
|
675
|
+
$ne?: string | undefined;
|
|
676
|
+
$in: string | string[];
|
|
677
|
+
$nin: string | string[];
|
|
678
|
+
} & {}> | undefined;
|
|
368
679
|
} | {
|
|
369
680
|
$or: {
|
|
370
|
-
_id?: string |
|
|
681
|
+
_id?: string | Partial<{
|
|
371
682
|
$gt: string | {};
|
|
372
683
|
$gte: string | {};
|
|
373
684
|
$lt: string | {};
|
|
374
685
|
$lte: string | {};
|
|
375
686
|
$ne: string | {};
|
|
376
|
-
$in: string |
|
|
377
|
-
$nin: string |
|
|
687
|
+
$in: string | (string | {})[] | {};
|
|
688
|
+
$nin: string | (string | {})[] | {};
|
|
689
|
+
} & {}> | {} | undefined;
|
|
690
|
+
createdAt?: string | Partial<{
|
|
691
|
+
$gt?: string | undefined;
|
|
692
|
+
$gte?: string | undefined;
|
|
693
|
+
$lt?: string | undefined;
|
|
694
|
+
$lte?: string | undefined;
|
|
695
|
+
$ne?: string | undefined;
|
|
696
|
+
$in: string | string[];
|
|
697
|
+
$nin: string | string[];
|
|
698
|
+
} & {}> | undefined;
|
|
699
|
+
currentStep?: string | Partial<{
|
|
700
|
+
$gt?: string | undefined;
|
|
701
|
+
$gte?: string | undefined;
|
|
702
|
+
$lt?: string | undefined;
|
|
703
|
+
$lte?: string | undefined;
|
|
704
|
+
$ne?: string | undefined;
|
|
705
|
+
$in: string | string[];
|
|
706
|
+
$nin: string | string[];
|
|
707
|
+
} & {}> | undefined;
|
|
708
|
+
error?: string | Partial<{
|
|
709
|
+
$gt?: string | undefined;
|
|
710
|
+
$gte?: string | undefined;
|
|
711
|
+
$lt?: string | undefined;
|
|
712
|
+
$lte?: string | undefined;
|
|
713
|
+
$ne?: string | undefined;
|
|
714
|
+
$in: string | string[];
|
|
715
|
+
$nin: string | string[];
|
|
378
716
|
} & {}> | undefined;
|
|
379
717
|
prompt?: string | Partial<{
|
|
380
718
|
$gt: string;
|
|
@@ -385,17 +723,62 @@ export declare const strategiesGenerateQueryResolver: import("@feathersjs/schema
|
|
|
385
723
|
$in: string | string[];
|
|
386
724
|
$nin: string | string[];
|
|
387
725
|
} & {}> | undefined;
|
|
726
|
+
status?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | Partial<{
|
|
727
|
+
$gt?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
728
|
+
$gte?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
729
|
+
$lt?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
730
|
+
$lte?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
731
|
+
$ne?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
732
|
+
$in: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | ("FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating")[];
|
|
733
|
+
$nin: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | ("FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating")[];
|
|
734
|
+
} & {}> | undefined;
|
|
735
|
+
strategyId?: string | Partial<{
|
|
736
|
+
$gt?: string | undefined;
|
|
737
|
+
$gte?: string | undefined;
|
|
738
|
+
$lt?: string | undefined;
|
|
739
|
+
$lte?: string | undefined;
|
|
740
|
+
$ne?: string | undefined;
|
|
741
|
+
$in: string | string[];
|
|
742
|
+
$nin: string | string[];
|
|
743
|
+
} & {}> | undefined;
|
|
388
744
|
}[];
|
|
389
745
|
})[];
|
|
390
746
|
$or: {
|
|
391
|
-
_id?: string |
|
|
747
|
+
_id?: string | Partial<{
|
|
392
748
|
$gt: string | {};
|
|
393
749
|
$gte: string | {};
|
|
394
750
|
$lt: string | {};
|
|
395
751
|
$lte: string | {};
|
|
396
752
|
$ne: string | {};
|
|
397
|
-
$in: string |
|
|
398
|
-
$nin: string |
|
|
753
|
+
$in: string | (string | {})[] | {};
|
|
754
|
+
$nin: string | (string | {})[] | {};
|
|
755
|
+
} & {}> | {} | undefined;
|
|
756
|
+
createdAt?: string | Partial<{
|
|
757
|
+
$gt?: string | undefined;
|
|
758
|
+
$gte?: string | undefined;
|
|
759
|
+
$lt?: string | undefined;
|
|
760
|
+
$lte?: string | undefined;
|
|
761
|
+
$ne?: string | undefined;
|
|
762
|
+
$in: string | string[];
|
|
763
|
+
$nin: string | string[];
|
|
764
|
+
} & {}> | undefined;
|
|
765
|
+
currentStep?: string | Partial<{
|
|
766
|
+
$gt?: string | undefined;
|
|
767
|
+
$gte?: string | undefined;
|
|
768
|
+
$lt?: string | undefined;
|
|
769
|
+
$lte?: string | undefined;
|
|
770
|
+
$ne?: string | undefined;
|
|
771
|
+
$in: string | string[];
|
|
772
|
+
$nin: string | string[];
|
|
773
|
+
} & {}> | undefined;
|
|
774
|
+
error?: string | Partial<{
|
|
775
|
+
$gt?: string | undefined;
|
|
776
|
+
$gte?: string | undefined;
|
|
777
|
+
$lt?: string | undefined;
|
|
778
|
+
$lte?: string | undefined;
|
|
779
|
+
$ne?: string | undefined;
|
|
780
|
+
$in: string | string[];
|
|
781
|
+
$nin: string | string[];
|
|
399
782
|
} & {}> | undefined;
|
|
400
783
|
prompt?: string | Partial<{
|
|
401
784
|
$gt: string;
|
|
@@ -406,16 +789,61 @@ export declare const strategiesGenerateQueryResolver: import("@feathersjs/schema
|
|
|
406
789
|
$in: string | string[];
|
|
407
790
|
$nin: string | string[];
|
|
408
791
|
} & {}> | undefined;
|
|
792
|
+
status?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | Partial<{
|
|
793
|
+
$gt?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
794
|
+
$gte?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
795
|
+
$lt?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
796
|
+
$lte?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
797
|
+
$ne?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
798
|
+
$in: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | ("FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating")[];
|
|
799
|
+
$nin: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | ("FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating")[];
|
|
800
|
+
} & {}> | undefined;
|
|
801
|
+
strategyId?: string | Partial<{
|
|
802
|
+
$gt?: string | undefined;
|
|
803
|
+
$gte?: string | undefined;
|
|
804
|
+
$lt?: string | undefined;
|
|
805
|
+
$lte?: string | undefined;
|
|
806
|
+
$ne?: string | undefined;
|
|
807
|
+
$in: string | string[];
|
|
808
|
+
$nin: string | string[];
|
|
809
|
+
} & {}> | undefined;
|
|
409
810
|
}[];
|
|
410
811
|
}> & {
|
|
411
|
-
_id?: string |
|
|
812
|
+
_id?: string | Partial<{
|
|
412
813
|
$gt: string | {};
|
|
413
814
|
$gte: string | {};
|
|
414
815
|
$lt: string | {};
|
|
415
816
|
$lte: string | {};
|
|
416
817
|
$ne: string | {};
|
|
417
|
-
$in: string |
|
|
418
|
-
$nin: string |
|
|
818
|
+
$in: string | (string | {})[] | {};
|
|
819
|
+
$nin: string | (string | {})[] | {};
|
|
820
|
+
} & {}> | {} | undefined;
|
|
821
|
+
createdAt?: string | Partial<{
|
|
822
|
+
$gt?: string | undefined;
|
|
823
|
+
$gte?: string | undefined;
|
|
824
|
+
$lt?: string | undefined;
|
|
825
|
+
$lte?: string | undefined;
|
|
826
|
+
$ne?: string | undefined;
|
|
827
|
+
$in: string | string[];
|
|
828
|
+
$nin: string | string[];
|
|
829
|
+
} & {}> | undefined;
|
|
830
|
+
currentStep?: string | Partial<{
|
|
831
|
+
$gt?: string | undefined;
|
|
832
|
+
$gte?: string | undefined;
|
|
833
|
+
$lt?: string | undefined;
|
|
834
|
+
$lte?: string | undefined;
|
|
835
|
+
$ne?: string | undefined;
|
|
836
|
+
$in: string | string[];
|
|
837
|
+
$nin: string | string[];
|
|
838
|
+
} & {}> | undefined;
|
|
839
|
+
error?: string | Partial<{
|
|
840
|
+
$gt?: string | undefined;
|
|
841
|
+
$gte?: string | undefined;
|
|
842
|
+
$lt?: string | undefined;
|
|
843
|
+
$lte?: string | undefined;
|
|
844
|
+
$ne?: string | undefined;
|
|
845
|
+
$in: string | string[];
|
|
846
|
+
$nin: string | string[];
|
|
419
847
|
} & {}> | undefined;
|
|
420
848
|
prompt?: string | Partial<{
|
|
421
849
|
$gt: string;
|
|
@@ -426,4 +854,22 @@ export declare const strategiesGenerateQueryResolver: import("@feathersjs/schema
|
|
|
426
854
|
$in: string | string[];
|
|
427
855
|
$nin: string | string[];
|
|
428
856
|
} & {}> | undefined;
|
|
857
|
+
status?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | Partial<{
|
|
858
|
+
$gt?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
859
|
+
$gte?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
860
|
+
$lt?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
861
|
+
$lte?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
862
|
+
$ne?: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | undefined;
|
|
863
|
+
$in: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | ("FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating")[];
|
|
864
|
+
$nin: "FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating" | ("FAILED" | "SUCCEEDED" | "completed" | "failed" | "generating")[];
|
|
865
|
+
} & {}> | undefined;
|
|
866
|
+
strategyId?: string | Partial<{
|
|
867
|
+
$gt?: string | undefined;
|
|
868
|
+
$gte?: string | undefined;
|
|
869
|
+
$lt?: string | undefined;
|
|
870
|
+
$lte?: string | undefined;
|
|
871
|
+
$ne?: string | undefined;
|
|
872
|
+
$in: string | string[];
|
|
873
|
+
$nin: string | string[];
|
|
874
|
+
} & {}> | undefined;
|
|
429
875
|
} & {}, HookContext<StrategiesGenerateService<import("./generate.class").StrategiesGenerateParams>>>;
|