@cryptorobot.ai/client 0.0.8

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 (234) hide show
  1. package/lib/app.d.ts +3 -0
  2. package/lib/authentication.d.ts +8 -0
  3. package/lib/channels.d.ts +3 -0
  4. package/lib/client.d.ts +81 -0
  5. package/lib/client.js +99 -0
  6. package/lib/configuration.d.ts +148 -0
  7. package/lib/declarations.d.ts +16 -0
  8. package/lib/helper.d.ts +22 -0
  9. package/lib/helpers/app.helper.d.ts +12 -0
  10. package/lib/helpers/backtest.helper.d.ts +12 -0
  11. package/lib/helpers/ccxt.helper.d.ts +15 -0
  12. package/lib/helpers/deployments.helper.d.ts +11 -0
  13. package/lib/helpers/handlebars.helper.d.ts +10 -0
  14. package/lib/helpers/logging.helper.d.ts +7 -0
  15. package/lib/helpers/trader.helper.d.ts +10 -0
  16. package/lib/hooks/application/setup-ccxt-load-marketplaces.d.ts +2 -0
  17. package/lib/hooks/application/setup-ccxt-load-markets.d.ts +2 -0
  18. package/lib/hooks/application/setup-config-preparation.d.ts +3 -0
  19. package/lib/hooks/application/setup-info.d.ts +3 -0
  20. package/lib/hooks/application/setup-load-indicators.d.ts +3 -0
  21. package/lib/hooks/application/setup-load-strategy-templates.d.ts +3 -0
  22. package/lib/hooks/backtest-copy-candles-from-user-data.d.ts +2 -0
  23. package/lib/hooks/backtest-generate-and-start.d.ts +2 -0
  24. package/lib/hooks/backtest-generate-config.d.ts +2 -0
  25. package/lib/hooks/backtest-generate-exchange-config.d.ts +2 -0
  26. package/lib/hooks/backtest-get-results.d.ts +2 -0
  27. package/lib/hooks/backtest-in-disk-clone-strategy.d.ts +2 -0
  28. package/lib/hooks/backtest-validate.d.ts +2 -0
  29. package/lib/hooks/check-required-credentials.d.ts +2 -0
  30. package/lib/hooks/enrich-webhook-to-event.d.ts +2 -0
  31. package/lib/hooks/exchanges/after-create-ccxt-balances-propagate-to-exchange.d.ts +2 -0
  32. package/lib/hooks/exchanges/after-find-ccxt-load-markets.d.ts +2 -0
  33. package/lib/hooks/exchanges/after-get-whitelist-blacklist-transform.d.ts +2 -0
  34. package/lib/hooks/exchanges/before-create-ccxt-get-balances.d.ts +2 -0
  35. package/lib/hooks/exchanges/before-patch-blacklist-validation-per-exchange.d.ts +2 -0
  36. package/lib/hooks/exchanges/before-patch-ccxt-connect-exchange.d.ts +2 -0
  37. package/lib/hooks/exchanges/before-patch-ccxt-load-markets.d.ts +2 -0
  38. package/lib/hooks/exchanges/before-patch-whitelist-blacklist-transform.d.ts +2 -0
  39. package/lib/hooks/exchanges/before-patch-whitelist-blacklist-validate.d.ts +2 -0
  40. package/lib/hooks/exchanges/download/after-create-get-recent-downloaded-data-info.d.ts +2 -0
  41. package/lib/hooks/exchanges/download/before-create-generate-config.d.ts +2 -0
  42. package/lib/hooks/exchanges/download/before-create-process-exchange-data-download.d.ts +2 -0
  43. package/lib/hooks/log-error.d.ts +2 -0
  44. package/lib/hooks/messages/messages-process-data.d.ts +2 -0
  45. package/lib/hooks/openai-process-request.d.ts +2 -0
  46. package/lib/hooks/pairs-transform.d.ts +2 -0
  47. package/lib/hooks/remove-container.d.ts +2 -0
  48. package/lib/hooks/set-default-strategy.d.ts +2 -0
  49. package/lib/hooks/setup-prepare-maildev-while-in-test-env.d.ts +3 -0
  50. package/lib/hooks/setup-stripe.d.ts +2 -0
  51. package/lib/hooks/strategies/disk-create-strategy.d.ts +2 -0
  52. package/lib/hooks/strategies/disk-remove-strategy.d.ts +2 -0
  53. package/lib/hooks/strategies/file-strategies-clone.d.ts +2 -0
  54. package/lib/hooks/stripe-check-subscription.d.ts +2 -0
  55. package/lib/hooks/stripe-create-payment-intent.d.ts +2 -0
  56. package/lib/hooks/stripe-is-subscription-active.d.ts +2 -0
  57. package/lib/hooks/stripe-sync-customer-data.d.ts +2 -0
  58. package/lib/hooks/tickers-fetch.d.ts +2 -0
  59. package/lib/hooks/traders/after-patch-file-candles-clone.d.ts +2 -0
  60. package/lib/hooks/traders/before-patch-folders-initialize.d.ts +2 -0
  61. package/lib/hooks/traders/before-patch-transform-pairlist-plugins.d.ts +2 -0
  62. package/lib/hooks/traders/container-api-control.d.ts +2 -0
  63. package/lib/hooks/traders/container-stop.d.ts +2 -0
  64. package/lib/hooks/traders/create-trader-container.d.ts +2 -0
  65. package/lib/hooks/traders/generate-exchange-config.d.ts +2 -0
  66. package/lib/hooks/traders/generate-trader-config.d.ts +2 -0
  67. package/lib/hooks/traders/pods-container-inspect.d.ts +2 -0
  68. package/lib/hooks/traders/pods-process-worker.d.ts +2 -0
  69. package/lib/hooks/users/email-verify-signup.d.ts +2 -0
  70. package/lib/index.d.ts +1 -0
  71. package/lib/logger.d.ts +1 -0
  72. package/lib/mongodb.d.ts +8 -0
  73. package/lib/prepare-for-publish.d.ts +1 -0
  74. package/lib/services/auth-management/auth-management.class.d.ts +1 -0
  75. package/lib/services/auth-management/auth-management.d.ts +7 -0
  76. package/lib/services/auth-management/auth-management.shared.d.ts +6 -0
  77. package/lib/services/auth-management/auth-management.shared.js +17 -0
  78. package/lib/services/auth-management/auth-management.utils.d.ts +1 -0
  79. package/lib/services/config/config.class.d.ts +14 -0
  80. package/lib/services/config/config.d.ts +10 -0
  81. package/lib/services/config/config.shared.d.ts +13 -0
  82. package/lib/services/config/config.shared.js +13 -0
  83. package/lib/services/custom/custom.class.d.ts +26 -0
  84. package/lib/services/custom/custom.d.ts +10 -0
  85. package/lib/services/custom/custom.shared.d.ts +13 -0
  86. package/lib/services/custom/custom.shared.js +13 -0
  87. package/lib/services/exchanges/balance/balance.class.d.ts +11 -0
  88. package/lib/services/exchanges/balance/balance.d.ts +11 -0
  89. package/lib/services/exchanges/balance/balance.schema.d.ts +711 -0
  90. package/lib/services/exchanges/balance/balance.shared.d.ts +13 -0
  91. package/lib/services/exchanges/balance/balance.shared.js +13 -0
  92. package/lib/services/exchanges/download/download.class.d.ts +11 -0
  93. package/lib/services/exchanges/download/download.d.ts +11 -0
  94. package/lib/services/exchanges/download/download.schema.d.ts +871 -0
  95. package/lib/services/exchanges/download/download.shared.d.ts +13 -0
  96. package/lib/services/exchanges/download/download.shared.js +13 -0
  97. package/lib/services/exchanges/download/webhooks/webhooks.class.d.ts +11 -0
  98. package/lib/services/exchanges/download/webhooks/webhooks.d.ts +11 -0
  99. package/lib/services/exchanges/download/webhooks/webhooks.schema.d.ts +541 -0
  100. package/lib/services/exchanges/download/webhooks/webhooks.shared.d.ts +13 -0
  101. package/lib/services/exchanges/download/webhooks/webhooks.shared.js +13 -0
  102. package/lib/services/exchanges/exchanges.class.d.ts +11 -0
  103. package/lib/services/exchanges/exchanges.d.ts +11 -0
  104. package/lib/services/exchanges/exchanges.schema.d.ts +835 -0
  105. package/lib/services/exchanges/exchanges.shared.d.ts +13 -0
  106. package/lib/services/exchanges/exchanges.shared.js +13 -0
  107. package/lib/services/exchanges/ticker/ticker.class.d.ts +11 -0
  108. package/lib/services/exchanges/ticker/ticker.d.ts +11 -0
  109. package/lib/services/exchanges/ticker/ticker.schema.d.ts +859 -0
  110. package/lib/services/exchanges/ticker/ticker.shared.d.ts +13 -0
  111. package/lib/services/exchanges/ticker/ticker.shared.js +13 -0
  112. package/lib/services/index.d.ts +2 -0
  113. package/lib/services/mailer/mailer.class.d.ts +26 -0
  114. package/lib/services/mailer/mailer.d.ts +7 -0
  115. package/lib/services/mailer/mailer.shared.d.ts +13 -0
  116. package/lib/services/mailer/mailer.shared.js +13 -0
  117. package/lib/services/marketplaces/marketplaces.class.d.ts +14 -0
  118. package/lib/services/marketplaces/marketplaces.d.ts +10 -0
  119. package/lib/services/marketplaces/marketplaces.shared.d.ts +13 -0
  120. package/lib/services/marketplaces/marketplaces.shared.js +13 -0
  121. package/lib/services/markets/markets.class.d.ts +11 -0
  122. package/lib/services/markets/markets.d.ts +11 -0
  123. package/lib/services/markets/markets.schema.d.ts +503 -0
  124. package/lib/services/markets/markets.shared.d.ts +13 -0
  125. package/lib/services/markets/markets.shared.js +13 -0
  126. package/lib/services/messages/messages.class.d.ts +11 -0
  127. package/lib/services/messages/messages.d.ts +11 -0
  128. package/lib/services/messages/messages.schema.d.ts +711 -0
  129. package/lib/services/messages/messages.shared.d.ts +13 -0
  130. package/lib/services/messages/messages.shared.js +13 -0
  131. package/lib/services/strategies/ai/ai.class.d.ts +11 -0
  132. package/lib/services/strategies/ai/ai.d.ts +11 -0
  133. package/lib/services/strategies/ai/ai.schema.d.ts +287 -0
  134. package/lib/services/strategies/ai/ai.shared.d.ts +13 -0
  135. package/lib/services/strategies/ai/ai.shared.js +13 -0
  136. package/lib/services/strategies/ai/stream/stream.class.d.ts +26 -0
  137. package/lib/services/strategies/ai/stream/stream.d.ts +10 -0
  138. package/lib/services/strategies/ai/stream/stream.shared.d.ts +13 -0
  139. package/lib/services/strategies/ai/stream/stream.shared.js +13 -0
  140. package/lib/services/strategies/backtest/backtest.class.d.ts +11 -0
  141. package/lib/services/strategies/backtest/backtest.d.ts +11 -0
  142. package/lib/services/strategies/backtest/backtest.schema.d.ts +401 -0
  143. package/lib/services/strategies/backtest/backtest.shared.d.ts +13 -0
  144. package/lib/services/strategies/backtest/backtest.shared.js +13 -0
  145. package/lib/services/strategies/backtest/results/results.class.d.ts +11 -0
  146. package/lib/services/strategies/backtest/results/results.d.ts +11 -0
  147. package/lib/services/strategies/backtest/results/results.schema.d.ts +1115 -0
  148. package/lib/services/strategies/backtest/results/results.shared.d.ts +13 -0
  149. package/lib/services/strategies/backtest/results/results.shared.js +13 -0
  150. package/lib/services/strategies/blob/blob.class.d.ts +26 -0
  151. package/lib/services/strategies/blob/blob.d.ts +10 -0
  152. package/lib/services/strategies/blob/blob.shared.d.ts +13 -0
  153. package/lib/services/strategies/blob/blob.shared.js +13 -0
  154. package/lib/services/strategies/indicators/indicators.class.d.ts +11 -0
  155. package/lib/services/strategies/indicators/indicators.d.ts +11 -0
  156. package/lib/services/strategies/indicators/indicators.schema.d.ts +277 -0
  157. package/lib/services/strategies/indicators/indicators.shared.d.ts +13 -0
  158. package/lib/services/strategies/indicators/indicators.shared.js +13 -0
  159. package/lib/services/strategies/strategies.class.d.ts +11 -0
  160. package/lib/services/strategies/strategies.d.ts +11 -0
  161. package/lib/services/strategies/strategies.schema.d.ts +2279 -0
  162. package/lib/services/strategies/strategies.shared.d.ts +13 -0
  163. package/lib/services/strategies/strategies.shared.js +13 -0
  164. package/lib/services/strategies/templates/templates.class.d.ts +11 -0
  165. package/lib/services/strategies/templates/templates.d.ts +11 -0
  166. package/lib/services/strategies/templates/templates.schema.d.ts +269 -0
  167. package/lib/services/strategies/templates/templates.shared.d.ts +13 -0
  168. package/lib/services/strategies/templates/templates.shared.js +13 -0
  169. package/lib/services/stripe/charges/charges.class.d.ts +26 -0
  170. package/lib/services/stripe/charges/charges.d.ts +10 -0
  171. package/lib/services/stripe/charges/charges.shared.d.ts +13 -0
  172. package/lib/services/stripe/charges/charges.shared.js +13 -0
  173. package/lib/services/stripe/customers/cards/cards.class.d.ts +26 -0
  174. package/lib/services/stripe/customers/cards/cards.d.ts +10 -0
  175. package/lib/services/stripe/customers/cards/cards.shared.d.ts +13 -0
  176. package/lib/services/stripe/customers/cards/cards.shared.js +13 -0
  177. package/lib/services/stripe/customers/customers.class.d.ts +26 -0
  178. package/lib/services/stripe/customers/customers.d.ts +10 -0
  179. package/lib/services/stripe/customers/customers.shared.d.ts +13 -0
  180. package/lib/services/stripe/customers/customers.shared.js +13 -0
  181. package/lib/services/stripe/customers/paymentintent/paymentintent.class.d.ts +26 -0
  182. package/lib/services/stripe/customers/paymentintent/paymentintent.d.ts +10 -0
  183. package/lib/services/stripe/customers/paymentintent/paymentintent.shared.d.ts +13 -0
  184. package/lib/services/stripe/customers/paymentintent/paymentintent.shared.js +13 -0
  185. package/lib/services/stripe/customers/paymentmethods/paymentmethods.class.d.ts +26 -0
  186. package/lib/services/stripe/customers/paymentmethods/paymentmethods.d.ts +10 -0
  187. package/lib/services/stripe/customers/paymentmethods/paymentmethods.shared.d.ts +13 -0
  188. package/lib/services/stripe/customers/paymentmethods/paymentmethods.shared.js +13 -0
  189. package/lib/services/stripe/customers/subscriptions/subscriptions.class.d.ts +26 -0
  190. package/lib/services/stripe/customers/subscriptions/subscriptions.d.ts +10 -0
  191. package/lib/services/stripe/customers/subscriptions/subscriptions.shared.d.ts +13 -0
  192. package/lib/services/stripe/customers/subscriptions/subscriptions.shared.js +13 -0
  193. package/lib/services/stripe/products/products.class.d.ts +26 -0
  194. package/lib/services/stripe/products/products.d.ts +10 -0
  195. package/lib/services/stripe/products/products.shared.d.ts +13 -0
  196. package/lib/services/stripe/products/products.shared.js +13 -0
  197. package/lib/services/traders/pods/api/api.class.d.ts +11 -0
  198. package/lib/services/traders/pods/api/api.d.ts +11 -0
  199. package/lib/services/traders/pods/api/api.schema.d.ts +5149 -0
  200. package/lib/services/traders/pods/api/api.shared.d.ts +13 -0
  201. package/lib/services/traders/pods/api/api.shared.js +13 -0
  202. package/lib/services/traders/pods/blob/blob.class.d.ts +26 -0
  203. package/lib/services/traders/pods/blob/blob.d.ts +9 -0
  204. package/lib/services/traders/pods/blob/blob.shared.d.ts +13 -0
  205. package/lib/services/traders/pods/blob/blob.shared.js +13 -0
  206. package/lib/services/traders/pods/events/events.class.d.ts +11 -0
  207. package/lib/services/traders/pods/events/events.d.ts +11 -0
  208. package/lib/services/traders/pods/events/events.schema.d.ts +531 -0
  209. package/lib/services/traders/pods/events/events.shared.d.ts +13 -0
  210. package/lib/services/traders/pods/events/events.shared.js +13 -0
  211. package/lib/services/traders/pods/pods.class.d.ts +11 -0
  212. package/lib/services/traders/pods/pods.d.ts +11 -0
  213. package/lib/services/traders/pods/pods.schema.d.ts +3933 -0
  214. package/lib/services/traders/pods/pods.shared.d.ts +13 -0
  215. package/lib/services/traders/pods/pods.shared.js +13 -0
  216. package/lib/services/traders/pods/webhooks/webhooks.class.d.ts +11 -0
  217. package/lib/services/traders/pods/webhooks/webhooks.d.ts +11 -0
  218. package/lib/services/traders/pods/webhooks/webhooks.schema.d.ts +351 -0
  219. package/lib/services/traders/pods/webhooks/webhooks.shared.d.ts +13 -0
  220. package/lib/services/traders/pods/webhooks/webhooks.shared.js +13 -0
  221. package/lib/services/traders/traders.class.d.ts +11 -0
  222. package/lib/services/traders/traders.d.ts +11 -0
  223. package/lib/services/traders/traders.schema.d.ts +2825 -0
  224. package/lib/services/traders/traders.shared.d.ts +13 -0
  225. package/lib/services/traders/traders.shared.js +13 -0
  226. package/lib/services/users/users.class.d.ts +11 -0
  227. package/lib/services/users/users.d.ts +11 -0
  228. package/lib/services/users/users.helper.d.ts +9 -0
  229. package/lib/services/users/users.schema.d.ts +615 -0
  230. package/lib/services/users/users.shared.d.ts +13 -0
  231. package/lib/services/users/users.shared.js +13 -0
  232. package/lib/validators.d.ts +3 -0
  233. package/package.json +37 -0
  234. package/readme.md +41 -0
@@ -0,0 +1,871 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import type { HookContext } from '../../../declarations';
3
+ import type { ExchangesDownloadService } from './download.class';
4
+ export declare const exchangesDownloadSchema: import("@feathersjs/typebox").TObject<{
5
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
6
+ exchangeId: import("@feathersjs/typebox").TAny;
7
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
8
+ exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
9
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
10
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
11
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
12
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
13
+ connected: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
14
+ downloaded: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
15
+ size: import("@feathersjs/typebox").TString<string>;
16
+ pairs: import("@feathersjs/typebox").TObject<{}>;
17
+ sizes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
18
+ updatedAt: import("@feathersjs/typebox").TAny;
19
+ }>>;
20
+ ccxt_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
21
+ balances: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
22
+ items: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
23
+ symbol: import("@feathersjs/typebox").TString<string>;
24
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
25
+ fiat: import("@feathersjs/typebox").TNumber;
26
+ }>>;
27
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
28
+ sum: import("@feathersjs/typebox").TAny;
29
+ errors: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
30
+ quotation: import("@feathersjs/typebox").TAny;
31
+ updatedAt: import("@feathersjs/typebox").TAny;
32
+ }>>;
33
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
34
+ background: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
35
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
36
+ blacklist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
37
+ left: import("@feathersjs/typebox").TString<string>;
38
+ right: import("@feathersjs/typebox").TString<string>;
39
+ }>>>;
40
+ whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
41
+ left: import("@feathersjs/typebox").TString<string>;
42
+ right: import("@feathersjs/typebox").TString<string>;
43
+ }>>>;
44
+ ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
45
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
46
+ key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
47
+ apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
48
+ secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
49
+ requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
50
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
51
+ uid: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
52
+ login: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
53
+ twofa: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
54
+ privateKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
55
+ walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
56
+ token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
57
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
58
+ __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
59
+ }>>>;
60
+ api_server: import("@feathersjs/typebox").TObject<{
61
+ enabled: import("@feathersjs/typebox").TBoolean;
62
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
63
+ listen_port: import("@feathersjs/typebox").TInteger;
64
+ verbosity: import("@feathersjs/typebox").TString<string>;
65
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
66
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
67
+ username: import("@feathersjs/typebox").TString<string>;
68
+ password: import("@feathersjs/typebox").TString<string>;
69
+ }>;
70
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
71
+ enabled: import("@feathersjs/typebox").TBoolean;
72
+ format: import("@feathersjs/typebox").TAny;
73
+ url: import("@feathersjs/typebox").TString<string>;
74
+ webhookstatus: import("@feathersjs/typebox").TObject<{
75
+ event: import("@feathersjs/typebox").TString<string>;
76
+ status: import("@feathersjs/typebox").TString<string>;
77
+ }>;
78
+ }>>;
79
+ nonce: import("@feathersjs/typebox").TString<string>;
80
+ }>;
81
+ export type ExchangesDownload = Static<typeof exchangesDownloadSchema>;
82
+ export declare const exchangesDownloadValidator: import("@feathersjs/schema").Validator<any, any>;
83
+ export declare const exchangesDownloadResolver: import("@feathersjs/schema").Resolver<{
84
+ exchange?: {
85
+ password?: string | undefined;
86
+ name?: any;
87
+ apiKey?: string | undefined;
88
+ secret?: string | undefined;
89
+ key?: string | undefined;
90
+ avatar?: any;
91
+ createdAt?: any;
92
+ updatedAt?: any;
93
+ userId?: string | {} | undefined;
94
+ which?: string | undefined;
95
+ connected?: boolean | undefined;
96
+ downloaded?: {
97
+ updatedAt: any;
98
+ size: string;
99
+ pairs: {};
100
+ sizes: any[];
101
+ } | undefined;
102
+ ccxt_config?: any;
103
+ balances?: {
104
+ total?: any;
105
+ errors?: any;
106
+ updatedAt: any;
107
+ items: {
108
+ total?: number | undefined;
109
+ symbol: string;
110
+ fiat: number;
111
+ }[];
112
+ sum: any;
113
+ quotation: any;
114
+ } | undefined;
115
+ tags?: any;
116
+ background?: any;
117
+ blacklist?: {
118
+ left: string;
119
+ right: string;
120
+ }[] | undefined;
121
+ whitelist?: {
122
+ left: string;
123
+ right: string;
124
+ }[] | undefined;
125
+ ccxt_async_config?: any;
126
+ requiredCredentials?: any;
127
+ uid?: string | undefined;
128
+ login?: string | undefined;
129
+ twofa?: string | undefined;
130
+ privateKey?: string | undefined;
131
+ walletAddress?: string | undefined;
132
+ token?: string | undefined;
133
+ __v?: any;
134
+ _id: string | {};
135
+ } | undefined;
136
+ webhook?: {
137
+ url: string;
138
+ format: any;
139
+ enabled: boolean;
140
+ webhookstatus: {
141
+ event: string;
142
+ status: string;
143
+ };
144
+ } | undefined;
145
+ provider: "docker";
146
+ _id: string | {};
147
+ exchangeId: any;
148
+ api_server: {
149
+ password: string;
150
+ enabled: boolean;
151
+ listen_ip_address: string;
152
+ listen_port: number;
153
+ verbosity: string;
154
+ jwt_secret_key: string;
155
+ CORS_origins: string[];
156
+ username: string;
157
+ };
158
+ nonce: string;
159
+ }, HookContext<ExchangesDownloadService<import("./download.class").ExchangesDownloadParams>>>;
160
+ export declare const exchangesDownloadExternalResolver: import("@feathersjs/schema").Resolver<{
161
+ exchange?: {
162
+ password?: string | undefined;
163
+ name?: any;
164
+ apiKey?: string | undefined;
165
+ secret?: string | undefined;
166
+ key?: string | undefined;
167
+ avatar?: any;
168
+ createdAt?: any;
169
+ updatedAt?: any;
170
+ userId?: string | {} | undefined;
171
+ which?: string | undefined;
172
+ connected?: boolean | undefined;
173
+ downloaded?: {
174
+ updatedAt: any;
175
+ size: string;
176
+ pairs: {};
177
+ sizes: any[];
178
+ } | undefined;
179
+ ccxt_config?: any;
180
+ balances?: {
181
+ total?: any;
182
+ errors?: any;
183
+ updatedAt: any;
184
+ items: {
185
+ total?: number | undefined;
186
+ symbol: string;
187
+ fiat: number;
188
+ }[];
189
+ sum: any;
190
+ quotation: any;
191
+ } | undefined;
192
+ tags?: any;
193
+ background?: any;
194
+ blacklist?: {
195
+ left: string;
196
+ right: string;
197
+ }[] | undefined;
198
+ whitelist?: {
199
+ left: string;
200
+ right: string;
201
+ }[] | undefined;
202
+ ccxt_async_config?: any;
203
+ requiredCredentials?: any;
204
+ uid?: string | undefined;
205
+ login?: string | undefined;
206
+ twofa?: string | undefined;
207
+ privateKey?: string | undefined;
208
+ walletAddress?: string | undefined;
209
+ token?: string | undefined;
210
+ __v?: any;
211
+ _id: string | {};
212
+ } | undefined;
213
+ webhook?: {
214
+ url: string;
215
+ format: any;
216
+ enabled: boolean;
217
+ webhookstatus: {
218
+ event: string;
219
+ status: string;
220
+ };
221
+ } | undefined;
222
+ provider: "docker";
223
+ _id: string | {};
224
+ exchangeId: any;
225
+ api_server: {
226
+ password: string;
227
+ enabled: boolean;
228
+ listen_ip_address: string;
229
+ listen_port: number;
230
+ verbosity: string;
231
+ jwt_secret_key: string;
232
+ CORS_origins: string[];
233
+ username: string;
234
+ };
235
+ nonce: string;
236
+ }, HookContext<ExchangesDownloadService<import("./download.class").ExchangesDownloadParams>>>;
237
+ export declare const exchangesDownloadDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
238
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
239
+ exchangeId: import("@feathersjs/typebox").TAny;
240
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
241
+ exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
242
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
243
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
244
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
245
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
246
+ connected: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
247
+ downloaded: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
248
+ size: import("@feathersjs/typebox").TString<string>;
249
+ pairs: import("@feathersjs/typebox").TObject<{}>;
250
+ sizes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
251
+ updatedAt: import("@feathersjs/typebox").TAny;
252
+ }>>;
253
+ ccxt_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
254
+ balances: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
255
+ items: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
256
+ symbol: import("@feathersjs/typebox").TString<string>;
257
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
258
+ fiat: import("@feathersjs/typebox").TNumber;
259
+ }>>;
260
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
261
+ sum: import("@feathersjs/typebox").TAny;
262
+ errors: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
263
+ quotation: import("@feathersjs/typebox").TAny;
264
+ updatedAt: import("@feathersjs/typebox").TAny;
265
+ }>>;
266
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
267
+ background: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
268
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
269
+ blacklist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
270
+ left: import("@feathersjs/typebox").TString<string>;
271
+ right: import("@feathersjs/typebox").TString<string>;
272
+ }>>>;
273
+ whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
274
+ left: import("@feathersjs/typebox").TString<string>;
275
+ right: import("@feathersjs/typebox").TString<string>;
276
+ }>>>;
277
+ ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
278
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
279
+ key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
280
+ apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
281
+ secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
282
+ requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
283
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
284
+ uid: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
285
+ login: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
286
+ twofa: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
287
+ privateKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
288
+ walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
289
+ token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
290
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
291
+ __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
292
+ }>>>;
293
+ api_server: import("@feathersjs/typebox").TObject<{
294
+ enabled: import("@feathersjs/typebox").TBoolean;
295
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
296
+ listen_port: import("@feathersjs/typebox").TInteger;
297
+ verbosity: import("@feathersjs/typebox").TString<string>;
298
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
299
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
300
+ username: import("@feathersjs/typebox").TString<string>;
301
+ password: import("@feathersjs/typebox").TString<string>;
302
+ }>;
303
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
304
+ enabled: import("@feathersjs/typebox").TBoolean;
305
+ format: import("@feathersjs/typebox").TAny;
306
+ url: import("@feathersjs/typebox").TString<string>;
307
+ webhookstatus: import("@feathersjs/typebox").TObject<{
308
+ event: import("@feathersjs/typebox").TString<string>;
309
+ status: import("@feathersjs/typebox").TString<string>;
310
+ }>;
311
+ }>>;
312
+ nonce: import("@feathersjs/typebox").TString<string>;
313
+ }>, ["provider", "nonce", "exchangeId"]>;
314
+ export type ExchangesDownloadData = Static<typeof exchangesDownloadDataSchema>;
315
+ export declare const exchangesDownloadDataValidator: import("@feathersjs/schema").Validator<any, any>;
316
+ export declare const exchangesDownloadDataResolver: import("@feathersjs/schema").Resolver<{
317
+ exchange?: {
318
+ password?: string | undefined;
319
+ name?: any;
320
+ apiKey?: string | undefined;
321
+ secret?: string | undefined;
322
+ key?: string | undefined;
323
+ avatar?: any;
324
+ createdAt?: any;
325
+ updatedAt?: any;
326
+ userId?: string | {} | undefined;
327
+ which?: string | undefined;
328
+ connected?: boolean | undefined;
329
+ downloaded?: {
330
+ updatedAt: any;
331
+ size: string;
332
+ pairs: {};
333
+ sizes: any[];
334
+ } | undefined;
335
+ ccxt_config?: any;
336
+ balances?: {
337
+ total?: any;
338
+ errors?: any;
339
+ updatedAt: any;
340
+ items: {
341
+ total?: number | undefined;
342
+ symbol: string;
343
+ fiat: number;
344
+ }[];
345
+ sum: any;
346
+ quotation: any;
347
+ } | undefined;
348
+ tags?: any;
349
+ background?: any;
350
+ blacklist?: {
351
+ left: string;
352
+ right: string;
353
+ }[] | undefined;
354
+ whitelist?: {
355
+ left: string;
356
+ right: string;
357
+ }[] | undefined;
358
+ ccxt_async_config?: any;
359
+ requiredCredentials?: any;
360
+ uid?: string | undefined;
361
+ login?: string | undefined;
362
+ twofa?: string | undefined;
363
+ privateKey?: string | undefined;
364
+ walletAddress?: string | undefined;
365
+ token?: string | undefined;
366
+ __v?: any;
367
+ _id: string | {};
368
+ } | undefined;
369
+ webhook?: {
370
+ url: string;
371
+ format: any;
372
+ enabled: boolean;
373
+ webhookstatus: {
374
+ event: string;
375
+ status: string;
376
+ };
377
+ } | undefined;
378
+ provider: "docker";
379
+ _id: string | {};
380
+ exchangeId: any;
381
+ api_server: {
382
+ password: string;
383
+ enabled: boolean;
384
+ listen_ip_address: string;
385
+ listen_port: number;
386
+ verbosity: string;
387
+ jwt_secret_key: string;
388
+ CORS_origins: string[];
389
+ username: string;
390
+ };
391
+ nonce: string;
392
+ }, HookContext<ExchangesDownloadService<import("./download.class").ExchangesDownloadParams>>>;
393
+ export declare const exchangesDownloadPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
394
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
395
+ exchangeId: import("@feathersjs/typebox").TAny;
396
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
397
+ exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
398
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
399
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
400
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
401
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
402
+ connected: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
403
+ downloaded: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
404
+ size: import("@feathersjs/typebox").TString<string>;
405
+ pairs: import("@feathersjs/typebox").TObject<{}>;
406
+ sizes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
407
+ updatedAt: import("@feathersjs/typebox").TAny;
408
+ }>>;
409
+ ccxt_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
410
+ balances: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
411
+ items: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
412
+ symbol: import("@feathersjs/typebox").TString<string>;
413
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
414
+ fiat: import("@feathersjs/typebox").TNumber;
415
+ }>>;
416
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
417
+ sum: import("@feathersjs/typebox").TAny;
418
+ errors: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
419
+ quotation: import("@feathersjs/typebox").TAny;
420
+ updatedAt: import("@feathersjs/typebox").TAny;
421
+ }>>;
422
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
423
+ background: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
424
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
425
+ blacklist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
426
+ left: import("@feathersjs/typebox").TString<string>;
427
+ right: import("@feathersjs/typebox").TString<string>;
428
+ }>>>;
429
+ whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
430
+ left: import("@feathersjs/typebox").TString<string>;
431
+ right: import("@feathersjs/typebox").TString<string>;
432
+ }>>>;
433
+ ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
434
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
435
+ key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
436
+ apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
437
+ secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
438
+ requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
439
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
440
+ uid: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
441
+ login: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
442
+ twofa: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
443
+ privateKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
444
+ walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
445
+ token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
446
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
447
+ __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
448
+ }>>>;
449
+ api_server: import("@feathersjs/typebox").TObject<{
450
+ enabled: import("@feathersjs/typebox").TBoolean;
451
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
452
+ listen_port: import("@feathersjs/typebox").TInteger;
453
+ verbosity: import("@feathersjs/typebox").TString<string>;
454
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
455
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
456
+ username: import("@feathersjs/typebox").TString<string>;
457
+ password: import("@feathersjs/typebox").TString<string>;
458
+ }>;
459
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
460
+ enabled: import("@feathersjs/typebox").TBoolean;
461
+ format: import("@feathersjs/typebox").TAny;
462
+ url: import("@feathersjs/typebox").TString<string>;
463
+ webhookstatus: import("@feathersjs/typebox").TObject<{
464
+ event: import("@feathersjs/typebox").TString<string>;
465
+ status: import("@feathersjs/typebox").TString<string>;
466
+ }>;
467
+ }>>;
468
+ nonce: import("@feathersjs/typebox").TString<string>;
469
+ }>>;
470
+ export type ExchangesDownloadPatch = Static<typeof exchangesDownloadPatchSchema>;
471
+ export declare const exchangesDownloadPatchValidator: import("@feathersjs/schema").Validator<any, any>;
472
+ export declare const exchangesDownloadPatchResolver: import("@feathersjs/schema").Resolver<{
473
+ exchange?: {
474
+ password?: string | undefined;
475
+ name?: any;
476
+ apiKey?: string | undefined;
477
+ secret?: string | undefined;
478
+ key?: string | undefined;
479
+ avatar?: any;
480
+ createdAt?: any;
481
+ updatedAt?: any;
482
+ userId?: string | {} | undefined;
483
+ which?: string | undefined;
484
+ connected?: boolean | undefined;
485
+ downloaded?: {
486
+ updatedAt: any;
487
+ size: string;
488
+ pairs: {};
489
+ sizes: any[];
490
+ } | undefined;
491
+ ccxt_config?: any;
492
+ balances?: {
493
+ total?: any;
494
+ errors?: any;
495
+ updatedAt: any;
496
+ items: {
497
+ total?: number | undefined;
498
+ symbol: string;
499
+ fiat: number;
500
+ }[];
501
+ sum: any;
502
+ quotation: any;
503
+ } | undefined;
504
+ tags?: any;
505
+ background?: any;
506
+ blacklist?: {
507
+ left: string;
508
+ right: string;
509
+ }[] | undefined;
510
+ whitelist?: {
511
+ left: string;
512
+ right: string;
513
+ }[] | undefined;
514
+ ccxt_async_config?: any;
515
+ requiredCredentials?: any;
516
+ uid?: string | undefined;
517
+ login?: string | undefined;
518
+ twofa?: string | undefined;
519
+ privateKey?: string | undefined;
520
+ walletAddress?: string | undefined;
521
+ token?: string | undefined;
522
+ __v?: any;
523
+ _id: string | {};
524
+ } | undefined;
525
+ webhook?: {
526
+ url: string;
527
+ format: any;
528
+ enabled: boolean;
529
+ webhookstatus: {
530
+ event: string;
531
+ status: string;
532
+ };
533
+ } | undefined;
534
+ provider: "docker";
535
+ _id: string | {};
536
+ exchangeId: any;
537
+ api_server: {
538
+ password: string;
539
+ enabled: boolean;
540
+ listen_ip_address: string;
541
+ listen_port: number;
542
+ verbosity: string;
543
+ jwt_secret_key: string;
544
+ CORS_origins: string[];
545
+ username: string;
546
+ };
547
+ nonce: string;
548
+ }, HookContext<ExchangesDownloadService<import("./download.class").ExchangesDownloadParams>>>;
549
+ export declare const exchangesDownloadQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
550
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
551
+ exchangeId: import("@feathersjs/typebox").TAny;
552
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
553
+ exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
554
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
555
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
556
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
557
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
558
+ connected: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
559
+ downloaded: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
560
+ size: import("@feathersjs/typebox").TString<string>;
561
+ pairs: import("@feathersjs/typebox").TObject<{}>;
562
+ sizes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
563
+ updatedAt: import("@feathersjs/typebox").TAny;
564
+ }>>;
565
+ ccxt_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
566
+ balances: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
567
+ items: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
568
+ symbol: import("@feathersjs/typebox").TString<string>;
569
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
570
+ fiat: import("@feathersjs/typebox").TNumber;
571
+ }>>;
572
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
573
+ sum: import("@feathersjs/typebox").TAny;
574
+ errors: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
575
+ quotation: import("@feathersjs/typebox").TAny;
576
+ updatedAt: import("@feathersjs/typebox").TAny;
577
+ }>>;
578
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
579
+ background: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
580
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
581
+ blacklist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
582
+ left: import("@feathersjs/typebox").TString<string>;
583
+ right: import("@feathersjs/typebox").TString<string>;
584
+ }>>>;
585
+ whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
586
+ left: import("@feathersjs/typebox").TString<string>;
587
+ right: import("@feathersjs/typebox").TString<string>;
588
+ }>>>;
589
+ ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
590
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
591
+ key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
592
+ apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
593
+ secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
594
+ requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
595
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
596
+ uid: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
597
+ login: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
598
+ twofa: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
599
+ privateKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
600
+ walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
601
+ token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
602
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
603
+ __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
604
+ }>>>;
605
+ api_server: import("@feathersjs/typebox").TObject<{
606
+ enabled: import("@feathersjs/typebox").TBoolean;
607
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
608
+ listen_port: import("@feathersjs/typebox").TInteger;
609
+ verbosity: import("@feathersjs/typebox").TString<string>;
610
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
611
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
612
+ username: import("@feathersjs/typebox").TString<string>;
613
+ password: import("@feathersjs/typebox").TString<string>;
614
+ }>;
615
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
616
+ enabled: import("@feathersjs/typebox").TBoolean;
617
+ format: import("@feathersjs/typebox").TAny;
618
+ url: import("@feathersjs/typebox").TString<string>;
619
+ webhookstatus: import("@feathersjs/typebox").TObject<{
620
+ event: import("@feathersjs/typebox").TString<string>;
621
+ status: import("@feathersjs/typebox").TString<string>;
622
+ }>;
623
+ }>>;
624
+ nonce: import("@feathersjs/typebox").TString<string>;
625
+ }>, ["_id", "nonce", "exchangeId"]>;
626
+ export declare const exchangesDownloadQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
627
+ $limit: import("@feathersjs/typebox").TNumber;
628
+ $skip: import("@feathersjs/typebox").TNumber;
629
+ $sort: import("@feathersjs/typebox").TObject<{
630
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
631
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
632
+ nonce: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
633
+ }>;
634
+ $select: import("@feathersjs/typebox").TUnsafe<("_id" | "exchangeId" | "nonce")[]>;
635
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
636
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
637
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
638
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
639
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
640
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
641
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
642
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
643
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
644
+ }>, import("@feathersjs/typebox").TObject<{
645
+ [key: string]: import("@feathersjs/typebox").TSchema;
646
+ } | undefined>]>>]>>;
647
+ 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<{
648
+ $gt: import("@feathersjs/typebox").TAny;
649
+ $gte: import("@feathersjs/typebox").TAny;
650
+ $lt: import("@feathersjs/typebox").TAny;
651
+ $lte: import("@feathersjs/typebox").TAny;
652
+ $ne: import("@feathersjs/typebox").TAny;
653
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
654
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
655
+ }>, import("@feathersjs/typebox").TObject<{
656
+ [key: string]: import("@feathersjs/typebox").TSchema;
657
+ } | undefined>]>>]>>;
658
+ nonce: 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<{
659
+ $gt: import("@feathersjs/typebox").TString<string>;
660
+ $gte: import("@feathersjs/typebox").TString<string>;
661
+ $lt: import("@feathersjs/typebox").TString<string>;
662
+ $lte: import("@feathersjs/typebox").TString<string>;
663
+ $ne: import("@feathersjs/typebox").TString<string>;
664
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
665
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
666
+ }>, import("@feathersjs/typebox").TObject<{
667
+ [key: string]: import("@feathersjs/typebox").TSchema;
668
+ } | undefined>]>>]>>;
669
+ }>>, import("@feathersjs/typebox").TObject<{
670
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
671
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
672
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
673
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
674
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
675
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
676
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
677
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
678
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
679
+ }>, import("@feathersjs/typebox").TObject<{
680
+ [key: string]: import("@feathersjs/typebox").TSchema;
681
+ } | undefined>]>>]>>;
682
+ 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<{
683
+ $gt: import("@feathersjs/typebox").TAny;
684
+ $gte: import("@feathersjs/typebox").TAny;
685
+ $lt: import("@feathersjs/typebox").TAny;
686
+ $lte: import("@feathersjs/typebox").TAny;
687
+ $ne: import("@feathersjs/typebox").TAny;
688
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
689
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
690
+ }>, import("@feathersjs/typebox").TObject<{
691
+ [key: string]: import("@feathersjs/typebox").TSchema;
692
+ } | undefined>]>>]>>;
693
+ nonce: 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<{
694
+ $gt: import("@feathersjs/typebox").TString<string>;
695
+ $gte: import("@feathersjs/typebox").TString<string>;
696
+ $lt: import("@feathersjs/typebox").TString<string>;
697
+ $lte: import("@feathersjs/typebox").TString<string>;
698
+ $ne: import("@feathersjs/typebox").TString<string>;
699
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
700
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
701
+ }>, import("@feathersjs/typebox").TObject<{
702
+ [key: string]: import("@feathersjs/typebox").TSchema;
703
+ } | undefined>]>>]>>;
704
+ }>>>;
705
+ }>]>>;
706
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
707
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
708
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
709
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
710
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
711
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
712
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
713
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
714
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
715
+ }>, import("@feathersjs/typebox").TObject<{
716
+ [key: string]: import("@feathersjs/typebox").TSchema;
717
+ } | undefined>]>>]>>;
718
+ 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<{
719
+ $gt: import("@feathersjs/typebox").TAny;
720
+ $gte: import("@feathersjs/typebox").TAny;
721
+ $lt: import("@feathersjs/typebox").TAny;
722
+ $lte: import("@feathersjs/typebox").TAny;
723
+ $ne: import("@feathersjs/typebox").TAny;
724
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
725
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
726
+ }>, import("@feathersjs/typebox").TObject<{
727
+ [key: string]: import("@feathersjs/typebox").TSchema;
728
+ } | undefined>]>>]>>;
729
+ nonce: 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<{
730
+ $gt: import("@feathersjs/typebox").TString<string>;
731
+ $gte: import("@feathersjs/typebox").TString<string>;
732
+ $lt: import("@feathersjs/typebox").TString<string>;
733
+ $lte: import("@feathersjs/typebox").TString<string>;
734
+ $ne: import("@feathersjs/typebox").TString<string>;
735
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
736
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
737
+ }>, import("@feathersjs/typebox").TObject<{
738
+ [key: string]: import("@feathersjs/typebox").TSchema;
739
+ } | undefined>]>>]>>;
740
+ }>>>;
741
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
742
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
743
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
744
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
745
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
746
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
747
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
748
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
749
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
750
+ }>, import("@feathersjs/typebox").TObject<{
751
+ [key: string]: import("@feathersjs/typebox").TSchema;
752
+ } | undefined>]>>]>>;
753
+ 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<{
754
+ $gt: import("@feathersjs/typebox").TAny;
755
+ $gte: import("@feathersjs/typebox").TAny;
756
+ $lt: import("@feathersjs/typebox").TAny;
757
+ $lte: import("@feathersjs/typebox").TAny;
758
+ $ne: import("@feathersjs/typebox").TAny;
759
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
760
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
761
+ }>, import("@feathersjs/typebox").TObject<{
762
+ [key: string]: import("@feathersjs/typebox").TSchema;
763
+ } | undefined>]>>]>>;
764
+ nonce: 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<{
765
+ $gt: import("@feathersjs/typebox").TString<string>;
766
+ $gte: import("@feathersjs/typebox").TString<string>;
767
+ $lt: import("@feathersjs/typebox").TString<string>;
768
+ $lte: import("@feathersjs/typebox").TString<string>;
769
+ $ne: import("@feathersjs/typebox").TString<string>;
770
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
771
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
772
+ }>, import("@feathersjs/typebox").TObject<{
773
+ [key: string]: import("@feathersjs/typebox").TSchema;
774
+ } | undefined>]>>]>>;
775
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
776
+ export type ExchangesDownloadQuery = Static<typeof exchangesDownloadQuerySchema>;
777
+ export declare const exchangesDownloadQueryValidator: import("@feathersjs/schema").Validator<any, any>;
778
+ export declare const exchangesDownloadQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
779
+ $limit: number;
780
+ $skip: number;
781
+ $sort: {
782
+ _id?: number | undefined;
783
+ exchangeId?: number | undefined;
784
+ nonce?: number | undefined;
785
+ };
786
+ $select: ("_id" | "exchangeId" | "nonce")[];
787
+ $and: ({
788
+ _id?: string | {} | Partial<{
789
+ $gt: string | {};
790
+ $gte: string | {};
791
+ $lt: string | {};
792
+ $lte: string | {};
793
+ $ne: string | {};
794
+ $in: string | {} | (string | {})[];
795
+ $nin: string | {} | (string | {})[];
796
+ } & {}> | undefined;
797
+ exchangeId?: any;
798
+ nonce?: string | Partial<{
799
+ $gt: string;
800
+ $gte: string;
801
+ $lt: string;
802
+ $lte: string;
803
+ $ne: string;
804
+ $in: string | string[];
805
+ $nin: string | string[];
806
+ } & {}> | undefined;
807
+ } | {
808
+ $or: {
809
+ _id?: string | {} | Partial<{
810
+ $gt: string | {};
811
+ $gte: string | {};
812
+ $lt: string | {};
813
+ $lte: string | {};
814
+ $ne: string | {};
815
+ $in: string | {} | (string | {})[];
816
+ $nin: string | {} | (string | {})[];
817
+ } & {}> | undefined;
818
+ exchangeId?: any;
819
+ nonce?: string | Partial<{
820
+ $gt: string;
821
+ $gte: string;
822
+ $lt: string;
823
+ $lte: string;
824
+ $ne: string;
825
+ $in: string | string[];
826
+ $nin: string | string[];
827
+ } & {}> | undefined;
828
+ }[];
829
+ })[];
830
+ $or: {
831
+ _id?: string | {} | Partial<{
832
+ $gt: string | {};
833
+ $gte: string | {};
834
+ $lt: string | {};
835
+ $lte: string | {};
836
+ $ne: string | {};
837
+ $in: string | {} | (string | {})[];
838
+ $nin: string | {} | (string | {})[];
839
+ } & {}> | undefined;
840
+ exchangeId?: any;
841
+ nonce?: string | Partial<{
842
+ $gt: string;
843
+ $gte: string;
844
+ $lt: string;
845
+ $lte: string;
846
+ $ne: string;
847
+ $in: string | string[];
848
+ $nin: string | string[];
849
+ } & {}> | undefined;
850
+ }[];
851
+ }> & {
852
+ _id?: string | {} | Partial<{
853
+ $gt: string | {};
854
+ $gte: string | {};
855
+ $lt: string | {};
856
+ $lte: string | {};
857
+ $ne: string | {};
858
+ $in: string | {} | (string | {})[];
859
+ $nin: string | {} | (string | {})[];
860
+ } & {}> | undefined;
861
+ exchangeId?: any;
862
+ nonce?: string | Partial<{
863
+ $gt: string;
864
+ $gte: string;
865
+ $lt: string;
866
+ $lte: string;
867
+ $ne: string;
868
+ $in: string | string[];
869
+ $nin: string | string[];
870
+ } & {}> | undefined;
871
+ } & {}, HookContext<ExchangesDownloadService<import("./download.class").ExchangesDownloadParams>>>;