@cryptorobot.ai/client 0.0.40 → 1.26.0-dev.998
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/src/client.d.ts +260 -0
- package/lib/src/client.js +165 -23
- package/lib/src/services/advisor/advisor.class.d.ts +12 -0
- package/lib/src/services/advisor/advisor.d.ts +11 -0
- package/lib/src/services/advisor/advisor.hooks.d.ts +9 -0
- package/lib/src/services/advisor/advisor.schema.d.ts +2744 -0
- package/lib/src/services/advisor/advisor.shared.d.ts +13 -0
- package/lib/src/services/advisor/advisor.shared.js +13 -0
- package/lib/src/services/advisor/messages/messages.class.d.ts +11 -0
- package/lib/src/services/advisor/messages/messages.d.ts +11 -0
- package/lib/src/services/advisor/messages/messages.schema.d.ts +575 -0
- package/lib/src/services/advisor/messages/messages.shared.d.ts +13 -0
- package/lib/src/services/advisor/messages/messages.shared.js +13 -0
- package/lib/src/services/affiliates/affiliates.class.d.ts +18 -0
- package/lib/src/services/affiliates/affiliates.d.ts +11 -0
- package/lib/src/services/affiliates/affiliates.schema.d.ts +579 -0
- package/lib/src/services/affiliates/affiliates.shared.d.ts +13 -0
- package/lib/src/services/affiliates/affiliates.shared.js +20 -0
- package/lib/src/services/affiliates/clicks/clicks.class.d.ts +11 -0
- package/lib/src/services/affiliates/clicks/clicks.d.ts +11 -0
- package/lib/src/services/affiliates/clicks/clicks.schema.d.ts +507 -0
- package/lib/src/services/affiliates/clicks/clicks.shared.d.ts +13 -0
- package/lib/src/services/affiliates/clicks/clicks.shared.js +19 -0
- package/lib/src/services/affiliates/comissions/comissions.class.d.ts +11 -0
- package/lib/src/services/affiliates/comissions/comissions.d.ts +11 -0
- package/lib/src/services/affiliates/comissions/comissions.schema.d.ts +841 -0
- package/lib/src/services/affiliates/comissions/comissions.shared.d.ts +13 -0
- package/lib/src/services/affiliates/comissions/comissions.shared.js +19 -0
- package/lib/src/services/affiliates/contracts/contracts.class.d.ts +11 -0
- package/lib/src/services/affiliates/contracts/contracts.d.ts +11 -0
- package/lib/src/services/affiliates/contracts/contracts.schema.d.ts +667 -0
- package/lib/src/services/affiliates/contracts/contracts.shared.d.ts +13 -0
- package/lib/src/services/affiliates/contracts/contracts.shared.js +19 -0
- package/lib/src/services/affiliates/coupons/coupons.class.d.ts +11 -0
- package/lib/src/services/affiliates/coupons/coupons.d.ts +11 -0
- package/lib/src/services/affiliates/coupons/coupons.schema.d.ts +523 -0
- package/lib/src/services/affiliates/coupons/coupons.shared.d.ts +13 -0
- package/lib/src/services/affiliates/coupons/coupons.shared.js +19 -0
- package/lib/src/services/affiliates/links/links.class.d.ts +11 -0
- package/lib/src/services/affiliates/links/links.d.ts +11 -0
- package/lib/src/services/affiliates/links/links.schema.d.ts +515 -0
- package/lib/src/services/affiliates/links/links.shared.d.ts +13 -0
- package/lib/src/services/affiliates/links/links.shared.js +13 -0
- package/lib/src/services/affiliates/payouts/payouts.class.d.ts +11 -0
- package/lib/src/services/affiliates/payouts/payouts.d.ts +11 -0
- package/lib/src/services/affiliates/payouts/payouts.schema.d.ts +433 -0
- package/lib/src/services/affiliates/payouts/payouts.shared.d.ts +13 -0
- package/lib/src/services/affiliates/payouts/payouts.shared.js +19 -0
- package/lib/src/services/agents/agents.class.d.ts +3 -2
- package/lib/src/services/agents/agents.schema.d.ts +2263 -1061
- package/lib/src/services/agents/agents.shared.d.ts +1 -1
- package/lib/src/services/agents/configure-bedrock-features.hooks.d.ts +2 -0
- package/lib/src/services/agents/create-agent-api-key.hooks.d.ts +2 -0
- package/lib/src/services/agents/create-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/delete-agent-api-key.hooks.d.ts +2 -0
- package/lib/src/services/agents/delete-agent-triggers.hooks.d.ts +5 -0
- package/lib/src/services/agents/delete-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/manage-bedrock-action-groups.hooks.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/backtest-analyst.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/financial-manager.d.ts +16 -0
- package/lib/src/services/agents/prepare/agents/hyperopt-analyst.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/index.d.ts +13 -0
- package/lib/src/services/agents/prepare/agents/risk-critic.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/strategy-researcher.d.ts +2 -0
- package/lib/src/services/agents/prepare/prepare.schema.d.ts +24 -24
- package/lib/src/services/agents/prepare/prepare.shared.d.ts +1 -1
- package/lib/src/services/agents/refresh-bedrock-agent-status.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/conversations/conversations.class.d.ts +3 -2
- package/lib/src/services/agents/sessions/conversations/conversations.hooks.d.ts +11 -0
- package/lib/src/services/agents/sessions/conversations/conversations.schema.d.ts +833 -463
- package/lib/src/services/agents/sessions/conversations/conversations.shared.d.ts +1 -1
- package/lib/src/services/agents/sessions/conversations/invoke-agent-provider.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/conversations/invoke-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/conversations/set-conversation-timestamps.hooks.d.ts +0 -0
- package/lib/src/services/agents/sessions/create-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/delete-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/sessions.class.d.ts +3 -2
- package/lib/src/services/agents/sessions/sessions.hooks.d.ts +11 -0
- package/lib/src/services/agents/sessions/sessions.schema.d.ts +450 -362
- package/lib/src/services/agents/sessions/sessions.shared.d.ts +1 -1
- package/lib/src/services/agents/sessions/sync-bedrock-sessions.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/update-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/agents/update-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/update-trigger-rules-with-agent-info.hooks.d.ts +5 -0
- package/lib/src/services/agents/validate-agent-actions.hooks.d.ts +3 -0
- package/lib/src/services/autotune/apply-params.d.ts +44 -0
- package/lib/src/services/autotune/callback.d.ts +2 -0
- package/lib/src/services/autotune/compute/compute.d.ts +40 -0
- package/lib/src/services/autotune/optuna-bridge.d.ts +10 -0
- package/lib/src/services/autotune/score.d.ts +37 -0
- package/lib/src/services/autotune/storage.d.ts +6 -0
- package/lib/src/services/autotune/studies/studies.class.d.ts +12 -0
- package/lib/src/services/autotune/studies/studies.d.ts +12 -0
- package/lib/src/services/autotune/studies/studies.schema.d.ts +1229 -0
- package/lib/src/services/autotune/studies/studies.shared.d.ts +13 -0
- package/lib/src/services/autotune/studies/studies.shared.js +13 -0
- package/lib/src/services/autotune/trials/trials.class.d.ts +12 -0
- package/lib/src/services/autotune/trials/trials.d.ts +12 -0
- package/lib/src/services/autotune/trials/trials.schema.d.ts +790 -0
- package/lib/src/services/autotune/trials/trials.shared.d.ts +13 -0
- package/lib/src/services/autotune/trials/trials.shared.js +13 -0
- package/lib/src/services/autotune/usage/usage.class.d.ts +11 -0
- package/lib/src/services/autotune/usage/usage.d.ts +11 -0
- package/lib/src/services/autotune/usage/usage.schema.d.ts +1407 -0
- package/lib/src/services/autotune/usage/usage.shared.d.ts +13 -0
- package/lib/src/services/autotune/usage/usage.shared.js +13 -0
- package/lib/src/services/blog/actions/actions.class.d.ts +29 -0
- package/lib/src/services/blog/actions/actions.d.ts +10 -0
- package/lib/src/services/blog/actions/actions.shared.d.ts +13 -0
- package/lib/src/services/blog/actions/actions.shared.js +13 -0
- package/lib/src/services/blog/calendar/calendar.class.d.ts +11 -0
- package/lib/src/services/blog/calendar/calendar.d.ts +11 -0
- package/lib/src/services/blog/calendar/calendar.schema.d.ts +333 -0
- package/lib/src/services/blog/calendar/calendar.shared.d.ts +13 -0
- package/lib/src/services/blog/calendar/calendar.shared.js +13 -0
- package/lib/src/services/blog/integrations/integrations.class.d.ts +11 -0
- package/lib/src/services/blog/integrations/integrations.d.ts +11 -0
- package/lib/src/services/blog/integrations/integrations.schema.d.ts +391 -0
- package/lib/src/services/blog/integrations/integrations.shared.d.ts +13 -0
- package/lib/src/services/blog/integrations/integrations.shared.js +19 -0
- package/lib/src/services/blog/posts/posts.class.d.ts +11 -0
- package/lib/src/services/blog/posts/posts.d.ts +11 -0
- package/lib/src/services/blog/posts/posts.schema.d.ts +1295 -0
- package/lib/src/services/blog/posts/posts.shared.d.ts +13 -0
- package/lib/src/services/blog/posts/posts.shared.js +13 -0
- package/lib/src/services/blog/queries/queries.class.d.ts +11 -0
- package/lib/src/services/blog/queries/queries.d.ts +11 -0
- package/lib/src/services/blog/queries/queries.schema.d.ts +1187 -0
- package/lib/src/services/blog/queries/queries.shared.d.ts +13 -0
- package/lib/src/services/blog/queries/queries.shared.js +13 -0
- package/lib/src/services/blog/sitemaps/pages/pages.class.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/pages/pages.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/pages/pages.schema.d.ts +871 -0
- package/lib/src/services/blog/sitemaps/pages/pages.shared.d.ts +13 -0
- package/lib/src/services/blog/sitemaps/pages/pages.shared.js +13 -0
- package/lib/src/services/blog/sitemaps/sitemaps.class.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/sitemaps.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/sitemaps.schema.d.ts +770 -0
- package/lib/src/services/blog/sitemaps/sitemaps.shared.d.ts +13 -0
- package/lib/src/services/blog/sitemaps/sitemaps.shared.js +13 -0
- package/lib/src/services/blog/suggestions/suggestions.class.d.ts +11 -0
- package/lib/src/services/blog/suggestions/suggestions.d.ts +11 -0
- package/lib/src/services/blog/suggestions/suggestions.schema.d.ts +963 -0
- package/lib/src/services/blog/suggestions/suggestions.shared.d.ts +13 -0
- package/lib/src/services/blog/suggestions/suggestions.shared.js +13 -0
- package/lib/src/services/changelog/changelog.class.d.ts +34 -0
- package/lib/src/services/changelog/changelog.d.ts +11 -0
- package/lib/src/services/changelog/changelog.helper.d.ts +50 -0
- package/lib/src/services/changelog/changelog.schema.d.ts +456 -0
- package/lib/src/services/changelog/changelog.shared.d.ts +13 -0
- package/lib/src/services/changelog/changelog.shared.js +13 -0
- package/lib/src/services/changelog/hooks/parse-from-file.d.ts +8 -0
- package/lib/src/services/config/config.class.d.ts +2 -2
- package/lib/src/services/config/config.shared.d.ts +1 -1
- package/lib/src/services/copilot/concerns/concerns.class.d.ts +12 -0
- package/lib/src/services/copilot/concerns/concerns.d.ts +11 -0
- package/lib/src/services/copilot/concerns/concerns.schema.d.ts +727 -0
- package/lib/src/services/copilot/concerns/concerns.shared.d.ts +13 -0
- package/lib/src/services/copilot/concerns/concerns.shared.js +13 -0
- package/lib/src/services/copilot/decisions/decisions.class.d.ts +12 -0
- package/lib/src/services/copilot/decisions/decisions.d.ts +11 -0
- package/lib/src/services/copilot/decisions/decisions.schema.d.ts +728 -0
- package/lib/src/services/copilot/decisions/decisions.shared.d.ts +13 -0
- package/lib/src/services/copilot/decisions/decisions.shared.js +19 -0
- package/lib/src/services/copilot/help/help.class.d.ts +18 -0
- package/lib/src/services/copilot/help/help.d.ts +11 -0
- package/lib/src/services/copilot/help/help.schema.d.ts +237 -0
- package/lib/src/services/copilot/help/help.shared.d.ts +13 -0
- package/lib/src/services/copilot/help/help.shared.js +13 -0
- package/lib/src/services/copilot/recommendations/recommendations.class.d.ts +12 -0
- package/lib/src/services/copilot/recommendations/recommendations.d.ts +11 -0
- package/lib/src/services/copilot/recommendations/recommendations.schema.d.ts +949 -0
- package/lib/src/services/copilot/recommendations/recommendations.shared.d.ts +13 -0
- package/lib/src/services/copilot/recommendations/recommendations.shared.js +19 -0
- package/lib/src/services/currencies/currencies.class.d.ts +11 -0
- package/lib/src/services/currencies/currencies.d.ts +11 -0
- package/lib/src/services/currencies/currencies.schema.d.ts +769 -0
- package/lib/src/services/currencies/currencies.shared.d.ts +13 -0
- package/lib/src/services/currencies/currencies.shared.js +13 -0
- package/lib/src/services/custom/custom.shared.d.ts +1 -1
- package/lib/src/services/emails/emails.class.d.ts +11 -0
- package/lib/src/services/emails/emails.d.ts +11 -0
- package/lib/src/services/emails/emails.schema.d.ts +563 -0
- package/lib/src/services/emails/emails.shared.d.ts +13 -0
- package/lib/src/services/emails/emails.shared.js +13 -0
- package/lib/src/services/events/events.class.d.ts +3 -2
- package/lib/src/services/events/events.schema.d.ts +340 -340
- package/lib/src/services/events/events.shared.d.ts +1 -1
- package/lib/src/services/events/triggers/triggers.class.d.ts +3 -2
- package/lib/src/services/events/triggers/triggers.schema.d.ts +1022 -842
- package/lib/src/services/events/triggers/triggers.shared.d.ts +1 -1
- package/lib/src/services/events/types/types.class.d.ts +3 -2
- package/lib/src/services/events/types/types.schema.d.ts +350 -350
- package/lib/src/services/events/types/types.shared.d.ts +1 -1
- package/lib/src/services/exchanges/arb-signals/arb-signals.class.d.ts +29 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.d.ts +11 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.schema.d.ts +55 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.shared.d.ts +13 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.shared.js +13 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.class.d.ts +27 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.d.ts +11 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.schema.d.ts +148 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.shared.d.ts +13 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.shared.js +13 -0
- package/lib/src/services/exchanges/balance/balance.class.d.ts +3 -2
- package/lib/src/services/exchanges/balance/balance.schema.d.ts +141 -141
- package/lib/src/services/exchanges/balance/balance.shared.d.ts +1 -1
- package/lib/src/services/exchanges/deposits/deposits.class.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/deposits.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/deposits.schema.d.ts +905 -0
- package/lib/src/services/exchanges/deposits/deposits.shared.d.ts +13 -0
- package/lib/src/services/exchanges/deposits/deposits.shared.js +19 -0
- package/lib/src/services/exchanges/deposits/sync/sync.class.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/sync/sync.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/sync/sync.schema.d.ts +621 -0
- package/lib/src/services/exchanges/deposits/sync/sync.shared.d.ts +13 -0
- package/lib/src/services/exchanges/deposits/sync/sync.shared.js +19 -0
- package/lib/src/services/exchanges/download/download.class.d.ts +3 -2
- package/lib/src/services/exchanges/download/download.schema.d.ts +149 -149
- package/lib/src/services/exchanges/download/download.shared.d.ts +1 -1
- package/lib/src/services/exchanges/download/webhooks/webhooks.class.d.ts +2 -2
- package/lib/src/services/exchanges/download/webhooks/webhooks.schema.d.ts +171 -171
- package/lib/src/services/exchanges/download/webhooks/webhooks.shared.d.ts +1 -1
- package/lib/src/services/exchanges/exchanges.class.d.ts +3 -2
- package/lib/src/services/exchanges/exchanges.schema.d.ts +626 -359
- package/lib/src/services/exchanges/exchanges.shared.d.ts +1 -1
- package/lib/src/services/exchanges/ledger/ledger.class.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/ledger.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/ledger.schema.d.ts +1045 -0
- package/lib/src/services/exchanges/ledger/ledger.shared.d.ts +13 -0
- package/lib/src/services/exchanges/ledger/ledger.shared.js +13 -0
- package/lib/src/services/exchanges/ledger/sync/sync.class.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/sync/sync.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/sync/sync.schema.d.ts +621 -0
- package/lib/src/services/exchanges/ledger/sync/sync.shared.d.ts +13 -0
- package/lib/src/services/exchanges/ledger/sync/sync.shared.js +19 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.class.d.ts +23 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.d.ts +11 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.schema.d.ts +178 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.shared.d.ts +13 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.shared.js +13 -0
- package/lib/src/services/exchanges/ohlcv/history/history.class.d.ts +11 -0
- package/lib/src/services/exchanges/ohlcv/history/history.d.ts +11 -0
- package/lib/src/services/exchanges/ohlcv/history/history.schema.d.ts +473 -0
- package/lib/src/services/exchanges/ohlcv/history/history.shared.d.ts +13 -0
- package/lib/src/services/exchanges/ohlcv/history/history.shared.js +19 -0
- package/lib/src/services/exchanges/ohlcv/ohlcv.schema.d.ts +162 -162
- package/lib/src/services/exchanges/ohlcv/ohlcv.shared.d.ts +1 -1
- package/lib/src/services/exchanges/orderbook/orderbook.class.d.ts +30 -0
- package/lib/src/services/exchanges/orderbook/orderbook.d.ts +11 -0
- package/lib/src/services/exchanges/orderbook/orderbook.schema.d.ts +272 -0
- package/lib/src/services/exchanges/orderbook/orderbook.shared.d.ts +13 -0
- package/lib/src/services/exchanges/orderbook/orderbook.shared.js +13 -0
- package/lib/src/services/exchanges/ticker/ticker.class.d.ts +3 -2
- package/lib/src/services/exchanges/ticker/ticker.schema.d.ts +243 -243
- package/lib/src/services/exchanges/ticker/ticker.shared.d.ts +1 -1
- package/lib/src/services/exchanges/transactions/sync/sync.class.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/sync/sync.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/sync/sync.schema.d.ts +653 -0
- package/lib/src/services/exchanges/transactions/sync/sync.shared.d.ts +13 -0
- package/lib/src/services/exchanges/transactions/sync/sync.shared.js +19 -0
- package/lib/src/services/exchanges/transactions/transactions.class.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/transactions.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/transactions.schema.d.ts +1119 -0
- package/lib/src/services/exchanges/transactions/transactions.shared.d.ts +13 -0
- package/lib/src/services/exchanges/transactions/transactions.shared.js +19 -0
- package/lib/src/services/extensions/aggregate-extensions.hooks.d.ts +2 -0
- package/lib/src/services/extensions/extensions.class.d.ts +3 -2
- package/lib/src/services/extensions/extensions.schema.d.ts +641 -559
- package/lib/src/services/extensions/extensions.shared.d.ts +1 -1
- package/lib/src/services/homepage/homepage.schema.d.ts +17 -9
- package/lib/src/services/homepage/homepage.shared.d.ts +10 -2
- package/lib/src/services/homepage/homepage.shared.js +8 -1
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.class.d.ts +52 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.d.ts +11 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.schema.d.ts +684 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.shared.d.ts +13 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.shared.js +14 -0
- package/lib/src/services/insights/etf-flow/etf-flow.class.d.ts +11 -0
- package/lib/src/services/insights/etf-flow/etf-flow.d.ts +11 -0
- package/lib/src/services/insights/etf-flow/etf-flow.schema.d.ts +237 -0
- package/lib/src/services/insights/etf-flow/etf-flow.shared.d.ts +13 -0
- package/lib/src/services/insights/etf-flow/etf-flow.shared.js +13 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.class.d.ts +11 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.d.ts +11 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.schema.d.ts +1831 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.shared.d.ts +13 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.shared.js +13 -0
- package/lib/src/services/insights/global/global.class.d.ts +11 -0
- package/lib/src/services/insights/global/global.d.ts +11 -0
- package/lib/src/services/insights/global/global.schema.d.ts +779 -0
- package/lib/src/services/insights/global/global.shared.d.ts +13 -0
- package/lib/src/services/insights/global/global.shared.js +13 -0
- package/lib/src/services/insights/insights.class.d.ts +11 -0
- package/lib/src/services/insights/insights.d.ts +11 -0
- package/lib/src/services/insights/insights.hooks.d.ts +20 -0
- package/lib/src/services/{tools/tools.schema.d.ts → insights/insights.schema.d.ts} +130 -162
- package/lib/src/services/insights/insights.shared.d.ts +13 -0
- package/lib/src/services/insights/insights.shared.js +13 -0
- package/lib/src/services/insights/news/news.class.d.ts +23 -0
- package/lib/src/services/insights/news/news.d.ts +11 -0
- package/lib/src/services/insights/news/news.schema.d.ts +857 -0
- package/lib/src/services/insights/news/news.shared.d.ts +23 -0
- package/lib/src/services/insights/news/news.shared.js +20 -0
- package/lib/src/services/keys/KeysService.d.ts +2 -2
- package/lib/src/services/keys/keys.class.d.ts +3 -2
- package/lib/src/services/keys/keys.schema.d.ts +364 -364
- package/lib/src/services/keys/keys.shared.d.ts +1 -1
- package/lib/src/services/knowledges/knowledges.class.d.ts +37 -0
- package/lib/src/services/knowledges/knowledges.d.ts +11 -0
- package/lib/src/services/knowledges/knowledges.schema.d.ts +566 -0
- package/lib/src/services/knowledges/knowledges.shared.d.ts +13 -0
- package/lib/src/services/knowledges/knowledges.shared.js +13 -0
- package/lib/src/services/mailer/mailer.shared.d.ts +1 -1
- package/lib/src/services/marketplaces/marketplaces.class.d.ts +2 -2
- package/lib/src/services/marketplaces/marketplaces.shared.d.ts +1 -1
- package/lib/src/services/markets/markets.class.d.ts +2 -2
- package/lib/src/services/markets/markets.schema.d.ts +112 -112
- package/lib/src/services/markets/markets.shared.d.ts +1 -1
- package/lib/src/services/messages/messages.class.d.ts +2 -2
- package/lib/src/services/messages/messages.schema.d.ts +1257 -353
- package/lib/src/services/messages/messages.shared.d.ts +1 -1
- package/lib/src/services/models/pods/events/events.class.d.ts +11 -0
- package/lib/src/services/models/pods/events/events.d.ts +11 -0
- package/lib/src/services/models/pods/events/events.schema.d.ts +669 -0
- package/lib/src/services/models/pods/events/events.shared.d.ts +13 -0
- package/lib/src/services/models/pods/events/events.shared.js +13 -0
- package/lib/src/services/models/pods/pods.class.d.ts +12 -0
- package/lib/src/services/models/pods/pods.d.ts +12 -0
- package/lib/src/services/models/pods/pods.schema.d.ts +1095 -0
- package/lib/src/services/models/pods/pods.shared.d.ts +13 -0
- package/lib/src/services/models/pods/pods.shared.js +13 -0
- package/lib/src/services/models/presets/presets-generate-and-queue.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-generate-freqai-config.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-generate-strategy.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-get-results.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-validate.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets.class.d.ts +12 -0
- package/lib/src/services/models/presets/presets.d.ts +12 -0
- package/lib/src/services/models/presets/presets.schema.d.ts +2611 -0
- package/lib/src/services/models/presets/presets.shared.d.ts +13 -0
- package/lib/src/services/models/presets/presets.shared.js +13 -0
- package/lib/src/services/models/signals/history/history.class.d.ts +11 -0
- package/lib/src/services/models/signals/history/history.d.ts +11 -0
- package/lib/src/services/models/signals/history/history.schema.d.ts +513 -0
- package/lib/src/services/models/signals/history/history.shared.d.ts +13 -0
- package/lib/src/services/models/signals/history/history.shared.js +13 -0
- package/lib/src/services/models/signals/signals-proxy-router.d.ts +47 -0
- package/lib/src/services/models/signals/signals.class.d.ts +12 -0
- package/lib/src/services/models/signals/signals.d.ts +12 -0
- package/lib/src/services/models/signals/signals.schema.d.ts +976 -0
- package/lib/src/services/models/signals/signals.shared.d.ts +13 -0
- package/lib/src/services/models/signals/signals.shared.js +13 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.class.d.ts +11 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.d.ts +11 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.schema.d.ts +585 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.shared.d.ts +13 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.shared.js +15 -0
- package/lib/src/services/objectives/objectives.class.d.ts +11 -0
- package/lib/src/services/objectives/objectives.d.ts +11 -0
- package/lib/src/services/objectives/objectives.hooks.d.ts +12 -0
- package/lib/src/services/objectives/objectives.schema.d.ts +717 -0
- package/lib/src/services/objectives/objectives.shared.d.ts +13 -0
- package/lib/src/services/objectives/objectives.shared.js +13 -0
- package/lib/src/services/plans/plans.class.d.ts +20 -0
- package/lib/src/services/plans/plans.d.ts +11 -0
- package/lib/src/services/plans/plans.schema.d.ts +383 -0
- package/lib/src/services/plans/plans.shared.d.ts +13 -0
- package/lib/src/services/plans/plans.shared.js +13 -0
- package/lib/src/services/referrals/referrals.class.d.ts +11 -0
- package/lib/src/services/referrals/referrals.d.ts +11 -0
- package/lib/src/services/referrals/referrals.schema.d.ts +581 -0
- package/lib/src/services/referrals/referrals.shared.d.ts +13 -0
- package/lib/src/services/referrals/referrals.shared.js +13 -0
- package/lib/src/services/restricted/restricted.shared.d.ts +1 -1
- package/lib/src/services/security/events/security-events.class.d.ts +11 -0
- package/lib/src/services/security/events/security-events.d.ts +11 -0
- package/lib/src/services/security/events/security-events.schema.d.ts +499 -0
- package/lib/src/services/security/events/security-events.shared.d.ts +8 -0
- package/lib/src/services/security/events/security-events.shared.js +13 -0
- package/lib/src/services/series/balance/balance.class.d.ts +11 -0
- package/lib/src/services/series/balance/balance.d.ts +11 -0
- package/lib/src/services/series/balance/balance.schema.d.ts +527 -0
- package/lib/src/services/series/balance/balance.shared.d.ts +13 -0
- package/lib/src/services/series/balance/balance.shared.js +13 -0
- package/lib/src/services/series/performance/performance.class.d.ts +11 -0
- package/lib/src/services/series/performance/performance.d.ts +11 -0
- package/lib/src/services/series/performance/performance.schema.d.ts +495 -0
- package/lib/src/services/series/performance/performance.shared.d.ts +13 -0
- package/lib/src/services/series/performance/performance.shared.js +19 -0
- package/lib/src/services/series/performance/performance.usage.examples.d.ts +81 -0
- package/lib/src/services/snapshot/snapshot.class.d.ts +11 -0
- package/lib/src/services/snapshot/snapshot.d.ts +11 -0
- package/lib/src/services/snapshot/snapshot.schema.d.ts +11963 -0
- package/lib/src/services/snapshot/snapshot.shared.d.ts +13 -0
- package/lib/src/services/snapshot/snapshot.shared.js +14 -0
- package/lib/src/services/store/items/items.class.d.ts +12 -0
- package/lib/src/services/store/items/items.d.ts +11 -0
- package/lib/src/services/store/items/items.schema.d.ts +1395 -0
- package/lib/src/services/store/items/items.shared.d.ts +13 -0
- package/lib/src/services/store/items/items.shared.js +13 -0
- package/lib/src/services/strategies/ai/ai.class.d.ts +3 -2
- package/lib/src/services/strategies/ai/ai.schema.d.ts +33 -33
- package/lib/src/services/strategies/ai/ai.shared.d.ts +1 -1
- package/lib/src/services/strategies/ai/stream/stream.shared.d.ts +1 -1
- package/lib/src/services/strategies/backtest/backtest.class.d.ts +3 -2
- package/lib/src/services/strategies/backtest/backtest.schema.d.ts +820 -288
- package/lib/src/services/strategies/backtest/backtest.shared.d.ts +1 -1
- package/lib/src/services/strategies/backtest/preflight/preflight.class.d.ts +46 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.d.ts +11 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.schema.d.ts +737 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.shared.d.ts +13 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.shared.js +13 -0
- package/lib/src/services/strategies/backtest/results/results.class.d.ts +2 -2
- package/lib/src/services/strategies/backtest/results/results.schema.d.ts +315 -315
- package/lib/src/services/strategies/backtest/results/results.shared.d.ts +1 -1
- package/lib/src/services/strategies/blob/blob.shared.d.ts +1 -1
- package/lib/src/services/strategies/follow/follow.class.d.ts +12 -0
- package/lib/src/services/strategies/follow/follow.d.ts +11 -0
- package/lib/src/services/strategies/follow/follow.schema.d.ts +711 -0
- package/lib/src/services/strategies/follow/follow.shared.d.ts +13 -0
- package/lib/src/services/strategies/follow/follow.shared.js +19 -0
- package/lib/src/services/strategies/generate/generate.class.d.ts +3 -2
- package/lib/src/services/strategies/generate/generate.schema.d.ts +534 -88
- package/lib/src/services/strategies/generate/generate.shared.d.ts +1 -1
- package/lib/src/services/strategies/history/history.class.d.ts +11 -0
- package/lib/src/services/strategies/history/history.d.ts +11 -0
- package/lib/src/services/strategies/history/history.schema.d.ts +714 -0
- package/lib/src/services/strategies/history/history.shared.d.ts +13 -0
- package/lib/src/services/strategies/history/history.shared.js +19 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-generate-and-queue.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-generate-config-in-disk.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-generate-exchange-config.hooks.d.ts +8 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-get-results.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-in-disk-clone-strategy.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-populate-exchange.hooks.d.ts +7 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-promote-template.hooks.d.ts +9 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-propagate-results.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-exchange-whitelist.hooks.d.ts +10 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-historical-data.hooks.d.ts +9 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-stake-balance.hooks.d.ts +7 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-stake-currency.hooks.d.ts +9 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate.hooks.d.ts +7 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-verify-subscription-limits.hooks.d.ts +6 -0
- package/lib/src/services/strategies/hyperopt/hyperopt.class.d.ts +3 -2
- package/lib/src/services/strategies/hyperopt/hyperopt.schema.d.ts +2552 -278
- package/lib/src/services/strategies/hyperopt/hyperopt.shared.d.ts +1 -1
- package/lib/src/services/strategies/indicators/indicators.class.d.ts +2 -2
- package/lib/src/services/strategies/indicators/indicators.schema.d.ts +106 -106
- package/lib/src/services/strategies/indicators/indicators.shared.d.ts +1 -1
- package/lib/src/services/strategies/indicators/talib/talib.class.d.ts +2 -2
- package/lib/src/services/strategies/indicators/talib/talib.schema.d.ts +102 -102
- package/lib/src/services/strategies/indicators/talib/talib.shared.d.ts +1 -1
- package/lib/src/services/strategies/research/research.class.d.ts +11 -0
- package/lib/src/services/strategies/research/research.d.ts +12 -0
- package/lib/src/services/strategies/research/research.schema.d.ts +1006 -0
- package/lib/src/services/strategies/research/research.shared.d.ts +13 -0
- package/lib/src/services/strategies/research/research.shared.js +19 -0
- package/lib/src/services/strategies/strategies.class.d.ts +3 -2
- package/lib/src/services/strategies/strategies.schema.d.ts +3694 -3322
- package/lib/src/services/strategies/strategies.shared.d.ts +1 -1
- package/lib/src/services/strategies/templates/templates.class.d.ts +2 -2
- package/lib/src/services/strategies/templates/templates.schema.d.ts +8062 -950
- package/lib/src/services/strategies/templates/templates.shared.d.ts +1 -1
- package/lib/src/services/stripe/charges/charges.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/cards/cards.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/customers.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/paymentintent/paymentintent.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/paymentmethods/paymentmethods.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/subscriptions/subscriptions.shared.d.ts +1 -1
- package/lib/src/services/stripe/products/products.shared.d.ts +1 -1
- package/lib/src/services/stripe/webhooks/webhooks.shared.d.ts +1 -1
- package/lib/src/services/support/support.class.d.ts +18 -0
- package/lib/src/services/support/support.d.ts +11 -0
- package/lib/src/services/support/support.schema.d.ts +507 -0
- package/lib/src/services/support/support.shared.d.ts +13 -0
- package/lib/src/services/support/support.shared.js +13 -0
- package/lib/src/services/tasks/comments/comments.class.d.ts +11 -0
- package/lib/src/services/tasks/comments/comments.d.ts +11 -0
- package/lib/src/services/tasks/comments/comments.schema.d.ts +771 -0
- package/lib/src/services/tasks/comments/comments.shared.d.ts +13 -0
- package/lib/src/services/tasks/comments/comments.shared.js +13 -0
- package/lib/src/services/tasks/tasks.class.d.ts +14 -0
- package/lib/src/services/tasks/tasks.d.ts +11 -0
- package/lib/src/services/tasks/tasks.hooks.d.ts +90 -0
- package/lib/src/services/tasks/tasks.schema.d.ts +1281 -0
- package/lib/src/services/tasks/tasks.shared.d.ts +13 -0
- package/lib/src/services/tasks/tasks.shared.js +13 -0
- package/lib/src/services/tax/research/research.class.d.ts +11 -0
- package/lib/src/services/tax/research/research.d.ts +11 -0
- package/lib/src/services/tax/research/research.schema.d.ts +237 -0
- package/lib/src/services/tax/research/research.shared.d.ts +13 -0
- package/lib/src/services/tax/research/research.shared.js +13 -0
- package/lib/src/services/tax/sessions/conversations/conversations.class.d.ts +12 -0
- package/lib/src/services/tax/sessions/conversations/conversations.d.ts +11 -0
- package/lib/src/services/tax/sessions/conversations/conversations.hooks.d.ts +11 -0
- package/lib/src/services/tax/sessions/conversations/conversations.schema.d.ts +2923 -0
- package/lib/src/services/tax/sessions/conversations/conversations.shared.d.ts +13 -0
- package/lib/src/services/tax/sessions/conversations/conversations.shared.js +13 -0
- package/lib/src/services/tax/sessions/conversations/invoke-tax-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/create-tax-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/delete-tax-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/sessions.class.d.ts +12 -0
- package/lib/src/services/tax/sessions/sessions.d.ts +11 -0
- package/lib/src/services/tax/sessions/sessions.hooks.d.ts +11 -0
- package/lib/src/services/tax/sessions/sessions.schema.d.ts +803 -0
- package/lib/src/services/tax/sessions/sessions.shared.d.ts +13 -0
- package/lib/src/services/tax/sessions/sessions.shared.js +13 -0
- package/lib/src/services/tax/sessions/sync-tax-bedrock-sessions.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/update-tax-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/telegram/link/link.class.d.ts +26 -0
- package/lib/src/services/telegram/link/link.d.ts +11 -0
- package/lib/src/services/telegram/link/link.schema.d.ts +174 -0
- package/lib/src/services/telegram/link/link.shared.d.ts +13 -0
- package/lib/src/services/telegram/link/link.shared.js +13 -0
- package/lib/src/services/telegram/telegram.class.d.ts +34 -0
- package/lib/src/services/telegram/telegram.d.ts +11 -0
- package/lib/src/services/telegram/telegram.schema.d.ts +152 -0
- package/lib/src/services/telegram/telegram.shared.d.ts +13 -0
- package/lib/src/services/telegram/telegram.shared.js +13 -0
- package/lib/src/services/toggles/toggles.class.d.ts +19 -0
- package/lib/src/services/toggles/toggles.d.ts +11 -0
- package/lib/src/services/toggles/toggles.schema.d.ts +335 -0
- package/lib/src/services/toggles/toggles.shared.d.ts +13 -0
- package/lib/src/services/toggles/toggles.shared.js +13 -0
- package/lib/src/services/tokens/tokens.class.d.ts +11 -0
- package/lib/src/services/tokens/tokens.d.ts +11 -0
- package/lib/src/services/tokens/tokens.schema.d.ts +941 -0
- package/lib/src/services/tokens/tokens.shared.d.ts +13 -0
- package/lib/src/services/tokens/tokens.shared.js +13 -0
- package/lib/src/services/traders/pods/api/api.class.d.ts +3 -2
- package/lib/src/services/traders/pods/api/api.schema.d.ts +12055 -3967
- package/lib/src/services/traders/pods/api/api.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/blob/blob.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/events/events.class.d.ts +2 -2
- package/lib/src/services/traders/pods/events/events.schema.d.ts +388 -332
- package/lib/src/services/traders/pods/events/events.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/pods.class.d.ts +3 -2
- package/lib/src/services/traders/pods/pods.schema.d.ts +9909 -2945
- package/lib/src/services/traders/pods/pods.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/webhooks/webhooks.class.d.ts +2 -2
- package/lib/src/services/traders/pods/webhooks/webhooks.schema.d.ts +105 -105
- package/lib/src/services/traders/pods/webhooks/webhooks.shared.d.ts +1 -1
- package/lib/src/services/traders/traders.class.d.ts +4 -2
- package/lib/src/services/traders/traders.schema.d.ts +2923 -2450
- package/lib/src/services/traders/traders.shared.d.ts +1 -1
- package/lib/src/services/trades/trades.class.d.ts +11 -0
- package/lib/src/services/trades/trades.d.ts +11 -0
- package/lib/src/services/trades/trades.schema.d.ts +16969 -0
- package/lib/src/services/trades/trades.shared.d.ts +13 -0
- package/lib/src/services/trades/trades.shared.js +13 -0
- package/lib/src/services/users/access/access.class.d.ts +11 -0
- package/lib/src/services/users/access/access.d.ts +11 -0
- package/lib/src/services/users/access/access.schema.d.ts +393 -0
- package/lib/src/services/users/access/access.shared.d.ts +13 -0
- package/lib/src/services/users/access/access.shared.js +13 -0
- package/lib/src/services/users/cancel-subscription.class.d.ts +13 -0
- package/lib/src/services/users/cancel-subscription.d.ts +9 -0
- package/lib/src/services/users/marketing/campaigns/01-welcome.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/02-first-bot-running.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/03-ai-strategy.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/04-hyperopt.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/05-safety-tips.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/06-humor.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/07-paper-vs-real.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/08-trial-summary.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/09-trial-ending.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/10-reactivation.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/11-onboarding-incomplete.campaign.d.ts +6 -0
- package/lib/src/services/users/marketing/campaigns/index.d.ts +10 -0
- package/lib/src/services/users/marketing/campaigns/supervisor-welcome.campaign.d.ts +6 -0
- package/lib/src/services/users/marketing/campaigns/trial.context.d.ts +27 -0
- package/lib/src/services/users/marketing/marketing.class.d.ts +26 -0
- package/lib/src/services/users/marketing/marketing.d.ts +11 -0
- package/lib/src/services/users/marketing/marketing.engine.d.ts +36 -0
- package/lib/src/services/users/marketing/marketing.schema.d.ts +515 -0
- package/lib/src/services/users/marketing/marketing.shared.d.ts +13 -0
- package/lib/src/services/users/marketing/marketing.shared.js +20 -0
- package/lib/src/services/users/onboarding/onboarding.class.d.ts +11 -0
- package/lib/src/services/users/onboarding/onboarding.d.ts +11 -0
- package/lib/src/services/users/onboarding/onboarding.hooks.d.ts +60 -0
- package/lib/src/services/users/onboarding/onboarding.schema.d.ts +768 -0
- package/lib/src/services/users/onboarding/onboarding.shared.d.ts +13 -0
- package/lib/src/services/users/onboarding/onboarding.shared.js +13 -0
- package/lib/src/services/users/onboarding/steps/exchanges.processor.d.ts +15 -0
- package/lib/src/services/users/onboarding/steps/index.d.ts +32 -0
- package/lib/src/services/users/onboarding/steps/notifications.processor.d.ts +15 -0
- package/lib/src/services/users/onboarding/steps/preferences.processor.d.ts +16 -0
- package/lib/src/services/users/onboarding/steps/strategy.processor.d.ts +15 -0
- package/lib/src/services/users/onboarding/steps/traders.processor.d.ts +16 -0
- package/lib/src/services/users/reset-account.class.d.ts +11 -0
- package/lib/src/services/users/reset-account.d.ts +9 -0
- package/lib/src/services/users/sessions/sessions.class.d.ts +18 -0
- package/lib/src/services/users/sessions/sessions.d.ts +11 -0
- package/lib/src/services/users/sessions/sessions.schema.d.ts +698 -0
- package/lib/src/services/users/sessions/sessions.shared.d.ts +13 -0
- package/lib/src/services/users/sessions/sessions.shared.js +13 -0
- package/lib/src/services/users/setup-trial.class.d.ts +21 -0
- package/lib/src/services/users/setup-trial.d.ts +9 -0
- package/lib/src/services/users/stripe-check-subscription.hooks.d.ts +2 -0
- package/lib/src/services/users/stripe-create-payment-intent.hooks.d.ts +2 -0
- package/lib/src/services/users/stripe-is-subscription-active.hooks.d.ts +2 -0
- package/lib/src/services/users/stripe-sync-customer-data.hooks.d.ts +2 -0
- package/lib/src/services/users/users.class.d.ts +298 -59
- package/lib/src/services/users/users.schema.d.ts +1942 -350
- package/lib/src/services/users/users.shared.d.ts +2 -2
- package/lib/src/services/users/users.shared.js +1 -1
- package/lib/src/services/version/version.shared.d.ts +1 -1
- package/package.json +9 -3
- package/lib/src/services/tools/openapi/openapi.class.d.ts +0 -34
- package/lib/src/services/tools/openapi/openapi.d.ts +0 -10
- package/lib/src/services/tools/openapi/openapi.shared.d.ts +0 -13
- package/lib/src/services/tools/openapi/openapi.shared.js +0 -13
- package/lib/src/services/tools/tools.class.d.ts +0 -11
- package/lib/src/services/tools/tools.d.ts +0 -11
- package/lib/src/services/tools/tools.shared.d.ts +0 -13
- package/lib/src/services/tools/tools.shared.js +0 -13
|
@@ -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 { TradersPodsWebhooksService } from './webhooks.class';
|
|
4
4
|
export declare const tradersPodsWebhooksSchema: import("@feathersjs/typebox").TObject<{
|
|
5
5
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -13,19 +13,19 @@ export type TradersPodsWebhooks = Static<typeof tradersPodsWebhooksSchema>;
|
|
|
13
13
|
export declare const tradersPodsWebhooksValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
14
14
|
export declare const tradersPodsWebhooksResolver: import("@feathersjs/schema").Resolver<{
|
|
15
15
|
_id: string | {};
|
|
16
|
-
createdAt: any;
|
|
17
|
-
userId: string;
|
|
18
|
-
event: string;
|
|
19
16
|
status: string;
|
|
17
|
+
event: string;
|
|
20
18
|
traderId: string;
|
|
19
|
+
userId: string;
|
|
20
|
+
createdAt: any;
|
|
21
21
|
}, HookContext<TradersPodsWebhooksService<import("./webhooks.class").TradersPodsWebhooksParams>>>;
|
|
22
22
|
export declare const tradersPodsWebhooksExternalResolver: import("@feathersjs/schema").Resolver<{
|
|
23
23
|
_id: string | {};
|
|
24
|
-
createdAt: any;
|
|
25
|
-
userId: string;
|
|
26
|
-
event: string;
|
|
27
24
|
status: string;
|
|
25
|
+
event: string;
|
|
28
26
|
traderId: string;
|
|
27
|
+
userId: string;
|
|
28
|
+
createdAt: any;
|
|
29
29
|
}, HookContext<TradersPodsWebhooksService<import("./webhooks.class").TradersPodsWebhooksParams>>>;
|
|
30
30
|
export declare const tradersPodsWebhooksDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
31
31
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -39,11 +39,11 @@ export type TradersPodsWebhooksData = Static<typeof tradersPodsWebhooksDataSchem
|
|
|
39
39
|
export declare const tradersPodsWebhooksDataValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
40
40
|
export declare const tradersPodsWebhooksDataResolver: import("@feathersjs/schema").Resolver<{
|
|
41
41
|
_id: string | {};
|
|
42
|
-
createdAt: any;
|
|
43
|
-
userId: string;
|
|
44
|
-
event: string;
|
|
45
42
|
status: string;
|
|
43
|
+
event: string;
|
|
46
44
|
traderId: string;
|
|
45
|
+
userId: string;
|
|
46
|
+
createdAt: any;
|
|
47
47
|
}, HookContext<TradersPodsWebhooksService<import("./webhooks.class").TradersPodsWebhooksParams>>>;
|
|
48
48
|
export declare const tradersPodsWebhooksPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
49
49
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -57,11 +57,11 @@ export type TradersPodsWebhooksPatch = Static<typeof tradersPodsWebhooksPatchSch
|
|
|
57
57
|
export declare const tradersPodsWebhooksPatchValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
58
58
|
export declare const tradersPodsWebhooksPatchResolver: import("@feathersjs/schema").Resolver<{
|
|
59
59
|
_id: string | {};
|
|
60
|
-
createdAt: any;
|
|
61
|
-
userId: string;
|
|
62
|
-
event: string;
|
|
63
60
|
status: string;
|
|
61
|
+
event: string;
|
|
64
62
|
traderId: string;
|
|
63
|
+
userId: string;
|
|
64
|
+
createdAt: any;
|
|
65
65
|
}, HookContext<TradersPodsWebhooksService<import("./webhooks.class").TradersPodsWebhooksParams>>>;
|
|
66
66
|
export declare const tradersPodsWebhooksQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
67
67
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -77,12 +77,12 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
77
77
|
$sort: import("@feathersjs/typebox").TObject<{
|
|
78
78
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
79
79
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
80
|
-
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
81
80
|
event: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
82
81
|
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
83
82
|
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
83
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
84
84
|
}>;
|
|
85
|
-
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "
|
|
85
|
+
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "event" | "status" | "traderId" | "userId")[]>;
|
|
86
86
|
$and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
87
87
|
_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<{
|
|
88
88
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -90,8 +90,8 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
90
90
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
91
91
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
92
92
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
93
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
94
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
93
|
+
$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<{}>]>;
|
|
94
|
+
$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<{}>]>;
|
|
95
95
|
}>, import("@feathersjs/typebox").TObject<{
|
|
96
96
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
97
97
|
} | undefined>]>>]>>;
|
|
@@ -106,47 +106,47 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
106
106
|
}>, import("@feathersjs/typebox").TObject<{
|
|
107
107
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
108
108
|
} | undefined>]>>]>>;
|
|
109
|
-
|
|
109
|
+
event: 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<{
|
|
110
110
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
111
111
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
112
112
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
113
113
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
114
114
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
115
|
-
$in: import("@feathersjs/typebox").
|
|
116
|
-
$nin: import("@feathersjs/typebox").
|
|
115
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
116
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
117
117
|
}>, import("@feathersjs/typebox").TObject<{
|
|
118
118
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
119
119
|
} | undefined>]>>]>>;
|
|
120
|
-
|
|
120
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
121
121
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
122
122
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
123
123
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
124
124
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
125
125
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
126
|
-
$in: import("@feathersjs/typebox").
|
|
127
|
-
$nin: import("@feathersjs/typebox").
|
|
126
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
127
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
128
128
|
}>, import("@feathersjs/typebox").TObject<{
|
|
129
129
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
130
130
|
} | undefined>]>>]>>;
|
|
131
|
-
|
|
131
|
+
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<{
|
|
132
132
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
133
133
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
134
134
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
135
135
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
136
136
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
137
|
-
$in: import("@feathersjs/typebox").
|
|
138
|
-
$nin: import("@feathersjs/typebox").
|
|
137
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
138
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
139
139
|
}>, import("@feathersjs/typebox").TObject<{
|
|
140
140
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
141
141
|
} | undefined>]>>]>>;
|
|
142
|
-
|
|
142
|
+
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<{
|
|
143
143
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
144
144
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
145
145
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
146
146
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
147
147
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
148
|
-
$in: import("@feathersjs/typebox").
|
|
149
|
-
$nin: import("@feathersjs/typebox").
|
|
148
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
149
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
150
150
|
}>, import("@feathersjs/typebox").TObject<{
|
|
151
151
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
152
152
|
} | undefined>]>>]>>;
|
|
@@ -158,8 +158,8 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
158
158
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
159
159
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
160
160
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
161
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
162
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
161
|
+
$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<{}>]>;
|
|
162
|
+
$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<{}>]>;
|
|
163
163
|
}>, import("@feathersjs/typebox").TObject<{
|
|
164
164
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
165
165
|
} | undefined>]>>]>>;
|
|
@@ -174,47 +174,47 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
174
174
|
}>, import("@feathersjs/typebox").TObject<{
|
|
175
175
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
176
176
|
} | undefined>]>>]>>;
|
|
177
|
-
|
|
177
|
+
event: 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<{
|
|
178
178
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
179
179
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
180
180
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
181
181
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
182
182
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
183
|
-
$in: import("@feathersjs/typebox").
|
|
184
|
-
$nin: import("@feathersjs/typebox").
|
|
183
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
184
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
185
185
|
}>, import("@feathersjs/typebox").TObject<{
|
|
186
186
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
187
187
|
} | undefined>]>>]>>;
|
|
188
|
-
|
|
188
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
189
189
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
190
190
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
191
191
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
192
192
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
193
193
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
194
|
-
$in: import("@feathersjs/typebox").
|
|
195
|
-
$nin: import("@feathersjs/typebox").
|
|
194
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
195
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
196
196
|
}>, import("@feathersjs/typebox").TObject<{
|
|
197
197
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
198
198
|
} | undefined>]>>]>>;
|
|
199
|
-
|
|
199
|
+
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<{
|
|
200
200
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
201
201
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
202
202
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
203
203
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
204
204
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
205
|
-
$in: import("@feathersjs/typebox").
|
|
206
|
-
$nin: import("@feathersjs/typebox").
|
|
205
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
206
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
207
207
|
}>, import("@feathersjs/typebox").TObject<{
|
|
208
208
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
209
209
|
} | undefined>]>>]>>;
|
|
210
|
-
|
|
210
|
+
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<{
|
|
211
211
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
212
212
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
213
213
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
214
214
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
215
215
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
216
|
-
$in: import("@feathersjs/typebox").
|
|
217
|
-
$nin: import("@feathersjs/typebox").
|
|
216
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
217
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
218
218
|
}>, import("@feathersjs/typebox").TObject<{
|
|
219
219
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
220
220
|
} | undefined>]>>]>>;
|
|
@@ -227,8 +227,8 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
227
227
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
228
228
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
229
229
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
230
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
231
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
230
|
+
$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<{}>]>;
|
|
231
|
+
$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<{}>]>;
|
|
232
232
|
}>, import("@feathersjs/typebox").TObject<{
|
|
233
233
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
234
234
|
} | undefined>]>>]>>;
|
|
@@ -243,47 +243,47 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
243
243
|
}>, import("@feathersjs/typebox").TObject<{
|
|
244
244
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
245
245
|
} | undefined>]>>]>>;
|
|
246
|
-
|
|
246
|
+
event: 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<{
|
|
247
247
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
248
248
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
249
249
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
250
250
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
251
251
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
252
|
-
$in: import("@feathersjs/typebox").
|
|
253
|
-
$nin: import("@feathersjs/typebox").
|
|
252
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
253
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
254
254
|
}>, import("@feathersjs/typebox").TObject<{
|
|
255
255
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
256
256
|
} | undefined>]>>]>>;
|
|
257
|
-
|
|
257
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
258
258
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
259
259
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
260
260
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
261
261
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
262
262
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
263
|
-
$in: import("@feathersjs/typebox").
|
|
264
|
-
$nin: import("@feathersjs/typebox").
|
|
263
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
264
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
265
265
|
}>, import("@feathersjs/typebox").TObject<{
|
|
266
266
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
267
267
|
} | undefined>]>>]>>;
|
|
268
|
-
|
|
268
|
+
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<{
|
|
269
269
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
270
270
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
271
271
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
272
272
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
273
273
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
274
|
-
$in: import("@feathersjs/typebox").
|
|
275
|
-
$nin: import("@feathersjs/typebox").
|
|
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>;
|
|
276
276
|
}>, import("@feathersjs/typebox").TObject<{
|
|
277
277
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
278
278
|
} | undefined>]>>]>>;
|
|
279
|
-
|
|
279
|
+
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<{
|
|
280
280
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
281
281
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
282
282
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
283
283
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
284
284
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
285
|
-
$in: import("@feathersjs/typebox").
|
|
286
|
-
$nin: import("@feathersjs/typebox").
|
|
285
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
286
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
287
287
|
}>, import("@feathersjs/typebox").TObject<{
|
|
288
288
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
289
289
|
} | undefined>]>>]>>;
|
|
@@ -295,8 +295,8 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
295
295
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
296
296
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
297
297
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
298
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
299
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
298
|
+
$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<{}>]>;
|
|
299
|
+
$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<{}>]>;
|
|
300
300
|
}>, import("@feathersjs/typebox").TObject<{
|
|
301
301
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
302
302
|
} | undefined>]>>]>>;
|
|
@@ -311,47 +311,47 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
311
311
|
}>, import("@feathersjs/typebox").TObject<{
|
|
312
312
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
313
313
|
} | undefined>]>>]>>;
|
|
314
|
-
|
|
314
|
+
event: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
315
315
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
316
316
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
317
317
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
318
318
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
319
319
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
320
|
-
$in: import("@feathersjs/typebox").
|
|
321
|
-
$nin: import("@feathersjs/typebox").
|
|
320
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
321
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
322
322
|
}>, import("@feathersjs/typebox").TObject<{
|
|
323
323
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
324
324
|
} | undefined>]>>]>>;
|
|
325
|
-
|
|
325
|
+
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
326
326
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
327
327
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
328
328
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
329
329
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
330
330
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
331
|
-
$in: import("@feathersjs/typebox").
|
|
332
|
-
$nin: import("@feathersjs/typebox").
|
|
331
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
332
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
333
333
|
}>, import("@feathersjs/typebox").TObject<{
|
|
334
334
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
335
335
|
} | undefined>]>>]>>;
|
|
336
|
-
|
|
336
|
+
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<{
|
|
337
337
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
338
338
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
339
339
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
340
340
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
341
341
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
342
|
-
$in: import("@feathersjs/typebox").
|
|
343
|
-
$nin: import("@feathersjs/typebox").
|
|
342
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
343
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
344
344
|
}>, import("@feathersjs/typebox").TObject<{
|
|
345
345
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
346
346
|
} | undefined>]>>]>>;
|
|
347
|
-
|
|
347
|
+
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<{
|
|
348
348
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
349
349
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
350
350
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
351
351
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
352
352
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
353
|
-
$in: import("@feathersjs/typebox").
|
|
354
|
-
$nin: import("@feathersjs/typebox").
|
|
353
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
354
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
355
355
|
}>, import("@feathersjs/typebox").TObject<{
|
|
356
356
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
357
357
|
} | undefined>]>>]>>;
|
|
@@ -364,24 +364,24 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
364
364
|
$sort: {
|
|
365
365
|
_id?: number | undefined;
|
|
366
366
|
createdAt?: number | undefined;
|
|
367
|
-
userId?: number | undefined;
|
|
368
367
|
event?: number | undefined;
|
|
369
368
|
status?: number | undefined;
|
|
370
369
|
traderId?: number | undefined;
|
|
370
|
+
userId?: number | undefined;
|
|
371
371
|
};
|
|
372
|
-
$select: ("_id" | "createdAt" | "
|
|
372
|
+
$select: ("_id" | "createdAt" | "event" | "status" | "traderId" | "userId")[];
|
|
373
373
|
$and: ({
|
|
374
|
-
_id?: string |
|
|
374
|
+
_id?: string | Partial<{
|
|
375
375
|
$gt: string | {};
|
|
376
376
|
$gte: string | {};
|
|
377
377
|
$lt: string | {};
|
|
378
378
|
$lte: string | {};
|
|
379
379
|
$ne: string | {};
|
|
380
|
-
$in: string |
|
|
381
|
-
$nin: string |
|
|
382
|
-
} & {}> | undefined;
|
|
380
|
+
$in: string | (string | {})[] | {};
|
|
381
|
+
$nin: string | (string | {})[] | {};
|
|
382
|
+
} & {}> | {} | undefined;
|
|
383
383
|
createdAt?: any;
|
|
384
|
-
|
|
384
|
+
event?: string | Partial<{
|
|
385
385
|
$gt: string;
|
|
386
386
|
$gte: string;
|
|
387
387
|
$lt: string;
|
|
@@ -390,7 +390,7 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
390
390
|
$in: string | string[];
|
|
391
391
|
$nin: string | string[];
|
|
392
392
|
} & {}> | undefined;
|
|
393
|
-
|
|
393
|
+
status?: string | Partial<{
|
|
394
394
|
$gt: string;
|
|
395
395
|
$gte: string;
|
|
396
396
|
$lt: string;
|
|
@@ -399,7 +399,7 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
399
399
|
$in: string | string[];
|
|
400
400
|
$nin: string | string[];
|
|
401
401
|
} & {}> | undefined;
|
|
402
|
-
|
|
402
|
+
traderId?: string | Partial<{
|
|
403
403
|
$gt: string;
|
|
404
404
|
$gte: string;
|
|
405
405
|
$lt: string;
|
|
@@ -408,7 +408,7 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
408
408
|
$in: string | string[];
|
|
409
409
|
$nin: string | string[];
|
|
410
410
|
} & {}> | undefined;
|
|
411
|
-
|
|
411
|
+
userId?: string | Partial<{
|
|
412
412
|
$gt: string;
|
|
413
413
|
$gte: string;
|
|
414
414
|
$lt: string;
|
|
@@ -419,17 +419,17 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
419
419
|
} & {}> | undefined;
|
|
420
420
|
} | {
|
|
421
421
|
$or: {
|
|
422
|
-
_id?: string |
|
|
422
|
+
_id?: string | Partial<{
|
|
423
423
|
$gt: string | {};
|
|
424
424
|
$gte: string | {};
|
|
425
425
|
$lt: string | {};
|
|
426
426
|
$lte: string | {};
|
|
427
427
|
$ne: string | {};
|
|
428
|
-
$in: string |
|
|
429
|
-
$nin: string |
|
|
430
|
-
} & {}> | undefined;
|
|
428
|
+
$in: string | (string | {})[] | {};
|
|
429
|
+
$nin: string | (string | {})[] | {};
|
|
430
|
+
} & {}> | {} | undefined;
|
|
431
431
|
createdAt?: any;
|
|
432
|
-
|
|
432
|
+
event?: string | Partial<{
|
|
433
433
|
$gt: string;
|
|
434
434
|
$gte: string;
|
|
435
435
|
$lt: string;
|
|
@@ -438,7 +438,7 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
438
438
|
$in: string | string[];
|
|
439
439
|
$nin: string | string[];
|
|
440
440
|
} & {}> | undefined;
|
|
441
|
-
|
|
441
|
+
status?: string | Partial<{
|
|
442
442
|
$gt: string;
|
|
443
443
|
$gte: string;
|
|
444
444
|
$lt: string;
|
|
@@ -447,7 +447,7 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
447
447
|
$in: string | string[];
|
|
448
448
|
$nin: string | string[];
|
|
449
449
|
} & {}> | undefined;
|
|
450
|
-
|
|
450
|
+
traderId?: string | Partial<{
|
|
451
451
|
$gt: string;
|
|
452
452
|
$gte: string;
|
|
453
453
|
$lt: string;
|
|
@@ -456,7 +456,7 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
456
456
|
$in: string | string[];
|
|
457
457
|
$nin: string | string[];
|
|
458
458
|
} & {}> | undefined;
|
|
459
|
-
|
|
459
|
+
userId?: string | Partial<{
|
|
460
460
|
$gt: string;
|
|
461
461
|
$gte: string;
|
|
462
462
|
$lt: string;
|
|
@@ -468,17 +468,17 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
468
468
|
}[];
|
|
469
469
|
})[];
|
|
470
470
|
$or: {
|
|
471
|
-
_id?: string |
|
|
471
|
+
_id?: string | Partial<{
|
|
472
472
|
$gt: string | {};
|
|
473
473
|
$gte: string | {};
|
|
474
474
|
$lt: string | {};
|
|
475
475
|
$lte: string | {};
|
|
476
476
|
$ne: string | {};
|
|
477
|
-
$in: string |
|
|
478
|
-
$nin: string |
|
|
479
|
-
} & {}> | undefined;
|
|
477
|
+
$in: string | (string | {})[] | {};
|
|
478
|
+
$nin: string | (string | {})[] | {};
|
|
479
|
+
} & {}> | {} | undefined;
|
|
480
480
|
createdAt?: any;
|
|
481
|
-
|
|
481
|
+
event?: string | Partial<{
|
|
482
482
|
$gt: string;
|
|
483
483
|
$gte: string;
|
|
484
484
|
$lt: string;
|
|
@@ -487,7 +487,7 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
487
487
|
$in: string | string[];
|
|
488
488
|
$nin: string | string[];
|
|
489
489
|
} & {}> | undefined;
|
|
490
|
-
|
|
490
|
+
status?: string | Partial<{
|
|
491
491
|
$gt: string;
|
|
492
492
|
$gte: string;
|
|
493
493
|
$lt: string;
|
|
@@ -496,7 +496,7 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
496
496
|
$in: string | string[];
|
|
497
497
|
$nin: string | string[];
|
|
498
498
|
} & {}> | undefined;
|
|
499
|
-
|
|
499
|
+
traderId?: string | Partial<{
|
|
500
500
|
$gt: string;
|
|
501
501
|
$gte: string;
|
|
502
502
|
$lt: string;
|
|
@@ -505,7 +505,7 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
505
505
|
$in: string | string[];
|
|
506
506
|
$nin: string | string[];
|
|
507
507
|
} & {}> | undefined;
|
|
508
|
-
|
|
508
|
+
userId?: string | Partial<{
|
|
509
509
|
$gt: string;
|
|
510
510
|
$gte: string;
|
|
511
511
|
$lt: string;
|
|
@@ -516,17 +516,17 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
516
516
|
} & {}> | undefined;
|
|
517
517
|
}[];
|
|
518
518
|
}> & {
|
|
519
|
-
_id?: string |
|
|
519
|
+
_id?: string | Partial<{
|
|
520
520
|
$gt: string | {};
|
|
521
521
|
$gte: string | {};
|
|
522
522
|
$lt: string | {};
|
|
523
523
|
$lte: string | {};
|
|
524
524
|
$ne: string | {};
|
|
525
|
-
$in: string |
|
|
526
|
-
$nin: string |
|
|
527
|
-
} & {}> | undefined;
|
|
525
|
+
$in: string | (string | {})[] | {};
|
|
526
|
+
$nin: string | (string | {})[] | {};
|
|
527
|
+
} & {}> | {} | undefined;
|
|
528
528
|
createdAt?: any;
|
|
529
|
-
|
|
529
|
+
event?: string | Partial<{
|
|
530
530
|
$gt: string;
|
|
531
531
|
$gte: string;
|
|
532
532
|
$lt: string;
|
|
@@ -535,7 +535,7 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
535
535
|
$in: string | string[];
|
|
536
536
|
$nin: string | string[];
|
|
537
537
|
} & {}> | undefined;
|
|
538
|
-
|
|
538
|
+
status?: string | Partial<{
|
|
539
539
|
$gt: string;
|
|
540
540
|
$gte: string;
|
|
541
541
|
$lt: string;
|
|
@@ -544,7 +544,7 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
544
544
|
$in: string | string[];
|
|
545
545
|
$nin: string | string[];
|
|
546
546
|
} & {}> | undefined;
|
|
547
|
-
|
|
547
|
+
traderId?: string | Partial<{
|
|
548
548
|
$gt: string;
|
|
549
549
|
$gte: string;
|
|
550
550
|
$lt: string;
|
|
@@ -553,7 +553,7 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
553
553
|
$in: string | string[];
|
|
554
554
|
$nin: string | string[];
|
|
555
555
|
} & {}> | undefined;
|
|
556
|
-
|
|
556
|
+
userId?: string | Partial<{
|
|
557
557
|
$gt: string;
|
|
558
558
|
$gte: string;
|
|
559
559
|
$lt: string;
|
|
@@ -4,7 +4,7 @@ import type { TradersPodsWebhooks, TradersPodsWebhooksData, TradersPodsWebhooksP
|
|
|
4
4
|
export type { TradersPodsWebhooks, TradersPodsWebhooksData, TradersPodsWebhooksPatch, TradersPodsWebhooksQuery };
|
|
5
5
|
export type TradersPodsWebhooksClientService = Pick<TradersPodsWebhooksService<Params<TradersPodsWebhooksQuery>>, (typeof tradersPodsWebhooksMethods)[number]>;
|
|
6
6
|
export declare const tradersPodsWebhooksPath = "traders/pods/webhooks";
|
|
7
|
-
export declare const tradersPodsWebhooksMethods: readonly [
|
|
7
|
+
export declare const tradersPodsWebhooksMethods: readonly ['find', 'get', 'create', 'patch', 'remove'];
|
|
8
8
|
export declare const tradersPodsWebhooksClient: (client: ClientApplication) => void;
|
|
9
9
|
declare module '../../../../client' {
|
|
10
10
|
interface ServiceTypes {
|