@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,2825 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import type { HookContext } from '../../declarations';
3
+ import type { TradersService } from './traders.class';
4
+ export declare const tradersSchema: import("@feathersjs/typebox").TObject<{
5
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
6
+ name: import("@feathersjs/typebox").TAny;
7
+ createdAt: import("@feathersjs/typebox").TAny;
8
+ updatedAt: import("@feathersjs/typebox").TAny;
9
+ userId: import("@feathersjs/typebox").TAny;
10
+ which: import("@feathersjs/typebox").TString<string>;
11
+ exchange: import("@feathersjs/typebox").TAny;
12
+ exchangeId: import("@feathersjs/typebox").TAny;
13
+ key: import("@feathersjs/typebox").TString<string>;
14
+ secret: import("@feathersjs/typebox").TString<string>;
15
+ connected: import("@feathersjs/typebox").TBoolean;
16
+ stake_currency: import("@feathersjs/typebox").TString<string>;
17
+ stake_amount: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
18
+ dry_run: import("@feathersjs/typebox").TBoolean;
19
+ handling: import("@feathersjs/typebox").TString<string>;
20
+ initial_state: import("@feathersjs/typebox").TString<string>;
21
+ pairlists: import("@feathersjs/typebox").TAny;
22
+ strategy: import("@feathersjs/typebox").TAny;
23
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
24
+ plugins: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
25
+ number_assets: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
26
+ refresh_period: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
27
+ sortByPerformance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
28
+ ignoreLowValue: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
29
+ removeRecentlyListed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
30
+ removeRecentlyListedDays: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
31
+ }>>;
32
+ dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
33
+ max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
34
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
35
+ unfilledtimeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
36
+ buy: import("@feathersjs/typebox").TNumber;
37
+ sell: import("@feathersjs/typebox").TNumber;
38
+ }>>;
39
+ cancel_open_orders_on_exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
40
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
41
+ tradable_balance_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
42
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
43
+ enabled: import("@feathersjs/typebox").TBoolean;
44
+ format: import("@feathersjs/typebox").TString<string>;
45
+ url: import("@feathersjs/typebox").TString<string>;
46
+ webhookstatus: import("@feathersjs/typebox").TObject<{
47
+ event: import("@feathersjs/typebox").TString<string>;
48
+ status: import("@feathersjs/typebox").TString<string>;
49
+ traderId: import("@feathersjs/typebox").TAny;
50
+ userId: import("@feathersjs/typebox").TString<string>;
51
+ }>;
52
+ webhookbuy: import("@feathersjs/typebox").TObject<{
53
+ event: import("@feathersjs/typebox").TString<string>;
54
+ traderId: import("@feathersjs/typebox").TAny;
55
+ userId: import("@feathersjs/typebox").TString<string>;
56
+ pair: import("@feathersjs/typebox").TString<string>;
57
+ limit: import("@feathersjs/typebox").TString<string>;
58
+ stake_amount: import("@feathersjs/typebox").TString<string>;
59
+ stake_currency: import("@feathersjs/typebox").TString<string>;
60
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
61
+ }>;
62
+ webhookbuycancel: import("@feathersjs/typebox").TObject<{
63
+ event: import("@feathersjs/typebox").TString<string>;
64
+ traderId: import("@feathersjs/typebox").TAny;
65
+ userId: import("@feathersjs/typebox").TString<string>;
66
+ pair: import("@feathersjs/typebox").TString<string>;
67
+ limit: import("@feathersjs/typebox").TString<string>;
68
+ stake_amount: import("@feathersjs/typebox").TString<string>;
69
+ stake_currency: import("@feathersjs/typebox").TString<string>;
70
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
71
+ }>;
72
+ webhookbuyfill: import("@feathersjs/typebox").TObject<{
73
+ event: import("@feathersjs/typebox").TString<string>;
74
+ userId: import("@feathersjs/typebox").TString<string>;
75
+ traderId: import("@feathersjs/typebox").TAny;
76
+ trade_id: import("@feathersjs/typebox").TString<string>;
77
+ pair: import("@feathersjs/typebox").TString<string>;
78
+ open_rate: import("@feathersjs/typebox").TString<string>;
79
+ amount: import("@feathersjs/typebox").TString<string>;
80
+ open_date: import("@feathersjs/typebox").TString<string>;
81
+ stake_amount: import("@feathersjs/typebox").TString<string>;
82
+ stake_currency: import("@feathersjs/typebox").TString<string>;
83
+ }>;
84
+ webhooksell: import("@feathersjs/typebox").TObject<{
85
+ event: import("@feathersjs/typebox").TString<string>;
86
+ traderId: import("@feathersjs/typebox").TAny;
87
+ userId: import("@feathersjs/typebox").TString<string>;
88
+ trade_id: import("@feathersjs/typebox").TString<string>;
89
+ pair: import("@feathersjs/typebox").TString<string>;
90
+ gain: import("@feathersjs/typebox").TString<string>;
91
+ amount: import("@feathersjs/typebox").TString<string>;
92
+ limit: import("@feathersjs/typebox").TString<string>;
93
+ stake_currency: import("@feathersjs/typebox").TString<string>;
94
+ profit_amount: import("@feathersjs/typebox").TString<string>;
95
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
96
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
97
+ open_date: import("@feathersjs/typebox").TString<string>;
98
+ close_date: import("@feathersjs/typebox").TString<string>;
99
+ sell_reason: import("@feathersjs/typebox").TString<string>;
100
+ order_type: import("@feathersjs/typebox").TString<string>;
101
+ }>;
102
+ webhooksellcancel: import("@feathersjs/typebox").TObject<{
103
+ event: import("@feathersjs/typebox").TString<string>;
104
+ traderId: import("@feathersjs/typebox").TAny;
105
+ userId: import("@feathersjs/typebox").TString<string>;
106
+ pair: import("@feathersjs/typebox").TString<string>;
107
+ limit: import("@feathersjs/typebox").TString<string>;
108
+ profit_amount: import("@feathersjs/typebox").TString<string>;
109
+ stake_currency: import("@feathersjs/typebox").TString<string>;
110
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
111
+ }>;
112
+ webhooksellfill: import("@feathersjs/typebox").TObject<{
113
+ event: import("@feathersjs/typebox").TString<string>;
114
+ traderId: import("@feathersjs/typebox").TAny;
115
+ userId: import("@feathersjs/typebox").TString<string>;
116
+ pair: import("@feathersjs/typebox").TString<string>;
117
+ close_rate: import("@feathersjs/typebox").TString<string>;
118
+ }>;
119
+ }>>;
120
+ bid_strategy: import("@feathersjs/typebox").TObject<{
121
+ price_side: import("@feathersjs/typebox").TLiteral<"bid">;
122
+ ask_last_balance: import("@feathersjs/typebox").TNumber;
123
+ use_order_book: import("@feathersjs/typebox").TBoolean;
124
+ order_book_top: import("@feathersjs/typebox").TInteger;
125
+ check_depth_of_market: import("@feathersjs/typebox").TObject<{
126
+ enabled: import("@feathersjs/typebox").TBoolean;
127
+ bids_to_ask_delta: import("@feathersjs/typebox").TInteger;
128
+ }>;
129
+ }>;
130
+ ask_strategy: import("@feathersjs/typebox").TObject<{
131
+ price_side: import("@feathersjs/typebox").TLiteral<"ask">;
132
+ use_order_book: import("@feathersjs/typebox").TBoolean;
133
+ order_book_min: import("@feathersjs/typebox").TInteger;
134
+ order_book_max: import("@feathersjs/typebox").TInteger;
135
+ exit_sell_signal: import("@feathersjs/typebox").TBoolean;
136
+ exit_profit_only: import("@feathersjs/typebox").TBoolean;
137
+ ignore_roi_if_entry_signal: import("@feathersjs/typebox").TBoolean;
138
+ }>;
139
+ api_server: import("@feathersjs/typebox").TObject<{
140
+ enabled: import("@feathersjs/typebox").TBoolean;
141
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
142
+ listen_port: import("@feathersjs/typebox").TNumber;
143
+ verbosity: import("@feathersjs/typebox").TString<string>;
144
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
145
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
146
+ username: import("@feathersjs/typebox").TString<string>;
147
+ password: import("@feathersjs/typebox").TString<string>;
148
+ }>;
149
+ pod: import("@feathersjs/typebox").TString<string>;
150
+ host: import("@feathersjs/typebox").TString<string>;
151
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
152
+ strategies: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
153
+ "traders/pods": import("@feathersjs/typebox").TAny;
154
+ }>;
155
+ export type Traders = Static<typeof tradersSchema>;
156
+ export declare const tradersValidator: import("@feathersjs/schema").Validator<any, any>;
157
+ export declare const tradersResolver: import("@feathersjs/schema").Resolver<{
158
+ dry_run_wallet?: number | undefined;
159
+ max_open_trades?: number | undefined;
160
+ plugins?: {
161
+ number_assets?: number | undefined;
162
+ refresh_period?: number | undefined;
163
+ sortByPerformance?: boolean | undefined;
164
+ ignoreLowValue?: boolean | undefined;
165
+ removeRecentlyListed?: boolean | undefined;
166
+ removeRecentlyListedDays?: number | undefined;
167
+ } | undefined;
168
+ fiat_display_currency?: string | undefined;
169
+ unfilledtimeout?: {
170
+ buy: number;
171
+ sell: number;
172
+ } | undefined;
173
+ cancel_open_orders_on_exit?: boolean | undefined;
174
+ running?: boolean | undefined;
175
+ tradable_balance_ratio?: number | undefined;
176
+ webhook?: {
177
+ url: string;
178
+ format: string;
179
+ enabled: boolean;
180
+ webhookstatus: {
181
+ traderId: any;
182
+ event: string;
183
+ status: string;
184
+ userId: string;
185
+ };
186
+ webhookbuy: {
187
+ limit: string;
188
+ traderId: any;
189
+ stake_amount: string;
190
+ stake_currency: string;
191
+ event: string;
192
+ userId: string;
193
+ pair: string;
194
+ fiat_currency: string;
195
+ };
196
+ webhookbuycancel: {
197
+ limit: string;
198
+ traderId: any;
199
+ stake_amount: string;
200
+ stake_currency: string;
201
+ event: string;
202
+ userId: string;
203
+ pair: string;
204
+ fiat_currency: string;
205
+ };
206
+ webhookbuyfill: {
207
+ traderId: any;
208
+ stake_amount: string;
209
+ stake_currency: string;
210
+ event: string;
211
+ userId: string;
212
+ pair: string;
213
+ trade_id: string;
214
+ open_rate: string;
215
+ amount: string;
216
+ open_date: string;
217
+ };
218
+ webhooksell: {
219
+ limit: string;
220
+ traderId: any;
221
+ stake_currency: string;
222
+ event: string;
223
+ userId: string;
224
+ pair: string;
225
+ fiat_currency: string;
226
+ trade_id: string;
227
+ amount: string;
228
+ open_date: string;
229
+ gain: string;
230
+ profit_amount: string;
231
+ profit_ratio: string;
232
+ close_date: string;
233
+ sell_reason: string;
234
+ order_type: string;
235
+ };
236
+ webhooksellcancel: {
237
+ limit: string;
238
+ traderId: any;
239
+ stake_currency: string;
240
+ event: string;
241
+ userId: string;
242
+ pair: string;
243
+ profit_amount: string;
244
+ profit_ratio: string;
245
+ };
246
+ webhooksellfill: {
247
+ traderId: any;
248
+ event: string;
249
+ userId: string;
250
+ pair: string;
251
+ close_rate: string;
252
+ };
253
+ } | undefined;
254
+ host: string;
255
+ name: any;
256
+ provider: "docker";
257
+ strategies: string[];
258
+ secret: string;
259
+ key: string;
260
+ _id: string | {};
261
+ createdAt: any;
262
+ updatedAt: any;
263
+ "traders/pods": any;
264
+ strategyId: string | {};
265
+ stake_amount: string | number;
266
+ stake_currency: string;
267
+ exchangeId: any;
268
+ userId: any;
269
+ which: string;
270
+ exchange: any;
271
+ connected: boolean;
272
+ dry_run: boolean;
273
+ handling: string;
274
+ initial_state: string;
275
+ pairlists: any;
276
+ strategy: any;
277
+ bid_strategy: {
278
+ price_side: "bid";
279
+ ask_last_balance: number;
280
+ use_order_book: boolean;
281
+ order_book_top: number;
282
+ check_depth_of_market: {
283
+ enabled: boolean;
284
+ bids_to_ask_delta: number;
285
+ };
286
+ };
287
+ ask_strategy: {
288
+ price_side: "ask";
289
+ use_order_book: boolean;
290
+ order_book_min: number;
291
+ order_book_max: number;
292
+ exit_sell_signal: boolean;
293
+ exit_profit_only: boolean;
294
+ ignore_roi_if_entry_signal: boolean;
295
+ };
296
+ api_server: {
297
+ password: string;
298
+ enabled: boolean;
299
+ listen_ip_address: string;
300
+ listen_port: number;
301
+ verbosity: string;
302
+ jwt_secret_key: string;
303
+ CORS_origins: string[];
304
+ username: string;
305
+ };
306
+ pod: string;
307
+ }, HookContext<TradersService<import("./traders.class").TradersParams>>>;
308
+ export declare const tradersExternalResolver: import("@feathersjs/schema").Resolver<{
309
+ dry_run_wallet?: number | undefined;
310
+ max_open_trades?: number | undefined;
311
+ plugins?: {
312
+ number_assets?: number | undefined;
313
+ refresh_period?: number | undefined;
314
+ sortByPerformance?: boolean | undefined;
315
+ ignoreLowValue?: boolean | undefined;
316
+ removeRecentlyListed?: boolean | undefined;
317
+ removeRecentlyListedDays?: number | undefined;
318
+ } | undefined;
319
+ fiat_display_currency?: string | undefined;
320
+ unfilledtimeout?: {
321
+ buy: number;
322
+ sell: number;
323
+ } | undefined;
324
+ cancel_open_orders_on_exit?: boolean | undefined;
325
+ running?: boolean | undefined;
326
+ tradable_balance_ratio?: number | undefined;
327
+ webhook?: {
328
+ url: string;
329
+ format: string;
330
+ enabled: boolean;
331
+ webhookstatus: {
332
+ traderId: any;
333
+ event: string;
334
+ status: string;
335
+ userId: string;
336
+ };
337
+ webhookbuy: {
338
+ limit: string;
339
+ traderId: any;
340
+ stake_amount: string;
341
+ stake_currency: string;
342
+ event: string;
343
+ userId: string;
344
+ pair: string;
345
+ fiat_currency: string;
346
+ };
347
+ webhookbuycancel: {
348
+ limit: string;
349
+ traderId: any;
350
+ stake_amount: string;
351
+ stake_currency: string;
352
+ event: string;
353
+ userId: string;
354
+ pair: string;
355
+ fiat_currency: string;
356
+ };
357
+ webhookbuyfill: {
358
+ traderId: any;
359
+ stake_amount: string;
360
+ stake_currency: string;
361
+ event: string;
362
+ userId: string;
363
+ pair: string;
364
+ trade_id: string;
365
+ open_rate: string;
366
+ amount: string;
367
+ open_date: string;
368
+ };
369
+ webhooksell: {
370
+ limit: string;
371
+ traderId: any;
372
+ stake_currency: string;
373
+ event: string;
374
+ userId: string;
375
+ pair: string;
376
+ fiat_currency: string;
377
+ trade_id: string;
378
+ amount: string;
379
+ open_date: string;
380
+ gain: string;
381
+ profit_amount: string;
382
+ profit_ratio: string;
383
+ close_date: string;
384
+ sell_reason: string;
385
+ order_type: string;
386
+ };
387
+ webhooksellcancel: {
388
+ limit: string;
389
+ traderId: any;
390
+ stake_currency: string;
391
+ event: string;
392
+ userId: string;
393
+ pair: string;
394
+ profit_amount: string;
395
+ profit_ratio: string;
396
+ };
397
+ webhooksellfill: {
398
+ traderId: any;
399
+ event: string;
400
+ userId: string;
401
+ pair: string;
402
+ close_rate: string;
403
+ };
404
+ } | undefined;
405
+ host: string;
406
+ name: any;
407
+ provider: "docker";
408
+ strategies: string[];
409
+ secret: string;
410
+ key: string;
411
+ _id: string | {};
412
+ createdAt: any;
413
+ updatedAt: any;
414
+ "traders/pods": any;
415
+ strategyId: string | {};
416
+ stake_amount: string | number;
417
+ stake_currency: string;
418
+ exchangeId: any;
419
+ userId: any;
420
+ which: string;
421
+ exchange: any;
422
+ connected: boolean;
423
+ dry_run: boolean;
424
+ handling: string;
425
+ initial_state: string;
426
+ pairlists: any;
427
+ strategy: any;
428
+ bid_strategy: {
429
+ price_side: "bid";
430
+ ask_last_balance: number;
431
+ use_order_book: boolean;
432
+ order_book_top: number;
433
+ check_depth_of_market: {
434
+ enabled: boolean;
435
+ bids_to_ask_delta: number;
436
+ };
437
+ };
438
+ ask_strategy: {
439
+ price_side: "ask";
440
+ use_order_book: boolean;
441
+ order_book_min: number;
442
+ order_book_max: number;
443
+ exit_sell_signal: boolean;
444
+ exit_profit_only: boolean;
445
+ ignore_roi_if_entry_signal: boolean;
446
+ };
447
+ api_server: {
448
+ password: string;
449
+ enabled: boolean;
450
+ listen_ip_address: string;
451
+ listen_port: number;
452
+ verbosity: string;
453
+ jwt_secret_key: string;
454
+ CORS_origins: string[];
455
+ username: string;
456
+ };
457
+ pod: string;
458
+ }, HookContext<TradersService<import("./traders.class").TradersParams>>>;
459
+ export declare const tradersDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
460
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
461
+ name: import("@feathersjs/typebox").TAny;
462
+ createdAt: import("@feathersjs/typebox").TAny;
463
+ updatedAt: import("@feathersjs/typebox").TAny;
464
+ userId: import("@feathersjs/typebox").TAny;
465
+ which: import("@feathersjs/typebox").TString<string>;
466
+ exchange: import("@feathersjs/typebox").TAny;
467
+ exchangeId: import("@feathersjs/typebox").TAny;
468
+ key: import("@feathersjs/typebox").TString<string>;
469
+ secret: import("@feathersjs/typebox").TString<string>;
470
+ connected: import("@feathersjs/typebox").TBoolean;
471
+ stake_currency: import("@feathersjs/typebox").TString<string>;
472
+ stake_amount: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
473
+ dry_run: import("@feathersjs/typebox").TBoolean;
474
+ handling: import("@feathersjs/typebox").TString<string>;
475
+ initial_state: import("@feathersjs/typebox").TString<string>;
476
+ pairlists: import("@feathersjs/typebox").TAny;
477
+ strategy: import("@feathersjs/typebox").TAny;
478
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
479
+ plugins: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
480
+ number_assets: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
481
+ refresh_period: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
482
+ sortByPerformance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
483
+ ignoreLowValue: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
484
+ removeRecentlyListed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
485
+ removeRecentlyListedDays: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
486
+ }>>;
487
+ dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
488
+ max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
489
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
490
+ unfilledtimeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
491
+ buy: import("@feathersjs/typebox").TNumber;
492
+ sell: import("@feathersjs/typebox").TNumber;
493
+ }>>;
494
+ cancel_open_orders_on_exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
495
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
496
+ tradable_balance_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
497
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
498
+ enabled: import("@feathersjs/typebox").TBoolean;
499
+ format: import("@feathersjs/typebox").TString<string>;
500
+ url: import("@feathersjs/typebox").TString<string>;
501
+ webhookstatus: import("@feathersjs/typebox").TObject<{
502
+ event: import("@feathersjs/typebox").TString<string>;
503
+ status: import("@feathersjs/typebox").TString<string>;
504
+ traderId: import("@feathersjs/typebox").TAny;
505
+ userId: import("@feathersjs/typebox").TString<string>;
506
+ }>;
507
+ webhookbuy: import("@feathersjs/typebox").TObject<{
508
+ event: import("@feathersjs/typebox").TString<string>;
509
+ traderId: import("@feathersjs/typebox").TAny;
510
+ userId: import("@feathersjs/typebox").TString<string>;
511
+ pair: import("@feathersjs/typebox").TString<string>;
512
+ limit: import("@feathersjs/typebox").TString<string>;
513
+ stake_amount: import("@feathersjs/typebox").TString<string>;
514
+ stake_currency: import("@feathersjs/typebox").TString<string>;
515
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
516
+ }>;
517
+ webhookbuycancel: import("@feathersjs/typebox").TObject<{
518
+ event: import("@feathersjs/typebox").TString<string>;
519
+ traderId: import("@feathersjs/typebox").TAny;
520
+ userId: import("@feathersjs/typebox").TString<string>;
521
+ pair: import("@feathersjs/typebox").TString<string>;
522
+ limit: import("@feathersjs/typebox").TString<string>;
523
+ stake_amount: import("@feathersjs/typebox").TString<string>;
524
+ stake_currency: import("@feathersjs/typebox").TString<string>;
525
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
526
+ }>;
527
+ webhookbuyfill: import("@feathersjs/typebox").TObject<{
528
+ event: import("@feathersjs/typebox").TString<string>;
529
+ userId: import("@feathersjs/typebox").TString<string>;
530
+ traderId: import("@feathersjs/typebox").TAny;
531
+ trade_id: import("@feathersjs/typebox").TString<string>;
532
+ pair: import("@feathersjs/typebox").TString<string>;
533
+ open_rate: import("@feathersjs/typebox").TString<string>;
534
+ amount: import("@feathersjs/typebox").TString<string>;
535
+ open_date: import("@feathersjs/typebox").TString<string>;
536
+ stake_amount: import("@feathersjs/typebox").TString<string>;
537
+ stake_currency: import("@feathersjs/typebox").TString<string>;
538
+ }>;
539
+ webhooksell: import("@feathersjs/typebox").TObject<{
540
+ event: import("@feathersjs/typebox").TString<string>;
541
+ traderId: import("@feathersjs/typebox").TAny;
542
+ userId: import("@feathersjs/typebox").TString<string>;
543
+ trade_id: import("@feathersjs/typebox").TString<string>;
544
+ pair: import("@feathersjs/typebox").TString<string>;
545
+ gain: import("@feathersjs/typebox").TString<string>;
546
+ amount: import("@feathersjs/typebox").TString<string>;
547
+ limit: import("@feathersjs/typebox").TString<string>;
548
+ stake_currency: import("@feathersjs/typebox").TString<string>;
549
+ profit_amount: import("@feathersjs/typebox").TString<string>;
550
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
551
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
552
+ open_date: import("@feathersjs/typebox").TString<string>;
553
+ close_date: import("@feathersjs/typebox").TString<string>;
554
+ sell_reason: import("@feathersjs/typebox").TString<string>;
555
+ order_type: import("@feathersjs/typebox").TString<string>;
556
+ }>;
557
+ webhooksellcancel: import("@feathersjs/typebox").TObject<{
558
+ event: import("@feathersjs/typebox").TString<string>;
559
+ traderId: import("@feathersjs/typebox").TAny;
560
+ userId: import("@feathersjs/typebox").TString<string>;
561
+ pair: import("@feathersjs/typebox").TString<string>;
562
+ limit: import("@feathersjs/typebox").TString<string>;
563
+ profit_amount: import("@feathersjs/typebox").TString<string>;
564
+ stake_currency: import("@feathersjs/typebox").TString<string>;
565
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
566
+ }>;
567
+ webhooksellfill: import("@feathersjs/typebox").TObject<{
568
+ event: import("@feathersjs/typebox").TString<string>;
569
+ traderId: import("@feathersjs/typebox").TAny;
570
+ userId: import("@feathersjs/typebox").TString<string>;
571
+ pair: import("@feathersjs/typebox").TString<string>;
572
+ close_rate: import("@feathersjs/typebox").TString<string>;
573
+ }>;
574
+ }>>;
575
+ bid_strategy: import("@feathersjs/typebox").TObject<{
576
+ price_side: import("@feathersjs/typebox").TLiteral<"bid">;
577
+ ask_last_balance: import("@feathersjs/typebox").TNumber;
578
+ use_order_book: import("@feathersjs/typebox").TBoolean;
579
+ order_book_top: import("@feathersjs/typebox").TInteger;
580
+ check_depth_of_market: import("@feathersjs/typebox").TObject<{
581
+ enabled: import("@feathersjs/typebox").TBoolean;
582
+ bids_to_ask_delta: import("@feathersjs/typebox").TInteger;
583
+ }>;
584
+ }>;
585
+ ask_strategy: import("@feathersjs/typebox").TObject<{
586
+ price_side: import("@feathersjs/typebox").TLiteral<"ask">;
587
+ use_order_book: import("@feathersjs/typebox").TBoolean;
588
+ order_book_min: import("@feathersjs/typebox").TInteger;
589
+ order_book_max: import("@feathersjs/typebox").TInteger;
590
+ exit_sell_signal: import("@feathersjs/typebox").TBoolean;
591
+ exit_profit_only: import("@feathersjs/typebox").TBoolean;
592
+ ignore_roi_if_entry_signal: import("@feathersjs/typebox").TBoolean;
593
+ }>;
594
+ api_server: import("@feathersjs/typebox").TObject<{
595
+ enabled: import("@feathersjs/typebox").TBoolean;
596
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
597
+ listen_port: import("@feathersjs/typebox").TNumber;
598
+ verbosity: import("@feathersjs/typebox").TString<string>;
599
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
600
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
601
+ username: import("@feathersjs/typebox").TString<string>;
602
+ password: import("@feathersjs/typebox").TString<string>;
603
+ }>;
604
+ pod: import("@feathersjs/typebox").TString<string>;
605
+ host: import("@feathersjs/typebox").TString<string>;
606
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
607
+ strategies: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
608
+ "traders/pods": import("@feathersjs/typebox").TAny;
609
+ }>, []>;
610
+ export type TradersData = Static<typeof tradersDataSchema>;
611
+ export declare const tradersDataValidator: import("@feathersjs/schema").Validator<any, any>;
612
+ export declare const tradersDataResolver: import("@feathersjs/schema").Resolver<{
613
+ dry_run_wallet?: number | undefined;
614
+ max_open_trades?: number | undefined;
615
+ plugins?: {
616
+ number_assets?: number | undefined;
617
+ refresh_period?: number | undefined;
618
+ sortByPerformance?: boolean | undefined;
619
+ ignoreLowValue?: boolean | undefined;
620
+ removeRecentlyListed?: boolean | undefined;
621
+ removeRecentlyListedDays?: number | undefined;
622
+ } | undefined;
623
+ fiat_display_currency?: string | undefined;
624
+ unfilledtimeout?: {
625
+ buy: number;
626
+ sell: number;
627
+ } | undefined;
628
+ cancel_open_orders_on_exit?: boolean | undefined;
629
+ running?: boolean | undefined;
630
+ tradable_balance_ratio?: number | undefined;
631
+ webhook?: {
632
+ url: string;
633
+ format: string;
634
+ enabled: boolean;
635
+ webhookstatus: {
636
+ traderId: any;
637
+ event: string;
638
+ status: string;
639
+ userId: string;
640
+ };
641
+ webhookbuy: {
642
+ limit: string;
643
+ traderId: any;
644
+ stake_amount: string;
645
+ stake_currency: string;
646
+ event: string;
647
+ userId: string;
648
+ pair: string;
649
+ fiat_currency: string;
650
+ };
651
+ webhookbuycancel: {
652
+ limit: string;
653
+ traderId: any;
654
+ stake_amount: string;
655
+ stake_currency: string;
656
+ event: string;
657
+ userId: string;
658
+ pair: string;
659
+ fiat_currency: string;
660
+ };
661
+ webhookbuyfill: {
662
+ traderId: any;
663
+ stake_amount: string;
664
+ stake_currency: string;
665
+ event: string;
666
+ userId: string;
667
+ pair: string;
668
+ trade_id: string;
669
+ open_rate: string;
670
+ amount: string;
671
+ open_date: string;
672
+ };
673
+ webhooksell: {
674
+ limit: string;
675
+ traderId: any;
676
+ stake_currency: string;
677
+ event: string;
678
+ userId: string;
679
+ pair: string;
680
+ fiat_currency: string;
681
+ trade_id: string;
682
+ amount: string;
683
+ open_date: string;
684
+ gain: string;
685
+ profit_amount: string;
686
+ profit_ratio: string;
687
+ close_date: string;
688
+ sell_reason: string;
689
+ order_type: string;
690
+ };
691
+ webhooksellcancel: {
692
+ limit: string;
693
+ traderId: any;
694
+ stake_currency: string;
695
+ event: string;
696
+ userId: string;
697
+ pair: string;
698
+ profit_amount: string;
699
+ profit_ratio: string;
700
+ };
701
+ webhooksellfill: {
702
+ traderId: any;
703
+ event: string;
704
+ userId: string;
705
+ pair: string;
706
+ close_rate: string;
707
+ };
708
+ } | undefined;
709
+ host: string;
710
+ name: any;
711
+ provider: "docker";
712
+ strategies: string[];
713
+ secret: string;
714
+ key: string;
715
+ _id: string | {};
716
+ createdAt: any;
717
+ updatedAt: any;
718
+ "traders/pods": any;
719
+ strategyId: string | {};
720
+ stake_amount: string | number;
721
+ stake_currency: string;
722
+ exchangeId: any;
723
+ userId: any;
724
+ which: string;
725
+ exchange: any;
726
+ connected: boolean;
727
+ dry_run: boolean;
728
+ handling: string;
729
+ initial_state: string;
730
+ pairlists: any;
731
+ strategy: any;
732
+ bid_strategy: {
733
+ price_side: "bid";
734
+ ask_last_balance: number;
735
+ use_order_book: boolean;
736
+ order_book_top: number;
737
+ check_depth_of_market: {
738
+ enabled: boolean;
739
+ bids_to_ask_delta: number;
740
+ };
741
+ };
742
+ ask_strategy: {
743
+ price_side: "ask";
744
+ use_order_book: boolean;
745
+ order_book_min: number;
746
+ order_book_max: number;
747
+ exit_sell_signal: boolean;
748
+ exit_profit_only: boolean;
749
+ ignore_roi_if_entry_signal: boolean;
750
+ };
751
+ api_server: {
752
+ password: string;
753
+ enabled: boolean;
754
+ listen_ip_address: string;
755
+ listen_port: number;
756
+ verbosity: string;
757
+ jwt_secret_key: string;
758
+ CORS_origins: string[];
759
+ username: string;
760
+ };
761
+ pod: string;
762
+ }, HookContext<TradersService<import("./traders.class").TradersParams>>>;
763
+ export declare const tradersPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
764
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
765
+ name: import("@feathersjs/typebox").TAny;
766
+ createdAt: import("@feathersjs/typebox").TAny;
767
+ updatedAt: import("@feathersjs/typebox").TAny;
768
+ userId: import("@feathersjs/typebox").TAny;
769
+ which: import("@feathersjs/typebox").TString<string>;
770
+ exchange: import("@feathersjs/typebox").TAny;
771
+ exchangeId: import("@feathersjs/typebox").TAny;
772
+ key: import("@feathersjs/typebox").TString<string>;
773
+ secret: import("@feathersjs/typebox").TString<string>;
774
+ connected: import("@feathersjs/typebox").TBoolean;
775
+ stake_currency: import("@feathersjs/typebox").TString<string>;
776
+ stake_amount: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
777
+ dry_run: import("@feathersjs/typebox").TBoolean;
778
+ handling: import("@feathersjs/typebox").TString<string>;
779
+ initial_state: import("@feathersjs/typebox").TString<string>;
780
+ pairlists: import("@feathersjs/typebox").TAny;
781
+ strategy: import("@feathersjs/typebox").TAny;
782
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
783
+ plugins: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
784
+ number_assets: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
785
+ refresh_period: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
786
+ sortByPerformance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
787
+ ignoreLowValue: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
788
+ removeRecentlyListed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
789
+ removeRecentlyListedDays: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
790
+ }>>;
791
+ dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
792
+ max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
793
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
794
+ unfilledtimeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
795
+ buy: import("@feathersjs/typebox").TNumber;
796
+ sell: import("@feathersjs/typebox").TNumber;
797
+ }>>;
798
+ cancel_open_orders_on_exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
799
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
800
+ tradable_balance_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
801
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
802
+ enabled: import("@feathersjs/typebox").TBoolean;
803
+ format: import("@feathersjs/typebox").TString<string>;
804
+ url: import("@feathersjs/typebox").TString<string>;
805
+ webhookstatus: import("@feathersjs/typebox").TObject<{
806
+ event: import("@feathersjs/typebox").TString<string>;
807
+ status: import("@feathersjs/typebox").TString<string>;
808
+ traderId: import("@feathersjs/typebox").TAny;
809
+ userId: import("@feathersjs/typebox").TString<string>;
810
+ }>;
811
+ webhookbuy: import("@feathersjs/typebox").TObject<{
812
+ event: import("@feathersjs/typebox").TString<string>;
813
+ traderId: import("@feathersjs/typebox").TAny;
814
+ userId: import("@feathersjs/typebox").TString<string>;
815
+ pair: import("@feathersjs/typebox").TString<string>;
816
+ limit: import("@feathersjs/typebox").TString<string>;
817
+ stake_amount: import("@feathersjs/typebox").TString<string>;
818
+ stake_currency: import("@feathersjs/typebox").TString<string>;
819
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
820
+ }>;
821
+ webhookbuycancel: import("@feathersjs/typebox").TObject<{
822
+ event: import("@feathersjs/typebox").TString<string>;
823
+ traderId: import("@feathersjs/typebox").TAny;
824
+ userId: import("@feathersjs/typebox").TString<string>;
825
+ pair: import("@feathersjs/typebox").TString<string>;
826
+ limit: import("@feathersjs/typebox").TString<string>;
827
+ stake_amount: import("@feathersjs/typebox").TString<string>;
828
+ stake_currency: import("@feathersjs/typebox").TString<string>;
829
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
830
+ }>;
831
+ webhookbuyfill: import("@feathersjs/typebox").TObject<{
832
+ event: import("@feathersjs/typebox").TString<string>;
833
+ userId: import("@feathersjs/typebox").TString<string>;
834
+ traderId: import("@feathersjs/typebox").TAny;
835
+ trade_id: import("@feathersjs/typebox").TString<string>;
836
+ pair: import("@feathersjs/typebox").TString<string>;
837
+ open_rate: import("@feathersjs/typebox").TString<string>;
838
+ amount: import("@feathersjs/typebox").TString<string>;
839
+ open_date: import("@feathersjs/typebox").TString<string>;
840
+ stake_amount: import("@feathersjs/typebox").TString<string>;
841
+ stake_currency: import("@feathersjs/typebox").TString<string>;
842
+ }>;
843
+ webhooksell: import("@feathersjs/typebox").TObject<{
844
+ event: import("@feathersjs/typebox").TString<string>;
845
+ traderId: import("@feathersjs/typebox").TAny;
846
+ userId: import("@feathersjs/typebox").TString<string>;
847
+ trade_id: import("@feathersjs/typebox").TString<string>;
848
+ pair: import("@feathersjs/typebox").TString<string>;
849
+ gain: import("@feathersjs/typebox").TString<string>;
850
+ amount: import("@feathersjs/typebox").TString<string>;
851
+ limit: import("@feathersjs/typebox").TString<string>;
852
+ stake_currency: import("@feathersjs/typebox").TString<string>;
853
+ profit_amount: import("@feathersjs/typebox").TString<string>;
854
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
855
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
856
+ open_date: import("@feathersjs/typebox").TString<string>;
857
+ close_date: import("@feathersjs/typebox").TString<string>;
858
+ sell_reason: import("@feathersjs/typebox").TString<string>;
859
+ order_type: import("@feathersjs/typebox").TString<string>;
860
+ }>;
861
+ webhooksellcancel: import("@feathersjs/typebox").TObject<{
862
+ event: import("@feathersjs/typebox").TString<string>;
863
+ traderId: import("@feathersjs/typebox").TAny;
864
+ userId: import("@feathersjs/typebox").TString<string>;
865
+ pair: import("@feathersjs/typebox").TString<string>;
866
+ limit: import("@feathersjs/typebox").TString<string>;
867
+ profit_amount: import("@feathersjs/typebox").TString<string>;
868
+ stake_currency: import("@feathersjs/typebox").TString<string>;
869
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
870
+ }>;
871
+ webhooksellfill: import("@feathersjs/typebox").TObject<{
872
+ event: import("@feathersjs/typebox").TString<string>;
873
+ traderId: import("@feathersjs/typebox").TAny;
874
+ userId: import("@feathersjs/typebox").TString<string>;
875
+ pair: import("@feathersjs/typebox").TString<string>;
876
+ close_rate: import("@feathersjs/typebox").TString<string>;
877
+ }>;
878
+ }>>;
879
+ bid_strategy: import("@feathersjs/typebox").TObject<{
880
+ price_side: import("@feathersjs/typebox").TLiteral<"bid">;
881
+ ask_last_balance: import("@feathersjs/typebox").TNumber;
882
+ use_order_book: import("@feathersjs/typebox").TBoolean;
883
+ order_book_top: import("@feathersjs/typebox").TInteger;
884
+ check_depth_of_market: import("@feathersjs/typebox").TObject<{
885
+ enabled: import("@feathersjs/typebox").TBoolean;
886
+ bids_to_ask_delta: import("@feathersjs/typebox").TInteger;
887
+ }>;
888
+ }>;
889
+ ask_strategy: import("@feathersjs/typebox").TObject<{
890
+ price_side: import("@feathersjs/typebox").TLiteral<"ask">;
891
+ use_order_book: import("@feathersjs/typebox").TBoolean;
892
+ order_book_min: import("@feathersjs/typebox").TInteger;
893
+ order_book_max: import("@feathersjs/typebox").TInteger;
894
+ exit_sell_signal: import("@feathersjs/typebox").TBoolean;
895
+ exit_profit_only: import("@feathersjs/typebox").TBoolean;
896
+ ignore_roi_if_entry_signal: import("@feathersjs/typebox").TBoolean;
897
+ }>;
898
+ api_server: import("@feathersjs/typebox").TObject<{
899
+ enabled: import("@feathersjs/typebox").TBoolean;
900
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
901
+ listen_port: import("@feathersjs/typebox").TNumber;
902
+ verbosity: import("@feathersjs/typebox").TString<string>;
903
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
904
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
905
+ username: import("@feathersjs/typebox").TString<string>;
906
+ password: import("@feathersjs/typebox").TString<string>;
907
+ }>;
908
+ pod: import("@feathersjs/typebox").TString<string>;
909
+ host: import("@feathersjs/typebox").TString<string>;
910
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
911
+ strategies: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
912
+ "traders/pods": import("@feathersjs/typebox").TAny;
913
+ }>>;
914
+ export type TradersPatch = Static<typeof tradersPatchSchema>;
915
+ export declare const tradersPatchValidator: import("@feathersjs/schema").Validator<any, any>;
916
+ export declare const tradersPatchResolver: import("@feathersjs/schema").Resolver<{
917
+ dry_run_wallet?: number | undefined;
918
+ max_open_trades?: number | undefined;
919
+ plugins?: {
920
+ number_assets?: number | undefined;
921
+ refresh_period?: number | undefined;
922
+ sortByPerformance?: boolean | undefined;
923
+ ignoreLowValue?: boolean | undefined;
924
+ removeRecentlyListed?: boolean | undefined;
925
+ removeRecentlyListedDays?: number | undefined;
926
+ } | undefined;
927
+ fiat_display_currency?: string | undefined;
928
+ unfilledtimeout?: {
929
+ buy: number;
930
+ sell: number;
931
+ } | undefined;
932
+ cancel_open_orders_on_exit?: boolean | undefined;
933
+ running?: boolean | undefined;
934
+ tradable_balance_ratio?: number | undefined;
935
+ webhook?: {
936
+ url: string;
937
+ format: string;
938
+ enabled: boolean;
939
+ webhookstatus: {
940
+ traderId: any;
941
+ event: string;
942
+ status: string;
943
+ userId: string;
944
+ };
945
+ webhookbuy: {
946
+ limit: string;
947
+ traderId: any;
948
+ stake_amount: string;
949
+ stake_currency: string;
950
+ event: string;
951
+ userId: string;
952
+ pair: string;
953
+ fiat_currency: string;
954
+ };
955
+ webhookbuycancel: {
956
+ limit: string;
957
+ traderId: any;
958
+ stake_amount: string;
959
+ stake_currency: string;
960
+ event: string;
961
+ userId: string;
962
+ pair: string;
963
+ fiat_currency: string;
964
+ };
965
+ webhookbuyfill: {
966
+ traderId: any;
967
+ stake_amount: string;
968
+ stake_currency: string;
969
+ event: string;
970
+ userId: string;
971
+ pair: string;
972
+ trade_id: string;
973
+ open_rate: string;
974
+ amount: string;
975
+ open_date: string;
976
+ };
977
+ webhooksell: {
978
+ limit: string;
979
+ traderId: any;
980
+ stake_currency: string;
981
+ event: string;
982
+ userId: string;
983
+ pair: string;
984
+ fiat_currency: string;
985
+ trade_id: string;
986
+ amount: string;
987
+ open_date: string;
988
+ gain: string;
989
+ profit_amount: string;
990
+ profit_ratio: string;
991
+ close_date: string;
992
+ sell_reason: string;
993
+ order_type: string;
994
+ };
995
+ webhooksellcancel: {
996
+ limit: string;
997
+ traderId: any;
998
+ stake_currency: string;
999
+ event: string;
1000
+ userId: string;
1001
+ pair: string;
1002
+ profit_amount: string;
1003
+ profit_ratio: string;
1004
+ };
1005
+ webhooksellfill: {
1006
+ traderId: any;
1007
+ event: string;
1008
+ userId: string;
1009
+ pair: string;
1010
+ close_rate: string;
1011
+ };
1012
+ } | undefined;
1013
+ host: string;
1014
+ name: any;
1015
+ provider: "docker";
1016
+ strategies: string[];
1017
+ secret: string;
1018
+ key: string;
1019
+ _id: string | {};
1020
+ createdAt: any;
1021
+ updatedAt: any;
1022
+ "traders/pods": any;
1023
+ strategyId: string | {};
1024
+ stake_amount: string | number;
1025
+ stake_currency: string;
1026
+ exchangeId: any;
1027
+ userId: any;
1028
+ which: string;
1029
+ exchange: any;
1030
+ connected: boolean;
1031
+ dry_run: boolean;
1032
+ handling: string;
1033
+ initial_state: string;
1034
+ pairlists: any;
1035
+ strategy: any;
1036
+ bid_strategy: {
1037
+ price_side: "bid";
1038
+ ask_last_balance: number;
1039
+ use_order_book: boolean;
1040
+ order_book_top: number;
1041
+ check_depth_of_market: {
1042
+ enabled: boolean;
1043
+ bids_to_ask_delta: number;
1044
+ };
1045
+ };
1046
+ ask_strategy: {
1047
+ price_side: "ask";
1048
+ use_order_book: boolean;
1049
+ order_book_min: number;
1050
+ order_book_max: number;
1051
+ exit_sell_signal: boolean;
1052
+ exit_profit_only: boolean;
1053
+ ignore_roi_if_entry_signal: boolean;
1054
+ };
1055
+ api_server: {
1056
+ password: string;
1057
+ enabled: boolean;
1058
+ listen_ip_address: string;
1059
+ listen_port: number;
1060
+ verbosity: string;
1061
+ jwt_secret_key: string;
1062
+ CORS_origins: string[];
1063
+ username: string;
1064
+ };
1065
+ pod: string;
1066
+ }, HookContext<TradersService<import("./traders.class").TradersParams>>>;
1067
+ export declare const tradersQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
1068
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1069
+ name: import("@feathersjs/typebox").TAny;
1070
+ createdAt: import("@feathersjs/typebox").TAny;
1071
+ updatedAt: import("@feathersjs/typebox").TAny;
1072
+ userId: import("@feathersjs/typebox").TAny;
1073
+ which: import("@feathersjs/typebox").TString<string>;
1074
+ exchange: import("@feathersjs/typebox").TAny;
1075
+ exchangeId: import("@feathersjs/typebox").TAny;
1076
+ key: import("@feathersjs/typebox").TString<string>;
1077
+ secret: import("@feathersjs/typebox").TString<string>;
1078
+ connected: import("@feathersjs/typebox").TBoolean;
1079
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1080
+ stake_amount: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
1081
+ dry_run: import("@feathersjs/typebox").TBoolean;
1082
+ handling: import("@feathersjs/typebox").TString<string>;
1083
+ initial_state: import("@feathersjs/typebox").TString<string>;
1084
+ pairlists: import("@feathersjs/typebox").TAny;
1085
+ strategy: import("@feathersjs/typebox").TAny;
1086
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1087
+ plugins: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1088
+ number_assets: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1089
+ refresh_period: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1090
+ sortByPerformance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1091
+ ignoreLowValue: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1092
+ removeRecentlyListed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1093
+ removeRecentlyListedDays: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1094
+ }>>;
1095
+ dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1096
+ max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1097
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1098
+ unfilledtimeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1099
+ buy: import("@feathersjs/typebox").TNumber;
1100
+ sell: import("@feathersjs/typebox").TNumber;
1101
+ }>>;
1102
+ cancel_open_orders_on_exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1103
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1104
+ tradable_balance_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1105
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1106
+ enabled: import("@feathersjs/typebox").TBoolean;
1107
+ format: import("@feathersjs/typebox").TString<string>;
1108
+ url: import("@feathersjs/typebox").TString<string>;
1109
+ webhookstatus: import("@feathersjs/typebox").TObject<{
1110
+ event: import("@feathersjs/typebox").TString<string>;
1111
+ status: import("@feathersjs/typebox").TString<string>;
1112
+ traderId: import("@feathersjs/typebox").TAny;
1113
+ userId: import("@feathersjs/typebox").TString<string>;
1114
+ }>;
1115
+ webhookbuy: import("@feathersjs/typebox").TObject<{
1116
+ event: import("@feathersjs/typebox").TString<string>;
1117
+ traderId: import("@feathersjs/typebox").TAny;
1118
+ userId: import("@feathersjs/typebox").TString<string>;
1119
+ pair: import("@feathersjs/typebox").TString<string>;
1120
+ limit: import("@feathersjs/typebox").TString<string>;
1121
+ stake_amount: import("@feathersjs/typebox").TString<string>;
1122
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1123
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
1124
+ }>;
1125
+ webhookbuycancel: import("@feathersjs/typebox").TObject<{
1126
+ event: import("@feathersjs/typebox").TString<string>;
1127
+ traderId: import("@feathersjs/typebox").TAny;
1128
+ userId: import("@feathersjs/typebox").TString<string>;
1129
+ pair: import("@feathersjs/typebox").TString<string>;
1130
+ limit: import("@feathersjs/typebox").TString<string>;
1131
+ stake_amount: import("@feathersjs/typebox").TString<string>;
1132
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1133
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
1134
+ }>;
1135
+ webhookbuyfill: import("@feathersjs/typebox").TObject<{
1136
+ event: import("@feathersjs/typebox").TString<string>;
1137
+ userId: import("@feathersjs/typebox").TString<string>;
1138
+ traderId: import("@feathersjs/typebox").TAny;
1139
+ trade_id: import("@feathersjs/typebox").TString<string>;
1140
+ pair: import("@feathersjs/typebox").TString<string>;
1141
+ open_rate: import("@feathersjs/typebox").TString<string>;
1142
+ amount: import("@feathersjs/typebox").TString<string>;
1143
+ open_date: import("@feathersjs/typebox").TString<string>;
1144
+ stake_amount: import("@feathersjs/typebox").TString<string>;
1145
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1146
+ }>;
1147
+ webhooksell: import("@feathersjs/typebox").TObject<{
1148
+ event: import("@feathersjs/typebox").TString<string>;
1149
+ traderId: import("@feathersjs/typebox").TAny;
1150
+ userId: import("@feathersjs/typebox").TString<string>;
1151
+ trade_id: import("@feathersjs/typebox").TString<string>;
1152
+ pair: import("@feathersjs/typebox").TString<string>;
1153
+ gain: import("@feathersjs/typebox").TString<string>;
1154
+ amount: import("@feathersjs/typebox").TString<string>;
1155
+ limit: import("@feathersjs/typebox").TString<string>;
1156
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1157
+ profit_amount: import("@feathersjs/typebox").TString<string>;
1158
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
1159
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
1160
+ open_date: import("@feathersjs/typebox").TString<string>;
1161
+ close_date: import("@feathersjs/typebox").TString<string>;
1162
+ sell_reason: import("@feathersjs/typebox").TString<string>;
1163
+ order_type: import("@feathersjs/typebox").TString<string>;
1164
+ }>;
1165
+ webhooksellcancel: import("@feathersjs/typebox").TObject<{
1166
+ event: import("@feathersjs/typebox").TString<string>;
1167
+ traderId: import("@feathersjs/typebox").TAny;
1168
+ userId: import("@feathersjs/typebox").TString<string>;
1169
+ pair: import("@feathersjs/typebox").TString<string>;
1170
+ limit: import("@feathersjs/typebox").TString<string>;
1171
+ profit_amount: import("@feathersjs/typebox").TString<string>;
1172
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1173
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
1174
+ }>;
1175
+ webhooksellfill: import("@feathersjs/typebox").TObject<{
1176
+ event: import("@feathersjs/typebox").TString<string>;
1177
+ traderId: import("@feathersjs/typebox").TAny;
1178
+ userId: import("@feathersjs/typebox").TString<string>;
1179
+ pair: import("@feathersjs/typebox").TString<string>;
1180
+ close_rate: import("@feathersjs/typebox").TString<string>;
1181
+ }>;
1182
+ }>>;
1183
+ bid_strategy: import("@feathersjs/typebox").TObject<{
1184
+ price_side: import("@feathersjs/typebox").TLiteral<"bid">;
1185
+ ask_last_balance: import("@feathersjs/typebox").TNumber;
1186
+ use_order_book: import("@feathersjs/typebox").TBoolean;
1187
+ order_book_top: import("@feathersjs/typebox").TInteger;
1188
+ check_depth_of_market: import("@feathersjs/typebox").TObject<{
1189
+ enabled: import("@feathersjs/typebox").TBoolean;
1190
+ bids_to_ask_delta: import("@feathersjs/typebox").TInteger;
1191
+ }>;
1192
+ }>;
1193
+ ask_strategy: import("@feathersjs/typebox").TObject<{
1194
+ price_side: import("@feathersjs/typebox").TLiteral<"ask">;
1195
+ use_order_book: import("@feathersjs/typebox").TBoolean;
1196
+ order_book_min: import("@feathersjs/typebox").TInteger;
1197
+ order_book_max: import("@feathersjs/typebox").TInteger;
1198
+ exit_sell_signal: import("@feathersjs/typebox").TBoolean;
1199
+ exit_profit_only: import("@feathersjs/typebox").TBoolean;
1200
+ ignore_roi_if_entry_signal: import("@feathersjs/typebox").TBoolean;
1201
+ }>;
1202
+ api_server: import("@feathersjs/typebox").TObject<{
1203
+ enabled: import("@feathersjs/typebox").TBoolean;
1204
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1205
+ listen_port: import("@feathersjs/typebox").TNumber;
1206
+ verbosity: import("@feathersjs/typebox").TString<string>;
1207
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1208
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1209
+ username: import("@feathersjs/typebox").TString<string>;
1210
+ password: import("@feathersjs/typebox").TString<string>;
1211
+ }>;
1212
+ pod: import("@feathersjs/typebox").TString<string>;
1213
+ host: import("@feathersjs/typebox").TString<string>;
1214
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1215
+ strategies: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1216
+ "traders/pods": import("@feathersjs/typebox").TAny;
1217
+ }>, ["_id", "name", "running", "which", "provider", "userId", "pod", "host", "strategyId", "exchangeId", "api_server", "updatedAt"]>;
1218
+ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
1219
+ $limit: import("@feathersjs/typebox").TNumber;
1220
+ $skip: import("@feathersjs/typebox").TNumber;
1221
+ $sort: import("@feathersjs/typebox").TObject<{
1222
+ host: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1223
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1224
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1225
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1226
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1227
+ strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1228
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1229
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1230
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1231
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1232
+ api_server: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1233
+ pod: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1234
+ }>;
1235
+ $select: import("@feathersjs/typebox").TUnsafe<("host" | "name" | "provider" | "_id" | "updatedAt" | "strategyId" | "exchangeId" | "userId" | "which" | "running" | "api_server" | "pod")[]>;
1236
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1237
+ host: 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<{
1238
+ $gt: import("@feathersjs/typebox").TString<string>;
1239
+ $gte: import("@feathersjs/typebox").TString<string>;
1240
+ $lt: import("@feathersjs/typebox").TString<string>;
1241
+ $lte: import("@feathersjs/typebox").TString<string>;
1242
+ $ne: import("@feathersjs/typebox").TString<string>;
1243
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1244
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1245
+ }>, import("@feathersjs/typebox").TObject<{
1246
+ [key: string]: import("@feathersjs/typebox").TSchema;
1247
+ } | undefined>]>>]>>;
1248
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1249
+ $gt: import("@feathersjs/typebox").TAny;
1250
+ $gte: import("@feathersjs/typebox").TAny;
1251
+ $lt: import("@feathersjs/typebox").TAny;
1252
+ $lte: import("@feathersjs/typebox").TAny;
1253
+ $ne: import("@feathersjs/typebox").TAny;
1254
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1255
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1256
+ }>, import("@feathersjs/typebox").TObject<{
1257
+ [key: string]: import("@feathersjs/typebox").TSchema;
1258
+ } | undefined>]>>]>>;
1259
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1260
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1261
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1262
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1263
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1264
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1265
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
1266
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
1267
+ }>, import("@feathersjs/typebox").TObject<{
1268
+ [key: string]: import("@feathersjs/typebox").TSchema;
1269
+ } | undefined>]>>]>>;
1270
+ _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<{
1271
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1272
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1273
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1274
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1275
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1276
+ $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<{}>]>>;
1277
+ $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<{}>]>>;
1278
+ }>, import("@feathersjs/typebox").TObject<{
1279
+ [key: string]: import("@feathersjs/typebox").TSchema;
1280
+ } | undefined>]>>]>>;
1281
+ 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<{
1282
+ $gt: import("@feathersjs/typebox").TAny;
1283
+ $gte: import("@feathersjs/typebox").TAny;
1284
+ $lt: import("@feathersjs/typebox").TAny;
1285
+ $lte: import("@feathersjs/typebox").TAny;
1286
+ $ne: import("@feathersjs/typebox").TAny;
1287
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1288
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1289
+ }>, import("@feathersjs/typebox").TObject<{
1290
+ [key: string]: import("@feathersjs/typebox").TSchema;
1291
+ } | undefined>]>>]>>;
1292
+ strategyId: 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<{
1293
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1294
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1295
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1296
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1297
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1298
+ $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<{}>]>>;
1299
+ $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<{}>]>>;
1300
+ }>, import("@feathersjs/typebox").TObject<{
1301
+ [key: string]: import("@feathersjs/typebox").TSchema;
1302
+ } | undefined>]>>]>>;
1303
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1304
+ $gt: import("@feathersjs/typebox").TAny;
1305
+ $gte: import("@feathersjs/typebox").TAny;
1306
+ $lt: import("@feathersjs/typebox").TAny;
1307
+ $lte: import("@feathersjs/typebox").TAny;
1308
+ $ne: import("@feathersjs/typebox").TAny;
1309
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1310
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1311
+ }>, import("@feathersjs/typebox").TObject<{
1312
+ [key: string]: import("@feathersjs/typebox").TSchema;
1313
+ } | undefined>]>>]>>;
1314
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1315
+ $gt: import("@feathersjs/typebox").TAny;
1316
+ $gte: import("@feathersjs/typebox").TAny;
1317
+ $lt: import("@feathersjs/typebox").TAny;
1318
+ $lte: import("@feathersjs/typebox").TAny;
1319
+ $ne: import("@feathersjs/typebox").TAny;
1320
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1321
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1322
+ }>, import("@feathersjs/typebox").TObject<{
1323
+ [key: string]: import("@feathersjs/typebox").TSchema;
1324
+ } | undefined>]>>]>>;
1325
+ which: 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<{
1326
+ $gt: import("@feathersjs/typebox").TString<string>;
1327
+ $gte: import("@feathersjs/typebox").TString<string>;
1328
+ $lt: import("@feathersjs/typebox").TString<string>;
1329
+ $lte: import("@feathersjs/typebox").TString<string>;
1330
+ $ne: import("@feathersjs/typebox").TString<string>;
1331
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1332
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1333
+ }>, import("@feathersjs/typebox").TObject<{
1334
+ [key: string]: import("@feathersjs/typebox").TSchema;
1335
+ } | undefined>]>>]>>;
1336
+ running: 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<{
1337
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1338
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1339
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1340
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1341
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1342
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1343
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1344
+ }>, import("@feathersjs/typebox").TObject<{
1345
+ [key: string]: import("@feathersjs/typebox").TSchema;
1346
+ } | undefined>]>>]>>;
1347
+ api_server: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
1348
+ enabled: import("@feathersjs/typebox").TBoolean;
1349
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1350
+ listen_port: import("@feathersjs/typebox").TNumber;
1351
+ verbosity: import("@feathersjs/typebox").TString<string>;
1352
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1353
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1354
+ username: import("@feathersjs/typebox").TString<string>;
1355
+ password: import("@feathersjs/typebox").TString<string>;
1356
+ }>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1357
+ $gt: import("@feathersjs/typebox").TObject<{
1358
+ enabled: import("@feathersjs/typebox").TBoolean;
1359
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1360
+ listen_port: import("@feathersjs/typebox").TNumber;
1361
+ verbosity: import("@feathersjs/typebox").TString<string>;
1362
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1363
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1364
+ username: import("@feathersjs/typebox").TString<string>;
1365
+ password: import("@feathersjs/typebox").TString<string>;
1366
+ }>;
1367
+ $gte: import("@feathersjs/typebox").TObject<{
1368
+ enabled: import("@feathersjs/typebox").TBoolean;
1369
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1370
+ listen_port: import("@feathersjs/typebox").TNumber;
1371
+ verbosity: import("@feathersjs/typebox").TString<string>;
1372
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1373
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1374
+ username: import("@feathersjs/typebox").TString<string>;
1375
+ password: import("@feathersjs/typebox").TString<string>;
1376
+ }>;
1377
+ $lt: import("@feathersjs/typebox").TObject<{
1378
+ enabled: import("@feathersjs/typebox").TBoolean;
1379
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1380
+ listen_port: import("@feathersjs/typebox").TNumber;
1381
+ verbosity: import("@feathersjs/typebox").TString<string>;
1382
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1383
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1384
+ username: import("@feathersjs/typebox").TString<string>;
1385
+ password: import("@feathersjs/typebox").TString<string>;
1386
+ }>;
1387
+ $lte: import("@feathersjs/typebox").TObject<{
1388
+ enabled: import("@feathersjs/typebox").TBoolean;
1389
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1390
+ listen_port: import("@feathersjs/typebox").TNumber;
1391
+ verbosity: import("@feathersjs/typebox").TString<string>;
1392
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1393
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1394
+ username: import("@feathersjs/typebox").TString<string>;
1395
+ password: import("@feathersjs/typebox").TString<string>;
1396
+ }>;
1397
+ $ne: import("@feathersjs/typebox").TObject<{
1398
+ enabled: import("@feathersjs/typebox").TBoolean;
1399
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1400
+ listen_port: import("@feathersjs/typebox").TNumber;
1401
+ verbosity: import("@feathersjs/typebox").TString<string>;
1402
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1403
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1404
+ username: import("@feathersjs/typebox").TString<string>;
1405
+ password: import("@feathersjs/typebox").TString<string>;
1406
+ }>;
1407
+ $in: import("@feathersjs/typebox").TObject<{
1408
+ enabled: import("@feathersjs/typebox").TBoolean;
1409
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1410
+ listen_port: import("@feathersjs/typebox").TNumber;
1411
+ verbosity: import("@feathersjs/typebox").TString<string>;
1412
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1413
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1414
+ username: import("@feathersjs/typebox").TString<string>;
1415
+ password: import("@feathersjs/typebox").TString<string>;
1416
+ }> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1417
+ enabled: import("@feathersjs/typebox").TBoolean;
1418
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1419
+ listen_port: import("@feathersjs/typebox").TNumber;
1420
+ verbosity: import("@feathersjs/typebox").TString<string>;
1421
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1422
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1423
+ username: import("@feathersjs/typebox").TString<string>;
1424
+ password: import("@feathersjs/typebox").TString<string>;
1425
+ }>>;
1426
+ $nin: import("@feathersjs/typebox").TObject<{
1427
+ enabled: import("@feathersjs/typebox").TBoolean;
1428
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1429
+ listen_port: import("@feathersjs/typebox").TNumber;
1430
+ verbosity: import("@feathersjs/typebox").TString<string>;
1431
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1432
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1433
+ username: import("@feathersjs/typebox").TString<string>;
1434
+ password: import("@feathersjs/typebox").TString<string>;
1435
+ }> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1436
+ enabled: import("@feathersjs/typebox").TBoolean;
1437
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1438
+ listen_port: import("@feathersjs/typebox").TNumber;
1439
+ verbosity: import("@feathersjs/typebox").TString<string>;
1440
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1441
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1442
+ username: import("@feathersjs/typebox").TString<string>;
1443
+ password: import("@feathersjs/typebox").TString<string>;
1444
+ }>>;
1445
+ }>, import("@feathersjs/typebox").TObject<{
1446
+ [key: string]: import("@feathersjs/typebox").TSchema;
1447
+ } | undefined>]>>]>>;
1448
+ pod: 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<{
1449
+ $gt: import("@feathersjs/typebox").TString<string>;
1450
+ $gte: import("@feathersjs/typebox").TString<string>;
1451
+ $lt: import("@feathersjs/typebox").TString<string>;
1452
+ $lte: import("@feathersjs/typebox").TString<string>;
1453
+ $ne: import("@feathersjs/typebox").TString<string>;
1454
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1455
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1456
+ }>, import("@feathersjs/typebox").TObject<{
1457
+ [key: string]: import("@feathersjs/typebox").TSchema;
1458
+ } | undefined>]>>]>>;
1459
+ }>>, import("@feathersjs/typebox").TObject<{
1460
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1461
+ host: 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<{
1462
+ $gt: import("@feathersjs/typebox").TString<string>;
1463
+ $gte: import("@feathersjs/typebox").TString<string>;
1464
+ $lt: import("@feathersjs/typebox").TString<string>;
1465
+ $lte: import("@feathersjs/typebox").TString<string>;
1466
+ $ne: import("@feathersjs/typebox").TString<string>;
1467
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1468
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1469
+ }>, import("@feathersjs/typebox").TObject<{
1470
+ [key: string]: import("@feathersjs/typebox").TSchema;
1471
+ } | undefined>]>>]>>;
1472
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1473
+ $gt: import("@feathersjs/typebox").TAny;
1474
+ $gte: import("@feathersjs/typebox").TAny;
1475
+ $lt: import("@feathersjs/typebox").TAny;
1476
+ $lte: import("@feathersjs/typebox").TAny;
1477
+ $ne: import("@feathersjs/typebox").TAny;
1478
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1479
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1480
+ }>, import("@feathersjs/typebox").TObject<{
1481
+ [key: string]: import("@feathersjs/typebox").TSchema;
1482
+ } | undefined>]>>]>>;
1483
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1484
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1485
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1486
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1487
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1488
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1489
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
1490
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
1491
+ }>, import("@feathersjs/typebox").TObject<{
1492
+ [key: string]: import("@feathersjs/typebox").TSchema;
1493
+ } | undefined>]>>]>>;
1494
+ _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<{
1495
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1496
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1497
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1498
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1499
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1500
+ $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<{}>]>>;
1501
+ $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<{}>]>>;
1502
+ }>, import("@feathersjs/typebox").TObject<{
1503
+ [key: string]: import("@feathersjs/typebox").TSchema;
1504
+ } | undefined>]>>]>>;
1505
+ 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<{
1506
+ $gt: import("@feathersjs/typebox").TAny;
1507
+ $gte: import("@feathersjs/typebox").TAny;
1508
+ $lt: import("@feathersjs/typebox").TAny;
1509
+ $lte: import("@feathersjs/typebox").TAny;
1510
+ $ne: import("@feathersjs/typebox").TAny;
1511
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1512
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1513
+ }>, import("@feathersjs/typebox").TObject<{
1514
+ [key: string]: import("@feathersjs/typebox").TSchema;
1515
+ } | undefined>]>>]>>;
1516
+ strategyId: 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<{
1517
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1518
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1519
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1520
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1521
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1522
+ $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<{}>]>>;
1523
+ $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<{}>]>>;
1524
+ }>, import("@feathersjs/typebox").TObject<{
1525
+ [key: string]: import("@feathersjs/typebox").TSchema;
1526
+ } | undefined>]>>]>>;
1527
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1528
+ $gt: import("@feathersjs/typebox").TAny;
1529
+ $gte: import("@feathersjs/typebox").TAny;
1530
+ $lt: import("@feathersjs/typebox").TAny;
1531
+ $lte: import("@feathersjs/typebox").TAny;
1532
+ $ne: import("@feathersjs/typebox").TAny;
1533
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1534
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1535
+ }>, import("@feathersjs/typebox").TObject<{
1536
+ [key: string]: import("@feathersjs/typebox").TSchema;
1537
+ } | undefined>]>>]>>;
1538
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1539
+ $gt: import("@feathersjs/typebox").TAny;
1540
+ $gte: import("@feathersjs/typebox").TAny;
1541
+ $lt: import("@feathersjs/typebox").TAny;
1542
+ $lte: import("@feathersjs/typebox").TAny;
1543
+ $ne: import("@feathersjs/typebox").TAny;
1544
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1545
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1546
+ }>, import("@feathersjs/typebox").TObject<{
1547
+ [key: string]: import("@feathersjs/typebox").TSchema;
1548
+ } | undefined>]>>]>>;
1549
+ which: 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<{
1550
+ $gt: import("@feathersjs/typebox").TString<string>;
1551
+ $gte: import("@feathersjs/typebox").TString<string>;
1552
+ $lt: import("@feathersjs/typebox").TString<string>;
1553
+ $lte: import("@feathersjs/typebox").TString<string>;
1554
+ $ne: import("@feathersjs/typebox").TString<string>;
1555
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1556
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1557
+ }>, import("@feathersjs/typebox").TObject<{
1558
+ [key: string]: import("@feathersjs/typebox").TSchema;
1559
+ } | undefined>]>>]>>;
1560
+ running: 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<{
1561
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1562
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1563
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1564
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1565
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1566
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1567
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1568
+ }>, import("@feathersjs/typebox").TObject<{
1569
+ [key: string]: import("@feathersjs/typebox").TSchema;
1570
+ } | undefined>]>>]>>;
1571
+ api_server: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
1572
+ enabled: import("@feathersjs/typebox").TBoolean;
1573
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1574
+ listen_port: import("@feathersjs/typebox").TNumber;
1575
+ verbosity: import("@feathersjs/typebox").TString<string>;
1576
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1577
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1578
+ username: import("@feathersjs/typebox").TString<string>;
1579
+ password: import("@feathersjs/typebox").TString<string>;
1580
+ }>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1581
+ $gt: import("@feathersjs/typebox").TObject<{
1582
+ enabled: import("@feathersjs/typebox").TBoolean;
1583
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1584
+ listen_port: import("@feathersjs/typebox").TNumber;
1585
+ verbosity: import("@feathersjs/typebox").TString<string>;
1586
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1587
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1588
+ username: import("@feathersjs/typebox").TString<string>;
1589
+ password: import("@feathersjs/typebox").TString<string>;
1590
+ }>;
1591
+ $gte: import("@feathersjs/typebox").TObject<{
1592
+ enabled: import("@feathersjs/typebox").TBoolean;
1593
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1594
+ listen_port: import("@feathersjs/typebox").TNumber;
1595
+ verbosity: import("@feathersjs/typebox").TString<string>;
1596
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1597
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1598
+ username: import("@feathersjs/typebox").TString<string>;
1599
+ password: import("@feathersjs/typebox").TString<string>;
1600
+ }>;
1601
+ $lt: import("@feathersjs/typebox").TObject<{
1602
+ enabled: import("@feathersjs/typebox").TBoolean;
1603
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1604
+ listen_port: import("@feathersjs/typebox").TNumber;
1605
+ verbosity: import("@feathersjs/typebox").TString<string>;
1606
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1607
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1608
+ username: import("@feathersjs/typebox").TString<string>;
1609
+ password: import("@feathersjs/typebox").TString<string>;
1610
+ }>;
1611
+ $lte: import("@feathersjs/typebox").TObject<{
1612
+ enabled: import("@feathersjs/typebox").TBoolean;
1613
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1614
+ listen_port: import("@feathersjs/typebox").TNumber;
1615
+ verbosity: import("@feathersjs/typebox").TString<string>;
1616
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1617
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1618
+ username: import("@feathersjs/typebox").TString<string>;
1619
+ password: import("@feathersjs/typebox").TString<string>;
1620
+ }>;
1621
+ $ne: import("@feathersjs/typebox").TObject<{
1622
+ enabled: import("@feathersjs/typebox").TBoolean;
1623
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1624
+ listen_port: import("@feathersjs/typebox").TNumber;
1625
+ verbosity: import("@feathersjs/typebox").TString<string>;
1626
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1627
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1628
+ username: import("@feathersjs/typebox").TString<string>;
1629
+ password: import("@feathersjs/typebox").TString<string>;
1630
+ }>;
1631
+ $in: import("@feathersjs/typebox").TObject<{
1632
+ enabled: import("@feathersjs/typebox").TBoolean;
1633
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1634
+ listen_port: import("@feathersjs/typebox").TNumber;
1635
+ verbosity: import("@feathersjs/typebox").TString<string>;
1636
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1637
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1638
+ username: import("@feathersjs/typebox").TString<string>;
1639
+ password: import("@feathersjs/typebox").TString<string>;
1640
+ }> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1641
+ enabled: import("@feathersjs/typebox").TBoolean;
1642
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1643
+ listen_port: import("@feathersjs/typebox").TNumber;
1644
+ verbosity: import("@feathersjs/typebox").TString<string>;
1645
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1646
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1647
+ username: import("@feathersjs/typebox").TString<string>;
1648
+ password: import("@feathersjs/typebox").TString<string>;
1649
+ }>>;
1650
+ $nin: import("@feathersjs/typebox").TObject<{
1651
+ enabled: import("@feathersjs/typebox").TBoolean;
1652
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1653
+ listen_port: import("@feathersjs/typebox").TNumber;
1654
+ verbosity: import("@feathersjs/typebox").TString<string>;
1655
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1656
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1657
+ username: import("@feathersjs/typebox").TString<string>;
1658
+ password: import("@feathersjs/typebox").TString<string>;
1659
+ }> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1660
+ enabled: import("@feathersjs/typebox").TBoolean;
1661
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1662
+ listen_port: import("@feathersjs/typebox").TNumber;
1663
+ verbosity: import("@feathersjs/typebox").TString<string>;
1664
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1665
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1666
+ username: import("@feathersjs/typebox").TString<string>;
1667
+ password: import("@feathersjs/typebox").TString<string>;
1668
+ }>>;
1669
+ }>, import("@feathersjs/typebox").TObject<{
1670
+ [key: string]: import("@feathersjs/typebox").TSchema;
1671
+ } | undefined>]>>]>>;
1672
+ pod: 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<{
1673
+ $gt: import("@feathersjs/typebox").TString<string>;
1674
+ $gte: import("@feathersjs/typebox").TString<string>;
1675
+ $lt: import("@feathersjs/typebox").TString<string>;
1676
+ $lte: import("@feathersjs/typebox").TString<string>;
1677
+ $ne: import("@feathersjs/typebox").TString<string>;
1678
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1679
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1680
+ }>, import("@feathersjs/typebox").TObject<{
1681
+ [key: string]: import("@feathersjs/typebox").TSchema;
1682
+ } | undefined>]>>]>>;
1683
+ }>>>;
1684
+ }>]>>;
1685
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1686
+ host: 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<{
1687
+ $gt: import("@feathersjs/typebox").TString<string>;
1688
+ $gte: import("@feathersjs/typebox").TString<string>;
1689
+ $lt: import("@feathersjs/typebox").TString<string>;
1690
+ $lte: import("@feathersjs/typebox").TString<string>;
1691
+ $ne: import("@feathersjs/typebox").TString<string>;
1692
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1693
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1694
+ }>, import("@feathersjs/typebox").TObject<{
1695
+ [key: string]: import("@feathersjs/typebox").TSchema;
1696
+ } | undefined>]>>]>>;
1697
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1698
+ $gt: import("@feathersjs/typebox").TAny;
1699
+ $gte: import("@feathersjs/typebox").TAny;
1700
+ $lt: import("@feathersjs/typebox").TAny;
1701
+ $lte: import("@feathersjs/typebox").TAny;
1702
+ $ne: import("@feathersjs/typebox").TAny;
1703
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1704
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1705
+ }>, import("@feathersjs/typebox").TObject<{
1706
+ [key: string]: import("@feathersjs/typebox").TSchema;
1707
+ } | undefined>]>>]>>;
1708
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1709
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1710
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1711
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1712
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1713
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1714
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
1715
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
1716
+ }>, import("@feathersjs/typebox").TObject<{
1717
+ [key: string]: import("@feathersjs/typebox").TSchema;
1718
+ } | undefined>]>>]>>;
1719
+ _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<{
1720
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1721
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1722
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1723
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1724
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1725
+ $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<{}>]>>;
1726
+ $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<{}>]>>;
1727
+ }>, import("@feathersjs/typebox").TObject<{
1728
+ [key: string]: import("@feathersjs/typebox").TSchema;
1729
+ } | undefined>]>>]>>;
1730
+ 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<{
1731
+ $gt: import("@feathersjs/typebox").TAny;
1732
+ $gte: import("@feathersjs/typebox").TAny;
1733
+ $lt: import("@feathersjs/typebox").TAny;
1734
+ $lte: import("@feathersjs/typebox").TAny;
1735
+ $ne: import("@feathersjs/typebox").TAny;
1736
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1737
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1738
+ }>, import("@feathersjs/typebox").TObject<{
1739
+ [key: string]: import("@feathersjs/typebox").TSchema;
1740
+ } | undefined>]>>]>>;
1741
+ strategyId: 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<{
1742
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1743
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1744
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1745
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1746
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1747
+ $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<{}>]>>;
1748
+ $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<{}>]>>;
1749
+ }>, import("@feathersjs/typebox").TObject<{
1750
+ [key: string]: import("@feathersjs/typebox").TSchema;
1751
+ } | undefined>]>>]>>;
1752
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1753
+ $gt: import("@feathersjs/typebox").TAny;
1754
+ $gte: import("@feathersjs/typebox").TAny;
1755
+ $lt: import("@feathersjs/typebox").TAny;
1756
+ $lte: import("@feathersjs/typebox").TAny;
1757
+ $ne: import("@feathersjs/typebox").TAny;
1758
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1759
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1760
+ }>, import("@feathersjs/typebox").TObject<{
1761
+ [key: string]: import("@feathersjs/typebox").TSchema;
1762
+ } | undefined>]>>]>>;
1763
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1764
+ $gt: import("@feathersjs/typebox").TAny;
1765
+ $gte: import("@feathersjs/typebox").TAny;
1766
+ $lt: import("@feathersjs/typebox").TAny;
1767
+ $lte: import("@feathersjs/typebox").TAny;
1768
+ $ne: import("@feathersjs/typebox").TAny;
1769
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1770
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1771
+ }>, import("@feathersjs/typebox").TObject<{
1772
+ [key: string]: import("@feathersjs/typebox").TSchema;
1773
+ } | undefined>]>>]>>;
1774
+ which: 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<{
1775
+ $gt: import("@feathersjs/typebox").TString<string>;
1776
+ $gte: import("@feathersjs/typebox").TString<string>;
1777
+ $lt: import("@feathersjs/typebox").TString<string>;
1778
+ $lte: import("@feathersjs/typebox").TString<string>;
1779
+ $ne: import("@feathersjs/typebox").TString<string>;
1780
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1781
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1782
+ }>, import("@feathersjs/typebox").TObject<{
1783
+ [key: string]: import("@feathersjs/typebox").TSchema;
1784
+ } | undefined>]>>]>>;
1785
+ running: 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<{
1786
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1787
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1788
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1789
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1790
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1791
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1792
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1793
+ }>, import("@feathersjs/typebox").TObject<{
1794
+ [key: string]: import("@feathersjs/typebox").TSchema;
1795
+ } | undefined>]>>]>>;
1796
+ api_server: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
1797
+ enabled: import("@feathersjs/typebox").TBoolean;
1798
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1799
+ listen_port: import("@feathersjs/typebox").TNumber;
1800
+ verbosity: import("@feathersjs/typebox").TString<string>;
1801
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1802
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1803
+ username: import("@feathersjs/typebox").TString<string>;
1804
+ password: import("@feathersjs/typebox").TString<string>;
1805
+ }>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1806
+ $gt: import("@feathersjs/typebox").TObject<{
1807
+ enabled: import("@feathersjs/typebox").TBoolean;
1808
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1809
+ listen_port: import("@feathersjs/typebox").TNumber;
1810
+ verbosity: import("@feathersjs/typebox").TString<string>;
1811
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1812
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1813
+ username: import("@feathersjs/typebox").TString<string>;
1814
+ password: import("@feathersjs/typebox").TString<string>;
1815
+ }>;
1816
+ $gte: import("@feathersjs/typebox").TObject<{
1817
+ enabled: import("@feathersjs/typebox").TBoolean;
1818
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1819
+ listen_port: import("@feathersjs/typebox").TNumber;
1820
+ verbosity: import("@feathersjs/typebox").TString<string>;
1821
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1822
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1823
+ username: import("@feathersjs/typebox").TString<string>;
1824
+ password: import("@feathersjs/typebox").TString<string>;
1825
+ }>;
1826
+ $lt: import("@feathersjs/typebox").TObject<{
1827
+ enabled: import("@feathersjs/typebox").TBoolean;
1828
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1829
+ listen_port: import("@feathersjs/typebox").TNumber;
1830
+ verbosity: import("@feathersjs/typebox").TString<string>;
1831
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1832
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1833
+ username: import("@feathersjs/typebox").TString<string>;
1834
+ password: import("@feathersjs/typebox").TString<string>;
1835
+ }>;
1836
+ $lte: import("@feathersjs/typebox").TObject<{
1837
+ enabled: import("@feathersjs/typebox").TBoolean;
1838
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1839
+ listen_port: import("@feathersjs/typebox").TNumber;
1840
+ verbosity: import("@feathersjs/typebox").TString<string>;
1841
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1842
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1843
+ username: import("@feathersjs/typebox").TString<string>;
1844
+ password: import("@feathersjs/typebox").TString<string>;
1845
+ }>;
1846
+ $ne: import("@feathersjs/typebox").TObject<{
1847
+ enabled: import("@feathersjs/typebox").TBoolean;
1848
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1849
+ listen_port: import("@feathersjs/typebox").TNumber;
1850
+ verbosity: import("@feathersjs/typebox").TString<string>;
1851
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1852
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1853
+ username: import("@feathersjs/typebox").TString<string>;
1854
+ password: import("@feathersjs/typebox").TString<string>;
1855
+ }>;
1856
+ $in: import("@feathersjs/typebox").TObject<{
1857
+ enabled: import("@feathersjs/typebox").TBoolean;
1858
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1859
+ listen_port: import("@feathersjs/typebox").TNumber;
1860
+ verbosity: import("@feathersjs/typebox").TString<string>;
1861
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1862
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1863
+ username: import("@feathersjs/typebox").TString<string>;
1864
+ password: import("@feathersjs/typebox").TString<string>;
1865
+ }> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1866
+ enabled: import("@feathersjs/typebox").TBoolean;
1867
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1868
+ listen_port: import("@feathersjs/typebox").TNumber;
1869
+ verbosity: import("@feathersjs/typebox").TString<string>;
1870
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1871
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1872
+ username: import("@feathersjs/typebox").TString<string>;
1873
+ password: import("@feathersjs/typebox").TString<string>;
1874
+ }>>;
1875
+ $nin: import("@feathersjs/typebox").TObject<{
1876
+ enabled: import("@feathersjs/typebox").TBoolean;
1877
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1878
+ listen_port: import("@feathersjs/typebox").TNumber;
1879
+ verbosity: import("@feathersjs/typebox").TString<string>;
1880
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1881
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1882
+ username: import("@feathersjs/typebox").TString<string>;
1883
+ password: import("@feathersjs/typebox").TString<string>;
1884
+ }> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1885
+ enabled: import("@feathersjs/typebox").TBoolean;
1886
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1887
+ listen_port: import("@feathersjs/typebox").TNumber;
1888
+ verbosity: import("@feathersjs/typebox").TString<string>;
1889
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1890
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1891
+ username: import("@feathersjs/typebox").TString<string>;
1892
+ password: import("@feathersjs/typebox").TString<string>;
1893
+ }>>;
1894
+ }>, import("@feathersjs/typebox").TObject<{
1895
+ [key: string]: import("@feathersjs/typebox").TSchema;
1896
+ } | undefined>]>>]>>;
1897
+ pod: 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<{
1898
+ $gt: import("@feathersjs/typebox").TString<string>;
1899
+ $gte: import("@feathersjs/typebox").TString<string>;
1900
+ $lt: import("@feathersjs/typebox").TString<string>;
1901
+ $lte: import("@feathersjs/typebox").TString<string>;
1902
+ $ne: import("@feathersjs/typebox").TString<string>;
1903
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1904
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1905
+ }>, import("@feathersjs/typebox").TObject<{
1906
+ [key: string]: import("@feathersjs/typebox").TSchema;
1907
+ } | undefined>]>>]>>;
1908
+ }>>>;
1909
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1910
+ host: 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<{
1911
+ $gt: import("@feathersjs/typebox").TString<string>;
1912
+ $gte: import("@feathersjs/typebox").TString<string>;
1913
+ $lt: import("@feathersjs/typebox").TString<string>;
1914
+ $lte: import("@feathersjs/typebox").TString<string>;
1915
+ $ne: import("@feathersjs/typebox").TString<string>;
1916
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1917
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1918
+ }>, import("@feathersjs/typebox").TObject<{
1919
+ [key: string]: import("@feathersjs/typebox").TSchema;
1920
+ } | undefined>]>>]>>;
1921
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1922
+ $gt: import("@feathersjs/typebox").TAny;
1923
+ $gte: import("@feathersjs/typebox").TAny;
1924
+ $lt: import("@feathersjs/typebox").TAny;
1925
+ $lte: import("@feathersjs/typebox").TAny;
1926
+ $ne: import("@feathersjs/typebox").TAny;
1927
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1928
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1929
+ }>, import("@feathersjs/typebox").TObject<{
1930
+ [key: string]: import("@feathersjs/typebox").TSchema;
1931
+ } | undefined>]>>]>>;
1932
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1933
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1934
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1935
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1936
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1937
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1938
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
1939
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
1940
+ }>, import("@feathersjs/typebox").TObject<{
1941
+ [key: string]: import("@feathersjs/typebox").TSchema;
1942
+ } | undefined>]>>]>>;
1943
+ _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<{
1944
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1945
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1946
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1947
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1948
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1949
+ $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<{}>]>>;
1950
+ $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<{}>]>>;
1951
+ }>, import("@feathersjs/typebox").TObject<{
1952
+ [key: string]: import("@feathersjs/typebox").TSchema;
1953
+ } | undefined>]>>]>>;
1954
+ 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<{
1955
+ $gt: import("@feathersjs/typebox").TAny;
1956
+ $gte: import("@feathersjs/typebox").TAny;
1957
+ $lt: import("@feathersjs/typebox").TAny;
1958
+ $lte: import("@feathersjs/typebox").TAny;
1959
+ $ne: import("@feathersjs/typebox").TAny;
1960
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1961
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1962
+ }>, import("@feathersjs/typebox").TObject<{
1963
+ [key: string]: import("@feathersjs/typebox").TSchema;
1964
+ } | undefined>]>>]>>;
1965
+ strategyId: 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<{
1966
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1967
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1968
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1969
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1970
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1971
+ $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<{}>]>>;
1972
+ $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<{}>]>>;
1973
+ }>, import("@feathersjs/typebox").TObject<{
1974
+ [key: string]: import("@feathersjs/typebox").TSchema;
1975
+ } | undefined>]>>]>>;
1976
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1977
+ $gt: import("@feathersjs/typebox").TAny;
1978
+ $gte: import("@feathersjs/typebox").TAny;
1979
+ $lt: import("@feathersjs/typebox").TAny;
1980
+ $lte: import("@feathersjs/typebox").TAny;
1981
+ $ne: import("@feathersjs/typebox").TAny;
1982
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1983
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1984
+ }>, import("@feathersjs/typebox").TObject<{
1985
+ [key: string]: import("@feathersjs/typebox").TSchema;
1986
+ } | undefined>]>>]>>;
1987
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1988
+ $gt: import("@feathersjs/typebox").TAny;
1989
+ $gte: import("@feathersjs/typebox").TAny;
1990
+ $lt: import("@feathersjs/typebox").TAny;
1991
+ $lte: import("@feathersjs/typebox").TAny;
1992
+ $ne: import("@feathersjs/typebox").TAny;
1993
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1994
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1995
+ }>, import("@feathersjs/typebox").TObject<{
1996
+ [key: string]: import("@feathersjs/typebox").TSchema;
1997
+ } | undefined>]>>]>>;
1998
+ which: 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<{
1999
+ $gt: import("@feathersjs/typebox").TString<string>;
2000
+ $gte: import("@feathersjs/typebox").TString<string>;
2001
+ $lt: import("@feathersjs/typebox").TString<string>;
2002
+ $lte: import("@feathersjs/typebox").TString<string>;
2003
+ $ne: import("@feathersjs/typebox").TString<string>;
2004
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2005
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2006
+ }>, import("@feathersjs/typebox").TObject<{
2007
+ [key: string]: import("@feathersjs/typebox").TSchema;
2008
+ } | undefined>]>>]>>;
2009
+ running: 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<{
2010
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2011
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2012
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2013
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2014
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2015
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2016
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2017
+ }>, import("@feathersjs/typebox").TObject<{
2018
+ [key: string]: import("@feathersjs/typebox").TSchema;
2019
+ } | undefined>]>>]>>;
2020
+ api_server: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
2021
+ enabled: import("@feathersjs/typebox").TBoolean;
2022
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
2023
+ listen_port: import("@feathersjs/typebox").TNumber;
2024
+ verbosity: import("@feathersjs/typebox").TString<string>;
2025
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
2026
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2027
+ username: import("@feathersjs/typebox").TString<string>;
2028
+ password: import("@feathersjs/typebox").TString<string>;
2029
+ }>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2030
+ $gt: import("@feathersjs/typebox").TObject<{
2031
+ enabled: import("@feathersjs/typebox").TBoolean;
2032
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
2033
+ listen_port: import("@feathersjs/typebox").TNumber;
2034
+ verbosity: import("@feathersjs/typebox").TString<string>;
2035
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
2036
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2037
+ username: import("@feathersjs/typebox").TString<string>;
2038
+ password: import("@feathersjs/typebox").TString<string>;
2039
+ }>;
2040
+ $gte: import("@feathersjs/typebox").TObject<{
2041
+ enabled: import("@feathersjs/typebox").TBoolean;
2042
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
2043
+ listen_port: import("@feathersjs/typebox").TNumber;
2044
+ verbosity: import("@feathersjs/typebox").TString<string>;
2045
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
2046
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2047
+ username: import("@feathersjs/typebox").TString<string>;
2048
+ password: import("@feathersjs/typebox").TString<string>;
2049
+ }>;
2050
+ $lt: import("@feathersjs/typebox").TObject<{
2051
+ enabled: import("@feathersjs/typebox").TBoolean;
2052
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
2053
+ listen_port: import("@feathersjs/typebox").TNumber;
2054
+ verbosity: import("@feathersjs/typebox").TString<string>;
2055
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
2056
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2057
+ username: import("@feathersjs/typebox").TString<string>;
2058
+ password: import("@feathersjs/typebox").TString<string>;
2059
+ }>;
2060
+ $lte: import("@feathersjs/typebox").TObject<{
2061
+ enabled: import("@feathersjs/typebox").TBoolean;
2062
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
2063
+ listen_port: import("@feathersjs/typebox").TNumber;
2064
+ verbosity: import("@feathersjs/typebox").TString<string>;
2065
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
2066
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2067
+ username: import("@feathersjs/typebox").TString<string>;
2068
+ password: import("@feathersjs/typebox").TString<string>;
2069
+ }>;
2070
+ $ne: import("@feathersjs/typebox").TObject<{
2071
+ enabled: import("@feathersjs/typebox").TBoolean;
2072
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
2073
+ listen_port: import("@feathersjs/typebox").TNumber;
2074
+ verbosity: import("@feathersjs/typebox").TString<string>;
2075
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
2076
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2077
+ username: import("@feathersjs/typebox").TString<string>;
2078
+ password: import("@feathersjs/typebox").TString<string>;
2079
+ }>;
2080
+ $in: import("@feathersjs/typebox").TObject<{
2081
+ enabled: import("@feathersjs/typebox").TBoolean;
2082
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
2083
+ listen_port: import("@feathersjs/typebox").TNumber;
2084
+ verbosity: import("@feathersjs/typebox").TString<string>;
2085
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
2086
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2087
+ username: import("@feathersjs/typebox").TString<string>;
2088
+ password: import("@feathersjs/typebox").TString<string>;
2089
+ }> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
2090
+ enabled: import("@feathersjs/typebox").TBoolean;
2091
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
2092
+ listen_port: import("@feathersjs/typebox").TNumber;
2093
+ verbosity: import("@feathersjs/typebox").TString<string>;
2094
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
2095
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2096
+ username: import("@feathersjs/typebox").TString<string>;
2097
+ password: import("@feathersjs/typebox").TString<string>;
2098
+ }>>;
2099
+ $nin: import("@feathersjs/typebox").TObject<{
2100
+ enabled: import("@feathersjs/typebox").TBoolean;
2101
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
2102
+ listen_port: import("@feathersjs/typebox").TNumber;
2103
+ verbosity: import("@feathersjs/typebox").TString<string>;
2104
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
2105
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2106
+ username: import("@feathersjs/typebox").TString<string>;
2107
+ password: import("@feathersjs/typebox").TString<string>;
2108
+ }> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
2109
+ enabled: import("@feathersjs/typebox").TBoolean;
2110
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
2111
+ listen_port: import("@feathersjs/typebox").TNumber;
2112
+ verbosity: import("@feathersjs/typebox").TString<string>;
2113
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
2114
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2115
+ username: import("@feathersjs/typebox").TString<string>;
2116
+ password: import("@feathersjs/typebox").TString<string>;
2117
+ }>>;
2118
+ }>, import("@feathersjs/typebox").TObject<{
2119
+ [key: string]: import("@feathersjs/typebox").TSchema;
2120
+ } | undefined>]>>]>>;
2121
+ pod: 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<{
2122
+ $gt: import("@feathersjs/typebox").TString<string>;
2123
+ $gte: import("@feathersjs/typebox").TString<string>;
2124
+ $lt: import("@feathersjs/typebox").TString<string>;
2125
+ $lte: import("@feathersjs/typebox").TString<string>;
2126
+ $ne: import("@feathersjs/typebox").TString<string>;
2127
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2128
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2129
+ }>, import("@feathersjs/typebox").TObject<{
2130
+ [key: string]: import("@feathersjs/typebox").TSchema;
2131
+ } | undefined>]>>]>>;
2132
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
2133
+ export type TradersQuery = Static<typeof tradersQuerySchema>;
2134
+ export declare const tradersQueryValidator: import("@feathersjs/schema").Validator<any, any>;
2135
+ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
2136
+ $limit: number;
2137
+ $skip: number;
2138
+ $sort: {
2139
+ host?: number | undefined;
2140
+ name?: number | undefined;
2141
+ provider?: number | undefined;
2142
+ _id?: number | undefined;
2143
+ updatedAt?: number | undefined;
2144
+ strategyId?: number | undefined;
2145
+ exchangeId?: number | undefined;
2146
+ userId?: number | undefined;
2147
+ which?: number | undefined;
2148
+ running?: number | undefined;
2149
+ api_server?: number | undefined;
2150
+ pod?: number | undefined;
2151
+ };
2152
+ $select: ("host" | "name" | "provider" | "_id" | "updatedAt" | "strategyId" | "exchangeId" | "userId" | "which" | "running" | "api_server" | "pod")[];
2153
+ $and: ({
2154
+ host?: string | Partial<{
2155
+ $gt: string;
2156
+ $gte: string;
2157
+ $lt: string;
2158
+ $lte: string;
2159
+ $ne: string;
2160
+ $in: string | string[];
2161
+ $nin: string | string[];
2162
+ } & {}> | undefined;
2163
+ name?: any;
2164
+ provider?: "docker" | Partial<{
2165
+ $gt: "docker";
2166
+ $gte: "docker";
2167
+ $lt: "docker";
2168
+ $lte: "docker";
2169
+ $ne: "docker";
2170
+ $in: "docker" | "docker"[];
2171
+ $nin: "docker" | "docker"[];
2172
+ } & {}> | undefined;
2173
+ _id?: string | {} | Partial<{
2174
+ $gt: string | {};
2175
+ $gte: string | {};
2176
+ $lt: string | {};
2177
+ $lte: string | {};
2178
+ $ne: string | {};
2179
+ $in: string | {} | (string | {})[];
2180
+ $nin: string | {} | (string | {})[];
2181
+ } & {}> | undefined;
2182
+ updatedAt?: any;
2183
+ strategyId?: string | {} | Partial<{
2184
+ $gt: string | {};
2185
+ $gte: string | {};
2186
+ $lt: string | {};
2187
+ $lte: string | {};
2188
+ $ne: string | {};
2189
+ $in: string | {} | (string | {})[];
2190
+ $nin: string | {} | (string | {})[];
2191
+ } & {}> | undefined;
2192
+ exchangeId?: any;
2193
+ userId?: any;
2194
+ which?: string | Partial<{
2195
+ $gt: string;
2196
+ $gte: string;
2197
+ $lt: string;
2198
+ $lte: string;
2199
+ $ne: string;
2200
+ $in: string | string[];
2201
+ $nin: string | string[];
2202
+ } & {}> | undefined;
2203
+ running?: boolean | Partial<{
2204
+ $gt?: boolean | undefined;
2205
+ $gte?: boolean | undefined;
2206
+ $lt?: boolean | undefined;
2207
+ $lte?: boolean | undefined;
2208
+ $ne?: boolean | undefined;
2209
+ $in: boolean | boolean[];
2210
+ $nin: boolean | boolean[];
2211
+ } & {}> | undefined;
2212
+ api_server?: {
2213
+ password: string;
2214
+ enabled: boolean;
2215
+ listen_ip_address: string;
2216
+ listen_port: number;
2217
+ verbosity: string;
2218
+ jwt_secret_key: string;
2219
+ CORS_origins: string[];
2220
+ username: string;
2221
+ } | Partial<{
2222
+ $gt: {
2223
+ password: string;
2224
+ enabled: boolean;
2225
+ listen_ip_address: string;
2226
+ listen_port: number;
2227
+ verbosity: string;
2228
+ jwt_secret_key: string;
2229
+ CORS_origins: string[];
2230
+ username: string;
2231
+ };
2232
+ $gte: {
2233
+ password: string;
2234
+ enabled: boolean;
2235
+ listen_ip_address: string;
2236
+ listen_port: number;
2237
+ verbosity: string;
2238
+ jwt_secret_key: string;
2239
+ CORS_origins: string[];
2240
+ username: string;
2241
+ };
2242
+ $lt: {
2243
+ password: string;
2244
+ enabled: boolean;
2245
+ listen_ip_address: string;
2246
+ listen_port: number;
2247
+ verbosity: string;
2248
+ jwt_secret_key: string;
2249
+ CORS_origins: string[];
2250
+ username: string;
2251
+ };
2252
+ $lte: {
2253
+ password: string;
2254
+ enabled: boolean;
2255
+ listen_ip_address: string;
2256
+ listen_port: number;
2257
+ verbosity: string;
2258
+ jwt_secret_key: string;
2259
+ CORS_origins: string[];
2260
+ username: string;
2261
+ };
2262
+ $ne: {
2263
+ password: string;
2264
+ enabled: boolean;
2265
+ listen_ip_address: string;
2266
+ listen_port: number;
2267
+ verbosity: string;
2268
+ jwt_secret_key: string;
2269
+ CORS_origins: string[];
2270
+ username: string;
2271
+ };
2272
+ $in: {
2273
+ password: string;
2274
+ enabled: boolean;
2275
+ listen_ip_address: string;
2276
+ listen_port: number;
2277
+ verbosity: string;
2278
+ jwt_secret_key: string;
2279
+ CORS_origins: string[];
2280
+ username: string;
2281
+ } | {
2282
+ password: string;
2283
+ enabled: boolean;
2284
+ listen_ip_address: string;
2285
+ listen_port: number;
2286
+ verbosity: string;
2287
+ jwt_secret_key: string;
2288
+ CORS_origins: string[];
2289
+ username: string;
2290
+ }[];
2291
+ $nin: {
2292
+ password: string;
2293
+ enabled: boolean;
2294
+ listen_ip_address: string;
2295
+ listen_port: number;
2296
+ verbosity: string;
2297
+ jwt_secret_key: string;
2298
+ CORS_origins: string[];
2299
+ username: string;
2300
+ } | {
2301
+ password: string;
2302
+ enabled: boolean;
2303
+ listen_ip_address: string;
2304
+ listen_port: number;
2305
+ verbosity: string;
2306
+ jwt_secret_key: string;
2307
+ CORS_origins: string[];
2308
+ username: string;
2309
+ }[];
2310
+ } & {}> | undefined;
2311
+ pod?: string | Partial<{
2312
+ $gt: string;
2313
+ $gte: string;
2314
+ $lt: string;
2315
+ $lte: string;
2316
+ $ne: string;
2317
+ $in: string | string[];
2318
+ $nin: string | string[];
2319
+ } & {}> | undefined;
2320
+ } | {
2321
+ $or: {
2322
+ host?: string | Partial<{
2323
+ $gt: string;
2324
+ $gte: string;
2325
+ $lt: string;
2326
+ $lte: string;
2327
+ $ne: string;
2328
+ $in: string | string[];
2329
+ $nin: string | string[];
2330
+ } & {}> | undefined;
2331
+ name?: any;
2332
+ provider?: "docker" | Partial<{
2333
+ $gt: "docker";
2334
+ $gte: "docker";
2335
+ $lt: "docker";
2336
+ $lte: "docker";
2337
+ $ne: "docker";
2338
+ $in: "docker" | "docker"[];
2339
+ $nin: "docker" | "docker"[];
2340
+ } & {}> | undefined;
2341
+ _id?: string | {} | Partial<{
2342
+ $gt: string | {};
2343
+ $gte: string | {};
2344
+ $lt: string | {};
2345
+ $lte: string | {};
2346
+ $ne: string | {};
2347
+ $in: string | {} | (string | {})[];
2348
+ $nin: string | {} | (string | {})[];
2349
+ } & {}> | undefined;
2350
+ updatedAt?: any;
2351
+ strategyId?: string | {} | Partial<{
2352
+ $gt: string | {};
2353
+ $gte: string | {};
2354
+ $lt: string | {};
2355
+ $lte: string | {};
2356
+ $ne: string | {};
2357
+ $in: string | {} | (string | {})[];
2358
+ $nin: string | {} | (string | {})[];
2359
+ } & {}> | undefined;
2360
+ exchangeId?: any;
2361
+ userId?: any;
2362
+ which?: string | Partial<{
2363
+ $gt: string;
2364
+ $gte: string;
2365
+ $lt: string;
2366
+ $lte: string;
2367
+ $ne: string;
2368
+ $in: string | string[];
2369
+ $nin: string | string[];
2370
+ } & {}> | undefined;
2371
+ running?: boolean | Partial<{
2372
+ $gt?: boolean | undefined;
2373
+ $gte?: boolean | undefined;
2374
+ $lt?: boolean | undefined;
2375
+ $lte?: boolean | undefined;
2376
+ $ne?: boolean | undefined;
2377
+ $in: boolean | boolean[];
2378
+ $nin: boolean | boolean[];
2379
+ } & {}> | undefined;
2380
+ api_server?: {
2381
+ password: string;
2382
+ enabled: boolean;
2383
+ listen_ip_address: string;
2384
+ listen_port: number;
2385
+ verbosity: string;
2386
+ jwt_secret_key: string;
2387
+ CORS_origins: string[];
2388
+ username: string;
2389
+ } | Partial<{
2390
+ $gt: {
2391
+ password: string;
2392
+ enabled: boolean;
2393
+ listen_ip_address: string;
2394
+ listen_port: number;
2395
+ verbosity: string;
2396
+ jwt_secret_key: string;
2397
+ CORS_origins: string[];
2398
+ username: string;
2399
+ };
2400
+ $gte: {
2401
+ password: string;
2402
+ enabled: boolean;
2403
+ listen_ip_address: string;
2404
+ listen_port: number;
2405
+ verbosity: string;
2406
+ jwt_secret_key: string;
2407
+ CORS_origins: string[];
2408
+ username: string;
2409
+ };
2410
+ $lt: {
2411
+ password: string;
2412
+ enabled: boolean;
2413
+ listen_ip_address: string;
2414
+ listen_port: number;
2415
+ verbosity: string;
2416
+ jwt_secret_key: string;
2417
+ CORS_origins: string[];
2418
+ username: string;
2419
+ };
2420
+ $lte: {
2421
+ password: string;
2422
+ enabled: boolean;
2423
+ listen_ip_address: string;
2424
+ listen_port: number;
2425
+ verbosity: string;
2426
+ jwt_secret_key: string;
2427
+ CORS_origins: string[];
2428
+ username: string;
2429
+ };
2430
+ $ne: {
2431
+ password: string;
2432
+ enabled: boolean;
2433
+ listen_ip_address: string;
2434
+ listen_port: number;
2435
+ verbosity: string;
2436
+ jwt_secret_key: string;
2437
+ CORS_origins: string[];
2438
+ username: string;
2439
+ };
2440
+ $in: {
2441
+ password: string;
2442
+ enabled: boolean;
2443
+ listen_ip_address: string;
2444
+ listen_port: number;
2445
+ verbosity: string;
2446
+ jwt_secret_key: string;
2447
+ CORS_origins: string[];
2448
+ username: string;
2449
+ } | {
2450
+ password: string;
2451
+ enabled: boolean;
2452
+ listen_ip_address: string;
2453
+ listen_port: number;
2454
+ verbosity: string;
2455
+ jwt_secret_key: string;
2456
+ CORS_origins: string[];
2457
+ username: string;
2458
+ }[];
2459
+ $nin: {
2460
+ password: string;
2461
+ enabled: boolean;
2462
+ listen_ip_address: string;
2463
+ listen_port: number;
2464
+ verbosity: string;
2465
+ jwt_secret_key: string;
2466
+ CORS_origins: string[];
2467
+ username: string;
2468
+ } | {
2469
+ password: string;
2470
+ enabled: boolean;
2471
+ listen_ip_address: string;
2472
+ listen_port: number;
2473
+ verbosity: string;
2474
+ jwt_secret_key: string;
2475
+ CORS_origins: string[];
2476
+ username: string;
2477
+ }[];
2478
+ } & {}> | undefined;
2479
+ pod?: string | Partial<{
2480
+ $gt: string;
2481
+ $gte: string;
2482
+ $lt: string;
2483
+ $lte: string;
2484
+ $ne: string;
2485
+ $in: string | string[];
2486
+ $nin: string | string[];
2487
+ } & {}> | undefined;
2488
+ }[];
2489
+ })[];
2490
+ $or: {
2491
+ host?: string | Partial<{
2492
+ $gt: string;
2493
+ $gte: string;
2494
+ $lt: string;
2495
+ $lte: string;
2496
+ $ne: string;
2497
+ $in: string | string[];
2498
+ $nin: string | string[];
2499
+ } & {}> | undefined;
2500
+ name?: any;
2501
+ provider?: "docker" | Partial<{
2502
+ $gt: "docker";
2503
+ $gte: "docker";
2504
+ $lt: "docker";
2505
+ $lte: "docker";
2506
+ $ne: "docker";
2507
+ $in: "docker" | "docker"[];
2508
+ $nin: "docker" | "docker"[];
2509
+ } & {}> | undefined;
2510
+ _id?: string | {} | Partial<{
2511
+ $gt: string | {};
2512
+ $gte: string | {};
2513
+ $lt: string | {};
2514
+ $lte: string | {};
2515
+ $ne: string | {};
2516
+ $in: string | {} | (string | {})[];
2517
+ $nin: string | {} | (string | {})[];
2518
+ } & {}> | undefined;
2519
+ updatedAt?: any;
2520
+ strategyId?: string | {} | Partial<{
2521
+ $gt: string | {};
2522
+ $gte: string | {};
2523
+ $lt: string | {};
2524
+ $lte: string | {};
2525
+ $ne: string | {};
2526
+ $in: string | {} | (string | {})[];
2527
+ $nin: string | {} | (string | {})[];
2528
+ } & {}> | undefined;
2529
+ exchangeId?: any;
2530
+ userId?: any;
2531
+ which?: string | Partial<{
2532
+ $gt: string;
2533
+ $gte: string;
2534
+ $lt: string;
2535
+ $lte: string;
2536
+ $ne: string;
2537
+ $in: string | string[];
2538
+ $nin: string | string[];
2539
+ } & {}> | undefined;
2540
+ running?: boolean | Partial<{
2541
+ $gt?: boolean | undefined;
2542
+ $gte?: boolean | undefined;
2543
+ $lt?: boolean | undefined;
2544
+ $lte?: boolean | undefined;
2545
+ $ne?: boolean | undefined;
2546
+ $in: boolean | boolean[];
2547
+ $nin: boolean | boolean[];
2548
+ } & {}> | undefined;
2549
+ api_server?: {
2550
+ password: string;
2551
+ enabled: boolean;
2552
+ listen_ip_address: string;
2553
+ listen_port: number;
2554
+ verbosity: string;
2555
+ jwt_secret_key: string;
2556
+ CORS_origins: string[];
2557
+ username: string;
2558
+ } | Partial<{
2559
+ $gt: {
2560
+ password: string;
2561
+ enabled: boolean;
2562
+ listen_ip_address: string;
2563
+ listen_port: number;
2564
+ verbosity: string;
2565
+ jwt_secret_key: string;
2566
+ CORS_origins: string[];
2567
+ username: string;
2568
+ };
2569
+ $gte: {
2570
+ password: string;
2571
+ enabled: boolean;
2572
+ listen_ip_address: string;
2573
+ listen_port: number;
2574
+ verbosity: string;
2575
+ jwt_secret_key: string;
2576
+ CORS_origins: string[];
2577
+ username: string;
2578
+ };
2579
+ $lt: {
2580
+ password: string;
2581
+ enabled: boolean;
2582
+ listen_ip_address: string;
2583
+ listen_port: number;
2584
+ verbosity: string;
2585
+ jwt_secret_key: string;
2586
+ CORS_origins: string[];
2587
+ username: string;
2588
+ };
2589
+ $lte: {
2590
+ password: string;
2591
+ enabled: boolean;
2592
+ listen_ip_address: string;
2593
+ listen_port: number;
2594
+ verbosity: string;
2595
+ jwt_secret_key: string;
2596
+ CORS_origins: string[];
2597
+ username: string;
2598
+ };
2599
+ $ne: {
2600
+ password: string;
2601
+ enabled: boolean;
2602
+ listen_ip_address: string;
2603
+ listen_port: number;
2604
+ verbosity: string;
2605
+ jwt_secret_key: string;
2606
+ CORS_origins: string[];
2607
+ username: string;
2608
+ };
2609
+ $in: {
2610
+ password: string;
2611
+ enabled: boolean;
2612
+ listen_ip_address: string;
2613
+ listen_port: number;
2614
+ verbosity: string;
2615
+ jwt_secret_key: string;
2616
+ CORS_origins: string[];
2617
+ username: string;
2618
+ } | {
2619
+ password: string;
2620
+ enabled: boolean;
2621
+ listen_ip_address: string;
2622
+ listen_port: number;
2623
+ verbosity: string;
2624
+ jwt_secret_key: string;
2625
+ CORS_origins: string[];
2626
+ username: string;
2627
+ }[];
2628
+ $nin: {
2629
+ password: string;
2630
+ enabled: boolean;
2631
+ listen_ip_address: string;
2632
+ listen_port: number;
2633
+ verbosity: string;
2634
+ jwt_secret_key: string;
2635
+ CORS_origins: string[];
2636
+ username: string;
2637
+ } | {
2638
+ password: string;
2639
+ enabled: boolean;
2640
+ listen_ip_address: string;
2641
+ listen_port: number;
2642
+ verbosity: string;
2643
+ jwt_secret_key: string;
2644
+ CORS_origins: string[];
2645
+ username: string;
2646
+ }[];
2647
+ } & {}> | undefined;
2648
+ pod?: string | Partial<{
2649
+ $gt: string;
2650
+ $gte: string;
2651
+ $lt: string;
2652
+ $lte: string;
2653
+ $ne: string;
2654
+ $in: string | string[];
2655
+ $nin: string | string[];
2656
+ } & {}> | undefined;
2657
+ }[];
2658
+ }> & {
2659
+ host?: string | Partial<{
2660
+ $gt: string;
2661
+ $gte: string;
2662
+ $lt: string;
2663
+ $lte: string;
2664
+ $ne: string;
2665
+ $in: string | string[];
2666
+ $nin: string | string[];
2667
+ } & {}> | undefined;
2668
+ name?: any;
2669
+ provider?: "docker" | Partial<{
2670
+ $gt: "docker";
2671
+ $gte: "docker";
2672
+ $lt: "docker";
2673
+ $lte: "docker";
2674
+ $ne: "docker";
2675
+ $in: "docker" | "docker"[];
2676
+ $nin: "docker" | "docker"[];
2677
+ } & {}> | undefined;
2678
+ _id?: string | {} | Partial<{
2679
+ $gt: string | {};
2680
+ $gte: string | {};
2681
+ $lt: string | {};
2682
+ $lte: string | {};
2683
+ $ne: string | {};
2684
+ $in: string | {} | (string | {})[];
2685
+ $nin: string | {} | (string | {})[];
2686
+ } & {}> | undefined;
2687
+ updatedAt?: any;
2688
+ strategyId?: string | {} | Partial<{
2689
+ $gt: string | {};
2690
+ $gte: string | {};
2691
+ $lt: string | {};
2692
+ $lte: string | {};
2693
+ $ne: string | {};
2694
+ $in: string | {} | (string | {})[];
2695
+ $nin: string | {} | (string | {})[];
2696
+ } & {}> | undefined;
2697
+ exchangeId?: any;
2698
+ userId?: any;
2699
+ which?: string | Partial<{
2700
+ $gt: string;
2701
+ $gte: string;
2702
+ $lt: string;
2703
+ $lte: string;
2704
+ $ne: string;
2705
+ $in: string | string[];
2706
+ $nin: string | string[];
2707
+ } & {}> | undefined;
2708
+ running?: boolean | Partial<{
2709
+ $gt?: boolean | undefined;
2710
+ $gte?: boolean | undefined;
2711
+ $lt?: boolean | undefined;
2712
+ $lte?: boolean | undefined;
2713
+ $ne?: boolean | undefined;
2714
+ $in: boolean | boolean[];
2715
+ $nin: boolean | boolean[];
2716
+ } & {}> | undefined;
2717
+ api_server?: {
2718
+ password: string;
2719
+ enabled: boolean;
2720
+ listen_ip_address: string;
2721
+ listen_port: number;
2722
+ verbosity: string;
2723
+ jwt_secret_key: string;
2724
+ CORS_origins: string[];
2725
+ username: string;
2726
+ } | Partial<{
2727
+ $gt: {
2728
+ password: string;
2729
+ enabled: boolean;
2730
+ listen_ip_address: string;
2731
+ listen_port: number;
2732
+ verbosity: string;
2733
+ jwt_secret_key: string;
2734
+ CORS_origins: string[];
2735
+ username: string;
2736
+ };
2737
+ $gte: {
2738
+ password: string;
2739
+ enabled: boolean;
2740
+ listen_ip_address: string;
2741
+ listen_port: number;
2742
+ verbosity: string;
2743
+ jwt_secret_key: string;
2744
+ CORS_origins: string[];
2745
+ username: string;
2746
+ };
2747
+ $lt: {
2748
+ password: string;
2749
+ enabled: boolean;
2750
+ listen_ip_address: string;
2751
+ listen_port: number;
2752
+ verbosity: string;
2753
+ jwt_secret_key: string;
2754
+ CORS_origins: string[];
2755
+ username: string;
2756
+ };
2757
+ $lte: {
2758
+ password: string;
2759
+ enabled: boolean;
2760
+ listen_ip_address: string;
2761
+ listen_port: number;
2762
+ verbosity: string;
2763
+ jwt_secret_key: string;
2764
+ CORS_origins: string[];
2765
+ username: string;
2766
+ };
2767
+ $ne: {
2768
+ password: string;
2769
+ enabled: boolean;
2770
+ listen_ip_address: string;
2771
+ listen_port: number;
2772
+ verbosity: string;
2773
+ jwt_secret_key: string;
2774
+ CORS_origins: string[];
2775
+ username: string;
2776
+ };
2777
+ $in: {
2778
+ password: string;
2779
+ enabled: boolean;
2780
+ listen_ip_address: string;
2781
+ listen_port: number;
2782
+ verbosity: string;
2783
+ jwt_secret_key: string;
2784
+ CORS_origins: string[];
2785
+ username: string;
2786
+ } | {
2787
+ password: string;
2788
+ enabled: boolean;
2789
+ listen_ip_address: string;
2790
+ listen_port: number;
2791
+ verbosity: string;
2792
+ jwt_secret_key: string;
2793
+ CORS_origins: string[];
2794
+ username: string;
2795
+ }[];
2796
+ $nin: {
2797
+ password: string;
2798
+ enabled: boolean;
2799
+ listen_ip_address: string;
2800
+ listen_port: number;
2801
+ verbosity: string;
2802
+ jwt_secret_key: string;
2803
+ CORS_origins: string[];
2804
+ username: string;
2805
+ } | {
2806
+ password: string;
2807
+ enabled: boolean;
2808
+ listen_ip_address: string;
2809
+ listen_port: number;
2810
+ verbosity: string;
2811
+ jwt_secret_key: string;
2812
+ CORS_origins: string[];
2813
+ username: string;
2814
+ }[];
2815
+ } & {}> | undefined;
2816
+ pod?: string | Partial<{
2817
+ $gt: string;
2818
+ $gte: string;
2819
+ $lt: string;
2820
+ $lte: string;
2821
+ $ne: string;
2822
+ $in: string | string[];
2823
+ $nin: string | string[];
2824
+ } & {}> | undefined;
2825
+ } & {}, HookContext<TradersService<import("./traders.class").TradersParams>>>;