@cryptorobot.ai/client 0.0.39 → 1.26.0-dev.1000

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