@cryptorobot.ai/client 0.0.40 → 1.26.0-dev.998

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (617) hide show
  1. package/lib/src/client.d.ts +260 -0
  2. package/lib/src/client.js +165 -23
  3. package/lib/src/services/advisor/advisor.class.d.ts +12 -0
  4. package/lib/src/services/advisor/advisor.d.ts +11 -0
  5. package/lib/src/services/advisor/advisor.hooks.d.ts +9 -0
  6. package/lib/src/services/advisor/advisor.schema.d.ts +2744 -0
  7. package/lib/src/services/advisor/advisor.shared.d.ts +13 -0
  8. package/lib/src/services/advisor/advisor.shared.js +13 -0
  9. package/lib/src/services/advisor/messages/messages.class.d.ts +11 -0
  10. package/lib/src/services/advisor/messages/messages.d.ts +11 -0
  11. package/lib/src/services/advisor/messages/messages.schema.d.ts +575 -0
  12. package/lib/src/services/advisor/messages/messages.shared.d.ts +13 -0
  13. package/lib/src/services/advisor/messages/messages.shared.js +13 -0
  14. package/lib/src/services/affiliates/affiliates.class.d.ts +18 -0
  15. package/lib/src/services/affiliates/affiliates.d.ts +11 -0
  16. package/lib/src/services/affiliates/affiliates.schema.d.ts +579 -0
  17. package/lib/src/services/affiliates/affiliates.shared.d.ts +13 -0
  18. package/lib/src/services/affiliates/affiliates.shared.js +20 -0
  19. package/lib/src/services/affiliates/clicks/clicks.class.d.ts +11 -0
  20. package/lib/src/services/affiliates/clicks/clicks.d.ts +11 -0
  21. package/lib/src/services/affiliates/clicks/clicks.schema.d.ts +507 -0
  22. package/lib/src/services/affiliates/clicks/clicks.shared.d.ts +13 -0
  23. package/lib/src/services/affiliates/clicks/clicks.shared.js +19 -0
  24. package/lib/src/services/affiliates/comissions/comissions.class.d.ts +11 -0
  25. package/lib/src/services/affiliates/comissions/comissions.d.ts +11 -0
  26. package/lib/src/services/affiliates/comissions/comissions.schema.d.ts +841 -0
  27. package/lib/src/services/affiliates/comissions/comissions.shared.d.ts +13 -0
  28. package/lib/src/services/affiliates/comissions/comissions.shared.js +19 -0
  29. package/lib/src/services/affiliates/contracts/contracts.class.d.ts +11 -0
  30. package/lib/src/services/affiliates/contracts/contracts.d.ts +11 -0
  31. package/lib/src/services/affiliates/contracts/contracts.schema.d.ts +667 -0
  32. package/lib/src/services/affiliates/contracts/contracts.shared.d.ts +13 -0
  33. package/lib/src/services/affiliates/contracts/contracts.shared.js +19 -0
  34. package/lib/src/services/affiliates/coupons/coupons.class.d.ts +11 -0
  35. package/lib/src/services/affiliates/coupons/coupons.d.ts +11 -0
  36. package/lib/src/services/affiliates/coupons/coupons.schema.d.ts +523 -0
  37. package/lib/src/services/affiliates/coupons/coupons.shared.d.ts +13 -0
  38. package/lib/src/services/affiliates/coupons/coupons.shared.js +19 -0
  39. package/lib/src/services/affiliates/links/links.class.d.ts +11 -0
  40. package/lib/src/services/affiliates/links/links.d.ts +11 -0
  41. package/lib/src/services/affiliates/links/links.schema.d.ts +515 -0
  42. package/lib/src/services/affiliates/links/links.shared.d.ts +13 -0
  43. package/lib/src/services/affiliates/links/links.shared.js +13 -0
  44. package/lib/src/services/affiliates/payouts/payouts.class.d.ts +11 -0
  45. package/lib/src/services/affiliates/payouts/payouts.d.ts +11 -0
  46. package/lib/src/services/affiliates/payouts/payouts.schema.d.ts +433 -0
  47. package/lib/src/services/affiliates/payouts/payouts.shared.d.ts +13 -0
  48. package/lib/src/services/affiliates/payouts/payouts.shared.js +19 -0
  49. package/lib/src/services/agents/agents.class.d.ts +3 -2
  50. package/lib/src/services/agents/agents.schema.d.ts +2263 -1061
  51. package/lib/src/services/agents/agents.shared.d.ts +1 -1
  52. package/lib/src/services/agents/configure-bedrock-features.hooks.d.ts +2 -0
  53. package/lib/src/services/agents/create-agent-api-key.hooks.d.ts +2 -0
  54. package/lib/src/services/agents/create-bedrock-agent.hooks.d.ts +2 -0
  55. package/lib/src/services/agents/delete-agent-api-key.hooks.d.ts +2 -0
  56. package/lib/src/services/agents/delete-agent-triggers.hooks.d.ts +5 -0
  57. package/lib/src/services/agents/delete-bedrock-agent.hooks.d.ts +2 -0
  58. package/lib/src/services/agents/manage-bedrock-action-groups.hooks.d.ts +2 -0
  59. package/lib/src/services/agents/prepare/agents/backtest-analyst.d.ts +2 -0
  60. package/lib/src/services/agents/prepare/agents/financial-manager.d.ts +16 -0
  61. package/lib/src/services/agents/prepare/agents/hyperopt-analyst.d.ts +2 -0
  62. package/lib/src/services/agents/prepare/agents/index.d.ts +13 -0
  63. package/lib/src/services/agents/prepare/agents/risk-critic.d.ts +2 -0
  64. package/lib/src/services/agents/prepare/agents/strategy-researcher.d.ts +2 -0
  65. package/lib/src/services/agents/prepare/prepare.schema.d.ts +24 -24
  66. package/lib/src/services/agents/prepare/prepare.shared.d.ts +1 -1
  67. package/lib/src/services/agents/refresh-bedrock-agent-status.hooks.d.ts +2 -0
  68. package/lib/src/services/agents/sessions/conversations/conversations.class.d.ts +3 -2
  69. package/lib/src/services/agents/sessions/conversations/conversations.hooks.d.ts +11 -0
  70. package/lib/src/services/agents/sessions/conversations/conversations.schema.d.ts +833 -463
  71. package/lib/src/services/agents/sessions/conversations/conversations.shared.d.ts +1 -1
  72. package/lib/src/services/agents/sessions/conversations/invoke-agent-provider.hooks.d.ts +2 -0
  73. package/lib/src/services/agents/sessions/conversations/invoke-bedrock-agent.hooks.d.ts +2 -0
  74. package/lib/src/services/agents/sessions/conversations/set-conversation-timestamps.hooks.d.ts +0 -0
  75. package/lib/src/services/agents/sessions/create-bedrock-session.hooks.d.ts +2 -0
  76. package/lib/src/services/agents/sessions/delete-bedrock-session.hooks.d.ts +2 -0
  77. package/lib/src/services/agents/sessions/sessions.class.d.ts +3 -2
  78. package/lib/src/services/agents/sessions/sessions.hooks.d.ts +11 -0
  79. package/lib/src/services/agents/sessions/sessions.schema.d.ts +450 -362
  80. package/lib/src/services/agents/sessions/sessions.shared.d.ts +1 -1
  81. package/lib/src/services/agents/sessions/sync-bedrock-sessions.hooks.d.ts +2 -0
  82. package/lib/src/services/agents/sessions/update-bedrock-session.hooks.d.ts +2 -0
  83. package/lib/src/services/agents/update-bedrock-agent.hooks.d.ts +2 -0
  84. package/lib/src/services/agents/update-trigger-rules-with-agent-info.hooks.d.ts +5 -0
  85. package/lib/src/services/agents/validate-agent-actions.hooks.d.ts +3 -0
  86. package/lib/src/services/autotune/apply-params.d.ts +44 -0
  87. package/lib/src/services/autotune/callback.d.ts +2 -0
  88. package/lib/src/services/autotune/compute/compute.d.ts +40 -0
  89. package/lib/src/services/autotune/optuna-bridge.d.ts +10 -0
  90. package/lib/src/services/autotune/score.d.ts +37 -0
  91. package/lib/src/services/autotune/storage.d.ts +6 -0
  92. package/lib/src/services/autotune/studies/studies.class.d.ts +12 -0
  93. package/lib/src/services/autotune/studies/studies.d.ts +12 -0
  94. package/lib/src/services/autotune/studies/studies.schema.d.ts +1229 -0
  95. package/lib/src/services/autotune/studies/studies.shared.d.ts +13 -0
  96. package/lib/src/services/autotune/studies/studies.shared.js +13 -0
  97. package/lib/src/services/autotune/trials/trials.class.d.ts +12 -0
  98. package/lib/src/services/autotune/trials/trials.d.ts +12 -0
  99. package/lib/src/services/autotune/trials/trials.schema.d.ts +790 -0
  100. package/lib/src/services/autotune/trials/trials.shared.d.ts +13 -0
  101. package/lib/src/services/autotune/trials/trials.shared.js +13 -0
  102. package/lib/src/services/autotune/usage/usage.class.d.ts +11 -0
  103. package/lib/src/services/autotune/usage/usage.d.ts +11 -0
  104. package/lib/src/services/autotune/usage/usage.schema.d.ts +1407 -0
  105. package/lib/src/services/autotune/usage/usage.shared.d.ts +13 -0
  106. package/lib/src/services/autotune/usage/usage.shared.js +13 -0
  107. package/lib/src/services/blog/actions/actions.class.d.ts +29 -0
  108. package/lib/src/services/blog/actions/actions.d.ts +10 -0
  109. package/lib/src/services/blog/actions/actions.shared.d.ts +13 -0
  110. package/lib/src/services/blog/actions/actions.shared.js +13 -0
  111. package/lib/src/services/blog/calendar/calendar.class.d.ts +11 -0
  112. package/lib/src/services/blog/calendar/calendar.d.ts +11 -0
  113. package/lib/src/services/blog/calendar/calendar.schema.d.ts +333 -0
  114. package/lib/src/services/blog/calendar/calendar.shared.d.ts +13 -0
  115. package/lib/src/services/blog/calendar/calendar.shared.js +13 -0
  116. package/lib/src/services/blog/integrations/integrations.class.d.ts +11 -0
  117. package/lib/src/services/blog/integrations/integrations.d.ts +11 -0
  118. package/lib/src/services/blog/integrations/integrations.schema.d.ts +391 -0
  119. package/lib/src/services/blog/integrations/integrations.shared.d.ts +13 -0
  120. package/lib/src/services/blog/integrations/integrations.shared.js +19 -0
  121. package/lib/src/services/blog/posts/posts.class.d.ts +11 -0
  122. package/lib/src/services/blog/posts/posts.d.ts +11 -0
  123. package/lib/src/services/blog/posts/posts.schema.d.ts +1295 -0
  124. package/lib/src/services/blog/posts/posts.shared.d.ts +13 -0
  125. package/lib/src/services/blog/posts/posts.shared.js +13 -0
  126. package/lib/src/services/blog/queries/queries.class.d.ts +11 -0
  127. package/lib/src/services/blog/queries/queries.d.ts +11 -0
  128. package/lib/src/services/blog/queries/queries.schema.d.ts +1187 -0
  129. package/lib/src/services/blog/queries/queries.shared.d.ts +13 -0
  130. package/lib/src/services/blog/queries/queries.shared.js +13 -0
  131. package/lib/src/services/blog/sitemaps/pages/pages.class.d.ts +11 -0
  132. package/lib/src/services/blog/sitemaps/pages/pages.d.ts +11 -0
  133. package/lib/src/services/blog/sitemaps/pages/pages.schema.d.ts +871 -0
  134. package/lib/src/services/blog/sitemaps/pages/pages.shared.d.ts +13 -0
  135. package/lib/src/services/blog/sitemaps/pages/pages.shared.js +13 -0
  136. package/lib/src/services/blog/sitemaps/sitemaps.class.d.ts +11 -0
  137. package/lib/src/services/blog/sitemaps/sitemaps.d.ts +11 -0
  138. package/lib/src/services/blog/sitemaps/sitemaps.schema.d.ts +770 -0
  139. package/lib/src/services/blog/sitemaps/sitemaps.shared.d.ts +13 -0
  140. package/lib/src/services/blog/sitemaps/sitemaps.shared.js +13 -0
  141. package/lib/src/services/blog/suggestions/suggestions.class.d.ts +11 -0
  142. package/lib/src/services/blog/suggestions/suggestions.d.ts +11 -0
  143. package/lib/src/services/blog/suggestions/suggestions.schema.d.ts +963 -0
  144. package/lib/src/services/blog/suggestions/suggestions.shared.d.ts +13 -0
  145. package/lib/src/services/blog/suggestions/suggestions.shared.js +13 -0
  146. package/lib/src/services/changelog/changelog.class.d.ts +34 -0
  147. package/lib/src/services/changelog/changelog.d.ts +11 -0
  148. package/lib/src/services/changelog/changelog.helper.d.ts +50 -0
  149. package/lib/src/services/changelog/changelog.schema.d.ts +456 -0
  150. package/lib/src/services/changelog/changelog.shared.d.ts +13 -0
  151. package/lib/src/services/changelog/changelog.shared.js +13 -0
  152. package/lib/src/services/changelog/hooks/parse-from-file.d.ts +8 -0
  153. package/lib/src/services/config/config.class.d.ts +2 -2
  154. package/lib/src/services/config/config.shared.d.ts +1 -1
  155. package/lib/src/services/copilot/concerns/concerns.class.d.ts +12 -0
  156. package/lib/src/services/copilot/concerns/concerns.d.ts +11 -0
  157. package/lib/src/services/copilot/concerns/concerns.schema.d.ts +727 -0
  158. package/lib/src/services/copilot/concerns/concerns.shared.d.ts +13 -0
  159. package/lib/src/services/copilot/concerns/concerns.shared.js +13 -0
  160. package/lib/src/services/copilot/decisions/decisions.class.d.ts +12 -0
  161. package/lib/src/services/copilot/decisions/decisions.d.ts +11 -0
  162. package/lib/src/services/copilot/decisions/decisions.schema.d.ts +728 -0
  163. package/lib/src/services/copilot/decisions/decisions.shared.d.ts +13 -0
  164. package/lib/src/services/copilot/decisions/decisions.shared.js +19 -0
  165. package/lib/src/services/copilot/help/help.class.d.ts +18 -0
  166. package/lib/src/services/copilot/help/help.d.ts +11 -0
  167. package/lib/src/services/copilot/help/help.schema.d.ts +237 -0
  168. package/lib/src/services/copilot/help/help.shared.d.ts +13 -0
  169. package/lib/src/services/copilot/help/help.shared.js +13 -0
  170. package/lib/src/services/copilot/recommendations/recommendations.class.d.ts +12 -0
  171. package/lib/src/services/copilot/recommendations/recommendations.d.ts +11 -0
  172. package/lib/src/services/copilot/recommendations/recommendations.schema.d.ts +949 -0
  173. package/lib/src/services/copilot/recommendations/recommendations.shared.d.ts +13 -0
  174. package/lib/src/services/copilot/recommendations/recommendations.shared.js +19 -0
  175. package/lib/src/services/currencies/currencies.class.d.ts +11 -0
  176. package/lib/src/services/currencies/currencies.d.ts +11 -0
  177. package/lib/src/services/currencies/currencies.schema.d.ts +769 -0
  178. package/lib/src/services/currencies/currencies.shared.d.ts +13 -0
  179. package/lib/src/services/currencies/currencies.shared.js +13 -0
  180. package/lib/src/services/custom/custom.shared.d.ts +1 -1
  181. package/lib/src/services/emails/emails.class.d.ts +11 -0
  182. package/lib/src/services/emails/emails.d.ts +11 -0
  183. package/lib/src/services/emails/emails.schema.d.ts +563 -0
  184. package/lib/src/services/emails/emails.shared.d.ts +13 -0
  185. package/lib/src/services/emails/emails.shared.js +13 -0
  186. package/lib/src/services/events/events.class.d.ts +3 -2
  187. package/lib/src/services/events/events.schema.d.ts +340 -340
  188. package/lib/src/services/events/events.shared.d.ts +1 -1
  189. package/lib/src/services/events/triggers/triggers.class.d.ts +3 -2
  190. package/lib/src/services/events/triggers/triggers.schema.d.ts +1022 -842
  191. package/lib/src/services/events/triggers/triggers.shared.d.ts +1 -1
  192. package/lib/src/services/events/types/types.class.d.ts +3 -2
  193. package/lib/src/services/events/types/types.schema.d.ts +350 -350
  194. package/lib/src/services/events/types/types.shared.d.ts +1 -1
  195. package/lib/src/services/exchanges/arb-signals/arb-signals.class.d.ts +29 -0
  196. package/lib/src/services/exchanges/arb-signals/arb-signals.d.ts +11 -0
  197. package/lib/src/services/exchanges/arb-signals/arb-signals.schema.d.ts +55 -0
  198. package/lib/src/services/exchanges/arb-signals/arb-signals.shared.d.ts +13 -0
  199. package/lib/src/services/exchanges/arb-signals/arb-signals.shared.js +13 -0
  200. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.class.d.ts +27 -0
  201. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.d.ts +11 -0
  202. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.schema.d.ts +148 -0
  203. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.shared.d.ts +13 -0
  204. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.shared.js +13 -0
  205. package/lib/src/services/exchanges/balance/balance.class.d.ts +3 -2
  206. package/lib/src/services/exchanges/balance/balance.schema.d.ts +141 -141
  207. package/lib/src/services/exchanges/balance/balance.shared.d.ts +1 -1
  208. package/lib/src/services/exchanges/deposits/deposits.class.d.ts +11 -0
  209. package/lib/src/services/exchanges/deposits/deposits.d.ts +11 -0
  210. package/lib/src/services/exchanges/deposits/deposits.schema.d.ts +905 -0
  211. package/lib/src/services/exchanges/deposits/deposits.shared.d.ts +13 -0
  212. package/lib/src/services/exchanges/deposits/deposits.shared.js +19 -0
  213. package/lib/src/services/exchanges/deposits/sync/sync.class.d.ts +11 -0
  214. package/lib/src/services/exchanges/deposits/sync/sync.d.ts +11 -0
  215. package/lib/src/services/exchanges/deposits/sync/sync.schema.d.ts +621 -0
  216. package/lib/src/services/exchanges/deposits/sync/sync.shared.d.ts +13 -0
  217. package/lib/src/services/exchanges/deposits/sync/sync.shared.js +19 -0
  218. package/lib/src/services/exchanges/download/download.class.d.ts +3 -2
  219. package/lib/src/services/exchanges/download/download.schema.d.ts +149 -149
  220. package/lib/src/services/exchanges/download/download.shared.d.ts +1 -1
  221. package/lib/src/services/exchanges/download/webhooks/webhooks.class.d.ts +2 -2
  222. package/lib/src/services/exchanges/download/webhooks/webhooks.schema.d.ts +171 -171
  223. package/lib/src/services/exchanges/download/webhooks/webhooks.shared.d.ts +1 -1
  224. package/lib/src/services/exchanges/exchanges.class.d.ts +3 -2
  225. package/lib/src/services/exchanges/exchanges.schema.d.ts +626 -359
  226. package/lib/src/services/exchanges/exchanges.shared.d.ts +1 -1
  227. package/lib/src/services/exchanges/ledger/ledger.class.d.ts +11 -0
  228. package/lib/src/services/exchanges/ledger/ledger.d.ts +11 -0
  229. package/lib/src/services/exchanges/ledger/ledger.schema.d.ts +1045 -0
  230. package/lib/src/services/exchanges/ledger/ledger.shared.d.ts +13 -0
  231. package/lib/src/services/exchanges/ledger/ledger.shared.js +13 -0
  232. package/lib/src/services/exchanges/ledger/sync/sync.class.d.ts +11 -0
  233. package/lib/src/services/exchanges/ledger/sync/sync.d.ts +11 -0
  234. package/lib/src/services/exchanges/ledger/sync/sync.schema.d.ts +621 -0
  235. package/lib/src/services/exchanges/ledger/sync/sync.shared.d.ts +13 -0
  236. package/lib/src/services/exchanges/ledger/sync/sync.shared.js +19 -0
  237. package/lib/src/services/exchanges/markets-stats/markets-stats.class.d.ts +23 -0
  238. package/lib/src/services/exchanges/markets-stats/markets-stats.d.ts +11 -0
  239. package/lib/src/services/exchanges/markets-stats/markets-stats.schema.d.ts +178 -0
  240. package/lib/src/services/exchanges/markets-stats/markets-stats.shared.d.ts +13 -0
  241. package/lib/src/services/exchanges/markets-stats/markets-stats.shared.js +13 -0
  242. package/lib/src/services/exchanges/ohlcv/history/history.class.d.ts +11 -0
  243. package/lib/src/services/exchanges/ohlcv/history/history.d.ts +11 -0
  244. package/lib/src/services/exchanges/ohlcv/history/history.schema.d.ts +473 -0
  245. package/lib/src/services/exchanges/ohlcv/history/history.shared.d.ts +13 -0
  246. package/lib/src/services/exchanges/ohlcv/history/history.shared.js +19 -0
  247. package/lib/src/services/exchanges/ohlcv/ohlcv.schema.d.ts +162 -162
  248. package/lib/src/services/exchanges/ohlcv/ohlcv.shared.d.ts +1 -1
  249. package/lib/src/services/exchanges/orderbook/orderbook.class.d.ts +30 -0
  250. package/lib/src/services/exchanges/orderbook/orderbook.d.ts +11 -0
  251. package/lib/src/services/exchanges/orderbook/orderbook.schema.d.ts +272 -0
  252. package/lib/src/services/exchanges/orderbook/orderbook.shared.d.ts +13 -0
  253. package/lib/src/services/exchanges/orderbook/orderbook.shared.js +13 -0
  254. package/lib/src/services/exchanges/ticker/ticker.class.d.ts +3 -2
  255. package/lib/src/services/exchanges/ticker/ticker.schema.d.ts +243 -243
  256. package/lib/src/services/exchanges/ticker/ticker.shared.d.ts +1 -1
  257. package/lib/src/services/exchanges/transactions/sync/sync.class.d.ts +11 -0
  258. package/lib/src/services/exchanges/transactions/sync/sync.d.ts +11 -0
  259. package/lib/src/services/exchanges/transactions/sync/sync.schema.d.ts +653 -0
  260. package/lib/src/services/exchanges/transactions/sync/sync.shared.d.ts +13 -0
  261. package/lib/src/services/exchanges/transactions/sync/sync.shared.js +19 -0
  262. package/lib/src/services/exchanges/transactions/transactions.class.d.ts +11 -0
  263. package/lib/src/services/exchanges/transactions/transactions.d.ts +11 -0
  264. package/lib/src/services/exchanges/transactions/transactions.schema.d.ts +1119 -0
  265. package/lib/src/services/exchanges/transactions/transactions.shared.d.ts +13 -0
  266. package/lib/src/services/exchanges/transactions/transactions.shared.js +19 -0
  267. package/lib/src/services/extensions/aggregate-extensions.hooks.d.ts +2 -0
  268. package/lib/src/services/extensions/extensions.class.d.ts +3 -2
  269. package/lib/src/services/extensions/extensions.schema.d.ts +641 -559
  270. package/lib/src/services/extensions/extensions.shared.d.ts +1 -1
  271. package/lib/src/services/homepage/homepage.schema.d.ts +17 -9
  272. package/lib/src/services/homepage/homepage.shared.d.ts +10 -2
  273. package/lib/src/services/homepage/homepage.shared.js +8 -1
  274. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.class.d.ts +52 -0
  275. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.d.ts +11 -0
  276. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.schema.d.ts +684 -0
  277. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.shared.d.ts +13 -0
  278. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.shared.js +14 -0
  279. package/lib/src/services/insights/etf-flow/etf-flow.class.d.ts +11 -0
  280. package/lib/src/services/insights/etf-flow/etf-flow.d.ts +11 -0
  281. package/lib/src/services/insights/etf-flow/etf-flow.schema.d.ts +237 -0
  282. package/lib/src/services/insights/etf-flow/etf-flow.shared.d.ts +13 -0
  283. package/lib/src/services/insights/etf-flow/etf-flow.shared.js +13 -0
  284. package/lib/src/services/insights/fear-and-greed/fear-and-greed.class.d.ts +11 -0
  285. package/lib/src/services/insights/fear-and-greed/fear-and-greed.d.ts +11 -0
  286. package/lib/src/services/insights/fear-and-greed/fear-and-greed.schema.d.ts +1831 -0
  287. package/lib/src/services/insights/fear-and-greed/fear-and-greed.shared.d.ts +13 -0
  288. package/lib/src/services/insights/fear-and-greed/fear-and-greed.shared.js +13 -0
  289. package/lib/src/services/insights/global/global.class.d.ts +11 -0
  290. package/lib/src/services/insights/global/global.d.ts +11 -0
  291. package/lib/src/services/insights/global/global.schema.d.ts +779 -0
  292. package/lib/src/services/insights/global/global.shared.d.ts +13 -0
  293. package/lib/src/services/insights/global/global.shared.js +13 -0
  294. package/lib/src/services/insights/insights.class.d.ts +11 -0
  295. package/lib/src/services/insights/insights.d.ts +11 -0
  296. package/lib/src/services/insights/insights.hooks.d.ts +20 -0
  297. package/lib/src/services/{tools/tools.schema.d.ts → insights/insights.schema.d.ts} +130 -162
  298. package/lib/src/services/insights/insights.shared.d.ts +13 -0
  299. package/lib/src/services/insights/insights.shared.js +13 -0
  300. package/lib/src/services/insights/news/news.class.d.ts +23 -0
  301. package/lib/src/services/insights/news/news.d.ts +11 -0
  302. package/lib/src/services/insights/news/news.schema.d.ts +857 -0
  303. package/lib/src/services/insights/news/news.shared.d.ts +23 -0
  304. package/lib/src/services/insights/news/news.shared.js +20 -0
  305. package/lib/src/services/keys/KeysService.d.ts +2 -2
  306. package/lib/src/services/keys/keys.class.d.ts +3 -2
  307. package/lib/src/services/keys/keys.schema.d.ts +364 -364
  308. package/lib/src/services/keys/keys.shared.d.ts +1 -1
  309. package/lib/src/services/knowledges/knowledges.class.d.ts +37 -0
  310. package/lib/src/services/knowledges/knowledges.d.ts +11 -0
  311. package/lib/src/services/knowledges/knowledges.schema.d.ts +566 -0
  312. package/lib/src/services/knowledges/knowledges.shared.d.ts +13 -0
  313. package/lib/src/services/knowledges/knowledges.shared.js +13 -0
  314. package/lib/src/services/mailer/mailer.shared.d.ts +1 -1
  315. package/lib/src/services/marketplaces/marketplaces.class.d.ts +2 -2
  316. package/lib/src/services/marketplaces/marketplaces.shared.d.ts +1 -1
  317. package/lib/src/services/markets/markets.class.d.ts +2 -2
  318. package/lib/src/services/markets/markets.schema.d.ts +112 -112
  319. package/lib/src/services/markets/markets.shared.d.ts +1 -1
  320. package/lib/src/services/messages/messages.class.d.ts +2 -2
  321. package/lib/src/services/messages/messages.schema.d.ts +1257 -353
  322. package/lib/src/services/messages/messages.shared.d.ts +1 -1
  323. package/lib/src/services/models/pods/events/events.class.d.ts +11 -0
  324. package/lib/src/services/models/pods/events/events.d.ts +11 -0
  325. package/lib/src/services/models/pods/events/events.schema.d.ts +669 -0
  326. package/lib/src/services/models/pods/events/events.shared.d.ts +13 -0
  327. package/lib/src/services/models/pods/events/events.shared.js +13 -0
  328. package/lib/src/services/models/pods/pods.class.d.ts +12 -0
  329. package/lib/src/services/models/pods/pods.d.ts +12 -0
  330. package/lib/src/services/models/pods/pods.schema.d.ts +1095 -0
  331. package/lib/src/services/models/pods/pods.shared.d.ts +13 -0
  332. package/lib/src/services/models/pods/pods.shared.js +13 -0
  333. package/lib/src/services/models/presets/presets-generate-and-queue.hooks.d.ts +2 -0
  334. package/lib/src/services/models/presets/presets-generate-freqai-config.hooks.d.ts +2 -0
  335. package/lib/src/services/models/presets/presets-generate-strategy.hooks.d.ts +2 -0
  336. package/lib/src/services/models/presets/presets-get-results.hooks.d.ts +2 -0
  337. package/lib/src/services/models/presets/presets-validate.hooks.d.ts +2 -0
  338. package/lib/src/services/models/presets/presets.class.d.ts +12 -0
  339. package/lib/src/services/models/presets/presets.d.ts +12 -0
  340. package/lib/src/services/models/presets/presets.schema.d.ts +2611 -0
  341. package/lib/src/services/models/presets/presets.shared.d.ts +13 -0
  342. package/lib/src/services/models/presets/presets.shared.js +13 -0
  343. package/lib/src/services/models/signals/history/history.class.d.ts +11 -0
  344. package/lib/src/services/models/signals/history/history.d.ts +11 -0
  345. package/lib/src/services/models/signals/history/history.schema.d.ts +513 -0
  346. package/lib/src/services/models/signals/history/history.shared.d.ts +13 -0
  347. package/lib/src/services/models/signals/history/history.shared.js +13 -0
  348. package/lib/src/services/models/signals/signals-proxy-router.d.ts +47 -0
  349. package/lib/src/services/models/signals/signals.class.d.ts +12 -0
  350. package/lib/src/services/models/signals/signals.d.ts +12 -0
  351. package/lib/src/services/models/signals/signals.schema.d.ts +976 -0
  352. package/lib/src/services/models/signals/signals.shared.d.ts +13 -0
  353. package/lib/src/services/models/signals/signals.shared.js +13 -0
  354. package/lib/src/services/models/signals/subscriptions/subscriptions.class.d.ts +11 -0
  355. package/lib/src/services/models/signals/subscriptions/subscriptions.d.ts +11 -0
  356. package/lib/src/services/models/signals/subscriptions/subscriptions.schema.d.ts +585 -0
  357. package/lib/src/services/models/signals/subscriptions/subscriptions.shared.d.ts +13 -0
  358. package/lib/src/services/models/signals/subscriptions/subscriptions.shared.js +15 -0
  359. package/lib/src/services/objectives/objectives.class.d.ts +11 -0
  360. package/lib/src/services/objectives/objectives.d.ts +11 -0
  361. package/lib/src/services/objectives/objectives.hooks.d.ts +12 -0
  362. package/lib/src/services/objectives/objectives.schema.d.ts +717 -0
  363. package/lib/src/services/objectives/objectives.shared.d.ts +13 -0
  364. package/lib/src/services/objectives/objectives.shared.js +13 -0
  365. package/lib/src/services/plans/plans.class.d.ts +20 -0
  366. package/lib/src/services/plans/plans.d.ts +11 -0
  367. package/lib/src/services/plans/plans.schema.d.ts +383 -0
  368. package/lib/src/services/plans/plans.shared.d.ts +13 -0
  369. package/lib/src/services/plans/plans.shared.js +13 -0
  370. package/lib/src/services/referrals/referrals.class.d.ts +11 -0
  371. package/lib/src/services/referrals/referrals.d.ts +11 -0
  372. package/lib/src/services/referrals/referrals.schema.d.ts +581 -0
  373. package/lib/src/services/referrals/referrals.shared.d.ts +13 -0
  374. package/lib/src/services/referrals/referrals.shared.js +13 -0
  375. package/lib/src/services/restricted/restricted.shared.d.ts +1 -1
  376. package/lib/src/services/security/events/security-events.class.d.ts +11 -0
  377. package/lib/src/services/security/events/security-events.d.ts +11 -0
  378. package/lib/src/services/security/events/security-events.schema.d.ts +499 -0
  379. package/lib/src/services/security/events/security-events.shared.d.ts +8 -0
  380. package/lib/src/services/security/events/security-events.shared.js +13 -0
  381. package/lib/src/services/series/balance/balance.class.d.ts +11 -0
  382. package/lib/src/services/series/balance/balance.d.ts +11 -0
  383. package/lib/src/services/series/balance/balance.schema.d.ts +527 -0
  384. package/lib/src/services/series/balance/balance.shared.d.ts +13 -0
  385. package/lib/src/services/series/balance/balance.shared.js +13 -0
  386. package/lib/src/services/series/performance/performance.class.d.ts +11 -0
  387. package/lib/src/services/series/performance/performance.d.ts +11 -0
  388. package/lib/src/services/series/performance/performance.schema.d.ts +495 -0
  389. package/lib/src/services/series/performance/performance.shared.d.ts +13 -0
  390. package/lib/src/services/series/performance/performance.shared.js +19 -0
  391. package/lib/src/services/series/performance/performance.usage.examples.d.ts +81 -0
  392. package/lib/src/services/snapshot/snapshot.class.d.ts +11 -0
  393. package/lib/src/services/snapshot/snapshot.d.ts +11 -0
  394. package/lib/src/services/snapshot/snapshot.schema.d.ts +11963 -0
  395. package/lib/src/services/snapshot/snapshot.shared.d.ts +13 -0
  396. package/lib/src/services/snapshot/snapshot.shared.js +14 -0
  397. package/lib/src/services/store/items/items.class.d.ts +12 -0
  398. package/lib/src/services/store/items/items.d.ts +11 -0
  399. package/lib/src/services/store/items/items.schema.d.ts +1395 -0
  400. package/lib/src/services/store/items/items.shared.d.ts +13 -0
  401. package/lib/src/services/store/items/items.shared.js +13 -0
  402. package/lib/src/services/strategies/ai/ai.class.d.ts +3 -2
  403. package/lib/src/services/strategies/ai/ai.schema.d.ts +33 -33
  404. package/lib/src/services/strategies/ai/ai.shared.d.ts +1 -1
  405. package/lib/src/services/strategies/ai/stream/stream.shared.d.ts +1 -1
  406. package/lib/src/services/strategies/backtest/backtest.class.d.ts +3 -2
  407. package/lib/src/services/strategies/backtest/backtest.schema.d.ts +820 -288
  408. package/lib/src/services/strategies/backtest/backtest.shared.d.ts +1 -1
  409. package/lib/src/services/strategies/backtest/preflight/preflight.class.d.ts +46 -0
  410. package/lib/src/services/strategies/backtest/preflight/preflight.d.ts +11 -0
  411. package/lib/src/services/strategies/backtest/preflight/preflight.schema.d.ts +737 -0
  412. package/lib/src/services/strategies/backtest/preflight/preflight.shared.d.ts +13 -0
  413. package/lib/src/services/strategies/backtest/preflight/preflight.shared.js +13 -0
  414. package/lib/src/services/strategies/backtest/results/results.class.d.ts +2 -2
  415. package/lib/src/services/strategies/backtest/results/results.schema.d.ts +315 -315
  416. package/lib/src/services/strategies/backtest/results/results.shared.d.ts +1 -1
  417. package/lib/src/services/strategies/blob/blob.shared.d.ts +1 -1
  418. package/lib/src/services/strategies/follow/follow.class.d.ts +12 -0
  419. package/lib/src/services/strategies/follow/follow.d.ts +11 -0
  420. package/lib/src/services/strategies/follow/follow.schema.d.ts +711 -0
  421. package/lib/src/services/strategies/follow/follow.shared.d.ts +13 -0
  422. package/lib/src/services/strategies/follow/follow.shared.js +19 -0
  423. package/lib/src/services/strategies/generate/generate.class.d.ts +3 -2
  424. package/lib/src/services/strategies/generate/generate.schema.d.ts +534 -88
  425. package/lib/src/services/strategies/generate/generate.shared.d.ts +1 -1
  426. package/lib/src/services/strategies/history/history.class.d.ts +11 -0
  427. package/lib/src/services/strategies/history/history.d.ts +11 -0
  428. package/lib/src/services/strategies/history/history.schema.d.ts +714 -0
  429. package/lib/src/services/strategies/history/history.shared.d.ts +13 -0
  430. package/lib/src/services/strategies/history/history.shared.js +19 -0
  431. package/lib/src/services/strategies/hyperopt/hyperopt-generate-and-queue.hooks.d.ts +2 -0
  432. package/lib/src/services/strategies/hyperopt/hyperopt-generate-config-in-disk.hooks.d.ts +2 -0
  433. package/lib/src/services/strategies/hyperopt/hyperopt-generate-exchange-config.hooks.d.ts +8 -0
  434. package/lib/src/services/strategies/hyperopt/hyperopt-get-results.hooks.d.ts +2 -0
  435. package/lib/src/services/strategies/hyperopt/hyperopt-in-disk-clone-strategy.hooks.d.ts +2 -0
  436. package/lib/src/services/strategies/hyperopt/hyperopt-populate-exchange.hooks.d.ts +7 -0
  437. package/lib/src/services/strategies/hyperopt/hyperopt-promote-template.hooks.d.ts +9 -0
  438. package/lib/src/services/strategies/hyperopt/hyperopt-propagate-results.hooks.d.ts +2 -0
  439. package/lib/src/services/strategies/hyperopt/hyperopt-validate-exchange-whitelist.hooks.d.ts +10 -0
  440. package/lib/src/services/strategies/hyperopt/hyperopt-validate-historical-data.hooks.d.ts +9 -0
  441. package/lib/src/services/strategies/hyperopt/hyperopt-validate-stake-balance.hooks.d.ts +7 -0
  442. package/lib/src/services/strategies/hyperopt/hyperopt-validate-stake-currency.hooks.d.ts +9 -0
  443. package/lib/src/services/strategies/hyperopt/hyperopt-validate.hooks.d.ts +7 -0
  444. package/lib/src/services/strategies/hyperopt/hyperopt-verify-subscription-limits.hooks.d.ts +6 -0
  445. package/lib/src/services/strategies/hyperopt/hyperopt.class.d.ts +3 -2
  446. package/lib/src/services/strategies/hyperopt/hyperopt.schema.d.ts +2552 -278
  447. package/lib/src/services/strategies/hyperopt/hyperopt.shared.d.ts +1 -1
  448. package/lib/src/services/strategies/indicators/indicators.class.d.ts +2 -2
  449. package/lib/src/services/strategies/indicators/indicators.schema.d.ts +106 -106
  450. package/lib/src/services/strategies/indicators/indicators.shared.d.ts +1 -1
  451. package/lib/src/services/strategies/indicators/talib/talib.class.d.ts +2 -2
  452. package/lib/src/services/strategies/indicators/talib/talib.schema.d.ts +102 -102
  453. package/lib/src/services/strategies/indicators/talib/talib.shared.d.ts +1 -1
  454. package/lib/src/services/strategies/research/research.class.d.ts +11 -0
  455. package/lib/src/services/strategies/research/research.d.ts +12 -0
  456. package/lib/src/services/strategies/research/research.schema.d.ts +1006 -0
  457. package/lib/src/services/strategies/research/research.shared.d.ts +13 -0
  458. package/lib/src/services/strategies/research/research.shared.js +19 -0
  459. package/lib/src/services/strategies/strategies.class.d.ts +3 -2
  460. package/lib/src/services/strategies/strategies.schema.d.ts +3694 -3322
  461. package/lib/src/services/strategies/strategies.shared.d.ts +1 -1
  462. package/lib/src/services/strategies/templates/templates.class.d.ts +2 -2
  463. package/lib/src/services/strategies/templates/templates.schema.d.ts +8062 -950
  464. package/lib/src/services/strategies/templates/templates.shared.d.ts +1 -1
  465. package/lib/src/services/stripe/charges/charges.shared.d.ts +1 -1
  466. package/lib/src/services/stripe/customers/cards/cards.shared.d.ts +1 -1
  467. package/lib/src/services/stripe/customers/customers.shared.d.ts +1 -1
  468. package/lib/src/services/stripe/customers/paymentintent/paymentintent.shared.d.ts +1 -1
  469. package/lib/src/services/stripe/customers/paymentmethods/paymentmethods.shared.d.ts +1 -1
  470. package/lib/src/services/stripe/customers/subscriptions/subscriptions.shared.d.ts +1 -1
  471. package/lib/src/services/stripe/products/products.shared.d.ts +1 -1
  472. package/lib/src/services/stripe/webhooks/webhooks.shared.d.ts +1 -1
  473. package/lib/src/services/support/support.class.d.ts +18 -0
  474. package/lib/src/services/support/support.d.ts +11 -0
  475. package/lib/src/services/support/support.schema.d.ts +507 -0
  476. package/lib/src/services/support/support.shared.d.ts +13 -0
  477. package/lib/src/services/support/support.shared.js +13 -0
  478. package/lib/src/services/tasks/comments/comments.class.d.ts +11 -0
  479. package/lib/src/services/tasks/comments/comments.d.ts +11 -0
  480. package/lib/src/services/tasks/comments/comments.schema.d.ts +771 -0
  481. package/lib/src/services/tasks/comments/comments.shared.d.ts +13 -0
  482. package/lib/src/services/tasks/comments/comments.shared.js +13 -0
  483. package/lib/src/services/tasks/tasks.class.d.ts +14 -0
  484. package/lib/src/services/tasks/tasks.d.ts +11 -0
  485. package/lib/src/services/tasks/tasks.hooks.d.ts +90 -0
  486. package/lib/src/services/tasks/tasks.schema.d.ts +1281 -0
  487. package/lib/src/services/tasks/tasks.shared.d.ts +13 -0
  488. package/lib/src/services/tasks/tasks.shared.js +13 -0
  489. package/lib/src/services/tax/research/research.class.d.ts +11 -0
  490. package/lib/src/services/tax/research/research.d.ts +11 -0
  491. package/lib/src/services/tax/research/research.schema.d.ts +237 -0
  492. package/lib/src/services/tax/research/research.shared.d.ts +13 -0
  493. package/lib/src/services/tax/research/research.shared.js +13 -0
  494. package/lib/src/services/tax/sessions/conversations/conversations.class.d.ts +12 -0
  495. package/lib/src/services/tax/sessions/conversations/conversations.d.ts +11 -0
  496. package/lib/src/services/tax/sessions/conversations/conversations.hooks.d.ts +11 -0
  497. package/lib/src/services/tax/sessions/conversations/conversations.schema.d.ts +2923 -0
  498. package/lib/src/services/tax/sessions/conversations/conversations.shared.d.ts +13 -0
  499. package/lib/src/services/tax/sessions/conversations/conversations.shared.js +13 -0
  500. package/lib/src/services/tax/sessions/conversations/invoke-tax-bedrock-agent.hooks.d.ts +2 -0
  501. package/lib/src/services/tax/sessions/create-tax-bedrock-session.hooks.d.ts +2 -0
  502. package/lib/src/services/tax/sessions/delete-tax-bedrock-session.hooks.d.ts +2 -0
  503. package/lib/src/services/tax/sessions/sessions.class.d.ts +12 -0
  504. package/lib/src/services/tax/sessions/sessions.d.ts +11 -0
  505. package/lib/src/services/tax/sessions/sessions.hooks.d.ts +11 -0
  506. package/lib/src/services/tax/sessions/sessions.schema.d.ts +803 -0
  507. package/lib/src/services/tax/sessions/sessions.shared.d.ts +13 -0
  508. package/lib/src/services/tax/sessions/sessions.shared.js +13 -0
  509. package/lib/src/services/tax/sessions/sync-tax-bedrock-sessions.hooks.d.ts +2 -0
  510. package/lib/src/services/tax/sessions/update-tax-bedrock-session.hooks.d.ts +2 -0
  511. package/lib/src/services/telegram/link/link.class.d.ts +26 -0
  512. package/lib/src/services/telegram/link/link.d.ts +11 -0
  513. package/lib/src/services/telegram/link/link.schema.d.ts +174 -0
  514. package/lib/src/services/telegram/link/link.shared.d.ts +13 -0
  515. package/lib/src/services/telegram/link/link.shared.js +13 -0
  516. package/lib/src/services/telegram/telegram.class.d.ts +34 -0
  517. package/lib/src/services/telegram/telegram.d.ts +11 -0
  518. package/lib/src/services/telegram/telegram.schema.d.ts +152 -0
  519. package/lib/src/services/telegram/telegram.shared.d.ts +13 -0
  520. package/lib/src/services/telegram/telegram.shared.js +13 -0
  521. package/lib/src/services/toggles/toggles.class.d.ts +19 -0
  522. package/lib/src/services/toggles/toggles.d.ts +11 -0
  523. package/lib/src/services/toggles/toggles.schema.d.ts +335 -0
  524. package/lib/src/services/toggles/toggles.shared.d.ts +13 -0
  525. package/lib/src/services/toggles/toggles.shared.js +13 -0
  526. package/lib/src/services/tokens/tokens.class.d.ts +11 -0
  527. package/lib/src/services/tokens/tokens.d.ts +11 -0
  528. package/lib/src/services/tokens/tokens.schema.d.ts +941 -0
  529. package/lib/src/services/tokens/tokens.shared.d.ts +13 -0
  530. package/lib/src/services/tokens/tokens.shared.js +13 -0
  531. package/lib/src/services/traders/pods/api/api.class.d.ts +3 -2
  532. package/lib/src/services/traders/pods/api/api.schema.d.ts +12055 -3967
  533. package/lib/src/services/traders/pods/api/api.shared.d.ts +1 -1
  534. package/lib/src/services/traders/pods/blob/blob.shared.d.ts +1 -1
  535. package/lib/src/services/traders/pods/events/events.class.d.ts +2 -2
  536. package/lib/src/services/traders/pods/events/events.schema.d.ts +388 -332
  537. package/lib/src/services/traders/pods/events/events.shared.d.ts +1 -1
  538. package/lib/src/services/traders/pods/pods.class.d.ts +3 -2
  539. package/lib/src/services/traders/pods/pods.schema.d.ts +9909 -2945
  540. package/lib/src/services/traders/pods/pods.shared.d.ts +1 -1
  541. package/lib/src/services/traders/pods/webhooks/webhooks.class.d.ts +2 -2
  542. package/lib/src/services/traders/pods/webhooks/webhooks.schema.d.ts +105 -105
  543. package/lib/src/services/traders/pods/webhooks/webhooks.shared.d.ts +1 -1
  544. package/lib/src/services/traders/traders.class.d.ts +4 -2
  545. package/lib/src/services/traders/traders.schema.d.ts +2923 -2450
  546. package/lib/src/services/traders/traders.shared.d.ts +1 -1
  547. package/lib/src/services/trades/trades.class.d.ts +11 -0
  548. package/lib/src/services/trades/trades.d.ts +11 -0
  549. package/lib/src/services/trades/trades.schema.d.ts +16969 -0
  550. package/lib/src/services/trades/trades.shared.d.ts +13 -0
  551. package/lib/src/services/trades/trades.shared.js +13 -0
  552. package/lib/src/services/users/access/access.class.d.ts +11 -0
  553. package/lib/src/services/users/access/access.d.ts +11 -0
  554. package/lib/src/services/users/access/access.schema.d.ts +393 -0
  555. package/lib/src/services/users/access/access.shared.d.ts +13 -0
  556. package/lib/src/services/users/access/access.shared.js +13 -0
  557. package/lib/src/services/users/cancel-subscription.class.d.ts +13 -0
  558. package/lib/src/services/users/cancel-subscription.d.ts +9 -0
  559. package/lib/src/services/users/marketing/campaigns/01-welcome.campaign.d.ts +3 -0
  560. package/lib/src/services/users/marketing/campaigns/02-first-bot-running.campaign.d.ts +3 -0
  561. package/lib/src/services/users/marketing/campaigns/03-ai-strategy.campaign.d.ts +3 -0
  562. package/lib/src/services/users/marketing/campaigns/04-hyperopt.campaign.d.ts +3 -0
  563. package/lib/src/services/users/marketing/campaigns/05-safety-tips.campaign.d.ts +3 -0
  564. package/lib/src/services/users/marketing/campaigns/06-humor.campaign.d.ts +3 -0
  565. package/lib/src/services/users/marketing/campaigns/07-paper-vs-real.campaign.d.ts +3 -0
  566. package/lib/src/services/users/marketing/campaigns/08-trial-summary.campaign.d.ts +3 -0
  567. package/lib/src/services/users/marketing/campaigns/09-trial-ending.campaign.d.ts +3 -0
  568. package/lib/src/services/users/marketing/campaigns/10-reactivation.campaign.d.ts +3 -0
  569. package/lib/src/services/users/marketing/campaigns/11-onboarding-incomplete.campaign.d.ts +6 -0
  570. package/lib/src/services/users/marketing/campaigns/index.d.ts +10 -0
  571. package/lib/src/services/users/marketing/campaigns/supervisor-welcome.campaign.d.ts +6 -0
  572. package/lib/src/services/users/marketing/campaigns/trial.context.d.ts +27 -0
  573. package/lib/src/services/users/marketing/marketing.class.d.ts +26 -0
  574. package/lib/src/services/users/marketing/marketing.d.ts +11 -0
  575. package/lib/src/services/users/marketing/marketing.engine.d.ts +36 -0
  576. package/lib/src/services/users/marketing/marketing.schema.d.ts +515 -0
  577. package/lib/src/services/users/marketing/marketing.shared.d.ts +13 -0
  578. package/lib/src/services/users/marketing/marketing.shared.js +20 -0
  579. package/lib/src/services/users/onboarding/onboarding.class.d.ts +11 -0
  580. package/lib/src/services/users/onboarding/onboarding.d.ts +11 -0
  581. package/lib/src/services/users/onboarding/onboarding.hooks.d.ts +60 -0
  582. package/lib/src/services/users/onboarding/onboarding.schema.d.ts +768 -0
  583. package/lib/src/services/users/onboarding/onboarding.shared.d.ts +13 -0
  584. package/lib/src/services/users/onboarding/onboarding.shared.js +13 -0
  585. package/lib/src/services/users/onboarding/steps/exchanges.processor.d.ts +15 -0
  586. package/lib/src/services/users/onboarding/steps/index.d.ts +32 -0
  587. package/lib/src/services/users/onboarding/steps/notifications.processor.d.ts +15 -0
  588. package/lib/src/services/users/onboarding/steps/preferences.processor.d.ts +16 -0
  589. package/lib/src/services/users/onboarding/steps/strategy.processor.d.ts +15 -0
  590. package/lib/src/services/users/onboarding/steps/traders.processor.d.ts +16 -0
  591. package/lib/src/services/users/reset-account.class.d.ts +11 -0
  592. package/lib/src/services/users/reset-account.d.ts +9 -0
  593. package/lib/src/services/users/sessions/sessions.class.d.ts +18 -0
  594. package/lib/src/services/users/sessions/sessions.d.ts +11 -0
  595. package/lib/src/services/users/sessions/sessions.schema.d.ts +698 -0
  596. package/lib/src/services/users/sessions/sessions.shared.d.ts +13 -0
  597. package/lib/src/services/users/sessions/sessions.shared.js +13 -0
  598. package/lib/src/services/users/setup-trial.class.d.ts +21 -0
  599. package/lib/src/services/users/setup-trial.d.ts +9 -0
  600. package/lib/src/services/users/stripe-check-subscription.hooks.d.ts +2 -0
  601. package/lib/src/services/users/stripe-create-payment-intent.hooks.d.ts +2 -0
  602. package/lib/src/services/users/stripe-is-subscription-active.hooks.d.ts +2 -0
  603. package/lib/src/services/users/stripe-sync-customer-data.hooks.d.ts +2 -0
  604. package/lib/src/services/users/users.class.d.ts +298 -59
  605. package/lib/src/services/users/users.schema.d.ts +1942 -350
  606. package/lib/src/services/users/users.shared.d.ts +2 -2
  607. package/lib/src/services/users/users.shared.js +1 -1
  608. package/lib/src/services/version/version.shared.d.ts +1 -1
  609. package/package.json +9 -3
  610. package/lib/src/services/tools/openapi/openapi.class.d.ts +0 -34
  611. package/lib/src/services/tools/openapi/openapi.d.ts +0 -10
  612. package/lib/src/services/tools/openapi/openapi.shared.d.ts +0 -13
  613. package/lib/src/services/tools/openapi/openapi.shared.js +0 -13
  614. package/lib/src/services/tools/tools.class.d.ts +0 -11
  615. package/lib/src/services/tools/tools.d.ts +0 -11
  616. package/lib/src/services/tools/tools.shared.d.ts +0 -13
  617. package/lib/src/services/tools/tools.shared.js +0 -13
@@ -0,0 +1,1281 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import type { HookContext } from '../../declarations';
3
+ import type { TasksService } from './tasks.class';
4
+ export declare const TaskStateSchema: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>;
5
+ export declare const TaskPrioritySchema: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>;
6
+ export declare const AssigneeTypeSchema: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"agent">]>;
7
+ export declare const UserAssigneeSchema: import("@feathersjs/typebox").TObject<{
8
+ type: import("@feathersjs/typebox").TLiteral<"user">;
9
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
10
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
11
+ }>;
12
+ export declare const AgentAssigneeSchema: import("@feathersjs/typebox").TObject<{
13
+ type: import("@feathersjs/typebox").TLiteral<"agent">;
14
+ agentId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
15
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
16
+ }>;
17
+ export declare const AssigneeSchema: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
18
+ type: import("@feathersjs/typebox").TLiteral<"user">;
19
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
20
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
21
+ }>, import("@feathersjs/typebox").TObject<{
22
+ type: import("@feathersjs/typebox").TLiteral<"agent">;
23
+ agentId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
24
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
25
+ }>]>;
26
+ export declare const tasksSchema: import("@feathersjs/typebox").TObject<{
27
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
28
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
29
+ objectiveId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
30
+ title: import("@feathersjs/typebox").TString<string>;
31
+ description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
32
+ state: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
33
+ priority: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
34
+ author: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
35
+ type: import("@feathersjs/typebox").TLiteral<"user">;
36
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
37
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
38
+ }>, import("@feathersjs/typebox").TObject<{
39
+ type: import("@feathersjs/typebox").TLiteral<"agent">;
40
+ agentId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
41
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
42
+ }>]>>;
43
+ assignees: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
44
+ type: import("@feathersjs/typebox").TLiteral<"user">;
45
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
46
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
47
+ }>, import("@feathersjs/typebox").TObject<{
48
+ type: import("@feathersjs/typebox").TLiteral<"agent">;
49
+ agentId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
50
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
51
+ }>]>>>;
52
+ context: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TAny>>;
53
+ output: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TAny>>;
54
+ expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
55
+ dependencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
56
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
57
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
58
+ completedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
59
+ }>;
60
+ export type Tasks = Static<typeof tasksSchema>;
61
+ export declare const tasksValidator: import("@feathersjs/schema").Validator<any, any>;
62
+ export declare const tasksResolver: import("@feathersjs/schema").Resolver<{
63
+ _id: string | {};
64
+ userId: string | {};
65
+ objectiveId: string | {};
66
+ title: string;
67
+ description?: string | undefined;
68
+ state?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
69
+ priority?: "high" | "low" | "medium" | "urgent" | undefined;
70
+ author?: {
71
+ type: "user";
72
+ userId: string | {};
73
+ name?: string | undefined;
74
+ } | {
75
+ type: "agent";
76
+ agentId: string | {};
77
+ name?: string | undefined;
78
+ } | undefined;
79
+ assignees?: ({
80
+ type: "user";
81
+ userId: string | {};
82
+ name?: string | undefined;
83
+ } | {
84
+ type: "agent";
85
+ agentId: string | {};
86
+ name?: string | undefined;
87
+ })[] | undefined;
88
+ context?: Record<string, any> | undefined;
89
+ output?: Record<string, any> | undefined;
90
+ expiresAt?: string | undefined;
91
+ dependencies?: (string | {})[] | undefined;
92
+ createdAt?: string | undefined;
93
+ updatedAt?: string | undefined;
94
+ completedAt?: string | undefined;
95
+ }, HookContext<TasksService<import("./tasks.class").TasksParams>>>;
96
+ export declare const tasksExternalResolver: import("@feathersjs/schema").Resolver<{
97
+ _id: string | {};
98
+ userId: string | {};
99
+ objectiveId: string | {};
100
+ title: string;
101
+ description?: string | undefined;
102
+ state?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
103
+ priority?: "high" | "low" | "medium" | "urgent" | undefined;
104
+ author?: {
105
+ type: "user";
106
+ userId: string | {};
107
+ name?: string | undefined;
108
+ } | {
109
+ type: "agent";
110
+ agentId: string | {};
111
+ name?: string | undefined;
112
+ } | undefined;
113
+ assignees?: ({
114
+ type: "user";
115
+ userId: string | {};
116
+ name?: string | undefined;
117
+ } | {
118
+ type: "agent";
119
+ agentId: string | {};
120
+ name?: string | undefined;
121
+ })[] | undefined;
122
+ context?: Record<string, any> | undefined;
123
+ output?: Record<string, any> | undefined;
124
+ expiresAt?: string | undefined;
125
+ dependencies?: (string | {})[] | undefined;
126
+ createdAt?: string | undefined;
127
+ updatedAt?: string | undefined;
128
+ completedAt?: string | undefined;
129
+ }, HookContext<TasksService<import("./tasks.class").TasksParams>>>;
130
+ export declare const tasksDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
131
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
132
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
133
+ objectiveId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
134
+ title: import("@feathersjs/typebox").TString<string>;
135
+ description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
136
+ state: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
137
+ priority: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
138
+ author: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
139
+ type: import("@feathersjs/typebox").TLiteral<"user">;
140
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
141
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
142
+ }>, import("@feathersjs/typebox").TObject<{
143
+ type: import("@feathersjs/typebox").TLiteral<"agent">;
144
+ agentId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
145
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
146
+ }>]>>;
147
+ assignees: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
148
+ type: import("@feathersjs/typebox").TLiteral<"user">;
149
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
150
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
151
+ }>, import("@feathersjs/typebox").TObject<{
152
+ type: import("@feathersjs/typebox").TLiteral<"agent">;
153
+ agentId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
154
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
155
+ }>]>>>;
156
+ context: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TAny>>;
157
+ output: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TAny>>;
158
+ expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
159
+ dependencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
160
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
161
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
162
+ completedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
163
+ }>, ["objectiveId", "title", "description", "state", "priority", "assignees", "context", "expiresAt", "dependencies"]>;
164
+ export declare const tasksDataSchemaWithOptionalAuthor: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
165
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
166
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
167
+ objectiveId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
168
+ title: import("@feathersjs/typebox").TString<string>;
169
+ description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
170
+ state: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
171
+ priority: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
172
+ author: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
173
+ type: import("@feathersjs/typebox").TLiteral<"user">;
174
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
175
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
176
+ }>, import("@feathersjs/typebox").TObject<{
177
+ type: import("@feathersjs/typebox").TLiteral<"agent">;
178
+ agentId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
179
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
180
+ }>]>>;
181
+ assignees: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
182
+ type: import("@feathersjs/typebox").TLiteral<"user">;
183
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
184
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
185
+ }>, import("@feathersjs/typebox").TObject<{
186
+ type: import("@feathersjs/typebox").TLiteral<"agent">;
187
+ agentId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
188
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
189
+ }>]>>>;
190
+ context: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TAny>>;
191
+ output: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TAny>>;
192
+ expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
193
+ dependencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
194
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
195
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
196
+ completedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
197
+ }>, ["objectiveId", "title", "description", "state", "priority", "assignees", "context", "expiresAt", "dependencies"]>, import("@feathersjs/typebox").TObject<{
198
+ author: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
199
+ type: import("@feathersjs/typebox").TLiteral<"user">;
200
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
201
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
202
+ }>, import("@feathersjs/typebox").TObject<{
203
+ type: import("@feathersjs/typebox").TLiteral<"agent">;
204
+ agentId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
205
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
206
+ }>]>>;
207
+ }>]>;
208
+ export type TasksData = Static<typeof tasksDataSchemaWithOptionalAuthor>;
209
+ export declare const tasksDataValidator: import("@feathersjs/schema").Validator<any, any>;
210
+ export declare const tasksDataResolver: import("@feathersjs/schema").Resolver<{
211
+ _id: string | {};
212
+ userId: string | {};
213
+ objectiveId: string | {};
214
+ title: string;
215
+ description?: string | undefined;
216
+ state?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
217
+ priority?: "high" | "low" | "medium" | "urgent" | undefined;
218
+ author?: {
219
+ type: "user";
220
+ userId: string | {};
221
+ name?: string | undefined;
222
+ } | {
223
+ type: "agent";
224
+ agentId: string | {};
225
+ name?: string | undefined;
226
+ } | undefined;
227
+ assignees?: ({
228
+ type: "user";
229
+ userId: string | {};
230
+ name?: string | undefined;
231
+ } | {
232
+ type: "agent";
233
+ agentId: string | {};
234
+ name?: string | undefined;
235
+ })[] | undefined;
236
+ context?: Record<string, any> | undefined;
237
+ output?: Record<string, any> | undefined;
238
+ expiresAt?: string | undefined;
239
+ dependencies?: (string | {})[] | undefined;
240
+ createdAt?: string | undefined;
241
+ updatedAt?: string | undefined;
242
+ completedAt?: string | undefined;
243
+ }, HookContext<TasksService<import("./tasks.class").TasksParams>>>;
244
+ export declare const tasksPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
245
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
246
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
247
+ objectiveId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
248
+ title: import("@feathersjs/typebox").TString<string>;
249
+ description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
250
+ state: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
251
+ priority: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
252
+ author: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
253
+ type: import("@feathersjs/typebox").TLiteral<"user">;
254
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
255
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
256
+ }>, import("@feathersjs/typebox").TObject<{
257
+ type: import("@feathersjs/typebox").TLiteral<"agent">;
258
+ agentId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
259
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
260
+ }>]>>;
261
+ assignees: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
262
+ type: import("@feathersjs/typebox").TLiteral<"user">;
263
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
264
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
265
+ }>, import("@feathersjs/typebox").TObject<{
266
+ type: import("@feathersjs/typebox").TLiteral<"agent">;
267
+ agentId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
268
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
269
+ }>]>>>;
270
+ context: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TAny>>;
271
+ output: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TAny>>;
272
+ expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
273
+ dependencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
274
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
275
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
276
+ completedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
277
+ }>, ["title", "description", "state", "priority", "author", "assignees", "context", "output", "expiresAt", "dependencies", "completedAt"]>>;
278
+ export type TasksPatch = Static<typeof tasksPatchSchema>;
279
+ export declare const tasksPatchValidator: import("@feathersjs/schema").Validator<any, any>;
280
+ export declare const tasksPatchResolver: import("@feathersjs/schema").Resolver<{
281
+ _id: string | {};
282
+ userId: string | {};
283
+ objectiveId: string | {};
284
+ title: string;
285
+ description?: string | undefined;
286
+ state?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
287
+ priority?: "high" | "low" | "medium" | "urgent" | undefined;
288
+ author?: {
289
+ type: "user";
290
+ userId: string | {};
291
+ name?: string | undefined;
292
+ } | {
293
+ type: "agent";
294
+ agentId: string | {};
295
+ name?: string | undefined;
296
+ } | undefined;
297
+ assignees?: ({
298
+ type: "user";
299
+ userId: string | {};
300
+ name?: string | undefined;
301
+ } | {
302
+ type: "agent";
303
+ agentId: string | {};
304
+ name?: string | undefined;
305
+ })[] | undefined;
306
+ context?: Record<string, any> | undefined;
307
+ output?: Record<string, any> | undefined;
308
+ expiresAt?: string | undefined;
309
+ dependencies?: (string | {})[] | undefined;
310
+ createdAt?: string | undefined;
311
+ updatedAt?: string | undefined;
312
+ completedAt?: string | undefined;
313
+ }, HookContext<TasksService<import("./tasks.class").TasksParams>>>;
314
+ export declare const tasksQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
315
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
316
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
317
+ objectiveId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
318
+ title: import("@feathersjs/typebox").TString<string>;
319
+ description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
320
+ state: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
321
+ priority: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
322
+ author: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
323
+ type: import("@feathersjs/typebox").TLiteral<"user">;
324
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
325
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
326
+ }>, import("@feathersjs/typebox").TObject<{
327
+ type: import("@feathersjs/typebox").TLiteral<"agent">;
328
+ agentId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
329
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
330
+ }>]>>;
331
+ assignees: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
332
+ type: import("@feathersjs/typebox").TLiteral<"user">;
333
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
334
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
335
+ }>, import("@feathersjs/typebox").TObject<{
336
+ type: import("@feathersjs/typebox").TLiteral<"agent">;
337
+ agentId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
338
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
339
+ }>]>>>;
340
+ context: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TAny>>;
341
+ output: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TAny>>;
342
+ expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
343
+ dependencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
344
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
345
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
346
+ completedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
347
+ }>, ["_id", "objectiveId", "title", "createdAt", "updatedAt", "userId", "state", "priority", "expiresAt", "dependencies", "completedAt"]>;
348
+ export declare const tasksQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
349
+ $limit: import("@feathersjs/typebox").TNumber;
350
+ $skip: import("@feathersjs/typebox").TNumber;
351
+ $sort: import("@feathersjs/typebox").TObject<{
352
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
353
+ completedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
354
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
355
+ dependencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
356
+ expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
357
+ objectiveId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
358
+ priority: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
359
+ state: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
360
+ title: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
361
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
362
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
363
+ }>;
364
+ $select: import("@feathersjs/typebox").TUnsafe<("_id" | "completedAt" | "createdAt" | "dependencies" | "expiresAt" | "objectiveId" | "priority" | "state" | "title" | "updatedAt" | "userId")[]>;
365
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
366
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
367
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
368
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
369
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
370
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
371
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
372
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
373
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
374
+ }>, import("@feathersjs/typebox").TObject<{
375
+ [key: string]: import("@feathersjs/typebox").TSchema;
376
+ } | undefined>]>>]>>;
377
+ completedAt: 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<{
378
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
379
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
380
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
381
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
382
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
383
+ $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">>;
384
+ $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">>;
385
+ }>, import("@feathersjs/typebox").TObject<{
386
+ [key: string]: import("@feathersjs/typebox").TSchema;
387
+ } | undefined>]>>]>>;
388
+ 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<{
389
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
390
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
391
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
392
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
393
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
394
+ $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">>;
395
+ $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">>;
396
+ }>, import("@feathersjs/typebox").TObject<{
397
+ [key: string]: import("@feathersjs/typebox").TSchema;
398
+ } | undefined>]>>]>>;
399
+ dependencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<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<{
400
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
401
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
402
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
403
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
404
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
405
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
406
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
407
+ }>, import("@feathersjs/typebox").TObject<{
408
+ [key: string]: import("@feathersjs/typebox").TSchema;
409
+ } | undefined>]>>]>>;
410
+ expiresAt: 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<{
411
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
412
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
413
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
414
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
415
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
416
+ $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">>;
417
+ $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">>;
418
+ }>, import("@feathersjs/typebox").TObject<{
419
+ [key: string]: import("@feathersjs/typebox").TSchema;
420
+ } | undefined>]>>]>>;
421
+ objectiveId: 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<{
422
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
423
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
424
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
425
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
426
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
427
+ $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<{}>]>;
428
+ $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<{}>]>;
429
+ }>, import("@feathersjs/typebox").TObject<{
430
+ [key: string]: import("@feathersjs/typebox").TSchema;
431
+ } | undefined>]>>]>>;
432
+ priority: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
433
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
434
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
435
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
436
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
437
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
438
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
439
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
440
+ }>, import("@feathersjs/typebox").TObject<{
441
+ [key: string]: import("@feathersjs/typebox").TSchema;
442
+ } | undefined>]>>]>>;
443
+ state: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
444
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
445
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
446
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
447
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
448
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
449
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
450
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
451
+ }>, import("@feathersjs/typebox").TObject<{
452
+ [key: string]: import("@feathersjs/typebox").TSchema;
453
+ } | undefined>]>>]>>;
454
+ title: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
455
+ $gt: import("@feathersjs/typebox").TString<string>;
456
+ $gte: import("@feathersjs/typebox").TString<string>;
457
+ $lt: import("@feathersjs/typebox").TString<string>;
458
+ $lte: import("@feathersjs/typebox").TString<string>;
459
+ $ne: import("@feathersjs/typebox").TString<string>;
460
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
461
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
462
+ }>, import("@feathersjs/typebox").TObject<{
463
+ [key: string]: import("@feathersjs/typebox").TSchema;
464
+ } | undefined>]>>]>>;
465
+ updatedAt: 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<{
466
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
467
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
468
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
469
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
470
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
471
+ $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">>;
472
+ $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">>;
473
+ }>, import("@feathersjs/typebox").TObject<{
474
+ [key: string]: import("@feathersjs/typebox").TSchema;
475
+ } | undefined>]>>]>>;
476
+ userId: 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<{
477
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
478
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
479
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
480
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
481
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
482
+ $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<{}>]>;
483
+ $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<{}>]>;
484
+ }>, import("@feathersjs/typebox").TObject<{
485
+ [key: string]: import("@feathersjs/typebox").TSchema;
486
+ } | undefined>]>>]>>;
487
+ }>>, import("@feathersjs/typebox").TObject<{
488
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
489
+ _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<{
490
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
491
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
492
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
493
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
494
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
495
+ $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<{}>]>;
496
+ $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<{}>]>;
497
+ }>, import("@feathersjs/typebox").TObject<{
498
+ [key: string]: import("@feathersjs/typebox").TSchema;
499
+ } | undefined>]>>]>>;
500
+ completedAt: 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<{
501
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
502
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
503
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
504
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
505
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
506
+ $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">>;
507
+ $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">>;
508
+ }>, import("@feathersjs/typebox").TObject<{
509
+ [key: string]: import("@feathersjs/typebox").TSchema;
510
+ } | undefined>]>>]>>;
511
+ 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<{
512
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
513
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
514
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
515
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
516
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
517
+ $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">>;
518
+ $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">>;
519
+ }>, import("@feathersjs/typebox").TObject<{
520
+ [key: string]: import("@feathersjs/typebox").TSchema;
521
+ } | undefined>]>>]>>;
522
+ dependencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<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<{
523
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
524
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
525
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
526
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
527
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
528
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
529
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
530
+ }>, import("@feathersjs/typebox").TObject<{
531
+ [key: string]: import("@feathersjs/typebox").TSchema;
532
+ } | undefined>]>>]>>;
533
+ expiresAt: 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<{
534
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
535
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
536
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
537
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
538
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
539
+ $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">>;
540
+ $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">>;
541
+ }>, import("@feathersjs/typebox").TObject<{
542
+ [key: string]: import("@feathersjs/typebox").TSchema;
543
+ } | undefined>]>>]>>;
544
+ objectiveId: 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<{
545
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
546
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
547
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
548
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
549
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
550
+ $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<{}>]>;
551
+ $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<{}>]>;
552
+ }>, import("@feathersjs/typebox").TObject<{
553
+ [key: string]: import("@feathersjs/typebox").TSchema;
554
+ } | undefined>]>>]>>;
555
+ priority: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
556
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
557
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
558
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
559
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
560
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
561
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
562
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
563
+ }>, import("@feathersjs/typebox").TObject<{
564
+ [key: string]: import("@feathersjs/typebox").TSchema;
565
+ } | undefined>]>>]>>;
566
+ state: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
567
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
568
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
569
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
570
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
571
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
572
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
573
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
574
+ }>, import("@feathersjs/typebox").TObject<{
575
+ [key: string]: import("@feathersjs/typebox").TSchema;
576
+ } | undefined>]>>]>>;
577
+ title: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
578
+ $gt: import("@feathersjs/typebox").TString<string>;
579
+ $gte: import("@feathersjs/typebox").TString<string>;
580
+ $lt: import("@feathersjs/typebox").TString<string>;
581
+ $lte: import("@feathersjs/typebox").TString<string>;
582
+ $ne: import("@feathersjs/typebox").TString<string>;
583
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
584
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
585
+ }>, import("@feathersjs/typebox").TObject<{
586
+ [key: string]: import("@feathersjs/typebox").TSchema;
587
+ } | undefined>]>>]>>;
588
+ updatedAt: 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<{
589
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
590
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
591
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
592
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
593
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
594
+ $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">>;
595
+ $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">>;
596
+ }>, import("@feathersjs/typebox").TObject<{
597
+ [key: string]: import("@feathersjs/typebox").TSchema;
598
+ } | undefined>]>>]>>;
599
+ userId: 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<{
600
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
601
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
602
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
603
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
604
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
605
+ $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<{}>]>;
606
+ $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<{}>]>;
607
+ }>, import("@feathersjs/typebox").TObject<{
608
+ [key: string]: import("@feathersjs/typebox").TSchema;
609
+ } | undefined>]>>]>>;
610
+ }>>>;
611
+ }>]>>;
612
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
613
+ _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<{
614
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
615
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
616
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
617
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
618
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
619
+ $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<{}>]>;
620
+ $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<{}>]>;
621
+ }>, import("@feathersjs/typebox").TObject<{
622
+ [key: string]: import("@feathersjs/typebox").TSchema;
623
+ } | undefined>]>>]>>;
624
+ completedAt: 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<{
625
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
626
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
627
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
628
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
629
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
630
+ $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">>;
631
+ $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">>;
632
+ }>, import("@feathersjs/typebox").TObject<{
633
+ [key: string]: import("@feathersjs/typebox").TSchema;
634
+ } | undefined>]>>]>>;
635
+ 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<{
636
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
637
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
638
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
639
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
640
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
641
+ $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">>;
642
+ $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">>;
643
+ }>, import("@feathersjs/typebox").TObject<{
644
+ [key: string]: import("@feathersjs/typebox").TSchema;
645
+ } | undefined>]>>]>>;
646
+ dependencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<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<{
647
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
648
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
649
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
650
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
651
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
652
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
653
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
654
+ }>, import("@feathersjs/typebox").TObject<{
655
+ [key: string]: import("@feathersjs/typebox").TSchema;
656
+ } | undefined>]>>]>>;
657
+ expiresAt: 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<{
658
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
659
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
660
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
661
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
662
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
663
+ $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">>;
664
+ $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">>;
665
+ }>, import("@feathersjs/typebox").TObject<{
666
+ [key: string]: import("@feathersjs/typebox").TSchema;
667
+ } | undefined>]>>]>>;
668
+ objectiveId: 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<{
669
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
670
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
671
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
672
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
673
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
674
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
675
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
676
+ }>, import("@feathersjs/typebox").TObject<{
677
+ [key: string]: import("@feathersjs/typebox").TSchema;
678
+ } | undefined>]>>]>>;
679
+ priority: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
680
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
681
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
682
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
683
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
684
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
685
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
686
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
687
+ }>, import("@feathersjs/typebox").TObject<{
688
+ [key: string]: import("@feathersjs/typebox").TSchema;
689
+ } | undefined>]>>]>>;
690
+ state: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
691
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
692
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
693
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
694
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
695
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
696
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
697
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
698
+ }>, import("@feathersjs/typebox").TObject<{
699
+ [key: string]: import("@feathersjs/typebox").TSchema;
700
+ } | undefined>]>>]>>;
701
+ title: 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<{
702
+ $gt: import("@feathersjs/typebox").TString<string>;
703
+ $gte: import("@feathersjs/typebox").TString<string>;
704
+ $lt: import("@feathersjs/typebox").TString<string>;
705
+ $lte: import("@feathersjs/typebox").TString<string>;
706
+ $ne: import("@feathersjs/typebox").TString<string>;
707
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
708
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
709
+ }>, import("@feathersjs/typebox").TObject<{
710
+ [key: string]: import("@feathersjs/typebox").TSchema;
711
+ } | undefined>]>>]>>;
712
+ updatedAt: 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<{
713
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
714
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
715
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
716
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
717
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
718
+ $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">>;
719
+ $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">>;
720
+ }>, import("@feathersjs/typebox").TObject<{
721
+ [key: string]: import("@feathersjs/typebox").TSchema;
722
+ } | undefined>]>>]>>;
723
+ userId: 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<{
724
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
725
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
726
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
727
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
728
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
729
+ $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<{}>]>;
730
+ $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<{}>]>;
731
+ }>, import("@feathersjs/typebox").TObject<{
732
+ [key: string]: import("@feathersjs/typebox").TSchema;
733
+ } | undefined>]>>]>>;
734
+ }>>>;
735
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
736
+ _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<{
737
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
738
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
739
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
740
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
741
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
742
+ $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<{}>]>;
743
+ $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<{}>]>;
744
+ }>, import("@feathersjs/typebox").TObject<{
745
+ [key: string]: import("@feathersjs/typebox").TSchema;
746
+ } | undefined>]>>]>>;
747
+ completedAt: 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<{
748
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
749
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
750
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
751
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
752
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
753
+ $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">>;
754
+ $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">>;
755
+ }>, import("@feathersjs/typebox").TObject<{
756
+ [key: string]: import("@feathersjs/typebox").TSchema;
757
+ } | undefined>]>>]>>;
758
+ 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<{
759
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
760
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
761
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
762
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
763
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
764
+ $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">>;
765
+ $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">>;
766
+ }>, import("@feathersjs/typebox").TObject<{
767
+ [key: string]: import("@feathersjs/typebox").TSchema;
768
+ } | undefined>]>>]>>;
769
+ dependencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<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<{
770
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
771
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
772
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
773
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
774
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
775
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
776
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
777
+ }>, import("@feathersjs/typebox").TObject<{
778
+ [key: string]: import("@feathersjs/typebox").TSchema;
779
+ } | undefined>]>>]>>;
780
+ expiresAt: 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<{
781
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
782
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
783
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
784
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
785
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
786
+ $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">>;
787
+ $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">>;
788
+ }>, import("@feathersjs/typebox").TObject<{
789
+ [key: string]: import("@feathersjs/typebox").TSchema;
790
+ } | undefined>]>>]>>;
791
+ objectiveId: 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<{
792
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
793
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
794
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
795
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
796
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
797
+ $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<{}>]>;
798
+ $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<{}>]>;
799
+ }>, import("@feathersjs/typebox").TObject<{
800
+ [key: string]: import("@feathersjs/typebox").TSchema;
801
+ } | undefined>]>>]>>;
802
+ priority: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
803
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
804
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
805
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
806
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
807
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
808
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
809
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"low">, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"high">, import("@feathersjs/typebox").TLiteral<"urgent">]>>;
810
+ }>, import("@feathersjs/typebox").TObject<{
811
+ [key: string]: import("@feathersjs/typebox").TSchema;
812
+ } | undefined>]>>]>>;
813
+ state: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
814
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
815
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
816
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
817
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
818
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
819
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
820
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"created">, import("@feathersjs/typebox").TLiteral<"assigned">, import("@feathersjs/typebox").TLiteral<"in_progress">, import("@feathersjs/typebox").TLiteral<"in_review">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>>;
821
+ }>, import("@feathersjs/typebox").TObject<{
822
+ [key: string]: import("@feathersjs/typebox").TSchema;
823
+ } | undefined>]>>]>>;
824
+ title: 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<{
825
+ $gt: import("@feathersjs/typebox").TString<string>;
826
+ $gte: import("@feathersjs/typebox").TString<string>;
827
+ $lt: import("@feathersjs/typebox").TString<string>;
828
+ $lte: import("@feathersjs/typebox").TString<string>;
829
+ $ne: import("@feathersjs/typebox").TString<string>;
830
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
831
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
832
+ }>, import("@feathersjs/typebox").TObject<{
833
+ [key: string]: import("@feathersjs/typebox").TSchema;
834
+ } | undefined>]>>]>>;
835
+ updatedAt: 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<{
836
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
837
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
838
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
839
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
840
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
841
+ $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">>;
842
+ $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">>;
843
+ }>, import("@feathersjs/typebox").TObject<{
844
+ [key: string]: import("@feathersjs/typebox").TSchema;
845
+ } | undefined>]>>]>>;
846
+ userId: 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<{
847
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
848
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
849
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
850
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
851
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
852
+ $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<{}>]>;
853
+ $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<{}>]>;
854
+ }>, import("@feathersjs/typebox").TObject<{
855
+ [key: string]: import("@feathersjs/typebox").TSchema;
856
+ } | undefined>]>>]>>;
857
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
858
+ export type TasksQuery = Static<typeof tasksQuerySchema>;
859
+ export declare const tasksQueryValidator: import("@feathersjs/schema").Validator<any, any>;
860
+ export declare const tasksQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
861
+ $limit: number;
862
+ $skip: number;
863
+ $sort: {
864
+ _id?: number | undefined;
865
+ completedAt?: number | undefined;
866
+ createdAt?: number | undefined;
867
+ dependencies?: number | undefined;
868
+ expiresAt?: number | undefined;
869
+ objectiveId?: number | undefined;
870
+ priority?: number | undefined;
871
+ state?: number | undefined;
872
+ title?: number | undefined;
873
+ updatedAt?: number | undefined;
874
+ userId?: number | undefined;
875
+ };
876
+ $select: ("_id" | "completedAt" | "createdAt" | "dependencies" | "expiresAt" | "objectiveId" | "priority" | "state" | "title" | "updatedAt" | "userId")[];
877
+ $and: ({
878
+ _id?: string | Partial<{
879
+ $gt: string | {};
880
+ $gte: string | {};
881
+ $lt: string | {};
882
+ $lte: string | {};
883
+ $ne: string | {};
884
+ $in: string | (string | {})[] | {};
885
+ $nin: string | (string | {})[] | {};
886
+ } & {}> | {} | undefined;
887
+ completedAt?: string | Partial<{
888
+ $gt?: string | undefined;
889
+ $gte?: string | undefined;
890
+ $lt?: string | undefined;
891
+ $lte?: string | undefined;
892
+ $ne?: string | undefined;
893
+ $in: string | string[];
894
+ $nin: string | string[];
895
+ } & {}> | undefined;
896
+ createdAt?: string | Partial<{
897
+ $gt?: string | undefined;
898
+ $gte?: string | undefined;
899
+ $lt?: string | undefined;
900
+ $lte?: string | undefined;
901
+ $ne?: string | undefined;
902
+ $in: string | string[];
903
+ $nin: string | string[];
904
+ } & {}> | undefined;
905
+ dependencies?: (string | {})[] | Partial<{
906
+ $gt?: (string | {})[] | undefined;
907
+ $gte?: (string | {})[] | undefined;
908
+ $lt?: (string | {})[] | undefined;
909
+ $lte?: (string | {})[] | undefined;
910
+ $ne?: (string | {})[] | undefined;
911
+ $in: (string | {})[][] | (string | {})[];
912
+ $nin: (string | {})[][] | (string | {})[];
913
+ } & {}> | undefined;
914
+ expiresAt?: string | Partial<{
915
+ $gt?: string | undefined;
916
+ $gte?: string | undefined;
917
+ $lt?: string | undefined;
918
+ $lte?: string | undefined;
919
+ $ne?: string | undefined;
920
+ $in: string | string[];
921
+ $nin: string | string[];
922
+ } & {}> | undefined;
923
+ objectiveId?: string | Partial<{
924
+ $gt: string | {};
925
+ $gte: string | {};
926
+ $lt: string | {};
927
+ $lte: string | {};
928
+ $ne: string | {};
929
+ $in: string | (string | {})[] | {};
930
+ $nin: string | (string | {})[] | {};
931
+ } & {}> | {} | undefined;
932
+ priority?: "high" | "low" | "medium" | "urgent" | Partial<{
933
+ $gt?: "high" | "low" | "medium" | "urgent" | undefined;
934
+ $gte?: "high" | "low" | "medium" | "urgent" | undefined;
935
+ $lt?: "high" | "low" | "medium" | "urgent" | undefined;
936
+ $lte?: "high" | "low" | "medium" | "urgent" | undefined;
937
+ $ne?: "high" | "low" | "medium" | "urgent" | undefined;
938
+ $in: "high" | "low" | "medium" | "urgent" | ("high" | "low" | "medium" | "urgent")[];
939
+ $nin: "high" | "low" | "medium" | "urgent" | ("high" | "low" | "medium" | "urgent")[];
940
+ } & {}> | undefined;
941
+ state?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | Partial<{
942
+ $gt?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
943
+ $gte?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
944
+ $lt?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
945
+ $lte?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
946
+ $ne?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
947
+ $in: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | ("assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review")[];
948
+ $nin: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | ("assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review")[];
949
+ } & {}> | undefined;
950
+ title?: string | Partial<{
951
+ $gt: string;
952
+ $gte: string;
953
+ $lt: string;
954
+ $lte: string;
955
+ $ne: string;
956
+ $in: string | string[];
957
+ $nin: string | string[];
958
+ } & {}> | undefined;
959
+ updatedAt?: string | Partial<{
960
+ $gt?: string | undefined;
961
+ $gte?: string | undefined;
962
+ $lt?: string | undefined;
963
+ $lte?: string | undefined;
964
+ $ne?: string | undefined;
965
+ $in: string | string[];
966
+ $nin: string | string[];
967
+ } & {}> | undefined;
968
+ userId?: string | Partial<{
969
+ $gt: string | {};
970
+ $gte: string | {};
971
+ $lt: string | {};
972
+ $lte: string | {};
973
+ $ne: string | {};
974
+ $in: string | (string | {})[] | {};
975
+ $nin: string | (string | {})[] | {};
976
+ } & {}> | {} | undefined;
977
+ } | {
978
+ $or: {
979
+ _id?: string | Partial<{
980
+ $gt: string | {};
981
+ $gte: string | {};
982
+ $lt: string | {};
983
+ $lte: string | {};
984
+ $ne: string | {};
985
+ $in: string | (string | {})[] | {};
986
+ $nin: string | (string | {})[] | {};
987
+ } & {}> | {} | undefined;
988
+ completedAt?: string | Partial<{
989
+ $gt?: string | undefined;
990
+ $gte?: string | undefined;
991
+ $lt?: string | undefined;
992
+ $lte?: string | undefined;
993
+ $ne?: string | undefined;
994
+ $in: string | string[];
995
+ $nin: string | string[];
996
+ } & {}> | undefined;
997
+ createdAt?: string | Partial<{
998
+ $gt?: string | undefined;
999
+ $gte?: string | undefined;
1000
+ $lt?: string | undefined;
1001
+ $lte?: string | undefined;
1002
+ $ne?: string | undefined;
1003
+ $in: string | string[];
1004
+ $nin: string | string[];
1005
+ } & {}> | undefined;
1006
+ dependencies?: (string | {})[] | Partial<{
1007
+ $gt?: (string | {})[] | undefined;
1008
+ $gte?: (string | {})[] | undefined;
1009
+ $lt?: (string | {})[] | undefined;
1010
+ $lte?: (string | {})[] | undefined;
1011
+ $ne?: (string | {})[] | undefined;
1012
+ $in: (string | {})[][] | (string | {})[];
1013
+ $nin: (string | {})[][] | (string | {})[];
1014
+ } & {}> | undefined;
1015
+ expiresAt?: string | Partial<{
1016
+ $gt?: string | undefined;
1017
+ $gte?: string | undefined;
1018
+ $lt?: string | undefined;
1019
+ $lte?: string | undefined;
1020
+ $ne?: string | undefined;
1021
+ $in: string | string[];
1022
+ $nin: string | string[];
1023
+ } & {}> | undefined;
1024
+ objectiveId?: string | Partial<{
1025
+ $gt: string | {};
1026
+ $gte: string | {};
1027
+ $lt: string | {};
1028
+ $lte: string | {};
1029
+ $ne: string | {};
1030
+ $in: string | (string | {})[] | {};
1031
+ $nin: string | (string | {})[] | {};
1032
+ } & {}> | {} | undefined;
1033
+ priority?: "high" | "low" | "medium" | "urgent" | Partial<{
1034
+ $gt?: "high" | "low" | "medium" | "urgent" | undefined;
1035
+ $gte?: "high" | "low" | "medium" | "urgent" | undefined;
1036
+ $lt?: "high" | "low" | "medium" | "urgent" | undefined;
1037
+ $lte?: "high" | "low" | "medium" | "urgent" | undefined;
1038
+ $ne?: "high" | "low" | "medium" | "urgent" | undefined;
1039
+ $in: "high" | "low" | "medium" | "urgent" | ("high" | "low" | "medium" | "urgent")[];
1040
+ $nin: "high" | "low" | "medium" | "urgent" | ("high" | "low" | "medium" | "urgent")[];
1041
+ } & {}> | undefined;
1042
+ state?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | Partial<{
1043
+ $gt?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
1044
+ $gte?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
1045
+ $lt?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
1046
+ $lte?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
1047
+ $ne?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
1048
+ $in: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | ("assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review")[];
1049
+ $nin: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | ("assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review")[];
1050
+ } & {}> | undefined;
1051
+ title?: string | Partial<{
1052
+ $gt: string;
1053
+ $gte: string;
1054
+ $lt: string;
1055
+ $lte: string;
1056
+ $ne: string;
1057
+ $in: string | string[];
1058
+ $nin: string | string[];
1059
+ } & {}> | undefined;
1060
+ updatedAt?: string | Partial<{
1061
+ $gt?: string | undefined;
1062
+ $gte?: string | undefined;
1063
+ $lt?: string | undefined;
1064
+ $lte?: string | undefined;
1065
+ $ne?: string | undefined;
1066
+ $in: string | string[];
1067
+ $nin: string | string[];
1068
+ } & {}> | undefined;
1069
+ userId?: string | Partial<{
1070
+ $gt: string | {};
1071
+ $gte: string | {};
1072
+ $lt: string | {};
1073
+ $lte: string | {};
1074
+ $ne: string | {};
1075
+ $in: string | (string | {})[] | {};
1076
+ $nin: string | (string | {})[] | {};
1077
+ } & {}> | {} | undefined;
1078
+ }[];
1079
+ })[];
1080
+ $or: {
1081
+ _id?: string | Partial<{
1082
+ $gt: string | {};
1083
+ $gte: string | {};
1084
+ $lt: string | {};
1085
+ $lte: string | {};
1086
+ $ne: string | {};
1087
+ $in: string | (string | {})[] | {};
1088
+ $nin: string | (string | {})[] | {};
1089
+ } & {}> | {} | undefined;
1090
+ completedAt?: string | Partial<{
1091
+ $gt?: string | undefined;
1092
+ $gte?: string | undefined;
1093
+ $lt?: string | undefined;
1094
+ $lte?: string | undefined;
1095
+ $ne?: string | undefined;
1096
+ $in: string | string[];
1097
+ $nin: string | string[];
1098
+ } & {}> | undefined;
1099
+ createdAt?: string | Partial<{
1100
+ $gt?: string | undefined;
1101
+ $gte?: string | undefined;
1102
+ $lt?: string | undefined;
1103
+ $lte?: string | undefined;
1104
+ $ne?: string | undefined;
1105
+ $in: string | string[];
1106
+ $nin: string | string[];
1107
+ } & {}> | undefined;
1108
+ dependencies?: (string | {})[] | Partial<{
1109
+ $gt?: (string | {})[] | undefined;
1110
+ $gte?: (string | {})[] | undefined;
1111
+ $lt?: (string | {})[] | undefined;
1112
+ $lte?: (string | {})[] | undefined;
1113
+ $ne?: (string | {})[] | undefined;
1114
+ $in: (string | {})[][] | (string | {})[];
1115
+ $nin: (string | {})[][] | (string | {})[];
1116
+ } & {}> | undefined;
1117
+ expiresAt?: string | Partial<{
1118
+ $gt?: string | undefined;
1119
+ $gte?: string | undefined;
1120
+ $lt?: string | undefined;
1121
+ $lte?: string | undefined;
1122
+ $ne?: string | undefined;
1123
+ $in: string | string[];
1124
+ $nin: string | string[];
1125
+ } & {}> | undefined;
1126
+ objectiveId?: string | Partial<{
1127
+ $gt: string | {};
1128
+ $gte: string | {};
1129
+ $lt: string | {};
1130
+ $lte: string | {};
1131
+ $ne: string | {};
1132
+ $in: string | (string | {})[] | {};
1133
+ $nin: string | (string | {})[] | {};
1134
+ } & {}> | {} | undefined;
1135
+ priority?: "high" | "low" | "medium" | "urgent" | Partial<{
1136
+ $gt?: "high" | "low" | "medium" | "urgent" | undefined;
1137
+ $gte?: "high" | "low" | "medium" | "urgent" | undefined;
1138
+ $lt?: "high" | "low" | "medium" | "urgent" | undefined;
1139
+ $lte?: "high" | "low" | "medium" | "urgent" | undefined;
1140
+ $ne?: "high" | "low" | "medium" | "urgent" | undefined;
1141
+ $in: "high" | "low" | "medium" | "urgent" | ("high" | "low" | "medium" | "urgent")[];
1142
+ $nin: "high" | "low" | "medium" | "urgent" | ("high" | "low" | "medium" | "urgent")[];
1143
+ } & {}> | undefined;
1144
+ state?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | Partial<{
1145
+ $gt?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
1146
+ $gte?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
1147
+ $lt?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
1148
+ $lte?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
1149
+ $ne?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
1150
+ $in: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | ("assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review")[];
1151
+ $nin: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | ("assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review")[];
1152
+ } & {}> | undefined;
1153
+ title?: string | Partial<{
1154
+ $gt: string;
1155
+ $gte: string;
1156
+ $lt: string;
1157
+ $lte: string;
1158
+ $ne: string;
1159
+ $in: string | string[];
1160
+ $nin: string | string[];
1161
+ } & {}> | undefined;
1162
+ updatedAt?: string | Partial<{
1163
+ $gt?: string | undefined;
1164
+ $gte?: string | undefined;
1165
+ $lt?: string | undefined;
1166
+ $lte?: string | undefined;
1167
+ $ne?: string | undefined;
1168
+ $in: string | string[];
1169
+ $nin: string | string[];
1170
+ } & {}> | undefined;
1171
+ userId?: string | Partial<{
1172
+ $gt: string | {};
1173
+ $gte: string | {};
1174
+ $lt: string | {};
1175
+ $lte: string | {};
1176
+ $ne: string | {};
1177
+ $in: string | (string | {})[] | {};
1178
+ $nin: string | (string | {})[] | {};
1179
+ } & {}> | {} | undefined;
1180
+ }[];
1181
+ }> & {
1182
+ _id?: string | Partial<{
1183
+ $gt: string | {};
1184
+ $gte: string | {};
1185
+ $lt: string | {};
1186
+ $lte: string | {};
1187
+ $ne: string | {};
1188
+ $in: string | (string | {})[] | {};
1189
+ $nin: string | (string | {})[] | {};
1190
+ } & {}> | {} | undefined;
1191
+ completedAt?: string | Partial<{
1192
+ $gt?: string | undefined;
1193
+ $gte?: string | undefined;
1194
+ $lt?: string | undefined;
1195
+ $lte?: string | undefined;
1196
+ $ne?: string | undefined;
1197
+ $in: string | string[];
1198
+ $nin: string | string[];
1199
+ } & {}> | undefined;
1200
+ createdAt?: string | Partial<{
1201
+ $gt?: string | undefined;
1202
+ $gte?: string | undefined;
1203
+ $lt?: string | undefined;
1204
+ $lte?: string | undefined;
1205
+ $ne?: string | undefined;
1206
+ $in: string | string[];
1207
+ $nin: string | string[];
1208
+ } & {}> | undefined;
1209
+ dependencies?: (string | {})[] | Partial<{
1210
+ $gt?: (string | {})[] | undefined;
1211
+ $gte?: (string | {})[] | undefined;
1212
+ $lt?: (string | {})[] | undefined;
1213
+ $lte?: (string | {})[] | undefined;
1214
+ $ne?: (string | {})[] | undefined;
1215
+ $in: (string | {})[][] | (string | {})[];
1216
+ $nin: (string | {})[][] | (string | {})[];
1217
+ } & {}> | undefined;
1218
+ expiresAt?: string | Partial<{
1219
+ $gt?: string | undefined;
1220
+ $gte?: string | undefined;
1221
+ $lt?: string | undefined;
1222
+ $lte?: string | undefined;
1223
+ $ne?: string | undefined;
1224
+ $in: string | string[];
1225
+ $nin: string | string[];
1226
+ } & {}> | undefined;
1227
+ objectiveId?: string | Partial<{
1228
+ $gt: string | {};
1229
+ $gte: string | {};
1230
+ $lt: string | {};
1231
+ $lte: string | {};
1232
+ $ne: string | {};
1233
+ $in: string | (string | {})[] | {};
1234
+ $nin: string | (string | {})[] | {};
1235
+ } & {}> | {} | undefined;
1236
+ priority?: "high" | "low" | "medium" | "urgent" | Partial<{
1237
+ $gt?: "high" | "low" | "medium" | "urgent" | undefined;
1238
+ $gte?: "high" | "low" | "medium" | "urgent" | undefined;
1239
+ $lt?: "high" | "low" | "medium" | "urgent" | undefined;
1240
+ $lte?: "high" | "low" | "medium" | "urgent" | undefined;
1241
+ $ne?: "high" | "low" | "medium" | "urgent" | undefined;
1242
+ $in: "high" | "low" | "medium" | "urgent" | ("high" | "low" | "medium" | "urgent")[];
1243
+ $nin: "high" | "low" | "medium" | "urgent" | ("high" | "low" | "medium" | "urgent")[];
1244
+ } & {}> | undefined;
1245
+ state?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | Partial<{
1246
+ $gt?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
1247
+ $gte?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
1248
+ $lt?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
1249
+ $lte?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
1250
+ $ne?: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | undefined;
1251
+ $in: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | ("assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review")[];
1252
+ $nin: "assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review" | ("assigned" | "completed" | "created" | "failed" | "in_progress" | "in_review")[];
1253
+ } & {}> | undefined;
1254
+ title?: string | Partial<{
1255
+ $gt: string;
1256
+ $gte: string;
1257
+ $lt: string;
1258
+ $lte: string;
1259
+ $ne: string;
1260
+ $in: string | string[];
1261
+ $nin: string | string[];
1262
+ } & {}> | undefined;
1263
+ updatedAt?: string | Partial<{
1264
+ $gt?: string | undefined;
1265
+ $gte?: string | undefined;
1266
+ $lt?: string | undefined;
1267
+ $lte?: string | undefined;
1268
+ $ne?: string | undefined;
1269
+ $in: string | string[];
1270
+ $nin: string | string[];
1271
+ } & {}> | undefined;
1272
+ userId?: string | Partial<{
1273
+ $gt: string | {};
1274
+ $gte: string | {};
1275
+ $lt: string | {};
1276
+ $lte: string | {};
1277
+ $ne: string | {};
1278
+ $in: string | (string | {})[] | {};
1279
+ $nin: string | (string | {})[] | {};
1280
+ } & {}> | {} | undefined;
1281
+ } & {}, HookContext<TasksService<import("./tasks.class").TasksParams>>>;