@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,859 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import type { HookContext } from '../../../declarations';
3
+ import type { ExchangesTickerService } from './ticker.class';
4
+ export declare const exchangesTickerSchema: import("@feathersjs/typebox").TObject<{
5
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
6
+ exchangeId: import("@feathersjs/typebox").TOptional<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
+ exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
60
+ timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
61
+ symbol: import("@feathersjs/typebox").TString<string>;
62
+ }>;
63
+ export type ExchangesTicker = Static<typeof exchangesTickerSchema>;
64
+ export declare const exchangesTickerValidator: import("@feathersjs/schema").Validator<any, any>;
65
+ export declare const exchangesTickerResolver: import("@feathersjs/schema").Resolver<{
66
+ exchangeId?: any;
67
+ exchange?: string | undefined;
68
+ timestamp?: any;
69
+ exchangeData?: {
70
+ password?: string | undefined;
71
+ name?: any;
72
+ apiKey?: string | undefined;
73
+ secret?: string | undefined;
74
+ key?: string | undefined;
75
+ avatar?: any;
76
+ createdAt?: any;
77
+ updatedAt?: any;
78
+ userId?: string | {} | undefined;
79
+ which?: string | undefined;
80
+ connected?: boolean | undefined;
81
+ downloaded?: {
82
+ updatedAt: any;
83
+ size: string;
84
+ pairs: {};
85
+ sizes: any[];
86
+ } | undefined;
87
+ ccxt_config?: any;
88
+ balances?: {
89
+ total?: any;
90
+ errors?: any;
91
+ updatedAt: any;
92
+ items: {
93
+ total?: number | undefined;
94
+ symbol: string;
95
+ fiat: number;
96
+ }[];
97
+ sum: any;
98
+ quotation: any;
99
+ } | undefined;
100
+ tags?: any;
101
+ background?: any;
102
+ blacklist?: {
103
+ left: string;
104
+ right: string;
105
+ }[] | undefined;
106
+ whitelist?: {
107
+ left: string;
108
+ right: string;
109
+ }[] | undefined;
110
+ ccxt_async_config?: any;
111
+ requiredCredentials?: any;
112
+ uid?: string | undefined;
113
+ login?: string | undefined;
114
+ twofa?: string | undefined;
115
+ privateKey?: string | undefined;
116
+ walletAddress?: string | undefined;
117
+ token?: string | undefined;
118
+ __v?: any;
119
+ _id: string | {};
120
+ } | undefined;
121
+ symbol: string;
122
+ _id: string | {};
123
+ }, HookContext<ExchangesTickerService<import("./ticker.class").ExchangesTickerParams>>>;
124
+ export declare const exchangesTickerExternalResolver: import("@feathersjs/schema").Resolver<{
125
+ exchangeId?: any;
126
+ exchange?: string | undefined;
127
+ timestamp?: any;
128
+ exchangeData?: {
129
+ password?: string | undefined;
130
+ name?: any;
131
+ apiKey?: string | undefined;
132
+ secret?: string | undefined;
133
+ key?: string | undefined;
134
+ avatar?: any;
135
+ createdAt?: any;
136
+ updatedAt?: any;
137
+ userId?: string | {} | undefined;
138
+ which?: string | undefined;
139
+ connected?: boolean | undefined;
140
+ downloaded?: {
141
+ updatedAt: any;
142
+ size: string;
143
+ pairs: {};
144
+ sizes: any[];
145
+ } | undefined;
146
+ ccxt_config?: any;
147
+ balances?: {
148
+ total?: any;
149
+ errors?: any;
150
+ updatedAt: any;
151
+ items: {
152
+ total?: number | undefined;
153
+ symbol: string;
154
+ fiat: number;
155
+ }[];
156
+ sum: any;
157
+ quotation: any;
158
+ } | undefined;
159
+ tags?: any;
160
+ background?: any;
161
+ blacklist?: {
162
+ left: string;
163
+ right: string;
164
+ }[] | undefined;
165
+ whitelist?: {
166
+ left: string;
167
+ right: string;
168
+ }[] | undefined;
169
+ ccxt_async_config?: any;
170
+ requiredCredentials?: any;
171
+ uid?: string | undefined;
172
+ login?: string | undefined;
173
+ twofa?: string | undefined;
174
+ privateKey?: string | undefined;
175
+ walletAddress?: string | undefined;
176
+ token?: string | undefined;
177
+ __v?: any;
178
+ _id: string | {};
179
+ } | undefined;
180
+ symbol: string;
181
+ _id: string | {};
182
+ }, HookContext<ExchangesTickerService<import("./ticker.class").ExchangesTickerParams>>>;
183
+ export declare const exchangesTickerDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
184
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
185
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
186
+ exchangeData: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
187
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
188
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
189
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
190
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
191
+ connected: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
192
+ downloaded: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
193
+ size: import("@feathersjs/typebox").TString<string>;
194
+ pairs: import("@feathersjs/typebox").TObject<{}>;
195
+ sizes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
196
+ updatedAt: import("@feathersjs/typebox").TAny;
197
+ }>>;
198
+ ccxt_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
199
+ balances: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
200
+ items: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
201
+ symbol: import("@feathersjs/typebox").TString<string>;
202
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
203
+ fiat: import("@feathersjs/typebox").TNumber;
204
+ }>>;
205
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
206
+ sum: import("@feathersjs/typebox").TAny;
207
+ errors: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
208
+ quotation: import("@feathersjs/typebox").TAny;
209
+ updatedAt: import("@feathersjs/typebox").TAny;
210
+ }>>;
211
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
212
+ background: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
213
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
214
+ blacklist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
215
+ left: import("@feathersjs/typebox").TString<string>;
216
+ right: import("@feathersjs/typebox").TString<string>;
217
+ }>>>;
218
+ whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
219
+ left: import("@feathersjs/typebox").TString<string>;
220
+ right: import("@feathersjs/typebox").TString<string>;
221
+ }>>>;
222
+ ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
223
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
224
+ key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
225
+ apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
226
+ secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
227
+ requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
228
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
229
+ uid: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
230
+ login: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
231
+ twofa: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
232
+ privateKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
233
+ walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
234
+ token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
235
+ 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<{}>]>]>>;
236
+ __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
237
+ }>>>;
238
+ exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
239
+ timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
240
+ symbol: import("@feathersjs/typebox").TString<string>;
241
+ }>, ["exchangeId", "symbol"]>;
242
+ export type ExchangesTickerData = Static<typeof exchangesTickerDataSchema>;
243
+ export declare const exchangesTickerDataValidator: import("@feathersjs/schema").Validator<any, any>;
244
+ export declare const exchangesTickerDataResolver: import("@feathersjs/schema").Resolver<{
245
+ exchangeId?: any;
246
+ exchange?: string | undefined;
247
+ timestamp?: any;
248
+ exchangeData?: {
249
+ password?: string | undefined;
250
+ name?: any;
251
+ apiKey?: string | undefined;
252
+ secret?: string | undefined;
253
+ key?: string | undefined;
254
+ avatar?: any;
255
+ createdAt?: any;
256
+ updatedAt?: any;
257
+ userId?: string | {} | undefined;
258
+ which?: string | undefined;
259
+ connected?: boolean | undefined;
260
+ downloaded?: {
261
+ updatedAt: any;
262
+ size: string;
263
+ pairs: {};
264
+ sizes: any[];
265
+ } | undefined;
266
+ ccxt_config?: any;
267
+ balances?: {
268
+ total?: any;
269
+ errors?: any;
270
+ updatedAt: any;
271
+ items: {
272
+ total?: number | undefined;
273
+ symbol: string;
274
+ fiat: number;
275
+ }[];
276
+ sum: any;
277
+ quotation: any;
278
+ } | undefined;
279
+ tags?: any;
280
+ background?: any;
281
+ blacklist?: {
282
+ left: string;
283
+ right: string;
284
+ }[] | undefined;
285
+ whitelist?: {
286
+ left: string;
287
+ right: string;
288
+ }[] | undefined;
289
+ ccxt_async_config?: any;
290
+ requiredCredentials?: any;
291
+ uid?: string | undefined;
292
+ login?: string | undefined;
293
+ twofa?: string | undefined;
294
+ privateKey?: string | undefined;
295
+ walletAddress?: string | undefined;
296
+ token?: string | undefined;
297
+ __v?: any;
298
+ _id: string | {};
299
+ } | undefined;
300
+ symbol: string;
301
+ _id: string | {};
302
+ }, HookContext<ExchangesTickerService<import("./ticker.class").ExchangesTickerParams>>>;
303
+ export declare const exchangesTickerPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
304
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
305
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
306
+ exchangeData: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
307
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
308
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
309
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
310
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
311
+ connected: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
312
+ downloaded: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
313
+ size: import("@feathersjs/typebox").TString<string>;
314
+ pairs: import("@feathersjs/typebox").TObject<{}>;
315
+ sizes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
316
+ updatedAt: import("@feathersjs/typebox").TAny;
317
+ }>>;
318
+ ccxt_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
319
+ balances: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
320
+ items: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
321
+ symbol: import("@feathersjs/typebox").TString<string>;
322
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
323
+ fiat: import("@feathersjs/typebox").TNumber;
324
+ }>>;
325
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
326
+ sum: import("@feathersjs/typebox").TAny;
327
+ errors: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
328
+ quotation: import("@feathersjs/typebox").TAny;
329
+ updatedAt: import("@feathersjs/typebox").TAny;
330
+ }>>;
331
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
332
+ background: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
333
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
334
+ blacklist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
335
+ left: import("@feathersjs/typebox").TString<string>;
336
+ right: import("@feathersjs/typebox").TString<string>;
337
+ }>>>;
338
+ whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
339
+ left: import("@feathersjs/typebox").TString<string>;
340
+ right: import("@feathersjs/typebox").TString<string>;
341
+ }>>>;
342
+ ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
343
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
344
+ key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
345
+ apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
346
+ secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
347
+ requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
348
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
349
+ uid: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
350
+ login: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
351
+ twofa: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
352
+ privateKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
353
+ walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
354
+ token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
355
+ 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<{}>]>]>>;
356
+ __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
357
+ }>>>;
358
+ exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
359
+ timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
360
+ symbol: import("@feathersjs/typebox").TString<string>;
361
+ }>>;
362
+ export type ExchangesTickerPatch = Static<typeof exchangesTickerPatchSchema>;
363
+ export declare const exchangesTickerPatchValidator: import("@feathersjs/schema").Validator<any, any>;
364
+ export declare const exchangesTickerPatchResolver: import("@feathersjs/schema").Resolver<{
365
+ exchangeId?: any;
366
+ exchange?: string | undefined;
367
+ timestamp?: any;
368
+ exchangeData?: {
369
+ password?: string | undefined;
370
+ name?: any;
371
+ apiKey?: string | undefined;
372
+ secret?: string | undefined;
373
+ key?: string | undefined;
374
+ avatar?: any;
375
+ createdAt?: any;
376
+ updatedAt?: any;
377
+ userId?: string | {} | undefined;
378
+ which?: string | undefined;
379
+ connected?: boolean | undefined;
380
+ downloaded?: {
381
+ updatedAt: any;
382
+ size: string;
383
+ pairs: {};
384
+ sizes: any[];
385
+ } | undefined;
386
+ ccxt_config?: any;
387
+ balances?: {
388
+ total?: any;
389
+ errors?: any;
390
+ updatedAt: any;
391
+ items: {
392
+ total?: number | undefined;
393
+ symbol: string;
394
+ fiat: number;
395
+ }[];
396
+ sum: any;
397
+ quotation: any;
398
+ } | undefined;
399
+ tags?: any;
400
+ background?: any;
401
+ blacklist?: {
402
+ left: string;
403
+ right: string;
404
+ }[] | undefined;
405
+ whitelist?: {
406
+ left: string;
407
+ right: string;
408
+ }[] | undefined;
409
+ ccxt_async_config?: any;
410
+ requiredCredentials?: any;
411
+ uid?: string | undefined;
412
+ login?: string | undefined;
413
+ twofa?: string | undefined;
414
+ privateKey?: string | undefined;
415
+ walletAddress?: string | undefined;
416
+ token?: string | undefined;
417
+ __v?: any;
418
+ _id: string | {};
419
+ } | undefined;
420
+ symbol: string;
421
+ _id: string | {};
422
+ }, HookContext<ExchangesTickerService<import("./ticker.class").ExchangesTickerParams>>>;
423
+ export declare const exchangesTickerQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
424
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
425
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
426
+ exchangeData: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
427
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
428
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
429
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
430
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
431
+ connected: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
432
+ downloaded: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
433
+ size: import("@feathersjs/typebox").TString<string>;
434
+ pairs: import("@feathersjs/typebox").TObject<{}>;
435
+ sizes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
436
+ updatedAt: import("@feathersjs/typebox").TAny;
437
+ }>>;
438
+ ccxt_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
439
+ balances: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
440
+ items: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
441
+ symbol: import("@feathersjs/typebox").TString<string>;
442
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
443
+ fiat: import("@feathersjs/typebox").TNumber;
444
+ }>>;
445
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
446
+ sum: import("@feathersjs/typebox").TAny;
447
+ errors: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
448
+ quotation: import("@feathersjs/typebox").TAny;
449
+ updatedAt: import("@feathersjs/typebox").TAny;
450
+ }>>;
451
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
452
+ background: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
453
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
454
+ blacklist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
455
+ left: import("@feathersjs/typebox").TString<string>;
456
+ right: import("@feathersjs/typebox").TString<string>;
457
+ }>>>;
458
+ whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
459
+ left: import("@feathersjs/typebox").TString<string>;
460
+ right: import("@feathersjs/typebox").TString<string>;
461
+ }>>>;
462
+ ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
463
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
464
+ key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
465
+ apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
466
+ secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
467
+ requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
468
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
469
+ uid: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
470
+ login: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
471
+ twofa: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
472
+ privateKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
473
+ walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
474
+ token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
475
+ 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<{}>]>]>>;
476
+ __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
477
+ }>>>;
478
+ exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
479
+ timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
480
+ symbol: import("@feathersjs/typebox").TString<string>;
481
+ }>, ["_id", "exchangeId", "exchange", "symbol", "timestamp"]>;
482
+ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
483
+ $limit: import("@feathersjs/typebox").TNumber;
484
+ $skip: import("@feathersjs/typebox").TNumber;
485
+ $sort: import("@feathersjs/typebox").TObject<{
486
+ symbol: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
487
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
488
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
489
+ exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
490
+ timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
491
+ }>;
492
+ $select: import("@feathersjs/typebox").TUnsafe<("symbol" | "_id" | "exchangeId" | "exchange" | "timestamp")[]>;
493
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
494
+ symbol: 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<{
495
+ $gt: import("@feathersjs/typebox").TString<string>;
496
+ $gte: import("@feathersjs/typebox").TString<string>;
497
+ $lt: import("@feathersjs/typebox").TString<string>;
498
+ $lte: import("@feathersjs/typebox").TString<string>;
499
+ $ne: import("@feathersjs/typebox").TString<string>;
500
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
501
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
502
+ }>, import("@feathersjs/typebox").TObject<{
503
+ [key: string]: import("@feathersjs/typebox").TSchema;
504
+ } | undefined>]>>]>>;
505
+ _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<{
506
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
507
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
508
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
509
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
510
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
511
+ $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<{}>]>>;
512
+ $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<{}>]>>;
513
+ }>, import("@feathersjs/typebox").TObject<{
514
+ [key: string]: import("@feathersjs/typebox").TSchema;
515
+ } | undefined>]>>]>>;
516
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
517
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
518
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
519
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
520
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
521
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
522
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
523
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
524
+ }>, import("@feathersjs/typebox").TObject<{
525
+ [key: string]: import("@feathersjs/typebox").TSchema;
526
+ } | undefined>]>>]>>;
527
+ exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
528
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
529
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
530
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
531
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
532
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
533
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
534
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
535
+ }>, import("@feathersjs/typebox").TObject<{
536
+ [key: string]: import("@feathersjs/typebox").TSchema;
537
+ } | undefined>]>>]>>;
538
+ timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
539
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
540
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
541
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
542
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
543
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
544
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
545
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
546
+ }>, import("@feathersjs/typebox").TObject<{
547
+ [key: string]: import("@feathersjs/typebox").TSchema;
548
+ } | undefined>]>>]>>;
549
+ }>>, import("@feathersjs/typebox").TObject<{
550
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
551
+ symbol: 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<{
552
+ $gt: import("@feathersjs/typebox").TString<string>;
553
+ $gte: import("@feathersjs/typebox").TString<string>;
554
+ $lt: import("@feathersjs/typebox").TString<string>;
555
+ $lte: import("@feathersjs/typebox").TString<string>;
556
+ $ne: import("@feathersjs/typebox").TString<string>;
557
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
558
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
559
+ }>, import("@feathersjs/typebox").TObject<{
560
+ [key: string]: import("@feathersjs/typebox").TSchema;
561
+ } | undefined>]>>]>>;
562
+ _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<{
563
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
564
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
565
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
566
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
567
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
568
+ $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<{}>]>>;
569
+ $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<{}>]>>;
570
+ }>, import("@feathersjs/typebox").TObject<{
571
+ [key: string]: import("@feathersjs/typebox").TSchema;
572
+ } | undefined>]>>]>>;
573
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
574
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
575
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
576
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
577
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
578
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
579
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
580
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
581
+ }>, import("@feathersjs/typebox").TObject<{
582
+ [key: string]: import("@feathersjs/typebox").TSchema;
583
+ } | undefined>]>>]>>;
584
+ exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
585
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
586
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
587
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
588
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
589
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
590
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
591
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
592
+ }>, import("@feathersjs/typebox").TObject<{
593
+ [key: string]: import("@feathersjs/typebox").TSchema;
594
+ } | undefined>]>>]>>;
595
+ timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
596
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
597
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
598
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
599
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
600
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
601
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
602
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
603
+ }>, import("@feathersjs/typebox").TObject<{
604
+ [key: string]: import("@feathersjs/typebox").TSchema;
605
+ } | undefined>]>>]>>;
606
+ }>>>;
607
+ }>]>>;
608
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
609
+ symbol: 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<{
610
+ $gt: import("@feathersjs/typebox").TString<string>;
611
+ $gte: import("@feathersjs/typebox").TString<string>;
612
+ $lt: import("@feathersjs/typebox").TString<string>;
613
+ $lte: import("@feathersjs/typebox").TString<string>;
614
+ $ne: import("@feathersjs/typebox").TString<string>;
615
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
616
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
617
+ }>, import("@feathersjs/typebox").TObject<{
618
+ [key: string]: import("@feathersjs/typebox").TSchema;
619
+ } | undefined>]>>]>>;
620
+ _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<{
621
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
622
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
623
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
624
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
625
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
626
+ $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<{}>]>>;
627
+ $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<{}>]>>;
628
+ }>, import("@feathersjs/typebox").TObject<{
629
+ [key: string]: import("@feathersjs/typebox").TSchema;
630
+ } | undefined>]>>]>>;
631
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
632
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
633
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
634
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
635
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
636
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
637
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
638
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
639
+ }>, import("@feathersjs/typebox").TObject<{
640
+ [key: string]: import("@feathersjs/typebox").TSchema;
641
+ } | undefined>]>>]>>;
642
+ exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
643
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
644
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
645
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
646
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
647
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
648
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
649
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
650
+ }>, import("@feathersjs/typebox").TObject<{
651
+ [key: string]: import("@feathersjs/typebox").TSchema;
652
+ } | undefined>]>>]>>;
653
+ timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
654
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
655
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
656
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
657
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
658
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
659
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
660
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
661
+ }>, import("@feathersjs/typebox").TObject<{
662
+ [key: string]: import("@feathersjs/typebox").TSchema;
663
+ } | undefined>]>>]>>;
664
+ }>>>;
665
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
666
+ symbol: 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<{
667
+ $gt: import("@feathersjs/typebox").TString<string>;
668
+ $gte: import("@feathersjs/typebox").TString<string>;
669
+ $lt: import("@feathersjs/typebox").TString<string>;
670
+ $lte: import("@feathersjs/typebox").TString<string>;
671
+ $ne: import("@feathersjs/typebox").TString<string>;
672
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
673
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
674
+ }>, import("@feathersjs/typebox").TObject<{
675
+ [key: string]: import("@feathersjs/typebox").TSchema;
676
+ } | undefined>]>>]>>;
677
+ _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<{
678
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
679
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
680
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
681
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
682
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
683
+ $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<{}>]>>;
684
+ $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<{}>]>>;
685
+ }>, import("@feathersjs/typebox").TObject<{
686
+ [key: string]: import("@feathersjs/typebox").TSchema;
687
+ } | undefined>]>>]>>;
688
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
689
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
690
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
691
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
692
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
693
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
694
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
695
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
696
+ }>, import("@feathersjs/typebox").TObject<{
697
+ [key: string]: import("@feathersjs/typebox").TSchema;
698
+ } | undefined>]>>]>>;
699
+ exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
700
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
701
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
702
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
703
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
704
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
705
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
706
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
707
+ }>, import("@feathersjs/typebox").TObject<{
708
+ [key: string]: import("@feathersjs/typebox").TSchema;
709
+ } | undefined>]>>]>>;
710
+ timestamp: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
711
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
712
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
713
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
714
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
715
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
716
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
717
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
718
+ }>, import("@feathersjs/typebox").TObject<{
719
+ [key: string]: import("@feathersjs/typebox").TSchema;
720
+ } | undefined>]>>]>>;
721
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
722
+ export type ExchangesTickerQuery = Static<typeof exchangesTickerQuerySchema>;
723
+ export declare const exchangesTickerQueryValidator: import("@feathersjs/schema").Validator<any, any>;
724
+ export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
725
+ $limit: number;
726
+ $skip: number;
727
+ $sort: {
728
+ symbol?: number | undefined;
729
+ _id?: number | undefined;
730
+ exchangeId?: number | undefined;
731
+ exchange?: number | undefined;
732
+ timestamp?: number | undefined;
733
+ };
734
+ $select: ("symbol" | "_id" | "exchangeId" | "exchange" | "timestamp")[];
735
+ $and: ({
736
+ symbol?: string | Partial<{
737
+ $gt: string;
738
+ $gte: string;
739
+ $lt: string;
740
+ $lte: string;
741
+ $ne: string;
742
+ $in: string | string[];
743
+ $nin: string | string[];
744
+ } & {}> | undefined;
745
+ _id?: string | {} | Partial<{
746
+ $gt: string | {};
747
+ $gte: string | {};
748
+ $lt: string | {};
749
+ $lte: string | {};
750
+ $ne: string | {};
751
+ $in: string | {} | (string | {})[];
752
+ $nin: string | {} | (string | {})[];
753
+ } & {}> | undefined;
754
+ exchangeId?: any;
755
+ exchange?: string | Partial<{
756
+ $gt?: string | undefined;
757
+ $gte?: string | undefined;
758
+ $lt?: string | undefined;
759
+ $lte?: string | undefined;
760
+ $ne?: string | undefined;
761
+ $in: string | string[];
762
+ $nin: string | string[];
763
+ } & {}> | undefined;
764
+ timestamp?: any;
765
+ } | {
766
+ $or: {
767
+ symbol?: string | Partial<{
768
+ $gt: string;
769
+ $gte: string;
770
+ $lt: string;
771
+ $lte: string;
772
+ $ne: string;
773
+ $in: string | string[];
774
+ $nin: string | string[];
775
+ } & {}> | undefined;
776
+ _id?: string | {} | Partial<{
777
+ $gt: string | {};
778
+ $gte: string | {};
779
+ $lt: string | {};
780
+ $lte: string | {};
781
+ $ne: string | {};
782
+ $in: string | {} | (string | {})[];
783
+ $nin: string | {} | (string | {})[];
784
+ } & {}> | undefined;
785
+ exchangeId?: any;
786
+ exchange?: string | Partial<{
787
+ $gt?: string | undefined;
788
+ $gte?: string | undefined;
789
+ $lt?: string | undefined;
790
+ $lte?: string | undefined;
791
+ $ne?: string | undefined;
792
+ $in: string | string[];
793
+ $nin: string | string[];
794
+ } & {}> | undefined;
795
+ timestamp?: any;
796
+ }[];
797
+ })[];
798
+ $or: {
799
+ symbol?: string | Partial<{
800
+ $gt: string;
801
+ $gte: string;
802
+ $lt: string;
803
+ $lte: string;
804
+ $ne: string;
805
+ $in: string | string[];
806
+ $nin: string | string[];
807
+ } & {}> | undefined;
808
+ _id?: string | {} | Partial<{
809
+ $gt: string | {};
810
+ $gte: string | {};
811
+ $lt: string | {};
812
+ $lte: string | {};
813
+ $ne: string | {};
814
+ $in: string | {} | (string | {})[];
815
+ $nin: string | {} | (string | {})[];
816
+ } & {}> | undefined;
817
+ exchangeId?: any;
818
+ exchange?: string | Partial<{
819
+ $gt?: string | undefined;
820
+ $gte?: string | undefined;
821
+ $lt?: string | undefined;
822
+ $lte?: string | undefined;
823
+ $ne?: string | undefined;
824
+ $in: string | string[];
825
+ $nin: string | string[];
826
+ } & {}> | undefined;
827
+ timestamp?: any;
828
+ }[];
829
+ }> & {
830
+ symbol?: string | Partial<{
831
+ $gt: string;
832
+ $gte: string;
833
+ $lt: string;
834
+ $lte: string;
835
+ $ne: string;
836
+ $in: string | string[];
837
+ $nin: string | string[];
838
+ } & {}> | undefined;
839
+ _id?: string | {} | Partial<{
840
+ $gt: string | {};
841
+ $gte: string | {};
842
+ $lt: string | {};
843
+ $lte: string | {};
844
+ $ne: string | {};
845
+ $in: string | {} | (string | {})[];
846
+ $nin: string | {} | (string | {})[];
847
+ } & {}> | undefined;
848
+ exchangeId?: any;
849
+ exchange?: string | Partial<{
850
+ $gt?: string | undefined;
851
+ $gte?: string | undefined;
852
+ $lt?: string | undefined;
853
+ $lte?: string | undefined;
854
+ $ne?: string | undefined;
855
+ $in: string | string[];
856
+ $nin: string | string[];
857
+ } & {}> | undefined;
858
+ timestamp?: any;
859
+ } & {}, HookContext<ExchangesTickerService<import("./ticker.class").ExchangesTickerParams>>>;