@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,5 +1,5 @@
|
|
|
1
1
|
import type { Static } from '@feathersjs/typebox';
|
|
2
|
-
import type
|
|
2
|
+
import { type HookContext } from '../../../../declarations';
|
|
3
3
|
import type { TradersPodsEventsService } from './events.class';
|
|
4
4
|
export declare const tradersPodsEventsSchema: import("@feathersjs/typebox").TObject<{
|
|
5
5
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -11,6 +11,13 @@ export declare const tradersPodsEventsSchema: import("@feathersjs/typebox").TObj
|
|
|
11
11
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
12
12
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
13
13
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
14
|
+
stopDetails: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
15
|
+
stopCode: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
16
|
+
stoppedReason: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
17
|
+
containerExitCode: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
18
|
+
containerReason: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
19
|
+
taskArn: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
20
|
+
}>>;
|
|
14
21
|
extraContent: import("@feathersjs/typebox").TString<string>;
|
|
15
22
|
pair: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
16
23
|
gain: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -23,42 +30,56 @@ export declare const tradersPodsEventsSchema: import("@feathersjs/typebox").TObj
|
|
|
23
30
|
export type TradersPodsEvents = Static<typeof tradersPodsEventsSchema>;
|
|
24
31
|
export declare const tradersPodsEventsValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
25
32
|
export declare const tradersPodsEventsResolver: import("@feathersjs/schema").Resolver<{
|
|
33
|
+
_id: string | {};
|
|
34
|
+
image: string;
|
|
35
|
+
event: string;
|
|
36
|
+
status?: string | undefined;
|
|
37
|
+
description?: string | undefined;
|
|
38
|
+
traderId: string;
|
|
39
|
+
userId: string;
|
|
26
40
|
createdAt?: any;
|
|
27
41
|
updatedAt?: any;
|
|
28
|
-
|
|
29
|
-
|
|
42
|
+
stopDetails?: {
|
|
43
|
+
stopCode?: string | undefined;
|
|
44
|
+
stoppedReason?: string | undefined;
|
|
45
|
+
containerExitCode?: number | undefined;
|
|
46
|
+
containerReason?: string | undefined;
|
|
47
|
+
taskArn?: string | undefined;
|
|
48
|
+
} | undefined;
|
|
49
|
+
extraContent: string;
|
|
30
50
|
pair?: string | undefined;
|
|
31
51
|
gain?: string | undefined;
|
|
32
52
|
profit_amount?: any;
|
|
33
|
-
profit_ratio?: any;
|
|
34
53
|
close_date?: any;
|
|
54
|
+
profit_ratio?: any;
|
|
35
55
|
summary?: any;
|
|
36
|
-
image: string;
|
|
37
|
-
_id: string | {};
|
|
38
|
-
userId: string;
|
|
39
|
-
event: string;
|
|
40
|
-
traderId: string;
|
|
41
56
|
icon: string;
|
|
42
|
-
extraContent: string;
|
|
43
57
|
}, HookContext<TradersPodsEventsService<import("./events.class").TradersPodsEventsParams>>>;
|
|
44
58
|
export declare const tradersPodsEventsExternalResolver: import("@feathersjs/schema").Resolver<{
|
|
59
|
+
_id: string | {};
|
|
60
|
+
image: string;
|
|
61
|
+
event: string;
|
|
62
|
+
status?: string | undefined;
|
|
63
|
+
description?: string | undefined;
|
|
64
|
+
traderId: string;
|
|
65
|
+
userId: string;
|
|
45
66
|
createdAt?: any;
|
|
46
67
|
updatedAt?: any;
|
|
47
|
-
|
|
48
|
-
|
|
68
|
+
stopDetails?: {
|
|
69
|
+
stopCode?: string | undefined;
|
|
70
|
+
stoppedReason?: string | undefined;
|
|
71
|
+
containerExitCode?: number | undefined;
|
|
72
|
+
containerReason?: string | undefined;
|
|
73
|
+
taskArn?: string | undefined;
|
|
74
|
+
} | undefined;
|
|
75
|
+
extraContent: string;
|
|
49
76
|
pair?: string | undefined;
|
|
50
77
|
gain?: string | undefined;
|
|
51
78
|
profit_amount?: any;
|
|
52
|
-
profit_ratio?: any;
|
|
53
79
|
close_date?: any;
|
|
80
|
+
profit_ratio?: any;
|
|
54
81
|
summary?: any;
|
|
55
|
-
image: string;
|
|
56
|
-
_id: string | {};
|
|
57
|
-
userId: string;
|
|
58
|
-
event: string;
|
|
59
|
-
traderId: string;
|
|
60
82
|
icon: string;
|
|
61
|
-
extraContent: string;
|
|
62
83
|
}, HookContext<TradersPodsEventsService<import("./events.class").TradersPodsEventsParams>>>;
|
|
63
84
|
export declare const tradersPodsEventsDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
64
85
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -70,6 +91,13 @@ export declare const tradersPodsEventsDataSchema: import("@feathersjs/typebox").
|
|
|
70
91
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
71
92
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
72
93
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
94
|
+
stopDetails: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
95
|
+
stopCode: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
96
|
+
stoppedReason: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
97
|
+
containerExitCode: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
98
|
+
containerReason: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
99
|
+
taskArn: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
100
|
+
}>>;
|
|
73
101
|
extraContent: import("@feathersjs/typebox").TString<string>;
|
|
74
102
|
pair: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
75
103
|
gain: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -78,27 +106,34 @@ export declare const tradersPodsEventsDataSchema: import("@feathersjs/typebox").
|
|
|
78
106
|
profit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
79
107
|
summary: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
80
108
|
icon: import("@feathersjs/typebox").TString<string>;
|
|
81
|
-
}>, ["event", "traderId", "createdAt", "updatedAt", "userId", "status", "description", "icon"]>;
|
|
109
|
+
}>, ["event", "traderId", "createdAt", "updatedAt", "userId", "status", "description", "icon", "stopDetails"]>;
|
|
82
110
|
export type TradersPodsEventsData = Static<typeof tradersPodsEventsDataSchema>;
|
|
83
111
|
export declare const tradersPodsEventsDataValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
84
112
|
export declare const tradersPodsEventsDataResolver: import("@feathersjs/schema").Resolver<{
|
|
113
|
+
_id: string | {};
|
|
114
|
+
image: string;
|
|
115
|
+
event: string;
|
|
116
|
+
status?: string | undefined;
|
|
117
|
+
description?: string | undefined;
|
|
118
|
+
traderId: string;
|
|
119
|
+
userId: string;
|
|
85
120
|
createdAt?: any;
|
|
86
121
|
updatedAt?: any;
|
|
87
|
-
|
|
88
|
-
|
|
122
|
+
stopDetails?: {
|
|
123
|
+
stopCode?: string | undefined;
|
|
124
|
+
stoppedReason?: string | undefined;
|
|
125
|
+
containerExitCode?: number | undefined;
|
|
126
|
+
containerReason?: string | undefined;
|
|
127
|
+
taskArn?: string | undefined;
|
|
128
|
+
} | undefined;
|
|
129
|
+
extraContent: string;
|
|
89
130
|
pair?: string | undefined;
|
|
90
131
|
gain?: string | undefined;
|
|
91
132
|
profit_amount?: any;
|
|
92
|
-
profit_ratio?: any;
|
|
93
133
|
close_date?: any;
|
|
134
|
+
profit_ratio?: any;
|
|
94
135
|
summary?: any;
|
|
95
|
-
image: string;
|
|
96
|
-
_id: string | {};
|
|
97
|
-
userId: string;
|
|
98
|
-
event: string;
|
|
99
|
-
traderId: string;
|
|
100
136
|
icon: string;
|
|
101
|
-
extraContent: string;
|
|
102
137
|
}, HookContext<TradersPodsEventsService<import("./events.class").TradersPodsEventsParams>>>;
|
|
103
138
|
export declare const tradersPodsEventsPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
104
139
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -110,6 +145,13 @@ export declare const tradersPodsEventsPatchSchema: import("@feathersjs/typebox")
|
|
|
110
145
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
111
146
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
112
147
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
148
|
+
stopDetails: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
149
|
+
stopCode: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
150
|
+
stoppedReason: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
151
|
+
containerExitCode: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
152
|
+
containerReason: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
153
|
+
taskArn: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
154
|
+
}>>;
|
|
113
155
|
extraContent: import("@feathersjs/typebox").TString<string>;
|
|
114
156
|
pair: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
115
157
|
gain: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -122,23 +164,30 @@ export declare const tradersPodsEventsPatchSchema: import("@feathersjs/typebox")
|
|
|
122
164
|
export type TradersPodsEventsPatch = Static<typeof tradersPodsEventsPatchSchema>;
|
|
123
165
|
export declare const tradersPodsEventsPatchValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
124
166
|
export declare const tradersPodsEventsPatchResolver: import("@feathersjs/schema").Resolver<{
|
|
167
|
+
_id: string | {};
|
|
168
|
+
image: string;
|
|
169
|
+
event: string;
|
|
170
|
+
status?: string | undefined;
|
|
171
|
+
description?: string | undefined;
|
|
172
|
+
traderId: string;
|
|
173
|
+
userId: string;
|
|
125
174
|
createdAt?: any;
|
|
126
175
|
updatedAt?: any;
|
|
127
|
-
|
|
128
|
-
|
|
176
|
+
stopDetails?: {
|
|
177
|
+
stopCode?: string | undefined;
|
|
178
|
+
stoppedReason?: string | undefined;
|
|
179
|
+
containerExitCode?: number | undefined;
|
|
180
|
+
containerReason?: string | undefined;
|
|
181
|
+
taskArn?: string | undefined;
|
|
182
|
+
} | undefined;
|
|
183
|
+
extraContent: string;
|
|
129
184
|
pair?: string | undefined;
|
|
130
185
|
gain?: string | undefined;
|
|
131
186
|
profit_amount?: any;
|
|
132
|
-
profit_ratio?: any;
|
|
133
187
|
close_date?: any;
|
|
188
|
+
profit_ratio?: any;
|
|
134
189
|
summary?: any;
|
|
135
|
-
image: string;
|
|
136
|
-
_id: string | {};
|
|
137
|
-
userId: string;
|
|
138
|
-
event: string;
|
|
139
|
-
traderId: string;
|
|
140
190
|
icon: string;
|
|
141
|
-
extraContent: string;
|
|
142
191
|
}, HookContext<TradersPodsEventsService<import("./events.class").TradersPodsEventsParams>>>;
|
|
143
192
|
export declare const tradersPodsEventsQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
144
193
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -150,6 +199,13 @@ export declare const tradersPodsEventsQueryProperties: import("@feathersjs/typeb
|
|
|
150
199
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
151
200
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
152
201
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
202
|
+
stopDetails: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
203
|
+
stopCode: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
204
|
+
stoppedReason: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
205
|
+
containerExitCode: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
206
|
+
containerReason: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
207
|
+
taskArn: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
208
|
+
}>>;
|
|
153
209
|
extraContent: import("@feathersjs/typebox").TString<string>;
|
|
154
210
|
pair: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
155
211
|
gain: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -164,17 +220,17 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
164
220
|
$skip: import("@feathersjs/typebox").TNumber;
|
|
165
221
|
$sort: import("@feathersjs/typebox").TObject<{
|
|
166
222
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
223
|
+
close_date: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
167
224
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
168
|
-
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
169
225
|
event: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
170
|
-
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
171
|
-
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
172
226
|
gain: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
173
227
|
profit_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
174
228
|
profit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
175
|
-
|
|
229
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
230
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
231
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
176
232
|
}>;
|
|
177
|
-
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "
|
|
233
|
+
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "close_date" | "createdAt" | "event" | "gain" | "profit_amount" | "profit_ratio" | "status" | "traderId" | "userId")[]>;
|
|
178
234
|
$and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
179
235
|
_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<{
|
|
180
236
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -182,30 +238,30 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
182
238
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
183
239
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
184
240
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
185
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
186
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
241
|
+
$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<{}>]>;
|
|
242
|
+
$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<{}>]>;
|
|
187
243
|
}>, import("@feathersjs/typebox").TObject<{
|
|
188
244
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
189
245
|
} | undefined>]>>]>>;
|
|
190
|
-
|
|
246
|
+
close_date: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
191
247
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
192
248
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
193
249
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
194
250
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
195
251
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
196
|
-
$in: import("@feathersjs/typebox").
|
|
197
|
-
$nin: import("@feathersjs/typebox").
|
|
252
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
253
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
198
254
|
}>, import("@feathersjs/typebox").TObject<{
|
|
199
255
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
200
256
|
} | undefined>]>>]>>;
|
|
201
|
-
|
|
202
|
-
$gt: import("@feathersjs/typebox").
|
|
203
|
-
$gte: import("@feathersjs/typebox").
|
|
204
|
-
$lt: import("@feathersjs/typebox").
|
|
205
|
-
$lte: import("@feathersjs/typebox").
|
|
206
|
-
$ne: import("@feathersjs/typebox").
|
|
207
|
-
$in: import("@feathersjs/typebox").
|
|
208
|
-
$nin: import("@feathersjs/typebox").
|
|
257
|
+
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
258
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
259
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
260
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
261
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
262
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
263
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
264
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
209
265
|
}>, import("@feathersjs/typebox").TObject<{
|
|
210
266
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
211
267
|
} | undefined>]>>]>>;
|
|
@@ -215,30 +271,8 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
215
271
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
216
272
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
217
273
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
218
|
-
$in: import("@feathersjs/typebox").
|
|
219
|
-
$nin: import("@feathersjs/typebox").
|
|
220
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
221
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
222
|
-
} | undefined>]>>]>>;
|
|
223
|
-
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
224
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
225
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
226
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
227
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
228
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
229
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
230
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
231
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
232
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
233
|
-
} | undefined>]>>]>>;
|
|
234
|
-
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
235
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
236
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
237
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
238
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
239
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
240
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
241
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
274
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
275
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
242
276
|
}>, import("@feathersjs/typebox").TObject<{
|
|
243
277
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
244
278
|
} | undefined>]>>]>>;
|
|
@@ -248,8 +282,8 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
248
282
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
249
283
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
250
284
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
251
|
-
$in: import("@feathersjs/typebox").
|
|
252
|
-
$nin: import("@feathersjs/typebox").
|
|
285
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
286
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
253
287
|
}>, import("@feathersjs/typebox").TObject<{
|
|
254
288
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
255
289
|
} | undefined>]>>]>>;
|
|
@@ -259,8 +293,8 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
259
293
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
260
294
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
261
295
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
262
|
-
$in: import("@feathersjs/typebox").
|
|
263
|
-
$nin: import("@feathersjs/typebox").
|
|
296
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
297
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
264
298
|
}>, import("@feathersjs/typebox").TObject<{
|
|
265
299
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
266
300
|
} | undefined>]>>]>>;
|
|
@@ -270,19 +304,41 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
270
304
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
271
305
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
272
306
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
273
|
-
$in: import("@feathersjs/typebox").
|
|
274
|
-
$nin: import("@feathersjs/typebox").
|
|
307
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
308
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
275
309
|
}>, import("@feathersjs/typebox").TObject<{
|
|
276
310
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
277
311
|
} | undefined>]>>]>>;
|
|
278
|
-
|
|
279
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
280
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
281
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
282
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
283
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
284
|
-
$in: import("@feathersjs/typebox").
|
|
285
|
-
$nin: import("@feathersjs/typebox").
|
|
312
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
313
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
314
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
315
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
316
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
317
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
318
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
319
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
320
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
321
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
322
|
+
} | undefined>]>>]>>;
|
|
323
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
324
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
325
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
326
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
327
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
328
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
329
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
330
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
331
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
332
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
333
|
+
} | undefined>]>>]>>;
|
|
334
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
335
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
336
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
337
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
338
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
339
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
340
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
341
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
286
342
|
}>, import("@feathersjs/typebox").TObject<{
|
|
287
343
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
288
344
|
} | undefined>]>>]>>;
|
|
@@ -294,30 +350,30 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
294
350
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
295
351
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
296
352
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
297
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
298
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
353
|
+
$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<{}>]>;
|
|
354
|
+
$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<{}>]>;
|
|
299
355
|
}>, import("@feathersjs/typebox").TObject<{
|
|
300
356
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
301
357
|
} | undefined>]>>]>>;
|
|
302
|
-
|
|
358
|
+
close_date: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
303
359
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
304
360
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
305
361
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
306
362
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
307
363
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
308
|
-
$in: import("@feathersjs/typebox").
|
|
309
|
-
$nin: import("@feathersjs/typebox").
|
|
364
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
365
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
310
366
|
}>, import("@feathersjs/typebox").TObject<{
|
|
311
367
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
312
368
|
} | undefined>]>>]>>;
|
|
313
|
-
|
|
314
|
-
$gt: import("@feathersjs/typebox").
|
|
315
|
-
$gte: import("@feathersjs/typebox").
|
|
316
|
-
$lt: import("@feathersjs/typebox").
|
|
317
|
-
$lte: import("@feathersjs/typebox").
|
|
318
|
-
$ne: import("@feathersjs/typebox").
|
|
319
|
-
$in: import("@feathersjs/typebox").
|
|
320
|
-
$nin: import("@feathersjs/typebox").
|
|
369
|
+
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
370
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
371
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
372
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
373
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
374
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
375
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
376
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
321
377
|
}>, import("@feathersjs/typebox").TObject<{
|
|
322
378
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
323
379
|
} | undefined>]>>]>>;
|
|
@@ -327,30 +383,8 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
327
383
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
328
384
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
329
385
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
330
|
-
$in: import("@feathersjs/typebox").
|
|
331
|
-
$nin: import("@feathersjs/typebox").
|
|
332
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
333
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
334
|
-
} | undefined>]>>]>>;
|
|
335
|
-
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
336
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
337
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
338
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
339
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
340
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
341
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
342
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
343
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
344
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
345
|
-
} | undefined>]>>]>>;
|
|
346
|
-
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
347
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
348
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
349
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
350
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
351
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
352
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
353
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
386
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
387
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
354
388
|
}>, import("@feathersjs/typebox").TObject<{
|
|
355
389
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
356
390
|
} | undefined>]>>]>>;
|
|
@@ -360,8 +394,8 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
360
394
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
361
395
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
362
396
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
363
|
-
$in: import("@feathersjs/typebox").
|
|
364
|
-
$nin: import("@feathersjs/typebox").
|
|
397
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
398
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
365
399
|
}>, import("@feathersjs/typebox").TObject<{
|
|
366
400
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
367
401
|
} | undefined>]>>]>>;
|
|
@@ -371,8 +405,8 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
371
405
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
372
406
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
373
407
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
374
|
-
$in: import("@feathersjs/typebox").
|
|
375
|
-
$nin: import("@feathersjs/typebox").
|
|
408
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
409
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
376
410
|
}>, import("@feathersjs/typebox").TObject<{
|
|
377
411
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
378
412
|
} | undefined>]>>]>>;
|
|
@@ -382,19 +416,41 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
382
416
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
383
417
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
384
418
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
385
|
-
$in: import("@feathersjs/typebox").
|
|
386
|
-
$nin: import("@feathersjs/typebox").
|
|
419
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
420
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
387
421
|
}>, import("@feathersjs/typebox").TObject<{
|
|
388
422
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
389
423
|
} | undefined>]>>]>>;
|
|
390
|
-
|
|
391
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
392
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
393
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
394
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
395
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
396
|
-
$in: import("@feathersjs/typebox").
|
|
397
|
-
$nin: import("@feathersjs/typebox").
|
|
424
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
425
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
426
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
427
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
428
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
429
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
430
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
431
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
432
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
433
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
434
|
+
} | undefined>]>>]>>;
|
|
435
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
436
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
437
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
438
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
439
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
440
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
441
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
442
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
443
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
444
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
445
|
+
} | undefined>]>>]>>;
|
|
446
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
447
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
448
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
449
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
450
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
451
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
452
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
453
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
398
454
|
}>, import("@feathersjs/typebox").TObject<{
|
|
399
455
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
400
456
|
} | undefined>]>>]>>;
|
|
@@ -407,30 +463,30 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
407
463
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
408
464
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
409
465
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
410
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
411
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
466
|
+
$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<{}>]>;
|
|
467
|
+
$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<{}>]>;
|
|
412
468
|
}>, import("@feathersjs/typebox").TObject<{
|
|
413
469
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
414
470
|
} | undefined>]>>]>>;
|
|
415
|
-
|
|
471
|
+
close_date: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
416
472
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
417
473
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
418
474
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
419
475
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
420
476
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
421
|
-
$in: import("@feathersjs/typebox").
|
|
422
|
-
$nin: import("@feathersjs/typebox").
|
|
477
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
478
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
423
479
|
}>, import("@feathersjs/typebox").TObject<{
|
|
424
480
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
425
481
|
} | undefined>]>>]>>;
|
|
426
|
-
|
|
427
|
-
$gt: import("@feathersjs/typebox").
|
|
428
|
-
$gte: import("@feathersjs/typebox").
|
|
429
|
-
$lt: import("@feathersjs/typebox").
|
|
430
|
-
$lte: import("@feathersjs/typebox").
|
|
431
|
-
$ne: import("@feathersjs/typebox").
|
|
432
|
-
$in: import("@feathersjs/typebox").
|
|
433
|
-
$nin: import("@feathersjs/typebox").
|
|
482
|
+
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
483
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
484
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
485
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
486
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
487
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
488
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
489
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
434
490
|
}>, import("@feathersjs/typebox").TObject<{
|
|
435
491
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
436
492
|
} | undefined>]>>]>>;
|
|
@@ -440,30 +496,8 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
440
496
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
441
497
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
442
498
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
443
|
-
$in: import("@feathersjs/typebox").
|
|
444
|
-
$nin: import("@feathersjs/typebox").
|
|
445
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
446
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
447
|
-
} | undefined>]>>]>>;
|
|
448
|
-
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
449
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
450
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
451
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
452
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
453
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
454
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
455
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
456
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
457
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
458
|
-
} | undefined>]>>]>>;
|
|
459
|
-
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
460
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
461
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
462
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
463
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
464
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
465
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
466
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
499
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
500
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
467
501
|
}>, import("@feathersjs/typebox").TObject<{
|
|
468
502
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
469
503
|
} | undefined>]>>]>>;
|
|
@@ -473,8 +507,8 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
473
507
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
474
508
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
475
509
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
476
|
-
$in: import("@feathersjs/typebox").
|
|
477
|
-
$nin: import("@feathersjs/typebox").
|
|
510
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
511
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
478
512
|
}>, import("@feathersjs/typebox").TObject<{
|
|
479
513
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
480
514
|
} | undefined>]>>]>>;
|
|
@@ -484,8 +518,8 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
484
518
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
485
519
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
486
520
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
487
|
-
$in: import("@feathersjs/typebox").
|
|
488
|
-
$nin: import("@feathersjs/typebox").
|
|
521
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
522
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
489
523
|
}>, import("@feathersjs/typebox").TObject<{
|
|
490
524
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
491
525
|
} | undefined>]>>]>>;
|
|
@@ -495,19 +529,41 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
495
529
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
496
530
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
497
531
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
498
|
-
$in: import("@feathersjs/typebox").
|
|
499
|
-
$nin: import("@feathersjs/typebox").
|
|
532
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
533
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
500
534
|
}>, import("@feathersjs/typebox").TObject<{
|
|
501
535
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
502
536
|
} | undefined>]>>]>>;
|
|
503
|
-
|
|
504
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
505
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
506
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
507
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
508
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
509
|
-
$in: import("@feathersjs/typebox").
|
|
510
|
-
$nin: import("@feathersjs/typebox").
|
|
537
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
538
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
539
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
540
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
541
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
542
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
543
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
544
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
545
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
546
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
547
|
+
} | undefined>]>>]>>;
|
|
548
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
549
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
550
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
551
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
552
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
553
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
554
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
555
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
556
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
557
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
558
|
+
} | undefined>]>>]>>;
|
|
559
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
560
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
561
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
562
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
563
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
564
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
565
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
566
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
511
567
|
}>, import("@feathersjs/typebox").TObject<{
|
|
512
568
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
513
569
|
} | undefined>]>>]>>;
|
|
@@ -519,30 +575,30 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
519
575
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
520
576
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
521
577
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
522
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
523
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
578
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
579
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
524
580
|
}>, import("@feathersjs/typebox").TObject<{
|
|
525
581
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
526
582
|
} | undefined>]>>]>>;
|
|
527
|
-
|
|
583
|
+
close_date: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
528
584
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
529
585
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
530
586
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
531
587
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
532
588
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
533
|
-
$in: import("@feathersjs/typebox").
|
|
534
|
-
$nin: import("@feathersjs/typebox").
|
|
589
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
590
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
535
591
|
}>, import("@feathersjs/typebox").TObject<{
|
|
536
592
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
537
593
|
} | undefined>]>>]>>;
|
|
538
|
-
|
|
539
|
-
$gt: import("@feathersjs/typebox").
|
|
540
|
-
$gte: import("@feathersjs/typebox").
|
|
541
|
-
$lt: import("@feathersjs/typebox").
|
|
542
|
-
$lte: import("@feathersjs/typebox").
|
|
543
|
-
$ne: import("@feathersjs/typebox").
|
|
544
|
-
$in: import("@feathersjs/typebox").
|
|
545
|
-
$nin: import("@feathersjs/typebox").
|
|
594
|
+
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
595
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
596
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
597
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
598
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
599
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
600
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
601
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
546
602
|
}>, import("@feathersjs/typebox").TObject<{
|
|
547
603
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
548
604
|
} | undefined>]>>]>>;
|
|
@@ -552,30 +608,8 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
552
608
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
553
609
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
554
610
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
555
|
-
$in: import("@feathersjs/typebox").
|
|
556
|
-
$nin: import("@feathersjs/typebox").
|
|
557
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
558
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
559
|
-
} | undefined>]>>]>>;
|
|
560
|
-
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
561
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
562
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
563
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
564
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
565
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
566
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
567
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
568
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
569
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
570
|
-
} | undefined>]>>]>>;
|
|
571
|
-
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
572
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
573
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
574
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
575
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
576
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
577
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
578
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
611
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
612
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
579
613
|
}>, import("@feathersjs/typebox").TObject<{
|
|
580
614
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
581
615
|
} | undefined>]>>]>>;
|
|
@@ -585,8 +619,8 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
585
619
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
586
620
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
587
621
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
588
|
-
$in: import("@feathersjs/typebox").
|
|
589
|
-
$nin: import("@feathersjs/typebox").
|
|
622
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
623
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
590
624
|
}>, import("@feathersjs/typebox").TObject<{
|
|
591
625
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
592
626
|
} | undefined>]>>]>>;
|
|
@@ -596,8 +630,8 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
596
630
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
597
631
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
598
632
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
599
|
-
$in: import("@feathersjs/typebox").
|
|
600
|
-
$nin: import("@feathersjs/typebox").
|
|
633
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
634
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
601
635
|
}>, import("@feathersjs/typebox").TObject<{
|
|
602
636
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
603
637
|
} | undefined>]>>]>>;
|
|
@@ -607,19 +641,41 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
|
|
|
607
641
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
608
642
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
609
643
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
610
|
-
$in: import("@feathersjs/typebox").
|
|
611
|
-
$nin: import("@feathersjs/typebox").
|
|
644
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
645
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
612
646
|
}>, import("@feathersjs/typebox").TObject<{
|
|
613
647
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
614
648
|
} | undefined>]>>]>>;
|
|
615
|
-
|
|
616
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
617
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
618
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
619
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
620
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").
|
|
621
|
-
$in: import("@feathersjs/typebox").
|
|
622
|
-
$nin: import("@feathersjs/typebox").
|
|
649
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
650
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
651
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
652
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
653
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
654
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
655
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
656
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
657
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
658
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
659
|
+
} | undefined>]>>]>>;
|
|
660
|
+
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
661
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
662
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
663
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
664
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
665
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
666
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
667
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
668
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
669
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
670
|
+
} | undefined>]>>]>>;
|
|
671
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
672
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
673
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
674
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
675
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
676
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
677
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
678
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
623
679
|
}>, import("@feathersjs/typebox").TObject<{
|
|
624
680
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
625
681
|
} | undefined>]>>]>>;
|
|
@@ -631,29 +687,30 @@ export declare const tradersPodsEventsQueryResolver: import("@feathersjs/schema"
|
|
|
631
687
|
$skip: number;
|
|
632
688
|
$sort: {
|
|
633
689
|
_id?: number | undefined;
|
|
690
|
+
close_date?: number | undefined;
|
|
634
691
|
createdAt?: number | undefined;
|
|
635
|
-
userId?: number | undefined;
|
|
636
692
|
event?: number | undefined;
|
|
637
|
-
status?: number | undefined;
|
|
638
|
-
traderId?: number | undefined;
|
|
639
693
|
gain?: number | undefined;
|
|
640
694
|
profit_amount?: number | undefined;
|
|
641
695
|
profit_ratio?: number | undefined;
|
|
642
|
-
|
|
696
|
+
status?: number | undefined;
|
|
697
|
+
traderId?: number | undefined;
|
|
698
|
+
userId?: number | undefined;
|
|
643
699
|
};
|
|
644
|
-
$select: ("_id" | "
|
|
700
|
+
$select: ("_id" | "close_date" | "createdAt" | "event" | "gain" | "profit_amount" | "profit_ratio" | "status" | "traderId" | "userId")[];
|
|
645
701
|
$and: ({
|
|
646
|
-
_id?: string |
|
|
702
|
+
_id?: string | Partial<{
|
|
647
703
|
$gt: string | {};
|
|
648
704
|
$gte: string | {};
|
|
649
705
|
$lt: string | {};
|
|
650
706
|
$lte: string | {};
|
|
651
707
|
$ne: string | {};
|
|
652
|
-
$in: string |
|
|
653
|
-
$nin: string |
|
|
654
|
-
} & {}> | undefined;
|
|
708
|
+
$in: string | (string | {})[] | {};
|
|
709
|
+
$nin: string | (string | {})[] | {};
|
|
710
|
+
} & {}> | {} | undefined;
|
|
711
|
+
close_date?: any;
|
|
655
712
|
createdAt?: any;
|
|
656
|
-
|
|
713
|
+
event?: string | Partial<{
|
|
657
714
|
$gt: string;
|
|
658
715
|
$gte: string;
|
|
659
716
|
$lt: string;
|
|
@@ -662,15 +719,17 @@ export declare const tradersPodsEventsQueryResolver: import("@feathersjs/schema"
|
|
|
662
719
|
$in: string | string[];
|
|
663
720
|
$nin: string | string[];
|
|
664
721
|
} & {}> | undefined;
|
|
665
|
-
|
|
666
|
-
$gt
|
|
667
|
-
$gte
|
|
668
|
-
$lt
|
|
669
|
-
$lte
|
|
670
|
-
$ne
|
|
722
|
+
gain?: string | Partial<{
|
|
723
|
+
$gt?: string | undefined;
|
|
724
|
+
$gte?: string | undefined;
|
|
725
|
+
$lt?: string | undefined;
|
|
726
|
+
$lte?: string | undefined;
|
|
727
|
+
$ne?: string | undefined;
|
|
671
728
|
$in: string | string[];
|
|
672
729
|
$nin: string | string[];
|
|
673
730
|
} & {}> | undefined;
|
|
731
|
+
profit_amount?: any;
|
|
732
|
+
profit_ratio?: any;
|
|
674
733
|
status?: string | Partial<{
|
|
675
734
|
$gt?: string | undefined;
|
|
676
735
|
$gte?: string | undefined;
|
|
@@ -689,31 +748,29 @@ export declare const tradersPodsEventsQueryResolver: import("@feathersjs/schema"
|
|
|
689
748
|
$in: string | string[];
|
|
690
749
|
$nin: string | string[];
|
|
691
750
|
} & {}> | undefined;
|
|
692
|
-
|
|
693
|
-
$gt
|
|
694
|
-
$gte
|
|
695
|
-
$lt
|
|
696
|
-
$lte
|
|
697
|
-
$ne
|
|
751
|
+
userId?: string | Partial<{
|
|
752
|
+
$gt: string;
|
|
753
|
+
$gte: string;
|
|
754
|
+
$lt: string;
|
|
755
|
+
$lte: string;
|
|
756
|
+
$ne: string;
|
|
698
757
|
$in: string | string[];
|
|
699
758
|
$nin: string | string[];
|
|
700
759
|
} & {}> | undefined;
|
|
701
|
-
profit_amount?: any;
|
|
702
|
-
profit_ratio?: any;
|
|
703
|
-
close_date?: any;
|
|
704
760
|
} | {
|
|
705
761
|
$or: {
|
|
706
|
-
_id?: string |
|
|
762
|
+
_id?: string | Partial<{
|
|
707
763
|
$gt: string | {};
|
|
708
764
|
$gte: string | {};
|
|
709
765
|
$lt: string | {};
|
|
710
766
|
$lte: string | {};
|
|
711
767
|
$ne: string | {};
|
|
712
|
-
$in: string |
|
|
713
|
-
$nin: string |
|
|
714
|
-
} & {}> | undefined;
|
|
768
|
+
$in: string | (string | {})[] | {};
|
|
769
|
+
$nin: string | (string | {})[] | {};
|
|
770
|
+
} & {}> | {} | undefined;
|
|
771
|
+
close_date?: any;
|
|
715
772
|
createdAt?: any;
|
|
716
|
-
|
|
773
|
+
event?: string | Partial<{
|
|
717
774
|
$gt: string;
|
|
718
775
|
$gte: string;
|
|
719
776
|
$lt: string;
|
|
@@ -722,15 +779,17 @@ export declare const tradersPodsEventsQueryResolver: import("@feathersjs/schema"
|
|
|
722
779
|
$in: string | string[];
|
|
723
780
|
$nin: string | string[];
|
|
724
781
|
} & {}> | undefined;
|
|
725
|
-
|
|
726
|
-
$gt
|
|
727
|
-
$gte
|
|
728
|
-
$lt
|
|
729
|
-
$lte
|
|
730
|
-
$ne
|
|
782
|
+
gain?: string | Partial<{
|
|
783
|
+
$gt?: string | undefined;
|
|
784
|
+
$gte?: string | undefined;
|
|
785
|
+
$lt?: string | undefined;
|
|
786
|
+
$lte?: string | undefined;
|
|
787
|
+
$ne?: string | undefined;
|
|
731
788
|
$in: string | string[];
|
|
732
789
|
$nin: string | string[];
|
|
733
790
|
} & {}> | undefined;
|
|
791
|
+
profit_amount?: any;
|
|
792
|
+
profit_ratio?: any;
|
|
734
793
|
status?: string | Partial<{
|
|
735
794
|
$gt?: string | undefined;
|
|
736
795
|
$gte?: string | undefined;
|
|
@@ -749,32 +808,30 @@ export declare const tradersPodsEventsQueryResolver: import("@feathersjs/schema"
|
|
|
749
808
|
$in: string | string[];
|
|
750
809
|
$nin: string | string[];
|
|
751
810
|
} & {}> | undefined;
|
|
752
|
-
|
|
753
|
-
$gt
|
|
754
|
-
$gte
|
|
755
|
-
$lt
|
|
756
|
-
$lte
|
|
757
|
-
$ne
|
|
811
|
+
userId?: string | Partial<{
|
|
812
|
+
$gt: string;
|
|
813
|
+
$gte: string;
|
|
814
|
+
$lt: string;
|
|
815
|
+
$lte: string;
|
|
816
|
+
$ne: string;
|
|
758
817
|
$in: string | string[];
|
|
759
818
|
$nin: string | string[];
|
|
760
819
|
} & {}> | undefined;
|
|
761
|
-
profit_amount?: any;
|
|
762
|
-
profit_ratio?: any;
|
|
763
|
-
close_date?: any;
|
|
764
820
|
}[];
|
|
765
821
|
})[];
|
|
766
822
|
$or: {
|
|
767
|
-
_id?: string |
|
|
823
|
+
_id?: string | Partial<{
|
|
768
824
|
$gt: string | {};
|
|
769
825
|
$gte: string | {};
|
|
770
826
|
$lt: string | {};
|
|
771
827
|
$lte: string | {};
|
|
772
828
|
$ne: string | {};
|
|
773
|
-
$in: string |
|
|
774
|
-
$nin: string |
|
|
775
|
-
} & {}> | undefined;
|
|
829
|
+
$in: string | (string | {})[] | {};
|
|
830
|
+
$nin: string | (string | {})[] | {};
|
|
831
|
+
} & {}> | {} | undefined;
|
|
832
|
+
close_date?: any;
|
|
776
833
|
createdAt?: any;
|
|
777
|
-
|
|
834
|
+
event?: string | Partial<{
|
|
778
835
|
$gt: string;
|
|
779
836
|
$gte: string;
|
|
780
837
|
$lt: string;
|
|
@@ -783,15 +840,17 @@ export declare const tradersPodsEventsQueryResolver: import("@feathersjs/schema"
|
|
|
783
840
|
$in: string | string[];
|
|
784
841
|
$nin: string | string[];
|
|
785
842
|
} & {}> | undefined;
|
|
786
|
-
|
|
787
|
-
$gt
|
|
788
|
-
$gte
|
|
789
|
-
$lt
|
|
790
|
-
$lte
|
|
791
|
-
$ne
|
|
843
|
+
gain?: string | Partial<{
|
|
844
|
+
$gt?: string | undefined;
|
|
845
|
+
$gte?: string | undefined;
|
|
846
|
+
$lt?: string | undefined;
|
|
847
|
+
$lte?: string | undefined;
|
|
848
|
+
$ne?: string | undefined;
|
|
792
849
|
$in: string | string[];
|
|
793
850
|
$nin: string | string[];
|
|
794
851
|
} & {}> | undefined;
|
|
852
|
+
profit_amount?: any;
|
|
853
|
+
profit_ratio?: any;
|
|
795
854
|
status?: string | Partial<{
|
|
796
855
|
$gt?: string | undefined;
|
|
797
856
|
$gte?: string | undefined;
|
|
@@ -810,31 +869,29 @@ export declare const tradersPodsEventsQueryResolver: import("@feathersjs/schema"
|
|
|
810
869
|
$in: string | string[];
|
|
811
870
|
$nin: string | string[];
|
|
812
871
|
} & {}> | undefined;
|
|
813
|
-
|
|
814
|
-
$gt
|
|
815
|
-
$gte
|
|
816
|
-
$lt
|
|
817
|
-
$lte
|
|
818
|
-
$ne
|
|
872
|
+
userId?: string | Partial<{
|
|
873
|
+
$gt: string;
|
|
874
|
+
$gte: string;
|
|
875
|
+
$lt: string;
|
|
876
|
+
$lte: string;
|
|
877
|
+
$ne: string;
|
|
819
878
|
$in: string | string[];
|
|
820
879
|
$nin: string | string[];
|
|
821
880
|
} & {}> | undefined;
|
|
822
|
-
profit_amount?: any;
|
|
823
|
-
profit_ratio?: any;
|
|
824
|
-
close_date?: any;
|
|
825
881
|
}[];
|
|
826
882
|
}> & {
|
|
827
|
-
_id?: string |
|
|
883
|
+
_id?: string | Partial<{
|
|
828
884
|
$gt: string | {};
|
|
829
885
|
$gte: string | {};
|
|
830
886
|
$lt: string | {};
|
|
831
887
|
$lte: string | {};
|
|
832
888
|
$ne: string | {};
|
|
833
|
-
$in: string |
|
|
834
|
-
$nin: string |
|
|
835
|
-
} & {}> | undefined;
|
|
889
|
+
$in: string | (string | {})[] | {};
|
|
890
|
+
$nin: string | (string | {})[] | {};
|
|
891
|
+
} & {}> | {} | undefined;
|
|
892
|
+
close_date?: any;
|
|
836
893
|
createdAt?: any;
|
|
837
|
-
|
|
894
|
+
event?: string | Partial<{
|
|
838
895
|
$gt: string;
|
|
839
896
|
$gte: string;
|
|
840
897
|
$lt: string;
|
|
@@ -843,15 +900,17 @@ export declare const tradersPodsEventsQueryResolver: import("@feathersjs/schema"
|
|
|
843
900
|
$in: string | string[];
|
|
844
901
|
$nin: string | string[];
|
|
845
902
|
} & {}> | undefined;
|
|
846
|
-
|
|
847
|
-
$gt
|
|
848
|
-
$gte
|
|
849
|
-
$lt
|
|
850
|
-
$lte
|
|
851
|
-
$ne
|
|
903
|
+
gain?: string | Partial<{
|
|
904
|
+
$gt?: string | undefined;
|
|
905
|
+
$gte?: string | undefined;
|
|
906
|
+
$lt?: string | undefined;
|
|
907
|
+
$lte?: string | undefined;
|
|
908
|
+
$ne?: string | undefined;
|
|
852
909
|
$in: string | string[];
|
|
853
910
|
$nin: string | string[];
|
|
854
911
|
} & {}> | undefined;
|
|
912
|
+
profit_amount?: any;
|
|
913
|
+
profit_ratio?: any;
|
|
855
914
|
status?: string | Partial<{
|
|
856
915
|
$gt?: string | undefined;
|
|
857
916
|
$gte?: string | undefined;
|
|
@@ -870,16 +929,13 @@ export declare const tradersPodsEventsQueryResolver: import("@feathersjs/schema"
|
|
|
870
929
|
$in: string | string[];
|
|
871
930
|
$nin: string | string[];
|
|
872
931
|
} & {}> | undefined;
|
|
873
|
-
|
|
874
|
-
$gt
|
|
875
|
-
$gte
|
|
876
|
-
$lt
|
|
877
|
-
$lte
|
|
878
|
-
$ne
|
|
932
|
+
userId?: string | Partial<{
|
|
933
|
+
$gt: string;
|
|
934
|
+
$gte: string;
|
|
935
|
+
$lt: string;
|
|
936
|
+
$lte: string;
|
|
937
|
+
$ne: string;
|
|
879
938
|
$in: string | string[];
|
|
880
939
|
$nin: string | string[];
|
|
881
940
|
} & {}> | undefined;
|
|
882
|
-
profit_amount?: any;
|
|
883
|
-
profit_ratio?: any;
|
|
884
|
-
close_date?: any;
|
|
885
941
|
} & {}, HookContext<TradersPodsEventsService<import("./events.class").TradersPodsEventsParams>>>;
|