@cryptorobot.ai/client 0.0.35 → 0.0.37

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 (291) hide show
  1. package/lib/{services → src/services}/exchanges/balance/balance.schema.d.ts +28 -4
  2. package/lib/{services → src/services}/exchanges/download/download.class.d.ts +1 -1
  3. package/lib/{services → src/services}/exchanges/download/download.d.ts +1 -0
  4. package/lib/{services → src/services}/exchanges/download/download.schema.d.ts +28 -4
  5. package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.class.d.ts +1 -1
  6. package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.d.ts +1 -0
  7. package/lib/{services → src/services}/exchanges/exchanges.class.d.ts +1 -1
  8. package/lib/{services → src/services}/exchanges/exchanges.schema.d.ts +246 -90
  9. package/lib/{services → src/services}/exchanges/ticker/ticker.class.d.ts +1 -1
  10. package/lib/{services → src/services}/exchanges/ticker/ticker.schema.d.ts +28 -4
  11. package/lib/{services → src/services}/homepage/homepage.schema.d.ts +17 -1
  12. package/lib/{services → src/services}/marketplaces/marketplaces.class.d.ts +1 -1
  13. package/lib/{services → src/services}/markets/markets.class.d.ts +1 -1
  14. package/lib/{services → src/services}/messages/messages.class.d.ts +1 -1
  15. package/lib/{services → src/services}/strategies/ai/ai.class.d.ts +1 -1
  16. package/lib/{services → src/services}/strategies/backtest/backtest.class.d.ts +1 -1
  17. package/lib/{services → src/services}/strategies/backtest/backtest.schema.d.ts +92 -92
  18. package/lib/{services → src/services}/strategies/hyperopt/hyperopt.d.ts +1 -0
  19. package/lib/{services → src/services}/strategies/indicators/indicators.class.d.ts +1 -1
  20. package/lib/{services → src/services}/strategies/strategies.class.d.ts +1 -1
  21. package/lib/{services → src/services}/strategies/strategies.schema.d.ts +117 -35
  22. package/lib/{services → src/services}/strategies/templates/templates.class.d.ts +1 -1
  23. package/lib/{services → src/services}/traders/pods/api/api.schema.d.ts +164 -140
  24. package/lib/{services → src/services}/traders/pods/events/events.class.d.ts +1 -1
  25. package/lib/{services → src/services}/traders/pods/events/events.d.ts +1 -0
  26. package/lib/{services → src/services}/traders/pods/events/events.schema.d.ts +93 -3
  27. package/lib/{services → src/services}/traders/pods/pods.class.d.ts +1 -1
  28. package/lib/{services → src/services}/traders/pods/pods.schema.d.ts +84 -60
  29. package/lib/{services → src/services}/traders/pods/webhooks/webhooks.class.d.ts +1 -1
  30. package/lib/{services → src/services}/traders/pods/webhooks/webhooks.d.ts +1 -0
  31. package/lib/{services → src/services}/traders/traders.schema.d.ts +263 -131
  32. package/lib/{services → src/services}/users/users.schema.d.ts +185 -3
  33. package/package.json +13 -10
  34. package/readme.md +50 -2
  35. package/lib/app.d.ts +0 -4
  36. package/lib/authentication.d.ts +0 -8
  37. package/lib/channels.d.ts +0 -3
  38. package/lib/client.d.ts +0 -87
  39. package/lib/configuration.d.ts +0 -226
  40. package/lib/declarations.d.ts +0 -16
  41. package/lib/firebase-push-notification.d.ts +0 -1
  42. package/lib/helper.d.ts +0 -22
  43. package/lib/helpers/app.helper.d.ts +0 -17
  44. package/lib/helpers/backtest.helper.d.ts +0 -61
  45. package/lib/helpers/ccxt.helper.d.ts +0 -92
  46. package/lib/helpers/deployments.helper.d.ts +0 -84
  47. package/lib/helpers/funnel.helper.d.ts +0 -19
  48. package/lib/helpers/handlebars.helper.d.ts +0 -25
  49. package/lib/helpers/hyperopt.helper.d.ts +0 -22
  50. package/lib/helpers/logging.helper.d.ts +0 -9
  51. package/lib/helpers/push-notification.helper.d.ts +0 -8
  52. package/lib/helpers/queue.helper.d.ts +0 -13
  53. package/lib/helpers/rules.helper.d.ts +0 -13
  54. package/lib/helpers/sqlite3.helper.d.ts +0 -6
  55. package/lib/helpers/sqs.helper.d.ts +0 -7
  56. package/lib/helpers/subscription.helper.d.ts +0 -48
  57. package/lib/helpers/telegram.helper.d.ts +0 -32
  58. package/lib/helpers/trader.helper.d.ts +0 -38
  59. package/lib/hooks/application/setup-ccxt-load-marketplaces-mocked.d.ts +0 -3
  60. package/lib/hooks/application/setup-ccxt-load-marketplaces.d.ts +0 -2
  61. package/lib/hooks/application/setup-ccxt-load-markets.d.ts +0 -2
  62. package/lib/hooks/application/setup-config-preparation.d.ts +0 -3
  63. package/lib/hooks/application/setup-fs.d.ts +0 -3
  64. package/lib/hooks/application/setup-info.d.ts +0 -3
  65. package/lib/hooks/application/setup-load-indicators.d.ts +0 -3
  66. package/lib/hooks/application/setup-load-strategy-templates.d.ts +0 -3
  67. package/lib/hooks/backtest-copy-candles-from-user-data.d.ts +0 -2
  68. package/lib/hooks/backtest-generate-and-queue.d.ts +0 -2
  69. package/lib/hooks/backtest-generate-config.d.ts +0 -8
  70. package/lib/hooks/backtest-generate-exchange-config.d.ts +0 -8
  71. package/lib/hooks/backtest-get-results.d.ts +0 -14
  72. package/lib/hooks/backtest-in-disk-clone-strategy.d.ts +0 -2
  73. package/lib/hooks/backtest-validate.d.ts +0 -2
  74. package/lib/hooks/bootstrap-user-exchanges.d.ts +0 -2
  75. package/lib/hooks/bootstrap-user-strategies.d.ts +0 -2
  76. package/lib/hooks/bootstrap-user-traders.d.ts +0 -2
  77. package/lib/hooks/check-required-credentials.d.ts +0 -2
  78. package/lib/hooks/enrich-webhook-to-event.d.ts +0 -2
  79. package/lib/hooks/exchanges/after-create-ccxt-balances-propagate-to-exchange.d.ts +0 -2
  80. package/lib/hooks/exchanges/after-find-ccxt-load-markets.d.ts +0 -2
  81. package/lib/hooks/exchanges/after-get-whitelist-blacklist-transform.d.ts +0 -2
  82. package/lib/hooks/exchanges/before-create-ccxt-get-balances.d.ts +0 -2
  83. package/lib/hooks/exchanges/before-patch-blacklist-validation-per-exchange.d.ts +0 -2
  84. package/lib/hooks/exchanges/before-patch-ccxt-connect-exchange.d.ts +0 -2
  85. package/lib/hooks/exchanges/before-patch-ccxt-load-markets.d.ts +0 -2
  86. package/lib/hooks/exchanges/before-patch-whitelist-blacklist-transform.d.ts +0 -2
  87. package/lib/hooks/exchanges/before-patch-whitelist-blacklist-validate.d.ts +0 -2
  88. package/lib/hooks/exchanges/download/after-create-get-recent-downloaded-data-info.d.ts +0 -2
  89. package/lib/hooks/exchanges/download/before-create-generate-config.d.ts +0 -2
  90. package/lib/hooks/exchanges/download/before-create-process-exchange-data-download.d.ts +0 -2
  91. package/lib/hooks/file-generate-config-hyperopt.d.ts +0 -2
  92. package/lib/hooks/hyperopt-generate-and-queue.d.ts +0 -2
  93. package/lib/hooks/hyperopt-generate-exchange-config.d.ts +0 -8
  94. package/lib/hooks/hyperopt-get-results.d.ts +0 -2
  95. package/lib/hooks/hyperopt-in-disk-clone-strategy.d.ts +0 -2
  96. package/lib/hooks/hyperopt-track-usage.d.ts +0 -2
  97. package/lib/hooks/init-data-folder.d.ts +0 -2
  98. package/lib/hooks/log-error.d.ts +0 -2
  99. package/lib/hooks/messages/messages-process-data.d.ts +0 -2
  100. package/lib/hooks/openai-process-request.d.ts +0 -2
  101. package/lib/hooks/pairs-transform.d.ts +0 -2
  102. package/lib/hooks/remove-container.d.ts +0 -2
  103. package/lib/hooks/revenuecat-is-subscription-active.d.ts +0 -2
  104. package/lib/hooks/set-default-strategy.d.ts +0 -2
  105. package/lib/hooks/setup-aws-sdk.d.ts +0 -2
  106. package/lib/hooks/setup-cronjobs.d.ts +0 -2
  107. package/lib/hooks/setup-ensure-image.d.ts +0 -3
  108. package/lib/hooks/setup-firebase.d.ts +0 -2
  109. package/lib/hooks/setup-homepage.d.ts +0 -3
  110. package/lib/hooks/setup-mautic.d.ts +0 -3
  111. package/lib/hooks/setup-mixpanel.d.ts +0 -3
  112. package/lib/hooks/setup-prepare-maildev-while-in-test-env.d.ts +0 -3
  113. package/lib/hooks/setup-queues.d.ts +0 -3
  114. package/lib/hooks/setup-stripe.d.ts +0 -2
  115. package/lib/hooks/setup-telegram-client.d.ts +0 -3
  116. package/lib/hooks/sqlite-reset-database.d.ts +0 -2
  117. package/lib/hooks/strategies/disk-create-strategy.d.ts +0 -2
  118. package/lib/hooks/strategies/disk-remove-strategy.d.ts +0 -2
  119. package/lib/hooks/strategies/file-strategies-clone.d.ts +0 -2
  120. package/lib/hooks/stripe-check-subscription.d.ts +0 -2
  121. package/lib/hooks/stripe-create-payment-intent.d.ts +0 -2
  122. package/lib/hooks/stripe-is-subscription-active.d.ts +0 -2
  123. package/lib/hooks/stripe-sync-customer-data.d.ts +0 -2
  124. package/lib/hooks/telegram-create-group.d.ts +0 -2
  125. package/lib/hooks/telegram-delete-group.d.ts +0 -2
  126. package/lib/hooks/telegram-update-group.d.ts +0 -2
  127. package/lib/hooks/tickers-fetch.d.ts +0 -2
  128. package/lib/hooks/traders/after-patch-file-candles-clone.d.ts +0 -2
  129. package/lib/hooks/traders/before-patch-folders-initialize.d.ts +0 -2
  130. package/lib/hooks/traders/before-patch-transform-pairlist-plugins.d.ts +0 -2
  131. package/lib/hooks/traders/container-api-control.d.ts +0 -2
  132. package/lib/hooks/traders/container-stop.d.ts +0 -2
  133. package/lib/hooks/traders/create-trader-container.d.ts +0 -2
  134. package/lib/hooks/traders/generate-exchange-config.d.ts +0 -2
  135. package/lib/hooks/traders/generate-trader-config.d.ts +0 -2
  136. package/lib/hooks/traders/pods-container-inspect.d.ts +0 -2
  137. package/lib/hooks/traders/pods-process-worker.d.ts +0 -7
  138. package/lib/hooks/users/email-verify-signup.d.ts +0 -2
  139. package/lib/index.d.ts +0 -1
  140. package/lib/logger.d.ts +0 -1
  141. package/lib/mongodb.d.ts +0 -8
  142. package/lib/prepare-for-publish.d.ts +0 -1
  143. package/lib/sentry.d.ts +0 -2
  144. package/lib/telegram-get-credentials.d.ts +0 -1
  145. package/lib/validators.d.ts +0 -3
  146. package/{readme.client.md → README.md} +0 -0
  147. package/lib/{client.js → src/client.js} +0 -0
  148. package/lib/{services → src/services}/auth-management/auth-management.class.d.ts +0 -0
  149. package/lib/{services → src/services}/auth-management/auth-management.d.ts +0 -0
  150. package/lib/{services → src/services}/auth-management/auth-management.shared.d.ts +0 -0
  151. package/lib/{services → src/services}/auth-management/auth-management.shared.js +0 -0
  152. package/lib/{services → src/services}/auth-management/auth-management.utils.d.ts +0 -0
  153. package/lib/{services → src/services}/config/config.class.d.ts +0 -0
  154. package/lib/{services → src/services}/config/config.d.ts +0 -0
  155. package/lib/{services → src/services}/config/config.shared.d.ts +0 -0
  156. package/lib/{services → src/services}/config/config.shared.js +0 -0
  157. package/lib/{services → src/services}/custom/custom.class.d.ts +0 -0
  158. package/lib/{services → src/services}/custom/custom.d.ts +0 -0
  159. package/lib/{services → src/services}/custom/custom.shared.d.ts +0 -0
  160. package/lib/{services → src/services}/custom/custom.shared.js +0 -0
  161. package/lib/{services → src/services}/exchanges/balance/balance.class.d.ts +0 -0
  162. package/lib/{services → src/services}/exchanges/balance/balance.d.ts +0 -0
  163. package/lib/{services → src/services}/exchanges/balance/balance.shared.d.ts +0 -0
  164. package/lib/{services → src/services}/exchanges/balance/balance.shared.js +0 -0
  165. package/lib/{services → src/services}/exchanges/download/download.shared.d.ts +0 -0
  166. package/lib/{services → src/services}/exchanges/download/download.shared.js +0 -0
  167. package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.schema.d.ts +0 -0
  168. package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.shared.d.ts +0 -0
  169. package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.shared.js +0 -0
  170. package/lib/{services → src/services}/exchanges/exchanges.d.ts +0 -0
  171. package/lib/{services → src/services}/exchanges/exchanges.shared.d.ts +0 -0
  172. package/lib/{services → src/services}/exchanges/exchanges.shared.js +0 -0
  173. package/lib/{services → src/services}/exchanges/ticker/ticker.d.ts +0 -0
  174. package/lib/{services → src/services}/exchanges/ticker/ticker.shared.d.ts +0 -0
  175. package/lib/{services → src/services}/exchanges/ticker/ticker.shared.js +0 -0
  176. package/lib/{services → src/services}/homepage/homepage.class.d.ts +1 -1
  177. package/lib/{services → src/services}/homepage/homepage.d.ts +0 -0
  178. package/lib/{services → src/services}/homepage/homepage.shared.d.ts +0 -0
  179. package/lib/{services → src/services}/homepage/homepage.shared.js +0 -0
  180. package/lib/{services → src/services}/index.d.ts +0 -0
  181. package/lib/{services → src/services}/mailer/mailer.class.d.ts +0 -0
  182. package/lib/{services → src/services}/mailer/mailer.d.ts +0 -0
  183. package/lib/{services → src/services}/mailer/mailer.shared.d.ts +0 -0
  184. package/lib/{services → src/services}/mailer/mailer.shared.js +0 -0
  185. package/lib/{services → src/services}/marketplaces/marketplaces.d.ts +0 -0
  186. package/lib/{services → src/services}/marketplaces/marketplaces.shared.d.ts +0 -0
  187. package/lib/{services → src/services}/marketplaces/marketplaces.shared.js +0 -0
  188. package/lib/{services → src/services}/markets/markets.d.ts +0 -0
  189. package/lib/{services → src/services}/markets/markets.schema.d.ts +0 -0
  190. package/lib/{services → src/services}/markets/markets.shared.d.ts +0 -0
  191. package/lib/{services → src/services}/markets/markets.shared.js +0 -0
  192. package/lib/{services → src/services}/messages/messages.d.ts +0 -0
  193. package/lib/{services → src/services}/messages/messages.schema.d.ts +0 -0
  194. package/lib/{services → src/services}/messages/messages.shared.d.ts +0 -0
  195. package/lib/{services → src/services}/messages/messages.shared.js +0 -0
  196. package/lib/{services → src/services}/strategies/ai/ai.d.ts +0 -0
  197. package/lib/{services → src/services}/strategies/ai/ai.schema.d.ts +0 -0
  198. package/lib/{services → src/services}/strategies/ai/ai.shared.d.ts +0 -0
  199. package/lib/{services → src/services}/strategies/ai/ai.shared.js +0 -0
  200. package/lib/{services → src/services}/strategies/ai/stream/stream.class.d.ts +0 -0
  201. package/lib/{services → src/services}/strategies/ai/stream/stream.d.ts +0 -0
  202. package/lib/{services → src/services}/strategies/ai/stream/stream.shared.d.ts +0 -0
  203. package/lib/{services → src/services}/strategies/ai/stream/stream.shared.js +0 -0
  204. package/lib/{services → src/services}/strategies/backtest/backtest.d.ts +0 -0
  205. package/lib/{services → src/services}/strategies/backtest/backtest.shared.d.ts +0 -0
  206. package/lib/{services → src/services}/strategies/backtest/backtest.shared.js +0 -0
  207. package/lib/{services → src/services}/strategies/backtest/results/results.class.d.ts +0 -0
  208. package/lib/{services → src/services}/strategies/backtest/results/results.d.ts +0 -0
  209. package/lib/{services → src/services}/strategies/backtest/results/results.schema.d.ts +0 -0
  210. package/lib/{services → src/services}/strategies/backtest/results/results.shared.d.ts +0 -0
  211. package/lib/{services → src/services}/strategies/backtest/results/results.shared.js +0 -0
  212. package/lib/{services → src/services}/strategies/blob/blob.class.d.ts +0 -0
  213. package/lib/{services → src/services}/strategies/blob/blob.d.ts +0 -0
  214. package/lib/{services → src/services}/strategies/blob/blob.shared.d.ts +0 -0
  215. package/lib/{services → src/services}/strategies/blob/blob.shared.js +0 -0
  216. package/lib/{services → src/services}/strategies/hyperopt/hyperopt.class.d.ts +0 -0
  217. package/lib/{services → src/services}/strategies/hyperopt/hyperopt.schema.d.ts +8 -8
  218. /package/lib/{services → src/services}/strategies/hyperopt/hyperopt.shared.d.ts +0 -0
  219. /package/lib/{services → src/services}/strategies/hyperopt/hyperopt.shared.js +0 -0
  220. /package/lib/{services → src/services}/strategies/indicators/indicators.d.ts +0 -0
  221. /package/lib/{services → src/services}/strategies/indicators/indicators.schema.d.ts +0 -0
  222. /package/lib/{services → src/services}/strategies/indicators/indicators.shared.d.ts +0 -0
  223. /package/lib/{services → src/services}/strategies/indicators/indicators.shared.js +0 -0
  224. /package/lib/{services → src/services}/strategies/strategies.d.ts +0 -0
  225. /package/lib/{services → src/services}/strategies/strategies.shared.d.ts +0 -0
  226. /package/lib/{services → src/services}/strategies/strategies.shared.js +0 -0
  227. /package/lib/{services → src/services}/strategies/templates/templates.d.ts +0 -0
  228. /package/lib/{services → src/services}/strategies/templates/templates.schema.d.ts +0 -0
  229. /package/lib/{services → src/services}/strategies/templates/templates.shared.d.ts +0 -0
  230. /package/lib/{services → src/services}/strategies/templates/templates.shared.js +0 -0
  231. /package/lib/{services → src/services}/stripe/charges/charges.class.d.ts +0 -0
  232. /package/lib/{services → src/services}/stripe/charges/charges.d.ts +0 -0
  233. /package/lib/{services → src/services}/stripe/charges/charges.shared.d.ts +0 -0
  234. /package/lib/{services → src/services}/stripe/charges/charges.shared.js +0 -0
  235. /package/lib/{services → src/services}/stripe/customers/cards/cards.class.d.ts +0 -0
  236. /package/lib/{services → src/services}/stripe/customers/cards/cards.d.ts +0 -0
  237. /package/lib/{services → src/services}/stripe/customers/cards/cards.shared.d.ts +0 -0
  238. /package/lib/{services → src/services}/stripe/customers/cards/cards.shared.js +0 -0
  239. /package/lib/{services → src/services}/stripe/customers/customers.class.d.ts +0 -0
  240. /package/lib/{services → src/services}/stripe/customers/customers.d.ts +0 -0
  241. /package/lib/{services → src/services}/stripe/customers/customers.shared.d.ts +0 -0
  242. /package/lib/{services → src/services}/stripe/customers/customers.shared.js +0 -0
  243. /package/lib/{services → src/services}/stripe/customers/paymentintent/paymentintent.class.d.ts +0 -0
  244. /package/lib/{services → src/services}/stripe/customers/paymentintent/paymentintent.d.ts +0 -0
  245. /package/lib/{services → src/services}/stripe/customers/paymentintent/paymentintent.shared.d.ts +0 -0
  246. /package/lib/{services → src/services}/stripe/customers/paymentintent/paymentintent.shared.js +0 -0
  247. /package/lib/{services → src/services}/stripe/customers/paymentmethods/paymentmethods.class.d.ts +0 -0
  248. /package/lib/{services → src/services}/stripe/customers/paymentmethods/paymentmethods.d.ts +0 -0
  249. /package/lib/{services → src/services}/stripe/customers/paymentmethods/paymentmethods.shared.d.ts +0 -0
  250. /package/lib/{services → src/services}/stripe/customers/paymentmethods/paymentmethods.shared.js +0 -0
  251. /package/lib/{services → src/services}/stripe/customers/subscriptions/subscriptions.class.d.ts +0 -0
  252. /package/lib/{services → src/services}/stripe/customers/subscriptions/subscriptions.d.ts +0 -0
  253. /package/lib/{services → src/services}/stripe/customers/subscriptions/subscriptions.shared.d.ts +0 -0
  254. /package/lib/{services → src/services}/stripe/customers/subscriptions/subscriptions.shared.js +0 -0
  255. /package/lib/{services → src/services}/stripe/products/products.class.d.ts +0 -0
  256. /package/lib/{services → src/services}/stripe/products/products.d.ts +0 -0
  257. /package/lib/{services → src/services}/stripe/products/products.shared.d.ts +0 -0
  258. /package/lib/{services → src/services}/stripe/products/products.shared.js +0 -0
  259. /package/lib/{services → src/services}/stripe/webhooks/webhooks.class.d.ts +0 -0
  260. /package/lib/{services → src/services}/stripe/webhooks/webhooks.d.ts +0 -0
  261. /package/lib/{services → src/services}/stripe/webhooks/webhooks.shared.d.ts +0 -0
  262. /package/lib/{services → src/services}/stripe/webhooks/webhooks.shared.js +0 -0
  263. /package/lib/{services → src/services}/traders/pods/api/api.class.d.ts +0 -0
  264. /package/lib/{services → src/services}/traders/pods/api/api.d.ts +0 -0
  265. /package/lib/{services → src/services}/traders/pods/api/api.shared.d.ts +0 -0
  266. /package/lib/{services → src/services}/traders/pods/api/api.shared.js +0 -0
  267. /package/lib/{services → src/services}/traders/pods/blob/blob.class.d.ts +0 -0
  268. /package/lib/{services → src/services}/traders/pods/blob/blob.d.ts +0 -0
  269. /package/lib/{services → src/services}/traders/pods/blob/blob.shared.d.ts +0 -0
  270. /package/lib/{services → src/services}/traders/pods/blob/blob.shared.js +0 -0
  271. /package/lib/{services → src/services}/traders/pods/events/events.shared.d.ts +0 -0
  272. /package/lib/{services → src/services}/traders/pods/events/events.shared.js +0 -0
  273. /package/lib/{services → src/services}/traders/pods/pods.d.ts +0 -0
  274. /package/lib/{services → src/services}/traders/pods/pods.shared.d.ts +0 -0
  275. /package/lib/{services → src/services}/traders/pods/pods.shared.js +0 -0
  276. /package/lib/{services → src/services}/traders/pods/webhooks/webhooks.schema.d.ts +0 -0
  277. /package/lib/{services → src/services}/traders/pods/webhooks/webhooks.shared.d.ts +0 -0
  278. /package/lib/{services → src/services}/traders/pods/webhooks/webhooks.shared.js +0 -0
  279. /package/lib/{services → src/services}/traders/traders.class.d.ts +0 -0
  280. /package/lib/{services → src/services}/traders/traders.d.ts +0 -0
  281. /package/lib/{services → src/services}/traders/traders.shared.d.ts +0 -0
  282. /package/lib/{services → src/services}/traders/traders.shared.js +0 -0
  283. /package/lib/{services → src/services}/users/users.class.d.ts +0 -0
  284. /package/lib/{services → src/services}/users/users.d.ts +0 -0
  285. /package/lib/{services → src/services}/users/users.helper.d.ts +0 -0
  286. /package/lib/{services → src/services}/users/users.shared.d.ts +0 -0
  287. /package/lib/{services → src/services}/users/users.shared.js +0 -0
  288. /package/lib/{services → src/services}/version/version.class.d.ts +0 -0
  289. /package/lib/{services → src/services}/version/version.d.ts +0 -0
  290. /package/lib/{services → src/services}/version/version.shared.d.ts +0 -0
  291. /package/lib/{services → src/services}/version/version.shared.js +0 -0
@@ -224,6 +224,7 @@ export declare const tradersResolver: import("@feathersjs/schema").Resolver<{
224
224
  balance_dust_level: number;
225
225
  } | undefined;
226
226
  _id?: string | {} | undefined;
227
+ running?: boolean | undefined;
227
228
  plugins?: {
228
229
  number_assets?: number | undefined;
229
230
  refresh_period?: number | undefined;
@@ -240,7 +241,6 @@ export declare const tradersResolver: import("@feathersjs/schema").Resolver<{
240
241
  exit: number;
241
242
  } | undefined;
242
243
  cancel_open_orders_on_exit?: boolean | undefined;
243
- running?: boolean | undefined;
244
244
  tradable_balance_ratio?: number | undefined;
245
245
  webhook?: {
246
246
  url: string;
@@ -262,8 +262,8 @@ export declare const tradersResolver: import("@feathersjs/schema").Resolver<{
262
262
  fiat_currency: string;
263
263
  };
264
264
  webhookentrycancel: {
265
- limit: string;
266
265
  userId: string;
266
+ limit: string;
267
267
  stake_currency: string;
268
268
  stake_amount: string;
269
269
  event: string;
@@ -284,8 +284,8 @@ export declare const tradersResolver: import("@feathersjs/schema").Resolver<{
284
284
  open_date: string;
285
285
  };
286
286
  webhookexit: {
287
- limit: string;
288
287
  userId: string;
288
+ limit: string;
289
289
  stake_currency: string;
290
290
  event: string;
291
291
  traderId: any;
@@ -302,8 +302,8 @@ export declare const tradersResolver: import("@feathersjs/schema").Resolver<{
302
302
  order_type: string;
303
303
  };
304
304
  webhookexitcancel: {
305
- limit: string;
306
305
  userId: string;
306
+ limit: string;
307
307
  stake_currency: string;
308
308
  event: string;
309
309
  traderId: any;
@@ -330,10 +330,10 @@ export declare const tradersResolver: import("@feathersjs/schema").Resolver<{
330
330
  key: string;
331
331
  createdAt: any;
332
332
  updatedAt: any;
333
+ "traders/pods": any;
334
+ userId: any;
333
335
  connected: boolean;
334
336
  which: string;
335
- userId: any;
336
- "traders/pods": any;
337
337
  exchange: any;
338
338
  exchangeId: any;
339
339
  stake_currency: string;
@@ -408,6 +408,7 @@ export declare const tradersExternalResolver: import("@feathersjs/schema").Resol
408
408
  balance_dust_level: number;
409
409
  } | undefined;
410
410
  _id?: string | {} | undefined;
411
+ running?: boolean | undefined;
411
412
  plugins?: {
412
413
  number_assets?: number | undefined;
413
414
  refresh_period?: number | undefined;
@@ -424,7 +425,6 @@ export declare const tradersExternalResolver: import("@feathersjs/schema").Resol
424
425
  exit: number;
425
426
  } | undefined;
426
427
  cancel_open_orders_on_exit?: boolean | undefined;
427
- running?: boolean | undefined;
428
428
  tradable_balance_ratio?: number | undefined;
429
429
  webhook?: {
430
430
  url: string;
@@ -446,8 +446,8 @@ export declare const tradersExternalResolver: import("@feathersjs/schema").Resol
446
446
  fiat_currency: string;
447
447
  };
448
448
  webhookentrycancel: {
449
- limit: string;
450
449
  userId: string;
450
+ limit: string;
451
451
  stake_currency: string;
452
452
  stake_amount: string;
453
453
  event: string;
@@ -468,8 +468,8 @@ export declare const tradersExternalResolver: import("@feathersjs/schema").Resol
468
468
  open_date: string;
469
469
  };
470
470
  webhookexit: {
471
- limit: string;
472
471
  userId: string;
472
+ limit: string;
473
473
  stake_currency: string;
474
474
  event: string;
475
475
  traderId: any;
@@ -486,8 +486,8 @@ export declare const tradersExternalResolver: import("@feathersjs/schema").Resol
486
486
  order_type: string;
487
487
  };
488
488
  webhookexitcancel: {
489
- limit: string;
490
489
  userId: string;
490
+ limit: string;
491
491
  stake_currency: string;
492
492
  event: string;
493
493
  traderId: any;
@@ -514,10 +514,10 @@ export declare const tradersExternalResolver: import("@feathersjs/schema").Resol
514
514
  key: string;
515
515
  createdAt: any;
516
516
  updatedAt: any;
517
+ "traders/pods": any;
518
+ userId: any;
517
519
  connected: boolean;
518
520
  which: string;
519
- userId: any;
520
- "traders/pods": any;
521
521
  exchange: any;
522
522
  exchangeId: any;
523
523
  stake_currency: string;
@@ -778,6 +778,7 @@ export declare const tradersDataResolver: import("@feathersjs/schema").Resolver<
778
778
  balance_dust_level: number;
779
779
  } | undefined;
780
780
  _id?: string | {} | undefined;
781
+ running?: boolean | undefined;
781
782
  plugins?: {
782
783
  number_assets?: number | undefined;
783
784
  refresh_period?: number | undefined;
@@ -794,7 +795,6 @@ export declare const tradersDataResolver: import("@feathersjs/schema").Resolver<
794
795
  exit: number;
795
796
  } | undefined;
796
797
  cancel_open_orders_on_exit?: boolean | undefined;
797
- running?: boolean | undefined;
798
798
  tradable_balance_ratio?: number | undefined;
799
799
  webhook?: {
800
800
  url: string;
@@ -816,8 +816,8 @@ export declare const tradersDataResolver: import("@feathersjs/schema").Resolver<
816
816
  fiat_currency: string;
817
817
  };
818
818
  webhookentrycancel: {
819
- limit: string;
820
819
  userId: string;
820
+ limit: string;
821
821
  stake_currency: string;
822
822
  stake_amount: string;
823
823
  event: string;
@@ -838,8 +838,8 @@ export declare const tradersDataResolver: import("@feathersjs/schema").Resolver<
838
838
  open_date: string;
839
839
  };
840
840
  webhookexit: {
841
- limit: string;
842
841
  userId: string;
842
+ limit: string;
843
843
  stake_currency: string;
844
844
  event: string;
845
845
  traderId: any;
@@ -856,8 +856,8 @@ export declare const tradersDataResolver: import("@feathersjs/schema").Resolver<
856
856
  order_type: string;
857
857
  };
858
858
  webhookexitcancel: {
859
- limit: string;
860
859
  userId: string;
860
+ limit: string;
861
861
  stake_currency: string;
862
862
  event: string;
863
863
  traderId: any;
@@ -884,10 +884,10 @@ export declare const tradersDataResolver: import("@feathersjs/schema").Resolver<
884
884
  key: string;
885
885
  createdAt: any;
886
886
  updatedAt: any;
887
+ "traders/pods": any;
888
+ userId: any;
887
889
  connected: boolean;
888
890
  which: string;
889
- userId: any;
890
- "traders/pods": any;
891
891
  exchange: any;
892
892
  exchangeId: any;
893
893
  stake_currency: string;
@@ -1148,6 +1148,7 @@ export declare const tradersPatchResolver: import("@feathersjs/schema").Resolver
1148
1148
  balance_dust_level: number;
1149
1149
  } | undefined;
1150
1150
  _id?: string | {} | undefined;
1151
+ running?: boolean | undefined;
1151
1152
  plugins?: {
1152
1153
  number_assets?: number | undefined;
1153
1154
  refresh_period?: number | undefined;
@@ -1164,7 +1165,6 @@ export declare const tradersPatchResolver: import("@feathersjs/schema").Resolver
1164
1165
  exit: number;
1165
1166
  } | undefined;
1166
1167
  cancel_open_orders_on_exit?: boolean | undefined;
1167
- running?: boolean | undefined;
1168
1168
  tradable_balance_ratio?: number | undefined;
1169
1169
  webhook?: {
1170
1170
  url: string;
@@ -1186,8 +1186,8 @@ export declare const tradersPatchResolver: import("@feathersjs/schema").Resolver
1186
1186
  fiat_currency: string;
1187
1187
  };
1188
1188
  webhookentrycancel: {
1189
- limit: string;
1190
1189
  userId: string;
1190
+ limit: string;
1191
1191
  stake_currency: string;
1192
1192
  stake_amount: string;
1193
1193
  event: string;
@@ -1208,8 +1208,8 @@ export declare const tradersPatchResolver: import("@feathersjs/schema").Resolver
1208
1208
  open_date: string;
1209
1209
  };
1210
1210
  webhookexit: {
1211
- limit: string;
1212
1211
  userId: string;
1212
+ limit: string;
1213
1213
  stake_currency: string;
1214
1214
  event: string;
1215
1215
  traderId: any;
@@ -1226,8 +1226,8 @@ export declare const tradersPatchResolver: import("@feathersjs/schema").Resolver
1226
1226
  order_type: string;
1227
1227
  };
1228
1228
  webhookexitcancel: {
1229
- limit: string;
1230
1229
  userId: string;
1230
+ limit: string;
1231
1231
  stake_currency: string;
1232
1232
  event: string;
1233
1233
  traderId: any;
@@ -1254,10 +1254,10 @@ export declare const tradersPatchResolver: import("@feathersjs/schema").Resolver
1254
1254
  key: string;
1255
1255
  createdAt: any;
1256
1256
  updatedAt: any;
1257
+ "traders/pods": any;
1258
+ userId: any;
1257
1259
  connected: boolean;
1258
1260
  which: string;
1259
- userId: any;
1260
- "traders/pods": any;
1261
1261
  exchange: any;
1262
1262
  exchangeId: any;
1263
1263
  stake_currency: string;
@@ -1478,7 +1478,7 @@ export declare const tradersQueryProperties: import("@feathersjs/typebox").TPick
1478
1478
  provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1479
1479
  strategies: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1480
1480
  "traders/pods": import("@feathersjs/typebox").TAny;
1481
- }>, ["_id", "name", "running", "which", "provider", "userId", "pod", "host", "strategyId", "exchangeId", "api_server", "updatedAt", "max_open_trades", "dry_run_wallet", "stake_currency", "stake_amount"]>;
1481
+ }>, ["_id", "name", "running", "createdAt", "which", "provider", "userId", "pod", "host", "strategyId", "exchangeId", "api_server", "updatedAt", "max_open_trades", "dry_run_wallet", "fiat_display_currency", "stake_currency", "stake_amount"]>;
1482
1482
  export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
1483
1483
  $limit: import("@feathersjs/typebox").TNumber;
1484
1484
  $skip: import("@feathersjs/typebox").TNumber;
@@ -1487,20 +1487,22 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
1487
1487
  name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1488
1488
  provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1489
1489
  _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1490
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1490
1491
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1491
- which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1492
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1492
1493
  userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1494
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1493
1495
  exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1494
1496
  stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1495
1497
  stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1496
1498
  strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1497
1499
  dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1498
1500
  max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1499
- running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1501
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1500
1502
  api_server: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1501
1503
  pod: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1502
1504
  }>;
1503
- $select: import("@feathersjs/typebox").TUnsafe<("host" | "name" | "provider" | "_id" | "updatedAt" | "which" | "userId" | "exchangeId" | "stake_currency" | "stake_amount" | "strategyId" | "dry_run_wallet" | "max_open_trades" | "running" | "api_server" | "pod")[]>;
1505
+ $select: import("@feathersjs/typebox").TUnsafe<("host" | "name" | "provider" | "_id" | "createdAt" | "updatedAt" | "running" | "userId" | "which" | "exchangeId" | "stake_currency" | "stake_amount" | "strategyId" | "dry_run_wallet" | "max_open_trades" | "fiat_display_currency" | "api_server" | "pod")[]>;
1504
1506
  $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1505
1507
  host: 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<{
1506
1508
  $gt: import("@feathersjs/typebox").TString<string>;
@@ -1546,6 +1548,17 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
1546
1548
  }>, import("@feathersjs/typebox").TObject<{
1547
1549
  [key: string]: import("@feathersjs/typebox").TSchema;
1548
1550
  } | undefined>]>>]>>;
1551
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1552
+ $gt: import("@feathersjs/typebox").TAny;
1553
+ $gte: import("@feathersjs/typebox").TAny;
1554
+ $lt: import("@feathersjs/typebox").TAny;
1555
+ $lte: import("@feathersjs/typebox").TAny;
1556
+ $ne: import("@feathersjs/typebox").TAny;
1557
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1558
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1559
+ }>, import("@feathersjs/typebox").TObject<{
1560
+ [key: string]: import("@feathersjs/typebox").TSchema;
1561
+ } | undefined>]>>]>>;
1549
1562
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1550
1563
  $gt: import("@feathersjs/typebox").TAny;
1551
1564
  $gte: import("@feathersjs/typebox").TAny;
@@ -1557,14 +1570,14 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
1557
1570
  }>, import("@feathersjs/typebox").TObject<{
1558
1571
  [key: string]: import("@feathersjs/typebox").TSchema;
1559
1572
  } | undefined>]>>]>>;
1560
- which: 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<{
1561
- $gt: import("@feathersjs/typebox").TString<string>;
1562
- $gte: import("@feathersjs/typebox").TString<string>;
1563
- $lt: import("@feathersjs/typebox").TString<string>;
1564
- $lte: import("@feathersjs/typebox").TString<string>;
1565
- $ne: import("@feathersjs/typebox").TString<string>;
1566
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1567
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1573
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1574
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1575
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1576
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1577
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1578
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1579
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1580
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1568
1581
  }>, import("@feathersjs/typebox").TObject<{
1569
1582
  [key: string]: import("@feathersjs/typebox").TSchema;
1570
1583
  } | undefined>]>>]>>;
@@ -1579,6 +1592,17 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
1579
1592
  }>, import("@feathersjs/typebox").TObject<{
1580
1593
  [key: string]: import("@feathersjs/typebox").TSchema;
1581
1594
  } | undefined>]>>]>>;
1595
+ which: 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<{
1596
+ $gt: import("@feathersjs/typebox").TString<string>;
1597
+ $gte: import("@feathersjs/typebox").TString<string>;
1598
+ $lt: import("@feathersjs/typebox").TString<string>;
1599
+ $lte: import("@feathersjs/typebox").TString<string>;
1600
+ $ne: import("@feathersjs/typebox").TString<string>;
1601
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1602
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1603
+ }>, import("@feathersjs/typebox").TObject<{
1604
+ [key: string]: import("@feathersjs/typebox").TSchema;
1605
+ } | undefined>]>>]>>;
1582
1606
  exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1583
1607
  $gt: import("@feathersjs/typebox").TAny;
1584
1608
  $gte: import("@feathersjs/typebox").TAny;
@@ -1645,14 +1669,14 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
1645
1669
  }>, import("@feathersjs/typebox").TObject<{
1646
1670
  [key: string]: import("@feathersjs/typebox").TSchema;
1647
1671
  } | undefined>]>>]>>;
1648
- running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1649
- $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1650
- $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1651
- $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1652
- $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1653
- $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1654
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1655
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1672
+ fiat_display_currency: 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<{
1673
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1674
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1675
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1676
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1677
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1678
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
1679
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
1656
1680
  }>, import("@feathersjs/typebox").TObject<{
1657
1681
  [key: string]: import("@feathersjs/typebox").TSchema;
1658
1682
  } | undefined>]>>]>>;
@@ -1814,6 +1838,17 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
1814
1838
  }>, import("@feathersjs/typebox").TObject<{
1815
1839
  [key: string]: import("@feathersjs/typebox").TSchema;
1816
1840
  } | undefined>]>>]>>;
1841
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1842
+ $gt: import("@feathersjs/typebox").TAny;
1843
+ $gte: import("@feathersjs/typebox").TAny;
1844
+ $lt: import("@feathersjs/typebox").TAny;
1845
+ $lte: import("@feathersjs/typebox").TAny;
1846
+ $ne: import("@feathersjs/typebox").TAny;
1847
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1848
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1849
+ }>, import("@feathersjs/typebox").TObject<{
1850
+ [key: string]: import("@feathersjs/typebox").TSchema;
1851
+ } | undefined>]>>]>>;
1817
1852
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1818
1853
  $gt: import("@feathersjs/typebox").TAny;
1819
1854
  $gte: import("@feathersjs/typebox").TAny;
@@ -1825,14 +1860,14 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
1825
1860
  }>, import("@feathersjs/typebox").TObject<{
1826
1861
  [key: string]: import("@feathersjs/typebox").TSchema;
1827
1862
  } | undefined>]>>]>>;
1828
- which: 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<{
1829
- $gt: import("@feathersjs/typebox").TString<string>;
1830
- $gte: import("@feathersjs/typebox").TString<string>;
1831
- $lt: import("@feathersjs/typebox").TString<string>;
1832
- $lte: import("@feathersjs/typebox").TString<string>;
1833
- $ne: import("@feathersjs/typebox").TString<string>;
1834
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1835
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1863
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1864
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1865
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1866
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1867
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1868
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1869
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1870
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1836
1871
  }>, import("@feathersjs/typebox").TObject<{
1837
1872
  [key: string]: import("@feathersjs/typebox").TSchema;
1838
1873
  } | undefined>]>>]>>;
@@ -1847,6 +1882,17 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
1847
1882
  }>, import("@feathersjs/typebox").TObject<{
1848
1883
  [key: string]: import("@feathersjs/typebox").TSchema;
1849
1884
  } | undefined>]>>]>>;
1885
+ which: 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<{
1886
+ $gt: import("@feathersjs/typebox").TString<string>;
1887
+ $gte: import("@feathersjs/typebox").TString<string>;
1888
+ $lt: import("@feathersjs/typebox").TString<string>;
1889
+ $lte: import("@feathersjs/typebox").TString<string>;
1890
+ $ne: import("@feathersjs/typebox").TString<string>;
1891
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1892
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1893
+ }>, import("@feathersjs/typebox").TObject<{
1894
+ [key: string]: import("@feathersjs/typebox").TSchema;
1895
+ } | undefined>]>>]>>;
1850
1896
  exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1851
1897
  $gt: import("@feathersjs/typebox").TAny;
1852
1898
  $gte: import("@feathersjs/typebox").TAny;
@@ -1913,14 +1959,14 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
1913
1959
  }>, import("@feathersjs/typebox").TObject<{
1914
1960
  [key: string]: import("@feathersjs/typebox").TSchema;
1915
1961
  } | undefined>]>>]>>;
1916
- running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1917
- $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1918
- $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1919
- $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1920
- $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1921
- $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1922
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1923
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1962
+ fiat_display_currency: 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<{
1963
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1964
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1965
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1966
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1967
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1968
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
1969
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
1924
1970
  }>, import("@feathersjs/typebox").TObject<{
1925
1971
  [key: string]: import("@feathersjs/typebox").TSchema;
1926
1972
  } | undefined>]>>]>>;
@@ -2083,6 +2129,17 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
2083
2129
  }>, import("@feathersjs/typebox").TObject<{
2084
2130
  [key: string]: import("@feathersjs/typebox").TSchema;
2085
2131
  } | undefined>]>>]>>;
2132
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2133
+ $gt: import("@feathersjs/typebox").TAny;
2134
+ $gte: import("@feathersjs/typebox").TAny;
2135
+ $lt: import("@feathersjs/typebox").TAny;
2136
+ $lte: import("@feathersjs/typebox").TAny;
2137
+ $ne: import("@feathersjs/typebox").TAny;
2138
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
2139
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
2140
+ }>, import("@feathersjs/typebox").TObject<{
2141
+ [key: string]: import("@feathersjs/typebox").TSchema;
2142
+ } | undefined>]>>]>>;
2086
2143
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2087
2144
  $gt: import("@feathersjs/typebox").TAny;
2088
2145
  $gte: import("@feathersjs/typebox").TAny;
@@ -2094,14 +2151,14 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
2094
2151
  }>, import("@feathersjs/typebox").TObject<{
2095
2152
  [key: string]: import("@feathersjs/typebox").TSchema;
2096
2153
  } | undefined>]>>]>>;
2097
- which: 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<{
2098
- $gt: import("@feathersjs/typebox").TString<string>;
2099
- $gte: import("@feathersjs/typebox").TString<string>;
2100
- $lt: import("@feathersjs/typebox").TString<string>;
2101
- $lte: import("@feathersjs/typebox").TString<string>;
2102
- $ne: import("@feathersjs/typebox").TString<string>;
2103
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2104
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2154
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2155
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2156
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2157
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2158
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2159
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2160
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2161
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2105
2162
  }>, import("@feathersjs/typebox").TObject<{
2106
2163
  [key: string]: import("@feathersjs/typebox").TSchema;
2107
2164
  } | undefined>]>>]>>;
@@ -2116,6 +2173,17 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
2116
2173
  }>, import("@feathersjs/typebox").TObject<{
2117
2174
  [key: string]: import("@feathersjs/typebox").TSchema;
2118
2175
  } | undefined>]>>]>>;
2176
+ which: 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<{
2177
+ $gt: import("@feathersjs/typebox").TString<string>;
2178
+ $gte: import("@feathersjs/typebox").TString<string>;
2179
+ $lt: import("@feathersjs/typebox").TString<string>;
2180
+ $lte: import("@feathersjs/typebox").TString<string>;
2181
+ $ne: import("@feathersjs/typebox").TString<string>;
2182
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2183
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2184
+ }>, import("@feathersjs/typebox").TObject<{
2185
+ [key: string]: import("@feathersjs/typebox").TSchema;
2186
+ } | undefined>]>>]>>;
2119
2187
  exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2120
2188
  $gt: import("@feathersjs/typebox").TAny;
2121
2189
  $gte: import("@feathersjs/typebox").TAny;
@@ -2182,14 +2250,14 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
2182
2250
  }>, import("@feathersjs/typebox").TObject<{
2183
2251
  [key: string]: import("@feathersjs/typebox").TSchema;
2184
2252
  } | undefined>]>>]>>;
2185
- running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2186
- $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2187
- $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2188
- $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2189
- $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2190
- $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2191
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2192
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2253
+ fiat_display_currency: 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<{
2254
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2255
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2256
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2257
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2258
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2259
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
2260
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
2193
2261
  }>, import("@feathersjs/typebox").TObject<{
2194
2262
  [key: string]: import("@feathersjs/typebox").TSchema;
2195
2263
  } | undefined>]>>]>>;
@@ -2351,6 +2419,17 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
2351
2419
  }>, import("@feathersjs/typebox").TObject<{
2352
2420
  [key: string]: import("@feathersjs/typebox").TSchema;
2353
2421
  } | undefined>]>>]>>;
2422
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2423
+ $gt: import("@feathersjs/typebox").TAny;
2424
+ $gte: import("@feathersjs/typebox").TAny;
2425
+ $lt: import("@feathersjs/typebox").TAny;
2426
+ $lte: import("@feathersjs/typebox").TAny;
2427
+ $ne: import("@feathersjs/typebox").TAny;
2428
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
2429
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
2430
+ }>, import("@feathersjs/typebox").TObject<{
2431
+ [key: string]: import("@feathersjs/typebox").TSchema;
2432
+ } | undefined>]>>]>>;
2354
2433
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2355
2434
  $gt: import("@feathersjs/typebox").TAny;
2356
2435
  $gte: import("@feathersjs/typebox").TAny;
@@ -2362,14 +2441,14 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
2362
2441
  }>, import("@feathersjs/typebox").TObject<{
2363
2442
  [key: string]: import("@feathersjs/typebox").TSchema;
2364
2443
  } | undefined>]>>]>>;
2365
- which: 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<{
2366
- $gt: import("@feathersjs/typebox").TString<string>;
2367
- $gte: import("@feathersjs/typebox").TString<string>;
2368
- $lt: import("@feathersjs/typebox").TString<string>;
2369
- $lte: import("@feathersjs/typebox").TString<string>;
2370
- $ne: import("@feathersjs/typebox").TString<string>;
2371
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2372
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2444
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2445
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2446
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2447
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2448
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2449
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2450
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2451
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2373
2452
  }>, import("@feathersjs/typebox").TObject<{
2374
2453
  [key: string]: import("@feathersjs/typebox").TSchema;
2375
2454
  } | undefined>]>>]>>;
@@ -2384,6 +2463,17 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
2384
2463
  }>, import("@feathersjs/typebox").TObject<{
2385
2464
  [key: string]: import("@feathersjs/typebox").TSchema;
2386
2465
  } | undefined>]>>]>>;
2466
+ which: 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<{
2467
+ $gt: import("@feathersjs/typebox").TString<string>;
2468
+ $gte: import("@feathersjs/typebox").TString<string>;
2469
+ $lt: import("@feathersjs/typebox").TString<string>;
2470
+ $lte: import("@feathersjs/typebox").TString<string>;
2471
+ $ne: import("@feathersjs/typebox").TString<string>;
2472
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2473
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2474
+ }>, import("@feathersjs/typebox").TObject<{
2475
+ [key: string]: import("@feathersjs/typebox").TSchema;
2476
+ } | undefined>]>>]>>;
2387
2477
  exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2388
2478
  $gt: import("@feathersjs/typebox").TAny;
2389
2479
  $gte: import("@feathersjs/typebox").TAny;
@@ -2450,14 +2540,14 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
2450
2540
  }>, import("@feathersjs/typebox").TObject<{
2451
2541
  [key: string]: import("@feathersjs/typebox").TSchema;
2452
2542
  } | undefined>]>>]>>;
2453
- running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2454
- $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2455
- $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2456
- $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2457
- $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2458
- $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2459
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2460
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2543
+ fiat_display_currency: 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<{
2544
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2545
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2546
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2547
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2548
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2549
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
2550
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
2461
2551
  }>, import("@feathersjs/typebox").TObject<{
2462
2552
  [key: string]: import("@feathersjs/typebox").TSchema;
2463
2553
  } | undefined>]>>]>>;
@@ -2584,20 +2674,22 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
2584
2674
  name?: number | undefined;
2585
2675
  provider?: number | undefined;
2586
2676
  _id?: number | undefined;
2677
+ createdAt?: number | undefined;
2587
2678
  updatedAt?: number | undefined;
2588
- which?: number | undefined;
2679
+ running?: number | undefined;
2589
2680
  userId?: number | undefined;
2681
+ which?: number | undefined;
2590
2682
  exchangeId?: number | undefined;
2591
2683
  stake_currency?: number | undefined;
2592
2684
  stake_amount?: number | undefined;
2593
2685
  strategyId?: number | undefined;
2594
2686
  dry_run_wallet?: number | undefined;
2595
2687
  max_open_trades?: number | undefined;
2596
- running?: number | undefined;
2688
+ fiat_display_currency?: number | undefined;
2597
2689
  api_server?: number | undefined;
2598
2690
  pod?: number | undefined;
2599
2691
  };
2600
- $select: ("host" | "name" | "provider" | "_id" | "updatedAt" | "which" | "userId" | "exchangeId" | "stake_currency" | "stake_amount" | "strategyId" | "dry_run_wallet" | "max_open_trades" | "running" | "api_server" | "pod")[];
2692
+ $select: ("host" | "name" | "provider" | "_id" | "createdAt" | "updatedAt" | "running" | "userId" | "which" | "exchangeId" | "stake_currency" | "stake_amount" | "strategyId" | "dry_run_wallet" | "max_open_trades" | "fiat_display_currency" | "api_server" | "pod")[];
2601
2693
  $and: ({
2602
2694
  host?: string | Partial<{
2603
2695
  $gt: string;
@@ -2627,7 +2719,18 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
2627
2719
  $in: string | {} | (string | {})[];
2628
2720
  $nin: string | {} | (string | {})[];
2629
2721
  } & {}> | undefined;
2722
+ createdAt?: any;
2630
2723
  updatedAt?: any;
2724
+ running?: boolean | Partial<{
2725
+ $gt?: boolean | undefined;
2726
+ $gte?: boolean | undefined;
2727
+ $lt?: boolean | undefined;
2728
+ $lte?: boolean | undefined;
2729
+ $ne?: boolean | undefined;
2730
+ $in: boolean | boolean[];
2731
+ $nin: boolean | boolean[];
2732
+ } & {}> | undefined;
2733
+ userId?: any;
2631
2734
  which?: string | Partial<{
2632
2735
  $gt: string;
2633
2736
  $gte: string;
@@ -2637,7 +2740,6 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
2637
2740
  $in: string | string[];
2638
2741
  $nin: string | string[];
2639
2742
  } & {}> | undefined;
2640
- userId?: any;
2641
2743
  exchangeId?: any;
2642
2744
  stake_currency?: string | Partial<{
2643
2745
  $gt: string;
@@ -2684,14 +2786,14 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
2684
2786
  $in: number | number[];
2685
2787
  $nin: number | number[];
2686
2788
  } & {}> | undefined;
2687
- running?: boolean | Partial<{
2688
- $gt?: boolean | undefined;
2689
- $gte?: boolean | undefined;
2690
- $lt?: boolean | undefined;
2691
- $lte?: boolean | undefined;
2692
- $ne?: boolean | undefined;
2693
- $in: boolean | boolean[];
2694
- $nin: boolean | boolean[];
2789
+ fiat_display_currency?: string | Partial<{
2790
+ $gt?: string | undefined;
2791
+ $gte?: string | undefined;
2792
+ $lt?: string | undefined;
2793
+ $lte?: string | undefined;
2794
+ $ne?: string | undefined;
2795
+ $in: string | string[];
2796
+ $nin: string | string[];
2695
2797
  } & {}> | undefined;
2696
2798
  api_server?: {
2697
2799
  password: string;
@@ -2831,7 +2933,18 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
2831
2933
  $in: string | {} | (string | {})[];
2832
2934
  $nin: string | {} | (string | {})[];
2833
2935
  } & {}> | undefined;
2936
+ createdAt?: any;
2834
2937
  updatedAt?: any;
2938
+ running?: boolean | Partial<{
2939
+ $gt?: boolean | undefined;
2940
+ $gte?: boolean | undefined;
2941
+ $lt?: boolean | undefined;
2942
+ $lte?: boolean | undefined;
2943
+ $ne?: boolean | undefined;
2944
+ $in: boolean | boolean[];
2945
+ $nin: boolean | boolean[];
2946
+ } & {}> | undefined;
2947
+ userId?: any;
2835
2948
  which?: string | Partial<{
2836
2949
  $gt: string;
2837
2950
  $gte: string;
@@ -2841,7 +2954,6 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
2841
2954
  $in: string | string[];
2842
2955
  $nin: string | string[];
2843
2956
  } & {}> | undefined;
2844
- userId?: any;
2845
2957
  exchangeId?: any;
2846
2958
  stake_currency?: string | Partial<{
2847
2959
  $gt: string;
@@ -2888,14 +3000,14 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
2888
3000
  $in: number | number[];
2889
3001
  $nin: number | number[];
2890
3002
  } & {}> | undefined;
2891
- running?: boolean | Partial<{
2892
- $gt?: boolean | undefined;
2893
- $gte?: boolean | undefined;
2894
- $lt?: boolean | undefined;
2895
- $lte?: boolean | undefined;
2896
- $ne?: boolean | undefined;
2897
- $in: boolean | boolean[];
2898
- $nin: boolean | boolean[];
3003
+ fiat_display_currency?: string | Partial<{
3004
+ $gt?: string | undefined;
3005
+ $gte?: string | undefined;
3006
+ $lt?: string | undefined;
3007
+ $lte?: string | undefined;
3008
+ $ne?: string | undefined;
3009
+ $in: string | string[];
3010
+ $nin: string | string[];
2899
3011
  } & {}> | undefined;
2900
3012
  api_server?: {
2901
3013
  password: string;
@@ -3036,7 +3148,18 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
3036
3148
  $in: string | {} | (string | {})[];
3037
3149
  $nin: string | {} | (string | {})[];
3038
3150
  } & {}> | undefined;
3151
+ createdAt?: any;
3039
3152
  updatedAt?: any;
3153
+ running?: boolean | Partial<{
3154
+ $gt?: boolean | undefined;
3155
+ $gte?: boolean | undefined;
3156
+ $lt?: boolean | undefined;
3157
+ $lte?: boolean | undefined;
3158
+ $ne?: boolean | undefined;
3159
+ $in: boolean | boolean[];
3160
+ $nin: boolean | boolean[];
3161
+ } & {}> | undefined;
3162
+ userId?: any;
3040
3163
  which?: string | Partial<{
3041
3164
  $gt: string;
3042
3165
  $gte: string;
@@ -3046,7 +3169,6 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
3046
3169
  $in: string | string[];
3047
3170
  $nin: string | string[];
3048
3171
  } & {}> | undefined;
3049
- userId?: any;
3050
3172
  exchangeId?: any;
3051
3173
  stake_currency?: string | Partial<{
3052
3174
  $gt: string;
@@ -3093,14 +3215,14 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
3093
3215
  $in: number | number[];
3094
3216
  $nin: number | number[];
3095
3217
  } & {}> | undefined;
3096
- running?: boolean | Partial<{
3097
- $gt?: boolean | undefined;
3098
- $gte?: boolean | undefined;
3099
- $lt?: boolean | undefined;
3100
- $lte?: boolean | undefined;
3101
- $ne?: boolean | undefined;
3102
- $in: boolean | boolean[];
3103
- $nin: boolean | boolean[];
3218
+ fiat_display_currency?: string | Partial<{
3219
+ $gt?: string | undefined;
3220
+ $gte?: string | undefined;
3221
+ $lt?: string | undefined;
3222
+ $lte?: string | undefined;
3223
+ $ne?: string | undefined;
3224
+ $in: string | string[];
3225
+ $nin: string | string[];
3104
3226
  } & {}> | undefined;
3105
3227
  api_server?: {
3106
3228
  password: string;
@@ -3240,7 +3362,18 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
3240
3362
  $in: string | {} | (string | {})[];
3241
3363
  $nin: string | {} | (string | {})[];
3242
3364
  } & {}> | undefined;
3365
+ createdAt?: any;
3243
3366
  updatedAt?: any;
3367
+ running?: boolean | Partial<{
3368
+ $gt?: boolean | undefined;
3369
+ $gte?: boolean | undefined;
3370
+ $lt?: boolean | undefined;
3371
+ $lte?: boolean | undefined;
3372
+ $ne?: boolean | undefined;
3373
+ $in: boolean | boolean[];
3374
+ $nin: boolean | boolean[];
3375
+ } & {}> | undefined;
3376
+ userId?: any;
3244
3377
  which?: string | Partial<{
3245
3378
  $gt: string;
3246
3379
  $gte: string;
@@ -3250,7 +3383,6 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
3250
3383
  $in: string | string[];
3251
3384
  $nin: string | string[];
3252
3385
  } & {}> | undefined;
3253
- userId?: any;
3254
3386
  exchangeId?: any;
3255
3387
  stake_currency?: string | Partial<{
3256
3388
  $gt: string;
@@ -3297,14 +3429,14 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
3297
3429
  $in: number | number[];
3298
3430
  $nin: number | number[];
3299
3431
  } & {}> | undefined;
3300
- running?: boolean | Partial<{
3301
- $gt?: boolean | undefined;
3302
- $gte?: boolean | undefined;
3303
- $lt?: boolean | undefined;
3304
- $lte?: boolean | undefined;
3305
- $ne?: boolean | undefined;
3306
- $in: boolean | boolean[];
3307
- $nin: boolean | boolean[];
3432
+ fiat_display_currency?: string | Partial<{
3433
+ $gt?: string | undefined;
3434
+ $gte?: string | undefined;
3435
+ $lt?: string | undefined;
3436
+ $lte?: string | undefined;
3437
+ $ne?: string | undefined;
3438
+ $in: string | string[];
3439
+ $nin: string | string[];
3308
3440
  } & {}> | undefined;
3309
3441
  api_server?: {
3310
3442
  password: string;