@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,503 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import type { HookContext } from '../../declarations';
3
+ import type { MarketsService } from './markets.class';
4
+ export declare const marketsSchema: import("@feathersjs/typebox").TObject<{
5
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
6
+ createdAt: import("@feathersjs/typebox").TAny;
7
+ updatedAt: import("@feathersjs/typebox").TAny;
8
+ exchange: import("@feathersjs/typebox").TString<string>;
9
+ pairs: import("@feathersjs/typebox").TAny;
10
+ symbols: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
11
+ currencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
12
+ bases: import("@feathersjs/typebox").TAny;
13
+ quotes: import("@feathersjs/typebox").TAny;
14
+ }>;
15
+ export type Markets = Static<typeof marketsSchema>;
16
+ export declare const marketsValidator: import("@feathersjs/schema").Validator<any, any>;
17
+ export declare const marketsResolver: import("@feathersjs/schema").Resolver<{
18
+ symbols?: any;
19
+ currencies?: any;
20
+ _id: string | {};
21
+ createdAt: any;
22
+ updatedAt: any;
23
+ exchange: string;
24
+ pairs: any;
25
+ bases: any;
26
+ quotes: any;
27
+ }, HookContext<MarketsService<import("./markets.class").MarketsParams>>>;
28
+ export declare const marketsExternalResolver: import("@feathersjs/schema").Resolver<{
29
+ symbols?: any;
30
+ currencies?: any;
31
+ _id: string | {};
32
+ createdAt: any;
33
+ updatedAt: any;
34
+ exchange: string;
35
+ pairs: any;
36
+ bases: any;
37
+ quotes: any;
38
+ }, HookContext<MarketsService<import("./markets.class").MarketsParams>>>;
39
+ export declare const marketsDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
40
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
41
+ createdAt: import("@feathersjs/typebox").TAny;
42
+ updatedAt: import("@feathersjs/typebox").TAny;
43
+ exchange: import("@feathersjs/typebox").TString<string>;
44
+ pairs: import("@feathersjs/typebox").TAny;
45
+ symbols: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
46
+ currencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
47
+ bases: import("@feathersjs/typebox").TAny;
48
+ quotes: import("@feathersjs/typebox").TAny;
49
+ }>, ["exchange", "pairs", "symbols", "currencies", "bases", "quotes"]>;
50
+ export type MarketsData = Static<typeof marketsDataSchema>;
51
+ export declare const marketsDataValidator: import("@feathersjs/schema").Validator<any, any>;
52
+ export declare const marketsDataResolver: import("@feathersjs/schema").Resolver<{
53
+ symbols?: any;
54
+ currencies?: any;
55
+ _id: string | {};
56
+ createdAt: any;
57
+ updatedAt: any;
58
+ exchange: string;
59
+ pairs: any;
60
+ bases: any;
61
+ quotes: any;
62
+ }, HookContext<MarketsService<import("./markets.class").MarketsParams>>>;
63
+ export declare const marketsPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
64
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
65
+ createdAt: import("@feathersjs/typebox").TAny;
66
+ updatedAt: import("@feathersjs/typebox").TAny;
67
+ exchange: import("@feathersjs/typebox").TString<string>;
68
+ pairs: import("@feathersjs/typebox").TAny;
69
+ symbols: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
70
+ currencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
71
+ bases: import("@feathersjs/typebox").TAny;
72
+ quotes: import("@feathersjs/typebox").TAny;
73
+ }>>;
74
+ export type MarketsPatch = Static<typeof marketsPatchSchema>;
75
+ export declare const marketsPatchValidator: import("@feathersjs/schema").Validator<any, any>;
76
+ export declare const marketsPatchResolver: import("@feathersjs/schema").Resolver<{
77
+ symbols?: any;
78
+ currencies?: any;
79
+ _id: string | {};
80
+ createdAt: any;
81
+ updatedAt: any;
82
+ exchange: string;
83
+ pairs: any;
84
+ bases: any;
85
+ quotes: any;
86
+ }, HookContext<MarketsService<import("./markets.class").MarketsParams>>>;
87
+ export declare const marketsQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
88
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
89
+ createdAt: import("@feathersjs/typebox").TAny;
90
+ updatedAt: import("@feathersjs/typebox").TAny;
91
+ exchange: import("@feathersjs/typebox").TString<string>;
92
+ pairs: import("@feathersjs/typebox").TAny;
93
+ symbols: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
94
+ currencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
95
+ bases: import("@feathersjs/typebox").TAny;
96
+ quotes: import("@feathersjs/typebox").TAny;
97
+ }>, ["_id", "exchange", "createdAt", "pairs", "bases", "quotes", "updatedAt"]>;
98
+ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
99
+ $limit: import("@feathersjs/typebox").TNumber;
100
+ $skip: import("@feathersjs/typebox").TNumber;
101
+ $sort: import("@feathersjs/typebox").TObject<{
102
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
103
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
104
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
105
+ exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
106
+ pairs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
107
+ bases: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
108
+ quotes: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
109
+ }>;
110
+ $select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "updatedAt" | "exchange" | "pairs" | "bases" | "quotes")[]>;
111
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
112
+ _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<{
113
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
114
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
115
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
116
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
117
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
118
+ $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<{}>]>>;
119
+ $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<{}>]>>;
120
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
121
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
122
+ $gt: import("@feathersjs/typebox").TAny;
123
+ $gte: import("@feathersjs/typebox").TAny;
124
+ $lt: import("@feathersjs/typebox").TAny;
125
+ $lte: import("@feathersjs/typebox").TAny;
126
+ $ne: import("@feathersjs/typebox").TAny;
127
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
128
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
129
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
130
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
131
+ $gt: import("@feathersjs/typebox").TAny;
132
+ $gte: import("@feathersjs/typebox").TAny;
133
+ $lt: import("@feathersjs/typebox").TAny;
134
+ $lte: import("@feathersjs/typebox").TAny;
135
+ $ne: import("@feathersjs/typebox").TAny;
136
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
137
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
138
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
139
+ exchange: 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<{
140
+ $gt: import("@feathersjs/typebox").TString<string>;
141
+ $gte: import("@feathersjs/typebox").TString<string>;
142
+ $lt: import("@feathersjs/typebox").TString<string>;
143
+ $lte: import("@feathersjs/typebox").TString<string>;
144
+ $ne: import("@feathersjs/typebox").TString<string>;
145
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
146
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
147
+ }>, import("@feathersjs/typebox").TObject<{
148
+ $ilike: import("@feathersjs/typebox").TString<string>;
149
+ }>]>>]>>;
150
+ pairs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
151
+ $gt: import("@feathersjs/typebox").TAny;
152
+ $gte: import("@feathersjs/typebox").TAny;
153
+ $lt: import("@feathersjs/typebox").TAny;
154
+ $lte: import("@feathersjs/typebox").TAny;
155
+ $ne: import("@feathersjs/typebox").TAny;
156
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
157
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
158
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
159
+ bases: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
160
+ $gt: import("@feathersjs/typebox").TAny;
161
+ $gte: import("@feathersjs/typebox").TAny;
162
+ $lt: import("@feathersjs/typebox").TAny;
163
+ $lte: import("@feathersjs/typebox").TAny;
164
+ $ne: import("@feathersjs/typebox").TAny;
165
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
166
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
167
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
168
+ quotes: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
169
+ $gt: import("@feathersjs/typebox").TAny;
170
+ $gte: import("@feathersjs/typebox").TAny;
171
+ $lt: import("@feathersjs/typebox").TAny;
172
+ $lte: import("@feathersjs/typebox").TAny;
173
+ $ne: import("@feathersjs/typebox").TAny;
174
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
175
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
176
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
177
+ }>>, import("@feathersjs/typebox").TObject<{
178
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
179
+ _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<{
180
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
181
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
182
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
183
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
184
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
185
+ $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<{}>]>>;
186
+ $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<{}>]>>;
187
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
188
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
189
+ $gt: import("@feathersjs/typebox").TAny;
190
+ $gte: import("@feathersjs/typebox").TAny;
191
+ $lt: import("@feathersjs/typebox").TAny;
192
+ $lte: import("@feathersjs/typebox").TAny;
193
+ $ne: import("@feathersjs/typebox").TAny;
194
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
195
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
196
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
197
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
198
+ $gt: import("@feathersjs/typebox").TAny;
199
+ $gte: import("@feathersjs/typebox").TAny;
200
+ $lt: import("@feathersjs/typebox").TAny;
201
+ $lte: import("@feathersjs/typebox").TAny;
202
+ $ne: import("@feathersjs/typebox").TAny;
203
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
204
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
205
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
206
+ exchange: 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<{
207
+ $gt: import("@feathersjs/typebox").TString<string>;
208
+ $gte: import("@feathersjs/typebox").TString<string>;
209
+ $lt: import("@feathersjs/typebox").TString<string>;
210
+ $lte: import("@feathersjs/typebox").TString<string>;
211
+ $ne: import("@feathersjs/typebox").TString<string>;
212
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
213
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
214
+ }>, import("@feathersjs/typebox").TObject<{
215
+ $ilike: import("@feathersjs/typebox").TString<string>;
216
+ }>]>>]>>;
217
+ pairs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
218
+ $gt: import("@feathersjs/typebox").TAny;
219
+ $gte: import("@feathersjs/typebox").TAny;
220
+ $lt: import("@feathersjs/typebox").TAny;
221
+ $lte: import("@feathersjs/typebox").TAny;
222
+ $ne: import("@feathersjs/typebox").TAny;
223
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
224
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
225
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
226
+ bases: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
227
+ $gt: import("@feathersjs/typebox").TAny;
228
+ $gte: import("@feathersjs/typebox").TAny;
229
+ $lt: import("@feathersjs/typebox").TAny;
230
+ $lte: import("@feathersjs/typebox").TAny;
231
+ $ne: import("@feathersjs/typebox").TAny;
232
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
233
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
234
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
235
+ quotes: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
236
+ $gt: import("@feathersjs/typebox").TAny;
237
+ $gte: import("@feathersjs/typebox").TAny;
238
+ $lt: import("@feathersjs/typebox").TAny;
239
+ $lte: import("@feathersjs/typebox").TAny;
240
+ $ne: import("@feathersjs/typebox").TAny;
241
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
242
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
243
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
244
+ }>>>;
245
+ }>]>>;
246
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
247
+ _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<{
248
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
249
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
250
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
251
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
252
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
253
+ $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<{}>]>>;
254
+ $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<{}>]>>;
255
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
256
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
257
+ $gt: import("@feathersjs/typebox").TAny;
258
+ $gte: import("@feathersjs/typebox").TAny;
259
+ $lt: import("@feathersjs/typebox").TAny;
260
+ $lte: import("@feathersjs/typebox").TAny;
261
+ $ne: import("@feathersjs/typebox").TAny;
262
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
263
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
264
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
265
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
266
+ $gt: import("@feathersjs/typebox").TAny;
267
+ $gte: import("@feathersjs/typebox").TAny;
268
+ $lt: import("@feathersjs/typebox").TAny;
269
+ $lte: import("@feathersjs/typebox").TAny;
270
+ $ne: import("@feathersjs/typebox").TAny;
271
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
272
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
273
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
274
+ exchange: 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<{
275
+ $gt: import("@feathersjs/typebox").TString<string>;
276
+ $gte: import("@feathersjs/typebox").TString<string>;
277
+ $lt: import("@feathersjs/typebox").TString<string>;
278
+ $lte: import("@feathersjs/typebox").TString<string>;
279
+ $ne: import("@feathersjs/typebox").TString<string>;
280
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
281
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
282
+ }>, import("@feathersjs/typebox").TObject<{
283
+ $ilike: import("@feathersjs/typebox").TString<string>;
284
+ }>]>>]>>;
285
+ pairs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
286
+ $gt: import("@feathersjs/typebox").TAny;
287
+ $gte: import("@feathersjs/typebox").TAny;
288
+ $lt: import("@feathersjs/typebox").TAny;
289
+ $lte: import("@feathersjs/typebox").TAny;
290
+ $ne: import("@feathersjs/typebox").TAny;
291
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
292
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
293
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
294
+ bases: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
295
+ $gt: import("@feathersjs/typebox").TAny;
296
+ $gte: import("@feathersjs/typebox").TAny;
297
+ $lt: import("@feathersjs/typebox").TAny;
298
+ $lte: import("@feathersjs/typebox").TAny;
299
+ $ne: import("@feathersjs/typebox").TAny;
300
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
301
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
302
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
303
+ quotes: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
304
+ $gt: import("@feathersjs/typebox").TAny;
305
+ $gte: import("@feathersjs/typebox").TAny;
306
+ $lt: import("@feathersjs/typebox").TAny;
307
+ $lte: import("@feathersjs/typebox").TAny;
308
+ $ne: import("@feathersjs/typebox").TAny;
309
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
310
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
311
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
312
+ }>>>;
313
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
314
+ _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<{
315
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
316
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
317
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
318
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
319
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
320
+ $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<{}>]>>;
321
+ $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<{}>]>>;
322
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
323
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
324
+ $gt: import("@feathersjs/typebox").TAny;
325
+ $gte: import("@feathersjs/typebox").TAny;
326
+ $lt: import("@feathersjs/typebox").TAny;
327
+ $lte: import("@feathersjs/typebox").TAny;
328
+ $ne: import("@feathersjs/typebox").TAny;
329
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
330
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
331
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
332
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
333
+ $gt: import("@feathersjs/typebox").TAny;
334
+ $gte: import("@feathersjs/typebox").TAny;
335
+ $lt: import("@feathersjs/typebox").TAny;
336
+ $lte: import("@feathersjs/typebox").TAny;
337
+ $ne: import("@feathersjs/typebox").TAny;
338
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
339
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
340
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
341
+ exchange: 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<{
342
+ $gt: import("@feathersjs/typebox").TString<string>;
343
+ $gte: import("@feathersjs/typebox").TString<string>;
344
+ $lt: import("@feathersjs/typebox").TString<string>;
345
+ $lte: import("@feathersjs/typebox").TString<string>;
346
+ $ne: import("@feathersjs/typebox").TString<string>;
347
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
348
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
349
+ }>, import("@feathersjs/typebox").TObject<{
350
+ $ilike: import("@feathersjs/typebox").TString<string>;
351
+ }>]>>]>>;
352
+ pairs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
353
+ $gt: import("@feathersjs/typebox").TAny;
354
+ $gte: import("@feathersjs/typebox").TAny;
355
+ $lt: import("@feathersjs/typebox").TAny;
356
+ $lte: import("@feathersjs/typebox").TAny;
357
+ $ne: import("@feathersjs/typebox").TAny;
358
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
359
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
360
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
361
+ bases: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
362
+ $gt: import("@feathersjs/typebox").TAny;
363
+ $gte: import("@feathersjs/typebox").TAny;
364
+ $lt: import("@feathersjs/typebox").TAny;
365
+ $lte: import("@feathersjs/typebox").TAny;
366
+ $ne: import("@feathersjs/typebox").TAny;
367
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
368
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
369
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
370
+ quotes: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
371
+ $gt: import("@feathersjs/typebox").TAny;
372
+ $gte: import("@feathersjs/typebox").TAny;
373
+ $lt: import("@feathersjs/typebox").TAny;
374
+ $lte: import("@feathersjs/typebox").TAny;
375
+ $ne: import("@feathersjs/typebox").TAny;
376
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
377
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
378
+ }>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
379
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
380
+ export type MarketsQuery = Static<typeof marketsQuerySchema>;
381
+ export declare const marketsQueryValidator: import("@feathersjs/schema").Validator<any, any>;
382
+ export declare const marketsQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
383
+ $limit: number;
384
+ $skip: number;
385
+ $sort: {
386
+ _id?: number | undefined;
387
+ createdAt?: number | undefined;
388
+ updatedAt?: number | undefined;
389
+ exchange?: number | undefined;
390
+ pairs?: number | undefined;
391
+ bases?: number | undefined;
392
+ quotes?: number | undefined;
393
+ };
394
+ $select: ("_id" | "createdAt" | "updatedAt" | "exchange" | "pairs" | "bases" | "quotes")[];
395
+ $and: ({
396
+ _id?: string | {} | Partial<{
397
+ $gt: string | {};
398
+ $gte: string | {};
399
+ $lt: string | {};
400
+ $lte: string | {};
401
+ $ne: string | {};
402
+ $in: string | {} | (string | {})[];
403
+ $nin: string | {} | (string | {})[];
404
+ } & {}> | undefined;
405
+ createdAt?: any;
406
+ updatedAt?: any;
407
+ exchange?: string | Partial<{
408
+ $gt: string;
409
+ $gte: string;
410
+ $lt: string;
411
+ $lte: string;
412
+ $ne: string;
413
+ $in: string | string[];
414
+ $nin: string | string[];
415
+ } & {
416
+ $ilike: string;
417
+ }> | undefined;
418
+ pairs?: any;
419
+ bases?: any;
420
+ quotes?: any;
421
+ } | {
422
+ $or: {
423
+ _id?: string | {} | Partial<{
424
+ $gt: string | {};
425
+ $gte: string | {};
426
+ $lt: string | {};
427
+ $lte: string | {};
428
+ $ne: string | {};
429
+ $in: string | {} | (string | {})[];
430
+ $nin: string | {} | (string | {})[];
431
+ } & {}> | undefined;
432
+ createdAt?: any;
433
+ updatedAt?: any;
434
+ exchange?: string | Partial<{
435
+ $gt: string;
436
+ $gte: string;
437
+ $lt: string;
438
+ $lte: string;
439
+ $ne: string;
440
+ $in: string | string[];
441
+ $nin: string | string[];
442
+ } & {
443
+ $ilike: string;
444
+ }> | undefined;
445
+ pairs?: any;
446
+ bases?: any;
447
+ quotes?: any;
448
+ }[];
449
+ })[];
450
+ $or: {
451
+ _id?: string | {} | Partial<{
452
+ $gt: string | {};
453
+ $gte: string | {};
454
+ $lt: string | {};
455
+ $lte: string | {};
456
+ $ne: string | {};
457
+ $in: string | {} | (string | {})[];
458
+ $nin: string | {} | (string | {})[];
459
+ } & {}> | undefined;
460
+ createdAt?: any;
461
+ updatedAt?: any;
462
+ exchange?: string | Partial<{
463
+ $gt: string;
464
+ $gte: string;
465
+ $lt: string;
466
+ $lte: string;
467
+ $ne: string;
468
+ $in: string | string[];
469
+ $nin: string | string[];
470
+ } & {
471
+ $ilike: string;
472
+ }> | undefined;
473
+ pairs?: any;
474
+ bases?: any;
475
+ quotes?: any;
476
+ }[];
477
+ }> & {
478
+ _id?: string | {} | Partial<{
479
+ $gt: string | {};
480
+ $gte: string | {};
481
+ $lt: string | {};
482
+ $lte: string | {};
483
+ $ne: string | {};
484
+ $in: string | {} | (string | {})[];
485
+ $nin: string | {} | (string | {})[];
486
+ } & {}> | undefined;
487
+ createdAt?: any;
488
+ updatedAt?: any;
489
+ exchange?: string | Partial<{
490
+ $gt: string;
491
+ $gte: string;
492
+ $lt: string;
493
+ $lte: string;
494
+ $ne: string;
495
+ $in: string | string[];
496
+ $nin: string | string[];
497
+ } & {
498
+ $ilike: string;
499
+ }> | undefined;
500
+ pairs?: any;
501
+ bases?: any;
502
+ quotes?: any;
503
+ } & {}, HookContext<MarketsService<import("./markets.class").MarketsParams>>>;
@@ -0,0 +1,13 @@
1
+ import type { Params } from '@feathersjs/feathers';
2
+ import type { ClientApplication } from '../../client';
3
+ import type { Markets, MarketsData, MarketsPatch, MarketsQuery, MarketsService } from './markets.class';
4
+ export type { Markets, MarketsData, MarketsPatch, MarketsQuery };
5
+ export type MarketsClientService = Pick<MarketsService<Params<MarketsQuery>>, (typeof marketsMethods)[number]>;
6
+ export declare const marketsPath = "markets";
7
+ export declare const marketsMethods: readonly ["find", "get", "create", "patch", "remove"];
8
+ export declare const marketsClient: (client: ClientApplication) => void;
9
+ declare module '../../client' {
10
+ interface ServiceTypes {
11
+ [marketsPath]: MarketsClientService;
12
+ }
13
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.marketsClient = exports.marketsMethods = exports.marketsPath = void 0;
4
+ exports.marketsPath = 'markets';
5
+ exports.marketsMethods = ['find', 'get', 'create', 'patch', 'remove'];
6
+ const marketsClient = (client) => {
7
+ const connection = client.get('connection');
8
+ client.use(exports.marketsPath, connection.service(exports.marketsPath), {
9
+ methods: exports.marketsMethods
10
+ });
11
+ };
12
+ exports.marketsClient = marketsClient;
13
+ //# sourceMappingURL=markets.shared.js.map
@@ -0,0 +1,11 @@
1
+ import type { Params } from '@feathersjs/feathers';
2
+ import { MongoDBService } from '@feathersjs/mongodb';
3
+ import type { MongoDBAdapterParams, MongoDBAdapterOptions } from '@feathersjs/mongodb';
4
+ import type { Application } from '../../declarations';
5
+ import type { Messages, MessagesData, MessagesPatch, MessagesQuery } from './messages.schema';
6
+ export type { Messages, MessagesData, MessagesPatch, MessagesQuery };
7
+ export interface MessagesParams extends MongoDBAdapterParams<MessagesQuery> {
8
+ }
9
+ export declare class MessagesService<ServiceParams extends Params = MessagesParams> extends MongoDBService<Messages, MessagesData, MessagesParams, MessagesPatch> {
10
+ }
11
+ export declare const getOptions: (app: Application) => MongoDBAdapterOptions;
@@ -0,0 +1,11 @@
1
+ import type { Application } from '../../declarations';
2
+ import { MessagesService } from './messages.class';
3
+ import { messagesPath } from './messages.shared';
4
+ export * from './messages.class';
5
+ export * from './messages.schema';
6
+ export declare const messages: (app: Application) => void;
7
+ declare module '../../declarations' {
8
+ interface ServiceTypes {
9
+ [messagesPath]: MessagesService;
10
+ }
11
+ }