@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
@@ -39,6 +39,9 @@ export declare const exchangesBalanceSchema: import("@feathersjs/typebox").TObje
39
39
  whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
40
40
  ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
41
41
  which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
42
+ stakeCurrencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
43
+ popularStakeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
44
+ notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
42
45
  apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
43
46
  secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
44
47
  requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
@@ -70,6 +73,7 @@ export declare const exchangesBalanceResolver: import("@feathersjs/schema").Reso
70
73
  updatedAt?: any;
71
74
  error?: any;
72
75
  login?: string | undefined;
76
+ userId?: string | {} | undefined;
73
77
  connected?: boolean | undefined;
74
78
  downloaded?: {
75
79
  updatedAt: any;
@@ -99,12 +103,14 @@ export declare const exchangesBalanceResolver: import("@feathersjs/schema").Reso
99
103
  whitelist?: any[] | undefined;
100
104
  ccxt_async_config?: any;
101
105
  which?: string | undefined;
106
+ stakeCurrencies?: any[] | undefined;
107
+ popularStakeCurrency?: string | null | undefined;
108
+ notifyAboutWhitelistByEmail?: boolean | undefined;
102
109
  requiredCredentials?: any;
103
110
  uid?: string | undefined;
104
111
  twofa?: string | undefined;
105
112
  privateKey?: string | undefined;
106
113
  walletAddress?: string | undefined;
107
- userId?: string | {} | undefined;
108
114
  __v?: any;
109
115
  } | undefined;
110
116
  _id: string | {};
@@ -124,6 +130,7 @@ export declare const exchangesBalanceExternalResolver: import("@feathersjs/schem
124
130
  updatedAt?: any;
125
131
  error?: any;
126
132
  login?: string | undefined;
133
+ userId?: string | {} | undefined;
127
134
  connected?: boolean | undefined;
128
135
  downloaded?: {
129
136
  updatedAt: any;
@@ -153,12 +160,14 @@ export declare const exchangesBalanceExternalResolver: import("@feathersjs/schem
153
160
  whitelist?: any[] | undefined;
154
161
  ccxt_async_config?: any;
155
162
  which?: string | undefined;
163
+ stakeCurrencies?: any[] | undefined;
164
+ popularStakeCurrency?: string | null | undefined;
165
+ notifyAboutWhitelistByEmail?: boolean | undefined;
156
166
  requiredCredentials?: any;
157
167
  uid?: string | undefined;
158
168
  twofa?: string | undefined;
159
169
  privateKey?: string | undefined;
160
170
  walletAddress?: string | undefined;
161
- userId?: string | {} | undefined;
162
171
  __v?: any;
163
172
  } | undefined;
164
173
  _id: string | {};
@@ -203,6 +212,9 @@ export declare const exchangesBalanceDataSchema: import("@feathersjs/typebox").T
203
212
  whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
204
213
  ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
205
214
  which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
215
+ stakeCurrencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
216
+ popularStakeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
217
+ notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
206
218
  apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
207
219
  secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
208
220
  requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
@@ -234,6 +246,7 @@ export declare const exchangesBalanceDataResolver: import("@feathersjs/schema").
234
246
  updatedAt?: any;
235
247
  error?: any;
236
248
  login?: string | undefined;
249
+ userId?: string | {} | undefined;
237
250
  connected?: boolean | undefined;
238
251
  downloaded?: {
239
252
  updatedAt: any;
@@ -263,12 +276,14 @@ export declare const exchangesBalanceDataResolver: import("@feathersjs/schema").
263
276
  whitelist?: any[] | undefined;
264
277
  ccxt_async_config?: any;
265
278
  which?: string | undefined;
279
+ stakeCurrencies?: any[] | undefined;
280
+ popularStakeCurrency?: string | null | undefined;
281
+ notifyAboutWhitelistByEmail?: boolean | undefined;
266
282
  requiredCredentials?: any;
267
283
  uid?: string | undefined;
268
284
  twofa?: string | undefined;
269
285
  privateKey?: string | undefined;
270
286
  walletAddress?: string | undefined;
271
- userId?: string | {} | undefined;
272
287
  __v?: any;
273
288
  } | undefined;
274
289
  _id: string | {};
@@ -313,6 +328,9 @@ export declare const exchangesBalancePatchSchema: import("@feathersjs/typebox").
313
328
  whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
314
329
  ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
315
330
  which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
331
+ stakeCurrencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
332
+ popularStakeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
333
+ notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
316
334
  apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
317
335
  secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
318
336
  requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
@@ -344,6 +362,7 @@ export declare const exchangesBalancePatchResolver: import("@feathersjs/schema")
344
362
  updatedAt?: any;
345
363
  error?: any;
346
364
  login?: string | undefined;
365
+ userId?: string | {} | undefined;
347
366
  connected?: boolean | undefined;
348
367
  downloaded?: {
349
368
  updatedAt: any;
@@ -373,12 +392,14 @@ export declare const exchangesBalancePatchResolver: import("@feathersjs/schema")
373
392
  whitelist?: any[] | undefined;
374
393
  ccxt_async_config?: any;
375
394
  which?: string | undefined;
395
+ stakeCurrencies?: any[] | undefined;
396
+ popularStakeCurrency?: string | null | undefined;
397
+ notifyAboutWhitelistByEmail?: boolean | undefined;
376
398
  requiredCredentials?: any;
377
399
  uid?: string | undefined;
378
400
  twofa?: string | undefined;
379
401
  privateKey?: string | undefined;
380
402
  walletAddress?: string | undefined;
381
- userId?: string | {} | undefined;
382
403
  __v?: any;
383
404
  } | undefined;
384
405
  _id: string | {};
@@ -423,6 +444,9 @@ export declare const exchangesBalanceQueryProperties: import("@feathersjs/typebo
423
444
  whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
424
445
  ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
425
446
  which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
447
+ stakeCurrencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
448
+ popularStakeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
449
+ notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
426
450
  apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
427
451
  secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
428
452
  requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
@@ -1,6 +1,6 @@
1
1
  import type { Params } from '@feathersjs/feathers';
2
+ import type { MongoDBAdapterOptions, MongoDBAdapterParams } from '@feathersjs/mongodb';
2
3
  import { MongoDBService } from '@feathersjs/mongodb';
3
- import type { MongoDBAdapterParams, MongoDBAdapterOptions } from '@feathersjs/mongodb';
4
4
  import type { Application } from '../../../declarations';
5
5
  import type { ExchangesDownload, ExchangesDownloadData, ExchangesDownloadPatch, ExchangesDownloadQuery } from './download.schema';
6
6
  export type { ExchangesDownload, ExchangesDownloadData, ExchangesDownloadPatch, ExchangesDownloadQuery };
@@ -3,6 +3,7 @@ import { ExchangesDownloadService } from './download.class';
3
3
  import { exchangesDownloadPath } from './download.shared';
4
4
  export * from './download.class';
5
5
  export * from './download.schema';
6
+ export declare const hooks: any;
6
7
  export declare const exchangesDownload: (app: Application) => void;
7
8
  declare module '../../../declarations' {
8
9
  interface ServiceTypes {
@@ -40,6 +40,9 @@ export declare const exchangesDownloadSchema: import("@feathersjs/typebox").TObj
40
40
  whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
41
41
  ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
42
42
  which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
43
+ stakeCurrencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
44
+ popularStakeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
45
+ notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
43
46
  apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
44
47
  secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
45
48
  requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
@@ -90,6 +93,7 @@ export declare const exchangesDownloadResolver: import("@feathersjs/schema").Res
90
93
  updatedAt?: any;
91
94
  error?: any;
92
95
  login?: string | undefined;
96
+ userId?: string | {} | undefined;
93
97
  connected?: boolean | undefined;
94
98
  downloaded?: {
95
99
  updatedAt: any;
@@ -119,12 +123,14 @@ export declare const exchangesDownloadResolver: import("@feathersjs/schema").Res
119
123
  whitelist?: any[] | undefined;
120
124
  ccxt_async_config?: any;
121
125
  which?: string | undefined;
126
+ stakeCurrencies?: any[] | undefined;
127
+ popularStakeCurrency?: string | null | undefined;
128
+ notifyAboutWhitelistByEmail?: boolean | undefined;
122
129
  requiredCredentials?: any;
123
130
  uid?: string | undefined;
124
131
  twofa?: string | undefined;
125
132
  privateKey?: string | undefined;
126
133
  walletAddress?: string | undefined;
127
- userId?: string | {} | undefined;
128
134
  __v?: any;
129
135
  } | undefined;
130
136
  webhook?: {
@@ -164,6 +170,7 @@ export declare const exchangesDownloadExternalResolver: import("@feathersjs/sche
164
170
  updatedAt?: any;
165
171
  error?: any;
166
172
  login?: string | undefined;
173
+ userId?: string | {} | undefined;
167
174
  connected?: boolean | undefined;
168
175
  downloaded?: {
169
176
  updatedAt: any;
@@ -193,12 +200,14 @@ export declare const exchangesDownloadExternalResolver: import("@feathersjs/sche
193
200
  whitelist?: any[] | undefined;
194
201
  ccxt_async_config?: any;
195
202
  which?: string | undefined;
203
+ stakeCurrencies?: any[] | undefined;
204
+ popularStakeCurrency?: string | null | undefined;
205
+ notifyAboutWhitelistByEmail?: boolean | undefined;
196
206
  requiredCredentials?: any;
197
207
  uid?: string | undefined;
198
208
  twofa?: string | undefined;
199
209
  privateKey?: string | undefined;
200
210
  walletAddress?: string | undefined;
201
- userId?: string | {} | undefined;
202
211
  __v?: any;
203
212
  } | undefined;
204
213
  webhook?: {
@@ -264,6 +273,9 @@ export declare const exchangesDownloadDataSchema: import("@feathersjs/typebox").
264
273
  whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
265
274
  ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
266
275
  which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
276
+ stakeCurrencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
277
+ popularStakeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
278
+ notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
267
279
  apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
268
280
  secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
269
281
  requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
@@ -314,6 +326,7 @@ export declare const exchangesDownloadDataResolver: import("@feathersjs/schema")
314
326
  updatedAt?: any;
315
327
  error?: any;
316
328
  login?: string | undefined;
329
+ userId?: string | {} | undefined;
317
330
  connected?: boolean | undefined;
318
331
  downloaded?: {
319
332
  updatedAt: any;
@@ -343,12 +356,14 @@ export declare const exchangesDownloadDataResolver: import("@feathersjs/schema")
343
356
  whitelist?: any[] | undefined;
344
357
  ccxt_async_config?: any;
345
358
  which?: string | undefined;
359
+ stakeCurrencies?: any[] | undefined;
360
+ popularStakeCurrency?: string | null | undefined;
361
+ notifyAboutWhitelistByEmail?: boolean | undefined;
346
362
  requiredCredentials?: any;
347
363
  uid?: string | undefined;
348
364
  twofa?: string | undefined;
349
365
  privateKey?: string | undefined;
350
366
  walletAddress?: string | undefined;
351
- userId?: string | {} | undefined;
352
367
  __v?: any;
353
368
  } | undefined;
354
369
  webhook?: {
@@ -414,6 +429,9 @@ export declare const exchangesDownloadPatchSchema: import("@feathersjs/typebox")
414
429
  whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
415
430
  ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
416
431
  which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
432
+ stakeCurrencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
433
+ popularStakeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
434
+ notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
417
435
  apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
418
436
  secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
419
437
  requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
@@ -464,6 +482,7 @@ export declare const exchangesDownloadPatchResolver: import("@feathersjs/schema"
464
482
  updatedAt?: any;
465
483
  error?: any;
466
484
  login?: string | undefined;
485
+ userId?: string | {} | undefined;
467
486
  connected?: boolean | undefined;
468
487
  downloaded?: {
469
488
  updatedAt: any;
@@ -493,12 +512,14 @@ export declare const exchangesDownloadPatchResolver: import("@feathersjs/schema"
493
512
  whitelist?: any[] | undefined;
494
513
  ccxt_async_config?: any;
495
514
  which?: string | undefined;
515
+ stakeCurrencies?: any[] | undefined;
516
+ popularStakeCurrency?: string | null | undefined;
517
+ notifyAboutWhitelistByEmail?: boolean | undefined;
496
518
  requiredCredentials?: any;
497
519
  uid?: string | undefined;
498
520
  twofa?: string | undefined;
499
521
  privateKey?: string | undefined;
500
522
  walletAddress?: string | undefined;
501
- userId?: string | {} | undefined;
502
523
  __v?: any;
503
524
  } | undefined;
504
525
  webhook?: {
@@ -564,6 +585,9 @@ export declare const exchangesDownloadQueryProperties: import("@feathersjs/typeb
564
585
  whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
565
586
  ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
566
587
  which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
588
+ stakeCurrencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
589
+ popularStakeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
590
+ notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
567
591
  apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
568
592
  secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
569
593
  requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
@@ -1,6 +1,6 @@
1
1
  import type { Params } from '@feathersjs/feathers';
2
+ import type { MongoDBAdapterOptions, MongoDBAdapterParams } from '@feathersjs/mongodb';
2
3
  import { MongoDBService } from '@feathersjs/mongodb';
3
- import type { MongoDBAdapterParams, MongoDBAdapterOptions } from '@feathersjs/mongodb';
4
4
  import type { Application } from '../../../../declarations';
5
5
  import type { ExchangesDownloadWebhooks, ExchangesDownloadWebhooksData, ExchangesDownloadWebhooksPatch, ExchangesDownloadWebhooksQuery } from './webhooks.schema';
6
6
  export type { ExchangesDownloadWebhooks, ExchangesDownloadWebhooksData, ExchangesDownloadWebhooksPatch, ExchangesDownloadWebhooksQuery };
@@ -3,6 +3,7 @@ import { ExchangesDownloadWebhooksService } from './webhooks.class';
3
3
  import { exchangesDownloadWebhooksPath } from './webhooks.shared';
4
4
  export * from './webhooks.class';
5
5
  export * from './webhooks.schema';
6
+ export declare const hooks: any;
6
7
  export declare const exchangesDownloadWebhooks: (app: Application) => void;
7
8
  declare module '../../../../declarations' {
8
9
  interface ServiceTypes {
@@ -1,6 +1,6 @@
1
1
  import type { Params } from '@feathersjs/feathers';
2
+ import type { MongoDBAdapterOptions, MongoDBAdapterParams } from '@feathersjs/mongodb';
2
3
  import { MongoDBService } from '@feathersjs/mongodb';
3
- import type { MongoDBAdapterParams, MongoDBAdapterOptions } from '@feathersjs/mongodb';
4
4
  import type { Application } from '../../declarations';
5
5
  import type { Exchanges, ExchangesData, ExchangesPatch, ExchangesQuery } from './exchanges.schema';
6
6
  export type { Exchanges, ExchangesData, ExchangesPatch, ExchangesQuery };