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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (634) hide show
  1. package/lib/src/client.d.ts +260 -0
  2. package/lib/src/client.js +181 -12
  3. package/lib/src/services/advisor/advisor.class.d.ts +12 -0
  4. package/lib/src/services/advisor/advisor.d.ts +11 -0
  5. package/lib/src/services/advisor/advisor.hooks.d.ts +9 -0
  6. package/lib/src/services/advisor/advisor.schema.d.ts +2744 -0
  7. package/lib/src/services/advisor/advisor.shared.d.ts +13 -0
  8. package/lib/src/services/advisor/advisor.shared.js +13 -0
  9. package/lib/src/services/advisor/messages/messages.class.d.ts +11 -0
  10. package/lib/src/services/advisor/messages/messages.d.ts +11 -0
  11. package/lib/src/services/advisor/messages/messages.schema.d.ts +575 -0
  12. package/lib/src/services/advisor/messages/messages.shared.d.ts +13 -0
  13. package/lib/src/services/advisor/messages/messages.shared.js +13 -0
  14. package/lib/src/services/affiliates/affiliates.class.d.ts +18 -0
  15. package/lib/src/services/affiliates/affiliates.d.ts +11 -0
  16. package/lib/src/services/affiliates/affiliates.schema.d.ts +579 -0
  17. package/lib/src/services/affiliates/affiliates.shared.d.ts +13 -0
  18. package/lib/src/services/affiliates/affiliates.shared.js +20 -0
  19. package/lib/src/services/affiliates/clicks/clicks.class.d.ts +11 -0
  20. package/lib/src/services/affiliates/clicks/clicks.d.ts +11 -0
  21. package/lib/src/services/affiliates/clicks/clicks.schema.d.ts +507 -0
  22. package/lib/src/services/affiliates/clicks/clicks.shared.d.ts +13 -0
  23. package/lib/src/services/affiliates/clicks/clicks.shared.js +19 -0
  24. package/lib/src/services/affiliates/comissions/comissions.class.d.ts +11 -0
  25. package/lib/src/services/affiliates/comissions/comissions.d.ts +11 -0
  26. package/lib/src/services/affiliates/comissions/comissions.schema.d.ts +841 -0
  27. package/lib/src/services/affiliates/comissions/comissions.shared.d.ts +13 -0
  28. package/lib/src/services/affiliates/comissions/comissions.shared.js +19 -0
  29. package/lib/src/services/affiliates/contracts/contracts.class.d.ts +11 -0
  30. package/lib/src/services/affiliates/contracts/contracts.d.ts +11 -0
  31. package/lib/src/services/affiliates/contracts/contracts.schema.d.ts +667 -0
  32. package/lib/src/services/affiliates/contracts/contracts.shared.d.ts +13 -0
  33. package/lib/src/services/affiliates/contracts/contracts.shared.js +19 -0
  34. package/lib/src/services/affiliates/coupons/coupons.class.d.ts +11 -0
  35. package/lib/src/services/affiliates/coupons/coupons.d.ts +11 -0
  36. package/lib/src/services/affiliates/coupons/coupons.schema.d.ts +523 -0
  37. package/lib/src/services/affiliates/coupons/coupons.shared.d.ts +13 -0
  38. package/lib/src/services/affiliates/coupons/coupons.shared.js +19 -0
  39. package/lib/src/services/affiliates/links/links.class.d.ts +11 -0
  40. package/lib/src/services/affiliates/links/links.d.ts +11 -0
  41. package/lib/src/services/affiliates/links/links.schema.d.ts +515 -0
  42. package/lib/src/services/affiliates/links/links.shared.d.ts +13 -0
  43. package/lib/src/services/affiliates/links/links.shared.js +13 -0
  44. package/lib/src/services/affiliates/payouts/payouts.class.d.ts +11 -0
  45. package/lib/src/services/affiliates/payouts/payouts.d.ts +11 -0
  46. package/lib/src/services/affiliates/payouts/payouts.schema.d.ts +433 -0
  47. package/lib/src/services/affiliates/payouts/payouts.shared.d.ts +13 -0
  48. package/lib/src/services/affiliates/payouts/payouts.shared.js +19 -0
  49. package/lib/src/services/agents/agents.class.d.ts +12 -0
  50. package/lib/src/services/agents/agents.d.ts +11 -0
  51. package/lib/src/services/agents/agents.schema.d.ts +3573 -0
  52. package/lib/src/services/agents/agents.shared.d.ts +13 -0
  53. package/lib/src/services/agents/agents.shared.js +13 -0
  54. package/lib/src/services/agents/configure-bedrock-features.hooks.d.ts +2 -0
  55. package/lib/src/services/agents/create-agent-api-key.hooks.d.ts +2 -0
  56. package/lib/src/services/agents/create-bedrock-agent.hooks.d.ts +2 -0
  57. package/lib/src/services/agents/delete-agent-api-key.hooks.d.ts +2 -0
  58. package/lib/src/services/agents/delete-agent-triggers.hooks.d.ts +5 -0
  59. package/lib/src/services/agents/delete-bedrock-agent.hooks.d.ts +2 -0
  60. package/lib/src/services/agents/manage-bedrock-action-groups.hooks.d.ts +2 -0
  61. package/lib/src/services/agents/prepare/agents/backtest-analyst.d.ts +2 -0
  62. package/lib/src/services/agents/prepare/agents/financial-manager.d.ts +16 -0
  63. package/lib/src/services/agents/prepare/agents/hyperopt-analyst.d.ts +2 -0
  64. package/lib/src/services/agents/prepare/agents/index.d.ts +13 -0
  65. package/lib/src/services/agents/prepare/agents/risk-critic.d.ts +2 -0
  66. package/lib/src/services/agents/prepare/agents/strategy-researcher.d.ts +2 -0
  67. package/lib/src/services/agents/prepare/prepare.class.d.ts +18 -0
  68. package/lib/src/services/agents/prepare/prepare.d.ts +11 -0
  69. package/lib/src/services/agents/prepare/prepare.schema.d.ts +285 -0
  70. package/lib/src/services/agents/prepare/prepare.shared.d.ts +13 -0
  71. package/lib/src/services/agents/prepare/prepare.shared.js +13 -0
  72. package/lib/src/services/agents/refresh-bedrock-agent-status.hooks.d.ts +2 -0
  73. package/lib/src/services/agents/sessions/conversations/conversations.class.d.ts +12 -0
  74. package/lib/src/services/agents/sessions/conversations/conversations.d.ts +11 -0
  75. package/lib/src/services/agents/sessions/conversations/conversations.hooks.d.ts +11 -0
  76. package/lib/src/services/agents/sessions/conversations/conversations.schema.d.ts +2931 -0
  77. package/lib/src/services/agents/sessions/conversations/conversations.shared.d.ts +13 -0
  78. package/lib/src/services/agents/sessions/conversations/conversations.shared.js +13 -0
  79. package/lib/src/services/agents/sessions/conversations/invoke-agent-provider.hooks.d.ts +2 -0
  80. package/lib/src/services/agents/sessions/conversations/invoke-bedrock-agent.hooks.d.ts +2 -0
  81. package/lib/src/services/agents/sessions/conversations/set-conversation-timestamps.hooks.d.ts +0 -0
  82. package/lib/src/services/agents/sessions/create-bedrock-session.hooks.d.ts +2 -0
  83. package/lib/src/services/agents/sessions/delete-bedrock-session.hooks.d.ts +2 -0
  84. package/lib/src/services/agents/sessions/sessions.class.d.ts +12 -0
  85. package/lib/src/services/agents/sessions/sessions.d.ts +11 -0
  86. package/lib/src/services/agents/sessions/sessions.hooks.d.ts +11 -0
  87. package/lib/src/services/agents/sessions/sessions.schema.d.ts +891 -0
  88. package/lib/src/services/agents/sessions/sessions.shared.d.ts +13 -0
  89. package/lib/src/services/agents/sessions/sessions.shared.js +13 -0
  90. package/lib/src/services/agents/sessions/sync-bedrock-sessions.hooks.d.ts +2 -0
  91. package/lib/src/services/agents/sessions/update-bedrock-session.hooks.d.ts +2 -0
  92. package/lib/src/services/agents/update-bedrock-agent.hooks.d.ts +2 -0
  93. package/lib/src/services/agents/update-trigger-rules-with-agent-info.hooks.d.ts +5 -0
  94. package/lib/src/services/agents/validate-agent-actions.hooks.d.ts +3 -0
  95. package/lib/src/services/autotune/apply-params.d.ts +44 -0
  96. package/lib/src/services/autotune/callback.d.ts +2 -0
  97. package/lib/src/services/autotune/compute/compute.d.ts +40 -0
  98. package/lib/src/services/autotune/optuna-bridge.d.ts +10 -0
  99. package/lib/src/services/autotune/score.d.ts +37 -0
  100. package/lib/src/services/autotune/storage.d.ts +6 -0
  101. package/lib/src/services/autotune/studies/studies.class.d.ts +12 -0
  102. package/lib/src/services/autotune/studies/studies.d.ts +12 -0
  103. package/lib/src/services/autotune/studies/studies.schema.d.ts +1229 -0
  104. package/lib/src/services/autotune/studies/studies.shared.d.ts +13 -0
  105. package/lib/src/services/autotune/studies/studies.shared.js +13 -0
  106. package/lib/src/services/autotune/trials/trials.class.d.ts +12 -0
  107. package/lib/src/services/autotune/trials/trials.d.ts +12 -0
  108. package/lib/src/services/autotune/trials/trials.schema.d.ts +790 -0
  109. package/lib/src/services/autotune/trials/trials.shared.d.ts +13 -0
  110. package/lib/src/services/autotune/trials/trials.shared.js +13 -0
  111. package/lib/src/services/autotune/usage/usage.class.d.ts +11 -0
  112. package/lib/src/services/autotune/usage/usage.d.ts +11 -0
  113. package/lib/src/services/autotune/usage/usage.schema.d.ts +1407 -0
  114. package/lib/src/services/autotune/usage/usage.shared.d.ts +13 -0
  115. package/lib/src/services/autotune/usage/usage.shared.js +13 -0
  116. package/lib/src/services/blog/actions/actions.class.d.ts +29 -0
  117. package/lib/src/services/blog/actions/actions.d.ts +10 -0
  118. package/lib/src/services/blog/actions/actions.shared.d.ts +13 -0
  119. package/lib/src/services/blog/actions/actions.shared.js +13 -0
  120. package/lib/src/services/blog/calendar/calendar.class.d.ts +11 -0
  121. package/lib/src/services/blog/calendar/calendar.d.ts +11 -0
  122. package/lib/src/services/blog/calendar/calendar.schema.d.ts +333 -0
  123. package/lib/src/services/blog/calendar/calendar.shared.d.ts +13 -0
  124. package/lib/src/services/blog/calendar/calendar.shared.js +13 -0
  125. package/lib/src/services/blog/integrations/integrations.class.d.ts +11 -0
  126. package/lib/src/services/blog/integrations/integrations.d.ts +11 -0
  127. package/lib/src/services/blog/integrations/integrations.schema.d.ts +391 -0
  128. package/lib/src/services/blog/integrations/integrations.shared.d.ts +13 -0
  129. package/lib/src/services/blog/integrations/integrations.shared.js +19 -0
  130. package/lib/src/services/blog/posts/posts.class.d.ts +11 -0
  131. package/lib/src/services/blog/posts/posts.d.ts +11 -0
  132. package/lib/src/services/blog/posts/posts.schema.d.ts +1295 -0
  133. package/lib/src/services/blog/posts/posts.shared.d.ts +13 -0
  134. package/lib/src/services/blog/posts/posts.shared.js +13 -0
  135. package/lib/src/services/blog/queries/queries.class.d.ts +11 -0
  136. package/lib/src/services/blog/queries/queries.d.ts +11 -0
  137. package/lib/src/services/blog/queries/queries.schema.d.ts +1187 -0
  138. package/lib/src/services/blog/queries/queries.shared.d.ts +13 -0
  139. package/lib/src/services/blog/queries/queries.shared.js +13 -0
  140. package/lib/src/services/blog/sitemaps/pages/pages.class.d.ts +11 -0
  141. package/lib/src/services/blog/sitemaps/pages/pages.d.ts +11 -0
  142. package/lib/src/services/blog/sitemaps/pages/pages.schema.d.ts +871 -0
  143. package/lib/src/services/blog/sitemaps/pages/pages.shared.d.ts +13 -0
  144. package/lib/src/services/blog/sitemaps/pages/pages.shared.js +13 -0
  145. package/lib/src/services/blog/sitemaps/sitemaps.class.d.ts +11 -0
  146. package/lib/src/services/blog/sitemaps/sitemaps.d.ts +11 -0
  147. package/lib/src/services/blog/sitemaps/sitemaps.schema.d.ts +770 -0
  148. package/lib/src/services/blog/sitemaps/sitemaps.shared.d.ts +13 -0
  149. package/lib/src/services/blog/sitemaps/sitemaps.shared.js +13 -0
  150. package/lib/src/services/blog/suggestions/suggestions.class.d.ts +11 -0
  151. package/lib/src/services/blog/suggestions/suggestions.d.ts +11 -0
  152. package/lib/src/services/blog/suggestions/suggestions.schema.d.ts +963 -0
  153. package/lib/src/services/blog/suggestions/suggestions.shared.d.ts +13 -0
  154. package/lib/src/services/blog/suggestions/suggestions.shared.js +13 -0
  155. package/lib/src/services/changelog/changelog.class.d.ts +34 -0
  156. package/lib/src/services/changelog/changelog.d.ts +11 -0
  157. package/lib/src/services/changelog/changelog.helper.d.ts +50 -0
  158. package/lib/src/services/changelog/changelog.schema.d.ts +456 -0
  159. package/lib/src/services/changelog/changelog.shared.d.ts +13 -0
  160. package/lib/src/services/changelog/changelog.shared.js +13 -0
  161. package/lib/src/services/changelog/hooks/parse-from-file.d.ts +8 -0
  162. package/lib/src/services/config/config.class.d.ts +2 -2
  163. package/lib/src/services/config/config.shared.d.ts +1 -1
  164. package/lib/src/services/copilot/concerns/concerns.class.d.ts +12 -0
  165. package/lib/src/services/copilot/concerns/concerns.d.ts +11 -0
  166. package/lib/src/services/copilot/concerns/concerns.schema.d.ts +727 -0
  167. package/lib/src/services/copilot/concerns/concerns.shared.d.ts +13 -0
  168. package/lib/src/services/copilot/concerns/concerns.shared.js +13 -0
  169. package/lib/src/services/copilot/decisions/decisions.class.d.ts +12 -0
  170. package/lib/src/services/copilot/decisions/decisions.d.ts +11 -0
  171. package/lib/src/services/copilot/decisions/decisions.schema.d.ts +728 -0
  172. package/lib/src/services/copilot/decisions/decisions.shared.d.ts +13 -0
  173. package/lib/src/services/copilot/decisions/decisions.shared.js +19 -0
  174. package/lib/src/services/copilot/help/help.class.d.ts +18 -0
  175. package/lib/src/services/copilot/help/help.d.ts +11 -0
  176. package/lib/src/services/copilot/help/help.schema.d.ts +237 -0
  177. package/lib/src/services/copilot/help/help.shared.d.ts +13 -0
  178. package/lib/src/services/copilot/help/help.shared.js +13 -0
  179. package/lib/src/services/copilot/recommendations/recommendations.class.d.ts +12 -0
  180. package/lib/src/services/copilot/recommendations/recommendations.d.ts +11 -0
  181. package/lib/src/services/copilot/recommendations/recommendations.schema.d.ts +949 -0
  182. package/lib/src/services/copilot/recommendations/recommendations.shared.d.ts +13 -0
  183. package/lib/src/services/copilot/recommendations/recommendations.shared.js +19 -0
  184. package/lib/src/services/currencies/currencies.class.d.ts +11 -0
  185. package/lib/src/services/currencies/currencies.d.ts +11 -0
  186. package/lib/src/services/currencies/currencies.schema.d.ts +769 -0
  187. package/lib/src/services/currencies/currencies.shared.d.ts +13 -0
  188. package/lib/src/services/currencies/currencies.shared.js +13 -0
  189. package/lib/src/services/custom/custom.shared.d.ts +1 -1
  190. package/lib/src/services/emails/emails.class.d.ts +11 -0
  191. package/lib/src/services/emails/emails.d.ts +11 -0
  192. package/lib/src/services/emails/emails.schema.d.ts +563 -0
  193. package/lib/src/services/emails/emails.shared.d.ts +13 -0
  194. package/lib/src/services/emails/emails.shared.js +13 -0
  195. package/lib/src/services/events/events.class.d.ts +12 -0
  196. package/lib/src/services/events/events.d.ts +11 -0
  197. package/lib/src/services/events/events.schema.d.ts +786 -0
  198. package/lib/src/services/events/events.shared.d.ts +13 -0
  199. package/lib/src/services/events/events.shared.js +13 -0
  200. package/lib/src/services/events/triggers/triggers.class.d.ts +12 -0
  201. package/lib/src/services/events/triggers/triggers.d.ts +11 -0
  202. package/lib/src/services/events/triggers/triggers.schema.d.ts +1762 -0
  203. package/lib/src/services/events/triggers/triggers.shared.d.ts +13 -0
  204. package/lib/src/services/events/triggers/triggers.shared.js +13 -0
  205. package/lib/src/services/events/types/types.class.d.ts +12 -0
  206. package/lib/src/services/events/types/types.d.ts +11 -0
  207. package/lib/src/services/events/types/types.schema.d.ts +688 -0
  208. package/lib/src/services/events/types/types.shared.d.ts +13 -0
  209. package/lib/src/services/events/types/types.shared.js +13 -0
  210. package/lib/src/services/exchanges/arb-signals/arb-signals.class.d.ts +29 -0
  211. package/lib/src/services/exchanges/arb-signals/arb-signals.d.ts +11 -0
  212. package/lib/src/services/exchanges/arb-signals/arb-signals.schema.d.ts +55 -0
  213. package/lib/src/services/exchanges/arb-signals/arb-signals.shared.d.ts +13 -0
  214. package/lib/src/services/exchanges/arb-signals/arb-signals.shared.js +13 -0
  215. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.class.d.ts +27 -0
  216. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.d.ts +11 -0
  217. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.schema.d.ts +148 -0
  218. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.shared.d.ts +13 -0
  219. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.shared.js +13 -0
  220. package/lib/src/services/exchanges/balance/balance.class.d.ts +3 -2
  221. package/lib/src/services/exchanges/balance/balance.schema.d.ts +141 -141
  222. package/lib/src/services/exchanges/balance/balance.shared.d.ts +1 -1
  223. package/lib/src/services/exchanges/deposits/deposits.class.d.ts +11 -0
  224. package/lib/src/services/exchanges/deposits/deposits.d.ts +11 -0
  225. package/lib/src/services/exchanges/deposits/deposits.schema.d.ts +905 -0
  226. package/lib/src/services/exchanges/deposits/deposits.shared.d.ts +13 -0
  227. package/lib/src/services/exchanges/deposits/deposits.shared.js +19 -0
  228. package/lib/src/services/exchanges/deposits/sync/sync.class.d.ts +11 -0
  229. package/lib/src/services/exchanges/deposits/sync/sync.d.ts +11 -0
  230. package/lib/src/services/exchanges/deposits/sync/sync.schema.d.ts +621 -0
  231. package/lib/src/services/exchanges/deposits/sync/sync.shared.d.ts +13 -0
  232. package/lib/src/services/exchanges/deposits/sync/sync.shared.js +19 -0
  233. package/lib/src/services/exchanges/download/download.class.d.ts +3 -2
  234. package/lib/src/services/exchanges/download/download.schema.d.ts +149 -149
  235. package/lib/src/services/exchanges/download/download.shared.d.ts +2 -2
  236. package/lib/src/services/exchanges/download/download.shared.js +1 -1
  237. package/lib/src/services/exchanges/download/webhooks/webhooks.class.d.ts +2 -2
  238. package/lib/src/services/exchanges/download/webhooks/webhooks.schema.d.ts +171 -171
  239. package/lib/src/services/exchanges/download/webhooks/webhooks.shared.d.ts +1 -1
  240. package/lib/src/services/exchanges/exchanges.class.d.ts +3 -2
  241. package/lib/src/services/exchanges/exchanges.schema.d.ts +626 -359
  242. package/lib/src/services/exchanges/exchanges.shared.d.ts +1 -1
  243. package/lib/src/services/exchanges/ledger/ledger.class.d.ts +11 -0
  244. package/lib/src/services/exchanges/ledger/ledger.d.ts +11 -0
  245. package/lib/src/services/exchanges/ledger/ledger.schema.d.ts +1045 -0
  246. package/lib/src/services/exchanges/ledger/ledger.shared.d.ts +13 -0
  247. package/lib/src/services/exchanges/ledger/ledger.shared.js +13 -0
  248. package/lib/src/services/exchanges/ledger/sync/sync.class.d.ts +11 -0
  249. package/lib/src/services/exchanges/ledger/sync/sync.d.ts +11 -0
  250. package/lib/src/services/exchanges/ledger/sync/sync.schema.d.ts +621 -0
  251. package/lib/src/services/exchanges/ledger/sync/sync.shared.d.ts +13 -0
  252. package/lib/src/services/exchanges/ledger/sync/sync.shared.js +19 -0
  253. package/lib/src/services/exchanges/markets-stats/markets-stats.class.d.ts +23 -0
  254. package/lib/src/services/exchanges/markets-stats/markets-stats.d.ts +11 -0
  255. package/lib/src/services/exchanges/markets-stats/markets-stats.schema.d.ts +178 -0
  256. package/lib/src/services/exchanges/markets-stats/markets-stats.shared.d.ts +13 -0
  257. package/lib/src/services/exchanges/markets-stats/markets-stats.shared.js +13 -0
  258. package/lib/src/services/exchanges/ohlcv/history/history.class.d.ts +11 -0
  259. package/lib/src/services/exchanges/ohlcv/history/history.d.ts +11 -0
  260. package/lib/src/services/exchanges/ohlcv/history/history.schema.d.ts +473 -0
  261. package/lib/src/services/exchanges/ohlcv/history/history.shared.d.ts +13 -0
  262. package/lib/src/services/exchanges/ohlcv/history/history.shared.js +19 -0
  263. package/lib/src/services/exchanges/ohlcv/ohlcv.schema.d.ts +162 -162
  264. package/lib/src/services/exchanges/ohlcv/ohlcv.shared.d.ts +1 -1
  265. package/lib/src/services/exchanges/orderbook/orderbook.class.d.ts +30 -0
  266. package/lib/src/services/exchanges/orderbook/orderbook.d.ts +11 -0
  267. package/lib/src/services/exchanges/orderbook/orderbook.schema.d.ts +272 -0
  268. package/lib/src/services/exchanges/orderbook/orderbook.shared.d.ts +13 -0
  269. package/lib/src/services/exchanges/orderbook/orderbook.shared.js +13 -0
  270. package/lib/src/services/exchanges/ticker/ticker.class.d.ts +3 -2
  271. package/lib/src/services/exchanges/ticker/ticker.schema.d.ts +243 -243
  272. package/lib/src/services/exchanges/ticker/ticker.shared.d.ts +1 -1
  273. package/lib/src/services/exchanges/transactions/sync/sync.class.d.ts +11 -0
  274. package/lib/src/services/exchanges/transactions/sync/sync.d.ts +11 -0
  275. package/lib/src/services/exchanges/transactions/sync/sync.schema.d.ts +653 -0
  276. package/lib/src/services/exchanges/transactions/sync/sync.shared.d.ts +13 -0
  277. package/lib/src/services/exchanges/transactions/sync/sync.shared.js +19 -0
  278. package/lib/src/services/exchanges/transactions/transactions.class.d.ts +11 -0
  279. package/lib/src/services/exchanges/transactions/transactions.d.ts +11 -0
  280. package/lib/src/services/exchanges/transactions/transactions.schema.d.ts +1119 -0
  281. package/lib/src/services/exchanges/transactions/transactions.shared.d.ts +13 -0
  282. package/lib/src/services/exchanges/transactions/transactions.shared.js +19 -0
  283. package/lib/src/services/extensions/aggregate-extensions.hooks.d.ts +2 -0
  284. package/lib/src/services/extensions/extensions.class.d.ts +12 -0
  285. package/lib/src/services/extensions/extensions.d.ts +11 -0
  286. package/lib/src/services/extensions/extensions.schema.d.ts +1357 -0
  287. package/lib/src/services/extensions/extensions.shared.d.ts +13 -0
  288. package/lib/src/services/extensions/extensions.shared.js +13 -0
  289. package/lib/src/services/homepage/homepage.schema.d.ts +17 -9
  290. package/lib/src/services/homepage/homepage.shared.d.ts +10 -2
  291. package/lib/src/services/homepage/homepage.shared.js +8 -1
  292. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.class.d.ts +52 -0
  293. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.d.ts +11 -0
  294. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.schema.d.ts +684 -0
  295. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.shared.d.ts +13 -0
  296. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.shared.js +14 -0
  297. package/lib/src/services/insights/etf-flow/etf-flow.class.d.ts +11 -0
  298. package/lib/src/services/insights/etf-flow/etf-flow.d.ts +11 -0
  299. package/lib/src/services/insights/etf-flow/etf-flow.schema.d.ts +237 -0
  300. package/lib/src/services/insights/etf-flow/etf-flow.shared.d.ts +13 -0
  301. package/lib/src/services/insights/etf-flow/etf-flow.shared.js +13 -0
  302. package/lib/src/services/insights/fear-and-greed/fear-and-greed.class.d.ts +11 -0
  303. package/lib/src/services/insights/fear-and-greed/fear-and-greed.d.ts +11 -0
  304. package/lib/src/services/insights/fear-and-greed/fear-and-greed.schema.d.ts +1831 -0
  305. package/lib/src/services/insights/fear-and-greed/fear-and-greed.shared.d.ts +13 -0
  306. package/lib/src/services/insights/fear-and-greed/fear-and-greed.shared.js +13 -0
  307. package/lib/src/services/insights/global/global.class.d.ts +11 -0
  308. package/lib/src/services/insights/global/global.d.ts +11 -0
  309. package/lib/src/services/insights/global/global.schema.d.ts +779 -0
  310. package/lib/src/services/insights/global/global.shared.d.ts +13 -0
  311. package/lib/src/services/insights/global/global.shared.js +13 -0
  312. package/lib/src/services/insights/insights.class.d.ts +11 -0
  313. package/lib/src/services/insights/insights.d.ts +11 -0
  314. package/lib/src/services/insights/insights.hooks.d.ts +20 -0
  315. package/lib/src/services/insights/insights.schema.d.ts +237 -0
  316. package/lib/src/services/insights/insights.shared.d.ts +13 -0
  317. package/lib/src/services/insights/insights.shared.js +13 -0
  318. package/lib/src/services/insights/news/news.class.d.ts +23 -0
  319. package/lib/src/services/insights/news/news.d.ts +11 -0
  320. package/lib/src/services/insights/news/news.schema.d.ts +857 -0
  321. package/lib/src/services/insights/news/news.shared.d.ts +23 -0
  322. package/lib/src/services/insights/news/news.shared.js +20 -0
  323. package/lib/src/services/keys/KeysService.d.ts +13 -0
  324. package/lib/src/services/keys/keys.class.d.ts +12 -0
  325. package/lib/src/services/keys/keys.d.ts +11 -0
  326. package/lib/src/services/keys/keys.schema.d.ts +719 -0
  327. package/lib/src/services/keys/keys.shared.d.ts +14 -0
  328. package/lib/src/services/keys/keys.shared.js +13 -0
  329. package/lib/src/services/knowledges/knowledges.class.d.ts +37 -0
  330. package/lib/src/services/knowledges/knowledges.d.ts +11 -0
  331. package/lib/src/services/knowledges/knowledges.schema.d.ts +566 -0
  332. package/lib/src/services/knowledges/knowledges.shared.d.ts +13 -0
  333. package/lib/src/services/knowledges/knowledges.shared.js +13 -0
  334. package/lib/src/services/mailer/mailer.shared.d.ts +1 -1
  335. package/lib/src/services/marketplaces/marketplaces.class.d.ts +2 -2
  336. package/lib/src/services/marketplaces/marketplaces.shared.d.ts +1 -1
  337. package/lib/src/services/markets/markets.class.d.ts +2 -2
  338. package/lib/src/services/markets/markets.schema.d.ts +112 -112
  339. package/lib/src/services/markets/markets.shared.d.ts +1 -1
  340. package/lib/src/services/messages/messages.class.d.ts +2 -2
  341. package/lib/src/services/messages/messages.schema.d.ts +1257 -353
  342. package/lib/src/services/messages/messages.shared.d.ts +1 -1
  343. package/lib/src/services/models/pods/events/events.class.d.ts +11 -0
  344. package/lib/src/services/models/pods/events/events.d.ts +11 -0
  345. package/lib/src/services/models/pods/events/events.schema.d.ts +669 -0
  346. package/lib/src/services/models/pods/events/events.shared.d.ts +13 -0
  347. package/lib/src/services/models/pods/events/events.shared.js +13 -0
  348. package/lib/src/services/models/pods/pods.class.d.ts +12 -0
  349. package/lib/src/services/models/pods/pods.d.ts +12 -0
  350. package/lib/src/services/models/pods/pods.schema.d.ts +1095 -0
  351. package/lib/src/services/models/pods/pods.shared.d.ts +13 -0
  352. package/lib/src/services/models/pods/pods.shared.js +13 -0
  353. package/lib/src/services/models/presets/presets-generate-and-queue.hooks.d.ts +2 -0
  354. package/lib/src/services/models/presets/presets-generate-freqai-config.hooks.d.ts +2 -0
  355. package/lib/src/services/models/presets/presets-generate-strategy.hooks.d.ts +2 -0
  356. package/lib/src/services/models/presets/presets-get-results.hooks.d.ts +2 -0
  357. package/lib/src/services/models/presets/presets-validate.hooks.d.ts +2 -0
  358. package/lib/src/services/models/presets/presets.class.d.ts +12 -0
  359. package/lib/src/services/models/presets/presets.d.ts +12 -0
  360. package/lib/src/services/models/presets/presets.schema.d.ts +2611 -0
  361. package/lib/src/services/models/presets/presets.shared.d.ts +13 -0
  362. package/lib/src/services/models/presets/presets.shared.js +13 -0
  363. package/lib/src/services/models/signals/history/history.class.d.ts +11 -0
  364. package/lib/src/services/models/signals/history/history.d.ts +11 -0
  365. package/lib/src/services/models/signals/history/history.schema.d.ts +513 -0
  366. package/lib/src/services/models/signals/history/history.shared.d.ts +13 -0
  367. package/lib/src/services/models/signals/history/history.shared.js +13 -0
  368. package/lib/src/services/models/signals/signals-proxy-router.d.ts +47 -0
  369. package/lib/src/services/models/signals/signals.class.d.ts +12 -0
  370. package/lib/src/services/models/signals/signals.d.ts +12 -0
  371. package/lib/src/services/models/signals/signals.schema.d.ts +976 -0
  372. package/lib/src/services/models/signals/signals.shared.d.ts +13 -0
  373. package/lib/src/services/models/signals/signals.shared.js +13 -0
  374. package/lib/src/services/models/signals/subscriptions/subscriptions.class.d.ts +11 -0
  375. package/lib/src/services/models/signals/subscriptions/subscriptions.d.ts +11 -0
  376. package/lib/src/services/models/signals/subscriptions/subscriptions.schema.d.ts +585 -0
  377. package/lib/src/services/models/signals/subscriptions/subscriptions.shared.d.ts +13 -0
  378. package/lib/src/services/models/signals/subscriptions/subscriptions.shared.js +15 -0
  379. package/lib/src/services/objectives/objectives.class.d.ts +11 -0
  380. package/lib/src/services/objectives/objectives.d.ts +11 -0
  381. package/lib/src/services/objectives/objectives.hooks.d.ts +12 -0
  382. package/lib/src/services/objectives/objectives.schema.d.ts +717 -0
  383. package/lib/src/services/objectives/objectives.shared.d.ts +13 -0
  384. package/lib/src/services/objectives/objectives.shared.js +13 -0
  385. package/lib/src/services/plans/plans.class.d.ts +20 -0
  386. package/lib/src/services/plans/plans.d.ts +11 -0
  387. package/lib/src/services/plans/plans.schema.d.ts +383 -0
  388. package/lib/src/services/plans/plans.shared.d.ts +13 -0
  389. package/lib/src/services/plans/plans.shared.js +13 -0
  390. package/lib/src/services/referrals/referrals.class.d.ts +11 -0
  391. package/lib/src/services/referrals/referrals.d.ts +11 -0
  392. package/lib/src/services/referrals/referrals.schema.d.ts +581 -0
  393. package/lib/src/services/referrals/referrals.shared.d.ts +13 -0
  394. package/lib/src/services/referrals/referrals.shared.js +13 -0
  395. package/lib/src/services/restricted/restricted.class.d.ts +26 -0
  396. package/lib/src/services/restricted/restricted.d.ts +21 -0
  397. package/lib/src/services/restricted/restricted.shared.d.ts +13 -0
  398. package/lib/src/services/restricted/restricted.shared.js +13 -0
  399. package/lib/src/services/security/events/security-events.class.d.ts +11 -0
  400. package/lib/src/services/security/events/security-events.d.ts +11 -0
  401. package/lib/src/services/security/events/security-events.schema.d.ts +499 -0
  402. package/lib/src/services/security/events/security-events.shared.d.ts +8 -0
  403. package/lib/src/services/security/events/security-events.shared.js +13 -0
  404. package/lib/src/services/series/balance/balance.class.d.ts +11 -0
  405. package/lib/src/services/series/balance/balance.d.ts +11 -0
  406. package/lib/src/services/series/balance/balance.schema.d.ts +527 -0
  407. package/lib/src/services/series/balance/balance.shared.d.ts +13 -0
  408. package/lib/src/services/series/balance/balance.shared.js +13 -0
  409. package/lib/src/services/series/performance/performance.class.d.ts +11 -0
  410. package/lib/src/services/series/performance/performance.d.ts +11 -0
  411. package/lib/src/services/series/performance/performance.schema.d.ts +495 -0
  412. package/lib/src/services/series/performance/performance.shared.d.ts +13 -0
  413. package/lib/src/services/series/performance/performance.shared.js +19 -0
  414. package/lib/src/services/series/performance/performance.usage.examples.d.ts +81 -0
  415. package/lib/src/services/snapshot/snapshot.class.d.ts +11 -0
  416. package/lib/src/services/snapshot/snapshot.d.ts +11 -0
  417. package/lib/src/services/snapshot/snapshot.schema.d.ts +11963 -0
  418. package/lib/src/services/snapshot/snapshot.shared.d.ts +13 -0
  419. package/lib/src/services/snapshot/snapshot.shared.js +14 -0
  420. package/lib/src/services/store/items/items.class.d.ts +12 -0
  421. package/lib/src/services/store/items/items.d.ts +11 -0
  422. package/lib/src/services/store/items/items.schema.d.ts +1395 -0
  423. package/lib/src/services/store/items/items.shared.d.ts +13 -0
  424. package/lib/src/services/store/items/items.shared.js +13 -0
  425. package/lib/src/services/strategies/ai/ai.class.d.ts +3 -2
  426. package/lib/src/services/strategies/ai/ai.schema.d.ts +33 -33
  427. package/lib/src/services/strategies/ai/ai.shared.d.ts +1 -1
  428. package/lib/src/services/strategies/ai/stream/stream.shared.d.ts +1 -1
  429. package/lib/src/services/strategies/backtest/backtest.class.d.ts +3 -2
  430. package/lib/src/services/strategies/backtest/backtest.schema.d.ts +820 -288
  431. package/lib/src/services/strategies/backtest/backtest.shared.d.ts +1 -1
  432. package/lib/src/services/strategies/backtest/preflight/preflight.class.d.ts +46 -0
  433. package/lib/src/services/strategies/backtest/preflight/preflight.d.ts +11 -0
  434. package/lib/src/services/strategies/backtest/preflight/preflight.schema.d.ts +737 -0
  435. package/lib/src/services/strategies/backtest/preflight/preflight.shared.d.ts +13 -0
  436. package/lib/src/services/strategies/backtest/preflight/preflight.shared.js +13 -0
  437. package/lib/src/services/strategies/backtest/results/results.class.d.ts +2 -2
  438. package/lib/src/services/strategies/backtest/results/results.schema.d.ts +295 -295
  439. package/lib/src/services/strategies/backtest/results/results.shared.d.ts +1 -1
  440. package/lib/src/services/strategies/blob/blob.shared.d.ts +1 -1
  441. package/lib/src/services/strategies/follow/follow.class.d.ts +12 -0
  442. package/lib/src/services/strategies/follow/follow.d.ts +11 -0
  443. package/lib/src/services/strategies/follow/follow.schema.d.ts +711 -0
  444. package/lib/src/services/strategies/follow/follow.shared.d.ts +13 -0
  445. package/lib/src/services/strategies/follow/follow.shared.js +19 -0
  446. package/lib/src/services/strategies/generate/generate.class.d.ts +12 -0
  447. package/lib/src/services/strategies/generate/generate.d.ts +11 -0
  448. package/lib/src/services/strategies/generate/generate.schema.d.ts +875 -0
  449. package/lib/src/services/strategies/generate/generate.shared.d.ts +13 -0
  450. package/lib/src/services/strategies/generate/generate.shared.js +13 -0
  451. package/lib/src/services/strategies/history/history.class.d.ts +11 -0
  452. package/lib/src/services/strategies/history/history.d.ts +11 -0
  453. package/lib/src/services/strategies/history/history.schema.d.ts +714 -0
  454. package/lib/src/services/strategies/history/history.shared.d.ts +13 -0
  455. package/lib/src/services/strategies/history/history.shared.js +19 -0
  456. package/lib/src/services/strategies/hyperopt/hyperopt-generate-and-queue.hooks.d.ts +2 -0
  457. package/lib/src/services/strategies/hyperopt/hyperopt-generate-config-in-disk.hooks.d.ts +2 -0
  458. package/lib/src/services/strategies/hyperopt/hyperopt-generate-exchange-config.hooks.d.ts +8 -0
  459. package/lib/src/services/strategies/hyperopt/hyperopt-get-results.hooks.d.ts +2 -0
  460. package/lib/src/services/strategies/hyperopt/hyperopt-in-disk-clone-strategy.hooks.d.ts +2 -0
  461. package/lib/src/services/strategies/hyperopt/hyperopt-populate-exchange.hooks.d.ts +7 -0
  462. package/lib/src/services/strategies/hyperopt/hyperopt-promote-template.hooks.d.ts +9 -0
  463. package/lib/src/services/strategies/hyperopt/hyperopt-propagate-results.hooks.d.ts +2 -0
  464. package/lib/src/services/strategies/hyperopt/hyperopt-validate-exchange-whitelist.hooks.d.ts +10 -0
  465. package/lib/src/services/strategies/hyperopt/hyperopt-validate-historical-data.hooks.d.ts +9 -0
  466. package/lib/src/services/strategies/hyperopt/hyperopt-validate-stake-balance.hooks.d.ts +7 -0
  467. package/lib/src/services/strategies/hyperopt/hyperopt-validate-stake-currency.hooks.d.ts +9 -0
  468. package/lib/src/services/strategies/hyperopt/hyperopt-validate.hooks.d.ts +7 -0
  469. package/lib/src/services/strategies/hyperopt/hyperopt-verify-subscription-limits.hooks.d.ts +6 -0
  470. package/lib/src/services/strategies/hyperopt/hyperopt.class.d.ts +3 -2
  471. package/lib/src/services/strategies/hyperopt/hyperopt.schema.d.ts +2560 -278
  472. package/lib/src/services/strategies/hyperopt/hyperopt.shared.d.ts +1 -1
  473. package/lib/src/services/strategies/indicators/indicators.class.d.ts +2 -2
  474. package/lib/src/services/strategies/indicators/indicators.schema.d.ts +221 -141
  475. package/lib/src/services/strategies/indicators/indicators.shared.d.ts +1 -1
  476. package/lib/src/services/strategies/indicators/talib/talib.class.d.ts +2 -2
  477. package/lib/src/services/strategies/indicators/talib/talib.schema.d.ts +98 -98
  478. package/lib/src/services/strategies/indicators/talib/talib.shared.d.ts +1 -1
  479. package/lib/src/services/strategies/research/research.class.d.ts +11 -0
  480. package/lib/src/services/strategies/research/research.d.ts +12 -0
  481. package/lib/src/services/strategies/research/research.schema.d.ts +1006 -0
  482. package/lib/src/services/strategies/research/research.shared.d.ts +13 -0
  483. package/lib/src/services/strategies/research/research.shared.js +19 -0
  484. package/lib/src/services/strategies/strategies.class.d.ts +3 -2
  485. package/lib/src/services/strategies/strategies.schema.d.ts +4335 -1558
  486. package/lib/src/services/strategies/strategies.shared.d.ts +1 -1
  487. package/lib/src/services/strategies/templates/templates.class.d.ts +2 -2
  488. package/lib/src/services/strategies/templates/templates.schema.d.ts +9337 -95
  489. package/lib/src/services/strategies/templates/templates.shared.d.ts +1 -1
  490. package/lib/src/services/stripe/charges/charges.shared.d.ts +1 -1
  491. package/lib/src/services/stripe/customers/cards/cards.shared.d.ts +1 -1
  492. package/lib/src/services/stripe/customers/customers.shared.d.ts +1 -1
  493. package/lib/src/services/stripe/customers/paymentintent/paymentintent.shared.d.ts +1 -1
  494. package/lib/src/services/stripe/customers/paymentmethods/paymentmethods.shared.d.ts +1 -1
  495. package/lib/src/services/stripe/customers/subscriptions/subscriptions.shared.d.ts +1 -1
  496. package/lib/src/services/stripe/products/products.shared.d.ts +1 -1
  497. package/lib/src/services/stripe/webhooks/webhooks.shared.d.ts +1 -1
  498. package/lib/src/services/support/support.class.d.ts +18 -0
  499. package/lib/src/services/support/support.d.ts +11 -0
  500. package/lib/src/services/support/support.schema.d.ts +507 -0
  501. package/lib/src/services/support/support.shared.d.ts +13 -0
  502. package/lib/src/services/support/support.shared.js +13 -0
  503. package/lib/src/services/tasks/comments/comments.class.d.ts +11 -0
  504. package/lib/src/services/tasks/comments/comments.d.ts +11 -0
  505. package/lib/src/services/tasks/comments/comments.schema.d.ts +771 -0
  506. package/lib/src/services/tasks/comments/comments.shared.d.ts +13 -0
  507. package/lib/src/services/tasks/comments/comments.shared.js +13 -0
  508. package/lib/src/services/tasks/tasks.class.d.ts +14 -0
  509. package/lib/src/services/tasks/tasks.d.ts +11 -0
  510. package/lib/src/services/tasks/tasks.hooks.d.ts +90 -0
  511. package/lib/src/services/tasks/tasks.schema.d.ts +1281 -0
  512. package/lib/src/services/tasks/tasks.shared.d.ts +13 -0
  513. package/lib/src/services/tasks/tasks.shared.js +13 -0
  514. package/lib/src/services/tax/research/research.class.d.ts +11 -0
  515. package/lib/src/services/tax/research/research.d.ts +11 -0
  516. package/lib/src/services/tax/research/research.schema.d.ts +237 -0
  517. package/lib/src/services/tax/research/research.shared.d.ts +13 -0
  518. package/lib/src/services/tax/research/research.shared.js +13 -0
  519. package/lib/src/services/tax/sessions/conversations/conversations.class.d.ts +12 -0
  520. package/lib/src/services/tax/sessions/conversations/conversations.d.ts +11 -0
  521. package/lib/src/services/tax/sessions/conversations/conversations.hooks.d.ts +11 -0
  522. package/lib/src/services/tax/sessions/conversations/conversations.schema.d.ts +2923 -0
  523. package/lib/src/services/tax/sessions/conversations/conversations.shared.d.ts +13 -0
  524. package/lib/src/services/tax/sessions/conversations/conversations.shared.js +13 -0
  525. package/lib/src/services/tax/sessions/conversations/invoke-tax-bedrock-agent.hooks.d.ts +2 -0
  526. package/lib/src/services/tax/sessions/create-tax-bedrock-session.hooks.d.ts +2 -0
  527. package/lib/src/services/tax/sessions/delete-tax-bedrock-session.hooks.d.ts +2 -0
  528. package/lib/src/services/tax/sessions/sessions.class.d.ts +12 -0
  529. package/lib/src/services/tax/sessions/sessions.d.ts +11 -0
  530. package/lib/src/services/tax/sessions/sessions.hooks.d.ts +11 -0
  531. package/lib/src/services/tax/sessions/sessions.schema.d.ts +803 -0
  532. package/lib/src/services/tax/sessions/sessions.shared.d.ts +13 -0
  533. package/lib/src/services/tax/sessions/sessions.shared.js +13 -0
  534. package/lib/src/services/tax/sessions/sync-tax-bedrock-sessions.hooks.d.ts +2 -0
  535. package/lib/src/services/tax/sessions/update-tax-bedrock-session.hooks.d.ts +2 -0
  536. package/lib/src/services/telegram/link/link.class.d.ts +26 -0
  537. package/lib/src/services/telegram/link/link.d.ts +11 -0
  538. package/lib/src/services/telegram/link/link.schema.d.ts +174 -0
  539. package/lib/src/services/telegram/link/link.shared.d.ts +13 -0
  540. package/lib/src/services/telegram/link/link.shared.js +13 -0
  541. package/lib/src/services/telegram/telegram.class.d.ts +34 -0
  542. package/lib/src/services/telegram/telegram.d.ts +11 -0
  543. package/lib/src/services/telegram/telegram.schema.d.ts +152 -0
  544. package/lib/src/services/telegram/telegram.shared.d.ts +13 -0
  545. package/lib/src/services/telegram/telegram.shared.js +13 -0
  546. package/lib/src/services/toggles/toggles.class.d.ts +19 -0
  547. package/lib/src/services/toggles/toggles.d.ts +11 -0
  548. package/lib/src/services/toggles/toggles.schema.d.ts +335 -0
  549. package/lib/src/services/toggles/toggles.shared.d.ts +13 -0
  550. package/lib/src/services/toggles/toggles.shared.js +13 -0
  551. package/lib/src/services/tokens/tokens.class.d.ts +11 -0
  552. package/lib/src/services/tokens/tokens.d.ts +11 -0
  553. package/lib/src/services/tokens/tokens.schema.d.ts +941 -0
  554. package/lib/src/services/tokens/tokens.shared.d.ts +13 -0
  555. package/lib/src/services/tokens/tokens.shared.js +13 -0
  556. package/lib/src/services/traders/pods/api/api.class.d.ts +3 -2
  557. package/lib/src/services/traders/pods/api/api.schema.d.ts +12091 -2907
  558. package/lib/src/services/traders/pods/api/api.shared.d.ts +1 -1
  559. package/lib/src/services/traders/pods/blob/blob.shared.d.ts +1 -1
  560. package/lib/src/services/traders/pods/events/events.class.d.ts +2 -2
  561. package/lib/src/services/traders/pods/events/events.schema.d.ts +388 -332
  562. package/lib/src/services/traders/pods/events/events.shared.d.ts +1 -1
  563. package/lib/src/services/traders/pods/pods.class.d.ts +3 -2
  564. package/lib/src/services/traders/pods/pods.schema.d.ts +10164 -2104
  565. package/lib/src/services/traders/pods/pods.shared.d.ts +1 -1
  566. package/lib/src/services/traders/pods/webhooks/webhooks.class.d.ts +2 -2
  567. package/lib/src/services/traders/pods/webhooks/webhooks.schema.d.ts +105 -105
  568. package/lib/src/services/traders/pods/webhooks/webhooks.shared.d.ts +1 -1
  569. package/lib/src/services/traders/traders.class.d.ts +4 -2
  570. package/lib/src/services/traders/traders.schema.d.ts +2923 -2450
  571. package/lib/src/services/traders/traders.shared.d.ts +1 -1
  572. package/lib/src/services/trades/trades.class.d.ts +11 -0
  573. package/lib/src/services/trades/trades.d.ts +11 -0
  574. package/lib/src/services/trades/trades.schema.d.ts +16969 -0
  575. package/lib/src/services/trades/trades.shared.d.ts +13 -0
  576. package/lib/src/services/trades/trades.shared.js +13 -0
  577. package/lib/src/services/users/access/access.class.d.ts +11 -0
  578. package/lib/src/services/users/access/access.d.ts +11 -0
  579. package/lib/src/services/users/access/access.schema.d.ts +393 -0
  580. package/lib/src/services/users/access/access.shared.d.ts +13 -0
  581. package/lib/src/services/users/access/access.shared.js +13 -0
  582. package/lib/src/services/users/cancel-subscription.class.d.ts +13 -0
  583. package/lib/src/services/users/cancel-subscription.d.ts +9 -0
  584. package/lib/src/services/users/marketing/campaigns/01-welcome.campaign.d.ts +3 -0
  585. package/lib/src/services/users/marketing/campaigns/02-first-bot-running.campaign.d.ts +3 -0
  586. package/lib/src/services/users/marketing/campaigns/03-ai-strategy.campaign.d.ts +3 -0
  587. package/lib/src/services/users/marketing/campaigns/04-hyperopt.campaign.d.ts +3 -0
  588. package/lib/src/services/users/marketing/campaigns/05-safety-tips.campaign.d.ts +3 -0
  589. package/lib/src/services/users/marketing/campaigns/06-humor.campaign.d.ts +3 -0
  590. package/lib/src/services/users/marketing/campaigns/07-paper-vs-real.campaign.d.ts +3 -0
  591. package/lib/src/services/users/marketing/campaigns/08-trial-summary.campaign.d.ts +3 -0
  592. package/lib/src/services/users/marketing/campaigns/09-trial-ending.campaign.d.ts +3 -0
  593. package/lib/src/services/users/marketing/campaigns/10-reactivation.campaign.d.ts +3 -0
  594. package/lib/src/services/users/marketing/campaigns/11-onboarding-incomplete.campaign.d.ts +6 -0
  595. package/lib/src/services/users/marketing/campaigns/index.d.ts +10 -0
  596. package/lib/src/services/users/marketing/campaigns/supervisor-welcome.campaign.d.ts +6 -0
  597. package/lib/src/services/users/marketing/campaigns/trial.context.d.ts +27 -0
  598. package/lib/src/services/users/marketing/marketing.class.d.ts +26 -0
  599. package/lib/src/services/users/marketing/marketing.d.ts +11 -0
  600. package/lib/src/services/users/marketing/marketing.engine.d.ts +36 -0
  601. package/lib/src/services/users/marketing/marketing.schema.d.ts +515 -0
  602. package/lib/src/services/users/marketing/marketing.shared.d.ts +13 -0
  603. package/lib/src/services/users/marketing/marketing.shared.js +20 -0
  604. package/lib/src/services/users/onboarding/onboarding.class.d.ts +11 -0
  605. package/lib/src/services/users/onboarding/onboarding.d.ts +11 -0
  606. package/lib/src/services/users/onboarding/onboarding.hooks.d.ts +60 -0
  607. package/lib/src/services/users/onboarding/onboarding.schema.d.ts +768 -0
  608. package/lib/src/services/users/onboarding/onboarding.shared.d.ts +13 -0
  609. package/lib/src/services/users/onboarding/onboarding.shared.js +13 -0
  610. package/lib/src/services/users/onboarding/steps/exchanges.processor.d.ts +15 -0
  611. package/lib/src/services/users/onboarding/steps/index.d.ts +32 -0
  612. package/lib/src/services/users/onboarding/steps/notifications.processor.d.ts +15 -0
  613. package/lib/src/services/users/onboarding/steps/preferences.processor.d.ts +16 -0
  614. package/lib/src/services/users/onboarding/steps/strategy.processor.d.ts +15 -0
  615. package/lib/src/services/users/onboarding/steps/traders.processor.d.ts +16 -0
  616. package/lib/src/services/users/reset-account.class.d.ts +11 -0
  617. package/lib/src/services/users/reset-account.d.ts +9 -0
  618. package/lib/src/services/users/sessions/sessions.class.d.ts +18 -0
  619. package/lib/src/services/users/sessions/sessions.d.ts +11 -0
  620. package/lib/src/services/users/sessions/sessions.schema.d.ts +698 -0
  621. package/lib/src/services/users/sessions/sessions.shared.d.ts +13 -0
  622. package/lib/src/services/users/sessions/sessions.shared.js +13 -0
  623. package/lib/src/services/users/setup-trial.class.d.ts +21 -0
  624. package/lib/src/services/users/setup-trial.d.ts +9 -0
  625. package/lib/src/services/users/stripe-check-subscription.hooks.d.ts +2 -0
  626. package/lib/src/services/users/stripe-create-payment-intent.hooks.d.ts +2 -0
  627. package/lib/src/services/users/stripe-is-subscription-active.hooks.d.ts +2 -0
  628. package/lib/src/services/users/stripe-sync-customer-data.hooks.d.ts +2 -0
  629. package/lib/src/services/users/users.class.d.ts +298 -59
  630. package/lib/src/services/users/users.schema.d.ts +1942 -350
  631. package/lib/src/services/users/users.shared.d.ts +2 -2
  632. package/lib/src/services/users/users.shared.js +1 -1
  633. package/lib/src/services/version/version.shared.d.ts +1 -1
  634. package/package.json +9 -3
@@ -0,0 +1,2923 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import { type HookContext } from '../../../../declarations';
3
+ import type { TaxSessionsConversationsService } from './conversations.class';
4
+ export declare const taxSessionsConversationsSchema: import("@feathersjs/typebox").TObject<{
5
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
6
+ text: import("@feathersjs/typebox").TString<string>;
7
+ role: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
8
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
9
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
10
+ taxAgentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
11
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
12
+ trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
13
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
14
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
15
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
16
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
17
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
18
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
19
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
20
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
21
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
22
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
23
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
24
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
25
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
26
+ }>>>;
27
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
28
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
29
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
30
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
31
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
32
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
33
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
34
+ }>>>;
35
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
36
+ }>>;
37
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
38
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
39
+ }>;
40
+ export type TaxSessionsConversations = Static<typeof taxSessionsConversationsSchema>;
41
+ export declare const taxSessionsConversationsValidator: import("@feathersjs/schema").Validator<any, any>;
42
+ export declare const taxSessionsConversationsResolver: import("@feathersjs/schema").Resolver<{
43
+ _id: string | {};
44
+ text: string;
45
+ role: "assistant" | "user";
46
+ type?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
47
+ sessionId?: string | undefined;
48
+ taxAgentId?: string | undefined;
49
+ userId?: string | {} | undefined;
50
+ trace?: {
51
+ rationale?: string[] | undefined;
52
+ toolCalls?: {
53
+ actionGroupName?: string | undefined;
54
+ apiPath?: string | undefined;
55
+ verb?: string | undefined;
56
+ parameters?: any;
57
+ requestBody?: any;
58
+ response?: any;
59
+ success?: boolean | undefined;
60
+ executionTimeMs?: number | undefined;
61
+ startTime?: string | undefined;
62
+ endTime?: string | undefined;
63
+ error?: string | undefined;
64
+ }[] | undefined;
65
+ modelInvocations?: {
66
+ foundationModel?: string | undefined;
67
+ inputTokens?: number | undefined;
68
+ outputTokens?: number | undefined;
69
+ totalTimeMs?: number | undefined;
70
+ startTime?: string | undefined;
71
+ endTime?: string | undefined;
72
+ }[] | undefined;
73
+ fullTrace?: any;
74
+ } | undefined;
75
+ createdAt?: any;
76
+ updatedAt?: any;
77
+ }, HookContext<TaxSessionsConversationsService<import("./conversations.class").TaxSessionsConversationsParams>>>;
78
+ export declare const taxSessionsConversationsExternalResolver: import("@feathersjs/schema").Resolver<{
79
+ _id: string | {};
80
+ text: string;
81
+ role: "assistant" | "user";
82
+ type?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
83
+ sessionId?: string | undefined;
84
+ taxAgentId?: string | undefined;
85
+ userId?: string | {} | undefined;
86
+ trace?: {
87
+ rationale?: string[] | undefined;
88
+ toolCalls?: {
89
+ actionGroupName?: string | undefined;
90
+ apiPath?: string | undefined;
91
+ verb?: string | undefined;
92
+ parameters?: any;
93
+ requestBody?: any;
94
+ response?: any;
95
+ success?: boolean | undefined;
96
+ executionTimeMs?: number | undefined;
97
+ startTime?: string | undefined;
98
+ endTime?: string | undefined;
99
+ error?: string | undefined;
100
+ }[] | undefined;
101
+ modelInvocations?: {
102
+ foundationModel?: string | undefined;
103
+ inputTokens?: number | undefined;
104
+ outputTokens?: number | undefined;
105
+ totalTimeMs?: number | undefined;
106
+ startTime?: string | undefined;
107
+ endTime?: string | undefined;
108
+ }[] | undefined;
109
+ fullTrace?: any;
110
+ } | undefined;
111
+ createdAt?: any;
112
+ updatedAt?: any;
113
+ }, HookContext<TaxSessionsConversationsService<import("./conversations.class").TaxSessionsConversationsParams>>>;
114
+ export declare const taxSessionsConversationsDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
115
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
116
+ text: import("@feathersjs/typebox").TString<string>;
117
+ role: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
118
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
119
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
120
+ taxAgentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
121
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
122
+ trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
123
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
124
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
125
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
126
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
127
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
128
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
129
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
130
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
131
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
132
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
133
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
134
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
135
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
136
+ }>>>;
137
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
138
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
139
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
140
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
141
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
142
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
143
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
144
+ }>>>;
145
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
146
+ }>>;
147
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
148
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
149
+ }>, ["text", "role", "type", "sessionId", "taxAgentId", "userId", "trace"]>;
150
+ export type TaxSessionsConversationsData = Static<typeof taxSessionsConversationsDataSchema>;
151
+ export declare const taxSessionsConversationsDataValidator: import("@feathersjs/schema").Validator<any, any>;
152
+ export declare const taxSessionsConversationsDataResolver: import("@feathersjs/schema").Resolver<{
153
+ _id: string | {};
154
+ text: string;
155
+ role: "assistant" | "user";
156
+ type?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
157
+ sessionId?: string | undefined;
158
+ taxAgentId?: string | undefined;
159
+ userId?: string | {} | undefined;
160
+ trace?: {
161
+ rationale?: string[] | undefined;
162
+ toolCalls?: {
163
+ actionGroupName?: string | undefined;
164
+ apiPath?: string | undefined;
165
+ verb?: string | undefined;
166
+ parameters?: any;
167
+ requestBody?: any;
168
+ response?: any;
169
+ success?: boolean | undefined;
170
+ executionTimeMs?: number | undefined;
171
+ startTime?: string | undefined;
172
+ endTime?: string | undefined;
173
+ error?: string | undefined;
174
+ }[] | undefined;
175
+ modelInvocations?: {
176
+ foundationModel?: string | undefined;
177
+ inputTokens?: number | undefined;
178
+ outputTokens?: number | undefined;
179
+ totalTimeMs?: number | undefined;
180
+ startTime?: string | undefined;
181
+ endTime?: string | undefined;
182
+ }[] | undefined;
183
+ fullTrace?: any;
184
+ } | undefined;
185
+ createdAt?: any;
186
+ updatedAt?: any;
187
+ }, HookContext<TaxSessionsConversationsService<import("./conversations.class").TaxSessionsConversationsParams>>>;
188
+ export declare const taxSessionsConversationsPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
189
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
190
+ text: import("@feathersjs/typebox").TString<string>;
191
+ role: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
192
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
193
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
194
+ taxAgentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
195
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
196
+ trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
197
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
198
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
199
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
200
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
201
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
202
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
203
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
204
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
205
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
206
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
207
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
208
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
209
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
210
+ }>>>;
211
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
212
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
213
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
214
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
215
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
216
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
217
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
218
+ }>>>;
219
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
220
+ }>>;
221
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
222
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
223
+ }>>;
224
+ export type TaxSessionsConversationsPatch = Static<typeof taxSessionsConversationsPatchSchema>;
225
+ export declare const taxSessionsConversationsPatchValidator: import("@feathersjs/schema").Validator<any, any>;
226
+ export declare const taxSessionsConversationsPatchResolver: import("@feathersjs/schema").Resolver<{
227
+ _id: string | {};
228
+ text: string;
229
+ role: "assistant" | "user";
230
+ type?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
231
+ sessionId?: string | undefined;
232
+ taxAgentId?: string | undefined;
233
+ userId?: string | {} | undefined;
234
+ trace?: {
235
+ rationale?: string[] | undefined;
236
+ toolCalls?: {
237
+ actionGroupName?: string | undefined;
238
+ apiPath?: string | undefined;
239
+ verb?: string | undefined;
240
+ parameters?: any;
241
+ requestBody?: any;
242
+ response?: any;
243
+ success?: boolean | undefined;
244
+ executionTimeMs?: number | undefined;
245
+ startTime?: string | undefined;
246
+ endTime?: string | undefined;
247
+ error?: string | undefined;
248
+ }[] | undefined;
249
+ modelInvocations?: {
250
+ foundationModel?: string | undefined;
251
+ inputTokens?: number | undefined;
252
+ outputTokens?: number | undefined;
253
+ totalTimeMs?: number | undefined;
254
+ startTime?: string | undefined;
255
+ endTime?: string | undefined;
256
+ }[] | undefined;
257
+ fullTrace?: any;
258
+ } | undefined;
259
+ createdAt?: any;
260
+ updatedAt?: any;
261
+ }, HookContext<TaxSessionsConversationsService<import("./conversations.class").TaxSessionsConversationsParams>>>;
262
+ export declare const taxSessionsConversationsQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
263
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
264
+ text: import("@feathersjs/typebox").TString<string>;
265
+ role: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
266
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
267
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
268
+ taxAgentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
269
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
270
+ trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
271
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
272
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
273
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
274
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
275
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
276
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
277
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
278
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
279
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
280
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
281
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
282
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
283
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
284
+ }>>>;
285
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
286
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
287
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
288
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
289
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
290
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
291
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
292
+ }>>>;
293
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
294
+ }>>;
295
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
296
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
297
+ }>, ["_id", "text", "role", "type", "sessionId", "taxAgentId", "trace", "createdAt", "updatedAt"]>;
298
+ export declare const taxSessionsConversationsQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
299
+ $limit: import("@feathersjs/typebox").TNumber;
300
+ $skip: import("@feathersjs/typebox").TNumber;
301
+ $sort: import("@feathersjs/typebox").TObject<{
302
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
303
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
304
+ role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
305
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
306
+ taxAgentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
307
+ text: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
308
+ trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
309
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
310
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
311
+ }>;
312
+ $select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "role" | "sessionId" | "taxAgentId" | "text" | "trace" | "type" | "updatedAt")[]>;
313
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
314
+ _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<{
315
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
316
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
317
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
318
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
319
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
320
+ $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<{}>]>;
321
+ $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<{}>]>;
322
+ }>, import("@feathersjs/typebox").TObject<{
323
+ [key: string]: import("@feathersjs/typebox").TSchema;
324
+ } | undefined>]>>]>>;
325
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
326
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
327
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
328
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
329
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
330
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
331
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
332
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
333
+ }>, import("@feathersjs/typebox").TObject<{
334
+ [key: string]: import("@feathersjs/typebox").TSchema;
335
+ } | undefined>]>>]>>;
336
+ role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
337
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
338
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
339
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
340
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
341
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
342
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
343
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
344
+ }>, import("@feathersjs/typebox").TObject<{
345
+ [key: string]: import("@feathersjs/typebox").TSchema;
346
+ } | undefined>]>>]>>;
347
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
348
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
349
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
350
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
351
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
352
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
353
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
354
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
355
+ }>, import("@feathersjs/typebox").TObject<{
356
+ [key: string]: import("@feathersjs/typebox").TSchema;
357
+ } | undefined>]>>]>>;
358
+ taxAgentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
359
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
360
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
361
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
362
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
363
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
364
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
365
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
366
+ }>, import("@feathersjs/typebox").TObject<{
367
+ [key: string]: import("@feathersjs/typebox").TSchema;
368
+ } | undefined>]>>]>>;
369
+ text: 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<{
370
+ $gt: import("@feathersjs/typebox").TString<string>;
371
+ $gte: import("@feathersjs/typebox").TString<string>;
372
+ $lt: import("@feathersjs/typebox").TString<string>;
373
+ $lte: import("@feathersjs/typebox").TString<string>;
374
+ $ne: import("@feathersjs/typebox").TString<string>;
375
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
376
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
377
+ }>, import("@feathersjs/typebox").TObject<{
378
+ [key: string]: import("@feathersjs/typebox").TSchema;
379
+ } | undefined>]>>]>>;
380
+ trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
381
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
382
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
383
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
384
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
385
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
386
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
387
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
388
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
389
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
390
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
391
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
392
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
393
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
394
+ }>>>;
395
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
396
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
397
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
398
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
399
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
400
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
401
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
402
+ }>>>;
403
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
404
+ }>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
405
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
406
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
407
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
408
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
409
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
410
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
411
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
412
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
413
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
414
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
415
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
416
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
417
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
418
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
419
+ }>>>;
420
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
421
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
422
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
423
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
424
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
425
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
426
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
427
+ }>>>;
428
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
429
+ }>>;
430
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
431
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
432
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
433
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
434
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
435
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
436
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
437
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
438
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
439
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
440
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
441
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
442
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
443
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
444
+ }>>>;
445
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
446
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
447
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
448
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
449
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
450
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
451
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
452
+ }>>>;
453
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
454
+ }>>;
455
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
456
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
457
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
458
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
459
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
460
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
461
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
462
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
463
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
464
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
465
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
466
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
467
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
468
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
469
+ }>>>;
470
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
471
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
472
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
473
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
474
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
475
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
476
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
477
+ }>>>;
478
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
479
+ }>>;
480
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
481
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
482
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
483
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
484
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
485
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
486
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
487
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
488
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
489
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
490
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
491
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
492
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
493
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
494
+ }>>>;
495
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
496
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
497
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
498
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
499
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
500
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
501
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
502
+ }>>>;
503
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
504
+ }>>;
505
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
506
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
507
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
508
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
509
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
510
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
511
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
512
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
513
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
514
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
515
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
516
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
517
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
518
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
519
+ }>>>;
520
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
521
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
522
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
523
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
524
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
525
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
526
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
527
+ }>>>;
528
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
529
+ }>>;
530
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
531
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
532
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
533
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
534
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
535
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
536
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
537
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
538
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
539
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
540
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
541
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
542
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
543
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
544
+ }>>>;
545
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
546
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
547
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
548
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
549
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
550
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
551
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
552
+ }>>>;
553
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
554
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
555
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
556
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
557
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
558
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
559
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
560
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
561
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
562
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
563
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
564
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
565
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
566
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
567
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
568
+ }>>>;
569
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
570
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
571
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
572
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
573
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
574
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
575
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
576
+ }>>>;
577
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
578
+ }>>;
579
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
580
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
581
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
582
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
583
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
584
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
585
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
586
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
587
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
588
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
589
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
590
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
591
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
592
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
593
+ }>>>;
594
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
595
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
596
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
597
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
598
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
599
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
600
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
601
+ }>>>;
602
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
603
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
604
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
605
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
606
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
607
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
608
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
609
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
610
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
611
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
612
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
613
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
614
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
615
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
616
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
617
+ }>>>;
618
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
619
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
620
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
621
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
622
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
623
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
624
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
625
+ }>>>;
626
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
627
+ }>>;
628
+ }>, import("@feathersjs/typebox").TObject<{
629
+ [key: string]: import("@feathersjs/typebox").TSchema;
630
+ } | undefined>]>>]>>;
631
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
632
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
633
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
634
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
635
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
636
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
637
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
638
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
639
+ }>, import("@feathersjs/typebox").TObject<{
640
+ [key: string]: import("@feathersjs/typebox").TSchema;
641
+ } | undefined>]>>]>>;
642
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
643
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
644
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
645
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
646
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
647
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
648
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
649
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
650
+ }>, import("@feathersjs/typebox").TObject<{
651
+ [key: string]: import("@feathersjs/typebox").TSchema;
652
+ } | undefined>]>>]>>;
653
+ }>>, import("@feathersjs/typebox").TObject<{
654
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
655
+ _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<{
656
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
657
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
658
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
659
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
660
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
661
+ $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<{}>]>;
662
+ $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<{}>]>;
663
+ }>, import("@feathersjs/typebox").TObject<{
664
+ [key: string]: import("@feathersjs/typebox").TSchema;
665
+ } | undefined>]>>]>>;
666
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
667
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
668
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
669
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
670
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
671
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
672
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
673
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
674
+ }>, import("@feathersjs/typebox").TObject<{
675
+ [key: string]: import("@feathersjs/typebox").TSchema;
676
+ } | undefined>]>>]>>;
677
+ role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
678
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
679
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
680
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
681
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
682
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
683
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
684
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
685
+ }>, import("@feathersjs/typebox").TObject<{
686
+ [key: string]: import("@feathersjs/typebox").TSchema;
687
+ } | undefined>]>>]>>;
688
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
689
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
690
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
691
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
692
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
693
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
694
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
695
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
696
+ }>, import("@feathersjs/typebox").TObject<{
697
+ [key: string]: import("@feathersjs/typebox").TSchema;
698
+ } | undefined>]>>]>>;
699
+ taxAgentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
700
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
701
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
702
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
703
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
704
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
705
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
706
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
707
+ }>, import("@feathersjs/typebox").TObject<{
708
+ [key: string]: import("@feathersjs/typebox").TSchema;
709
+ } | undefined>]>>]>>;
710
+ text: 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<{
711
+ $gt: import("@feathersjs/typebox").TString<string>;
712
+ $gte: import("@feathersjs/typebox").TString<string>;
713
+ $lt: import("@feathersjs/typebox").TString<string>;
714
+ $lte: import("@feathersjs/typebox").TString<string>;
715
+ $ne: import("@feathersjs/typebox").TString<string>;
716
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
717
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
718
+ }>, import("@feathersjs/typebox").TObject<{
719
+ [key: string]: import("@feathersjs/typebox").TSchema;
720
+ } | undefined>]>>]>>;
721
+ trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
722
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
723
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
724
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
725
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
726
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
727
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
728
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
729
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
730
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
731
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
732
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
733
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
734
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
735
+ }>>>;
736
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
737
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
738
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
739
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
740
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
741
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
742
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
743
+ }>>>;
744
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
745
+ }>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
746
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
747
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
748
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
749
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
750
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
751
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
752
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
753
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
754
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
755
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
756
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
757
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
758
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
759
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
760
+ }>>>;
761
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
762
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
763
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
764
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
765
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
766
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
767
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
768
+ }>>>;
769
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
770
+ }>>;
771
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
772
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
773
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
774
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
775
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
776
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
777
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
778
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
779
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
780
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
781
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
782
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
783
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
784
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
785
+ }>>>;
786
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
787
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
788
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
789
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
790
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
791
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
792
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
793
+ }>>>;
794
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
795
+ }>>;
796
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
797
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
798
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
799
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
800
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
801
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
802
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
803
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
804
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
805
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
806
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
807
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
808
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
809
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
810
+ }>>>;
811
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
812
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
813
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
814
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
815
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
816
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
817
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
818
+ }>>>;
819
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
820
+ }>>;
821
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
822
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
823
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
824
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
825
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
826
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
827
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
828
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
829
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
830
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
831
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
832
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
833
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
834
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
835
+ }>>>;
836
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
837
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
838
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
839
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
840
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
841
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
842
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
843
+ }>>>;
844
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
845
+ }>>;
846
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
847
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
848
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
849
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
850
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
851
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
852
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
853
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
854
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
855
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
856
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
857
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
858
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
859
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
860
+ }>>>;
861
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
862
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
863
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
864
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
865
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
866
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
867
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
868
+ }>>>;
869
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
870
+ }>>;
871
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
872
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
873
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
874
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
875
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
876
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
877
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
878
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
879
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
880
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
881
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
882
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
883
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
884
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
885
+ }>>>;
886
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
887
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
888
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
889
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
890
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
891
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
892
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
893
+ }>>>;
894
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
895
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
896
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
897
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
898
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
899
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
900
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
901
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
902
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
903
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
904
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
905
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
906
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
907
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
908
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
909
+ }>>>;
910
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
911
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
912
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
913
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
914
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
915
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
916
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
917
+ }>>>;
918
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
919
+ }>>;
920
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
921
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
922
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
923
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
924
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
925
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
926
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
927
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
928
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
929
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
930
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
931
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
932
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
933
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
934
+ }>>>;
935
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
936
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
937
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
938
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
939
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
940
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
941
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
942
+ }>>>;
943
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
944
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
945
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
946
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
947
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
948
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
949
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
950
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
951
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
952
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
953
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
954
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
955
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
956
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
957
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
958
+ }>>>;
959
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
960
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
961
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
962
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
963
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
964
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
965
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
966
+ }>>>;
967
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
968
+ }>>;
969
+ }>, import("@feathersjs/typebox").TObject<{
970
+ [key: string]: import("@feathersjs/typebox").TSchema;
971
+ } | undefined>]>>]>>;
972
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
973
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
974
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
975
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
976
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
977
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
978
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
979
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
980
+ }>, import("@feathersjs/typebox").TObject<{
981
+ [key: string]: import("@feathersjs/typebox").TSchema;
982
+ } | undefined>]>>]>>;
983
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
984
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
985
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
986
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
987
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
988
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
989
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
990
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
991
+ }>, import("@feathersjs/typebox").TObject<{
992
+ [key: string]: import("@feathersjs/typebox").TSchema;
993
+ } | undefined>]>>]>>;
994
+ }>>>;
995
+ }>]>>;
996
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
997
+ _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<{
998
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
999
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1000
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1001
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1002
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1003
+ $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<{}>]>;
1004
+ $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<{}>]>;
1005
+ }>, import("@feathersjs/typebox").TObject<{
1006
+ [key: string]: import("@feathersjs/typebox").TSchema;
1007
+ } | undefined>]>>]>>;
1008
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1009
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1010
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1011
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1012
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1013
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1014
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1015
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1016
+ }>, import("@feathersjs/typebox").TObject<{
1017
+ [key: string]: import("@feathersjs/typebox").TSchema;
1018
+ } | undefined>]>>]>>;
1019
+ role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1020
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1021
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1022
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1023
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1024
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1025
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1026
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1027
+ }>, import("@feathersjs/typebox").TObject<{
1028
+ [key: string]: import("@feathersjs/typebox").TSchema;
1029
+ } | undefined>]>>]>>;
1030
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1031
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1032
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1033
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1034
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1035
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1036
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1037
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1038
+ }>, import("@feathersjs/typebox").TObject<{
1039
+ [key: string]: import("@feathersjs/typebox").TSchema;
1040
+ } | undefined>]>>]>>;
1041
+ taxAgentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1042
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1043
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1044
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1045
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1046
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1047
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1048
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1049
+ }>, import("@feathersjs/typebox").TObject<{
1050
+ [key: string]: import("@feathersjs/typebox").TSchema;
1051
+ } | undefined>]>>]>>;
1052
+ text: 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<{
1053
+ $gt: import("@feathersjs/typebox").TString<string>;
1054
+ $gte: import("@feathersjs/typebox").TString<string>;
1055
+ $lt: import("@feathersjs/typebox").TString<string>;
1056
+ $lte: import("@feathersjs/typebox").TString<string>;
1057
+ $ne: import("@feathersjs/typebox").TString<string>;
1058
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1059
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1060
+ }>, import("@feathersjs/typebox").TObject<{
1061
+ [key: string]: import("@feathersjs/typebox").TSchema;
1062
+ } | undefined>]>>]>>;
1063
+ trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1064
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1065
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1066
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1067
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1068
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1069
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1070
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1071
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1072
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1073
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1074
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1075
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1076
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1077
+ }>>>;
1078
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1079
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1080
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1081
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1082
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1083
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1084
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1085
+ }>>>;
1086
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1087
+ }>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1088
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1089
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1090
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1091
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1092
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1093
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1094
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1095
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1096
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1097
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1098
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1099
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1100
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1101
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1102
+ }>>>;
1103
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1104
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1105
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1106
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1107
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1108
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1109
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1110
+ }>>>;
1111
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1112
+ }>>;
1113
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1114
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1115
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1116
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1117
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1118
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1119
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1120
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1121
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1122
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1123
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1124
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1125
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1126
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1127
+ }>>>;
1128
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1129
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1130
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1131
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1132
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1133
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1134
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1135
+ }>>>;
1136
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1137
+ }>>;
1138
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1139
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1140
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1141
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1142
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1143
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1144
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1145
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1146
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1147
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1148
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1149
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1150
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1151
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1152
+ }>>>;
1153
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1154
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1155
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1156
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1157
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1158
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1159
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1160
+ }>>>;
1161
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1162
+ }>>;
1163
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1164
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1165
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1166
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1167
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1168
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1169
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1170
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1171
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1172
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1173
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1174
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1175
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1176
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1177
+ }>>>;
1178
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1179
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1180
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1181
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1182
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1183
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1184
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1185
+ }>>>;
1186
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1187
+ }>>;
1188
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1189
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1190
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1191
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1192
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1193
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1194
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1195
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1196
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1197
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1198
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1199
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1200
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1201
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1202
+ }>>>;
1203
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1204
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1205
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1206
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1207
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1208
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1209
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1210
+ }>>>;
1211
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1212
+ }>>;
1213
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1214
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1215
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1216
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1217
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1218
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1219
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1220
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1221
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1222
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1223
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1224
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1225
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1226
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1227
+ }>>>;
1228
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1229
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1230
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1231
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1232
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1233
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1234
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1235
+ }>>>;
1236
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1237
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1238
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1239
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1240
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1241
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1242
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1243
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1244
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1245
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1246
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1247
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1248
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1249
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1250
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1251
+ }>>>;
1252
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1253
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1254
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1255
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1256
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1257
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1258
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1259
+ }>>>;
1260
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1261
+ }>>;
1262
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1263
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1264
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1265
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1266
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1267
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1268
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1269
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1270
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1271
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1272
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1273
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1274
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1275
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1276
+ }>>>;
1277
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1278
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1279
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1280
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1281
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1282
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1283
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1284
+ }>>>;
1285
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1286
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1287
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1288
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1289
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1290
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1291
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1292
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1293
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1294
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1295
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1296
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1297
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1298
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1299
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1300
+ }>>>;
1301
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1302
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1303
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1304
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1305
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1306
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1307
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1308
+ }>>>;
1309
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1310
+ }>>;
1311
+ }>, import("@feathersjs/typebox").TObject<{
1312
+ [key: string]: import("@feathersjs/typebox").TSchema;
1313
+ } | undefined>]>>]>>;
1314
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1315
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
1316
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
1317
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
1318
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
1319
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
1320
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
1321
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
1322
+ }>, import("@feathersjs/typebox").TObject<{
1323
+ [key: string]: import("@feathersjs/typebox").TSchema;
1324
+ } | undefined>]>>]>>;
1325
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1326
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1327
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1328
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1329
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1330
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1331
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1332
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1333
+ }>, import("@feathersjs/typebox").TObject<{
1334
+ [key: string]: import("@feathersjs/typebox").TSchema;
1335
+ } | undefined>]>>]>>;
1336
+ }>>>;
1337
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1338
+ _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<{
1339
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1340
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1341
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1342
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1343
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1344
+ $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<{}>]>;
1345
+ $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<{}>]>;
1346
+ }>, import("@feathersjs/typebox").TObject<{
1347
+ [key: string]: import("@feathersjs/typebox").TSchema;
1348
+ } | undefined>]>>]>>;
1349
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1350
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1351
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1352
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1353
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1354
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1355
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1356
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1357
+ }>, import("@feathersjs/typebox").TObject<{
1358
+ [key: string]: import("@feathersjs/typebox").TSchema;
1359
+ } | undefined>]>>]>>;
1360
+ role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1361
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1362
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1363
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1364
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1365
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1366
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1367
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1368
+ }>, import("@feathersjs/typebox").TObject<{
1369
+ [key: string]: import("@feathersjs/typebox").TSchema;
1370
+ } | undefined>]>>]>>;
1371
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1372
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1373
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1374
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1375
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1376
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1377
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1378
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1379
+ }>, import("@feathersjs/typebox").TObject<{
1380
+ [key: string]: import("@feathersjs/typebox").TSchema;
1381
+ } | undefined>]>>]>>;
1382
+ taxAgentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1383
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1384
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1385
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1386
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1387
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1388
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1389
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1390
+ }>, import("@feathersjs/typebox").TObject<{
1391
+ [key: string]: import("@feathersjs/typebox").TSchema;
1392
+ } | undefined>]>>]>>;
1393
+ text: 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<{
1394
+ $gt: import("@feathersjs/typebox").TString<string>;
1395
+ $gte: import("@feathersjs/typebox").TString<string>;
1396
+ $lt: import("@feathersjs/typebox").TString<string>;
1397
+ $lte: import("@feathersjs/typebox").TString<string>;
1398
+ $ne: import("@feathersjs/typebox").TString<string>;
1399
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1400
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1401
+ }>, import("@feathersjs/typebox").TObject<{
1402
+ [key: string]: import("@feathersjs/typebox").TSchema;
1403
+ } | undefined>]>>]>>;
1404
+ trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1405
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1406
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1407
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1408
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1409
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1410
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1411
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1412
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1413
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1414
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1415
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1416
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1417
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1418
+ }>>>;
1419
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1420
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1421
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1422
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1423
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1424
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1425
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1426
+ }>>>;
1427
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1428
+ }>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1429
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1430
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1431
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1432
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1433
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1434
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1435
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1436
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1437
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1438
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1439
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1440
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1441
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1442
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1443
+ }>>>;
1444
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1445
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1446
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1447
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1448
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1449
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1450
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1451
+ }>>>;
1452
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1453
+ }>>;
1454
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1455
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1456
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1457
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1458
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1459
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1460
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1461
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1462
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1463
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1464
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1465
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1466
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1467
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1468
+ }>>>;
1469
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1470
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1471
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1472
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1473
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1474
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1475
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1476
+ }>>>;
1477
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1478
+ }>>;
1479
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1480
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1481
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1482
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1483
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1484
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1485
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1486
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1487
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1488
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1489
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1490
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1491
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1492
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1493
+ }>>>;
1494
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1495
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1496
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1497
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1498
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1499
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1500
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1501
+ }>>>;
1502
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1503
+ }>>;
1504
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1505
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1506
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1507
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1508
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1509
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1510
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1511
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1512
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1513
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1514
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1515
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1516
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1517
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1518
+ }>>>;
1519
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1520
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1521
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1522
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1523
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1524
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1525
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1526
+ }>>>;
1527
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1528
+ }>>;
1529
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1530
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1531
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1532
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1533
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1534
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1535
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1536
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1537
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1538
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1539
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1540
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1541
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1542
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1543
+ }>>>;
1544
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1545
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1546
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1547
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1548
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1549
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1550
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1551
+ }>>>;
1552
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1553
+ }>>;
1554
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1555
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1556
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1557
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1558
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1559
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1560
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1561
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1562
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1563
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1564
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1565
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1566
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1567
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1568
+ }>>>;
1569
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1570
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1571
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1572
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1573
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1574
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1575
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1576
+ }>>>;
1577
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1578
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1579
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1580
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1581
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1582
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1583
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1584
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1585
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1586
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1587
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1588
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1589
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1590
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1591
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1592
+ }>>>;
1593
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1594
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1595
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1596
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1597
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1598
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1599
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1600
+ }>>>;
1601
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1602
+ }>>;
1603
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1604
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1605
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1606
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1607
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1608
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1609
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1610
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1611
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1612
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1613
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1614
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1615
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1616
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1617
+ }>>>;
1618
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1619
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1620
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1621
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1622
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1623
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1624
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1625
+ }>>>;
1626
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1627
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1628
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1629
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1630
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1631
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1632
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1633
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1634
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1635
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1636
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1637
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1638
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1639
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1640
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1641
+ }>>>;
1642
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1643
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1644
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1645
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1646
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1647
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1648
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1649
+ }>>>;
1650
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1651
+ }>>;
1652
+ }>, import("@feathersjs/typebox").TObject<{
1653
+ [key: string]: import("@feathersjs/typebox").TSchema;
1654
+ } | undefined>]>>]>>;
1655
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1656
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
1657
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
1658
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
1659
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
1660
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
1661
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
1662
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">]>>;
1663
+ }>, import("@feathersjs/typebox").TObject<{
1664
+ [key: string]: import("@feathersjs/typebox").TSchema;
1665
+ } | undefined>]>>]>>;
1666
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1667
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1668
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1669
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1670
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1671
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1672
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1673
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1674
+ }>, import("@feathersjs/typebox").TObject<{
1675
+ [key: string]: import("@feathersjs/typebox").TSchema;
1676
+ } | undefined>]>>]>>;
1677
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
1678
+ export type TaxSessionsConversationsQuery = Static<typeof taxSessionsConversationsQuerySchema>;
1679
+ export declare const taxSessionsConversationsQueryValidator: import("@feathersjs/schema").Validator<any, any>;
1680
+ export declare const taxSessionsConversationsQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
1681
+ $limit: number;
1682
+ $skip: number;
1683
+ $sort: {
1684
+ _id?: number | undefined;
1685
+ createdAt?: number | undefined;
1686
+ role?: number | undefined;
1687
+ sessionId?: number | undefined;
1688
+ taxAgentId?: number | undefined;
1689
+ text?: number | undefined;
1690
+ trace?: number | undefined;
1691
+ type?: number | undefined;
1692
+ updatedAt?: number | undefined;
1693
+ };
1694
+ $select: ("_id" | "createdAt" | "role" | "sessionId" | "taxAgentId" | "text" | "trace" | "type" | "updatedAt")[];
1695
+ $and: ({
1696
+ _id?: string | Partial<{
1697
+ $gt: string | {};
1698
+ $gte: string | {};
1699
+ $lt: string | {};
1700
+ $lte: string | {};
1701
+ $ne: string | {};
1702
+ $in: string | (string | {})[] | {};
1703
+ $nin: string | (string | {})[] | {};
1704
+ } & {}> | {} | undefined;
1705
+ createdAt?: any;
1706
+ role?: "assistant" | "user" | Partial<{
1707
+ $gt: "assistant" | "user";
1708
+ $gte: "assistant" | "user";
1709
+ $lt: "assistant" | "user";
1710
+ $lte: "assistant" | "user";
1711
+ $ne: "assistant" | "user";
1712
+ $in: "assistant" | "user" | ("assistant" | "user")[];
1713
+ $nin: "assistant" | "user" | ("assistant" | "user")[];
1714
+ } & {}> | undefined;
1715
+ sessionId?: string | Partial<{
1716
+ $gt?: string | undefined;
1717
+ $gte?: string | undefined;
1718
+ $lt?: string | undefined;
1719
+ $lte?: string | undefined;
1720
+ $ne?: string | undefined;
1721
+ $in: string | string[];
1722
+ $nin: string | string[];
1723
+ } & {}> | undefined;
1724
+ taxAgentId?: string | Partial<{
1725
+ $gt?: string | undefined;
1726
+ $gte?: string | undefined;
1727
+ $lt?: string | undefined;
1728
+ $lte?: string | undefined;
1729
+ $ne?: string | undefined;
1730
+ $in: string | string[];
1731
+ $nin: string | string[];
1732
+ } & {}> | undefined;
1733
+ text?: string | Partial<{
1734
+ $gt: string;
1735
+ $gte: string;
1736
+ $lt: string;
1737
+ $lte: string;
1738
+ $ne: string;
1739
+ $in: string | string[];
1740
+ $nin: string | string[];
1741
+ } & {}> | undefined;
1742
+ trace?: Partial<{
1743
+ $gt?: {
1744
+ rationale?: string[] | undefined;
1745
+ toolCalls?: {
1746
+ actionGroupName?: string | undefined;
1747
+ apiPath?: string | undefined;
1748
+ verb?: string | undefined;
1749
+ parameters?: any;
1750
+ requestBody?: any;
1751
+ response?: any;
1752
+ success?: boolean | undefined;
1753
+ executionTimeMs?: number | undefined;
1754
+ startTime?: string | undefined;
1755
+ endTime?: string | undefined;
1756
+ error?: string | undefined;
1757
+ }[] | undefined;
1758
+ modelInvocations?: {
1759
+ foundationModel?: string | undefined;
1760
+ inputTokens?: number | undefined;
1761
+ outputTokens?: number | undefined;
1762
+ totalTimeMs?: number | undefined;
1763
+ startTime?: string | undefined;
1764
+ endTime?: string | undefined;
1765
+ }[] | undefined;
1766
+ fullTrace?: any;
1767
+ } | undefined;
1768
+ $gte?: {
1769
+ rationale?: string[] | undefined;
1770
+ toolCalls?: {
1771
+ actionGroupName?: string | undefined;
1772
+ apiPath?: string | undefined;
1773
+ verb?: string | undefined;
1774
+ parameters?: any;
1775
+ requestBody?: any;
1776
+ response?: any;
1777
+ success?: boolean | undefined;
1778
+ executionTimeMs?: number | undefined;
1779
+ startTime?: string | undefined;
1780
+ endTime?: string | undefined;
1781
+ error?: string | undefined;
1782
+ }[] | undefined;
1783
+ modelInvocations?: {
1784
+ foundationModel?: string | undefined;
1785
+ inputTokens?: number | undefined;
1786
+ outputTokens?: number | undefined;
1787
+ totalTimeMs?: number | undefined;
1788
+ startTime?: string | undefined;
1789
+ endTime?: string | undefined;
1790
+ }[] | undefined;
1791
+ fullTrace?: any;
1792
+ } | undefined;
1793
+ $lt?: {
1794
+ rationale?: string[] | undefined;
1795
+ toolCalls?: {
1796
+ actionGroupName?: string | undefined;
1797
+ apiPath?: string | undefined;
1798
+ verb?: string | undefined;
1799
+ parameters?: any;
1800
+ requestBody?: any;
1801
+ response?: any;
1802
+ success?: boolean | undefined;
1803
+ executionTimeMs?: number | undefined;
1804
+ startTime?: string | undefined;
1805
+ endTime?: string | undefined;
1806
+ error?: string | undefined;
1807
+ }[] | undefined;
1808
+ modelInvocations?: {
1809
+ foundationModel?: string | undefined;
1810
+ inputTokens?: number | undefined;
1811
+ outputTokens?: number | undefined;
1812
+ totalTimeMs?: number | undefined;
1813
+ startTime?: string | undefined;
1814
+ endTime?: string | undefined;
1815
+ }[] | undefined;
1816
+ fullTrace?: any;
1817
+ } | undefined;
1818
+ $lte?: {
1819
+ rationale?: string[] | undefined;
1820
+ toolCalls?: {
1821
+ actionGroupName?: string | undefined;
1822
+ apiPath?: string | undefined;
1823
+ verb?: string | undefined;
1824
+ parameters?: any;
1825
+ requestBody?: any;
1826
+ response?: any;
1827
+ success?: boolean | undefined;
1828
+ executionTimeMs?: number | undefined;
1829
+ startTime?: string | undefined;
1830
+ endTime?: string | undefined;
1831
+ error?: string | undefined;
1832
+ }[] | undefined;
1833
+ modelInvocations?: {
1834
+ foundationModel?: string | undefined;
1835
+ inputTokens?: number | undefined;
1836
+ outputTokens?: number | undefined;
1837
+ totalTimeMs?: number | undefined;
1838
+ startTime?: string | undefined;
1839
+ endTime?: string | undefined;
1840
+ }[] | undefined;
1841
+ fullTrace?: any;
1842
+ } | undefined;
1843
+ $ne?: {
1844
+ rationale?: string[] | undefined;
1845
+ toolCalls?: {
1846
+ actionGroupName?: string | undefined;
1847
+ apiPath?: string | undefined;
1848
+ verb?: string | undefined;
1849
+ parameters?: any;
1850
+ requestBody?: any;
1851
+ response?: any;
1852
+ success?: boolean | undefined;
1853
+ executionTimeMs?: number | undefined;
1854
+ startTime?: string | undefined;
1855
+ endTime?: string | undefined;
1856
+ error?: string | undefined;
1857
+ }[] | undefined;
1858
+ modelInvocations?: {
1859
+ foundationModel?: string | undefined;
1860
+ inputTokens?: number | undefined;
1861
+ outputTokens?: number | undefined;
1862
+ totalTimeMs?: number | undefined;
1863
+ startTime?: string | undefined;
1864
+ endTime?: string | undefined;
1865
+ }[] | undefined;
1866
+ fullTrace?: any;
1867
+ } | undefined;
1868
+ $in: {
1869
+ rationale?: string[] | undefined;
1870
+ toolCalls?: {
1871
+ actionGroupName?: string | undefined;
1872
+ apiPath?: string | undefined;
1873
+ verb?: string | undefined;
1874
+ parameters?: any;
1875
+ requestBody?: any;
1876
+ response?: any;
1877
+ success?: boolean | undefined;
1878
+ executionTimeMs?: number | undefined;
1879
+ startTime?: string | undefined;
1880
+ endTime?: string | undefined;
1881
+ error?: string | undefined;
1882
+ }[] | undefined;
1883
+ modelInvocations?: {
1884
+ foundationModel?: string | undefined;
1885
+ inputTokens?: number | undefined;
1886
+ outputTokens?: number | undefined;
1887
+ totalTimeMs?: number | undefined;
1888
+ startTime?: string | undefined;
1889
+ endTime?: string | undefined;
1890
+ }[] | undefined;
1891
+ fullTrace?: any;
1892
+ }[] | {
1893
+ rationale?: string[] | undefined;
1894
+ toolCalls?: {
1895
+ actionGroupName?: string | undefined;
1896
+ apiPath?: string | undefined;
1897
+ verb?: string | undefined;
1898
+ parameters?: any;
1899
+ requestBody?: any;
1900
+ response?: any;
1901
+ success?: boolean | undefined;
1902
+ executionTimeMs?: number | undefined;
1903
+ startTime?: string | undefined;
1904
+ endTime?: string | undefined;
1905
+ error?: string | undefined;
1906
+ }[] | undefined;
1907
+ modelInvocations?: {
1908
+ foundationModel?: string | undefined;
1909
+ inputTokens?: number | undefined;
1910
+ outputTokens?: number | undefined;
1911
+ totalTimeMs?: number | undefined;
1912
+ startTime?: string | undefined;
1913
+ endTime?: string | undefined;
1914
+ }[] | undefined;
1915
+ fullTrace?: any;
1916
+ };
1917
+ $nin: {
1918
+ rationale?: string[] | undefined;
1919
+ toolCalls?: {
1920
+ actionGroupName?: string | undefined;
1921
+ apiPath?: string | undefined;
1922
+ verb?: string | undefined;
1923
+ parameters?: any;
1924
+ requestBody?: any;
1925
+ response?: any;
1926
+ success?: boolean | undefined;
1927
+ executionTimeMs?: number | undefined;
1928
+ startTime?: string | undefined;
1929
+ endTime?: string | undefined;
1930
+ error?: string | undefined;
1931
+ }[] | undefined;
1932
+ modelInvocations?: {
1933
+ foundationModel?: string | undefined;
1934
+ inputTokens?: number | undefined;
1935
+ outputTokens?: number | undefined;
1936
+ totalTimeMs?: number | undefined;
1937
+ startTime?: string | undefined;
1938
+ endTime?: string | undefined;
1939
+ }[] | undefined;
1940
+ fullTrace?: any;
1941
+ }[] | {
1942
+ rationale?: string[] | undefined;
1943
+ toolCalls?: {
1944
+ actionGroupName?: string | undefined;
1945
+ apiPath?: string | undefined;
1946
+ verb?: string | undefined;
1947
+ parameters?: any;
1948
+ requestBody?: any;
1949
+ response?: any;
1950
+ success?: boolean | undefined;
1951
+ executionTimeMs?: number | undefined;
1952
+ startTime?: string | undefined;
1953
+ endTime?: string | undefined;
1954
+ error?: string | undefined;
1955
+ }[] | undefined;
1956
+ modelInvocations?: {
1957
+ foundationModel?: string | undefined;
1958
+ inputTokens?: number | undefined;
1959
+ outputTokens?: number | undefined;
1960
+ totalTimeMs?: number | undefined;
1961
+ startTime?: string | undefined;
1962
+ endTime?: string | undefined;
1963
+ }[] | undefined;
1964
+ fullTrace?: any;
1965
+ };
1966
+ } & {}> | {
1967
+ rationale?: string[] | undefined;
1968
+ toolCalls?: {
1969
+ actionGroupName?: string | undefined;
1970
+ apiPath?: string | undefined;
1971
+ verb?: string | undefined;
1972
+ parameters?: any;
1973
+ requestBody?: any;
1974
+ response?: any;
1975
+ success?: boolean | undefined;
1976
+ executionTimeMs?: number | undefined;
1977
+ startTime?: string | undefined;
1978
+ endTime?: string | undefined;
1979
+ error?: string | undefined;
1980
+ }[] | undefined;
1981
+ modelInvocations?: {
1982
+ foundationModel?: string | undefined;
1983
+ inputTokens?: number | undefined;
1984
+ outputTokens?: number | undefined;
1985
+ totalTimeMs?: number | undefined;
1986
+ startTime?: string | undefined;
1987
+ endTime?: string | undefined;
1988
+ }[] | undefined;
1989
+ fullTrace?: any;
1990
+ } | undefined;
1991
+ type?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | Partial<{
1992
+ $gt?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
1993
+ $gte?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
1994
+ $lt?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
1995
+ $lte?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
1996
+ $ne?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
1997
+ $in: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message")[];
1998
+ $nin: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message")[];
1999
+ } & {}> | undefined;
2000
+ updatedAt?: any;
2001
+ } | {
2002
+ $or: {
2003
+ _id?: string | Partial<{
2004
+ $gt: string | {};
2005
+ $gte: string | {};
2006
+ $lt: string | {};
2007
+ $lte: string | {};
2008
+ $ne: string | {};
2009
+ $in: string | (string | {})[] | {};
2010
+ $nin: string | (string | {})[] | {};
2011
+ } & {}> | {} | undefined;
2012
+ createdAt?: any;
2013
+ role?: "assistant" | "user" | Partial<{
2014
+ $gt: "assistant" | "user";
2015
+ $gte: "assistant" | "user";
2016
+ $lt: "assistant" | "user";
2017
+ $lte: "assistant" | "user";
2018
+ $ne: "assistant" | "user";
2019
+ $in: "assistant" | "user" | ("assistant" | "user")[];
2020
+ $nin: "assistant" | "user" | ("assistant" | "user")[];
2021
+ } & {}> | undefined;
2022
+ sessionId?: string | Partial<{
2023
+ $gt?: string | undefined;
2024
+ $gte?: string | undefined;
2025
+ $lt?: string | undefined;
2026
+ $lte?: string | undefined;
2027
+ $ne?: string | undefined;
2028
+ $in: string | string[];
2029
+ $nin: string | string[];
2030
+ } & {}> | undefined;
2031
+ taxAgentId?: string | Partial<{
2032
+ $gt?: string | undefined;
2033
+ $gte?: string | undefined;
2034
+ $lt?: string | undefined;
2035
+ $lte?: string | undefined;
2036
+ $ne?: string | undefined;
2037
+ $in: string | string[];
2038
+ $nin: string | string[];
2039
+ } & {}> | undefined;
2040
+ text?: string | Partial<{
2041
+ $gt: string;
2042
+ $gte: string;
2043
+ $lt: string;
2044
+ $lte: string;
2045
+ $ne: string;
2046
+ $in: string | string[];
2047
+ $nin: string | string[];
2048
+ } & {}> | undefined;
2049
+ trace?: Partial<{
2050
+ $gt?: {
2051
+ rationale?: string[] | undefined;
2052
+ toolCalls?: {
2053
+ actionGroupName?: string | undefined;
2054
+ apiPath?: string | undefined;
2055
+ verb?: string | undefined;
2056
+ parameters?: any;
2057
+ requestBody?: any;
2058
+ response?: any;
2059
+ success?: boolean | undefined;
2060
+ executionTimeMs?: number | undefined;
2061
+ startTime?: string | undefined;
2062
+ endTime?: string | undefined;
2063
+ error?: string | undefined;
2064
+ }[] | undefined;
2065
+ modelInvocations?: {
2066
+ foundationModel?: string | undefined;
2067
+ inputTokens?: number | undefined;
2068
+ outputTokens?: number | undefined;
2069
+ totalTimeMs?: number | undefined;
2070
+ startTime?: string | undefined;
2071
+ endTime?: string | undefined;
2072
+ }[] | undefined;
2073
+ fullTrace?: any;
2074
+ } | undefined;
2075
+ $gte?: {
2076
+ rationale?: string[] | undefined;
2077
+ toolCalls?: {
2078
+ actionGroupName?: string | undefined;
2079
+ apiPath?: string | undefined;
2080
+ verb?: string | undefined;
2081
+ parameters?: any;
2082
+ requestBody?: any;
2083
+ response?: any;
2084
+ success?: boolean | undefined;
2085
+ executionTimeMs?: number | undefined;
2086
+ startTime?: string | undefined;
2087
+ endTime?: string | undefined;
2088
+ error?: string | undefined;
2089
+ }[] | undefined;
2090
+ modelInvocations?: {
2091
+ foundationModel?: string | undefined;
2092
+ inputTokens?: number | undefined;
2093
+ outputTokens?: number | undefined;
2094
+ totalTimeMs?: number | undefined;
2095
+ startTime?: string | undefined;
2096
+ endTime?: string | undefined;
2097
+ }[] | undefined;
2098
+ fullTrace?: any;
2099
+ } | undefined;
2100
+ $lt?: {
2101
+ rationale?: string[] | undefined;
2102
+ toolCalls?: {
2103
+ actionGroupName?: string | undefined;
2104
+ apiPath?: string | undefined;
2105
+ verb?: string | undefined;
2106
+ parameters?: any;
2107
+ requestBody?: any;
2108
+ response?: any;
2109
+ success?: boolean | undefined;
2110
+ executionTimeMs?: number | undefined;
2111
+ startTime?: string | undefined;
2112
+ endTime?: string | undefined;
2113
+ error?: string | undefined;
2114
+ }[] | undefined;
2115
+ modelInvocations?: {
2116
+ foundationModel?: string | undefined;
2117
+ inputTokens?: number | undefined;
2118
+ outputTokens?: number | undefined;
2119
+ totalTimeMs?: number | undefined;
2120
+ startTime?: string | undefined;
2121
+ endTime?: string | undefined;
2122
+ }[] | undefined;
2123
+ fullTrace?: any;
2124
+ } | undefined;
2125
+ $lte?: {
2126
+ rationale?: string[] | undefined;
2127
+ toolCalls?: {
2128
+ actionGroupName?: string | undefined;
2129
+ apiPath?: string | undefined;
2130
+ verb?: string | undefined;
2131
+ parameters?: any;
2132
+ requestBody?: any;
2133
+ response?: any;
2134
+ success?: boolean | undefined;
2135
+ executionTimeMs?: number | undefined;
2136
+ startTime?: string | undefined;
2137
+ endTime?: string | undefined;
2138
+ error?: string | undefined;
2139
+ }[] | undefined;
2140
+ modelInvocations?: {
2141
+ foundationModel?: string | undefined;
2142
+ inputTokens?: number | undefined;
2143
+ outputTokens?: number | undefined;
2144
+ totalTimeMs?: number | undefined;
2145
+ startTime?: string | undefined;
2146
+ endTime?: string | undefined;
2147
+ }[] | undefined;
2148
+ fullTrace?: any;
2149
+ } | undefined;
2150
+ $ne?: {
2151
+ rationale?: string[] | undefined;
2152
+ toolCalls?: {
2153
+ actionGroupName?: string | undefined;
2154
+ apiPath?: string | undefined;
2155
+ verb?: string | undefined;
2156
+ parameters?: any;
2157
+ requestBody?: any;
2158
+ response?: any;
2159
+ success?: boolean | undefined;
2160
+ executionTimeMs?: number | undefined;
2161
+ startTime?: string | undefined;
2162
+ endTime?: string | undefined;
2163
+ error?: string | undefined;
2164
+ }[] | undefined;
2165
+ modelInvocations?: {
2166
+ foundationModel?: string | undefined;
2167
+ inputTokens?: number | undefined;
2168
+ outputTokens?: number | undefined;
2169
+ totalTimeMs?: number | undefined;
2170
+ startTime?: string | undefined;
2171
+ endTime?: string | undefined;
2172
+ }[] | undefined;
2173
+ fullTrace?: any;
2174
+ } | undefined;
2175
+ $in: {
2176
+ rationale?: string[] | undefined;
2177
+ toolCalls?: {
2178
+ actionGroupName?: string | undefined;
2179
+ apiPath?: string | undefined;
2180
+ verb?: string | undefined;
2181
+ parameters?: any;
2182
+ requestBody?: any;
2183
+ response?: any;
2184
+ success?: boolean | undefined;
2185
+ executionTimeMs?: number | undefined;
2186
+ startTime?: string | undefined;
2187
+ endTime?: string | undefined;
2188
+ error?: string | undefined;
2189
+ }[] | undefined;
2190
+ modelInvocations?: {
2191
+ foundationModel?: string | undefined;
2192
+ inputTokens?: number | undefined;
2193
+ outputTokens?: number | undefined;
2194
+ totalTimeMs?: number | undefined;
2195
+ startTime?: string | undefined;
2196
+ endTime?: string | undefined;
2197
+ }[] | undefined;
2198
+ fullTrace?: any;
2199
+ }[] | {
2200
+ rationale?: string[] | undefined;
2201
+ toolCalls?: {
2202
+ actionGroupName?: string | undefined;
2203
+ apiPath?: string | undefined;
2204
+ verb?: string | undefined;
2205
+ parameters?: any;
2206
+ requestBody?: any;
2207
+ response?: any;
2208
+ success?: boolean | undefined;
2209
+ executionTimeMs?: number | undefined;
2210
+ startTime?: string | undefined;
2211
+ endTime?: string | undefined;
2212
+ error?: string | undefined;
2213
+ }[] | undefined;
2214
+ modelInvocations?: {
2215
+ foundationModel?: string | undefined;
2216
+ inputTokens?: number | undefined;
2217
+ outputTokens?: number | undefined;
2218
+ totalTimeMs?: number | undefined;
2219
+ startTime?: string | undefined;
2220
+ endTime?: string | undefined;
2221
+ }[] | undefined;
2222
+ fullTrace?: any;
2223
+ };
2224
+ $nin: {
2225
+ rationale?: string[] | undefined;
2226
+ toolCalls?: {
2227
+ actionGroupName?: string | undefined;
2228
+ apiPath?: string | undefined;
2229
+ verb?: string | undefined;
2230
+ parameters?: any;
2231
+ requestBody?: any;
2232
+ response?: any;
2233
+ success?: boolean | undefined;
2234
+ executionTimeMs?: number | undefined;
2235
+ startTime?: string | undefined;
2236
+ endTime?: string | undefined;
2237
+ error?: string | undefined;
2238
+ }[] | undefined;
2239
+ modelInvocations?: {
2240
+ foundationModel?: string | undefined;
2241
+ inputTokens?: number | undefined;
2242
+ outputTokens?: number | undefined;
2243
+ totalTimeMs?: number | undefined;
2244
+ startTime?: string | undefined;
2245
+ endTime?: string | undefined;
2246
+ }[] | undefined;
2247
+ fullTrace?: any;
2248
+ }[] | {
2249
+ rationale?: string[] | undefined;
2250
+ toolCalls?: {
2251
+ actionGroupName?: string | undefined;
2252
+ apiPath?: string | undefined;
2253
+ verb?: string | undefined;
2254
+ parameters?: any;
2255
+ requestBody?: any;
2256
+ response?: any;
2257
+ success?: boolean | undefined;
2258
+ executionTimeMs?: number | undefined;
2259
+ startTime?: string | undefined;
2260
+ endTime?: string | undefined;
2261
+ error?: string | undefined;
2262
+ }[] | undefined;
2263
+ modelInvocations?: {
2264
+ foundationModel?: string | undefined;
2265
+ inputTokens?: number | undefined;
2266
+ outputTokens?: number | undefined;
2267
+ totalTimeMs?: number | undefined;
2268
+ startTime?: string | undefined;
2269
+ endTime?: string | undefined;
2270
+ }[] | undefined;
2271
+ fullTrace?: any;
2272
+ };
2273
+ } & {}> | {
2274
+ rationale?: string[] | undefined;
2275
+ toolCalls?: {
2276
+ actionGroupName?: string | undefined;
2277
+ apiPath?: string | undefined;
2278
+ verb?: string | undefined;
2279
+ parameters?: any;
2280
+ requestBody?: any;
2281
+ response?: any;
2282
+ success?: boolean | undefined;
2283
+ executionTimeMs?: number | undefined;
2284
+ startTime?: string | undefined;
2285
+ endTime?: string | undefined;
2286
+ error?: string | undefined;
2287
+ }[] | undefined;
2288
+ modelInvocations?: {
2289
+ foundationModel?: string | undefined;
2290
+ inputTokens?: number | undefined;
2291
+ outputTokens?: number | undefined;
2292
+ totalTimeMs?: number | undefined;
2293
+ startTime?: string | undefined;
2294
+ endTime?: string | undefined;
2295
+ }[] | undefined;
2296
+ fullTrace?: any;
2297
+ } | undefined;
2298
+ type?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | Partial<{
2299
+ $gt?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
2300
+ $gte?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
2301
+ $lt?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
2302
+ $lte?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
2303
+ $ne?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
2304
+ $in: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message")[];
2305
+ $nin: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message")[];
2306
+ } & {}> | undefined;
2307
+ updatedAt?: any;
2308
+ }[];
2309
+ })[];
2310
+ $or: {
2311
+ _id?: string | Partial<{
2312
+ $gt: string | {};
2313
+ $gte: string | {};
2314
+ $lt: string | {};
2315
+ $lte: string | {};
2316
+ $ne: string | {};
2317
+ $in: string | (string | {})[] | {};
2318
+ $nin: string | (string | {})[] | {};
2319
+ } & {}> | {} | undefined;
2320
+ createdAt?: any;
2321
+ role?: "assistant" | "user" | Partial<{
2322
+ $gt: "assistant" | "user";
2323
+ $gte: "assistant" | "user";
2324
+ $lt: "assistant" | "user";
2325
+ $lte: "assistant" | "user";
2326
+ $ne: "assistant" | "user";
2327
+ $in: "assistant" | "user" | ("assistant" | "user")[];
2328
+ $nin: "assistant" | "user" | ("assistant" | "user")[];
2329
+ } & {}> | undefined;
2330
+ sessionId?: string | Partial<{
2331
+ $gt?: string | undefined;
2332
+ $gte?: string | undefined;
2333
+ $lt?: string | undefined;
2334
+ $lte?: string | undefined;
2335
+ $ne?: string | undefined;
2336
+ $in: string | string[];
2337
+ $nin: string | string[];
2338
+ } & {}> | undefined;
2339
+ taxAgentId?: string | Partial<{
2340
+ $gt?: string | undefined;
2341
+ $gte?: string | undefined;
2342
+ $lt?: string | undefined;
2343
+ $lte?: string | undefined;
2344
+ $ne?: string | undefined;
2345
+ $in: string | string[];
2346
+ $nin: string | string[];
2347
+ } & {}> | undefined;
2348
+ text?: string | Partial<{
2349
+ $gt: string;
2350
+ $gte: string;
2351
+ $lt: string;
2352
+ $lte: string;
2353
+ $ne: string;
2354
+ $in: string | string[];
2355
+ $nin: string | string[];
2356
+ } & {}> | undefined;
2357
+ trace?: Partial<{
2358
+ $gt?: {
2359
+ rationale?: string[] | undefined;
2360
+ toolCalls?: {
2361
+ actionGroupName?: string | undefined;
2362
+ apiPath?: string | undefined;
2363
+ verb?: string | undefined;
2364
+ parameters?: any;
2365
+ requestBody?: any;
2366
+ response?: any;
2367
+ success?: boolean | undefined;
2368
+ executionTimeMs?: number | undefined;
2369
+ startTime?: string | undefined;
2370
+ endTime?: string | undefined;
2371
+ error?: string | undefined;
2372
+ }[] | undefined;
2373
+ modelInvocations?: {
2374
+ foundationModel?: string | undefined;
2375
+ inputTokens?: number | undefined;
2376
+ outputTokens?: number | undefined;
2377
+ totalTimeMs?: number | undefined;
2378
+ startTime?: string | undefined;
2379
+ endTime?: string | undefined;
2380
+ }[] | undefined;
2381
+ fullTrace?: any;
2382
+ } | undefined;
2383
+ $gte?: {
2384
+ rationale?: string[] | undefined;
2385
+ toolCalls?: {
2386
+ actionGroupName?: string | undefined;
2387
+ apiPath?: string | undefined;
2388
+ verb?: string | undefined;
2389
+ parameters?: any;
2390
+ requestBody?: any;
2391
+ response?: any;
2392
+ success?: boolean | undefined;
2393
+ executionTimeMs?: number | undefined;
2394
+ startTime?: string | undefined;
2395
+ endTime?: string | undefined;
2396
+ error?: string | undefined;
2397
+ }[] | undefined;
2398
+ modelInvocations?: {
2399
+ foundationModel?: string | undefined;
2400
+ inputTokens?: number | undefined;
2401
+ outputTokens?: number | undefined;
2402
+ totalTimeMs?: number | undefined;
2403
+ startTime?: string | undefined;
2404
+ endTime?: string | undefined;
2405
+ }[] | undefined;
2406
+ fullTrace?: any;
2407
+ } | undefined;
2408
+ $lt?: {
2409
+ rationale?: string[] | undefined;
2410
+ toolCalls?: {
2411
+ actionGroupName?: string | undefined;
2412
+ apiPath?: string | undefined;
2413
+ verb?: string | undefined;
2414
+ parameters?: any;
2415
+ requestBody?: any;
2416
+ response?: any;
2417
+ success?: boolean | undefined;
2418
+ executionTimeMs?: number | undefined;
2419
+ startTime?: string | undefined;
2420
+ endTime?: string | undefined;
2421
+ error?: string | undefined;
2422
+ }[] | undefined;
2423
+ modelInvocations?: {
2424
+ foundationModel?: string | undefined;
2425
+ inputTokens?: number | undefined;
2426
+ outputTokens?: number | undefined;
2427
+ totalTimeMs?: number | undefined;
2428
+ startTime?: string | undefined;
2429
+ endTime?: string | undefined;
2430
+ }[] | undefined;
2431
+ fullTrace?: any;
2432
+ } | undefined;
2433
+ $lte?: {
2434
+ rationale?: string[] | undefined;
2435
+ toolCalls?: {
2436
+ actionGroupName?: string | undefined;
2437
+ apiPath?: string | undefined;
2438
+ verb?: string | undefined;
2439
+ parameters?: any;
2440
+ requestBody?: any;
2441
+ response?: any;
2442
+ success?: boolean | undefined;
2443
+ executionTimeMs?: number | undefined;
2444
+ startTime?: string | undefined;
2445
+ endTime?: string | undefined;
2446
+ error?: string | undefined;
2447
+ }[] | undefined;
2448
+ modelInvocations?: {
2449
+ foundationModel?: string | undefined;
2450
+ inputTokens?: number | undefined;
2451
+ outputTokens?: number | undefined;
2452
+ totalTimeMs?: number | undefined;
2453
+ startTime?: string | undefined;
2454
+ endTime?: string | undefined;
2455
+ }[] | undefined;
2456
+ fullTrace?: any;
2457
+ } | undefined;
2458
+ $ne?: {
2459
+ rationale?: string[] | undefined;
2460
+ toolCalls?: {
2461
+ actionGroupName?: string | undefined;
2462
+ apiPath?: string | undefined;
2463
+ verb?: string | undefined;
2464
+ parameters?: any;
2465
+ requestBody?: any;
2466
+ response?: any;
2467
+ success?: boolean | undefined;
2468
+ executionTimeMs?: number | undefined;
2469
+ startTime?: string | undefined;
2470
+ endTime?: string | undefined;
2471
+ error?: string | undefined;
2472
+ }[] | undefined;
2473
+ modelInvocations?: {
2474
+ foundationModel?: string | undefined;
2475
+ inputTokens?: number | undefined;
2476
+ outputTokens?: number | undefined;
2477
+ totalTimeMs?: number | undefined;
2478
+ startTime?: string | undefined;
2479
+ endTime?: string | undefined;
2480
+ }[] | undefined;
2481
+ fullTrace?: any;
2482
+ } | undefined;
2483
+ $in: {
2484
+ rationale?: string[] | undefined;
2485
+ toolCalls?: {
2486
+ actionGroupName?: string | undefined;
2487
+ apiPath?: string | undefined;
2488
+ verb?: string | undefined;
2489
+ parameters?: any;
2490
+ requestBody?: any;
2491
+ response?: any;
2492
+ success?: boolean | undefined;
2493
+ executionTimeMs?: number | undefined;
2494
+ startTime?: string | undefined;
2495
+ endTime?: string | undefined;
2496
+ error?: string | undefined;
2497
+ }[] | undefined;
2498
+ modelInvocations?: {
2499
+ foundationModel?: string | undefined;
2500
+ inputTokens?: number | undefined;
2501
+ outputTokens?: number | undefined;
2502
+ totalTimeMs?: number | undefined;
2503
+ startTime?: string | undefined;
2504
+ endTime?: string | undefined;
2505
+ }[] | undefined;
2506
+ fullTrace?: any;
2507
+ }[] | {
2508
+ rationale?: string[] | undefined;
2509
+ toolCalls?: {
2510
+ actionGroupName?: string | undefined;
2511
+ apiPath?: string | undefined;
2512
+ verb?: string | undefined;
2513
+ parameters?: any;
2514
+ requestBody?: any;
2515
+ response?: any;
2516
+ success?: boolean | undefined;
2517
+ executionTimeMs?: number | undefined;
2518
+ startTime?: string | undefined;
2519
+ endTime?: string | undefined;
2520
+ error?: string | undefined;
2521
+ }[] | undefined;
2522
+ modelInvocations?: {
2523
+ foundationModel?: string | undefined;
2524
+ inputTokens?: number | undefined;
2525
+ outputTokens?: number | undefined;
2526
+ totalTimeMs?: number | undefined;
2527
+ startTime?: string | undefined;
2528
+ endTime?: string | undefined;
2529
+ }[] | undefined;
2530
+ fullTrace?: any;
2531
+ };
2532
+ $nin: {
2533
+ rationale?: string[] | undefined;
2534
+ toolCalls?: {
2535
+ actionGroupName?: string | undefined;
2536
+ apiPath?: string | undefined;
2537
+ verb?: string | undefined;
2538
+ parameters?: any;
2539
+ requestBody?: any;
2540
+ response?: any;
2541
+ success?: boolean | undefined;
2542
+ executionTimeMs?: number | undefined;
2543
+ startTime?: string | undefined;
2544
+ endTime?: string | undefined;
2545
+ error?: string | undefined;
2546
+ }[] | undefined;
2547
+ modelInvocations?: {
2548
+ foundationModel?: string | undefined;
2549
+ inputTokens?: number | undefined;
2550
+ outputTokens?: number | undefined;
2551
+ totalTimeMs?: number | undefined;
2552
+ startTime?: string | undefined;
2553
+ endTime?: string | undefined;
2554
+ }[] | undefined;
2555
+ fullTrace?: any;
2556
+ }[] | {
2557
+ rationale?: string[] | undefined;
2558
+ toolCalls?: {
2559
+ actionGroupName?: string | undefined;
2560
+ apiPath?: string | undefined;
2561
+ verb?: string | undefined;
2562
+ parameters?: any;
2563
+ requestBody?: any;
2564
+ response?: any;
2565
+ success?: boolean | undefined;
2566
+ executionTimeMs?: number | undefined;
2567
+ startTime?: string | undefined;
2568
+ endTime?: string | undefined;
2569
+ error?: string | undefined;
2570
+ }[] | undefined;
2571
+ modelInvocations?: {
2572
+ foundationModel?: string | undefined;
2573
+ inputTokens?: number | undefined;
2574
+ outputTokens?: number | undefined;
2575
+ totalTimeMs?: number | undefined;
2576
+ startTime?: string | undefined;
2577
+ endTime?: string | undefined;
2578
+ }[] | undefined;
2579
+ fullTrace?: any;
2580
+ };
2581
+ } & {}> | {
2582
+ rationale?: string[] | undefined;
2583
+ toolCalls?: {
2584
+ actionGroupName?: string | undefined;
2585
+ apiPath?: string | undefined;
2586
+ verb?: string | undefined;
2587
+ parameters?: any;
2588
+ requestBody?: any;
2589
+ response?: any;
2590
+ success?: boolean | undefined;
2591
+ executionTimeMs?: number | undefined;
2592
+ startTime?: string | undefined;
2593
+ endTime?: string | undefined;
2594
+ error?: string | undefined;
2595
+ }[] | undefined;
2596
+ modelInvocations?: {
2597
+ foundationModel?: string | undefined;
2598
+ inputTokens?: number | undefined;
2599
+ outputTokens?: number | undefined;
2600
+ totalTimeMs?: number | undefined;
2601
+ startTime?: string | undefined;
2602
+ endTime?: string | undefined;
2603
+ }[] | undefined;
2604
+ fullTrace?: any;
2605
+ } | undefined;
2606
+ type?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | Partial<{
2607
+ $gt?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
2608
+ $gte?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
2609
+ $lt?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
2610
+ $lte?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
2611
+ $ne?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
2612
+ $in: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message")[];
2613
+ $nin: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message")[];
2614
+ } & {}> | undefined;
2615
+ updatedAt?: any;
2616
+ }[];
2617
+ }> & {
2618
+ _id?: string | Partial<{
2619
+ $gt: string | {};
2620
+ $gte: string | {};
2621
+ $lt: string | {};
2622
+ $lte: string | {};
2623
+ $ne: string | {};
2624
+ $in: string | (string | {})[] | {};
2625
+ $nin: string | (string | {})[] | {};
2626
+ } & {}> | {} | undefined;
2627
+ createdAt?: any;
2628
+ role?: "assistant" | "user" | Partial<{
2629
+ $gt: "assistant" | "user";
2630
+ $gte: "assistant" | "user";
2631
+ $lt: "assistant" | "user";
2632
+ $lte: "assistant" | "user";
2633
+ $ne: "assistant" | "user";
2634
+ $in: "assistant" | "user" | ("assistant" | "user")[];
2635
+ $nin: "assistant" | "user" | ("assistant" | "user")[];
2636
+ } & {}> | undefined;
2637
+ sessionId?: string | Partial<{
2638
+ $gt?: string | undefined;
2639
+ $gte?: string | undefined;
2640
+ $lt?: string | undefined;
2641
+ $lte?: string | undefined;
2642
+ $ne?: string | undefined;
2643
+ $in: string | string[];
2644
+ $nin: string | string[];
2645
+ } & {}> | undefined;
2646
+ taxAgentId?: string | Partial<{
2647
+ $gt?: string | undefined;
2648
+ $gte?: string | undefined;
2649
+ $lt?: string | undefined;
2650
+ $lte?: string | undefined;
2651
+ $ne?: string | undefined;
2652
+ $in: string | string[];
2653
+ $nin: string | string[];
2654
+ } & {}> | undefined;
2655
+ text?: string | Partial<{
2656
+ $gt: string;
2657
+ $gte: string;
2658
+ $lt: string;
2659
+ $lte: string;
2660
+ $ne: string;
2661
+ $in: string | string[];
2662
+ $nin: string | string[];
2663
+ } & {}> | undefined;
2664
+ trace?: Partial<{
2665
+ $gt?: {
2666
+ rationale?: string[] | undefined;
2667
+ toolCalls?: {
2668
+ actionGroupName?: string | undefined;
2669
+ apiPath?: string | undefined;
2670
+ verb?: string | undefined;
2671
+ parameters?: any;
2672
+ requestBody?: any;
2673
+ response?: any;
2674
+ success?: boolean | undefined;
2675
+ executionTimeMs?: number | undefined;
2676
+ startTime?: string | undefined;
2677
+ endTime?: string | undefined;
2678
+ error?: string | undefined;
2679
+ }[] | undefined;
2680
+ modelInvocations?: {
2681
+ foundationModel?: string | undefined;
2682
+ inputTokens?: number | undefined;
2683
+ outputTokens?: number | undefined;
2684
+ totalTimeMs?: number | undefined;
2685
+ startTime?: string | undefined;
2686
+ endTime?: string | undefined;
2687
+ }[] | undefined;
2688
+ fullTrace?: any;
2689
+ } | undefined;
2690
+ $gte?: {
2691
+ rationale?: string[] | undefined;
2692
+ toolCalls?: {
2693
+ actionGroupName?: string | undefined;
2694
+ apiPath?: string | undefined;
2695
+ verb?: string | undefined;
2696
+ parameters?: any;
2697
+ requestBody?: any;
2698
+ response?: any;
2699
+ success?: boolean | undefined;
2700
+ executionTimeMs?: number | undefined;
2701
+ startTime?: string | undefined;
2702
+ endTime?: string | undefined;
2703
+ error?: string | undefined;
2704
+ }[] | undefined;
2705
+ modelInvocations?: {
2706
+ foundationModel?: string | undefined;
2707
+ inputTokens?: number | undefined;
2708
+ outputTokens?: number | undefined;
2709
+ totalTimeMs?: number | undefined;
2710
+ startTime?: string | undefined;
2711
+ endTime?: string | undefined;
2712
+ }[] | undefined;
2713
+ fullTrace?: any;
2714
+ } | undefined;
2715
+ $lt?: {
2716
+ rationale?: string[] | undefined;
2717
+ toolCalls?: {
2718
+ actionGroupName?: string | undefined;
2719
+ apiPath?: string | undefined;
2720
+ verb?: string | undefined;
2721
+ parameters?: any;
2722
+ requestBody?: any;
2723
+ response?: any;
2724
+ success?: boolean | undefined;
2725
+ executionTimeMs?: number | undefined;
2726
+ startTime?: string | undefined;
2727
+ endTime?: string | undefined;
2728
+ error?: string | undefined;
2729
+ }[] | undefined;
2730
+ modelInvocations?: {
2731
+ foundationModel?: string | undefined;
2732
+ inputTokens?: number | undefined;
2733
+ outputTokens?: number | undefined;
2734
+ totalTimeMs?: number | undefined;
2735
+ startTime?: string | undefined;
2736
+ endTime?: string | undefined;
2737
+ }[] | undefined;
2738
+ fullTrace?: any;
2739
+ } | undefined;
2740
+ $lte?: {
2741
+ rationale?: string[] | undefined;
2742
+ toolCalls?: {
2743
+ actionGroupName?: string | undefined;
2744
+ apiPath?: string | undefined;
2745
+ verb?: string | undefined;
2746
+ parameters?: any;
2747
+ requestBody?: any;
2748
+ response?: any;
2749
+ success?: boolean | undefined;
2750
+ executionTimeMs?: number | undefined;
2751
+ startTime?: string | undefined;
2752
+ endTime?: string | undefined;
2753
+ error?: string | undefined;
2754
+ }[] | undefined;
2755
+ modelInvocations?: {
2756
+ foundationModel?: string | undefined;
2757
+ inputTokens?: number | undefined;
2758
+ outputTokens?: number | undefined;
2759
+ totalTimeMs?: number | undefined;
2760
+ startTime?: string | undefined;
2761
+ endTime?: string | undefined;
2762
+ }[] | undefined;
2763
+ fullTrace?: any;
2764
+ } | undefined;
2765
+ $ne?: {
2766
+ rationale?: string[] | undefined;
2767
+ toolCalls?: {
2768
+ actionGroupName?: string | undefined;
2769
+ apiPath?: string | undefined;
2770
+ verb?: string | undefined;
2771
+ parameters?: any;
2772
+ requestBody?: any;
2773
+ response?: any;
2774
+ success?: boolean | undefined;
2775
+ executionTimeMs?: number | undefined;
2776
+ startTime?: string | undefined;
2777
+ endTime?: string | undefined;
2778
+ error?: string | undefined;
2779
+ }[] | undefined;
2780
+ modelInvocations?: {
2781
+ foundationModel?: string | undefined;
2782
+ inputTokens?: number | undefined;
2783
+ outputTokens?: number | undefined;
2784
+ totalTimeMs?: number | undefined;
2785
+ startTime?: string | undefined;
2786
+ endTime?: string | undefined;
2787
+ }[] | undefined;
2788
+ fullTrace?: any;
2789
+ } | undefined;
2790
+ $in: {
2791
+ rationale?: string[] | undefined;
2792
+ toolCalls?: {
2793
+ actionGroupName?: string | undefined;
2794
+ apiPath?: string | undefined;
2795
+ verb?: string | undefined;
2796
+ parameters?: any;
2797
+ requestBody?: any;
2798
+ response?: any;
2799
+ success?: boolean | undefined;
2800
+ executionTimeMs?: number | undefined;
2801
+ startTime?: string | undefined;
2802
+ endTime?: string | undefined;
2803
+ error?: string | undefined;
2804
+ }[] | undefined;
2805
+ modelInvocations?: {
2806
+ foundationModel?: string | undefined;
2807
+ inputTokens?: number | undefined;
2808
+ outputTokens?: number | undefined;
2809
+ totalTimeMs?: number | undefined;
2810
+ startTime?: string | undefined;
2811
+ endTime?: string | undefined;
2812
+ }[] | undefined;
2813
+ fullTrace?: any;
2814
+ }[] | {
2815
+ rationale?: string[] | undefined;
2816
+ toolCalls?: {
2817
+ actionGroupName?: string | undefined;
2818
+ apiPath?: string | undefined;
2819
+ verb?: string | undefined;
2820
+ parameters?: any;
2821
+ requestBody?: any;
2822
+ response?: any;
2823
+ success?: boolean | undefined;
2824
+ executionTimeMs?: number | undefined;
2825
+ startTime?: string | undefined;
2826
+ endTime?: string | undefined;
2827
+ error?: string | undefined;
2828
+ }[] | undefined;
2829
+ modelInvocations?: {
2830
+ foundationModel?: string | undefined;
2831
+ inputTokens?: number | undefined;
2832
+ outputTokens?: number | undefined;
2833
+ totalTimeMs?: number | undefined;
2834
+ startTime?: string | undefined;
2835
+ endTime?: string | undefined;
2836
+ }[] | undefined;
2837
+ fullTrace?: any;
2838
+ };
2839
+ $nin: {
2840
+ rationale?: string[] | undefined;
2841
+ toolCalls?: {
2842
+ actionGroupName?: string | undefined;
2843
+ apiPath?: string | undefined;
2844
+ verb?: string | undefined;
2845
+ parameters?: any;
2846
+ requestBody?: any;
2847
+ response?: any;
2848
+ success?: boolean | undefined;
2849
+ executionTimeMs?: number | undefined;
2850
+ startTime?: string | undefined;
2851
+ endTime?: string | undefined;
2852
+ error?: string | undefined;
2853
+ }[] | undefined;
2854
+ modelInvocations?: {
2855
+ foundationModel?: string | undefined;
2856
+ inputTokens?: number | undefined;
2857
+ outputTokens?: number | undefined;
2858
+ totalTimeMs?: number | undefined;
2859
+ startTime?: string | undefined;
2860
+ endTime?: string | undefined;
2861
+ }[] | undefined;
2862
+ fullTrace?: any;
2863
+ }[] | {
2864
+ rationale?: string[] | undefined;
2865
+ toolCalls?: {
2866
+ actionGroupName?: string | undefined;
2867
+ apiPath?: string | undefined;
2868
+ verb?: string | undefined;
2869
+ parameters?: any;
2870
+ requestBody?: any;
2871
+ response?: any;
2872
+ success?: boolean | undefined;
2873
+ executionTimeMs?: number | undefined;
2874
+ startTime?: string | undefined;
2875
+ endTime?: string | undefined;
2876
+ error?: string | undefined;
2877
+ }[] | undefined;
2878
+ modelInvocations?: {
2879
+ foundationModel?: string | undefined;
2880
+ inputTokens?: number | undefined;
2881
+ outputTokens?: number | undefined;
2882
+ totalTimeMs?: number | undefined;
2883
+ startTime?: string | undefined;
2884
+ endTime?: string | undefined;
2885
+ }[] | undefined;
2886
+ fullTrace?: any;
2887
+ };
2888
+ } & {}> | {
2889
+ rationale?: string[] | undefined;
2890
+ toolCalls?: {
2891
+ actionGroupName?: string | undefined;
2892
+ apiPath?: string | undefined;
2893
+ verb?: string | undefined;
2894
+ parameters?: any;
2895
+ requestBody?: any;
2896
+ response?: any;
2897
+ success?: boolean | undefined;
2898
+ executionTimeMs?: number | undefined;
2899
+ startTime?: string | undefined;
2900
+ endTime?: string | undefined;
2901
+ error?: string | undefined;
2902
+ }[] | undefined;
2903
+ modelInvocations?: {
2904
+ foundationModel?: string | undefined;
2905
+ inputTokens?: number | undefined;
2906
+ outputTokens?: number | undefined;
2907
+ totalTimeMs?: number | undefined;
2908
+ startTime?: string | undefined;
2909
+ endTime?: string | undefined;
2910
+ }[] | undefined;
2911
+ fullTrace?: any;
2912
+ } | undefined;
2913
+ type?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | Partial<{
2914
+ $gt?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
2915
+ $gte?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
2916
+ $lt?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
2917
+ $lte?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
2918
+ $ne?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | undefined;
2919
+ $in: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message")[];
2920
+ $nin: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "thinking" | "tool_response" | "tool_usage" | "user_message")[];
2921
+ } & {}> | undefined;
2922
+ updatedAt?: any;
2923
+ } & {}, HookContext<TaxSessionsConversationsService<import("./conversations.class").TaxSessionsConversationsParams>>>;