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