@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
|
@@ -2,11 +2,11 @@ import type { Static } from '@feathersjs/typebox';
|
|
|
2
2
|
import type { HookContext } from '../../declarations';
|
|
3
3
|
import type { KeysService } from './KeysService';
|
|
4
4
|
export declare const keysSchema: import("@feathersjs/typebox").TObject<{
|
|
5
|
-
_id: import("@feathersjs/typebox").TString<string>;
|
|
5
|
+
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
6
6
|
hash: import("@feathersjs/typebox").TString<string>;
|
|
7
7
|
raw: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
8
8
|
scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"read">, import("@feathersjs/typebox").TLiteral<"write">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
9
|
-
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").
|
|
9
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
10
10
|
name: import("@feathersjs/typebox").TString<string>;
|
|
11
11
|
active: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
12
12
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
@@ -17,37 +17,37 @@ export declare const keysSchema: import("@feathersjs/typebox").TObject<{
|
|
|
17
17
|
export type Keys = Static<typeof keysSchema>;
|
|
18
18
|
export declare const keysValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
19
19
|
export declare const keysResolver: import("@feathersjs/schema").Resolver<{
|
|
20
|
+
_id: string | {};
|
|
21
|
+
hash: string;
|
|
22
|
+
raw?: string | undefined;
|
|
23
|
+
scopes: ("admin" | "read" | "write")[];
|
|
24
|
+
userId?: string | {} | undefined;
|
|
25
|
+
name: string;
|
|
26
|
+
active?: boolean | undefined;
|
|
20
27
|
createdAt?: string | undefined;
|
|
21
28
|
updatedAt?: string | undefined;
|
|
22
|
-
userId?: string | null | undefined;
|
|
23
|
-
active?: boolean | undefined;
|
|
24
|
-
raw?: string | undefined;
|
|
25
29
|
expiresAt?: string | null | undefined;
|
|
26
30
|
lastUsedAt?: string | null | undefined;
|
|
27
|
-
name: string;
|
|
28
|
-
_id: string;
|
|
29
|
-
scopes: ("read" | "write" | "admin")[];
|
|
30
|
-
hash: string;
|
|
31
31
|
}, HookContext<KeysService<import("./keys.class").KeysParams>>>;
|
|
32
32
|
export declare const keysExternalResolver: import("@feathersjs/schema").Resolver<{
|
|
33
|
+
_id: string | {};
|
|
34
|
+
hash: string;
|
|
35
|
+
raw?: string | undefined;
|
|
36
|
+
scopes: ("admin" | "read" | "write")[];
|
|
37
|
+
userId?: string | {} | undefined;
|
|
38
|
+
name: string;
|
|
39
|
+
active?: boolean | undefined;
|
|
33
40
|
createdAt?: string | undefined;
|
|
34
41
|
updatedAt?: string | undefined;
|
|
35
|
-
userId?: string | null | undefined;
|
|
36
|
-
active?: boolean | undefined;
|
|
37
|
-
raw?: string | undefined;
|
|
38
42
|
expiresAt?: string | null | undefined;
|
|
39
43
|
lastUsedAt?: string | null | undefined;
|
|
40
|
-
name: string;
|
|
41
|
-
_id: string;
|
|
42
|
-
scopes: ("read" | "write" | "admin")[];
|
|
43
|
-
hash: string;
|
|
44
44
|
}, HookContext<KeysService<import("./keys.class").KeysParams>>>;
|
|
45
45
|
export declare const keysDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
46
|
-
_id: import("@feathersjs/typebox").TString<string>;
|
|
46
|
+
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
47
47
|
hash: import("@feathersjs/typebox").TString<string>;
|
|
48
48
|
raw: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
49
49
|
scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"read">, import("@feathersjs/typebox").TLiteral<"write">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
50
|
-
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").
|
|
50
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
51
51
|
name: import("@feathersjs/typebox").TString<string>;
|
|
52
52
|
active: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
53
53
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
@@ -58,24 +58,24 @@ export declare const keysDataSchema: import("@feathersjs/typebox").TPick<import(
|
|
|
58
58
|
export type KeysData = Static<typeof keysDataSchema>;
|
|
59
59
|
export declare const keysDataValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
60
60
|
export declare const keysDataResolver: import("@feathersjs/schema").Resolver<{
|
|
61
|
+
_id: string | {};
|
|
62
|
+
hash: string;
|
|
63
|
+
raw?: string | undefined;
|
|
64
|
+
scopes: ("admin" | "read" | "write")[];
|
|
65
|
+
userId?: string | {} | undefined;
|
|
66
|
+
name: string;
|
|
67
|
+
active?: boolean | undefined;
|
|
61
68
|
createdAt?: string | undefined;
|
|
62
69
|
updatedAt?: string | undefined;
|
|
63
|
-
userId?: string | null | undefined;
|
|
64
|
-
active?: boolean | undefined;
|
|
65
|
-
raw?: string | undefined;
|
|
66
70
|
expiresAt?: string | null | undefined;
|
|
67
71
|
lastUsedAt?: string | null | undefined;
|
|
68
|
-
name: string;
|
|
69
|
-
_id: string;
|
|
70
|
-
scopes: ("read" | "write" | "admin")[];
|
|
71
|
-
hash: string;
|
|
72
72
|
}, HookContext<KeysService<import("./keys.class").KeysParams>>>;
|
|
73
73
|
export declare const keysPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
74
|
-
_id: import("@feathersjs/typebox").TString<string>;
|
|
74
|
+
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
75
75
|
hash: import("@feathersjs/typebox").TString<string>;
|
|
76
76
|
raw: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
77
77
|
scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"read">, import("@feathersjs/typebox").TLiteral<"write">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
78
|
-
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").
|
|
78
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
79
79
|
name: import("@feathersjs/typebox").TString<string>;
|
|
80
80
|
active: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
81
81
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
@@ -86,24 +86,24 @@ export declare const keysPatchSchema: import("@feathersjs/typebox").TPartial<imp
|
|
|
86
86
|
export type KeysPatch = Static<typeof keysPatchSchema>;
|
|
87
87
|
export declare const keysPatchValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
88
88
|
export declare const keysPatchResolver: import("@feathersjs/schema").Resolver<{
|
|
89
|
+
_id: string | {};
|
|
90
|
+
hash: string;
|
|
91
|
+
raw?: string | undefined;
|
|
92
|
+
scopes: ("admin" | "read" | "write")[];
|
|
93
|
+
userId?: string | {} | undefined;
|
|
94
|
+
name: string;
|
|
95
|
+
active?: boolean | undefined;
|
|
89
96
|
createdAt?: string | undefined;
|
|
90
97
|
updatedAt?: string | undefined;
|
|
91
|
-
userId?: string | null | undefined;
|
|
92
|
-
active?: boolean | undefined;
|
|
93
|
-
raw?: string | undefined;
|
|
94
98
|
expiresAt?: string | null | undefined;
|
|
95
99
|
lastUsedAt?: string | null | undefined;
|
|
96
|
-
name: string;
|
|
97
|
-
_id: string;
|
|
98
|
-
scopes: ("read" | "write" | "admin")[];
|
|
99
|
-
hash: string;
|
|
100
100
|
}, HookContext<KeysService<import("./keys.class").KeysParams>>>;
|
|
101
101
|
export declare const keysQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
102
|
-
_id: import("@feathersjs/typebox").TString<string>;
|
|
102
|
+
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
103
103
|
hash: import("@feathersjs/typebox").TString<string>;
|
|
104
104
|
raw: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
105
105
|
scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"read">, import("@feathersjs/typebox").TLiteral<"write">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
|
|
106
|
-
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").
|
|
106
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
107
107
|
name: import("@feathersjs/typebox").TString<string>;
|
|
108
108
|
active: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
109
109
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
|
|
@@ -115,46 +115,24 @@ export declare const keysQuerySchema: import("@feathersjs/typebox").TIntersect<[
|
|
|
115
115
|
$limit: import("@feathersjs/typebox").TNumber;
|
|
116
116
|
$skip: import("@feathersjs/typebox").TNumber;
|
|
117
117
|
$sort: import("@feathersjs/typebox").TObject<{
|
|
118
|
-
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
119
118
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
120
|
-
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
121
119
|
active: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
122
|
-
hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
123
120
|
expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
121
|
+
hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
124
122
|
lastUsedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
123
|
+
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
124
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
125
125
|
}>;
|
|
126
|
-
$select: import("@feathersjs/typebox").TUnsafe<("
|
|
126
|
+
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "active" | "expiresAt" | "hash" | "lastUsedAt" | "name" | "userId")[]>;
|
|
127
127
|
$and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
128
|
-
|
|
129
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
130
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
131
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
132
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
133
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
134
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").
|
|
135
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").
|
|
136
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
137
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
138
|
-
} | undefined>]>>]>>;
|
|
139
|
-
_id: 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<{
|
|
140
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
141
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
142
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
143
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
144
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
145
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
146
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
147
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
148
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
149
|
-
} | undefined>]>>]>>;
|
|
150
|
-
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
151
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
152
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
153
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
154
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
155
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
156
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>>;
|
|
157
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>>;
|
|
128
|
+
_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<{
|
|
129
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
130
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
131
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
132
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
133
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
134
|
+
$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<{}>]>;
|
|
135
|
+
$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<{}>]>;
|
|
158
136
|
}>, import("@feathersjs/typebox").TObject<{
|
|
159
137
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
160
138
|
} | undefined>]>>]>>;
|
|
@@ -164,8 +142,19 @@ export declare const keysQuerySchema: import("@feathersjs/typebox").TIntersect<[
|
|
|
164
142
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
165
143
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
166
144
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
167
|
-
$in: import("@feathersjs/typebox").
|
|
168
|
-
$nin: import("@feathersjs/typebox").
|
|
145
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
146
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
147
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
148
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
149
|
+
} | undefined>]>>]>>;
|
|
150
|
+
expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
151
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
152
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
153
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
154
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
155
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
156
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
157
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
169
158
|
}>, import("@feathersjs/typebox").TObject<{
|
|
170
159
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
171
160
|
} | undefined>]>>]>>;
|
|
@@ -175,65 +164,54 @@ export declare const keysQuerySchema: import("@feathersjs/typebox").TIntersect<[
|
|
|
175
164
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
176
165
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
177
166
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
178
|
-
$in: import("@feathersjs/typebox").
|
|
179
|
-
$nin: import("@feathersjs/typebox").
|
|
167
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
168
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
180
169
|
}>, import("@feathersjs/typebox").TObject<{
|
|
181
170
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
182
171
|
} | undefined>]>>]>>;
|
|
183
|
-
|
|
172
|
+
lastUsedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
184
173
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
185
174
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
186
175
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
187
176
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
188
177
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
189
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]
|
|
190
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]
|
|
178
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
179
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
191
180
|
}>, import("@feathersjs/typebox").TObject<{
|
|
192
181
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
193
182
|
} | undefined>]>>]>>;
|
|
194
|
-
|
|
195
|
-
$gt: import("@feathersjs/typebox").
|
|
196
|
-
$gte: import("@feathersjs/typebox").
|
|
197
|
-
$lt: import("@feathersjs/typebox").
|
|
198
|
-
$lte: import("@feathersjs/typebox").
|
|
199
|
-
$ne: import("@feathersjs/typebox").
|
|
200
|
-
$in: import("@feathersjs/typebox").
|
|
201
|
-
$nin: import("@feathersjs/typebox").
|
|
183
|
+
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<{
|
|
184
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
185
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
186
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
187
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
188
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
189
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
190
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
191
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
192
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
193
|
+
} | undefined>]>>]>>;
|
|
194
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<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<{
|
|
195
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
196
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
197
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
198
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
199
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
200
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
201
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
202
202
|
}>, import("@feathersjs/typebox").TObject<{
|
|
203
203
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
204
204
|
} | undefined>]>>]>>;
|
|
205
205
|
}>>, import("@feathersjs/typebox").TObject<{
|
|
206
206
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
207
|
-
|
|
208
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
209
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
210
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
211
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
212
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
213
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").
|
|
214
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").
|
|
215
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
216
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
217
|
-
} | undefined>]>>]>>;
|
|
218
|
-
_id: 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<{
|
|
219
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
220
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
221
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
222
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
223
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
224
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
225
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
226
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
227
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
228
|
-
} | undefined>]>>]>>;
|
|
229
|
-
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
230
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
231
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
232
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
233
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
234
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
235
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>>;
|
|
236
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>>;
|
|
207
|
+
_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<{
|
|
208
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
209
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
210
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
211
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
212
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
213
|
+
$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<{}>]>;
|
|
214
|
+
$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<{}>]>;
|
|
237
215
|
}>, import("@feathersjs/typebox").TObject<{
|
|
238
216
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
239
217
|
} | undefined>]>>]>>;
|
|
@@ -243,8 +221,19 @@ export declare const keysQuerySchema: import("@feathersjs/typebox").TIntersect<[
|
|
|
243
221
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
244
222
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
245
223
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
246
|
-
$in: import("@feathersjs/typebox").
|
|
247
|
-
$nin: import("@feathersjs/typebox").
|
|
224
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
225
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
226
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
227
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
228
|
+
} | undefined>]>>]>>;
|
|
229
|
+
expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
230
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
231
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
232
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
233
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
234
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
235
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
236
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
248
237
|
}>, import("@feathersjs/typebox").TObject<{
|
|
249
238
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
250
239
|
} | undefined>]>>]>>;
|
|
@@ -254,66 +243,55 @@ export declare const keysQuerySchema: import("@feathersjs/typebox").TIntersect<[
|
|
|
254
243
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
255
244
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
256
245
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
257
|
-
$in: import("@feathersjs/typebox").
|
|
258
|
-
$nin: import("@feathersjs/typebox").
|
|
246
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
247
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
259
248
|
}>, import("@feathersjs/typebox").TObject<{
|
|
260
249
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
261
250
|
} | undefined>]>>]>>;
|
|
262
|
-
|
|
251
|
+
lastUsedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
263
252
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
264
253
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
265
254
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
266
255
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
267
256
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
268
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]
|
|
269
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]
|
|
257
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
258
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
270
259
|
}>, import("@feathersjs/typebox").TObject<{
|
|
271
260
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
272
261
|
} | undefined>]>>]>>;
|
|
273
|
-
|
|
274
|
-
$gt: import("@feathersjs/typebox").
|
|
275
|
-
$gte: import("@feathersjs/typebox").
|
|
276
|
-
$lt: import("@feathersjs/typebox").
|
|
277
|
-
$lte: import("@feathersjs/typebox").
|
|
278
|
-
$ne: import("@feathersjs/typebox").
|
|
279
|
-
$in: import("@feathersjs/typebox").
|
|
280
|
-
$nin: import("@feathersjs/typebox").
|
|
262
|
+
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<{
|
|
263
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
264
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
265
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
266
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
267
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
268
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
269
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
270
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
271
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
272
|
+
} | undefined>]>>]>>;
|
|
273
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<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<{
|
|
274
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
275
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
276
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
277
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
278
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
279
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
280
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
281
281
|
}>, import("@feathersjs/typebox").TObject<{
|
|
282
282
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
283
283
|
} | undefined>]>>]>>;
|
|
284
284
|
}>>>;
|
|
285
285
|
}>]>>;
|
|
286
286
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
287
|
-
|
|
288
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
289
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
290
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
291
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
292
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
293
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").
|
|
294
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").
|
|
295
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
296
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
297
|
-
} | undefined>]>>]>>;
|
|
298
|
-
_id: 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").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
305
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
306
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
307
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
308
|
-
} | undefined>]>>]>>;
|
|
309
|
-
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
310
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
311
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
312
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
313
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
314
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
315
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>>;
|
|
316
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>>;
|
|
287
|
+
_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<{
|
|
288
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
289
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
290
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
291
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
292
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
293
|
+
$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<{}>]>;
|
|
294
|
+
$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<{}>]>;
|
|
317
295
|
}>, import("@feathersjs/typebox").TObject<{
|
|
318
296
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
319
297
|
} | undefined>]>>]>>;
|
|
@@ -323,8 +301,19 @@ export declare const keysQuerySchema: import("@feathersjs/typebox").TIntersect<[
|
|
|
323
301
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
324
302
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
325
303
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
326
|
-
$in: import("@feathersjs/typebox").
|
|
327
|
-
$nin: import("@feathersjs/typebox").
|
|
304
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
305
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
306
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
307
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
308
|
+
} | undefined>]>>]>>;
|
|
309
|
+
expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
310
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
311
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
312
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
313
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
314
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
315
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
316
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
328
317
|
}>, import("@feathersjs/typebox").TObject<{
|
|
329
318
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
330
319
|
} | undefined>]>>]>>;
|
|
@@ -334,65 +323,54 @@ export declare const keysQuerySchema: import("@feathersjs/typebox").TIntersect<[
|
|
|
334
323
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
335
324
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
336
325
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
337
|
-
$in: import("@feathersjs/typebox").
|
|
338
|
-
$nin: import("@feathersjs/typebox").
|
|
326
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
327
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
339
328
|
}>, import("@feathersjs/typebox").TObject<{
|
|
340
329
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
341
330
|
} | undefined>]>>]>>;
|
|
342
|
-
|
|
331
|
+
lastUsedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
343
332
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
344
333
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
345
334
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
346
335
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
347
336
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
348
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]
|
|
349
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]
|
|
337
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
338
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
350
339
|
}>, import("@feathersjs/typebox").TObject<{
|
|
351
340
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
352
341
|
} | undefined>]>>]>>;
|
|
353
|
-
|
|
354
|
-
$gt: import("@feathersjs/typebox").
|
|
355
|
-
$gte: import("@feathersjs/typebox").
|
|
356
|
-
$lt: import("@feathersjs/typebox").
|
|
357
|
-
$lte: import("@feathersjs/typebox").
|
|
358
|
-
$ne: import("@feathersjs/typebox").
|
|
359
|
-
$in: import("@feathersjs/typebox").
|
|
360
|
-
$nin: import("@feathersjs/typebox").
|
|
342
|
+
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<{
|
|
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>;
|
|
350
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
351
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
352
|
+
} | undefined>]>>]>>;
|
|
353
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<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<{
|
|
354
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
355
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
356
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
357
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
358
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
359
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
360
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
361
361
|
}>, import("@feathersjs/typebox").TObject<{
|
|
362
362
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
363
363
|
} | undefined>]>>]>>;
|
|
364
364
|
}>>>;
|
|
365
365
|
}>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
366
|
-
|
|
367
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
368
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
369
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
370
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
371
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
372
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").
|
|
373
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").
|
|
374
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
375
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
376
|
-
} | undefined>]>>]>>;
|
|
377
|
-
_id: 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<{
|
|
378
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
379
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
380
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
381
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
382
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
383
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
384
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
385
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
386
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
387
|
-
} | undefined>]>>]>>;
|
|
388
|
-
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
389
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
390
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
391
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
392
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
393
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
394
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>>;
|
|
395
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>>;
|
|
366
|
+
_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<{
|
|
367
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
368
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
369
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
370
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
371
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
372
|
+
$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<{}>]>;
|
|
373
|
+
$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<{}>]>;
|
|
396
374
|
}>, import("@feathersjs/typebox").TObject<{
|
|
397
375
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
398
376
|
} | undefined>]>>]>>;
|
|
@@ -402,8 +380,19 @@ export declare const keysQuerySchema: import("@feathersjs/typebox").TIntersect<[
|
|
|
402
380
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
403
381
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
404
382
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
405
|
-
$in: import("@feathersjs/typebox").
|
|
406
|
-
$nin: import("@feathersjs/typebox").
|
|
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>;
|
|
385
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
386
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
387
|
+
} | undefined>]>>]>>;
|
|
388
|
+
expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
389
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
390
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
391
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
392
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
393
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
394
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
395
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
407
396
|
}>, import("@feathersjs/typebox").TObject<{
|
|
408
397
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
409
398
|
} | undefined>]>>]>>;
|
|
@@ -413,30 +402,41 @@ export declare const keysQuerySchema: import("@feathersjs/typebox").TIntersect<[
|
|
|
413
402
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
414
403
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
415
404
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
416
|
-
$in: import("@feathersjs/typebox").
|
|
417
|
-
$nin: import("@feathersjs/typebox").
|
|
405
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
406
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
418
407
|
}>, import("@feathersjs/typebox").TObject<{
|
|
419
408
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
420
409
|
} | undefined>]>>]>>;
|
|
421
|
-
|
|
410
|
+
lastUsedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
422
411
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
423
412
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
424
413
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
425
414
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
426
415
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
427
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]
|
|
428
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]
|
|
416
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
417
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
|
|
429
418
|
}>, import("@feathersjs/typebox").TObject<{
|
|
430
419
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
431
420
|
} | undefined>]>>]>>;
|
|
432
|
-
|
|
433
|
-
$gt: import("@feathersjs/typebox").
|
|
434
|
-
$gte: import("@feathersjs/typebox").
|
|
435
|
-
$lt: import("@feathersjs/typebox").
|
|
436
|
-
$lte: import("@feathersjs/typebox").
|
|
437
|
-
$ne: import("@feathersjs/typebox").
|
|
438
|
-
$in: import("@feathersjs/typebox").
|
|
439
|
-
$nin: import("@feathersjs/typebox").
|
|
421
|
+
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<{
|
|
422
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
423
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
424
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
425
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
426
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
427
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
428
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
|
|
429
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
430
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
431
|
+
} | undefined>]>>]>>;
|
|
432
|
+
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<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<{
|
|
433
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
434
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
435
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
436
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
437
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
438
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
439
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
440
440
|
}>, import("@feathersjs/typebox").TObject<{
|
|
441
441
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
442
442
|
} | undefined>]>>]>>;
|
|
@@ -447,43 +447,25 @@ export declare const keysQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
447
447
|
$limit: number;
|
|
448
448
|
$skip: number;
|
|
449
449
|
$sort: {
|
|
450
|
-
name?: number | undefined;
|
|
451
450
|
_id?: number | undefined;
|
|
452
|
-
userId?: number | undefined;
|
|
453
451
|
active?: number | undefined;
|
|
454
|
-
hash?: number | undefined;
|
|
455
452
|
expiresAt?: number | undefined;
|
|
453
|
+
hash?: number | undefined;
|
|
456
454
|
lastUsedAt?: number | undefined;
|
|
455
|
+
name?: number | undefined;
|
|
456
|
+
userId?: number | undefined;
|
|
457
457
|
};
|
|
458
|
-
$select: ("
|
|
458
|
+
$select: ("_id" | "active" | "expiresAt" | "hash" | "lastUsedAt" | "name" | "userId")[];
|
|
459
459
|
$and: ({
|
|
460
|
-
name?: string | Partial<{
|
|
461
|
-
$gt: string;
|
|
462
|
-
$gte: string;
|
|
463
|
-
$lt: string;
|
|
464
|
-
$lte: string;
|
|
465
|
-
$ne: string;
|
|
466
|
-
$in: string | string[];
|
|
467
|
-
$nin: string | string[];
|
|
468
|
-
} & {}> | undefined;
|
|
469
460
|
_id?: string | Partial<{
|
|
470
|
-
$gt: string;
|
|
471
|
-
$gte: string;
|
|
472
|
-
$lt: string;
|
|
473
|
-
$lte: string;
|
|
474
|
-
$ne: string;
|
|
475
|
-
$in: string | string[];
|
|
476
|
-
$nin: string | string[];
|
|
477
|
-
} & {}> | undefined;
|
|
478
|
-
userId?: string | Partial<{
|
|
479
|
-
$gt?: string | null | undefined;
|
|
480
|
-
$gte?: string | null | undefined;
|
|
481
|
-
$lt?: string | null | undefined;
|
|
482
|
-
$lte?: string | null | undefined;
|
|
483
|
-
$ne?: string | null | undefined;
|
|
484
|
-
$in: string | (string | null)[] | null;
|
|
485
|
-
$nin: string | (string | null)[] | null;
|
|
486
|
-
} & {}> | null | undefined;
|
|
461
|
+
$gt: string | {};
|
|
462
|
+
$gte: string | {};
|
|
463
|
+
$lt: string | {};
|
|
464
|
+
$lte: string | {};
|
|
465
|
+
$ne: string | {};
|
|
466
|
+
$in: string | (string | {})[] | {};
|
|
467
|
+
$nin: string | (string | {})[] | {};
|
|
468
|
+
} & {}> | {} | undefined;
|
|
487
469
|
active?: boolean | Partial<{
|
|
488
470
|
$gt?: boolean | undefined;
|
|
489
471
|
$gte?: boolean | undefined;
|
|
@@ -493,15 +475,6 @@ export declare const keysQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
493
475
|
$in: boolean | boolean[];
|
|
494
476
|
$nin: boolean | boolean[];
|
|
495
477
|
} & {}> | undefined;
|
|
496
|
-
hash?: string | Partial<{
|
|
497
|
-
$gt: string;
|
|
498
|
-
$gte: string;
|
|
499
|
-
$lt: string;
|
|
500
|
-
$lte: string;
|
|
501
|
-
$ne: string;
|
|
502
|
-
$in: string | string[];
|
|
503
|
-
$nin: string | string[];
|
|
504
|
-
} & {}> | undefined;
|
|
505
478
|
expiresAt?: string | Partial<{
|
|
506
479
|
$gt?: string | null | undefined;
|
|
507
480
|
$gte?: string | null | undefined;
|
|
@@ -511,6 +484,15 @@ export declare const keysQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
511
484
|
$in: string | (string | null)[] | null;
|
|
512
485
|
$nin: string | (string | null)[] | null;
|
|
513
486
|
} & {}> | null | undefined;
|
|
487
|
+
hash?: string | Partial<{
|
|
488
|
+
$gt: string;
|
|
489
|
+
$gte: string;
|
|
490
|
+
$lt: string;
|
|
491
|
+
$lte: string;
|
|
492
|
+
$ne: string;
|
|
493
|
+
$in: string | string[];
|
|
494
|
+
$nin: string | string[];
|
|
495
|
+
} & {}> | undefined;
|
|
514
496
|
lastUsedAt?: string | Partial<{
|
|
515
497
|
$gt?: string | null | undefined;
|
|
516
498
|
$gte?: string | null | undefined;
|
|
@@ -520,35 +502,35 @@ export declare const keysQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
520
502
|
$in: string | (string | null)[] | null;
|
|
521
503
|
$nin: string | (string | null)[] | null;
|
|
522
504
|
} & {}> | null | undefined;
|
|
505
|
+
name?: string | Partial<{
|
|
506
|
+
$gt: string;
|
|
507
|
+
$gte: string;
|
|
508
|
+
$lt: string;
|
|
509
|
+
$lte: string;
|
|
510
|
+
$ne: string;
|
|
511
|
+
$in: string | string[];
|
|
512
|
+
$nin: string | string[];
|
|
513
|
+
} & {}> | undefined;
|
|
514
|
+
userId?: string | Partial<{
|
|
515
|
+
$gt?: string | {} | undefined;
|
|
516
|
+
$gte?: string | {} | undefined;
|
|
517
|
+
$lt?: string | {} | undefined;
|
|
518
|
+
$lte?: string | {} | undefined;
|
|
519
|
+
$ne?: string | {} | undefined;
|
|
520
|
+
$in: string | (string | {})[] | {};
|
|
521
|
+
$nin: string | (string | {})[] | {};
|
|
522
|
+
} & {}> | {} | undefined;
|
|
523
523
|
} | {
|
|
524
524
|
$or: {
|
|
525
|
-
name?: string | Partial<{
|
|
526
|
-
$gt: string;
|
|
527
|
-
$gte: string;
|
|
528
|
-
$lt: string;
|
|
529
|
-
$lte: string;
|
|
530
|
-
$ne: string;
|
|
531
|
-
$in: string | string[];
|
|
532
|
-
$nin: string | string[];
|
|
533
|
-
} & {}> | undefined;
|
|
534
525
|
_id?: string | Partial<{
|
|
535
|
-
$gt: string;
|
|
536
|
-
$gte: string;
|
|
537
|
-
$lt: string;
|
|
538
|
-
$lte: string;
|
|
539
|
-
$ne: string;
|
|
540
|
-
$in: string | string[];
|
|
541
|
-
$nin: string | string[];
|
|
542
|
-
} & {}> | undefined;
|
|
543
|
-
userId?: string | Partial<{
|
|
544
|
-
$gt?: string | null | undefined;
|
|
545
|
-
$gte?: string | null | undefined;
|
|
546
|
-
$lt?: string | null | undefined;
|
|
547
|
-
$lte?: string | null | undefined;
|
|
548
|
-
$ne?: string | null | undefined;
|
|
549
|
-
$in: string | (string | null)[] | null;
|
|
550
|
-
$nin: string | (string | null)[] | null;
|
|
551
|
-
} & {}> | null | undefined;
|
|
526
|
+
$gt: string | {};
|
|
527
|
+
$gte: string | {};
|
|
528
|
+
$lt: string | {};
|
|
529
|
+
$lte: string | {};
|
|
530
|
+
$ne: string | {};
|
|
531
|
+
$in: string | (string | {})[] | {};
|
|
532
|
+
$nin: string | (string | {})[] | {};
|
|
533
|
+
} & {}> | {} | undefined;
|
|
552
534
|
active?: boolean | Partial<{
|
|
553
535
|
$gt?: boolean | undefined;
|
|
554
536
|
$gte?: boolean | undefined;
|
|
@@ -558,15 +540,6 @@ export declare const keysQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
558
540
|
$in: boolean | boolean[];
|
|
559
541
|
$nin: boolean | boolean[];
|
|
560
542
|
} & {}> | undefined;
|
|
561
|
-
hash?: string | Partial<{
|
|
562
|
-
$gt: string;
|
|
563
|
-
$gte: string;
|
|
564
|
-
$lt: string;
|
|
565
|
-
$lte: string;
|
|
566
|
-
$ne: string;
|
|
567
|
-
$in: string | string[];
|
|
568
|
-
$nin: string | string[];
|
|
569
|
-
} & {}> | undefined;
|
|
570
543
|
expiresAt?: string | Partial<{
|
|
571
544
|
$gt?: string | null | undefined;
|
|
572
545
|
$gte?: string | null | undefined;
|
|
@@ -576,6 +549,15 @@ export declare const keysQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
576
549
|
$in: string | (string | null)[] | null;
|
|
577
550
|
$nin: string | (string | null)[] | null;
|
|
578
551
|
} & {}> | null | undefined;
|
|
552
|
+
hash?: string | Partial<{
|
|
553
|
+
$gt: string;
|
|
554
|
+
$gte: string;
|
|
555
|
+
$lt: string;
|
|
556
|
+
$lte: string;
|
|
557
|
+
$ne: string;
|
|
558
|
+
$in: string | string[];
|
|
559
|
+
$nin: string | string[];
|
|
560
|
+
} & {}> | undefined;
|
|
579
561
|
lastUsedAt?: string | Partial<{
|
|
580
562
|
$gt?: string | null | undefined;
|
|
581
563
|
$gte?: string | null | undefined;
|
|
@@ -585,36 +567,36 @@ export declare const keysQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
585
567
|
$in: string | (string | null)[] | null;
|
|
586
568
|
$nin: string | (string | null)[] | null;
|
|
587
569
|
} & {}> | null | undefined;
|
|
570
|
+
name?: string | Partial<{
|
|
571
|
+
$gt: string;
|
|
572
|
+
$gte: string;
|
|
573
|
+
$lt: string;
|
|
574
|
+
$lte: string;
|
|
575
|
+
$ne: string;
|
|
576
|
+
$in: string | string[];
|
|
577
|
+
$nin: string | string[];
|
|
578
|
+
} & {}> | undefined;
|
|
579
|
+
userId?: string | Partial<{
|
|
580
|
+
$gt?: string | {} | undefined;
|
|
581
|
+
$gte?: string | {} | undefined;
|
|
582
|
+
$lt?: string | {} | undefined;
|
|
583
|
+
$lte?: string | {} | undefined;
|
|
584
|
+
$ne?: string | {} | undefined;
|
|
585
|
+
$in: string | (string | {})[] | {};
|
|
586
|
+
$nin: string | (string | {})[] | {};
|
|
587
|
+
} & {}> | {} | undefined;
|
|
588
588
|
}[];
|
|
589
589
|
})[];
|
|
590
590
|
$or: {
|
|
591
|
-
name?: string | Partial<{
|
|
592
|
-
$gt: string;
|
|
593
|
-
$gte: string;
|
|
594
|
-
$lt: string;
|
|
595
|
-
$lte: string;
|
|
596
|
-
$ne: string;
|
|
597
|
-
$in: string | string[];
|
|
598
|
-
$nin: string | string[];
|
|
599
|
-
} & {}> | undefined;
|
|
600
591
|
_id?: string | Partial<{
|
|
601
|
-
$gt: string;
|
|
602
|
-
$gte: string;
|
|
603
|
-
$lt: string;
|
|
604
|
-
$lte: string;
|
|
605
|
-
$ne: string;
|
|
606
|
-
$in: string | string[];
|
|
607
|
-
$nin: string | string[];
|
|
608
|
-
} & {}> | undefined;
|
|
609
|
-
userId?: string | Partial<{
|
|
610
|
-
$gt?: string | null | undefined;
|
|
611
|
-
$gte?: string | null | undefined;
|
|
612
|
-
$lt?: string | null | undefined;
|
|
613
|
-
$lte?: string | null | undefined;
|
|
614
|
-
$ne?: string | null | undefined;
|
|
615
|
-
$in: string | (string | null)[] | null;
|
|
616
|
-
$nin: string | (string | null)[] | null;
|
|
617
|
-
} & {}> | null | undefined;
|
|
592
|
+
$gt: string | {};
|
|
593
|
+
$gte: string | {};
|
|
594
|
+
$lt: string | {};
|
|
595
|
+
$lte: string | {};
|
|
596
|
+
$ne: string | {};
|
|
597
|
+
$in: string | (string | {})[] | {};
|
|
598
|
+
$nin: string | (string | {})[] | {};
|
|
599
|
+
} & {}> | {} | undefined;
|
|
618
600
|
active?: boolean | Partial<{
|
|
619
601
|
$gt?: boolean | undefined;
|
|
620
602
|
$gte?: boolean | undefined;
|
|
@@ -624,15 +606,6 @@ export declare const keysQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
624
606
|
$in: boolean | boolean[];
|
|
625
607
|
$nin: boolean | boolean[];
|
|
626
608
|
} & {}> | undefined;
|
|
627
|
-
hash?: string | Partial<{
|
|
628
|
-
$gt: string;
|
|
629
|
-
$gte: string;
|
|
630
|
-
$lt: string;
|
|
631
|
-
$lte: string;
|
|
632
|
-
$ne: string;
|
|
633
|
-
$in: string | string[];
|
|
634
|
-
$nin: string | string[];
|
|
635
|
-
} & {}> | undefined;
|
|
636
609
|
expiresAt?: string | Partial<{
|
|
637
610
|
$gt?: string | null | undefined;
|
|
638
611
|
$gte?: string | null | undefined;
|
|
@@ -642,6 +615,15 @@ export declare const keysQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
642
615
|
$in: string | (string | null)[] | null;
|
|
643
616
|
$nin: string | (string | null)[] | null;
|
|
644
617
|
} & {}> | null | undefined;
|
|
618
|
+
hash?: string | Partial<{
|
|
619
|
+
$gt: string;
|
|
620
|
+
$gte: string;
|
|
621
|
+
$lt: string;
|
|
622
|
+
$lte: string;
|
|
623
|
+
$ne: string;
|
|
624
|
+
$in: string | string[];
|
|
625
|
+
$nin: string | string[];
|
|
626
|
+
} & {}> | undefined;
|
|
645
627
|
lastUsedAt?: string | Partial<{
|
|
646
628
|
$gt?: string | null | undefined;
|
|
647
629
|
$gte?: string | null | undefined;
|
|
@@ -651,35 +633,35 @@ export declare const keysQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
651
633
|
$in: string | (string | null)[] | null;
|
|
652
634
|
$nin: string | (string | null)[] | null;
|
|
653
635
|
} & {}> | null | undefined;
|
|
636
|
+
name?: string | Partial<{
|
|
637
|
+
$gt: string;
|
|
638
|
+
$gte: string;
|
|
639
|
+
$lt: string;
|
|
640
|
+
$lte: string;
|
|
641
|
+
$ne: string;
|
|
642
|
+
$in: string | string[];
|
|
643
|
+
$nin: string | string[];
|
|
644
|
+
} & {}> | undefined;
|
|
645
|
+
userId?: string | Partial<{
|
|
646
|
+
$gt?: string | {} | undefined;
|
|
647
|
+
$gte?: string | {} | undefined;
|
|
648
|
+
$lt?: string | {} | undefined;
|
|
649
|
+
$lte?: string | {} | undefined;
|
|
650
|
+
$ne?: string | {} | undefined;
|
|
651
|
+
$in: string | (string | {})[] | {};
|
|
652
|
+
$nin: string | (string | {})[] | {};
|
|
653
|
+
} & {}> | {} | undefined;
|
|
654
654
|
}[];
|
|
655
655
|
}> & {
|
|
656
|
-
name?: string | Partial<{
|
|
657
|
-
$gt: string;
|
|
658
|
-
$gte: string;
|
|
659
|
-
$lt: string;
|
|
660
|
-
$lte: string;
|
|
661
|
-
$ne: string;
|
|
662
|
-
$in: string | string[];
|
|
663
|
-
$nin: string | string[];
|
|
664
|
-
} & {}> | undefined;
|
|
665
656
|
_id?: string | Partial<{
|
|
666
|
-
$gt: string;
|
|
667
|
-
$gte: string;
|
|
668
|
-
$lt: string;
|
|
669
|
-
$lte: string;
|
|
670
|
-
$ne: string;
|
|
671
|
-
$in: string | string[];
|
|
672
|
-
$nin: string | string[];
|
|
673
|
-
} & {}> | undefined;
|
|
674
|
-
userId?: string | Partial<{
|
|
675
|
-
$gt?: string | null | undefined;
|
|
676
|
-
$gte?: string | null | undefined;
|
|
677
|
-
$lt?: string | null | undefined;
|
|
678
|
-
$lte?: string | null | undefined;
|
|
679
|
-
$ne?: string | null | undefined;
|
|
680
|
-
$in: string | (string | null)[] | null;
|
|
681
|
-
$nin: string | (string | null)[] | null;
|
|
682
|
-
} & {}> | null | undefined;
|
|
657
|
+
$gt: string | {};
|
|
658
|
+
$gte: string | {};
|
|
659
|
+
$lt: string | {};
|
|
660
|
+
$lte: string | {};
|
|
661
|
+
$ne: string | {};
|
|
662
|
+
$in: string | (string | {})[] | {};
|
|
663
|
+
$nin: string | (string | {})[] | {};
|
|
664
|
+
} & {}> | {} | undefined;
|
|
683
665
|
active?: boolean | Partial<{
|
|
684
666
|
$gt?: boolean | undefined;
|
|
685
667
|
$gte?: boolean | undefined;
|
|
@@ -689,15 +671,6 @@ export declare const keysQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
689
671
|
$in: boolean | boolean[];
|
|
690
672
|
$nin: boolean | boolean[];
|
|
691
673
|
} & {}> | undefined;
|
|
692
|
-
hash?: string | Partial<{
|
|
693
|
-
$gt: string;
|
|
694
|
-
$gte: string;
|
|
695
|
-
$lt: string;
|
|
696
|
-
$lte: string;
|
|
697
|
-
$ne: string;
|
|
698
|
-
$in: string | string[];
|
|
699
|
-
$nin: string | string[];
|
|
700
|
-
} & {}> | undefined;
|
|
701
674
|
expiresAt?: string | Partial<{
|
|
702
675
|
$gt?: string | null | undefined;
|
|
703
676
|
$gte?: string | null | undefined;
|
|
@@ -707,6 +680,15 @@ export declare const keysQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
707
680
|
$in: string | (string | null)[] | null;
|
|
708
681
|
$nin: string | (string | null)[] | null;
|
|
709
682
|
} & {}> | null | undefined;
|
|
683
|
+
hash?: string | Partial<{
|
|
684
|
+
$gt: string;
|
|
685
|
+
$gte: string;
|
|
686
|
+
$lt: string;
|
|
687
|
+
$lte: string;
|
|
688
|
+
$ne: string;
|
|
689
|
+
$in: string | string[];
|
|
690
|
+
$nin: string | string[];
|
|
691
|
+
} & {}> | undefined;
|
|
710
692
|
lastUsedAt?: string | Partial<{
|
|
711
693
|
$gt?: string | null | undefined;
|
|
712
694
|
$gte?: string | null | undefined;
|
|
@@ -716,4 +698,22 @@ export declare const keysQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
716
698
|
$in: string | (string | null)[] | null;
|
|
717
699
|
$nin: string | (string | null)[] | null;
|
|
718
700
|
} & {}> | null | undefined;
|
|
701
|
+
name?: string | Partial<{
|
|
702
|
+
$gt: string;
|
|
703
|
+
$gte: string;
|
|
704
|
+
$lt: string;
|
|
705
|
+
$lte: string;
|
|
706
|
+
$ne: string;
|
|
707
|
+
$in: string | string[];
|
|
708
|
+
$nin: string | string[];
|
|
709
|
+
} & {}> | undefined;
|
|
710
|
+
userId?: string | Partial<{
|
|
711
|
+
$gt?: string | {} | undefined;
|
|
712
|
+
$gte?: string | {} | undefined;
|
|
713
|
+
$lt?: string | {} | undefined;
|
|
714
|
+
$lte?: string | {} | undefined;
|
|
715
|
+
$ne?: string | {} | undefined;
|
|
716
|
+
$in: string | (string | {})[] | {};
|
|
717
|
+
$nin: string | (string | {})[] | {};
|
|
718
|
+
} & {}> | {} | undefined;
|
|
719
719
|
} & {}, HookContext<KeysService<import("./keys.class").KeysParams>>>;
|