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