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