@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,1045 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import type { HookContext } from '../../../declarations';
3
+ import type { ExchangesLedgerService } from './ledger.class';
4
+ export declare const exchangesLedgerSchema: import("@feathersjs/typebox").TObject<{
5
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
6
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
7
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
8
+ exchange: import("@feathersjs/typebox").TString<string>;
9
+ ledgerId: import("@feathersjs/typebox").TString<string>;
10
+ direction: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
11
+ account: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
12
+ referenceId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
13
+ referenceAccount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
14
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
15
+ currency: import("@feathersjs/typebox").TString<string>;
16
+ amount: import("@feathersjs/typebox").TNumber;
17
+ before: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
18
+ after: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
19
+ status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
20
+ fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
21
+ feeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
22
+ timestamp: import("@feathersjs/typebox").TNumber;
23
+ datetime: import("@feathersjs/typebox").TString<string>;
24
+ info: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
25
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
26
+ }>;
27
+ export type ExchangesLedger = Static<typeof exchangesLedgerSchema>;
28
+ export declare const exchangesLedgerValidator: import("@feathersjs/schema").Validator<any, any>;
29
+ export declare const exchangesLedgerResolver: import("@feathersjs/schema").Resolver<{
30
+ _id: string | {};
31
+ userId?: string | {} | undefined;
32
+ exchangeId?: string | {} | undefined;
33
+ exchange: string;
34
+ ledgerId: string;
35
+ direction: "in" | "out";
36
+ account?: string | undefined;
37
+ referenceId?: string | undefined;
38
+ referenceAccount?: string | undefined;
39
+ type?: string | undefined;
40
+ currency: string;
41
+ amount: number;
42
+ before?: number | undefined;
43
+ after?: number | undefined;
44
+ status?: string | undefined;
45
+ fee?: number | undefined;
46
+ feeCurrency?: string | undefined;
47
+ timestamp: number;
48
+ datetime: string;
49
+ info?: any;
50
+ createdAt?: any;
51
+ }, HookContext<ExchangesLedgerService<import("./ledger.class").ExchangesLedgerParams>>>;
52
+ export declare const exchangesLedgerExternalResolver: import("@feathersjs/schema").Resolver<{
53
+ _id: string | {};
54
+ userId?: string | {} | undefined;
55
+ exchangeId?: string | {} | undefined;
56
+ exchange: string;
57
+ ledgerId: string;
58
+ direction: "in" | "out";
59
+ account?: string | undefined;
60
+ referenceId?: string | undefined;
61
+ referenceAccount?: string | undefined;
62
+ type?: string | undefined;
63
+ currency: string;
64
+ amount: number;
65
+ before?: number | undefined;
66
+ after?: number | undefined;
67
+ status?: string | undefined;
68
+ fee?: number | undefined;
69
+ feeCurrency?: string | undefined;
70
+ timestamp: number;
71
+ datetime: string;
72
+ info?: any;
73
+ createdAt?: any;
74
+ }, HookContext<ExchangesLedgerService<import("./ledger.class").ExchangesLedgerParams>>>;
75
+ export declare const exchangesLedgerDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
76
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
77
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
78
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
79
+ exchange: import("@feathersjs/typebox").TString<string>;
80
+ ledgerId: import("@feathersjs/typebox").TString<string>;
81
+ direction: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
82
+ account: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
83
+ referenceId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
84
+ referenceAccount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
85
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
86
+ currency: import("@feathersjs/typebox").TString<string>;
87
+ amount: import("@feathersjs/typebox").TNumber;
88
+ before: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
89
+ after: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
90
+ status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
91
+ fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
92
+ feeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
93
+ timestamp: import("@feathersjs/typebox").TNumber;
94
+ datetime: import("@feathersjs/typebox").TString<string>;
95
+ info: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
96
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
97
+ }>, ["userId", "exchangeId", "exchange", "ledgerId", "direction", "account", "referenceId", "referenceAccount", "type", "currency", "amount", "before", "after", "status", "fee", "feeCurrency", "timestamp", "datetime", "info", "createdAt"]>;
98
+ export type ExchangesLedgerData = Static<typeof exchangesLedgerDataSchema>;
99
+ export declare const exchangesLedgerDataValidator: import("@feathersjs/schema").Validator<any, any>;
100
+ export declare const exchangesLedgerDataResolver: import("@feathersjs/schema").Resolver<{
101
+ _id: string | {};
102
+ userId?: string | {} | undefined;
103
+ exchangeId?: string | {} | undefined;
104
+ exchange: string;
105
+ ledgerId: string;
106
+ direction: "in" | "out";
107
+ account?: string | undefined;
108
+ referenceId?: string | undefined;
109
+ referenceAccount?: string | undefined;
110
+ type?: string | undefined;
111
+ currency: string;
112
+ amount: number;
113
+ before?: number | undefined;
114
+ after?: number | undefined;
115
+ status?: string | undefined;
116
+ fee?: number | undefined;
117
+ feeCurrency?: string | undefined;
118
+ timestamp: number;
119
+ datetime: string;
120
+ info?: any;
121
+ createdAt?: any;
122
+ }, HookContext<ExchangesLedgerService<import("./ledger.class").ExchangesLedgerParams>>>;
123
+ export declare const exchangesLedgerPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
124
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
125
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
126
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
127
+ exchange: import("@feathersjs/typebox").TString<string>;
128
+ ledgerId: import("@feathersjs/typebox").TString<string>;
129
+ direction: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
130
+ account: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
131
+ referenceId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
132
+ referenceAccount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
133
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
134
+ currency: import("@feathersjs/typebox").TString<string>;
135
+ amount: import("@feathersjs/typebox").TNumber;
136
+ before: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
137
+ after: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
138
+ status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
139
+ fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
140
+ feeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
141
+ timestamp: import("@feathersjs/typebox").TNumber;
142
+ datetime: import("@feathersjs/typebox").TString<string>;
143
+ info: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
144
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
145
+ }>>;
146
+ export type ExchangesLedgerPatch = Static<typeof exchangesLedgerPatchSchema>;
147
+ export declare const exchangesLedgerPatchValidator: import("@feathersjs/schema").Validator<any, any>;
148
+ export declare const exchangesLedgerPatchResolver: import("@feathersjs/schema").Resolver<{
149
+ _id: string | {};
150
+ userId?: string | {} | undefined;
151
+ exchangeId?: string | {} | undefined;
152
+ exchange: string;
153
+ ledgerId: string;
154
+ direction: "in" | "out";
155
+ account?: string | undefined;
156
+ referenceId?: string | undefined;
157
+ referenceAccount?: string | undefined;
158
+ type?: string | undefined;
159
+ currency: string;
160
+ amount: number;
161
+ before?: number | undefined;
162
+ after?: number | undefined;
163
+ status?: string | undefined;
164
+ fee?: number | undefined;
165
+ feeCurrency?: string | undefined;
166
+ timestamp: number;
167
+ datetime: string;
168
+ info?: any;
169
+ createdAt?: any;
170
+ }, HookContext<ExchangesLedgerService<import("./ledger.class").ExchangesLedgerParams>>>;
171
+ export declare const exchangesLedgerQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
172
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
173
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
174
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
175
+ exchange: import("@feathersjs/typebox").TString<string>;
176
+ ledgerId: import("@feathersjs/typebox").TString<string>;
177
+ direction: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
178
+ account: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
179
+ referenceId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
180
+ referenceAccount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
181
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
182
+ currency: import("@feathersjs/typebox").TString<string>;
183
+ amount: import("@feathersjs/typebox").TNumber;
184
+ before: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
185
+ after: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
186
+ status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
187
+ fee: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
188
+ feeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
189
+ timestamp: import("@feathersjs/typebox").TNumber;
190
+ datetime: import("@feathersjs/typebox").TString<string>;
191
+ info: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
192
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
193
+ }>, ["_id", "userId", "exchangeId", "exchange", "direction", "type", "currency", "amount", "timestamp", "datetime"]>;
194
+ export declare const exchangesLedgerQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
195
+ $limit: import("@feathersjs/typebox").TNumber;
196
+ $skip: import("@feathersjs/typebox").TNumber;
197
+ $sort: import("@feathersjs/typebox").TObject<{
198
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
199
+ amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
200
+ currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
201
+ datetime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
202
+ direction: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
203
+ exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
204
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
205
+ timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
206
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
207
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
208
+ }>;
209
+ $select: import("@feathersjs/typebox").TUnsafe<("_id" | "amount" | "currency" | "datetime" | "direction" | "exchange" | "exchangeId" | "timestamp" | "type" | "userId")[]>;
210
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
211
+ _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<{
212
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
213
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
214
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
215
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
216
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
217
+ $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<{}>]>;
218
+ $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<{}>]>;
219
+ }>, import("@feathersjs/typebox").TObject<{
220
+ [key: string]: import("@feathersjs/typebox").TSchema;
221
+ } | undefined>]>>]>>;
222
+ amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
223
+ $gt: import("@feathersjs/typebox").TNumber;
224
+ $gte: import("@feathersjs/typebox").TNumber;
225
+ $lt: import("@feathersjs/typebox").TNumber;
226
+ $lte: import("@feathersjs/typebox").TNumber;
227
+ $ne: import("@feathersjs/typebox").TNumber;
228
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
229
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
230
+ }>, import("@feathersjs/typebox").TObject<{
231
+ [key: string]: import("@feathersjs/typebox").TSchema;
232
+ } | undefined>]>>]>>;
233
+ currency: 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<{
234
+ $gt: import("@feathersjs/typebox").TString<string>;
235
+ $gte: import("@feathersjs/typebox").TString<string>;
236
+ $lt: import("@feathersjs/typebox").TString<string>;
237
+ $lte: import("@feathersjs/typebox").TString<string>;
238
+ $ne: import("@feathersjs/typebox").TString<string>;
239
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
240
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
241
+ }>, import("@feathersjs/typebox").TObject<{
242
+ [key: string]: import("@feathersjs/typebox").TSchema;
243
+ } | undefined>]>>]>>;
244
+ datetime: 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<{
245
+ $gt: import("@feathersjs/typebox").TString<string>;
246
+ $gte: import("@feathersjs/typebox").TString<string>;
247
+ $lt: import("@feathersjs/typebox").TString<string>;
248
+ $lte: import("@feathersjs/typebox").TString<string>;
249
+ $ne: import("@feathersjs/typebox").TString<string>;
250
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
251
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
252
+ }>, import("@feathersjs/typebox").TObject<{
253
+ [key: string]: import("@feathersjs/typebox").TSchema;
254
+ } | undefined>]>>]>>;
255
+ direction: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
256
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
257
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
258
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
259
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
260
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
261
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
262
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
263
+ }>, import("@feathersjs/typebox").TObject<{
264
+ [key: string]: import("@feathersjs/typebox").TSchema;
265
+ } | undefined>]>>]>>;
266
+ exchange: 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<{
267
+ $gt: import("@feathersjs/typebox").TString<string>;
268
+ $gte: import("@feathersjs/typebox").TString<string>;
269
+ $lt: import("@feathersjs/typebox").TString<string>;
270
+ $lte: import("@feathersjs/typebox").TString<string>;
271
+ $ne: import("@feathersjs/typebox").TString<string>;
272
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
273
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
274
+ }>, import("@feathersjs/typebox").TObject<{
275
+ [key: string]: import("@feathersjs/typebox").TSchema;
276
+ } | undefined>]>>]>>;
277
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
278
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
279
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
280
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
281
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
282
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
283
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
284
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
285
+ }>, import("@feathersjs/typebox").TObject<{
286
+ [key: string]: import("@feathersjs/typebox").TSchema;
287
+ } | undefined>]>>]>>;
288
+ timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
289
+ $gt: import("@feathersjs/typebox").TNumber;
290
+ $gte: import("@feathersjs/typebox").TNumber;
291
+ $lt: import("@feathersjs/typebox").TNumber;
292
+ $lte: import("@feathersjs/typebox").TNumber;
293
+ $ne: import("@feathersjs/typebox").TNumber;
294
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
295
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
296
+ }>, import("@feathersjs/typebox").TObject<{
297
+ [key: string]: import("@feathersjs/typebox").TSchema;
298
+ } | undefined>]>>]>>;
299
+ type: 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<{
300
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
301
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
302
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
303
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
304
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
305
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
306
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
307
+ }>, import("@feathersjs/typebox").TObject<{
308
+ [key: string]: import("@feathersjs/typebox").TSchema;
309
+ } | undefined>]>>]>>;
310
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
311
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
312
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
313
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
314
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
315
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
316
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
317
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
318
+ }>, import("@feathersjs/typebox").TObject<{
319
+ [key: string]: import("@feathersjs/typebox").TSchema;
320
+ } | undefined>]>>]>>;
321
+ }>>, import("@feathersjs/typebox").TObject<{
322
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
323
+ _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<{
324
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
325
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
326
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
327
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
328
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
329
+ $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<{}>]>;
330
+ $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<{}>]>;
331
+ }>, import("@feathersjs/typebox").TObject<{
332
+ [key: string]: import("@feathersjs/typebox").TSchema;
333
+ } | undefined>]>>]>>;
334
+ amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
335
+ $gt: import("@feathersjs/typebox").TNumber;
336
+ $gte: import("@feathersjs/typebox").TNumber;
337
+ $lt: import("@feathersjs/typebox").TNumber;
338
+ $lte: import("@feathersjs/typebox").TNumber;
339
+ $ne: import("@feathersjs/typebox").TNumber;
340
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
341
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
342
+ }>, import("@feathersjs/typebox").TObject<{
343
+ [key: string]: import("@feathersjs/typebox").TSchema;
344
+ } | undefined>]>>]>>;
345
+ currency: 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<{
346
+ $gt: import("@feathersjs/typebox").TString<string>;
347
+ $gte: import("@feathersjs/typebox").TString<string>;
348
+ $lt: import("@feathersjs/typebox").TString<string>;
349
+ $lte: import("@feathersjs/typebox").TString<string>;
350
+ $ne: import("@feathersjs/typebox").TString<string>;
351
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
352
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
353
+ }>, import("@feathersjs/typebox").TObject<{
354
+ [key: string]: import("@feathersjs/typebox").TSchema;
355
+ } | undefined>]>>]>>;
356
+ datetime: 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<{
357
+ $gt: import("@feathersjs/typebox").TString<string>;
358
+ $gte: import("@feathersjs/typebox").TString<string>;
359
+ $lt: import("@feathersjs/typebox").TString<string>;
360
+ $lte: import("@feathersjs/typebox").TString<string>;
361
+ $ne: import("@feathersjs/typebox").TString<string>;
362
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
363
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
364
+ }>, import("@feathersjs/typebox").TObject<{
365
+ [key: string]: import("@feathersjs/typebox").TSchema;
366
+ } | undefined>]>>]>>;
367
+ direction: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
368
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
369
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
370
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
371
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
372
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
373
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
374
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
375
+ }>, import("@feathersjs/typebox").TObject<{
376
+ [key: string]: import("@feathersjs/typebox").TSchema;
377
+ } | undefined>]>>]>>;
378
+ exchange: 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<{
379
+ $gt: import("@feathersjs/typebox").TString<string>;
380
+ $gte: import("@feathersjs/typebox").TString<string>;
381
+ $lt: import("@feathersjs/typebox").TString<string>;
382
+ $lte: import("@feathersjs/typebox").TString<string>;
383
+ $ne: import("@feathersjs/typebox").TString<string>;
384
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
385
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
386
+ }>, import("@feathersjs/typebox").TObject<{
387
+ [key: string]: import("@feathersjs/typebox").TSchema;
388
+ } | undefined>]>>]>>;
389
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
390
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
391
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
392
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
393
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
394
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
395
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
396
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
397
+ }>, import("@feathersjs/typebox").TObject<{
398
+ [key: string]: import("@feathersjs/typebox").TSchema;
399
+ } | undefined>]>>]>>;
400
+ timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
401
+ $gt: import("@feathersjs/typebox").TNumber;
402
+ $gte: import("@feathersjs/typebox").TNumber;
403
+ $lt: import("@feathersjs/typebox").TNumber;
404
+ $lte: import("@feathersjs/typebox").TNumber;
405
+ $ne: import("@feathersjs/typebox").TNumber;
406
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
407
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
408
+ }>, import("@feathersjs/typebox").TObject<{
409
+ [key: string]: import("@feathersjs/typebox").TSchema;
410
+ } | undefined>]>>]>>;
411
+ type: 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<{
412
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
413
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
414
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
415
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
416
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
417
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
418
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
419
+ }>, import("@feathersjs/typebox").TObject<{
420
+ [key: string]: import("@feathersjs/typebox").TSchema;
421
+ } | undefined>]>>]>>;
422
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
423
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
424
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
425
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
426
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
427
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
428
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
429
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
430
+ }>, import("@feathersjs/typebox").TObject<{
431
+ [key: string]: import("@feathersjs/typebox").TSchema;
432
+ } | undefined>]>>]>>;
433
+ }>>>;
434
+ }>]>>;
435
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
436
+ _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<{
437
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
438
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
439
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
440
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
441
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
442
+ $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<{}>]>;
443
+ $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<{}>]>;
444
+ }>, import("@feathersjs/typebox").TObject<{
445
+ [key: string]: import("@feathersjs/typebox").TSchema;
446
+ } | undefined>]>>]>>;
447
+ amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
448
+ $gt: import("@feathersjs/typebox").TNumber;
449
+ $gte: import("@feathersjs/typebox").TNumber;
450
+ $lt: import("@feathersjs/typebox").TNumber;
451
+ $lte: import("@feathersjs/typebox").TNumber;
452
+ $ne: import("@feathersjs/typebox").TNumber;
453
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
454
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
455
+ }>, import("@feathersjs/typebox").TObject<{
456
+ [key: string]: import("@feathersjs/typebox").TSchema;
457
+ } | undefined>]>>]>>;
458
+ currency: 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<{
459
+ $gt: import("@feathersjs/typebox").TString<string>;
460
+ $gte: import("@feathersjs/typebox").TString<string>;
461
+ $lt: import("@feathersjs/typebox").TString<string>;
462
+ $lte: import("@feathersjs/typebox").TString<string>;
463
+ $ne: import("@feathersjs/typebox").TString<string>;
464
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
465
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
466
+ }>, import("@feathersjs/typebox").TObject<{
467
+ [key: string]: import("@feathersjs/typebox").TSchema;
468
+ } | undefined>]>>]>>;
469
+ datetime: 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<{
470
+ $gt: import("@feathersjs/typebox").TString<string>;
471
+ $gte: import("@feathersjs/typebox").TString<string>;
472
+ $lt: import("@feathersjs/typebox").TString<string>;
473
+ $lte: import("@feathersjs/typebox").TString<string>;
474
+ $ne: import("@feathersjs/typebox").TString<string>;
475
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
476
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
477
+ }>, import("@feathersjs/typebox").TObject<{
478
+ [key: string]: import("@feathersjs/typebox").TSchema;
479
+ } | undefined>]>>]>>;
480
+ direction: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
481
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
482
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
483
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
484
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
485
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
486
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
487
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
488
+ }>, import("@feathersjs/typebox").TObject<{
489
+ [key: string]: import("@feathersjs/typebox").TSchema;
490
+ } | undefined>]>>]>>;
491
+ exchange: 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<{
492
+ $gt: import("@feathersjs/typebox").TString<string>;
493
+ $gte: import("@feathersjs/typebox").TString<string>;
494
+ $lt: import("@feathersjs/typebox").TString<string>;
495
+ $lte: import("@feathersjs/typebox").TString<string>;
496
+ $ne: import("@feathersjs/typebox").TString<string>;
497
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
498
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
499
+ }>, import("@feathersjs/typebox").TObject<{
500
+ [key: string]: import("@feathersjs/typebox").TSchema;
501
+ } | undefined>]>>]>>;
502
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
503
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
504
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
505
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
506
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
507
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
508
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
509
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
510
+ }>, import("@feathersjs/typebox").TObject<{
511
+ [key: string]: import("@feathersjs/typebox").TSchema;
512
+ } | undefined>]>>]>>;
513
+ timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
514
+ $gt: import("@feathersjs/typebox").TNumber;
515
+ $gte: import("@feathersjs/typebox").TNumber;
516
+ $lt: import("@feathersjs/typebox").TNumber;
517
+ $lte: import("@feathersjs/typebox").TNumber;
518
+ $ne: import("@feathersjs/typebox").TNumber;
519
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
520
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
521
+ }>, import("@feathersjs/typebox").TObject<{
522
+ [key: string]: import("@feathersjs/typebox").TSchema;
523
+ } | undefined>]>>]>>;
524
+ type: 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<{
525
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
526
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
527
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
528
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
529
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
530
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
531
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
532
+ }>, import("@feathersjs/typebox").TObject<{
533
+ [key: string]: import("@feathersjs/typebox").TSchema;
534
+ } | undefined>]>>]>>;
535
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
536
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
537
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
538
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
539
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
540
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
541
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
542
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
543
+ }>, import("@feathersjs/typebox").TObject<{
544
+ [key: string]: import("@feathersjs/typebox").TSchema;
545
+ } | undefined>]>>]>>;
546
+ }>>>;
547
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
548
+ _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<{
549
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
550
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
551
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
552
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
553
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
554
+ $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<{}>]>;
555
+ $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<{}>]>;
556
+ }>, import("@feathersjs/typebox").TObject<{
557
+ [key: string]: import("@feathersjs/typebox").TSchema;
558
+ } | undefined>]>>]>>;
559
+ amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
560
+ $gt: import("@feathersjs/typebox").TNumber;
561
+ $gte: import("@feathersjs/typebox").TNumber;
562
+ $lt: import("@feathersjs/typebox").TNumber;
563
+ $lte: import("@feathersjs/typebox").TNumber;
564
+ $ne: import("@feathersjs/typebox").TNumber;
565
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
566
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
567
+ }>, import("@feathersjs/typebox").TObject<{
568
+ [key: string]: import("@feathersjs/typebox").TSchema;
569
+ } | undefined>]>>]>>;
570
+ currency: 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<{
571
+ $gt: import("@feathersjs/typebox").TString<string>;
572
+ $gte: import("@feathersjs/typebox").TString<string>;
573
+ $lt: import("@feathersjs/typebox").TString<string>;
574
+ $lte: import("@feathersjs/typebox").TString<string>;
575
+ $ne: import("@feathersjs/typebox").TString<string>;
576
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
577
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
578
+ }>, import("@feathersjs/typebox").TObject<{
579
+ [key: string]: import("@feathersjs/typebox").TSchema;
580
+ } | undefined>]>>]>>;
581
+ datetime: 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<{
582
+ $gt: import("@feathersjs/typebox").TString<string>;
583
+ $gte: import("@feathersjs/typebox").TString<string>;
584
+ $lt: import("@feathersjs/typebox").TString<string>;
585
+ $lte: import("@feathersjs/typebox").TString<string>;
586
+ $ne: import("@feathersjs/typebox").TString<string>;
587
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
588
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
589
+ }>, import("@feathersjs/typebox").TObject<{
590
+ [key: string]: import("@feathersjs/typebox").TSchema;
591
+ } | undefined>]>>]>>;
592
+ direction: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
593
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
594
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
595
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
596
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
597
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
598
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
599
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"in">, import("@feathersjs/typebox").TLiteral<"out">]>;
600
+ }>, import("@feathersjs/typebox").TObject<{
601
+ [key: string]: import("@feathersjs/typebox").TSchema;
602
+ } | undefined>]>>]>>;
603
+ exchange: 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<{
604
+ $gt: import("@feathersjs/typebox").TString<string>;
605
+ $gte: import("@feathersjs/typebox").TString<string>;
606
+ $lt: import("@feathersjs/typebox").TString<string>;
607
+ $lte: import("@feathersjs/typebox").TString<string>;
608
+ $ne: import("@feathersjs/typebox").TString<string>;
609
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
610
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
611
+ }>, import("@feathersjs/typebox").TObject<{
612
+ [key: string]: import("@feathersjs/typebox").TSchema;
613
+ } | undefined>]>>]>>;
614
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
615
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
616
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
617
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
618
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
619
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
620
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
621
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
622
+ }>, import("@feathersjs/typebox").TObject<{
623
+ [key: string]: import("@feathersjs/typebox").TSchema;
624
+ } | undefined>]>>]>>;
625
+ timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
626
+ $gt: import("@feathersjs/typebox").TNumber;
627
+ $gte: import("@feathersjs/typebox").TNumber;
628
+ $lt: import("@feathersjs/typebox").TNumber;
629
+ $lte: import("@feathersjs/typebox").TNumber;
630
+ $ne: import("@feathersjs/typebox").TNumber;
631
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
632
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TNumber> | import("@feathersjs/typebox").TNumber;
633
+ }>, import("@feathersjs/typebox").TObject<{
634
+ [key: string]: import("@feathersjs/typebox").TSchema;
635
+ } | undefined>]>>]>>;
636
+ type: 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<{
637
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
638
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
639
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
640
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
641
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
642
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
643
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
644
+ }>, import("@feathersjs/typebox").TObject<{
645
+ [key: string]: import("@feathersjs/typebox").TSchema;
646
+ } | undefined>]>>]>>;
647
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
648
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
649
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
650
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
651
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
652
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
653
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
654
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
655
+ }>, import("@feathersjs/typebox").TObject<{
656
+ [key: string]: import("@feathersjs/typebox").TSchema;
657
+ } | undefined>]>>]>>;
658
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
659
+ export type ExchangesLedgerQuery = Static<typeof exchangesLedgerQuerySchema>;
660
+ export declare const exchangesLedgerQueryValidator: import("@feathersjs/schema").Validator<any, any>;
661
+ export declare const exchangesLedgerQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
662
+ $limit: number;
663
+ $skip: number;
664
+ $sort: {
665
+ _id?: number | undefined;
666
+ amount?: number | undefined;
667
+ currency?: number | undefined;
668
+ datetime?: number | undefined;
669
+ direction?: number | undefined;
670
+ exchange?: number | undefined;
671
+ exchangeId?: number | undefined;
672
+ timestamp?: number | undefined;
673
+ type?: number | undefined;
674
+ userId?: number | undefined;
675
+ };
676
+ $select: ("_id" | "amount" | "currency" | "datetime" | "direction" | "exchange" | "exchangeId" | "timestamp" | "type" | "userId")[];
677
+ $and: ({
678
+ _id?: string | Partial<{
679
+ $gt: string | {};
680
+ $gte: string | {};
681
+ $lt: string | {};
682
+ $lte: string | {};
683
+ $ne: string | {};
684
+ $in: string | (string | {})[] | {};
685
+ $nin: string | (string | {})[] | {};
686
+ } & {}> | {} | undefined;
687
+ amount?: number | Partial<{
688
+ $gt: number;
689
+ $gte: number;
690
+ $lt: number;
691
+ $lte: number;
692
+ $ne: number;
693
+ $in: number | number[];
694
+ $nin: number | number[];
695
+ } & {}> | undefined;
696
+ currency?: string | Partial<{
697
+ $gt: string;
698
+ $gte: string;
699
+ $lt: string;
700
+ $lte: string;
701
+ $ne: string;
702
+ $in: string | string[];
703
+ $nin: string | string[];
704
+ } & {}> | undefined;
705
+ datetime?: string | Partial<{
706
+ $gt: string;
707
+ $gte: string;
708
+ $lt: string;
709
+ $lte: string;
710
+ $ne: string;
711
+ $in: string | string[];
712
+ $nin: string | string[];
713
+ } & {}> | undefined;
714
+ direction?: "in" | "out" | Partial<{
715
+ $gt: "in" | "out";
716
+ $gte: "in" | "out";
717
+ $lt: "in" | "out";
718
+ $lte: "in" | "out";
719
+ $ne: "in" | "out";
720
+ $in: "in" | "out" | ("in" | "out")[];
721
+ $nin: "in" | "out" | ("in" | "out")[];
722
+ } & {}> | undefined;
723
+ exchange?: string | Partial<{
724
+ $gt: string;
725
+ $gte: string;
726
+ $lt: string;
727
+ $lte: string;
728
+ $ne: string;
729
+ $in: string | string[];
730
+ $nin: string | string[];
731
+ } & {}> | undefined;
732
+ exchangeId?: string | Partial<{
733
+ $gt?: string | {} | undefined;
734
+ $gte?: string | {} | undefined;
735
+ $lt?: string | {} | undefined;
736
+ $lte?: string | {} | undefined;
737
+ $ne?: string | {} | undefined;
738
+ $in: string | (string | {})[] | {};
739
+ $nin: string | (string | {})[] | {};
740
+ } & {}> | {} | undefined;
741
+ timestamp?: number | Partial<{
742
+ $gt: number;
743
+ $gte: number;
744
+ $lt: number;
745
+ $lte: number;
746
+ $ne: number;
747
+ $in: number | number[];
748
+ $nin: number | number[];
749
+ } & {}> | undefined;
750
+ type?: string | Partial<{
751
+ $gt?: string | undefined;
752
+ $gte?: string | undefined;
753
+ $lt?: string | undefined;
754
+ $lte?: string | undefined;
755
+ $ne?: string | undefined;
756
+ $in: string | string[];
757
+ $nin: string | string[];
758
+ } & {}> | undefined;
759
+ userId?: string | Partial<{
760
+ $gt?: string | {} | undefined;
761
+ $gte?: string | {} | undefined;
762
+ $lt?: string | {} | undefined;
763
+ $lte?: string | {} | undefined;
764
+ $ne?: string | {} | undefined;
765
+ $in: string | (string | {})[] | {};
766
+ $nin: string | (string | {})[] | {};
767
+ } & {}> | {} | undefined;
768
+ } | {
769
+ $or: {
770
+ _id?: string | Partial<{
771
+ $gt: string | {};
772
+ $gte: string | {};
773
+ $lt: string | {};
774
+ $lte: string | {};
775
+ $ne: string | {};
776
+ $in: string | (string | {})[] | {};
777
+ $nin: string | (string | {})[] | {};
778
+ } & {}> | {} | undefined;
779
+ amount?: number | Partial<{
780
+ $gt: number;
781
+ $gte: number;
782
+ $lt: number;
783
+ $lte: number;
784
+ $ne: number;
785
+ $in: number | number[];
786
+ $nin: number | number[];
787
+ } & {}> | undefined;
788
+ currency?: string | Partial<{
789
+ $gt: string;
790
+ $gte: string;
791
+ $lt: string;
792
+ $lte: string;
793
+ $ne: string;
794
+ $in: string | string[];
795
+ $nin: string | string[];
796
+ } & {}> | undefined;
797
+ datetime?: string | Partial<{
798
+ $gt: string;
799
+ $gte: string;
800
+ $lt: string;
801
+ $lte: string;
802
+ $ne: string;
803
+ $in: string | string[];
804
+ $nin: string | string[];
805
+ } & {}> | undefined;
806
+ direction?: "in" | "out" | Partial<{
807
+ $gt: "in" | "out";
808
+ $gte: "in" | "out";
809
+ $lt: "in" | "out";
810
+ $lte: "in" | "out";
811
+ $ne: "in" | "out";
812
+ $in: "in" | "out" | ("in" | "out")[];
813
+ $nin: "in" | "out" | ("in" | "out")[];
814
+ } & {}> | undefined;
815
+ exchange?: string | Partial<{
816
+ $gt: string;
817
+ $gte: string;
818
+ $lt: string;
819
+ $lte: string;
820
+ $ne: string;
821
+ $in: string | string[];
822
+ $nin: string | string[];
823
+ } & {}> | undefined;
824
+ exchangeId?: string | Partial<{
825
+ $gt?: string | {} | undefined;
826
+ $gte?: string | {} | undefined;
827
+ $lt?: string | {} | undefined;
828
+ $lte?: string | {} | undefined;
829
+ $ne?: string | {} | undefined;
830
+ $in: string | (string | {})[] | {};
831
+ $nin: string | (string | {})[] | {};
832
+ } & {}> | {} | undefined;
833
+ timestamp?: number | Partial<{
834
+ $gt: number;
835
+ $gte: number;
836
+ $lt: number;
837
+ $lte: number;
838
+ $ne: number;
839
+ $in: number | number[];
840
+ $nin: number | number[];
841
+ } & {}> | undefined;
842
+ type?: string | Partial<{
843
+ $gt?: string | undefined;
844
+ $gte?: string | undefined;
845
+ $lt?: string | undefined;
846
+ $lte?: string | undefined;
847
+ $ne?: string | undefined;
848
+ $in: string | string[];
849
+ $nin: string | string[];
850
+ } & {}> | undefined;
851
+ userId?: string | Partial<{
852
+ $gt?: string | {} | undefined;
853
+ $gte?: string | {} | undefined;
854
+ $lt?: string | {} | undefined;
855
+ $lte?: string | {} | undefined;
856
+ $ne?: string | {} | undefined;
857
+ $in: string | (string | {})[] | {};
858
+ $nin: string | (string | {})[] | {};
859
+ } & {}> | {} | undefined;
860
+ }[];
861
+ })[];
862
+ $or: {
863
+ _id?: string | Partial<{
864
+ $gt: string | {};
865
+ $gte: string | {};
866
+ $lt: string | {};
867
+ $lte: string | {};
868
+ $ne: string | {};
869
+ $in: string | (string | {})[] | {};
870
+ $nin: string | (string | {})[] | {};
871
+ } & {}> | {} | undefined;
872
+ amount?: number | Partial<{
873
+ $gt: number;
874
+ $gte: number;
875
+ $lt: number;
876
+ $lte: number;
877
+ $ne: number;
878
+ $in: number | number[];
879
+ $nin: number | number[];
880
+ } & {}> | undefined;
881
+ currency?: string | Partial<{
882
+ $gt: string;
883
+ $gte: string;
884
+ $lt: string;
885
+ $lte: string;
886
+ $ne: string;
887
+ $in: string | string[];
888
+ $nin: string | string[];
889
+ } & {}> | undefined;
890
+ datetime?: string | Partial<{
891
+ $gt: string;
892
+ $gte: string;
893
+ $lt: string;
894
+ $lte: string;
895
+ $ne: string;
896
+ $in: string | string[];
897
+ $nin: string | string[];
898
+ } & {}> | undefined;
899
+ direction?: "in" | "out" | Partial<{
900
+ $gt: "in" | "out";
901
+ $gte: "in" | "out";
902
+ $lt: "in" | "out";
903
+ $lte: "in" | "out";
904
+ $ne: "in" | "out";
905
+ $in: "in" | "out" | ("in" | "out")[];
906
+ $nin: "in" | "out" | ("in" | "out")[];
907
+ } & {}> | undefined;
908
+ exchange?: string | Partial<{
909
+ $gt: string;
910
+ $gte: string;
911
+ $lt: string;
912
+ $lte: string;
913
+ $ne: string;
914
+ $in: string | string[];
915
+ $nin: string | string[];
916
+ } & {}> | undefined;
917
+ exchangeId?: string | Partial<{
918
+ $gt?: string | {} | undefined;
919
+ $gte?: string | {} | undefined;
920
+ $lt?: string | {} | undefined;
921
+ $lte?: string | {} | undefined;
922
+ $ne?: string | {} | undefined;
923
+ $in: string | (string | {})[] | {};
924
+ $nin: string | (string | {})[] | {};
925
+ } & {}> | {} | undefined;
926
+ timestamp?: number | Partial<{
927
+ $gt: number;
928
+ $gte: number;
929
+ $lt: number;
930
+ $lte: number;
931
+ $ne: number;
932
+ $in: number | number[];
933
+ $nin: number | number[];
934
+ } & {}> | undefined;
935
+ type?: string | Partial<{
936
+ $gt?: string | undefined;
937
+ $gte?: string | undefined;
938
+ $lt?: string | undefined;
939
+ $lte?: string | undefined;
940
+ $ne?: string | undefined;
941
+ $in: string | string[];
942
+ $nin: string | string[];
943
+ } & {}> | undefined;
944
+ userId?: string | Partial<{
945
+ $gt?: string | {} | undefined;
946
+ $gte?: string | {} | undefined;
947
+ $lt?: string | {} | undefined;
948
+ $lte?: string | {} | undefined;
949
+ $ne?: string | {} | undefined;
950
+ $in: string | (string | {})[] | {};
951
+ $nin: string | (string | {})[] | {};
952
+ } & {}> | {} | undefined;
953
+ }[];
954
+ }> & {
955
+ _id?: string | Partial<{
956
+ $gt: string | {};
957
+ $gte: string | {};
958
+ $lt: string | {};
959
+ $lte: string | {};
960
+ $ne: string | {};
961
+ $in: string | (string | {})[] | {};
962
+ $nin: string | (string | {})[] | {};
963
+ } & {}> | {} | undefined;
964
+ amount?: number | Partial<{
965
+ $gt: number;
966
+ $gte: number;
967
+ $lt: number;
968
+ $lte: number;
969
+ $ne: number;
970
+ $in: number | number[];
971
+ $nin: number | number[];
972
+ } & {}> | undefined;
973
+ currency?: string | Partial<{
974
+ $gt: string;
975
+ $gte: string;
976
+ $lt: string;
977
+ $lte: string;
978
+ $ne: string;
979
+ $in: string | string[];
980
+ $nin: string | string[];
981
+ } & {}> | undefined;
982
+ datetime?: string | Partial<{
983
+ $gt: string;
984
+ $gte: string;
985
+ $lt: string;
986
+ $lte: string;
987
+ $ne: string;
988
+ $in: string | string[];
989
+ $nin: string | string[];
990
+ } & {}> | undefined;
991
+ direction?: "in" | "out" | Partial<{
992
+ $gt: "in" | "out";
993
+ $gte: "in" | "out";
994
+ $lt: "in" | "out";
995
+ $lte: "in" | "out";
996
+ $ne: "in" | "out";
997
+ $in: "in" | "out" | ("in" | "out")[];
998
+ $nin: "in" | "out" | ("in" | "out")[];
999
+ } & {}> | undefined;
1000
+ exchange?: string | Partial<{
1001
+ $gt: string;
1002
+ $gte: string;
1003
+ $lt: string;
1004
+ $lte: string;
1005
+ $ne: string;
1006
+ $in: string | string[];
1007
+ $nin: string | string[];
1008
+ } & {}> | undefined;
1009
+ exchangeId?: string | Partial<{
1010
+ $gt?: string | {} | undefined;
1011
+ $gte?: string | {} | undefined;
1012
+ $lt?: string | {} | undefined;
1013
+ $lte?: string | {} | undefined;
1014
+ $ne?: string | {} | undefined;
1015
+ $in: string | (string | {})[] | {};
1016
+ $nin: string | (string | {})[] | {};
1017
+ } & {}> | {} | undefined;
1018
+ timestamp?: number | Partial<{
1019
+ $gt: number;
1020
+ $gte: number;
1021
+ $lt: number;
1022
+ $lte: number;
1023
+ $ne: number;
1024
+ $in: number | number[];
1025
+ $nin: number | number[];
1026
+ } & {}> | undefined;
1027
+ type?: string | Partial<{
1028
+ $gt?: string | undefined;
1029
+ $gte?: string | undefined;
1030
+ $lt?: string | undefined;
1031
+ $lte?: string | undefined;
1032
+ $ne?: string | undefined;
1033
+ $in: string | string[];
1034
+ $nin: string | string[];
1035
+ } & {}> | undefined;
1036
+ userId?: string | Partial<{
1037
+ $gt?: string | {} | undefined;
1038
+ $gte?: string | {} | undefined;
1039
+ $lt?: string | {} | undefined;
1040
+ $lte?: string | {} | undefined;
1041
+ $ne?: string | {} | undefined;
1042
+ $in: string | (string | {})[] | {};
1043
+ $nin: string | (string | {})[] | {};
1044
+ } & {}> | {} | undefined;
1045
+ } & {}, HookContext<ExchangesLedgerService<import("./ledger.class").ExchangesLedgerParams>>>;