@cryptorobot.ai/client 0.0.39 → 1.26.0-dev.1000
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/src/client.d.ts +260 -0
- package/lib/src/client.js +181 -12
- package/lib/src/services/advisor/advisor.class.d.ts +12 -0
- package/lib/src/services/advisor/advisor.d.ts +11 -0
- package/lib/src/services/advisor/advisor.hooks.d.ts +9 -0
- package/lib/src/services/advisor/advisor.schema.d.ts +2744 -0
- package/lib/src/services/advisor/advisor.shared.d.ts +13 -0
- package/lib/src/services/advisor/advisor.shared.js +13 -0
- package/lib/src/services/advisor/messages/messages.class.d.ts +11 -0
- package/lib/src/services/advisor/messages/messages.d.ts +11 -0
- package/lib/src/services/advisor/messages/messages.schema.d.ts +575 -0
- package/lib/src/services/advisor/messages/messages.shared.d.ts +13 -0
- package/lib/src/services/advisor/messages/messages.shared.js +13 -0
- package/lib/src/services/affiliates/affiliates.class.d.ts +18 -0
- package/lib/src/services/affiliates/affiliates.d.ts +11 -0
- package/lib/src/services/affiliates/affiliates.schema.d.ts +579 -0
- package/lib/src/services/affiliates/affiliates.shared.d.ts +13 -0
- package/lib/src/services/affiliates/affiliates.shared.js +20 -0
- package/lib/src/services/affiliates/clicks/clicks.class.d.ts +11 -0
- package/lib/src/services/affiliates/clicks/clicks.d.ts +11 -0
- package/lib/src/services/affiliates/clicks/clicks.schema.d.ts +507 -0
- package/lib/src/services/affiliates/clicks/clicks.shared.d.ts +13 -0
- package/lib/src/services/affiliates/clicks/clicks.shared.js +19 -0
- package/lib/src/services/affiliates/comissions/comissions.class.d.ts +11 -0
- package/lib/src/services/affiliates/comissions/comissions.d.ts +11 -0
- package/lib/src/services/affiliates/comissions/comissions.schema.d.ts +841 -0
- package/lib/src/services/affiliates/comissions/comissions.shared.d.ts +13 -0
- package/lib/src/services/affiliates/comissions/comissions.shared.js +19 -0
- package/lib/src/services/affiliates/contracts/contracts.class.d.ts +11 -0
- package/lib/src/services/affiliates/contracts/contracts.d.ts +11 -0
- package/lib/src/services/affiliates/contracts/contracts.schema.d.ts +667 -0
- package/lib/src/services/affiliates/contracts/contracts.shared.d.ts +13 -0
- package/lib/src/services/affiliates/contracts/contracts.shared.js +19 -0
- package/lib/src/services/affiliates/coupons/coupons.class.d.ts +11 -0
- package/lib/src/services/affiliates/coupons/coupons.d.ts +11 -0
- package/lib/src/services/affiliates/coupons/coupons.schema.d.ts +523 -0
- package/lib/src/services/affiliates/coupons/coupons.shared.d.ts +13 -0
- package/lib/src/services/affiliates/coupons/coupons.shared.js +19 -0
- package/lib/src/services/affiliates/links/links.class.d.ts +11 -0
- package/lib/src/services/affiliates/links/links.d.ts +11 -0
- package/lib/src/services/affiliates/links/links.schema.d.ts +515 -0
- package/lib/src/services/affiliates/links/links.shared.d.ts +13 -0
- package/lib/src/services/affiliates/links/links.shared.js +13 -0
- package/lib/src/services/affiliates/payouts/payouts.class.d.ts +11 -0
- package/lib/src/services/affiliates/payouts/payouts.d.ts +11 -0
- package/lib/src/services/affiliates/payouts/payouts.schema.d.ts +433 -0
- package/lib/src/services/affiliates/payouts/payouts.shared.d.ts +13 -0
- package/lib/src/services/affiliates/payouts/payouts.shared.js +19 -0
- package/lib/src/services/agents/agents.class.d.ts +12 -0
- package/lib/src/services/agents/agents.d.ts +11 -0
- package/lib/src/services/agents/agents.schema.d.ts +3573 -0
- package/lib/src/services/agents/agents.shared.d.ts +13 -0
- package/lib/src/services/agents/agents.shared.js +13 -0
- package/lib/src/services/agents/configure-bedrock-features.hooks.d.ts +2 -0
- package/lib/src/services/agents/create-agent-api-key.hooks.d.ts +2 -0
- package/lib/src/services/agents/create-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/delete-agent-api-key.hooks.d.ts +2 -0
- package/lib/src/services/agents/delete-agent-triggers.hooks.d.ts +5 -0
- package/lib/src/services/agents/delete-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/manage-bedrock-action-groups.hooks.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/backtest-analyst.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/financial-manager.d.ts +16 -0
- package/lib/src/services/agents/prepare/agents/hyperopt-analyst.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/index.d.ts +13 -0
- package/lib/src/services/agents/prepare/agents/risk-critic.d.ts +2 -0
- package/lib/src/services/agents/prepare/agents/strategy-researcher.d.ts +2 -0
- package/lib/src/services/agents/prepare/prepare.class.d.ts +18 -0
- package/lib/src/services/agents/prepare/prepare.d.ts +11 -0
- package/lib/src/services/agents/prepare/prepare.schema.d.ts +285 -0
- package/lib/src/services/agents/prepare/prepare.shared.d.ts +13 -0
- package/lib/src/services/agents/prepare/prepare.shared.js +13 -0
- package/lib/src/services/agents/refresh-bedrock-agent-status.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/conversations/conversations.class.d.ts +12 -0
- package/lib/src/services/agents/sessions/conversations/conversations.d.ts +11 -0
- package/lib/src/services/agents/sessions/conversations/conversations.hooks.d.ts +11 -0
- package/lib/src/services/agents/sessions/conversations/conversations.schema.d.ts +2931 -0
- package/lib/src/services/agents/sessions/conversations/conversations.shared.d.ts +13 -0
- package/lib/src/services/agents/sessions/conversations/conversations.shared.js +13 -0
- package/lib/src/services/agents/sessions/conversations/invoke-agent-provider.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/conversations/invoke-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/conversations/set-conversation-timestamps.hooks.d.ts +0 -0
- package/lib/src/services/agents/sessions/create-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/delete-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/sessions.class.d.ts +12 -0
- package/lib/src/services/agents/sessions/sessions.d.ts +11 -0
- package/lib/src/services/agents/sessions/sessions.hooks.d.ts +11 -0
- package/lib/src/services/agents/sessions/sessions.schema.d.ts +891 -0
- package/lib/src/services/agents/sessions/sessions.shared.d.ts +13 -0
- package/lib/src/services/agents/sessions/sessions.shared.js +13 -0
- package/lib/src/services/agents/sessions/sync-bedrock-sessions.hooks.d.ts +2 -0
- package/lib/src/services/agents/sessions/update-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/agents/update-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/agents/update-trigger-rules-with-agent-info.hooks.d.ts +5 -0
- package/lib/src/services/agents/validate-agent-actions.hooks.d.ts +3 -0
- package/lib/src/services/autotune/apply-params.d.ts +44 -0
- package/lib/src/services/autotune/callback.d.ts +2 -0
- package/lib/src/services/autotune/compute/compute.d.ts +40 -0
- package/lib/src/services/autotune/optuna-bridge.d.ts +10 -0
- package/lib/src/services/autotune/score.d.ts +37 -0
- package/lib/src/services/autotune/storage.d.ts +6 -0
- package/lib/src/services/autotune/studies/studies.class.d.ts +12 -0
- package/lib/src/services/autotune/studies/studies.d.ts +12 -0
- package/lib/src/services/autotune/studies/studies.schema.d.ts +1229 -0
- package/lib/src/services/autotune/studies/studies.shared.d.ts +13 -0
- package/lib/src/services/autotune/studies/studies.shared.js +13 -0
- package/lib/src/services/autotune/trials/trials.class.d.ts +12 -0
- package/lib/src/services/autotune/trials/trials.d.ts +12 -0
- package/lib/src/services/autotune/trials/trials.schema.d.ts +790 -0
- package/lib/src/services/autotune/trials/trials.shared.d.ts +13 -0
- package/lib/src/services/autotune/trials/trials.shared.js +13 -0
- package/lib/src/services/autotune/usage/usage.class.d.ts +11 -0
- package/lib/src/services/autotune/usage/usage.d.ts +11 -0
- package/lib/src/services/autotune/usage/usage.schema.d.ts +1407 -0
- package/lib/src/services/autotune/usage/usage.shared.d.ts +13 -0
- package/lib/src/services/autotune/usage/usage.shared.js +13 -0
- package/lib/src/services/blog/actions/actions.class.d.ts +29 -0
- package/lib/src/services/blog/actions/actions.d.ts +10 -0
- package/lib/src/services/blog/actions/actions.shared.d.ts +13 -0
- package/lib/src/services/blog/actions/actions.shared.js +13 -0
- package/lib/src/services/blog/calendar/calendar.class.d.ts +11 -0
- package/lib/src/services/blog/calendar/calendar.d.ts +11 -0
- package/lib/src/services/blog/calendar/calendar.schema.d.ts +333 -0
- package/lib/src/services/blog/calendar/calendar.shared.d.ts +13 -0
- package/lib/src/services/blog/calendar/calendar.shared.js +13 -0
- package/lib/src/services/blog/integrations/integrations.class.d.ts +11 -0
- package/lib/src/services/blog/integrations/integrations.d.ts +11 -0
- package/lib/src/services/blog/integrations/integrations.schema.d.ts +391 -0
- package/lib/src/services/blog/integrations/integrations.shared.d.ts +13 -0
- package/lib/src/services/blog/integrations/integrations.shared.js +19 -0
- package/lib/src/services/blog/posts/posts.class.d.ts +11 -0
- package/lib/src/services/blog/posts/posts.d.ts +11 -0
- package/lib/src/services/blog/posts/posts.schema.d.ts +1295 -0
- package/lib/src/services/blog/posts/posts.shared.d.ts +13 -0
- package/lib/src/services/blog/posts/posts.shared.js +13 -0
- package/lib/src/services/blog/queries/queries.class.d.ts +11 -0
- package/lib/src/services/blog/queries/queries.d.ts +11 -0
- package/lib/src/services/blog/queries/queries.schema.d.ts +1187 -0
- package/lib/src/services/blog/queries/queries.shared.d.ts +13 -0
- package/lib/src/services/blog/queries/queries.shared.js +13 -0
- package/lib/src/services/blog/sitemaps/pages/pages.class.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/pages/pages.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/pages/pages.schema.d.ts +871 -0
- package/lib/src/services/blog/sitemaps/pages/pages.shared.d.ts +13 -0
- package/lib/src/services/blog/sitemaps/pages/pages.shared.js +13 -0
- package/lib/src/services/blog/sitemaps/sitemaps.class.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/sitemaps.d.ts +11 -0
- package/lib/src/services/blog/sitemaps/sitemaps.schema.d.ts +770 -0
- package/lib/src/services/blog/sitemaps/sitemaps.shared.d.ts +13 -0
- package/lib/src/services/blog/sitemaps/sitemaps.shared.js +13 -0
- package/lib/src/services/blog/suggestions/suggestions.class.d.ts +11 -0
- package/lib/src/services/blog/suggestions/suggestions.d.ts +11 -0
- package/lib/src/services/blog/suggestions/suggestions.schema.d.ts +963 -0
- package/lib/src/services/blog/suggestions/suggestions.shared.d.ts +13 -0
- package/lib/src/services/blog/suggestions/suggestions.shared.js +13 -0
- package/lib/src/services/changelog/changelog.class.d.ts +34 -0
- package/lib/src/services/changelog/changelog.d.ts +11 -0
- package/lib/src/services/changelog/changelog.helper.d.ts +50 -0
- package/lib/src/services/changelog/changelog.schema.d.ts +456 -0
- package/lib/src/services/changelog/changelog.shared.d.ts +13 -0
- package/lib/src/services/changelog/changelog.shared.js +13 -0
- package/lib/src/services/changelog/hooks/parse-from-file.d.ts +8 -0
- package/lib/src/services/config/config.class.d.ts +2 -2
- package/lib/src/services/config/config.shared.d.ts +1 -1
- package/lib/src/services/copilot/concerns/concerns.class.d.ts +12 -0
- package/lib/src/services/copilot/concerns/concerns.d.ts +11 -0
- package/lib/src/services/copilot/concerns/concerns.schema.d.ts +727 -0
- package/lib/src/services/copilot/concerns/concerns.shared.d.ts +13 -0
- package/lib/src/services/copilot/concerns/concerns.shared.js +13 -0
- package/lib/src/services/copilot/decisions/decisions.class.d.ts +12 -0
- package/lib/src/services/copilot/decisions/decisions.d.ts +11 -0
- package/lib/src/services/copilot/decisions/decisions.schema.d.ts +728 -0
- package/lib/src/services/copilot/decisions/decisions.shared.d.ts +13 -0
- package/lib/src/services/copilot/decisions/decisions.shared.js +19 -0
- package/lib/src/services/copilot/help/help.class.d.ts +18 -0
- package/lib/src/services/copilot/help/help.d.ts +11 -0
- package/lib/src/services/copilot/help/help.schema.d.ts +237 -0
- package/lib/src/services/copilot/help/help.shared.d.ts +13 -0
- package/lib/src/services/copilot/help/help.shared.js +13 -0
- package/lib/src/services/copilot/recommendations/recommendations.class.d.ts +12 -0
- package/lib/src/services/copilot/recommendations/recommendations.d.ts +11 -0
- package/lib/src/services/copilot/recommendations/recommendations.schema.d.ts +949 -0
- package/lib/src/services/copilot/recommendations/recommendations.shared.d.ts +13 -0
- package/lib/src/services/copilot/recommendations/recommendations.shared.js +19 -0
- package/lib/src/services/currencies/currencies.class.d.ts +11 -0
- package/lib/src/services/currencies/currencies.d.ts +11 -0
- package/lib/src/services/currencies/currencies.schema.d.ts +769 -0
- package/lib/src/services/currencies/currencies.shared.d.ts +13 -0
- package/lib/src/services/currencies/currencies.shared.js +13 -0
- package/lib/src/services/custom/custom.shared.d.ts +1 -1
- package/lib/src/services/emails/emails.class.d.ts +11 -0
- package/lib/src/services/emails/emails.d.ts +11 -0
- package/lib/src/services/emails/emails.schema.d.ts +563 -0
- package/lib/src/services/emails/emails.shared.d.ts +13 -0
- package/lib/src/services/emails/emails.shared.js +13 -0
- package/lib/src/services/events/events.class.d.ts +12 -0
- package/lib/src/services/events/events.d.ts +11 -0
- package/lib/src/services/events/events.schema.d.ts +786 -0
- package/lib/src/services/events/events.shared.d.ts +13 -0
- package/lib/src/services/events/events.shared.js +13 -0
- package/lib/src/services/events/triggers/triggers.class.d.ts +12 -0
- package/lib/src/services/events/triggers/triggers.d.ts +11 -0
- package/lib/src/services/events/triggers/triggers.schema.d.ts +1762 -0
- package/lib/src/services/events/triggers/triggers.shared.d.ts +13 -0
- package/lib/src/services/events/triggers/triggers.shared.js +13 -0
- package/lib/src/services/events/types/types.class.d.ts +12 -0
- package/lib/src/services/events/types/types.d.ts +11 -0
- package/lib/src/services/events/types/types.schema.d.ts +688 -0
- package/lib/src/services/events/types/types.shared.d.ts +13 -0
- package/lib/src/services/events/types/types.shared.js +13 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.class.d.ts +29 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.d.ts +11 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.schema.d.ts +55 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.shared.d.ts +13 -0
- package/lib/src/services/exchanges/arb-signals/arb-signals.shared.js +13 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.class.d.ts +27 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.d.ts +11 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.schema.d.ts +148 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.shared.d.ts +13 -0
- package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.shared.js +13 -0
- package/lib/src/services/exchanges/balance/balance.class.d.ts +3 -2
- package/lib/src/services/exchanges/balance/balance.schema.d.ts +141 -141
- package/lib/src/services/exchanges/balance/balance.shared.d.ts +1 -1
- package/lib/src/services/exchanges/deposits/deposits.class.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/deposits.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/deposits.schema.d.ts +905 -0
- package/lib/src/services/exchanges/deposits/deposits.shared.d.ts +13 -0
- package/lib/src/services/exchanges/deposits/deposits.shared.js +19 -0
- package/lib/src/services/exchanges/deposits/sync/sync.class.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/sync/sync.d.ts +11 -0
- package/lib/src/services/exchanges/deposits/sync/sync.schema.d.ts +621 -0
- package/lib/src/services/exchanges/deposits/sync/sync.shared.d.ts +13 -0
- package/lib/src/services/exchanges/deposits/sync/sync.shared.js +19 -0
- package/lib/src/services/exchanges/download/download.class.d.ts +3 -2
- package/lib/src/services/exchanges/download/download.schema.d.ts +149 -149
- package/lib/src/services/exchanges/download/download.shared.d.ts +2 -2
- package/lib/src/services/exchanges/download/download.shared.js +1 -1
- package/lib/src/services/exchanges/download/webhooks/webhooks.class.d.ts +2 -2
- package/lib/src/services/exchanges/download/webhooks/webhooks.schema.d.ts +171 -171
- package/lib/src/services/exchanges/download/webhooks/webhooks.shared.d.ts +1 -1
- package/lib/src/services/exchanges/exchanges.class.d.ts +3 -2
- package/lib/src/services/exchanges/exchanges.schema.d.ts +626 -359
- package/lib/src/services/exchanges/exchanges.shared.d.ts +1 -1
- package/lib/src/services/exchanges/ledger/ledger.class.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/ledger.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/ledger.schema.d.ts +1045 -0
- package/lib/src/services/exchanges/ledger/ledger.shared.d.ts +13 -0
- package/lib/src/services/exchanges/ledger/ledger.shared.js +13 -0
- package/lib/src/services/exchanges/ledger/sync/sync.class.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/sync/sync.d.ts +11 -0
- package/lib/src/services/exchanges/ledger/sync/sync.schema.d.ts +621 -0
- package/lib/src/services/exchanges/ledger/sync/sync.shared.d.ts +13 -0
- package/lib/src/services/exchanges/ledger/sync/sync.shared.js +19 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.class.d.ts +23 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.d.ts +11 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.schema.d.ts +178 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.shared.d.ts +13 -0
- package/lib/src/services/exchanges/markets-stats/markets-stats.shared.js +13 -0
- package/lib/src/services/exchanges/ohlcv/history/history.class.d.ts +11 -0
- package/lib/src/services/exchanges/ohlcv/history/history.d.ts +11 -0
- package/lib/src/services/exchanges/ohlcv/history/history.schema.d.ts +473 -0
- package/lib/src/services/exchanges/ohlcv/history/history.shared.d.ts +13 -0
- package/lib/src/services/exchanges/ohlcv/history/history.shared.js +19 -0
- package/lib/src/services/exchanges/ohlcv/ohlcv.schema.d.ts +162 -162
- package/lib/src/services/exchanges/ohlcv/ohlcv.shared.d.ts +1 -1
- package/lib/src/services/exchanges/orderbook/orderbook.class.d.ts +30 -0
- package/lib/src/services/exchanges/orderbook/orderbook.d.ts +11 -0
- package/lib/src/services/exchanges/orderbook/orderbook.schema.d.ts +272 -0
- package/lib/src/services/exchanges/orderbook/orderbook.shared.d.ts +13 -0
- package/lib/src/services/exchanges/orderbook/orderbook.shared.js +13 -0
- package/lib/src/services/exchanges/ticker/ticker.class.d.ts +3 -2
- package/lib/src/services/exchanges/ticker/ticker.schema.d.ts +243 -243
- package/lib/src/services/exchanges/ticker/ticker.shared.d.ts +1 -1
- package/lib/src/services/exchanges/transactions/sync/sync.class.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/sync/sync.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/sync/sync.schema.d.ts +653 -0
- package/lib/src/services/exchanges/transactions/sync/sync.shared.d.ts +13 -0
- package/lib/src/services/exchanges/transactions/sync/sync.shared.js +19 -0
- package/lib/src/services/exchanges/transactions/transactions.class.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/transactions.d.ts +11 -0
- package/lib/src/services/exchanges/transactions/transactions.schema.d.ts +1119 -0
- package/lib/src/services/exchanges/transactions/transactions.shared.d.ts +13 -0
- package/lib/src/services/exchanges/transactions/transactions.shared.js +19 -0
- package/lib/src/services/extensions/aggregate-extensions.hooks.d.ts +2 -0
- package/lib/src/services/extensions/extensions.class.d.ts +12 -0
- package/lib/src/services/extensions/extensions.d.ts +11 -0
- package/lib/src/services/extensions/extensions.schema.d.ts +1357 -0
- package/lib/src/services/extensions/extensions.shared.d.ts +13 -0
- package/lib/src/services/extensions/extensions.shared.js +13 -0
- package/lib/src/services/homepage/homepage.schema.d.ts +17 -9
- package/lib/src/services/homepage/homepage.shared.d.ts +10 -2
- package/lib/src/services/homepage/homepage.shared.js +8 -1
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.class.d.ts +52 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.d.ts +11 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.schema.d.ts +684 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.shared.d.ts +13 -0
- package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.shared.js +14 -0
- package/lib/src/services/insights/etf-flow/etf-flow.class.d.ts +11 -0
- package/lib/src/services/insights/etf-flow/etf-flow.d.ts +11 -0
- package/lib/src/services/insights/etf-flow/etf-flow.schema.d.ts +237 -0
- package/lib/src/services/insights/etf-flow/etf-flow.shared.d.ts +13 -0
- package/lib/src/services/insights/etf-flow/etf-flow.shared.js +13 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.class.d.ts +11 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.d.ts +11 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.schema.d.ts +1831 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.shared.d.ts +13 -0
- package/lib/src/services/insights/fear-and-greed/fear-and-greed.shared.js +13 -0
- package/lib/src/services/insights/global/global.class.d.ts +11 -0
- package/lib/src/services/insights/global/global.d.ts +11 -0
- package/lib/src/services/insights/global/global.schema.d.ts +779 -0
- package/lib/src/services/insights/global/global.shared.d.ts +13 -0
- package/lib/src/services/insights/global/global.shared.js +13 -0
- package/lib/src/services/insights/insights.class.d.ts +11 -0
- package/lib/src/services/insights/insights.d.ts +11 -0
- package/lib/src/services/insights/insights.hooks.d.ts +20 -0
- package/lib/src/services/insights/insights.schema.d.ts +237 -0
- package/lib/src/services/insights/insights.shared.d.ts +13 -0
- package/lib/src/services/insights/insights.shared.js +13 -0
- package/lib/src/services/insights/news/news.class.d.ts +23 -0
- package/lib/src/services/insights/news/news.d.ts +11 -0
- package/lib/src/services/insights/news/news.schema.d.ts +857 -0
- package/lib/src/services/insights/news/news.shared.d.ts +23 -0
- package/lib/src/services/insights/news/news.shared.js +20 -0
- package/lib/src/services/keys/KeysService.d.ts +13 -0
- package/lib/src/services/keys/keys.class.d.ts +12 -0
- package/lib/src/services/keys/keys.d.ts +11 -0
- package/lib/src/services/keys/keys.schema.d.ts +719 -0
- package/lib/src/services/keys/keys.shared.d.ts +14 -0
- package/lib/src/services/keys/keys.shared.js +13 -0
- package/lib/src/services/knowledges/knowledges.class.d.ts +37 -0
- package/lib/src/services/knowledges/knowledges.d.ts +11 -0
- package/lib/src/services/knowledges/knowledges.schema.d.ts +566 -0
- package/lib/src/services/knowledges/knowledges.shared.d.ts +13 -0
- package/lib/src/services/knowledges/knowledges.shared.js +13 -0
- package/lib/src/services/mailer/mailer.shared.d.ts +1 -1
- package/lib/src/services/marketplaces/marketplaces.class.d.ts +2 -2
- package/lib/src/services/marketplaces/marketplaces.shared.d.ts +1 -1
- package/lib/src/services/markets/markets.class.d.ts +2 -2
- package/lib/src/services/markets/markets.schema.d.ts +112 -112
- package/lib/src/services/markets/markets.shared.d.ts +1 -1
- package/lib/src/services/messages/messages.class.d.ts +2 -2
- package/lib/src/services/messages/messages.schema.d.ts +1257 -353
- package/lib/src/services/messages/messages.shared.d.ts +1 -1
- package/lib/src/services/models/pods/events/events.class.d.ts +11 -0
- package/lib/src/services/models/pods/events/events.d.ts +11 -0
- package/lib/src/services/models/pods/events/events.schema.d.ts +669 -0
- package/lib/src/services/models/pods/events/events.shared.d.ts +13 -0
- package/lib/src/services/models/pods/events/events.shared.js +13 -0
- package/lib/src/services/models/pods/pods.class.d.ts +12 -0
- package/lib/src/services/models/pods/pods.d.ts +12 -0
- package/lib/src/services/models/pods/pods.schema.d.ts +1095 -0
- package/lib/src/services/models/pods/pods.shared.d.ts +13 -0
- package/lib/src/services/models/pods/pods.shared.js +13 -0
- package/lib/src/services/models/presets/presets-generate-and-queue.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-generate-freqai-config.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-generate-strategy.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-get-results.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets-validate.hooks.d.ts +2 -0
- package/lib/src/services/models/presets/presets.class.d.ts +12 -0
- package/lib/src/services/models/presets/presets.d.ts +12 -0
- package/lib/src/services/models/presets/presets.schema.d.ts +2611 -0
- package/lib/src/services/models/presets/presets.shared.d.ts +13 -0
- package/lib/src/services/models/presets/presets.shared.js +13 -0
- package/lib/src/services/models/signals/history/history.class.d.ts +11 -0
- package/lib/src/services/models/signals/history/history.d.ts +11 -0
- package/lib/src/services/models/signals/history/history.schema.d.ts +513 -0
- package/lib/src/services/models/signals/history/history.shared.d.ts +13 -0
- package/lib/src/services/models/signals/history/history.shared.js +13 -0
- package/lib/src/services/models/signals/signals-proxy-router.d.ts +47 -0
- package/lib/src/services/models/signals/signals.class.d.ts +12 -0
- package/lib/src/services/models/signals/signals.d.ts +12 -0
- package/lib/src/services/models/signals/signals.schema.d.ts +976 -0
- package/lib/src/services/models/signals/signals.shared.d.ts +13 -0
- package/lib/src/services/models/signals/signals.shared.js +13 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.class.d.ts +11 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.d.ts +11 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.schema.d.ts +585 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.shared.d.ts +13 -0
- package/lib/src/services/models/signals/subscriptions/subscriptions.shared.js +15 -0
- package/lib/src/services/objectives/objectives.class.d.ts +11 -0
- package/lib/src/services/objectives/objectives.d.ts +11 -0
- package/lib/src/services/objectives/objectives.hooks.d.ts +12 -0
- package/lib/src/services/objectives/objectives.schema.d.ts +717 -0
- package/lib/src/services/objectives/objectives.shared.d.ts +13 -0
- package/lib/src/services/objectives/objectives.shared.js +13 -0
- package/lib/src/services/plans/plans.class.d.ts +20 -0
- package/lib/src/services/plans/plans.d.ts +11 -0
- package/lib/src/services/plans/plans.schema.d.ts +383 -0
- package/lib/src/services/plans/plans.shared.d.ts +13 -0
- package/lib/src/services/plans/plans.shared.js +13 -0
- package/lib/src/services/referrals/referrals.class.d.ts +11 -0
- package/lib/src/services/referrals/referrals.d.ts +11 -0
- package/lib/src/services/referrals/referrals.schema.d.ts +581 -0
- package/lib/src/services/referrals/referrals.shared.d.ts +13 -0
- package/lib/src/services/referrals/referrals.shared.js +13 -0
- package/lib/src/services/restricted/restricted.class.d.ts +26 -0
- package/lib/src/services/restricted/restricted.d.ts +21 -0
- package/lib/src/services/restricted/restricted.shared.d.ts +13 -0
- package/lib/src/services/restricted/restricted.shared.js +13 -0
- package/lib/src/services/security/events/security-events.class.d.ts +11 -0
- package/lib/src/services/security/events/security-events.d.ts +11 -0
- package/lib/src/services/security/events/security-events.schema.d.ts +499 -0
- package/lib/src/services/security/events/security-events.shared.d.ts +8 -0
- package/lib/src/services/security/events/security-events.shared.js +13 -0
- package/lib/src/services/series/balance/balance.class.d.ts +11 -0
- package/lib/src/services/series/balance/balance.d.ts +11 -0
- package/lib/src/services/series/balance/balance.schema.d.ts +527 -0
- package/lib/src/services/series/balance/balance.shared.d.ts +13 -0
- package/lib/src/services/series/balance/balance.shared.js +13 -0
- package/lib/src/services/series/performance/performance.class.d.ts +11 -0
- package/lib/src/services/series/performance/performance.d.ts +11 -0
- package/lib/src/services/series/performance/performance.schema.d.ts +495 -0
- package/lib/src/services/series/performance/performance.shared.d.ts +13 -0
- package/lib/src/services/series/performance/performance.shared.js +19 -0
- package/lib/src/services/series/performance/performance.usage.examples.d.ts +81 -0
- package/lib/src/services/snapshot/snapshot.class.d.ts +11 -0
- package/lib/src/services/snapshot/snapshot.d.ts +11 -0
- package/lib/src/services/snapshot/snapshot.schema.d.ts +11963 -0
- package/lib/src/services/snapshot/snapshot.shared.d.ts +13 -0
- package/lib/src/services/snapshot/snapshot.shared.js +14 -0
- package/lib/src/services/store/items/items.class.d.ts +12 -0
- package/lib/src/services/store/items/items.d.ts +11 -0
- package/lib/src/services/store/items/items.schema.d.ts +1395 -0
- package/lib/src/services/store/items/items.shared.d.ts +13 -0
- package/lib/src/services/store/items/items.shared.js +13 -0
- package/lib/src/services/strategies/ai/ai.class.d.ts +3 -2
- package/lib/src/services/strategies/ai/ai.schema.d.ts +33 -33
- package/lib/src/services/strategies/ai/ai.shared.d.ts +1 -1
- package/lib/src/services/strategies/ai/stream/stream.shared.d.ts +1 -1
- package/lib/src/services/strategies/backtest/backtest.class.d.ts +3 -2
- package/lib/src/services/strategies/backtest/backtest.schema.d.ts +820 -288
- package/lib/src/services/strategies/backtest/backtest.shared.d.ts +1 -1
- package/lib/src/services/strategies/backtest/preflight/preflight.class.d.ts +46 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.d.ts +11 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.schema.d.ts +737 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.shared.d.ts +13 -0
- package/lib/src/services/strategies/backtest/preflight/preflight.shared.js +13 -0
- package/lib/src/services/strategies/backtest/results/results.class.d.ts +2 -2
- package/lib/src/services/strategies/backtest/results/results.schema.d.ts +295 -295
- package/lib/src/services/strategies/backtest/results/results.shared.d.ts +1 -1
- package/lib/src/services/strategies/blob/blob.shared.d.ts +1 -1
- package/lib/src/services/strategies/follow/follow.class.d.ts +12 -0
- package/lib/src/services/strategies/follow/follow.d.ts +11 -0
- package/lib/src/services/strategies/follow/follow.schema.d.ts +711 -0
- package/lib/src/services/strategies/follow/follow.shared.d.ts +13 -0
- package/lib/src/services/strategies/follow/follow.shared.js +19 -0
- package/lib/src/services/strategies/generate/generate.class.d.ts +12 -0
- package/lib/src/services/strategies/generate/generate.d.ts +11 -0
- package/lib/src/services/strategies/generate/generate.schema.d.ts +875 -0
- package/lib/src/services/strategies/generate/generate.shared.d.ts +13 -0
- package/lib/src/services/strategies/generate/generate.shared.js +13 -0
- package/lib/src/services/strategies/history/history.class.d.ts +11 -0
- package/lib/src/services/strategies/history/history.d.ts +11 -0
- package/lib/src/services/strategies/history/history.schema.d.ts +714 -0
- package/lib/src/services/strategies/history/history.shared.d.ts +13 -0
- package/lib/src/services/strategies/history/history.shared.js +19 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-generate-and-queue.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-generate-config-in-disk.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-generate-exchange-config.hooks.d.ts +8 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-get-results.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-in-disk-clone-strategy.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-populate-exchange.hooks.d.ts +7 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-promote-template.hooks.d.ts +9 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-propagate-results.hooks.d.ts +2 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-exchange-whitelist.hooks.d.ts +10 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-historical-data.hooks.d.ts +9 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-stake-balance.hooks.d.ts +7 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate-stake-currency.hooks.d.ts +9 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-validate.hooks.d.ts +7 -0
- package/lib/src/services/strategies/hyperopt/hyperopt-verify-subscription-limits.hooks.d.ts +6 -0
- package/lib/src/services/strategies/hyperopt/hyperopt.class.d.ts +3 -2
- package/lib/src/services/strategies/hyperopt/hyperopt.schema.d.ts +2560 -278
- package/lib/src/services/strategies/hyperopt/hyperopt.shared.d.ts +1 -1
- package/lib/src/services/strategies/indicators/indicators.class.d.ts +2 -2
- package/lib/src/services/strategies/indicators/indicators.schema.d.ts +221 -141
- package/lib/src/services/strategies/indicators/indicators.shared.d.ts +1 -1
- package/lib/src/services/strategies/indicators/talib/talib.class.d.ts +2 -2
- package/lib/src/services/strategies/indicators/talib/talib.schema.d.ts +98 -98
- package/lib/src/services/strategies/indicators/talib/talib.shared.d.ts +1 -1
- package/lib/src/services/strategies/research/research.class.d.ts +11 -0
- package/lib/src/services/strategies/research/research.d.ts +12 -0
- package/lib/src/services/strategies/research/research.schema.d.ts +1006 -0
- package/lib/src/services/strategies/research/research.shared.d.ts +13 -0
- package/lib/src/services/strategies/research/research.shared.js +19 -0
- package/lib/src/services/strategies/strategies.class.d.ts +3 -2
- package/lib/src/services/strategies/strategies.schema.d.ts +4335 -1558
- package/lib/src/services/strategies/strategies.shared.d.ts +1 -1
- package/lib/src/services/strategies/templates/templates.class.d.ts +2 -2
- package/lib/src/services/strategies/templates/templates.schema.d.ts +9337 -95
- package/lib/src/services/strategies/templates/templates.shared.d.ts +1 -1
- package/lib/src/services/stripe/charges/charges.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/cards/cards.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/customers.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/paymentintent/paymentintent.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/paymentmethods/paymentmethods.shared.d.ts +1 -1
- package/lib/src/services/stripe/customers/subscriptions/subscriptions.shared.d.ts +1 -1
- package/lib/src/services/stripe/products/products.shared.d.ts +1 -1
- package/lib/src/services/stripe/webhooks/webhooks.shared.d.ts +1 -1
- package/lib/src/services/support/support.class.d.ts +18 -0
- package/lib/src/services/support/support.d.ts +11 -0
- package/lib/src/services/support/support.schema.d.ts +507 -0
- package/lib/src/services/support/support.shared.d.ts +13 -0
- package/lib/src/services/support/support.shared.js +13 -0
- package/lib/src/services/tasks/comments/comments.class.d.ts +11 -0
- package/lib/src/services/tasks/comments/comments.d.ts +11 -0
- package/lib/src/services/tasks/comments/comments.schema.d.ts +771 -0
- package/lib/src/services/tasks/comments/comments.shared.d.ts +13 -0
- package/lib/src/services/tasks/comments/comments.shared.js +13 -0
- package/lib/src/services/tasks/tasks.class.d.ts +14 -0
- package/lib/src/services/tasks/tasks.d.ts +11 -0
- package/lib/src/services/tasks/tasks.hooks.d.ts +90 -0
- package/lib/src/services/tasks/tasks.schema.d.ts +1281 -0
- package/lib/src/services/tasks/tasks.shared.d.ts +13 -0
- package/lib/src/services/tasks/tasks.shared.js +13 -0
- package/lib/src/services/tax/research/research.class.d.ts +11 -0
- package/lib/src/services/tax/research/research.d.ts +11 -0
- package/lib/src/services/tax/research/research.schema.d.ts +237 -0
- package/lib/src/services/tax/research/research.shared.d.ts +13 -0
- package/lib/src/services/tax/research/research.shared.js +13 -0
- package/lib/src/services/tax/sessions/conversations/conversations.class.d.ts +12 -0
- package/lib/src/services/tax/sessions/conversations/conversations.d.ts +11 -0
- package/lib/src/services/tax/sessions/conversations/conversations.hooks.d.ts +11 -0
- package/lib/src/services/tax/sessions/conversations/conversations.schema.d.ts +2923 -0
- package/lib/src/services/tax/sessions/conversations/conversations.shared.d.ts +13 -0
- package/lib/src/services/tax/sessions/conversations/conversations.shared.js +13 -0
- package/lib/src/services/tax/sessions/conversations/invoke-tax-bedrock-agent.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/create-tax-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/delete-tax-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/sessions.class.d.ts +12 -0
- package/lib/src/services/tax/sessions/sessions.d.ts +11 -0
- package/lib/src/services/tax/sessions/sessions.hooks.d.ts +11 -0
- package/lib/src/services/tax/sessions/sessions.schema.d.ts +803 -0
- package/lib/src/services/tax/sessions/sessions.shared.d.ts +13 -0
- package/lib/src/services/tax/sessions/sessions.shared.js +13 -0
- package/lib/src/services/tax/sessions/sync-tax-bedrock-sessions.hooks.d.ts +2 -0
- package/lib/src/services/tax/sessions/update-tax-bedrock-session.hooks.d.ts +2 -0
- package/lib/src/services/telegram/link/link.class.d.ts +26 -0
- package/lib/src/services/telegram/link/link.d.ts +11 -0
- package/lib/src/services/telegram/link/link.schema.d.ts +174 -0
- package/lib/src/services/telegram/link/link.shared.d.ts +13 -0
- package/lib/src/services/telegram/link/link.shared.js +13 -0
- package/lib/src/services/telegram/telegram.class.d.ts +34 -0
- package/lib/src/services/telegram/telegram.d.ts +11 -0
- package/lib/src/services/telegram/telegram.schema.d.ts +152 -0
- package/lib/src/services/telegram/telegram.shared.d.ts +13 -0
- package/lib/src/services/telegram/telegram.shared.js +13 -0
- package/lib/src/services/toggles/toggles.class.d.ts +19 -0
- package/lib/src/services/toggles/toggles.d.ts +11 -0
- package/lib/src/services/toggles/toggles.schema.d.ts +335 -0
- package/lib/src/services/toggles/toggles.shared.d.ts +13 -0
- package/lib/src/services/toggles/toggles.shared.js +13 -0
- package/lib/src/services/tokens/tokens.class.d.ts +11 -0
- package/lib/src/services/tokens/tokens.d.ts +11 -0
- package/lib/src/services/tokens/tokens.schema.d.ts +941 -0
- package/lib/src/services/tokens/tokens.shared.d.ts +13 -0
- package/lib/src/services/tokens/tokens.shared.js +13 -0
- package/lib/src/services/traders/pods/api/api.class.d.ts +3 -2
- package/lib/src/services/traders/pods/api/api.schema.d.ts +12091 -2907
- package/lib/src/services/traders/pods/api/api.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/blob/blob.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/events/events.class.d.ts +2 -2
- package/lib/src/services/traders/pods/events/events.schema.d.ts +388 -332
- package/lib/src/services/traders/pods/events/events.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/pods.class.d.ts +3 -2
- package/lib/src/services/traders/pods/pods.schema.d.ts +10164 -2104
- package/lib/src/services/traders/pods/pods.shared.d.ts +1 -1
- package/lib/src/services/traders/pods/webhooks/webhooks.class.d.ts +2 -2
- package/lib/src/services/traders/pods/webhooks/webhooks.schema.d.ts +105 -105
- package/lib/src/services/traders/pods/webhooks/webhooks.shared.d.ts +1 -1
- package/lib/src/services/traders/traders.class.d.ts +4 -2
- package/lib/src/services/traders/traders.schema.d.ts +2923 -2450
- package/lib/src/services/traders/traders.shared.d.ts +1 -1
- package/lib/src/services/trades/trades.class.d.ts +11 -0
- package/lib/src/services/trades/trades.d.ts +11 -0
- package/lib/src/services/trades/trades.schema.d.ts +16969 -0
- package/lib/src/services/trades/trades.shared.d.ts +13 -0
- package/lib/src/services/trades/trades.shared.js +13 -0
- package/lib/src/services/users/access/access.class.d.ts +11 -0
- package/lib/src/services/users/access/access.d.ts +11 -0
- package/lib/src/services/users/access/access.schema.d.ts +393 -0
- package/lib/src/services/users/access/access.shared.d.ts +13 -0
- package/lib/src/services/users/access/access.shared.js +13 -0
- package/lib/src/services/users/cancel-subscription.class.d.ts +13 -0
- package/lib/src/services/users/cancel-subscription.d.ts +9 -0
- package/lib/src/services/users/marketing/campaigns/01-welcome.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/02-first-bot-running.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/03-ai-strategy.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/04-hyperopt.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/05-safety-tips.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/06-humor.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/07-paper-vs-real.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/08-trial-summary.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/09-trial-ending.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/10-reactivation.campaign.d.ts +3 -0
- package/lib/src/services/users/marketing/campaigns/11-onboarding-incomplete.campaign.d.ts +6 -0
- package/lib/src/services/users/marketing/campaigns/index.d.ts +10 -0
- package/lib/src/services/users/marketing/campaigns/supervisor-welcome.campaign.d.ts +6 -0
- package/lib/src/services/users/marketing/campaigns/trial.context.d.ts +27 -0
- package/lib/src/services/users/marketing/marketing.class.d.ts +26 -0
- package/lib/src/services/users/marketing/marketing.d.ts +11 -0
- package/lib/src/services/users/marketing/marketing.engine.d.ts +36 -0
- package/lib/src/services/users/marketing/marketing.schema.d.ts +515 -0
- package/lib/src/services/users/marketing/marketing.shared.d.ts +13 -0
- package/lib/src/services/users/marketing/marketing.shared.js +20 -0
- package/lib/src/services/users/onboarding/onboarding.class.d.ts +11 -0
- package/lib/src/services/users/onboarding/onboarding.d.ts +11 -0
- package/lib/src/services/users/onboarding/onboarding.hooks.d.ts +60 -0
- package/lib/src/services/users/onboarding/onboarding.schema.d.ts +768 -0
- package/lib/src/services/users/onboarding/onboarding.shared.d.ts +13 -0
- package/lib/src/services/users/onboarding/onboarding.shared.js +13 -0
- package/lib/src/services/users/onboarding/steps/exchanges.processor.d.ts +15 -0
- package/lib/src/services/users/onboarding/steps/index.d.ts +32 -0
- package/lib/src/services/users/onboarding/steps/notifications.processor.d.ts +15 -0
- package/lib/src/services/users/onboarding/steps/preferences.processor.d.ts +16 -0
- package/lib/src/services/users/onboarding/steps/strategy.processor.d.ts +15 -0
- package/lib/src/services/users/onboarding/steps/traders.processor.d.ts +16 -0
- package/lib/src/services/users/reset-account.class.d.ts +11 -0
- package/lib/src/services/users/reset-account.d.ts +9 -0
- package/lib/src/services/users/sessions/sessions.class.d.ts +18 -0
- package/lib/src/services/users/sessions/sessions.d.ts +11 -0
- package/lib/src/services/users/sessions/sessions.schema.d.ts +698 -0
- package/lib/src/services/users/sessions/sessions.shared.d.ts +13 -0
- package/lib/src/services/users/sessions/sessions.shared.js +13 -0
- package/lib/src/services/users/setup-trial.class.d.ts +21 -0
- package/lib/src/services/users/setup-trial.d.ts +9 -0
- package/lib/src/services/users/stripe-check-subscription.hooks.d.ts +2 -0
- package/lib/src/services/users/stripe-create-payment-intent.hooks.d.ts +2 -0
- package/lib/src/services/users/stripe-is-subscription-active.hooks.d.ts +2 -0
- package/lib/src/services/users/stripe-sync-customer-data.hooks.d.ts +2 -0
- package/lib/src/services/users/users.class.d.ts +298 -59
- package/lib/src/services/users/users.schema.d.ts +1942 -350
- package/lib/src/services/users/users.shared.d.ts +2 -2
- package/lib/src/services/users/users.shared.js +1 -1
- package/lib/src/services/version/version.shared.d.ts +1 -1
- package/package.json +9 -3
|
@@ -0,0 +1,669 @@
|
|
|
1
|
+
import type { Static } from '@feathersjs/typebox';
|
|
2
|
+
import type { HookContext } from '../../../../declarations';
|
|
3
|
+
import type { ModelsPodsEventsService } from './events.class';
|
|
4
|
+
export declare const modelsPodsEventsSchema: import("@feathersjs/typebox").TObject<{
|
|
5
|
+
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
6
|
+
podId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
7
|
+
presetId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
8
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
9
|
+
event: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
10
|
+
source: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
11
|
+
summary: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
12
|
+
metadata: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
13
|
+
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
14
|
+
}>;
|
|
15
|
+
export type ModelsPodsEvents = Static<typeof modelsPodsEventsSchema>;
|
|
16
|
+
export declare const modelsPodsEventsValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
17
|
+
export declare const modelsPodsEventsResolver: import("@feathersjs/schema").Resolver<{
|
|
18
|
+
_id: string | {};
|
|
19
|
+
podId: string | {};
|
|
20
|
+
presetId?: string | {} | null | undefined;
|
|
21
|
+
userId?: string | {} | null | undefined;
|
|
22
|
+
event: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
23
|
+
source: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
24
|
+
summary?: string | undefined;
|
|
25
|
+
metadata?: any;
|
|
26
|
+
createdAt?: any;
|
|
27
|
+
}, HookContext<ModelsPodsEventsService<import("./events.class").ModelsPodsEventsParams>>>;
|
|
28
|
+
export declare const modelsPodsEventsExternalResolver: import("@feathersjs/schema").Resolver<{
|
|
29
|
+
_id: string | {};
|
|
30
|
+
podId: string | {};
|
|
31
|
+
presetId?: string | {} | null | undefined;
|
|
32
|
+
userId?: string | {} | null | undefined;
|
|
33
|
+
event: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
34
|
+
source: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
35
|
+
summary?: string | undefined;
|
|
36
|
+
metadata?: any;
|
|
37
|
+
createdAt?: any;
|
|
38
|
+
}, HookContext<ModelsPodsEventsService<import("./events.class").ModelsPodsEventsParams>>>;
|
|
39
|
+
export declare const modelsPodsEventsDataSchema: import("@feathersjs/typebox").TObject<{
|
|
40
|
+
podId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>;
|
|
41
|
+
presetId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
42
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
43
|
+
event: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
44
|
+
source: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
45
|
+
summary: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
46
|
+
metadata: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
47
|
+
}>;
|
|
48
|
+
export type ModelsPodsEventsData = Static<typeof modelsPodsEventsDataSchema>;
|
|
49
|
+
export declare const modelsPodsEventsDataValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
50
|
+
export declare const modelsPodsEventsDataResolver: import("@feathersjs/schema").Resolver<{
|
|
51
|
+
_id: string | {};
|
|
52
|
+
podId: string | {};
|
|
53
|
+
presetId?: string | {} | null | undefined;
|
|
54
|
+
userId?: string | {} | null | undefined;
|
|
55
|
+
event: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
56
|
+
source: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
57
|
+
summary?: string | undefined;
|
|
58
|
+
metadata?: any;
|
|
59
|
+
createdAt?: any;
|
|
60
|
+
}, HookContext<ModelsPodsEventsService<import("./events.class").ModelsPodsEventsParams>>>;
|
|
61
|
+
export declare const modelsPodsEventsPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
62
|
+
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
63
|
+
podId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
64
|
+
presetId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
65
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
66
|
+
event: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
67
|
+
source: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
68
|
+
summary: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
69
|
+
metadata: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
70
|
+
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
71
|
+
}>>;
|
|
72
|
+
export type ModelsPodsEventsPatch = Static<typeof modelsPodsEventsPatchSchema>;
|
|
73
|
+
export declare const modelsPodsEventsPatchValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
74
|
+
export declare const modelsPodsEventsPatchResolver: import("@feathersjs/schema").Resolver<{
|
|
75
|
+
_id: string | {};
|
|
76
|
+
podId: string | {};
|
|
77
|
+
presetId?: string | {} | null | undefined;
|
|
78
|
+
userId?: string | {} | null | undefined;
|
|
79
|
+
event: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
80
|
+
source: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
81
|
+
summary?: string | undefined;
|
|
82
|
+
metadata?: any;
|
|
83
|
+
createdAt?: any;
|
|
84
|
+
}, HookContext<ModelsPodsEventsService<import("./events.class").ModelsPodsEventsParams>>>;
|
|
85
|
+
export declare const modelsPodsEventsQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
86
|
+
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
87
|
+
podId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
88
|
+
presetId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
89
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
90
|
+
event: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
91
|
+
source: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
92
|
+
summary: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
93
|
+
metadata: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
94
|
+
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
95
|
+
}>, ["_id", "podId", "presetId", "userId", "event", "source", "createdAt"]>;
|
|
96
|
+
export declare const modelsPodsEventsQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
97
|
+
$limit: import("@feathersjs/typebox").TNumber;
|
|
98
|
+
$skip: import("@feathersjs/typebox").TNumber;
|
|
99
|
+
$sort: import("@feathersjs/typebox").TObject<{
|
|
100
|
+
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
101
|
+
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
102
|
+
event: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
103
|
+
podId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
104
|
+
presetId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
105
|
+
source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
106
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
107
|
+
}>;
|
|
108
|
+
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "event" | "podId" | "presetId" | "source" | "userId")[]>;
|
|
109
|
+
$and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
110
|
+
_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<{
|
|
111
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
112
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
113
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
114
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
115
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
116
|
+
$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<{}>]>;
|
|
117
|
+
$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<{}>]>;
|
|
118
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
119
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
120
|
+
} | undefined>]>>]>>;
|
|
121
|
+
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<{
|
|
122
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
123
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
124
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
125
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
126
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
127
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
128
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
129
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
130
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
131
|
+
} | undefined>]>>]>>;
|
|
132
|
+
event: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
133
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
134
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
135
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
136
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
137
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
138
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
139
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
140
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
141
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
142
|
+
} | undefined>]>>]>>;
|
|
143
|
+
podId: 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<{
|
|
144
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
145
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
146
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
147
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
148
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
149
|
+
$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<{}>]>;
|
|
150
|
+
$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<{}>]>;
|
|
151
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
152
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
153
|
+
} | undefined>]>>]>>;
|
|
154
|
+
presetId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
155
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
156
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
157
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
158
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
159
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
160
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
161
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
162
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
163
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
164
|
+
} | undefined>]>>]>>;
|
|
165
|
+
source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
166
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
167
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
168
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
169
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
170
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
171
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
172
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
173
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
174
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
175
|
+
} | undefined>]>>]>>;
|
|
176
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
177
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
178
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
179
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
180
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
181
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
182
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
183
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
184
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
185
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
186
|
+
} | undefined>]>>]>>;
|
|
187
|
+
}>>, import("@feathersjs/typebox").TObject<{
|
|
188
|
+
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
189
|
+
_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<{
|
|
190
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
191
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
192
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
193
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
194
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
195
|
+
$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<{}>]>;
|
|
196
|
+
$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<{}>]>;
|
|
197
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
198
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
199
|
+
} | undefined>]>>]>>;
|
|
200
|
+
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<{
|
|
201
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
202
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
203
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
204
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
205
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
206
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
207
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
208
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
209
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
210
|
+
} | undefined>]>>]>>;
|
|
211
|
+
event: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
212
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
213
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
214
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
215
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
216
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
217
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
218
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
219
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
220
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
221
|
+
} | undefined>]>>]>>;
|
|
222
|
+
podId: 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<{
|
|
223
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
224
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
225
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
226
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
227
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
228
|
+
$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<{}>]>;
|
|
229
|
+
$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<{}>]>;
|
|
230
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
231
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
232
|
+
} | undefined>]>>]>>;
|
|
233
|
+
presetId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
234
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
235
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
236
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
237
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
238
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
239
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
240
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
241
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
242
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
243
|
+
} | undefined>]>>]>>;
|
|
244
|
+
source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
245
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
246
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
247
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
248
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
249
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
250
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
251
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
252
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
253
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
254
|
+
} | undefined>]>>]>>;
|
|
255
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
256
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
257
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
258
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
259
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
260
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
261
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
262
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
263
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
264
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
265
|
+
} | undefined>]>>]>>;
|
|
266
|
+
}>>>;
|
|
267
|
+
}>]>>;
|
|
268
|
+
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
269
|
+
_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<{
|
|
270
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
271
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
272
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
273
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
274
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
275
|
+
$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<{}>]>;
|
|
276
|
+
$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<{}>]>;
|
|
277
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
278
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
279
|
+
} | undefined>]>>]>>;
|
|
280
|
+
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<{
|
|
281
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
282
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
283
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
284
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
285
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
286
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
287
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
288
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
289
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
290
|
+
} | undefined>]>>]>>;
|
|
291
|
+
event: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
292
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
293
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
294
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
295
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
296
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
297
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
298
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
299
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
300
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
301
|
+
} | undefined>]>>]>>;
|
|
302
|
+
podId: 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<{
|
|
303
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
304
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
305
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
306
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
307
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
308
|
+
$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<{}>]>;
|
|
309
|
+
$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<{}>]>;
|
|
310
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
311
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
312
|
+
} | undefined>]>>]>>;
|
|
313
|
+
presetId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
314
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
315
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
316
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
317
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
318
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
319
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
320
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
321
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
322
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
323
|
+
} | undefined>]>>]>>;
|
|
324
|
+
source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
325
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
326
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
327
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
328
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
329
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
330
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
331
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
332
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
333
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
334
|
+
} | undefined>]>>]>>;
|
|
335
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
336
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
337
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
338
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
339
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
340
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
341
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
342
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
343
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
344
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
345
|
+
} | undefined>]>>]>>;
|
|
346
|
+
}>>>;
|
|
347
|
+
}>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
348
|
+
_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<{
|
|
349
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
350
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
351
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
352
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
353
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
354
|
+
$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<{}>]>;
|
|
355
|
+
$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<{}>]>;
|
|
356
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
357
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
358
|
+
} | undefined>]>>]>>;
|
|
359
|
+
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<{
|
|
360
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
361
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
362
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
363
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
364
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
365
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
366
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
367
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
368
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
369
|
+
} | undefined>]>>]>>;
|
|
370
|
+
event: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
371
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
372
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
373
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
374
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
375
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
376
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
377
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>;
|
|
378
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
379
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
380
|
+
} | undefined>]>>]>>;
|
|
381
|
+
podId: 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<{
|
|
382
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
383
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
384
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
385
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
386
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
387
|
+
$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<{}>]>;
|
|
388
|
+
$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<{}>]>;
|
|
389
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
390
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
391
|
+
} | undefined>]>>]>>;
|
|
392
|
+
presetId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
393
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
394
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
395
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
396
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
397
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
398
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
399
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
400
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
401
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
402
|
+
} | undefined>]>>]>>;
|
|
403
|
+
source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
404
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
405
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
406
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
407
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
408
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
409
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
410
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>;
|
|
411
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
412
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
413
|
+
} | undefined>]>>]>>;
|
|
414
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
415
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
416
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
417
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
418
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
419
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
420
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
421
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>;
|
|
422
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
423
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
424
|
+
} | undefined>]>>]>>;
|
|
425
|
+
}>>]>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
426
|
+
export type ModelsPodsEventsQuery = Static<typeof modelsPodsEventsQuerySchema>;
|
|
427
|
+
export declare const modelsPodsEventsQueryValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
428
|
+
export declare const modelsPodsEventsQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
|
|
429
|
+
$limit: number;
|
|
430
|
+
$skip: number;
|
|
431
|
+
$sort: {
|
|
432
|
+
_id?: number | undefined;
|
|
433
|
+
createdAt?: number | undefined;
|
|
434
|
+
event?: number | undefined;
|
|
435
|
+
podId?: number | undefined;
|
|
436
|
+
presetId?: number | undefined;
|
|
437
|
+
source?: number | undefined;
|
|
438
|
+
userId?: number | undefined;
|
|
439
|
+
};
|
|
440
|
+
$select: ("_id" | "createdAt" | "event" | "podId" | "presetId" | "source" | "userId")[];
|
|
441
|
+
$and: ({
|
|
442
|
+
_id?: string | Partial<{
|
|
443
|
+
$gt: string | {};
|
|
444
|
+
$gte: string | {};
|
|
445
|
+
$lt: string | {};
|
|
446
|
+
$lte: string | {};
|
|
447
|
+
$ne: string | {};
|
|
448
|
+
$in: string | (string | {})[] | {};
|
|
449
|
+
$nin: string | (string | {})[] | {};
|
|
450
|
+
} & {}> | {} | undefined;
|
|
451
|
+
createdAt?: any;
|
|
452
|
+
event?: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | Partial<{
|
|
453
|
+
$gt: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
454
|
+
$gte: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
455
|
+
$lt: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
456
|
+
$lte: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
457
|
+
$ne: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
458
|
+
$in: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | ("died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy")[];
|
|
459
|
+
$nin: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | ("died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy")[];
|
|
460
|
+
} & {}> | undefined;
|
|
461
|
+
podId?: string | Partial<{
|
|
462
|
+
$gt: string | {};
|
|
463
|
+
$gte: string | {};
|
|
464
|
+
$lt: string | {};
|
|
465
|
+
$lte: string | {};
|
|
466
|
+
$ne: string | {};
|
|
467
|
+
$in: string | (string | {})[] | {};
|
|
468
|
+
$nin: string | (string | {})[] | {};
|
|
469
|
+
} & {}> | {} | undefined;
|
|
470
|
+
presetId?: string | Partial<{
|
|
471
|
+
$gt?: string | {} | null | undefined;
|
|
472
|
+
$gte?: string | {} | null | undefined;
|
|
473
|
+
$lt?: string | {} | null | undefined;
|
|
474
|
+
$lte?: string | {} | null | undefined;
|
|
475
|
+
$ne?: string | {} | null | undefined;
|
|
476
|
+
$in: string | (string | {} | null)[] | {} | null;
|
|
477
|
+
$nin: string | (string | {} | null)[] | {} | null;
|
|
478
|
+
} & {}> | {} | null | undefined;
|
|
479
|
+
source?: "docker-events" | "ecs-refresh" | "system" | "user" | Partial<{
|
|
480
|
+
$gt: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
481
|
+
$gte: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
482
|
+
$lt: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
483
|
+
$lte: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
484
|
+
$ne: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
485
|
+
$in: "docker-events" | "ecs-refresh" | "system" | "user" | ("docker-events" | "ecs-refresh" | "system" | "user")[];
|
|
486
|
+
$nin: "docker-events" | "ecs-refresh" | "system" | "user" | ("docker-events" | "ecs-refresh" | "system" | "user")[];
|
|
487
|
+
} & {}> | undefined;
|
|
488
|
+
userId?: string | Partial<{
|
|
489
|
+
$gt?: string | {} | null | undefined;
|
|
490
|
+
$gte?: string | {} | null | undefined;
|
|
491
|
+
$lt?: string | {} | null | undefined;
|
|
492
|
+
$lte?: string | {} | null | undefined;
|
|
493
|
+
$ne?: string | {} | null | undefined;
|
|
494
|
+
$in: string | (string | {} | null)[] | {} | null;
|
|
495
|
+
$nin: string | (string | {} | null)[] | {} | null;
|
|
496
|
+
} & {}> | {} | null | undefined;
|
|
497
|
+
} | {
|
|
498
|
+
$or: {
|
|
499
|
+
_id?: string | Partial<{
|
|
500
|
+
$gt: string | {};
|
|
501
|
+
$gte: string | {};
|
|
502
|
+
$lt: string | {};
|
|
503
|
+
$lte: string | {};
|
|
504
|
+
$ne: string | {};
|
|
505
|
+
$in: string | (string | {})[] | {};
|
|
506
|
+
$nin: string | (string | {})[] | {};
|
|
507
|
+
} & {}> | {} | undefined;
|
|
508
|
+
createdAt?: any;
|
|
509
|
+
event?: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | Partial<{
|
|
510
|
+
$gt: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
511
|
+
$gte: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
512
|
+
$lt: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
513
|
+
$lte: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
514
|
+
$ne: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
515
|
+
$in: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | ("died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy")[];
|
|
516
|
+
$nin: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | ("died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy")[];
|
|
517
|
+
} & {}> | undefined;
|
|
518
|
+
podId?: string | Partial<{
|
|
519
|
+
$gt: string | {};
|
|
520
|
+
$gte: string | {};
|
|
521
|
+
$lt: string | {};
|
|
522
|
+
$lte: string | {};
|
|
523
|
+
$ne: string | {};
|
|
524
|
+
$in: string | (string | {})[] | {};
|
|
525
|
+
$nin: string | (string | {})[] | {};
|
|
526
|
+
} & {}> | {} | undefined;
|
|
527
|
+
presetId?: string | Partial<{
|
|
528
|
+
$gt?: string | {} | null | undefined;
|
|
529
|
+
$gte?: string | {} | null | undefined;
|
|
530
|
+
$lt?: string | {} | null | undefined;
|
|
531
|
+
$lte?: string | {} | null | undefined;
|
|
532
|
+
$ne?: string | {} | null | undefined;
|
|
533
|
+
$in: string | (string | {} | null)[] | {} | null;
|
|
534
|
+
$nin: string | (string | {} | null)[] | {} | null;
|
|
535
|
+
} & {}> | {} | null | undefined;
|
|
536
|
+
source?: "docker-events" | "ecs-refresh" | "system" | "user" | Partial<{
|
|
537
|
+
$gt: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
538
|
+
$gte: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
539
|
+
$lt: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
540
|
+
$lte: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
541
|
+
$ne: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
542
|
+
$in: "docker-events" | "ecs-refresh" | "system" | "user" | ("docker-events" | "ecs-refresh" | "system" | "user")[];
|
|
543
|
+
$nin: "docker-events" | "ecs-refresh" | "system" | "user" | ("docker-events" | "ecs-refresh" | "system" | "user")[];
|
|
544
|
+
} & {}> | undefined;
|
|
545
|
+
userId?: string | Partial<{
|
|
546
|
+
$gt?: string | {} | null | undefined;
|
|
547
|
+
$gte?: string | {} | null | undefined;
|
|
548
|
+
$lt?: string | {} | null | undefined;
|
|
549
|
+
$lte?: string | {} | null | undefined;
|
|
550
|
+
$ne?: string | {} | null | undefined;
|
|
551
|
+
$in: string | (string | {} | null)[] | {} | null;
|
|
552
|
+
$nin: string | (string | {} | null)[] | {} | null;
|
|
553
|
+
} & {}> | {} | null | undefined;
|
|
554
|
+
}[];
|
|
555
|
+
})[];
|
|
556
|
+
$or: {
|
|
557
|
+
_id?: string | Partial<{
|
|
558
|
+
$gt: string | {};
|
|
559
|
+
$gte: string | {};
|
|
560
|
+
$lt: string | {};
|
|
561
|
+
$lte: string | {};
|
|
562
|
+
$ne: string | {};
|
|
563
|
+
$in: string | (string | {})[] | {};
|
|
564
|
+
$nin: string | (string | {})[] | {};
|
|
565
|
+
} & {}> | {} | undefined;
|
|
566
|
+
createdAt?: any;
|
|
567
|
+
event?: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | Partial<{
|
|
568
|
+
$gt: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
569
|
+
$gte: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
570
|
+
$lt: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
571
|
+
$lte: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
572
|
+
$ne: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
573
|
+
$in: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | ("died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy")[];
|
|
574
|
+
$nin: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | ("died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy")[];
|
|
575
|
+
} & {}> | undefined;
|
|
576
|
+
podId?: string | Partial<{
|
|
577
|
+
$gt: string | {};
|
|
578
|
+
$gte: string | {};
|
|
579
|
+
$lt: string | {};
|
|
580
|
+
$lte: string | {};
|
|
581
|
+
$ne: string | {};
|
|
582
|
+
$in: string | (string | {})[] | {};
|
|
583
|
+
$nin: string | (string | {})[] | {};
|
|
584
|
+
} & {}> | {} | undefined;
|
|
585
|
+
presetId?: string | Partial<{
|
|
586
|
+
$gt?: string | {} | null | undefined;
|
|
587
|
+
$gte?: string | {} | null | undefined;
|
|
588
|
+
$lt?: string | {} | null | undefined;
|
|
589
|
+
$lte?: string | {} | null | undefined;
|
|
590
|
+
$ne?: string | {} | null | undefined;
|
|
591
|
+
$in: string | (string | {} | null)[] | {} | null;
|
|
592
|
+
$nin: string | (string | {} | null)[] | {} | null;
|
|
593
|
+
} & {}> | {} | null | undefined;
|
|
594
|
+
source?: "docker-events" | "ecs-refresh" | "system" | "user" | Partial<{
|
|
595
|
+
$gt: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
596
|
+
$gte: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
597
|
+
$lt: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
598
|
+
$lte: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
599
|
+
$ne: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
600
|
+
$in: "docker-events" | "ecs-refresh" | "system" | "user" | ("docker-events" | "ecs-refresh" | "system" | "user")[];
|
|
601
|
+
$nin: "docker-events" | "ecs-refresh" | "system" | "user" | ("docker-events" | "ecs-refresh" | "system" | "user")[];
|
|
602
|
+
} & {}> | undefined;
|
|
603
|
+
userId?: string | Partial<{
|
|
604
|
+
$gt?: string | {} | null | undefined;
|
|
605
|
+
$gte?: string | {} | null | undefined;
|
|
606
|
+
$lt?: string | {} | null | undefined;
|
|
607
|
+
$lte?: string | {} | null | undefined;
|
|
608
|
+
$ne?: string | {} | null | undefined;
|
|
609
|
+
$in: string | (string | {} | null)[] | {} | null;
|
|
610
|
+
$nin: string | (string | {} | null)[] | {} | null;
|
|
611
|
+
} & {}> | {} | null | undefined;
|
|
612
|
+
}[];
|
|
613
|
+
}> & {
|
|
614
|
+
_id?: string | Partial<{
|
|
615
|
+
$gt: string | {};
|
|
616
|
+
$gte: string | {};
|
|
617
|
+
$lt: string | {};
|
|
618
|
+
$lte: string | {};
|
|
619
|
+
$ne: string | {};
|
|
620
|
+
$in: string | (string | {})[] | {};
|
|
621
|
+
$nin: string | (string | {})[] | {};
|
|
622
|
+
} & {}> | {} | undefined;
|
|
623
|
+
createdAt?: any;
|
|
624
|
+
event?: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | Partial<{
|
|
625
|
+
$gt: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
626
|
+
$gte: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
627
|
+
$lt: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
628
|
+
$lte: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
629
|
+
$ne: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy";
|
|
630
|
+
$in: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | ("died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy")[];
|
|
631
|
+
$nin: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | ("died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy")[];
|
|
632
|
+
} & {}> | undefined;
|
|
633
|
+
podId?: string | Partial<{
|
|
634
|
+
$gt: string | {};
|
|
635
|
+
$gte: string | {};
|
|
636
|
+
$lt: string | {};
|
|
637
|
+
$lte: string | {};
|
|
638
|
+
$ne: string | {};
|
|
639
|
+
$in: string | (string | {})[] | {};
|
|
640
|
+
$nin: string | (string | {})[] | {};
|
|
641
|
+
} & {}> | {} | undefined;
|
|
642
|
+
presetId?: string | Partial<{
|
|
643
|
+
$gt?: string | {} | null | undefined;
|
|
644
|
+
$gte?: string | {} | null | undefined;
|
|
645
|
+
$lt?: string | {} | null | undefined;
|
|
646
|
+
$lte?: string | {} | null | undefined;
|
|
647
|
+
$ne?: string | {} | null | undefined;
|
|
648
|
+
$in: string | (string | {} | null)[] | {} | null;
|
|
649
|
+
$nin: string | (string | {} | null)[] | {} | null;
|
|
650
|
+
} & {}> | {} | null | undefined;
|
|
651
|
+
source?: "docker-events" | "ecs-refresh" | "system" | "user" | Partial<{
|
|
652
|
+
$gt: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
653
|
+
$gte: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
654
|
+
$lt: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
655
|
+
$lte: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
656
|
+
$ne: "docker-events" | "ecs-refresh" | "system" | "user";
|
|
657
|
+
$in: "docker-events" | "ecs-refresh" | "system" | "user" | ("docker-events" | "ecs-refresh" | "system" | "user")[];
|
|
658
|
+
$nin: "docker-events" | "ecs-refresh" | "system" | "user" | ("docker-events" | "ecs-refresh" | "system" | "user")[];
|
|
659
|
+
} & {}> | undefined;
|
|
660
|
+
userId?: string | Partial<{
|
|
661
|
+
$gt?: string | {} | null | undefined;
|
|
662
|
+
$gte?: string | {} | null | undefined;
|
|
663
|
+
$lt?: string | {} | null | undefined;
|
|
664
|
+
$lte?: string | {} | null | undefined;
|
|
665
|
+
$ne?: string | {} | null | undefined;
|
|
666
|
+
$in: string | (string | {} | null)[] | {} | null;
|
|
667
|
+
$nin: string | (string | {} | null)[] | {} | null;
|
|
668
|
+
} & {}> | {} | null | undefined;
|
|
669
|
+
} & {}, HookContext<ModelsPodsEventsService<import("./events.class").ModelsPodsEventsParams>>>;
|