@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,711 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import type { HookContext } from '../../../declarations';
3
+ import type { ExchangesBalanceService } from './balance.class';
4
+ export declare const exchangesBalanceSchema: 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
+ exchangeData: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
8
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
9
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
10
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
11
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
12
+ connected: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
13
+ downloaded: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
14
+ size: import("@feathersjs/typebox").TString<string>;
15
+ pairs: import("@feathersjs/typebox").TObject<{}>;
16
+ sizes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
17
+ updatedAt: import("@feathersjs/typebox").TAny;
18
+ }>>;
19
+ ccxt_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
20
+ balances: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
21
+ items: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
22
+ symbol: import("@feathersjs/typebox").TString<string>;
23
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
24
+ fiat: import("@feathersjs/typebox").TNumber;
25
+ }>>;
26
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
27
+ sum: import("@feathersjs/typebox").TAny;
28
+ errors: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
29
+ quotation: import("@feathersjs/typebox").TAny;
30
+ updatedAt: import("@feathersjs/typebox").TAny;
31
+ }>>;
32
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
33
+ background: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
34
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
35
+ blacklist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
36
+ left: import("@feathersjs/typebox").TString<string>;
37
+ right: import("@feathersjs/typebox").TString<string>;
38
+ }>>>;
39
+ whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
40
+ left: import("@feathersjs/typebox").TString<string>;
41
+ right: import("@feathersjs/typebox").TString<string>;
42
+ }>>>;
43
+ ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
44
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
45
+ key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
46
+ apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
47
+ secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
48
+ requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
49
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
50
+ uid: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
51
+ login: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
52
+ twofa: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
53
+ privateKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
54
+ walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
55
+ token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
56
+ 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<{}>]>]>>;
57
+ __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
58
+ }>>>;
59
+ currency: import("@feathersjs/typebox").TString<string>;
60
+ }>;
61
+ export type ExchangesBalance = Static<typeof exchangesBalanceSchema>;
62
+ export declare const exchangesBalanceValidator: import("@feathersjs/schema").Validator<any, any>;
63
+ export declare const exchangesBalanceResolver: import("@feathersjs/schema").Resolver<{
64
+ exchangeData?: {
65
+ password?: string | undefined;
66
+ name?: any;
67
+ apiKey?: string | undefined;
68
+ secret?: string | undefined;
69
+ key?: string | undefined;
70
+ avatar?: any;
71
+ createdAt?: any;
72
+ updatedAt?: any;
73
+ userId?: string | {} | undefined;
74
+ which?: string | undefined;
75
+ connected?: boolean | undefined;
76
+ downloaded?: {
77
+ updatedAt: any;
78
+ size: string;
79
+ pairs: {};
80
+ sizes: any[];
81
+ } | undefined;
82
+ ccxt_config?: any;
83
+ balances?: {
84
+ total?: any;
85
+ errors?: any;
86
+ updatedAt: any;
87
+ items: {
88
+ total?: number | undefined;
89
+ symbol: string;
90
+ fiat: number;
91
+ }[];
92
+ sum: any;
93
+ quotation: any;
94
+ } | undefined;
95
+ tags?: any;
96
+ background?: any;
97
+ blacklist?: {
98
+ left: string;
99
+ right: string;
100
+ }[] | undefined;
101
+ whitelist?: {
102
+ left: string;
103
+ right: string;
104
+ }[] | undefined;
105
+ ccxt_async_config?: any;
106
+ requiredCredentials?: any;
107
+ uid?: string | undefined;
108
+ login?: string | undefined;
109
+ twofa?: string | undefined;
110
+ privateKey?: string | undefined;
111
+ walletAddress?: string | undefined;
112
+ token?: string | undefined;
113
+ __v?: any;
114
+ _id: string | {};
115
+ } | undefined;
116
+ _id: string | {};
117
+ exchangeId: any;
118
+ currency: string;
119
+ }, HookContext<ExchangesBalanceService<import("./balance.class").ExchangesBalanceParams>>>;
120
+ export declare const exchangesBalanceExternalResolver: import("@feathersjs/schema").Resolver<{
121
+ exchangeData?: {
122
+ password?: string | undefined;
123
+ name?: any;
124
+ apiKey?: string | undefined;
125
+ secret?: string | undefined;
126
+ key?: string | undefined;
127
+ avatar?: any;
128
+ createdAt?: any;
129
+ updatedAt?: any;
130
+ userId?: string | {} | undefined;
131
+ which?: string | undefined;
132
+ connected?: boolean | undefined;
133
+ downloaded?: {
134
+ updatedAt: any;
135
+ size: string;
136
+ pairs: {};
137
+ sizes: any[];
138
+ } | undefined;
139
+ ccxt_config?: any;
140
+ balances?: {
141
+ total?: any;
142
+ errors?: any;
143
+ updatedAt: any;
144
+ items: {
145
+ total?: number | undefined;
146
+ symbol: string;
147
+ fiat: number;
148
+ }[];
149
+ sum: any;
150
+ quotation: any;
151
+ } | undefined;
152
+ tags?: any;
153
+ background?: any;
154
+ blacklist?: {
155
+ left: string;
156
+ right: string;
157
+ }[] | undefined;
158
+ whitelist?: {
159
+ left: string;
160
+ right: string;
161
+ }[] | undefined;
162
+ ccxt_async_config?: any;
163
+ requiredCredentials?: any;
164
+ uid?: string | undefined;
165
+ login?: string | undefined;
166
+ twofa?: string | undefined;
167
+ privateKey?: string | undefined;
168
+ walletAddress?: string | undefined;
169
+ token?: string | undefined;
170
+ __v?: any;
171
+ _id: string | {};
172
+ } | undefined;
173
+ _id: string | {};
174
+ exchangeId: any;
175
+ currency: string;
176
+ }, HookContext<ExchangesBalanceService<import("./balance.class").ExchangesBalanceParams>>>;
177
+ export declare const exchangesBalanceDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
178
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
179
+ exchangeId: import("@feathersjs/typebox").TAny;
180
+ exchangeData: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
181
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
182
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
183
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
184
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
185
+ connected: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
186
+ downloaded: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
187
+ size: import("@feathersjs/typebox").TString<string>;
188
+ pairs: import("@feathersjs/typebox").TObject<{}>;
189
+ sizes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
190
+ updatedAt: import("@feathersjs/typebox").TAny;
191
+ }>>;
192
+ ccxt_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
193
+ balances: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
194
+ items: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
195
+ symbol: import("@feathersjs/typebox").TString<string>;
196
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
197
+ fiat: import("@feathersjs/typebox").TNumber;
198
+ }>>;
199
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
200
+ sum: import("@feathersjs/typebox").TAny;
201
+ errors: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
202
+ quotation: import("@feathersjs/typebox").TAny;
203
+ updatedAt: import("@feathersjs/typebox").TAny;
204
+ }>>;
205
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
206
+ background: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
207
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
208
+ blacklist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
209
+ left: import("@feathersjs/typebox").TString<string>;
210
+ right: import("@feathersjs/typebox").TString<string>;
211
+ }>>>;
212
+ whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
213
+ left: import("@feathersjs/typebox").TString<string>;
214
+ right: import("@feathersjs/typebox").TString<string>;
215
+ }>>>;
216
+ ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
217
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
218
+ key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
219
+ apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
220
+ secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
221
+ requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
222
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
223
+ uid: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
224
+ login: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
225
+ twofa: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
226
+ privateKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
227
+ walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
228
+ token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
229
+ 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<{}>]>]>>;
230
+ __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
231
+ }>>>;
232
+ currency: import("@feathersjs/typebox").TString<string>;
233
+ }>, ["exchangeId", "currency"]>;
234
+ export type ExchangesBalanceData = Static<typeof exchangesBalanceDataSchema>;
235
+ export declare const exchangesBalanceDataValidator: import("@feathersjs/schema").Validator<any, any>;
236
+ export declare const exchangesBalanceDataResolver: import("@feathersjs/schema").Resolver<{
237
+ exchangeData?: {
238
+ password?: string | undefined;
239
+ name?: any;
240
+ apiKey?: string | undefined;
241
+ secret?: string | undefined;
242
+ key?: string | undefined;
243
+ avatar?: any;
244
+ createdAt?: any;
245
+ updatedAt?: any;
246
+ userId?: string | {} | undefined;
247
+ which?: string | undefined;
248
+ connected?: boolean | undefined;
249
+ downloaded?: {
250
+ updatedAt: any;
251
+ size: string;
252
+ pairs: {};
253
+ sizes: any[];
254
+ } | undefined;
255
+ ccxt_config?: any;
256
+ balances?: {
257
+ total?: any;
258
+ errors?: any;
259
+ updatedAt: any;
260
+ items: {
261
+ total?: number | undefined;
262
+ symbol: string;
263
+ fiat: number;
264
+ }[];
265
+ sum: any;
266
+ quotation: any;
267
+ } | undefined;
268
+ tags?: any;
269
+ background?: any;
270
+ blacklist?: {
271
+ left: string;
272
+ right: string;
273
+ }[] | undefined;
274
+ whitelist?: {
275
+ left: string;
276
+ right: string;
277
+ }[] | undefined;
278
+ ccxt_async_config?: any;
279
+ requiredCredentials?: any;
280
+ uid?: string | undefined;
281
+ login?: string | undefined;
282
+ twofa?: string | undefined;
283
+ privateKey?: string | undefined;
284
+ walletAddress?: string | undefined;
285
+ token?: string | undefined;
286
+ __v?: any;
287
+ _id: string | {};
288
+ } | undefined;
289
+ _id: string | {};
290
+ exchangeId: any;
291
+ currency: string;
292
+ }, HookContext<ExchangesBalanceService<import("./balance.class").ExchangesBalanceParams>>>;
293
+ export declare const exchangesBalancePatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
294
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
295
+ exchangeId: import("@feathersjs/typebox").TAny;
296
+ exchangeData: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
297
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
298
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
299
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
300
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
301
+ connected: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
302
+ downloaded: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
303
+ size: import("@feathersjs/typebox").TString<string>;
304
+ pairs: import("@feathersjs/typebox").TObject<{}>;
305
+ sizes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
306
+ updatedAt: import("@feathersjs/typebox").TAny;
307
+ }>>;
308
+ ccxt_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
309
+ balances: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
310
+ items: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
311
+ symbol: import("@feathersjs/typebox").TString<string>;
312
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
313
+ fiat: import("@feathersjs/typebox").TNumber;
314
+ }>>;
315
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
316
+ sum: import("@feathersjs/typebox").TAny;
317
+ errors: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
318
+ quotation: import("@feathersjs/typebox").TAny;
319
+ updatedAt: import("@feathersjs/typebox").TAny;
320
+ }>>;
321
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
322
+ background: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
323
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
324
+ blacklist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
325
+ left: import("@feathersjs/typebox").TString<string>;
326
+ right: import("@feathersjs/typebox").TString<string>;
327
+ }>>>;
328
+ whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
329
+ left: import("@feathersjs/typebox").TString<string>;
330
+ right: import("@feathersjs/typebox").TString<string>;
331
+ }>>>;
332
+ ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
333
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
334
+ key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
335
+ apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
336
+ secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
337
+ requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
338
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
339
+ uid: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
340
+ login: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
341
+ twofa: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
342
+ privateKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
343
+ walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
344
+ token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
345
+ 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<{}>]>]>>;
346
+ __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
347
+ }>>>;
348
+ currency: import("@feathersjs/typebox").TString<string>;
349
+ }>>;
350
+ export type ExchangesBalancePatch = Static<typeof exchangesBalancePatchSchema>;
351
+ export declare const exchangesBalancePatchValidator: import("@feathersjs/schema").Validator<any, any>;
352
+ export declare const exchangesBalancePatchResolver: import("@feathersjs/schema").Resolver<{
353
+ exchangeData?: {
354
+ password?: string | undefined;
355
+ name?: any;
356
+ apiKey?: string | undefined;
357
+ secret?: string | undefined;
358
+ key?: string | undefined;
359
+ avatar?: any;
360
+ createdAt?: any;
361
+ updatedAt?: any;
362
+ userId?: string | {} | undefined;
363
+ which?: string | undefined;
364
+ connected?: boolean | undefined;
365
+ downloaded?: {
366
+ updatedAt: any;
367
+ size: string;
368
+ pairs: {};
369
+ sizes: any[];
370
+ } | undefined;
371
+ ccxt_config?: any;
372
+ balances?: {
373
+ total?: any;
374
+ errors?: any;
375
+ updatedAt: any;
376
+ items: {
377
+ total?: number | undefined;
378
+ symbol: string;
379
+ fiat: number;
380
+ }[];
381
+ sum: any;
382
+ quotation: any;
383
+ } | undefined;
384
+ tags?: any;
385
+ background?: any;
386
+ blacklist?: {
387
+ left: string;
388
+ right: string;
389
+ }[] | undefined;
390
+ whitelist?: {
391
+ left: string;
392
+ right: string;
393
+ }[] | undefined;
394
+ ccxt_async_config?: any;
395
+ requiredCredentials?: any;
396
+ uid?: string | undefined;
397
+ login?: string | undefined;
398
+ twofa?: string | undefined;
399
+ privateKey?: string | undefined;
400
+ walletAddress?: string | undefined;
401
+ token?: string | undefined;
402
+ __v?: any;
403
+ _id: string | {};
404
+ } | undefined;
405
+ _id: string | {};
406
+ exchangeId: any;
407
+ currency: string;
408
+ }, HookContext<ExchangesBalanceService<import("./balance.class").ExchangesBalanceParams>>>;
409
+ export declare const exchangesBalanceQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
410
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
411
+ exchangeId: import("@feathersjs/typebox").TAny;
412
+ exchangeData: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
413
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
414
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
415
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
416
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
417
+ connected: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
418
+ downloaded: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
419
+ size: import("@feathersjs/typebox").TString<string>;
420
+ pairs: import("@feathersjs/typebox").TObject<{}>;
421
+ sizes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
422
+ updatedAt: import("@feathersjs/typebox").TAny;
423
+ }>>;
424
+ ccxt_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
425
+ balances: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
426
+ items: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
427
+ symbol: import("@feathersjs/typebox").TString<string>;
428
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
429
+ fiat: import("@feathersjs/typebox").TNumber;
430
+ }>>;
431
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
432
+ sum: import("@feathersjs/typebox").TAny;
433
+ errors: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
434
+ quotation: import("@feathersjs/typebox").TAny;
435
+ updatedAt: import("@feathersjs/typebox").TAny;
436
+ }>>;
437
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
438
+ background: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
439
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
440
+ blacklist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
441
+ left: import("@feathersjs/typebox").TString<string>;
442
+ right: import("@feathersjs/typebox").TString<string>;
443
+ }>>>;
444
+ whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
445
+ left: import("@feathersjs/typebox").TString<string>;
446
+ right: import("@feathersjs/typebox").TString<string>;
447
+ }>>>;
448
+ ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
449
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
450
+ key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
451
+ apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
452
+ secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
453
+ requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
454
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
455
+ uid: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
456
+ login: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
457
+ twofa: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
458
+ privateKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
459
+ walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
460
+ token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
461
+ 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<{}>]>]>>;
462
+ __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
463
+ }>>>;
464
+ currency: import("@feathersjs/typebox").TString<string>;
465
+ }>, ["_id", "exchangeId", "currency"]>;
466
+ export declare const exchangesBalanceQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
467
+ $limit: import("@feathersjs/typebox").TNumber;
468
+ $skip: import("@feathersjs/typebox").TNumber;
469
+ $sort: import("@feathersjs/typebox").TObject<{
470
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
471
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
472
+ currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
473
+ }>;
474
+ $select: import("@feathersjs/typebox").TUnsafe<("_id" | "exchangeId" | "currency")[]>;
475
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
476
+ _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<{
477
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
478
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
479
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
480
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
481
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
482
+ $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<{}>]>>;
483
+ $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<{}>]>>;
484
+ }>, import("@feathersjs/typebox").TObject<{
485
+ [key: string]: import("@feathersjs/typebox").TSchema;
486
+ } | undefined>]>>]>>;
487
+ 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<{
488
+ $gt: import("@feathersjs/typebox").TAny;
489
+ $gte: import("@feathersjs/typebox").TAny;
490
+ $lt: import("@feathersjs/typebox").TAny;
491
+ $lte: import("@feathersjs/typebox").TAny;
492
+ $ne: import("@feathersjs/typebox").TAny;
493
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
494
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
495
+ }>, import("@feathersjs/typebox").TObject<{
496
+ [key: string]: import("@feathersjs/typebox").TSchema;
497
+ } | undefined>]>>]>>;
498
+ currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
499
+ $gt: import("@feathersjs/typebox").TString<string>;
500
+ $gte: import("@feathersjs/typebox").TString<string>;
501
+ $lt: import("@feathersjs/typebox").TString<string>;
502
+ $lte: import("@feathersjs/typebox").TString<string>;
503
+ $ne: import("@feathersjs/typebox").TString<string>;
504
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
505
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
506
+ }>, import("@feathersjs/typebox").TObject<{
507
+ [key: string]: import("@feathersjs/typebox").TSchema;
508
+ } | undefined>]>>]>>;
509
+ }>>, import("@feathersjs/typebox").TObject<{
510
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
511
+ _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<{
512
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
513
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
514
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
515
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
516
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
517
+ $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<{}>]>>;
518
+ $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<{}>]>>;
519
+ }>, import("@feathersjs/typebox").TObject<{
520
+ [key: string]: import("@feathersjs/typebox").TSchema;
521
+ } | undefined>]>>]>>;
522
+ 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<{
523
+ $gt: import("@feathersjs/typebox").TAny;
524
+ $gte: import("@feathersjs/typebox").TAny;
525
+ $lt: import("@feathersjs/typebox").TAny;
526
+ $lte: import("@feathersjs/typebox").TAny;
527
+ $ne: import("@feathersjs/typebox").TAny;
528
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
529
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
530
+ }>, import("@feathersjs/typebox").TObject<{
531
+ [key: string]: import("@feathersjs/typebox").TSchema;
532
+ } | undefined>]>>]>>;
533
+ currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
534
+ $gt: import("@feathersjs/typebox").TString<string>;
535
+ $gte: import("@feathersjs/typebox").TString<string>;
536
+ $lt: import("@feathersjs/typebox").TString<string>;
537
+ $lte: import("@feathersjs/typebox").TString<string>;
538
+ $ne: import("@feathersjs/typebox").TString<string>;
539
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
540
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
541
+ }>, import("@feathersjs/typebox").TObject<{
542
+ [key: string]: import("@feathersjs/typebox").TSchema;
543
+ } | undefined>]>>]>>;
544
+ }>>>;
545
+ }>]>>;
546
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
547
+ _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<{
548
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
549
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
550
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
551
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
552
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
553
+ $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<{}>]>>;
554
+ $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<{}>]>>;
555
+ }>, import("@feathersjs/typebox").TObject<{
556
+ [key: string]: import("@feathersjs/typebox").TSchema;
557
+ } | undefined>]>>]>>;
558
+ 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<{
559
+ $gt: import("@feathersjs/typebox").TAny;
560
+ $gte: import("@feathersjs/typebox").TAny;
561
+ $lt: import("@feathersjs/typebox").TAny;
562
+ $lte: import("@feathersjs/typebox").TAny;
563
+ $ne: import("@feathersjs/typebox").TAny;
564
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
565
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
566
+ }>, import("@feathersjs/typebox").TObject<{
567
+ [key: string]: import("@feathersjs/typebox").TSchema;
568
+ } | undefined>]>>]>>;
569
+ currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
570
+ $gt: import("@feathersjs/typebox").TString<string>;
571
+ $gte: import("@feathersjs/typebox").TString<string>;
572
+ $lt: import("@feathersjs/typebox").TString<string>;
573
+ $lte: import("@feathersjs/typebox").TString<string>;
574
+ $ne: import("@feathersjs/typebox").TString<string>;
575
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
576
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
577
+ }>, import("@feathersjs/typebox").TObject<{
578
+ [key: string]: import("@feathersjs/typebox").TSchema;
579
+ } | undefined>]>>]>>;
580
+ }>>>;
581
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
582
+ _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<{
583
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
584
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
585
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
586
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
587
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
588
+ $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<{}>]>>;
589
+ $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<{}>]>>;
590
+ }>, import("@feathersjs/typebox").TObject<{
591
+ [key: string]: import("@feathersjs/typebox").TSchema;
592
+ } | undefined>]>>]>>;
593
+ 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<{
594
+ $gt: import("@feathersjs/typebox").TAny;
595
+ $gte: import("@feathersjs/typebox").TAny;
596
+ $lt: import("@feathersjs/typebox").TAny;
597
+ $lte: import("@feathersjs/typebox").TAny;
598
+ $ne: import("@feathersjs/typebox").TAny;
599
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
600
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
601
+ }>, import("@feathersjs/typebox").TObject<{
602
+ [key: string]: import("@feathersjs/typebox").TSchema;
603
+ } | undefined>]>>]>>;
604
+ currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
605
+ $gt: import("@feathersjs/typebox").TString<string>;
606
+ $gte: import("@feathersjs/typebox").TString<string>;
607
+ $lt: import("@feathersjs/typebox").TString<string>;
608
+ $lte: import("@feathersjs/typebox").TString<string>;
609
+ $ne: import("@feathersjs/typebox").TString<string>;
610
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
611
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
612
+ }>, import("@feathersjs/typebox").TObject<{
613
+ [key: string]: import("@feathersjs/typebox").TSchema;
614
+ } | undefined>]>>]>>;
615
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
616
+ export type ExchangesBalanceQuery = Static<typeof exchangesBalanceQuerySchema>;
617
+ export declare const exchangesBalanceQueryValidator: import("@feathersjs/schema").Validator<any, any>;
618
+ export declare const exchangesBalanceQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
619
+ $limit: number;
620
+ $skip: number;
621
+ $sort: {
622
+ _id?: number | undefined;
623
+ exchangeId?: number | undefined;
624
+ currency?: number | undefined;
625
+ };
626
+ $select: ("_id" | "exchangeId" | "currency")[];
627
+ $and: ({
628
+ _id?: string | {} | Partial<{
629
+ $gt: string | {};
630
+ $gte: string | {};
631
+ $lt: string | {};
632
+ $lte: string | {};
633
+ $ne: string | {};
634
+ $in: string | {} | (string | {})[];
635
+ $nin: string | {} | (string | {})[];
636
+ } & {}> | undefined;
637
+ exchangeId?: any;
638
+ currency?: string | Partial<{
639
+ $gt: string;
640
+ $gte: string;
641
+ $lt: string;
642
+ $lte: string;
643
+ $ne: string;
644
+ $in: string | string[];
645
+ $nin: string | string[];
646
+ } & {}> | undefined;
647
+ } | {
648
+ $or: {
649
+ _id?: string | {} | Partial<{
650
+ $gt: string | {};
651
+ $gte: string | {};
652
+ $lt: string | {};
653
+ $lte: string | {};
654
+ $ne: string | {};
655
+ $in: string | {} | (string | {})[];
656
+ $nin: string | {} | (string | {})[];
657
+ } & {}> | undefined;
658
+ exchangeId?: any;
659
+ currency?: string | Partial<{
660
+ $gt: string;
661
+ $gte: string;
662
+ $lt: string;
663
+ $lte: string;
664
+ $ne: string;
665
+ $in: string | string[];
666
+ $nin: string | string[];
667
+ } & {}> | undefined;
668
+ }[];
669
+ })[];
670
+ $or: {
671
+ _id?: string | {} | Partial<{
672
+ $gt: string | {};
673
+ $gte: string | {};
674
+ $lt: string | {};
675
+ $lte: string | {};
676
+ $ne: string | {};
677
+ $in: string | {} | (string | {})[];
678
+ $nin: string | {} | (string | {})[];
679
+ } & {}> | undefined;
680
+ exchangeId?: any;
681
+ currency?: string | Partial<{
682
+ $gt: string;
683
+ $gte: string;
684
+ $lt: string;
685
+ $lte: string;
686
+ $ne: string;
687
+ $in: string | string[];
688
+ $nin: string | string[];
689
+ } & {}> | undefined;
690
+ }[];
691
+ }> & {
692
+ _id?: string | {} | Partial<{
693
+ $gt: string | {};
694
+ $gte: string | {};
695
+ $lt: string | {};
696
+ $lte: string | {};
697
+ $ne: string | {};
698
+ $in: string | {} | (string | {})[];
699
+ $nin: string | {} | (string | {})[];
700
+ } & {}> | undefined;
701
+ exchangeId?: any;
702
+ currency?: string | Partial<{
703
+ $gt: string;
704
+ $gte: string;
705
+ $lt: string;
706
+ $lte: string;
707
+ $ne: string;
708
+ $in: string | string[];
709
+ $nin: string | string[];
710
+ } & {}> | undefined;
711
+ } & {}, HookContext<ExchangesBalanceService<import("./balance.class").ExchangesBalanceParams>>>;