@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
|
@@ -25,46 +25,46 @@ export declare const extensionsSchema: import("@feathersjs/typebox").TObject<{
|
|
|
25
25
|
export type Extensions = Static<typeof extensionsSchema>;
|
|
26
26
|
export declare const extensionsValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
27
27
|
export declare const extensionsResolver: import("@feathersjs/schema").Resolver<{
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
_id: string | {};
|
|
29
|
+
name: string;
|
|
30
|
+
description: string;
|
|
31
|
+
type: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
32
32
|
group?: string | undefined;
|
|
33
|
+
version: string;
|
|
34
|
+
author: string;
|
|
33
35
|
category?: string | undefined;
|
|
36
|
+
tags?: string[] | undefined;
|
|
34
37
|
icon?: string | undefined;
|
|
35
38
|
openApiSpec?: any;
|
|
36
39
|
configuration?: any;
|
|
37
40
|
editable?: boolean | undefined;
|
|
41
|
+
public?: boolean | undefined;
|
|
38
42
|
installedBy?: string[] | undefined;
|
|
39
43
|
canInstall?: boolean | undefined;
|
|
40
44
|
isInstalled?: boolean | undefined;
|
|
41
|
-
name: string;
|
|
42
|
-
_id: string | {};
|
|
43
|
-
version: string;
|
|
44
|
-
type: "model" | "strategies" | "custom" | "actions" | "agent-template";
|
|
45
|
-
description: string;
|
|
46
|
-
author: string;
|
|
47
|
-
}, HookContext<ExtensionsService<import("./extensions.class").ExtensionsParams>>>;
|
|
48
|
-
export declare const extensionsExternalResolver: import("@feathersjs/schema").Resolver<{
|
|
49
|
-
public?: boolean | undefined;
|
|
50
45
|
createdAt?: string | undefined;
|
|
51
46
|
updatedAt?: string | undefined;
|
|
52
|
-
|
|
47
|
+
}, HookContext<ExtensionsService<import("./extensions.class").ExtensionsParams>>>;
|
|
48
|
+
export declare const extensionsExternalResolver: import("@feathersjs/schema").Resolver<{
|
|
49
|
+
_id: string | {};
|
|
50
|
+
name: string;
|
|
51
|
+
description: string;
|
|
52
|
+
type: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
53
53
|
group?: string | undefined;
|
|
54
|
+
version: string;
|
|
55
|
+
author: string;
|
|
54
56
|
category?: string | undefined;
|
|
57
|
+
tags?: string[] | undefined;
|
|
55
58
|
icon?: string | undefined;
|
|
56
59
|
openApiSpec?: any;
|
|
57
60
|
configuration?: any;
|
|
58
61
|
editable?: boolean | undefined;
|
|
62
|
+
public?: boolean | undefined;
|
|
59
63
|
installedBy?: string[] | undefined;
|
|
60
64
|
canInstall?: boolean | undefined;
|
|
61
65
|
isInstalled?: boolean | undefined;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
version: string;
|
|
65
|
-
type: "model" | "strategies" | "custom" | "actions" | "agent-template";
|
|
66
|
-
description: string;
|
|
67
|
-
author: string;
|
|
66
|
+
createdAt?: string | undefined;
|
|
67
|
+
updatedAt?: string | undefined;
|
|
68
68
|
}, HookContext<ExtensionsService<import("./extensions.class").ExtensionsParams>>>;
|
|
69
69
|
export declare const extensionsDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
70
70
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -90,25 +90,25 @@ export declare const extensionsDataSchema: import("@feathersjs/typebox").TPick<i
|
|
|
90
90
|
export type ExtensionsData = Static<typeof extensionsDataSchema>;
|
|
91
91
|
export declare const extensionsDataValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
92
92
|
export declare const extensionsDataResolver: import("@feathersjs/schema").Resolver<{
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
93
|
+
_id: string | {};
|
|
94
|
+
name: string;
|
|
95
|
+
description: string;
|
|
96
|
+
type: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
97
97
|
group?: string | undefined;
|
|
98
|
+
version: string;
|
|
99
|
+
author: string;
|
|
98
100
|
category?: string | undefined;
|
|
101
|
+
tags?: string[] | undefined;
|
|
99
102
|
icon?: string | undefined;
|
|
100
103
|
openApiSpec?: any;
|
|
101
104
|
configuration?: any;
|
|
102
105
|
editable?: boolean | undefined;
|
|
106
|
+
public?: boolean | undefined;
|
|
103
107
|
installedBy?: string[] | undefined;
|
|
104
108
|
canInstall?: boolean | undefined;
|
|
105
109
|
isInstalled?: boolean | undefined;
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
version: string;
|
|
109
|
-
type: "model" | "strategies" | "custom" | "actions" | "agent-template";
|
|
110
|
-
description: string;
|
|
111
|
-
author: string;
|
|
110
|
+
createdAt?: string | undefined;
|
|
111
|
+
updatedAt?: string | undefined;
|
|
112
112
|
}, HookContext<ExtensionsService<import("./extensions.class").ExtensionsParams>>>;
|
|
113
113
|
export declare const extensionsPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
114
114
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -134,25 +134,25 @@ export declare const extensionsPatchSchema: import("@feathersjs/typebox").TParti
|
|
|
134
134
|
export type ExtensionsPatch = Static<typeof extensionsPatchSchema>;
|
|
135
135
|
export declare const extensionsPatchValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
136
136
|
export declare const extensionsPatchResolver: import("@feathersjs/schema").Resolver<{
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
137
|
+
_id: string | {};
|
|
138
|
+
name: string;
|
|
139
|
+
description: string;
|
|
140
|
+
type: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
141
141
|
group?: string | undefined;
|
|
142
|
+
version: string;
|
|
143
|
+
author: string;
|
|
142
144
|
category?: string | undefined;
|
|
145
|
+
tags?: string[] | undefined;
|
|
143
146
|
icon?: string | undefined;
|
|
144
147
|
openApiSpec?: any;
|
|
145
148
|
configuration?: any;
|
|
146
149
|
editable?: boolean | undefined;
|
|
150
|
+
public?: boolean | undefined;
|
|
147
151
|
installedBy?: string[] | undefined;
|
|
148
152
|
canInstall?: boolean | undefined;
|
|
149
153
|
isInstalled?: boolean | undefined;
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
version: string;
|
|
153
|
-
type: "model" | "strategies" | "custom" | "actions" | "agent-template";
|
|
154
|
-
description: string;
|
|
155
|
-
author: string;
|
|
154
|
+
createdAt?: string | undefined;
|
|
155
|
+
updatedAt?: string | undefined;
|
|
156
156
|
}, HookContext<ExtensionsService<import("./extensions.class").ExtensionsParams>>>;
|
|
157
157
|
export declare const extensionsQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
158
158
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -174,134 +174,102 @@ export declare const extensionsQueryProperties: import("@feathersjs/typebox").TP
|
|
|
174
174
|
isInstalled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
175
175
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
176
176
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
177
|
-
}>, ["_id", "name", "description", "type", "group", "version", "author", "category", "tags", "public", "installedBy", "canInstall", "isInstalled"]>;
|
|
177
|
+
}>, ["_id", "name", "description", "type", "group", "version", "author", "category", "tags", "public", "installedBy", "canInstall", "isInstalled", "createdAt"]>;
|
|
178
178
|
export declare const extensionsQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
179
179
|
$limit: import("@feathersjs/typebox").TNumber;
|
|
180
180
|
$skip: import("@feathersjs/typebox").TNumber;
|
|
181
181
|
$sort: import("@feathersjs/typebox").TObject<{
|
|
182
|
-
public: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
183
|
-
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
184
182
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
185
|
-
tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
186
|
-
version: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
187
|
-
type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
188
|
-
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
189
|
-
group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
190
183
|
author: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
184
|
+
canInstall: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
191
185
|
category: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
186
|
+
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
187
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
188
|
+
group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
192
189
|
installedBy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
193
|
-
canInstall: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
194
190
|
isInstalled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
191
|
+
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
192
|
+
public: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
193
|
+
tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
194
|
+
type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
195
|
+
version: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
195
196
|
}>;
|
|
196
|
-
$select: import("@feathersjs/typebox").TUnsafe<("
|
|
197
|
+
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "author" | "canInstall" | "category" | "createdAt" | "description" | "group" | "installedBy" | "isInstalled" | "name" | "public" | "tags" | "type" | "version")[]>;
|
|
197
198
|
$and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
198
|
-
public: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
199
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
200
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
201
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
202
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
203
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
204
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
205
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
206
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
207
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
208
|
-
} | undefined>]>>]>>;
|
|
209
|
-
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
210
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
211
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
212
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
213
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
214
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
215
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
216
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
217
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
218
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
219
|
-
} | undefined>]>>]>>;
|
|
220
199
|
_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<{
|
|
221
200
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
222
201
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
223
202
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
224
203
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
225
204
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
226
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
227
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
228
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
229
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
230
|
-
} | undefined>]>>]>>;
|
|
231
|
-
tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
232
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
233
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
234
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
235
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
236
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
237
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
|
|
238
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
|
|
205
|
+
$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<{}>]>;
|
|
206
|
+
$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<{}>]>;
|
|
239
207
|
}>, import("@feathersjs/typebox").TObject<{
|
|
240
208
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
241
209
|
} | undefined>]>>]>>;
|
|
242
|
-
|
|
210
|
+
author: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
243
211
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
244
212
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
245
213
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
246
214
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
247
215
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
248
|
-
$in: import("@feathersjs/typebox").
|
|
249
|
-
$nin: import("@feathersjs/typebox").
|
|
216
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
217
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
250
218
|
}>, import("@feathersjs/typebox").TObject<{
|
|
251
219
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
252
220
|
} | undefined>]>>]>>;
|
|
253
|
-
|
|
254
|
-
$gt: import("@feathersjs/typebox").
|
|
255
|
-
$gte: import("@feathersjs/typebox").
|
|
256
|
-
$lt: import("@feathersjs/typebox").
|
|
257
|
-
$lte: import("@feathersjs/typebox").
|
|
258
|
-
$ne: import("@feathersjs/typebox").
|
|
259
|
-
$in: import("@feathersjs/typebox").
|
|
260
|
-
$nin: import("@feathersjs/typebox").
|
|
221
|
+
canInstall: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
222
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
223
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
224
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
225
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
226
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
227
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
228
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
261
229
|
}>, import("@feathersjs/typebox").TObject<{
|
|
262
230
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
263
231
|
} | undefined>]>>]>>;
|
|
264
|
-
|
|
265
|
-
$gt: import("@feathersjs/typebox").TString<string
|
|
266
|
-
$gte: import("@feathersjs/typebox").TString<string
|
|
267
|
-
$lt: import("@feathersjs/typebox").TString<string
|
|
268
|
-
$lte: import("@feathersjs/typebox").TString<string
|
|
269
|
-
$ne: import("@feathersjs/typebox").TString<string
|
|
270
|
-
$in: import("@feathersjs/typebox").TString<string
|
|
271
|
-
$nin: import("@feathersjs/typebox").TString<string
|
|
232
|
+
category: 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<{
|
|
233
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
234
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
235
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
236
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
237
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
238
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
239
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
272
240
|
}>, import("@feathersjs/typebox").TObject<{
|
|
273
241
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
274
242
|
} | undefined>]>>]>>;
|
|
275
|
-
|
|
243
|
+
createdAt: 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<{
|
|
276
244
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
277
245
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
278
246
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
279
247
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
280
248
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
281
|
-
$in: import("@feathersjs/typebox").
|
|
282
|
-
$nin: import("@feathersjs/typebox").
|
|
249
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
250
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
283
251
|
}>, import("@feathersjs/typebox").TObject<{
|
|
284
252
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
285
253
|
} | undefined>]>>]>>;
|
|
286
|
-
|
|
254
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
287
255
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
288
256
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
289
257
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
290
258
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
291
259
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
292
|
-
$in: import("@feathersjs/typebox").
|
|
293
|
-
$nin: import("@feathersjs/typebox").
|
|
260
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
261
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
294
262
|
}>, import("@feathersjs/typebox").TObject<{
|
|
295
263
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
296
264
|
} | undefined>]>>]>>;
|
|
297
|
-
|
|
265
|
+
group: 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<{
|
|
298
266
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
299
267
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
300
268
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
301
269
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
302
270
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
303
|
-
$in: import("@feathersjs/typebox").
|
|
304
|
-
$nin: import("@feathersjs/typebox").
|
|
271
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
272
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
305
273
|
}>, import("@feathersjs/typebox").TObject<{
|
|
306
274
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
307
275
|
} | undefined>]>>]>>;
|
|
@@ -311,142 +279,153 @@ export declare const extensionsQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
311
279
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
312
280
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
313
281
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
314
|
-
$in: import("@feathersjs/typebox").
|
|
315
|
-
$nin: import("@feathersjs/typebox").
|
|
282
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
283
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
316
284
|
}>, import("@feathersjs/typebox").TObject<{
|
|
317
285
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
318
286
|
} | undefined>]>>]>>;
|
|
319
|
-
|
|
287
|
+
isInstalled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
320
288
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
321
289
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
322
290
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
323
291
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
324
292
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
325
|
-
$in: import("@feathersjs/typebox").
|
|
326
|
-
$nin: import("@feathersjs/typebox").
|
|
293
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
294
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
327
295
|
}>, import("@feathersjs/typebox").TObject<{
|
|
328
296
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
329
297
|
} | undefined>]>>]>>;
|
|
330
|
-
|
|
298
|
+
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
299
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
300
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
301
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
302
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
303
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
304
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
305
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
306
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
307
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
308
|
+
} | undefined>]>>]>>;
|
|
309
|
+
public: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
331
310
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
332
311
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
333
312
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
334
313
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
335
314
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
336
|
-
$in: import("@feathersjs/typebox").
|
|
337
|
-
$nin: import("@feathersjs/typebox").
|
|
315
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
316
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
317
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
318
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
319
|
+
} | undefined>]>>]>>;
|
|
320
|
+
tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
321
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
322
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
323
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
324
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
325
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
326
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
327
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
328
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
329
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
330
|
+
} | undefined>]>>]>>;
|
|
331
|
+
type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
332
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
333
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
334
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
335
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
336
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
337
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
338
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
339
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
340
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
341
|
+
} | undefined>]>>]>>;
|
|
342
|
+
version: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
343
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
344
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
345
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
346
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
347
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
348
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
349
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
338
350
|
}>, import("@feathersjs/typebox").TObject<{
|
|
339
351
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
340
352
|
} | undefined>]>>]>>;
|
|
341
353
|
}>>, import("@feathersjs/typebox").TObject<{
|
|
342
354
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
343
|
-
public: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
344
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
345
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
346
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
347
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
348
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
349
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
350
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
351
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
352
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
353
|
-
} | undefined>]>>]>>;
|
|
354
|
-
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
355
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
356
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
357
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
358
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
359
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
360
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
361
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
362
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
363
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
364
|
-
} | undefined>]>>]>>;
|
|
365
355
|
_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<{
|
|
366
356
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
367
357
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
368
358
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
369
359
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
370
360
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
371
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
372
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
373
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
374
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
375
|
-
} | undefined>]>>]>>;
|
|
376
|
-
tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
377
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
378
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
379
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
380
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
381
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
382
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
|
|
383
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
|
|
361
|
+
$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<{}>]>;
|
|
362
|
+
$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<{}>]>;
|
|
384
363
|
}>, import("@feathersjs/typebox").TObject<{
|
|
385
364
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
386
365
|
} | undefined>]>>]>>;
|
|
387
|
-
|
|
366
|
+
author: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
388
367
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
389
368
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
390
369
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
391
370
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
392
371
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
393
|
-
$in: import("@feathersjs/typebox").
|
|
394
|
-
$nin: import("@feathersjs/typebox").
|
|
372
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
373
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
395
374
|
}>, import("@feathersjs/typebox").TObject<{
|
|
396
375
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
397
376
|
} | undefined>]>>]>>;
|
|
398
|
-
|
|
399
|
-
$gt: import("@feathersjs/typebox").
|
|
400
|
-
$gte: import("@feathersjs/typebox").
|
|
401
|
-
$lt: import("@feathersjs/typebox").
|
|
402
|
-
$lte: import("@feathersjs/typebox").
|
|
403
|
-
$ne: import("@feathersjs/typebox").
|
|
404
|
-
$in: import("@feathersjs/typebox").
|
|
405
|
-
$nin: import("@feathersjs/typebox").
|
|
377
|
+
canInstall: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
378
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
379
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
380
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
381
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
382
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
383
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
384
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
406
385
|
}>, import("@feathersjs/typebox").TObject<{
|
|
407
386
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
408
387
|
} | undefined>]>>]>>;
|
|
409
|
-
|
|
410
|
-
$gt: import("@feathersjs/typebox").TString<string
|
|
411
|
-
$gte: import("@feathersjs/typebox").TString<string
|
|
412
|
-
$lt: import("@feathersjs/typebox").TString<string
|
|
413
|
-
$lte: import("@feathersjs/typebox").TString<string
|
|
414
|
-
$ne: import("@feathersjs/typebox").TString<string
|
|
415
|
-
$in: import("@feathersjs/typebox").TString<string
|
|
416
|
-
$nin: import("@feathersjs/typebox").TString<string
|
|
388
|
+
category: 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<{
|
|
389
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
390
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
391
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
392
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
393
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
394
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
395
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
417
396
|
}>, import("@feathersjs/typebox").TObject<{
|
|
418
397
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
419
398
|
} | undefined>]>>]>>;
|
|
420
|
-
|
|
399
|
+
createdAt: 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<{
|
|
421
400
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
422
401
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
423
402
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
424
403
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
425
404
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
426
|
-
$in: import("@feathersjs/typebox").
|
|
427
|
-
$nin: import("@feathersjs/typebox").
|
|
405
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
406
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
428
407
|
}>, import("@feathersjs/typebox").TObject<{
|
|
429
408
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
430
409
|
} | undefined>]>>]>>;
|
|
431
|
-
|
|
410
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
432
411
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
433
412
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
434
413
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
435
414
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
436
415
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
437
|
-
$in: import("@feathersjs/typebox").
|
|
438
|
-
$nin: import("@feathersjs/typebox").
|
|
416
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
417
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
439
418
|
}>, import("@feathersjs/typebox").TObject<{
|
|
440
419
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
441
420
|
} | undefined>]>>]>>;
|
|
442
|
-
|
|
421
|
+
group: 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<{
|
|
443
422
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
444
423
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
445
424
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
446
425
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
447
426
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
448
|
-
$in: import("@feathersjs/typebox").
|
|
449
|
-
$nin: import("@feathersjs/typebox").
|
|
427
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
428
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
450
429
|
}>, import("@feathersjs/typebox").TObject<{
|
|
451
430
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
452
431
|
} | undefined>]>>]>>;
|
|
@@ -456,19 +435,8 @@ export declare const extensionsQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
456
435
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
457
436
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
458
437
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
459
|
-
$in: import("@feathersjs/typebox").
|
|
460
|
-
$nin: import("@feathersjs/typebox").
|
|
461
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
462
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
463
|
-
} | undefined>]>>]>>;
|
|
464
|
-
canInstall: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
465
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
466
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
467
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
468
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
469
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
470
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
471
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
438
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
439
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
472
440
|
}>, import("@feathersjs/typebox").TObject<{
|
|
473
441
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
474
442
|
} | undefined>]>>]>>;
|
|
@@ -478,121 +446,143 @@ export declare const extensionsQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
478
446
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
479
447
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
480
448
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
481
|
-
$in: import("@feathersjs/typebox").
|
|
482
|
-
$nin: import("@feathersjs/typebox").
|
|
449
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
450
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
483
451
|
}>, import("@feathersjs/typebox").TObject<{
|
|
484
452
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
485
453
|
} | undefined>]>>]>>;
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
454
|
+
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
455
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
456
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
457
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
458
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
459
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
460
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
461
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
462
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
463
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
464
|
+
} | undefined>]>>]>>;
|
|
465
|
+
public: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
466
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
467
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
468
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
469
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
470
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
471
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
472
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
473
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
474
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
475
|
+
} | undefined>]>>]>>;
|
|
476
|
+
tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
477
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
478
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
479
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
480
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
481
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
482
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
483
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
484
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
485
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
486
|
+
} | undefined>]>>]>>;
|
|
487
|
+
type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
488
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
489
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
490
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
491
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
492
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
493
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
494
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
495
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
496
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
497
|
+
} | undefined>]>>]>>;
|
|
498
|
+
version: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
499
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
500
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
501
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
502
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
503
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
504
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
505
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
506
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
507
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
508
|
+
} | undefined>]>>]>>;
|
|
509
|
+
}>>>;
|
|
510
|
+
}>]>>;
|
|
511
|
+
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
511
512
|
_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<{
|
|
512
513
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
513
514
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
514
515
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
515
516
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
516
517
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
517
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
518
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
519
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
520
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
521
|
-
} | undefined>]>>]>>;
|
|
522
|
-
tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
523
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
524
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
525
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
526
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
527
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
528
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
|
|
529
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
|
|
518
|
+
$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<{}>]>;
|
|
519
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
530
520
|
}>, import("@feathersjs/typebox").TObject<{
|
|
531
521
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
532
522
|
} | undefined>]>>]>>;
|
|
533
|
-
|
|
523
|
+
author: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
534
524
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
535
525
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
536
526
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
537
527
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
538
528
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
539
|
-
$in: import("@feathersjs/typebox").
|
|
540
|
-
$nin: import("@feathersjs/typebox").
|
|
529
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
530
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
541
531
|
}>, import("@feathersjs/typebox").TObject<{
|
|
542
532
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
543
533
|
} | undefined>]>>]>>;
|
|
544
|
-
|
|
545
|
-
$gt: import("@feathersjs/typebox").
|
|
546
|
-
$gte: import("@feathersjs/typebox").
|
|
547
|
-
$lt: import("@feathersjs/typebox").
|
|
548
|
-
$lte: import("@feathersjs/typebox").
|
|
549
|
-
$ne: import("@feathersjs/typebox").
|
|
550
|
-
$in: import("@feathersjs/typebox").
|
|
551
|
-
$nin: import("@feathersjs/typebox").
|
|
534
|
+
canInstall: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
535
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
536
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
537
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
538
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
539
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
540
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
541
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
552
542
|
}>, import("@feathersjs/typebox").TObject<{
|
|
553
543
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
554
544
|
} | undefined>]>>]>>;
|
|
555
|
-
|
|
556
|
-
$gt: import("@feathersjs/typebox").TString<string
|
|
557
|
-
$gte: import("@feathersjs/typebox").TString<string
|
|
558
|
-
$lt: import("@feathersjs/typebox").TString<string
|
|
559
|
-
$lte: import("@feathersjs/typebox").TString<string
|
|
560
|
-
$ne: import("@feathersjs/typebox").TString<string
|
|
561
|
-
$in: import("@feathersjs/typebox").TString<string
|
|
562
|
-
$nin: import("@feathersjs/typebox").TString<string
|
|
545
|
+
category: 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<{
|
|
546
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
547
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
548
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
549
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
550
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
551
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
552
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
563
553
|
}>, import("@feathersjs/typebox").TObject<{
|
|
564
554
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
565
555
|
} | undefined>]>>]>>;
|
|
566
|
-
|
|
556
|
+
createdAt: 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<{
|
|
567
557
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
568
558
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
569
559
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
570
560
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
571
561
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
572
|
-
$in: import("@feathersjs/typebox").
|
|
573
|
-
$nin: import("@feathersjs/typebox").
|
|
562
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
563
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
574
564
|
}>, import("@feathersjs/typebox").TObject<{
|
|
575
565
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
576
566
|
} | undefined>]>>]>>;
|
|
577
|
-
|
|
567
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
578
568
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
579
569
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
580
570
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
581
571
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
582
572
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
583
|
-
$in: import("@feathersjs/typebox").
|
|
584
|
-
$nin: import("@feathersjs/typebox").
|
|
573
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
574
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
585
575
|
}>, import("@feathersjs/typebox").TObject<{
|
|
586
576
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
587
577
|
} | undefined>]>>]>>;
|
|
588
|
-
|
|
578
|
+
group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
589
579
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
590
580
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
591
581
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
592
582
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
593
583
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
594
|
-
$in: import("@feathersjs/typebox").
|
|
595
|
-
$nin: import("@feathersjs/typebox").
|
|
584
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
585
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
596
586
|
}>, import("@feathersjs/typebox").TObject<{
|
|
597
587
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
598
588
|
} | undefined>]>>]>>;
|
|
@@ -602,142 +592,153 @@ export declare const extensionsQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
602
592
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
603
593
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
604
594
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
605
|
-
$in: import("@feathersjs/typebox").
|
|
606
|
-
$nin: import("@feathersjs/typebox").
|
|
595
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
596
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
607
597
|
}>, import("@feathersjs/typebox").TObject<{
|
|
608
598
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
609
599
|
} | undefined>]>>]>>;
|
|
610
|
-
|
|
600
|
+
isInstalled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
611
601
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
612
602
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
613
603
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
614
604
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
615
605
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
616
|
-
$in: import("@feathersjs/typebox").
|
|
617
|
-
$nin: import("@feathersjs/typebox").
|
|
606
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
607
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
618
608
|
}>, import("@feathersjs/typebox").TObject<{
|
|
619
609
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
620
610
|
} | undefined>]>>]>>;
|
|
621
|
-
|
|
611
|
+
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
612
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
613
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
614
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
615
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
616
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
617
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
618
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
619
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
620
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
621
|
+
} | undefined>]>>]>>;
|
|
622
|
+
public: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
622
623
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
623
624
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
624
625
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
625
626
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
626
627
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
627
|
-
$in: import("@feathersjs/typebox").
|
|
628
|
-
$nin: import("@feathersjs/typebox").
|
|
628
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
629
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
630
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
631
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
632
|
+
} | undefined>]>>]>>;
|
|
633
|
+
tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
634
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
635
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
636
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
637
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
638
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
639
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
640
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
641
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
642
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
643
|
+
} | undefined>]>>]>>;
|
|
644
|
+
type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
645
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
646
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
647
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
648
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
649
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
650
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
651
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
652
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
653
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
654
|
+
} | undefined>]>>]>>;
|
|
655
|
+
version: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
656
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
657
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
658
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
659
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
660
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
661
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
662
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
629
663
|
}>, import("@feathersjs/typebox").TObject<{
|
|
630
664
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
631
665
|
} | undefined>]>>]>>;
|
|
632
666
|
}>>>;
|
|
633
667
|
}>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
634
|
-
public: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
635
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
636
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
637
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
638
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
639
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
640
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
641
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
642
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
643
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
644
|
-
} | undefined>]>>]>>;
|
|
645
|
-
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
646
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
647
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
648
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
649
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
650
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
651
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
652
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
653
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
654
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
655
|
-
} | undefined>]>>]>>;
|
|
656
668
|
_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<{
|
|
657
669
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
658
670
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
659
671
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
660
672
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
661
673
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
662
|
-
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
663
|
-
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]
|
|
664
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
665
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
666
|
-
} | undefined>]>>]>>;
|
|
667
|
-
tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
668
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
669
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
670
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
671
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
672
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
673
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
|
|
674
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
|
|
674
|
+
$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<{}>]>;
|
|
675
|
+
$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<{}>]>;
|
|
675
676
|
}>, import("@feathersjs/typebox").TObject<{
|
|
676
677
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
677
678
|
} | undefined>]>>]>>;
|
|
678
|
-
|
|
679
|
+
author: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
679
680
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
680
681
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
681
682
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
682
683
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
683
684
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
684
|
-
$in: import("@feathersjs/typebox").
|
|
685
|
-
$nin: import("@feathersjs/typebox").
|
|
685
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
686
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
686
687
|
}>, import("@feathersjs/typebox").TObject<{
|
|
687
688
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
688
689
|
} | undefined>]>>]>>;
|
|
689
|
-
|
|
690
|
-
$gt: import("@feathersjs/typebox").
|
|
691
|
-
$gte: import("@feathersjs/typebox").
|
|
692
|
-
$lt: import("@feathersjs/typebox").
|
|
693
|
-
$lte: import("@feathersjs/typebox").
|
|
694
|
-
$ne: import("@feathersjs/typebox").
|
|
695
|
-
$in: import("@feathersjs/typebox").
|
|
696
|
-
$nin: import("@feathersjs/typebox").
|
|
690
|
+
canInstall: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
691
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
692
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
693
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
694
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
695
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
696
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
697
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
697
698
|
}>, import("@feathersjs/typebox").TObject<{
|
|
698
699
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
699
700
|
} | undefined>]>>]>>;
|
|
700
|
-
|
|
701
|
-
$gt: import("@feathersjs/typebox").TString<string
|
|
702
|
-
$gte: import("@feathersjs/typebox").TString<string
|
|
703
|
-
$lt: import("@feathersjs/typebox").TString<string
|
|
704
|
-
$lte: import("@feathersjs/typebox").TString<string
|
|
705
|
-
$ne: import("@feathersjs/typebox").TString<string
|
|
706
|
-
$in: import("@feathersjs/typebox").TString<string
|
|
707
|
-
$nin: import("@feathersjs/typebox").TString<string
|
|
701
|
+
category: 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<{
|
|
702
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
703
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
704
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
705
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
706
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
707
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
708
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
708
709
|
}>, import("@feathersjs/typebox").TObject<{
|
|
709
710
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
710
711
|
} | undefined>]>>]>>;
|
|
711
|
-
|
|
712
|
+
createdAt: 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<{
|
|
712
713
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
713
714
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
714
715
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
715
716
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
716
717
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
717
|
-
$in: import("@feathersjs/typebox").
|
|
718
|
-
$nin: import("@feathersjs/typebox").
|
|
718
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
719
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
719
720
|
}>, import("@feathersjs/typebox").TObject<{
|
|
720
721
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
721
722
|
} | undefined>]>>]>>;
|
|
722
|
-
|
|
723
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
723
724
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
724
725
|
$gte: import("@feathersjs/typebox").TString<string>;
|
|
725
726
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
726
727
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
727
728
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
728
|
-
$in: import("@feathersjs/typebox").
|
|
729
|
-
$nin: import("@feathersjs/typebox").
|
|
729
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
730
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
730
731
|
}>, import("@feathersjs/typebox").TObject<{
|
|
731
732
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
732
733
|
} | undefined>]>>]>>;
|
|
733
|
-
|
|
734
|
+
group: 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<{
|
|
734
735
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
735
736
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
736
737
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
737
738
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
738
739
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
739
|
-
$in: import("@feathersjs/typebox").
|
|
740
|
-
$nin: import("@feathersjs/typebox").
|
|
740
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
741
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
741
742
|
}>, import("@feathersjs/typebox").TObject<{
|
|
742
743
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
743
744
|
} | undefined>]>>]>>;
|
|
@@ -747,30 +748,74 @@ export declare const extensionsQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
747
748
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
748
749
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
749
750
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
750
|
-
$in: import("@feathersjs/typebox").
|
|
751
|
-
$nin: import("@feathersjs/typebox").
|
|
751
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
752
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
752
753
|
}>, import("@feathersjs/typebox").TObject<{
|
|
753
754
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
754
755
|
} | undefined>]>>]>>;
|
|
755
|
-
|
|
756
|
+
isInstalled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
756
757
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
757
758
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
758
759
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
759
760
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
760
761
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
761
|
-
$in: import("@feathersjs/typebox").
|
|
762
|
-
$nin: import("@feathersjs/typebox").
|
|
762
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
763
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
763
764
|
}>, import("@feathersjs/typebox").TObject<{
|
|
764
765
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
765
766
|
} | undefined>]>>]>>;
|
|
766
|
-
|
|
767
|
+
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
768
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
769
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
770
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
771
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
772
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
773
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
774
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
775
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
776
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
777
|
+
} | undefined>]>>]>>;
|
|
778
|
+
public: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
767
779
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
768
780
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
769
781
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
770
782
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
771
783
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
772
|
-
$in: import("@feathersjs/typebox").
|
|
773
|
-
$nin: import("@feathersjs/typebox").
|
|
784
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
785
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
786
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
787
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
788
|
+
} | undefined>]>>]>>;
|
|
789
|
+
tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
790
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
791
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
792
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
793
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
794
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
795
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
796
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
|
|
797
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
798
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
799
|
+
} | undefined>]>>]>>;
|
|
800
|
+
type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
801
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
802
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
803
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
804
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
805
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
806
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
807
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
|
|
808
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
809
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
810
|
+
} | undefined>]>>]>>;
|
|
811
|
+
version: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
812
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
813
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
814
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
815
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
816
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
817
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
818
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
774
819
|
}>, import("@feathersjs/typebox").TObject<{
|
|
775
820
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
776
821
|
} | undefined>]>>]>>;
|
|
@@ -781,59 +826,33 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
781
826
|
$limit: number;
|
|
782
827
|
$skip: number;
|
|
783
828
|
$sort: {
|
|
784
|
-
public?: number | undefined;
|
|
785
|
-
name?: number | undefined;
|
|
786
829
|
_id?: number | undefined;
|
|
787
|
-
tags?: number | undefined;
|
|
788
|
-
version?: number | undefined;
|
|
789
|
-
type?: number | undefined;
|
|
790
|
-
description?: number | undefined;
|
|
791
|
-
group?: number | undefined;
|
|
792
830
|
author?: number | undefined;
|
|
831
|
+
canInstall?: number | undefined;
|
|
793
832
|
category?: number | undefined;
|
|
833
|
+
createdAt?: number | undefined;
|
|
834
|
+
description?: number | undefined;
|
|
835
|
+
group?: number | undefined;
|
|
794
836
|
installedBy?: number | undefined;
|
|
795
|
-
canInstall?: number | undefined;
|
|
796
837
|
isInstalled?: number | undefined;
|
|
838
|
+
name?: number | undefined;
|
|
839
|
+
public?: number | undefined;
|
|
840
|
+
tags?: number | undefined;
|
|
841
|
+
type?: number | undefined;
|
|
842
|
+
version?: number | undefined;
|
|
797
843
|
};
|
|
798
|
-
$select: ("
|
|
844
|
+
$select: ("_id" | "author" | "canInstall" | "category" | "createdAt" | "description" | "group" | "installedBy" | "isInstalled" | "name" | "public" | "tags" | "type" | "version")[];
|
|
799
845
|
$and: ({
|
|
800
|
-
|
|
801
|
-
$gt?: boolean | undefined;
|
|
802
|
-
$gte?: boolean | undefined;
|
|
803
|
-
$lt?: boolean | undefined;
|
|
804
|
-
$lte?: boolean | undefined;
|
|
805
|
-
$ne?: boolean | undefined;
|
|
806
|
-
$in: boolean | boolean[];
|
|
807
|
-
$nin: boolean | boolean[];
|
|
808
|
-
} & {}> | undefined;
|
|
809
|
-
name?: string | Partial<{
|
|
810
|
-
$gt: string;
|
|
811
|
-
$gte: string;
|
|
812
|
-
$lt: string;
|
|
813
|
-
$lte: string;
|
|
814
|
-
$ne: string;
|
|
815
|
-
$in: string | string[];
|
|
816
|
-
$nin: string | string[];
|
|
817
|
-
} & {}> | undefined;
|
|
818
|
-
_id?: string | {} | Partial<{
|
|
846
|
+
_id?: string | Partial<{
|
|
819
847
|
$gt: string | {};
|
|
820
848
|
$gte: string | {};
|
|
821
849
|
$lt: string | {};
|
|
822
850
|
$lte: string | {};
|
|
823
851
|
$ne: string | {};
|
|
824
|
-
$in: string |
|
|
825
|
-
$nin: string |
|
|
826
|
-
} & {}> | undefined;
|
|
827
|
-
|
|
828
|
-
$gt?: string[] | undefined;
|
|
829
|
-
$gte?: string[] | undefined;
|
|
830
|
-
$lt?: string[] | undefined;
|
|
831
|
-
$lte?: string[] | undefined;
|
|
832
|
-
$ne?: string[] | undefined;
|
|
833
|
-
$in: string[] | string[][];
|
|
834
|
-
$nin: string[] | string[][];
|
|
835
|
-
} & {}> | undefined;
|
|
836
|
-
version?: string | Partial<{
|
|
852
|
+
$in: string | (string | {})[] | {};
|
|
853
|
+
$nin: string | (string | {})[] | {};
|
|
854
|
+
} & {}> | {} | undefined;
|
|
855
|
+
author?: string | Partial<{
|
|
837
856
|
$gt: string;
|
|
838
857
|
$gte: string;
|
|
839
858
|
$lt: string;
|
|
@@ -842,25 +861,25 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
842
861
|
$in: string | string[];
|
|
843
862
|
$nin: string | string[];
|
|
844
863
|
} & {}> | undefined;
|
|
845
|
-
|
|
846
|
-
$gt
|
|
847
|
-
$gte
|
|
848
|
-
$lt
|
|
849
|
-
$lte
|
|
850
|
-
$ne
|
|
851
|
-
$in:
|
|
852
|
-
$nin:
|
|
864
|
+
canInstall?: boolean | Partial<{
|
|
865
|
+
$gt?: boolean | undefined;
|
|
866
|
+
$gte?: boolean | undefined;
|
|
867
|
+
$lt?: boolean | undefined;
|
|
868
|
+
$lte?: boolean | undefined;
|
|
869
|
+
$ne?: boolean | undefined;
|
|
870
|
+
$in: boolean | boolean[];
|
|
871
|
+
$nin: boolean | boolean[];
|
|
853
872
|
} & {}> | undefined;
|
|
854
|
-
|
|
855
|
-
$gt
|
|
856
|
-
$gte
|
|
857
|
-
$lt
|
|
858
|
-
$lte
|
|
859
|
-
$ne
|
|
873
|
+
category?: string | Partial<{
|
|
874
|
+
$gt?: string | undefined;
|
|
875
|
+
$gte?: string | undefined;
|
|
876
|
+
$lt?: string | undefined;
|
|
877
|
+
$lte?: string | undefined;
|
|
878
|
+
$ne?: string | undefined;
|
|
860
879
|
$in: string | string[];
|
|
861
880
|
$nin: string | string[];
|
|
862
881
|
} & {}> | undefined;
|
|
863
|
-
|
|
882
|
+
createdAt?: string | Partial<{
|
|
864
883
|
$gt?: string | undefined;
|
|
865
884
|
$gte?: string | undefined;
|
|
866
885
|
$lt?: string | undefined;
|
|
@@ -869,7 +888,7 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
869
888
|
$in: string | string[];
|
|
870
889
|
$nin: string | string[];
|
|
871
890
|
} & {}> | undefined;
|
|
872
|
-
|
|
891
|
+
description?: string | Partial<{
|
|
873
892
|
$gt: string;
|
|
874
893
|
$gte: string;
|
|
875
894
|
$lt: string;
|
|
@@ -878,7 +897,7 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
878
897
|
$in: string | string[];
|
|
879
898
|
$nin: string | string[];
|
|
880
899
|
} & {}> | undefined;
|
|
881
|
-
|
|
900
|
+
group?: string | Partial<{
|
|
882
901
|
$gt?: string | undefined;
|
|
883
902
|
$gte?: string | undefined;
|
|
884
903
|
$lt?: string | undefined;
|
|
@@ -896,7 +915,7 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
896
915
|
$in: string[] | string[][];
|
|
897
916
|
$nin: string[] | string[][];
|
|
898
917
|
} & {}> | undefined;
|
|
899
|
-
|
|
918
|
+
isInstalled?: boolean | Partial<{
|
|
900
919
|
$gt?: boolean | undefined;
|
|
901
920
|
$gte?: boolean | undefined;
|
|
902
921
|
$lt?: boolean | undefined;
|
|
@@ -905,7 +924,16 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
905
924
|
$in: boolean | boolean[];
|
|
906
925
|
$nin: boolean | boolean[];
|
|
907
926
|
} & {}> | undefined;
|
|
908
|
-
|
|
927
|
+
name?: string | Partial<{
|
|
928
|
+
$gt: string;
|
|
929
|
+
$gte: string;
|
|
930
|
+
$lt: string;
|
|
931
|
+
$lte: string;
|
|
932
|
+
$ne: string;
|
|
933
|
+
$in: string | string[];
|
|
934
|
+
$nin: string | string[];
|
|
935
|
+
} & {}> | undefined;
|
|
936
|
+
public?: boolean | Partial<{
|
|
909
937
|
$gt?: boolean | undefined;
|
|
910
938
|
$gte?: boolean | undefined;
|
|
911
939
|
$lt?: boolean | undefined;
|
|
@@ -914,45 +942,45 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
914
942
|
$in: boolean | boolean[];
|
|
915
943
|
$nin: boolean | boolean[];
|
|
916
944
|
} & {}> | undefined;
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
945
|
+
tags?: string[] | Partial<{
|
|
946
|
+
$gt?: string[] | undefined;
|
|
947
|
+
$gte?: string[] | undefined;
|
|
948
|
+
$lt?: string[] | undefined;
|
|
949
|
+
$lte?: string[] | undefined;
|
|
950
|
+
$ne?: string[] | undefined;
|
|
951
|
+
$in: string[] | string[][];
|
|
952
|
+
$nin: string[] | string[][];
|
|
953
|
+
} & {}> | undefined;
|
|
954
|
+
type?: "actions" | "agent-template" | "custom" | "model" | "strategies" | Partial<{
|
|
955
|
+
$gt: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
956
|
+
$gte: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
957
|
+
$lt: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
958
|
+
$lte: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
959
|
+
$ne: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
960
|
+
$in: "actions" | "agent-template" | "custom" | "model" | "strategies" | ("actions" | "agent-template" | "custom" | "model" | "strategies")[];
|
|
961
|
+
$nin: "actions" | "agent-template" | "custom" | "model" | "strategies" | ("actions" | "agent-template" | "custom" | "model" | "strategies")[];
|
|
962
|
+
} & {}> | undefined;
|
|
963
|
+
version?: string | Partial<{
|
|
964
|
+
$gt: string;
|
|
965
|
+
$gte: string;
|
|
966
|
+
$lt: string;
|
|
967
|
+
$lte: string;
|
|
968
|
+
$ne: string;
|
|
969
|
+
$in: string | string[];
|
|
970
|
+
$nin: string | string[];
|
|
971
|
+
} & {}> | undefined;
|
|
972
|
+
} | {
|
|
973
|
+
$or: {
|
|
974
|
+
_id?: string | Partial<{
|
|
938
975
|
$gt: string | {};
|
|
939
976
|
$gte: string | {};
|
|
940
977
|
$lt: string | {};
|
|
941
978
|
$lte: string | {};
|
|
942
979
|
$ne: string | {};
|
|
943
|
-
$in: string |
|
|
944
|
-
$nin: string |
|
|
945
|
-
} & {}> | undefined;
|
|
946
|
-
|
|
947
|
-
$gt?: string[] | undefined;
|
|
948
|
-
$gte?: string[] | undefined;
|
|
949
|
-
$lt?: string[] | undefined;
|
|
950
|
-
$lte?: string[] | undefined;
|
|
951
|
-
$ne?: string[] | undefined;
|
|
952
|
-
$in: string[] | string[][];
|
|
953
|
-
$nin: string[] | string[][];
|
|
954
|
-
} & {}> | undefined;
|
|
955
|
-
version?: string | Partial<{
|
|
980
|
+
$in: string | (string | {})[] | {};
|
|
981
|
+
$nin: string | (string | {})[] | {};
|
|
982
|
+
} & {}> | {} | undefined;
|
|
983
|
+
author?: string | Partial<{
|
|
956
984
|
$gt: string;
|
|
957
985
|
$gte: string;
|
|
958
986
|
$lt: string;
|
|
@@ -961,25 +989,25 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
961
989
|
$in: string | string[];
|
|
962
990
|
$nin: string | string[];
|
|
963
991
|
} & {}> | undefined;
|
|
964
|
-
|
|
965
|
-
$gt
|
|
966
|
-
$gte
|
|
967
|
-
$lt
|
|
968
|
-
$lte
|
|
969
|
-
$ne
|
|
970
|
-
$in:
|
|
971
|
-
$nin:
|
|
992
|
+
canInstall?: boolean | Partial<{
|
|
993
|
+
$gt?: boolean | undefined;
|
|
994
|
+
$gte?: boolean | undefined;
|
|
995
|
+
$lt?: boolean | undefined;
|
|
996
|
+
$lte?: boolean | undefined;
|
|
997
|
+
$ne?: boolean | undefined;
|
|
998
|
+
$in: boolean | boolean[];
|
|
999
|
+
$nin: boolean | boolean[];
|
|
972
1000
|
} & {}> | undefined;
|
|
973
|
-
|
|
974
|
-
$gt
|
|
975
|
-
$gte
|
|
976
|
-
$lt
|
|
977
|
-
$lte
|
|
978
|
-
$ne
|
|
1001
|
+
category?: string | Partial<{
|
|
1002
|
+
$gt?: string | undefined;
|
|
1003
|
+
$gte?: string | undefined;
|
|
1004
|
+
$lt?: string | undefined;
|
|
1005
|
+
$lte?: string | undefined;
|
|
1006
|
+
$ne?: string | undefined;
|
|
979
1007
|
$in: string | string[];
|
|
980
1008
|
$nin: string | string[];
|
|
981
1009
|
} & {}> | undefined;
|
|
982
|
-
|
|
1010
|
+
createdAt?: string | Partial<{
|
|
983
1011
|
$gt?: string | undefined;
|
|
984
1012
|
$gte?: string | undefined;
|
|
985
1013
|
$lt?: string | undefined;
|
|
@@ -988,7 +1016,7 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
988
1016
|
$in: string | string[];
|
|
989
1017
|
$nin: string | string[];
|
|
990
1018
|
} & {}> | undefined;
|
|
991
|
-
|
|
1019
|
+
description?: string | Partial<{
|
|
992
1020
|
$gt: string;
|
|
993
1021
|
$gte: string;
|
|
994
1022
|
$lt: string;
|
|
@@ -997,7 +1025,7 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
997
1025
|
$in: string | string[];
|
|
998
1026
|
$nin: string | string[];
|
|
999
1027
|
} & {}> | undefined;
|
|
1000
|
-
|
|
1028
|
+
group?: string | Partial<{
|
|
1001
1029
|
$gt?: string | undefined;
|
|
1002
1030
|
$gte?: string | undefined;
|
|
1003
1031
|
$lt?: string | undefined;
|
|
@@ -1015,7 +1043,7 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
1015
1043
|
$in: string[] | string[][];
|
|
1016
1044
|
$nin: string[] | string[][];
|
|
1017
1045
|
} & {}> | undefined;
|
|
1018
|
-
|
|
1046
|
+
isInstalled?: boolean | Partial<{
|
|
1019
1047
|
$gt?: boolean | undefined;
|
|
1020
1048
|
$gte?: boolean | undefined;
|
|
1021
1049
|
$lt?: boolean | undefined;
|
|
@@ -1024,7 +1052,16 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
1024
1052
|
$in: boolean | boolean[];
|
|
1025
1053
|
$nin: boolean | boolean[];
|
|
1026
1054
|
} & {}> | undefined;
|
|
1027
|
-
|
|
1055
|
+
name?: string | Partial<{
|
|
1056
|
+
$gt: string;
|
|
1057
|
+
$gte: string;
|
|
1058
|
+
$lt: string;
|
|
1059
|
+
$lte: string;
|
|
1060
|
+
$ne: string;
|
|
1061
|
+
$in: string | string[];
|
|
1062
|
+
$nin: string | string[];
|
|
1063
|
+
} & {}> | undefined;
|
|
1064
|
+
public?: boolean | Partial<{
|
|
1028
1065
|
$gt?: boolean | undefined;
|
|
1029
1066
|
$gte?: boolean | undefined;
|
|
1030
1067
|
$lt?: boolean | undefined;
|
|
@@ -1033,46 +1070,46 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
1033
1070
|
$in: boolean | boolean[];
|
|
1034
1071
|
$nin: boolean | boolean[];
|
|
1035
1072
|
} & {}> | undefined;
|
|
1073
|
+
tags?: string[] | Partial<{
|
|
1074
|
+
$gt?: string[] | undefined;
|
|
1075
|
+
$gte?: string[] | undefined;
|
|
1076
|
+
$lt?: string[] | undefined;
|
|
1077
|
+
$lte?: string[] | undefined;
|
|
1078
|
+
$ne?: string[] | undefined;
|
|
1079
|
+
$in: string[] | string[][];
|
|
1080
|
+
$nin: string[] | string[][];
|
|
1081
|
+
} & {}> | undefined;
|
|
1082
|
+
type?: "actions" | "agent-template" | "custom" | "model" | "strategies" | Partial<{
|
|
1083
|
+
$gt: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
1084
|
+
$gte: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
1085
|
+
$lt: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
1086
|
+
$lte: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
1087
|
+
$ne: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
1088
|
+
$in: "actions" | "agent-template" | "custom" | "model" | "strategies" | ("actions" | "agent-template" | "custom" | "model" | "strategies")[];
|
|
1089
|
+
$nin: "actions" | "agent-template" | "custom" | "model" | "strategies" | ("actions" | "agent-template" | "custom" | "model" | "strategies")[];
|
|
1090
|
+
} & {}> | undefined;
|
|
1091
|
+
version?: string | Partial<{
|
|
1092
|
+
$gt: string;
|
|
1093
|
+
$gte: string;
|
|
1094
|
+
$lt: string;
|
|
1095
|
+
$lte: string;
|
|
1096
|
+
$ne: string;
|
|
1097
|
+
$in: string | string[];
|
|
1098
|
+
$nin: string | string[];
|
|
1099
|
+
} & {}> | undefined;
|
|
1036
1100
|
}[];
|
|
1037
1101
|
})[];
|
|
1038
1102
|
$or: {
|
|
1039
|
-
|
|
1040
|
-
$gt?: boolean | undefined;
|
|
1041
|
-
$gte?: boolean | undefined;
|
|
1042
|
-
$lt?: boolean | undefined;
|
|
1043
|
-
$lte?: boolean | undefined;
|
|
1044
|
-
$ne?: boolean | undefined;
|
|
1045
|
-
$in: boolean | boolean[];
|
|
1046
|
-
$nin: boolean | boolean[];
|
|
1047
|
-
} & {}> | undefined;
|
|
1048
|
-
name?: string | Partial<{
|
|
1049
|
-
$gt: string;
|
|
1050
|
-
$gte: string;
|
|
1051
|
-
$lt: string;
|
|
1052
|
-
$lte: string;
|
|
1053
|
-
$ne: string;
|
|
1054
|
-
$in: string | string[];
|
|
1055
|
-
$nin: string | string[];
|
|
1056
|
-
} & {}> | undefined;
|
|
1057
|
-
_id?: string | {} | Partial<{
|
|
1103
|
+
_id?: string | Partial<{
|
|
1058
1104
|
$gt: string | {};
|
|
1059
1105
|
$gte: string | {};
|
|
1060
1106
|
$lt: string | {};
|
|
1061
1107
|
$lte: string | {};
|
|
1062
1108
|
$ne: string | {};
|
|
1063
|
-
$in: string |
|
|
1064
|
-
$nin: string |
|
|
1065
|
-
} & {}> | undefined;
|
|
1066
|
-
|
|
1067
|
-
$gt?: string[] | undefined;
|
|
1068
|
-
$gte?: string[] | undefined;
|
|
1069
|
-
$lt?: string[] | undefined;
|
|
1070
|
-
$lte?: string[] | undefined;
|
|
1071
|
-
$ne?: string[] | undefined;
|
|
1072
|
-
$in: string[] | string[][];
|
|
1073
|
-
$nin: string[] | string[][];
|
|
1074
|
-
} & {}> | undefined;
|
|
1075
|
-
version?: string | Partial<{
|
|
1109
|
+
$in: string | (string | {})[] | {};
|
|
1110
|
+
$nin: string | (string | {})[] | {};
|
|
1111
|
+
} & {}> | {} | undefined;
|
|
1112
|
+
author?: string | Partial<{
|
|
1076
1113
|
$gt: string;
|
|
1077
1114
|
$gte: string;
|
|
1078
1115
|
$lt: string;
|
|
@@ -1081,25 +1118,25 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
1081
1118
|
$in: string | string[];
|
|
1082
1119
|
$nin: string | string[];
|
|
1083
1120
|
} & {}> | undefined;
|
|
1084
|
-
|
|
1085
|
-
$gt
|
|
1086
|
-
$gte
|
|
1087
|
-
$lt
|
|
1088
|
-
$lte
|
|
1089
|
-
$ne
|
|
1090
|
-
$in:
|
|
1091
|
-
$nin:
|
|
1121
|
+
canInstall?: boolean | Partial<{
|
|
1122
|
+
$gt?: boolean | undefined;
|
|
1123
|
+
$gte?: boolean | undefined;
|
|
1124
|
+
$lt?: boolean | undefined;
|
|
1125
|
+
$lte?: boolean | undefined;
|
|
1126
|
+
$ne?: boolean | undefined;
|
|
1127
|
+
$in: boolean | boolean[];
|
|
1128
|
+
$nin: boolean | boolean[];
|
|
1092
1129
|
} & {}> | undefined;
|
|
1093
|
-
|
|
1094
|
-
$gt
|
|
1095
|
-
$gte
|
|
1096
|
-
$lt
|
|
1097
|
-
$lte
|
|
1098
|
-
$ne
|
|
1130
|
+
category?: string | Partial<{
|
|
1131
|
+
$gt?: string | undefined;
|
|
1132
|
+
$gte?: string | undefined;
|
|
1133
|
+
$lt?: string | undefined;
|
|
1134
|
+
$lte?: string | undefined;
|
|
1135
|
+
$ne?: string | undefined;
|
|
1099
1136
|
$in: string | string[];
|
|
1100
1137
|
$nin: string | string[];
|
|
1101
1138
|
} & {}> | undefined;
|
|
1102
|
-
|
|
1139
|
+
createdAt?: string | Partial<{
|
|
1103
1140
|
$gt?: string | undefined;
|
|
1104
1141
|
$gte?: string | undefined;
|
|
1105
1142
|
$lt?: string | undefined;
|
|
@@ -1108,7 +1145,7 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
1108
1145
|
$in: string | string[];
|
|
1109
1146
|
$nin: string | string[];
|
|
1110
1147
|
} & {}> | undefined;
|
|
1111
|
-
|
|
1148
|
+
description?: string | Partial<{
|
|
1112
1149
|
$gt: string;
|
|
1113
1150
|
$gte: string;
|
|
1114
1151
|
$lt: string;
|
|
@@ -1117,7 +1154,7 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
1117
1154
|
$in: string | string[];
|
|
1118
1155
|
$nin: string | string[];
|
|
1119
1156
|
} & {}> | undefined;
|
|
1120
|
-
|
|
1157
|
+
group?: string | Partial<{
|
|
1121
1158
|
$gt?: string | undefined;
|
|
1122
1159
|
$gte?: string | undefined;
|
|
1123
1160
|
$lt?: string | undefined;
|
|
@@ -1135,7 +1172,7 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
1135
1172
|
$in: string[] | string[][];
|
|
1136
1173
|
$nin: string[] | string[][];
|
|
1137
1174
|
} & {}> | undefined;
|
|
1138
|
-
|
|
1175
|
+
isInstalled?: boolean | Partial<{
|
|
1139
1176
|
$gt?: boolean | undefined;
|
|
1140
1177
|
$gte?: boolean | undefined;
|
|
1141
1178
|
$lt?: boolean | undefined;
|
|
@@ -1144,7 +1181,16 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
1144
1181
|
$in: boolean | boolean[];
|
|
1145
1182
|
$nin: boolean | boolean[];
|
|
1146
1183
|
} & {}> | undefined;
|
|
1147
|
-
|
|
1184
|
+
name?: string | Partial<{
|
|
1185
|
+
$gt: string;
|
|
1186
|
+
$gte: string;
|
|
1187
|
+
$lt: string;
|
|
1188
|
+
$lte: string;
|
|
1189
|
+
$ne: string;
|
|
1190
|
+
$in: string | string[];
|
|
1191
|
+
$nin: string | string[];
|
|
1192
|
+
} & {}> | undefined;
|
|
1193
|
+
public?: boolean | Partial<{
|
|
1148
1194
|
$gt?: boolean | undefined;
|
|
1149
1195
|
$gte?: boolean | undefined;
|
|
1150
1196
|
$lt?: boolean | undefined;
|
|
@@ -1153,45 +1199,45 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
1153
1199
|
$in: boolean | boolean[];
|
|
1154
1200
|
$nin: boolean | boolean[];
|
|
1155
1201
|
} & {}> | undefined;
|
|
1202
|
+
tags?: string[] | Partial<{
|
|
1203
|
+
$gt?: string[] | undefined;
|
|
1204
|
+
$gte?: string[] | undefined;
|
|
1205
|
+
$lt?: string[] | undefined;
|
|
1206
|
+
$lte?: string[] | undefined;
|
|
1207
|
+
$ne?: string[] | undefined;
|
|
1208
|
+
$in: string[] | string[][];
|
|
1209
|
+
$nin: string[] | string[][];
|
|
1210
|
+
} & {}> | undefined;
|
|
1211
|
+
type?: "actions" | "agent-template" | "custom" | "model" | "strategies" | Partial<{
|
|
1212
|
+
$gt: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
1213
|
+
$gte: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
1214
|
+
$lt: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
1215
|
+
$lte: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
1216
|
+
$ne: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
1217
|
+
$in: "actions" | "agent-template" | "custom" | "model" | "strategies" | ("actions" | "agent-template" | "custom" | "model" | "strategies")[];
|
|
1218
|
+
$nin: "actions" | "agent-template" | "custom" | "model" | "strategies" | ("actions" | "agent-template" | "custom" | "model" | "strategies")[];
|
|
1219
|
+
} & {}> | undefined;
|
|
1220
|
+
version?: string | Partial<{
|
|
1221
|
+
$gt: string;
|
|
1222
|
+
$gte: string;
|
|
1223
|
+
$lt: string;
|
|
1224
|
+
$lte: string;
|
|
1225
|
+
$ne: string;
|
|
1226
|
+
$in: string | string[];
|
|
1227
|
+
$nin: string | string[];
|
|
1228
|
+
} & {}> | undefined;
|
|
1156
1229
|
}[];
|
|
1157
1230
|
}> & {
|
|
1158
|
-
|
|
1159
|
-
$gt?: boolean | undefined;
|
|
1160
|
-
$gte?: boolean | undefined;
|
|
1161
|
-
$lt?: boolean | undefined;
|
|
1162
|
-
$lte?: boolean | undefined;
|
|
1163
|
-
$ne?: boolean | undefined;
|
|
1164
|
-
$in: boolean | boolean[];
|
|
1165
|
-
$nin: boolean | boolean[];
|
|
1166
|
-
} & {}> | undefined;
|
|
1167
|
-
name?: string | Partial<{
|
|
1168
|
-
$gt: string;
|
|
1169
|
-
$gte: string;
|
|
1170
|
-
$lt: string;
|
|
1171
|
-
$lte: string;
|
|
1172
|
-
$ne: string;
|
|
1173
|
-
$in: string | string[];
|
|
1174
|
-
$nin: string | string[];
|
|
1175
|
-
} & {}> | undefined;
|
|
1176
|
-
_id?: string | {} | Partial<{
|
|
1231
|
+
_id?: string | Partial<{
|
|
1177
1232
|
$gt: string | {};
|
|
1178
1233
|
$gte: string | {};
|
|
1179
1234
|
$lt: string | {};
|
|
1180
1235
|
$lte: string | {};
|
|
1181
1236
|
$ne: string | {};
|
|
1182
|
-
$in: string |
|
|
1183
|
-
$nin: string |
|
|
1184
|
-
} & {}> | undefined;
|
|
1185
|
-
|
|
1186
|
-
$gt?: string[] | undefined;
|
|
1187
|
-
$gte?: string[] | undefined;
|
|
1188
|
-
$lt?: string[] | undefined;
|
|
1189
|
-
$lte?: string[] | undefined;
|
|
1190
|
-
$ne?: string[] | undefined;
|
|
1191
|
-
$in: string[] | string[][];
|
|
1192
|
-
$nin: string[] | string[][];
|
|
1193
|
-
} & {}> | undefined;
|
|
1194
|
-
version?: string | Partial<{
|
|
1237
|
+
$in: string | (string | {})[] | {};
|
|
1238
|
+
$nin: string | (string | {})[] | {};
|
|
1239
|
+
} & {}> | {} | undefined;
|
|
1240
|
+
author?: string | Partial<{
|
|
1195
1241
|
$gt: string;
|
|
1196
1242
|
$gte: string;
|
|
1197
1243
|
$lt: string;
|
|
@@ -1200,25 +1246,25 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
1200
1246
|
$in: string | string[];
|
|
1201
1247
|
$nin: string | string[];
|
|
1202
1248
|
} & {}> | undefined;
|
|
1203
|
-
|
|
1204
|
-
$gt
|
|
1205
|
-
$gte
|
|
1206
|
-
$lt
|
|
1207
|
-
$lte
|
|
1208
|
-
$ne
|
|
1209
|
-
$in:
|
|
1210
|
-
$nin:
|
|
1249
|
+
canInstall?: boolean | Partial<{
|
|
1250
|
+
$gt?: boolean | undefined;
|
|
1251
|
+
$gte?: boolean | undefined;
|
|
1252
|
+
$lt?: boolean | undefined;
|
|
1253
|
+
$lte?: boolean | undefined;
|
|
1254
|
+
$ne?: boolean | undefined;
|
|
1255
|
+
$in: boolean | boolean[];
|
|
1256
|
+
$nin: boolean | boolean[];
|
|
1211
1257
|
} & {}> | undefined;
|
|
1212
|
-
|
|
1213
|
-
$gt
|
|
1214
|
-
$gte
|
|
1215
|
-
$lt
|
|
1216
|
-
$lte
|
|
1217
|
-
$ne
|
|
1258
|
+
category?: string | Partial<{
|
|
1259
|
+
$gt?: string | undefined;
|
|
1260
|
+
$gte?: string | undefined;
|
|
1261
|
+
$lt?: string | undefined;
|
|
1262
|
+
$lte?: string | undefined;
|
|
1263
|
+
$ne?: string | undefined;
|
|
1218
1264
|
$in: string | string[];
|
|
1219
1265
|
$nin: string | string[];
|
|
1220
1266
|
} & {}> | undefined;
|
|
1221
|
-
|
|
1267
|
+
createdAt?: string | Partial<{
|
|
1222
1268
|
$gt?: string | undefined;
|
|
1223
1269
|
$gte?: string | undefined;
|
|
1224
1270
|
$lt?: string | undefined;
|
|
@@ -1227,7 +1273,7 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
1227
1273
|
$in: string | string[];
|
|
1228
1274
|
$nin: string | string[];
|
|
1229
1275
|
} & {}> | undefined;
|
|
1230
|
-
|
|
1276
|
+
description?: string | Partial<{
|
|
1231
1277
|
$gt: string;
|
|
1232
1278
|
$gte: string;
|
|
1233
1279
|
$lt: string;
|
|
@@ -1236,7 +1282,7 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
1236
1282
|
$in: string | string[];
|
|
1237
1283
|
$nin: string | string[];
|
|
1238
1284
|
} & {}> | undefined;
|
|
1239
|
-
|
|
1285
|
+
group?: string | Partial<{
|
|
1240
1286
|
$gt?: string | undefined;
|
|
1241
1287
|
$gte?: string | undefined;
|
|
1242
1288
|
$lt?: string | undefined;
|
|
@@ -1254,7 +1300,7 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
1254
1300
|
$in: string[] | string[][];
|
|
1255
1301
|
$nin: string[] | string[][];
|
|
1256
1302
|
} & {}> | undefined;
|
|
1257
|
-
|
|
1303
|
+
isInstalled?: boolean | Partial<{
|
|
1258
1304
|
$gt?: boolean | undefined;
|
|
1259
1305
|
$gte?: boolean | undefined;
|
|
1260
1306
|
$lt?: boolean | undefined;
|
|
@@ -1263,7 +1309,16 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
1263
1309
|
$in: boolean | boolean[];
|
|
1264
1310
|
$nin: boolean | boolean[];
|
|
1265
1311
|
} & {}> | undefined;
|
|
1266
|
-
|
|
1312
|
+
name?: string | Partial<{
|
|
1313
|
+
$gt: string;
|
|
1314
|
+
$gte: string;
|
|
1315
|
+
$lt: string;
|
|
1316
|
+
$lte: string;
|
|
1317
|
+
$ne: string;
|
|
1318
|
+
$in: string | string[];
|
|
1319
|
+
$nin: string | string[];
|
|
1320
|
+
} & {}> | undefined;
|
|
1321
|
+
public?: boolean | Partial<{
|
|
1267
1322
|
$gt?: boolean | undefined;
|
|
1268
1323
|
$gte?: boolean | undefined;
|
|
1269
1324
|
$lt?: boolean | undefined;
|
|
@@ -1272,4 +1327,31 @@ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resol
|
|
|
1272
1327
|
$in: boolean | boolean[];
|
|
1273
1328
|
$nin: boolean | boolean[];
|
|
1274
1329
|
} & {}> | undefined;
|
|
1330
|
+
tags?: string[] | Partial<{
|
|
1331
|
+
$gt?: string[] | undefined;
|
|
1332
|
+
$gte?: string[] | undefined;
|
|
1333
|
+
$lt?: string[] | undefined;
|
|
1334
|
+
$lte?: string[] | undefined;
|
|
1335
|
+
$ne?: string[] | undefined;
|
|
1336
|
+
$in: string[] | string[][];
|
|
1337
|
+
$nin: string[] | string[][];
|
|
1338
|
+
} & {}> | undefined;
|
|
1339
|
+
type?: "actions" | "agent-template" | "custom" | "model" | "strategies" | Partial<{
|
|
1340
|
+
$gt: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
1341
|
+
$gte: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
1342
|
+
$lt: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
1343
|
+
$lte: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
1344
|
+
$ne: "actions" | "agent-template" | "custom" | "model" | "strategies";
|
|
1345
|
+
$in: "actions" | "agent-template" | "custom" | "model" | "strategies" | ("actions" | "agent-template" | "custom" | "model" | "strategies")[];
|
|
1346
|
+
$nin: "actions" | "agent-template" | "custom" | "model" | "strategies" | ("actions" | "agent-template" | "custom" | "model" | "strategies")[];
|
|
1347
|
+
} & {}> | undefined;
|
|
1348
|
+
version?: string | Partial<{
|
|
1349
|
+
$gt: string;
|
|
1350
|
+
$gte: string;
|
|
1351
|
+
$lt: string;
|
|
1352
|
+
$lte: string;
|
|
1353
|
+
$ne: string;
|
|
1354
|
+
$in: string | string[];
|
|
1355
|
+
$nin: string | string[];
|
|
1356
|
+
} & {}> | undefined;
|
|
1275
1357
|
} & {}, HookContext<ExtensionsService<import("./extensions.class").ExtensionsParams>>>;
|