@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,2279 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import type { HookContext } from '../../declarations';
3
+ import type { StrategiesService } from './strategies.class';
4
+ export declare const strategiesSchema: import("@feathersjs/typebox").TObject<{
5
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
6
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
7
+ file: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
8
+ templateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
9
+ name: import("@feathersjs/typebox").TAny;
10
+ interval: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"1m">, import("@feathersjs/typebox").TLiteral<"5m">, import("@feathersjs/typebox").TLiteral<"30m">, import("@feathersjs/typebox").TLiteral<"2h">, import("@feathersjs/typebox").TLiteral<"6h">, import("@feathersjs/typebox").TLiteral<"12h">, import("@feathersjs/typebox").TLiteral<"1d">, import("@feathersjs/typebox").TLiteral<"1w">]>>;
11
+ stoploss: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
12
+ minimal_roi: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
13
+ minutes: import("@feathersjs/typebox").TNumber;
14
+ profit: import("@feathersjs/typebox").TNumber;
15
+ }>>>;
16
+ exit_sell_signal: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
17
+ exit_profit_only: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
18
+ exit_profit_offset: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
19
+ timeinforce: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
20
+ order_types: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
21
+ buy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
22
+ sell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
23
+ emergencysell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
24
+ forcebuy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
25
+ forcesell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
26
+ stoploss: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
27
+ stoploss_on_exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
28
+ stoploss_on_exchange_interval: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
29
+ stoploss_on_exchange_limit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
30
+ }>>;
31
+ protections: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
32
+ enabled: import("@feathersjs/typebox").TBoolean;
33
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"coolDownPeriod">, import("@feathersjs/typebox").TLiteral<"lowProfitPairs">, import("@feathersjs/typebox").TLiteral<"stoplossGuard">, import("@feathersjs/typebox").TLiteral<"maxDrawdown">]>;
34
+ method: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"CooldownPeriod">, import("@feathersjs/typebox").TLiteral<"LowProfitPairs">, import("@feathersjs/typebox").TLiteral<"StoplossGuard">, import("@feathersjs/typebox").TLiteral<"MaxDrawdown">]>;
35
+ stop_duration_candles: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
36
+ stop_duration_in_seconds: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
37
+ lookback_period_candles: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
38
+ trade_limit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
39
+ required_profit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
40
+ max_allowed_drawdown: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
41
+ only_per_pair: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
42
+ }>>>;
43
+ buywhen: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
44
+ indicator: import("@feathersjs/typebox").TString<string>;
45
+ condition: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<">">, import("@feathersjs/typebox").TLiteral<"<">, import("@feathersjs/typebox").TLiteral<"==">]>;
46
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"number">, import("@feathersjs/typebox").TLiteral<"indicator">]>;
47
+ value: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
48
+ indicator2: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
49
+ }>>>;
50
+ sellwhen: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
51
+ indicator: import("@feathersjs/typebox").TString<string>;
52
+ condition: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<">">, import("@feathersjs/typebox").TLiteral<"<">, import("@feathersjs/typebox").TLiteral<"==">]>;
53
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"number">, import("@feathersjs/typebox").TLiteral<"indicator">]>;
54
+ value: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
55
+ indicator2: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
56
+ }>>>;
57
+ indicators: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnknown>>;
58
+ code: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
59
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
60
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
61
+ results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
62
+ configured: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
63
+ traders: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
64
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
65
+ name: import("@feathersjs/typebox").TAny;
66
+ createdAt: import("@feathersjs/typebox").TAny;
67
+ updatedAt: import("@feathersjs/typebox").TAny;
68
+ userId: import("@feathersjs/typebox").TAny;
69
+ which: import("@feathersjs/typebox").TString<string>;
70
+ exchange: import("@feathersjs/typebox").TAny;
71
+ exchangeId: import("@feathersjs/typebox").TAny;
72
+ key: import("@feathersjs/typebox").TString<string>;
73
+ secret: import("@feathersjs/typebox").TString<string>;
74
+ connected: import("@feathersjs/typebox").TBoolean;
75
+ stake_currency: import("@feathersjs/typebox").TString<string>;
76
+ stake_amount: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
77
+ dry_run: import("@feathersjs/typebox").TBoolean;
78
+ handling: import("@feathersjs/typebox").TString<string>;
79
+ initial_state: import("@feathersjs/typebox").TString<string>;
80
+ pairlists: import("@feathersjs/typebox").TAny;
81
+ strategy: import("@feathersjs/typebox").TAny;
82
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
83
+ plugins: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
84
+ number_assets: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
85
+ refresh_period: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
86
+ sortByPerformance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
87
+ ignoreLowValue: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
88
+ removeRecentlyListed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
89
+ removeRecentlyListedDays: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
90
+ }>>;
91
+ dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
92
+ max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
93
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
94
+ unfilledtimeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
95
+ buy: import("@feathersjs/typebox").TNumber;
96
+ sell: import("@feathersjs/typebox").TNumber;
97
+ }>>;
98
+ cancel_open_orders_on_exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
99
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
100
+ tradable_balance_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
101
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
102
+ enabled: import("@feathersjs/typebox").TBoolean;
103
+ format: import("@feathersjs/typebox").TString<string>;
104
+ url: import("@feathersjs/typebox").TString<string>;
105
+ webhookstatus: import("@feathersjs/typebox").TObject<{
106
+ event: import("@feathersjs/typebox").TString<string>;
107
+ status: import("@feathersjs/typebox").TString<string>;
108
+ traderId: import("@feathersjs/typebox").TAny;
109
+ userId: import("@feathersjs/typebox").TString<string>;
110
+ }>;
111
+ webhookbuy: import("@feathersjs/typebox").TObject<{
112
+ event: import("@feathersjs/typebox").TString<string>;
113
+ traderId: import("@feathersjs/typebox").TAny;
114
+ userId: import("@feathersjs/typebox").TString<string>;
115
+ pair: import("@feathersjs/typebox").TString<string>;
116
+ limit: import("@feathersjs/typebox").TString<string>;
117
+ stake_amount: import("@feathersjs/typebox").TString<string>;
118
+ stake_currency: import("@feathersjs/typebox").TString<string>;
119
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
120
+ }>;
121
+ webhookbuycancel: import("@feathersjs/typebox").TObject<{
122
+ event: import("@feathersjs/typebox").TString<string>;
123
+ traderId: import("@feathersjs/typebox").TAny;
124
+ userId: import("@feathersjs/typebox").TString<string>;
125
+ pair: import("@feathersjs/typebox").TString<string>;
126
+ limit: import("@feathersjs/typebox").TString<string>;
127
+ stake_amount: import("@feathersjs/typebox").TString<string>;
128
+ stake_currency: import("@feathersjs/typebox").TString<string>;
129
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
130
+ }>;
131
+ webhookbuyfill: import("@feathersjs/typebox").TObject<{
132
+ event: import("@feathersjs/typebox").TString<string>;
133
+ userId: import("@feathersjs/typebox").TString<string>;
134
+ traderId: import("@feathersjs/typebox").TAny;
135
+ trade_id: import("@feathersjs/typebox").TString<string>;
136
+ pair: import("@feathersjs/typebox").TString<string>;
137
+ open_rate: import("@feathersjs/typebox").TString<string>;
138
+ amount: import("@feathersjs/typebox").TString<string>;
139
+ open_date: import("@feathersjs/typebox").TString<string>;
140
+ stake_amount: import("@feathersjs/typebox").TString<string>;
141
+ stake_currency: import("@feathersjs/typebox").TString<string>;
142
+ }>;
143
+ webhooksell: import("@feathersjs/typebox").TObject<{
144
+ event: import("@feathersjs/typebox").TString<string>;
145
+ traderId: import("@feathersjs/typebox").TAny;
146
+ userId: import("@feathersjs/typebox").TString<string>;
147
+ trade_id: import("@feathersjs/typebox").TString<string>;
148
+ pair: import("@feathersjs/typebox").TString<string>;
149
+ gain: import("@feathersjs/typebox").TString<string>;
150
+ amount: import("@feathersjs/typebox").TString<string>;
151
+ limit: import("@feathersjs/typebox").TString<string>;
152
+ stake_currency: import("@feathersjs/typebox").TString<string>;
153
+ profit_amount: import("@feathersjs/typebox").TString<string>;
154
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
155
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
156
+ open_date: import("@feathersjs/typebox").TString<string>;
157
+ close_date: import("@feathersjs/typebox").TString<string>;
158
+ sell_reason: import("@feathersjs/typebox").TString<string>;
159
+ order_type: import("@feathersjs/typebox").TString<string>;
160
+ }>;
161
+ webhooksellcancel: import("@feathersjs/typebox").TObject<{
162
+ event: import("@feathersjs/typebox").TString<string>;
163
+ traderId: import("@feathersjs/typebox").TAny;
164
+ userId: import("@feathersjs/typebox").TString<string>;
165
+ pair: import("@feathersjs/typebox").TString<string>;
166
+ limit: import("@feathersjs/typebox").TString<string>;
167
+ profit_amount: import("@feathersjs/typebox").TString<string>;
168
+ stake_currency: import("@feathersjs/typebox").TString<string>;
169
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
170
+ }>;
171
+ webhooksellfill: import("@feathersjs/typebox").TObject<{
172
+ event: import("@feathersjs/typebox").TString<string>;
173
+ traderId: import("@feathersjs/typebox").TAny;
174
+ userId: import("@feathersjs/typebox").TString<string>;
175
+ pair: import("@feathersjs/typebox").TString<string>;
176
+ close_rate: import("@feathersjs/typebox").TString<string>;
177
+ }>;
178
+ }>>;
179
+ bid_strategy: import("@feathersjs/typebox").TObject<{
180
+ price_side: import("@feathersjs/typebox").TLiteral<"bid">;
181
+ ask_last_balance: import("@feathersjs/typebox").TNumber;
182
+ use_order_book: import("@feathersjs/typebox").TBoolean;
183
+ order_book_top: import("@feathersjs/typebox").TInteger;
184
+ check_depth_of_market: import("@feathersjs/typebox").TObject<{
185
+ enabled: import("@feathersjs/typebox").TBoolean;
186
+ bids_to_ask_delta: import("@feathersjs/typebox").TInteger;
187
+ }>;
188
+ }>;
189
+ ask_strategy: import("@feathersjs/typebox").TObject<{
190
+ price_side: import("@feathersjs/typebox").TLiteral<"ask">;
191
+ use_order_book: import("@feathersjs/typebox").TBoolean;
192
+ order_book_min: import("@feathersjs/typebox").TInteger;
193
+ order_book_max: import("@feathersjs/typebox").TInteger;
194
+ exit_sell_signal: import("@feathersjs/typebox").TBoolean;
195
+ exit_profit_only: import("@feathersjs/typebox").TBoolean;
196
+ ignore_roi_if_entry_signal: import("@feathersjs/typebox").TBoolean;
197
+ }>;
198
+ api_server: import("@feathersjs/typebox").TObject<{
199
+ enabled: import("@feathersjs/typebox").TBoolean;
200
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
201
+ listen_port: import("@feathersjs/typebox").TNumber;
202
+ verbosity: import("@feathersjs/typebox").TString<string>;
203
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
204
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
205
+ username: import("@feathersjs/typebox").TString<string>;
206
+ password: import("@feathersjs/typebox").TString<string>;
207
+ }>;
208
+ pod: import("@feathersjs/typebox").TString<string>;
209
+ host: import("@feathersjs/typebox").TString<string>;
210
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
211
+ strategies: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
212
+ "traders/pods": import("@feathersjs/typebox").TAny;
213
+ }>>>>;
214
+ 'strategies/templates': import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
215
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
216
+ name: import("@feathersjs/typebox").TString<string>;
217
+ type: import("@feathersjs/typebox").TString<string>;
218
+ description: import("@feathersjs/typebox").TString<string>;
219
+ createdAt: import("@feathersjs/typebox").TAny;
220
+ values: import("@feathersjs/typebox").TAny;
221
+ }>>>;
222
+ 'strategies/indicators': import("@feathersjs/typebox").TAny;
223
+ }>;
224
+ export type Strategies = Static<typeof strategiesSchema>;
225
+ export declare const strategiesValidator: import("@feathersjs/schema").Validator<any, any>;
226
+ export declare const strategiesResolver: import("@feathersjs/schema").Resolver<{
227
+ _id?: string | {} | undefined;
228
+ createdAt?: any;
229
+ updatedAt?: any;
230
+ 'strategies/templates'?: {
231
+ _id?: string | {} | undefined;
232
+ values: any;
233
+ name: string;
234
+ createdAt: any;
235
+ description: string;
236
+ type: string;
237
+ } | undefined;
238
+ traders?: {
239
+ dry_run_wallet?: number | undefined;
240
+ max_open_trades?: number | undefined;
241
+ plugins?: {
242
+ number_assets?: number | undefined;
243
+ refresh_period?: number | undefined;
244
+ sortByPerformance?: boolean | undefined;
245
+ ignoreLowValue?: boolean | undefined;
246
+ removeRecentlyListed?: boolean | undefined;
247
+ removeRecentlyListedDays?: number | undefined;
248
+ } | undefined;
249
+ fiat_display_currency?: string | undefined;
250
+ unfilledtimeout?: {
251
+ buy: number;
252
+ sell: number;
253
+ } | undefined;
254
+ cancel_open_orders_on_exit?: boolean | undefined;
255
+ running?: boolean | undefined;
256
+ tradable_balance_ratio?: number | undefined;
257
+ webhook?: {
258
+ url: string;
259
+ format: string;
260
+ enabled: boolean;
261
+ webhookstatus: {
262
+ traderId: any;
263
+ event: string;
264
+ status: string;
265
+ userId: string;
266
+ };
267
+ webhookbuy: {
268
+ limit: string;
269
+ traderId: any;
270
+ stake_amount: string;
271
+ stake_currency: string;
272
+ event: string;
273
+ userId: string;
274
+ pair: string;
275
+ fiat_currency: string;
276
+ };
277
+ webhookbuycancel: {
278
+ limit: string;
279
+ traderId: any;
280
+ stake_amount: string;
281
+ stake_currency: string;
282
+ event: string;
283
+ userId: string;
284
+ pair: string;
285
+ fiat_currency: string;
286
+ };
287
+ webhookbuyfill: {
288
+ traderId: any;
289
+ stake_amount: string;
290
+ stake_currency: string;
291
+ event: string;
292
+ userId: string;
293
+ pair: string;
294
+ trade_id: string;
295
+ open_rate: string;
296
+ amount: string;
297
+ open_date: string;
298
+ };
299
+ webhooksell: {
300
+ limit: string;
301
+ traderId: any;
302
+ stake_currency: string;
303
+ event: string;
304
+ userId: string;
305
+ pair: string;
306
+ fiat_currency: string;
307
+ trade_id: string;
308
+ amount: string;
309
+ open_date: string;
310
+ gain: string;
311
+ profit_amount: string;
312
+ profit_ratio: string;
313
+ close_date: string;
314
+ sell_reason: string;
315
+ order_type: string;
316
+ };
317
+ webhooksellcancel: {
318
+ limit: string;
319
+ traderId: any;
320
+ stake_currency: string;
321
+ event: string;
322
+ userId: string;
323
+ pair: string;
324
+ profit_amount: string;
325
+ profit_ratio: string;
326
+ };
327
+ webhooksellfill: {
328
+ traderId: any;
329
+ event: string;
330
+ userId: string;
331
+ pair: string;
332
+ close_rate: string;
333
+ };
334
+ } | undefined;
335
+ host: string;
336
+ name: any;
337
+ provider: "docker";
338
+ strategies: string[];
339
+ secret: string;
340
+ key: string;
341
+ _id: string | {};
342
+ createdAt: any;
343
+ updatedAt: any;
344
+ "traders/pods": any;
345
+ strategyId: string | {};
346
+ stake_amount: string | number;
347
+ stake_currency: string;
348
+ exchangeId: any;
349
+ userId: any;
350
+ which: string;
351
+ exchange: any;
352
+ connected: boolean;
353
+ dry_run: boolean;
354
+ handling: string;
355
+ initial_state: string;
356
+ pairlists: any;
357
+ strategy: any;
358
+ bid_strategy: {
359
+ price_side: "bid";
360
+ ask_last_balance: number;
361
+ use_order_book: boolean;
362
+ order_book_top: number;
363
+ check_depth_of_market: {
364
+ enabled: boolean;
365
+ bids_to_ask_delta: number;
366
+ };
367
+ };
368
+ ask_strategy: {
369
+ price_side: "ask";
370
+ use_order_book: boolean;
371
+ order_book_min: number;
372
+ order_book_max: number;
373
+ exit_sell_signal: boolean;
374
+ exit_profit_only: boolean;
375
+ ignore_roi_if_entry_signal: boolean;
376
+ };
377
+ api_server: {
378
+ password: string;
379
+ enabled: boolean;
380
+ listen_ip_address: string;
381
+ listen_port: number;
382
+ verbosity: string;
383
+ jwt_secret_key: string;
384
+ CORS_origins: string[];
385
+ username: string;
386
+ };
387
+ pod: string;
388
+ }[] | undefined;
389
+ stoploss?: number | undefined;
390
+ minimal_roi?: {
391
+ minutes: number;
392
+ profit: number;
393
+ }[] | undefined;
394
+ results?: unknown;
395
+ userId?: string | {} | undefined;
396
+ exit_sell_signal?: boolean | undefined;
397
+ exit_profit_only?: boolean | undefined;
398
+ file?: any;
399
+ templateId?: string | {} | undefined;
400
+ interval?: "1m" | "5m" | "30m" | "2h" | "6h" | "12h" | "1d" | "1w" | undefined;
401
+ exit_profit_offset?: number | undefined;
402
+ timeinforce?: unknown;
403
+ order_types?: {
404
+ stoploss?: string | undefined;
405
+ buy?: "Limit" | "Market" | undefined;
406
+ sell?: "Limit" | "Market" | undefined;
407
+ emergencysell?: "Limit" | "Market" | undefined;
408
+ forcebuy?: "Limit" | "Market" | undefined;
409
+ forcesell?: "Limit" | "Market" | undefined;
410
+ stoploss_on_exchange?: boolean | undefined;
411
+ stoploss_on_exchange_interval?: number | undefined;
412
+ stoploss_on_exchange_limit_ratio?: number | undefined;
413
+ } | undefined;
414
+ protections?: {
415
+ stop_duration_candles?: number | undefined;
416
+ stop_duration_in_seconds?: unknown;
417
+ lookback_period_candles?: unknown;
418
+ trade_limit?: unknown;
419
+ required_profit?: unknown;
420
+ max_allowed_drawdown?: unknown;
421
+ only_per_pair?: unknown;
422
+ enabled: boolean;
423
+ type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
424
+ method: "CooldownPeriod" | "LowProfitPairs" | "StoplossGuard" | "MaxDrawdown";
425
+ }[] | undefined;
426
+ buywhen?: {
427
+ value?: number | undefined;
428
+ indicator2?: string | undefined;
429
+ type: "number" | "indicator";
430
+ indicator: string;
431
+ condition: ">" | "<" | "==";
432
+ }[] | undefined;
433
+ sellwhen?: {
434
+ value?: number | undefined;
435
+ indicator2?: string | undefined;
436
+ type: "number" | "indicator";
437
+ indicator: string;
438
+ condition: ">" | "<" | "==";
439
+ }[] | undefined;
440
+ indicators?: unknown[] | undefined;
441
+ code?: unknown;
442
+ configured?: boolean | undefined;
443
+ name: any;
444
+ 'strategies/indicators': any;
445
+ }, HookContext<StrategiesService<import("./strategies.class").StrategiesParams>>>;
446
+ export declare const strategiesExternalResolver: import("@feathersjs/schema").Resolver<{
447
+ _id?: string | {} | undefined;
448
+ createdAt?: any;
449
+ updatedAt?: any;
450
+ 'strategies/templates'?: {
451
+ _id?: string | {} | undefined;
452
+ values: any;
453
+ name: string;
454
+ createdAt: any;
455
+ description: string;
456
+ type: string;
457
+ } | undefined;
458
+ traders?: {
459
+ dry_run_wallet?: number | undefined;
460
+ max_open_trades?: number | undefined;
461
+ plugins?: {
462
+ number_assets?: number | undefined;
463
+ refresh_period?: number | undefined;
464
+ sortByPerformance?: boolean | undefined;
465
+ ignoreLowValue?: boolean | undefined;
466
+ removeRecentlyListed?: boolean | undefined;
467
+ removeRecentlyListedDays?: number | undefined;
468
+ } | undefined;
469
+ fiat_display_currency?: string | undefined;
470
+ unfilledtimeout?: {
471
+ buy: number;
472
+ sell: number;
473
+ } | undefined;
474
+ cancel_open_orders_on_exit?: boolean | undefined;
475
+ running?: boolean | undefined;
476
+ tradable_balance_ratio?: number | undefined;
477
+ webhook?: {
478
+ url: string;
479
+ format: string;
480
+ enabled: boolean;
481
+ webhookstatus: {
482
+ traderId: any;
483
+ event: string;
484
+ status: string;
485
+ userId: string;
486
+ };
487
+ webhookbuy: {
488
+ limit: string;
489
+ traderId: any;
490
+ stake_amount: string;
491
+ stake_currency: string;
492
+ event: string;
493
+ userId: string;
494
+ pair: string;
495
+ fiat_currency: string;
496
+ };
497
+ webhookbuycancel: {
498
+ limit: string;
499
+ traderId: any;
500
+ stake_amount: string;
501
+ stake_currency: string;
502
+ event: string;
503
+ userId: string;
504
+ pair: string;
505
+ fiat_currency: string;
506
+ };
507
+ webhookbuyfill: {
508
+ traderId: any;
509
+ stake_amount: string;
510
+ stake_currency: string;
511
+ event: string;
512
+ userId: string;
513
+ pair: string;
514
+ trade_id: string;
515
+ open_rate: string;
516
+ amount: string;
517
+ open_date: string;
518
+ };
519
+ webhooksell: {
520
+ limit: string;
521
+ traderId: any;
522
+ stake_currency: string;
523
+ event: string;
524
+ userId: string;
525
+ pair: string;
526
+ fiat_currency: string;
527
+ trade_id: string;
528
+ amount: string;
529
+ open_date: string;
530
+ gain: string;
531
+ profit_amount: string;
532
+ profit_ratio: string;
533
+ close_date: string;
534
+ sell_reason: string;
535
+ order_type: string;
536
+ };
537
+ webhooksellcancel: {
538
+ limit: string;
539
+ traderId: any;
540
+ stake_currency: string;
541
+ event: string;
542
+ userId: string;
543
+ pair: string;
544
+ profit_amount: string;
545
+ profit_ratio: string;
546
+ };
547
+ webhooksellfill: {
548
+ traderId: any;
549
+ event: string;
550
+ userId: string;
551
+ pair: string;
552
+ close_rate: string;
553
+ };
554
+ } | undefined;
555
+ host: string;
556
+ name: any;
557
+ provider: "docker";
558
+ strategies: string[];
559
+ secret: string;
560
+ key: string;
561
+ _id: string | {};
562
+ createdAt: any;
563
+ updatedAt: any;
564
+ "traders/pods": any;
565
+ strategyId: string | {};
566
+ stake_amount: string | number;
567
+ stake_currency: string;
568
+ exchangeId: any;
569
+ userId: any;
570
+ which: string;
571
+ exchange: any;
572
+ connected: boolean;
573
+ dry_run: boolean;
574
+ handling: string;
575
+ initial_state: string;
576
+ pairlists: any;
577
+ strategy: any;
578
+ bid_strategy: {
579
+ price_side: "bid";
580
+ ask_last_balance: number;
581
+ use_order_book: boolean;
582
+ order_book_top: number;
583
+ check_depth_of_market: {
584
+ enabled: boolean;
585
+ bids_to_ask_delta: number;
586
+ };
587
+ };
588
+ ask_strategy: {
589
+ price_side: "ask";
590
+ use_order_book: boolean;
591
+ order_book_min: number;
592
+ order_book_max: number;
593
+ exit_sell_signal: boolean;
594
+ exit_profit_only: boolean;
595
+ ignore_roi_if_entry_signal: boolean;
596
+ };
597
+ api_server: {
598
+ password: string;
599
+ enabled: boolean;
600
+ listen_ip_address: string;
601
+ listen_port: number;
602
+ verbosity: string;
603
+ jwt_secret_key: string;
604
+ CORS_origins: string[];
605
+ username: string;
606
+ };
607
+ pod: string;
608
+ }[] | undefined;
609
+ stoploss?: number | undefined;
610
+ minimal_roi?: {
611
+ minutes: number;
612
+ profit: number;
613
+ }[] | undefined;
614
+ results?: unknown;
615
+ userId?: string | {} | undefined;
616
+ exit_sell_signal?: boolean | undefined;
617
+ exit_profit_only?: boolean | undefined;
618
+ file?: any;
619
+ templateId?: string | {} | undefined;
620
+ interval?: "1m" | "5m" | "30m" | "2h" | "6h" | "12h" | "1d" | "1w" | undefined;
621
+ exit_profit_offset?: number | undefined;
622
+ timeinforce?: unknown;
623
+ order_types?: {
624
+ stoploss?: string | undefined;
625
+ buy?: "Limit" | "Market" | undefined;
626
+ sell?: "Limit" | "Market" | undefined;
627
+ emergencysell?: "Limit" | "Market" | undefined;
628
+ forcebuy?: "Limit" | "Market" | undefined;
629
+ forcesell?: "Limit" | "Market" | undefined;
630
+ stoploss_on_exchange?: boolean | undefined;
631
+ stoploss_on_exchange_interval?: number | undefined;
632
+ stoploss_on_exchange_limit_ratio?: number | undefined;
633
+ } | undefined;
634
+ protections?: {
635
+ stop_duration_candles?: number | undefined;
636
+ stop_duration_in_seconds?: unknown;
637
+ lookback_period_candles?: unknown;
638
+ trade_limit?: unknown;
639
+ required_profit?: unknown;
640
+ max_allowed_drawdown?: unknown;
641
+ only_per_pair?: unknown;
642
+ enabled: boolean;
643
+ type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
644
+ method: "CooldownPeriod" | "LowProfitPairs" | "StoplossGuard" | "MaxDrawdown";
645
+ }[] | undefined;
646
+ buywhen?: {
647
+ value?: number | undefined;
648
+ indicator2?: string | undefined;
649
+ type: "number" | "indicator";
650
+ indicator: string;
651
+ condition: ">" | "<" | "==";
652
+ }[] | undefined;
653
+ sellwhen?: {
654
+ value?: number | undefined;
655
+ indicator2?: string | undefined;
656
+ type: "number" | "indicator";
657
+ indicator: string;
658
+ condition: ">" | "<" | "==";
659
+ }[] | undefined;
660
+ indicators?: unknown[] | undefined;
661
+ code?: unknown;
662
+ configured?: boolean | undefined;
663
+ name: any;
664
+ 'strategies/indicators': any;
665
+ }, HookContext<StrategiesService<import("./strategies.class").StrategiesParams>>>;
666
+ export declare const strategiesDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
667
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
668
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
669
+ file: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
670
+ templateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
671
+ name: import("@feathersjs/typebox").TAny;
672
+ interval: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"1m">, import("@feathersjs/typebox").TLiteral<"5m">, import("@feathersjs/typebox").TLiteral<"30m">, import("@feathersjs/typebox").TLiteral<"2h">, import("@feathersjs/typebox").TLiteral<"6h">, import("@feathersjs/typebox").TLiteral<"12h">, import("@feathersjs/typebox").TLiteral<"1d">, import("@feathersjs/typebox").TLiteral<"1w">]>>;
673
+ stoploss: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
674
+ minimal_roi: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
675
+ minutes: import("@feathersjs/typebox").TNumber;
676
+ profit: import("@feathersjs/typebox").TNumber;
677
+ }>>>;
678
+ exit_sell_signal: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
679
+ exit_profit_only: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
680
+ exit_profit_offset: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
681
+ timeinforce: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
682
+ order_types: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
683
+ buy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
684
+ sell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
685
+ emergencysell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
686
+ forcebuy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
687
+ forcesell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
688
+ stoploss: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
689
+ stoploss_on_exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
690
+ stoploss_on_exchange_interval: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
691
+ stoploss_on_exchange_limit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
692
+ }>>;
693
+ protections: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
694
+ enabled: import("@feathersjs/typebox").TBoolean;
695
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"coolDownPeriod">, import("@feathersjs/typebox").TLiteral<"lowProfitPairs">, import("@feathersjs/typebox").TLiteral<"stoplossGuard">, import("@feathersjs/typebox").TLiteral<"maxDrawdown">]>;
696
+ method: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"CooldownPeriod">, import("@feathersjs/typebox").TLiteral<"LowProfitPairs">, import("@feathersjs/typebox").TLiteral<"StoplossGuard">, import("@feathersjs/typebox").TLiteral<"MaxDrawdown">]>;
697
+ stop_duration_candles: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
698
+ stop_duration_in_seconds: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
699
+ lookback_period_candles: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
700
+ trade_limit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
701
+ required_profit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
702
+ max_allowed_drawdown: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
703
+ only_per_pair: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
704
+ }>>>;
705
+ buywhen: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
706
+ indicator: import("@feathersjs/typebox").TString<string>;
707
+ condition: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<">">, import("@feathersjs/typebox").TLiteral<"<">, import("@feathersjs/typebox").TLiteral<"==">]>;
708
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"number">, import("@feathersjs/typebox").TLiteral<"indicator">]>;
709
+ value: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
710
+ indicator2: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
711
+ }>>>;
712
+ sellwhen: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
713
+ indicator: import("@feathersjs/typebox").TString<string>;
714
+ condition: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<">">, import("@feathersjs/typebox").TLiteral<"<">, import("@feathersjs/typebox").TLiteral<"==">]>;
715
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"number">, import("@feathersjs/typebox").TLiteral<"indicator">]>;
716
+ value: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
717
+ indicator2: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
718
+ }>>>;
719
+ indicators: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnknown>>;
720
+ code: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
721
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
722
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
723
+ results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
724
+ configured: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
725
+ traders: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
726
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
727
+ name: import("@feathersjs/typebox").TAny;
728
+ createdAt: import("@feathersjs/typebox").TAny;
729
+ updatedAt: import("@feathersjs/typebox").TAny;
730
+ userId: import("@feathersjs/typebox").TAny;
731
+ which: import("@feathersjs/typebox").TString<string>;
732
+ exchange: import("@feathersjs/typebox").TAny;
733
+ exchangeId: import("@feathersjs/typebox").TAny;
734
+ key: import("@feathersjs/typebox").TString<string>;
735
+ secret: import("@feathersjs/typebox").TString<string>;
736
+ connected: import("@feathersjs/typebox").TBoolean;
737
+ stake_currency: import("@feathersjs/typebox").TString<string>;
738
+ stake_amount: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
739
+ dry_run: import("@feathersjs/typebox").TBoolean;
740
+ handling: import("@feathersjs/typebox").TString<string>;
741
+ initial_state: import("@feathersjs/typebox").TString<string>;
742
+ pairlists: import("@feathersjs/typebox").TAny;
743
+ strategy: import("@feathersjs/typebox").TAny;
744
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
745
+ plugins: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
746
+ number_assets: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
747
+ refresh_period: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
748
+ sortByPerformance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
749
+ ignoreLowValue: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
750
+ removeRecentlyListed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
751
+ removeRecentlyListedDays: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
752
+ }>>;
753
+ dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
754
+ max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
755
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
756
+ unfilledtimeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
757
+ buy: import("@feathersjs/typebox").TNumber;
758
+ sell: import("@feathersjs/typebox").TNumber;
759
+ }>>;
760
+ cancel_open_orders_on_exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
761
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
762
+ tradable_balance_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
763
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
764
+ enabled: import("@feathersjs/typebox").TBoolean;
765
+ format: import("@feathersjs/typebox").TString<string>;
766
+ url: import("@feathersjs/typebox").TString<string>;
767
+ webhookstatus: import("@feathersjs/typebox").TObject<{
768
+ event: import("@feathersjs/typebox").TString<string>;
769
+ status: import("@feathersjs/typebox").TString<string>;
770
+ traderId: import("@feathersjs/typebox").TAny;
771
+ userId: import("@feathersjs/typebox").TString<string>;
772
+ }>;
773
+ webhookbuy: import("@feathersjs/typebox").TObject<{
774
+ event: import("@feathersjs/typebox").TString<string>;
775
+ traderId: import("@feathersjs/typebox").TAny;
776
+ userId: import("@feathersjs/typebox").TString<string>;
777
+ pair: import("@feathersjs/typebox").TString<string>;
778
+ limit: import("@feathersjs/typebox").TString<string>;
779
+ stake_amount: import("@feathersjs/typebox").TString<string>;
780
+ stake_currency: import("@feathersjs/typebox").TString<string>;
781
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
782
+ }>;
783
+ webhookbuycancel: import("@feathersjs/typebox").TObject<{
784
+ event: import("@feathersjs/typebox").TString<string>;
785
+ traderId: import("@feathersjs/typebox").TAny;
786
+ userId: import("@feathersjs/typebox").TString<string>;
787
+ pair: import("@feathersjs/typebox").TString<string>;
788
+ limit: import("@feathersjs/typebox").TString<string>;
789
+ stake_amount: import("@feathersjs/typebox").TString<string>;
790
+ stake_currency: import("@feathersjs/typebox").TString<string>;
791
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
792
+ }>;
793
+ webhookbuyfill: import("@feathersjs/typebox").TObject<{
794
+ event: import("@feathersjs/typebox").TString<string>;
795
+ userId: import("@feathersjs/typebox").TString<string>;
796
+ traderId: import("@feathersjs/typebox").TAny;
797
+ trade_id: import("@feathersjs/typebox").TString<string>;
798
+ pair: import("@feathersjs/typebox").TString<string>;
799
+ open_rate: import("@feathersjs/typebox").TString<string>;
800
+ amount: import("@feathersjs/typebox").TString<string>;
801
+ open_date: import("@feathersjs/typebox").TString<string>;
802
+ stake_amount: import("@feathersjs/typebox").TString<string>;
803
+ stake_currency: import("@feathersjs/typebox").TString<string>;
804
+ }>;
805
+ webhooksell: import("@feathersjs/typebox").TObject<{
806
+ event: import("@feathersjs/typebox").TString<string>;
807
+ traderId: import("@feathersjs/typebox").TAny;
808
+ userId: import("@feathersjs/typebox").TString<string>;
809
+ trade_id: import("@feathersjs/typebox").TString<string>;
810
+ pair: import("@feathersjs/typebox").TString<string>;
811
+ gain: import("@feathersjs/typebox").TString<string>;
812
+ amount: import("@feathersjs/typebox").TString<string>;
813
+ limit: import("@feathersjs/typebox").TString<string>;
814
+ stake_currency: import("@feathersjs/typebox").TString<string>;
815
+ profit_amount: import("@feathersjs/typebox").TString<string>;
816
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
817
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
818
+ open_date: import("@feathersjs/typebox").TString<string>;
819
+ close_date: import("@feathersjs/typebox").TString<string>;
820
+ sell_reason: import("@feathersjs/typebox").TString<string>;
821
+ order_type: import("@feathersjs/typebox").TString<string>;
822
+ }>;
823
+ webhooksellcancel: import("@feathersjs/typebox").TObject<{
824
+ event: import("@feathersjs/typebox").TString<string>;
825
+ traderId: import("@feathersjs/typebox").TAny;
826
+ userId: import("@feathersjs/typebox").TString<string>;
827
+ pair: import("@feathersjs/typebox").TString<string>;
828
+ limit: import("@feathersjs/typebox").TString<string>;
829
+ profit_amount: import("@feathersjs/typebox").TString<string>;
830
+ stake_currency: import("@feathersjs/typebox").TString<string>;
831
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
832
+ }>;
833
+ webhooksellfill: import("@feathersjs/typebox").TObject<{
834
+ event: import("@feathersjs/typebox").TString<string>;
835
+ traderId: import("@feathersjs/typebox").TAny;
836
+ userId: import("@feathersjs/typebox").TString<string>;
837
+ pair: import("@feathersjs/typebox").TString<string>;
838
+ close_rate: import("@feathersjs/typebox").TString<string>;
839
+ }>;
840
+ }>>;
841
+ bid_strategy: import("@feathersjs/typebox").TObject<{
842
+ price_side: import("@feathersjs/typebox").TLiteral<"bid">;
843
+ ask_last_balance: import("@feathersjs/typebox").TNumber;
844
+ use_order_book: import("@feathersjs/typebox").TBoolean;
845
+ order_book_top: import("@feathersjs/typebox").TInteger;
846
+ check_depth_of_market: import("@feathersjs/typebox").TObject<{
847
+ enabled: import("@feathersjs/typebox").TBoolean;
848
+ bids_to_ask_delta: import("@feathersjs/typebox").TInteger;
849
+ }>;
850
+ }>;
851
+ ask_strategy: import("@feathersjs/typebox").TObject<{
852
+ price_side: import("@feathersjs/typebox").TLiteral<"ask">;
853
+ use_order_book: import("@feathersjs/typebox").TBoolean;
854
+ order_book_min: import("@feathersjs/typebox").TInteger;
855
+ order_book_max: import("@feathersjs/typebox").TInteger;
856
+ exit_sell_signal: import("@feathersjs/typebox").TBoolean;
857
+ exit_profit_only: import("@feathersjs/typebox").TBoolean;
858
+ ignore_roi_if_entry_signal: import("@feathersjs/typebox").TBoolean;
859
+ }>;
860
+ api_server: import("@feathersjs/typebox").TObject<{
861
+ enabled: import("@feathersjs/typebox").TBoolean;
862
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
863
+ listen_port: import("@feathersjs/typebox").TNumber;
864
+ verbosity: import("@feathersjs/typebox").TString<string>;
865
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
866
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
867
+ username: import("@feathersjs/typebox").TString<string>;
868
+ password: import("@feathersjs/typebox").TString<string>;
869
+ }>;
870
+ pod: import("@feathersjs/typebox").TString<string>;
871
+ host: import("@feathersjs/typebox").TString<string>;
872
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
873
+ strategies: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
874
+ "traders/pods": import("@feathersjs/typebox").TAny;
875
+ }>>>>;
876
+ 'strategies/templates': import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
877
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
878
+ name: import("@feathersjs/typebox").TString<string>;
879
+ type: import("@feathersjs/typebox").TString<string>;
880
+ description: import("@feathersjs/typebox").TString<string>;
881
+ createdAt: import("@feathersjs/typebox").TAny;
882
+ values: import("@feathersjs/typebox").TAny;
883
+ }>>>;
884
+ 'strategies/indicators': import("@feathersjs/typebox").TAny;
885
+ }>, ["_id", "file", "name", "templateId", "interval", "stoploss", "minimal_roi", "exit_sell_signal", "exit_profit_only", "exit_profit_offset", "timeinforce", "code"]>;
886
+ export type StrategiesData = Static<typeof strategiesDataSchema>;
887
+ export declare const strategiesDataValidator: import("@feathersjs/schema").Validator<any, any>;
888
+ export declare const strategiesDataResolver: import("@feathersjs/schema").Resolver<{
889
+ _id?: string | {} | undefined;
890
+ createdAt?: any;
891
+ updatedAt?: any;
892
+ 'strategies/templates'?: {
893
+ _id?: string | {} | undefined;
894
+ values: any;
895
+ name: string;
896
+ createdAt: any;
897
+ description: string;
898
+ type: string;
899
+ } | undefined;
900
+ traders?: {
901
+ dry_run_wallet?: number | undefined;
902
+ max_open_trades?: number | undefined;
903
+ plugins?: {
904
+ number_assets?: number | undefined;
905
+ refresh_period?: number | undefined;
906
+ sortByPerformance?: boolean | undefined;
907
+ ignoreLowValue?: boolean | undefined;
908
+ removeRecentlyListed?: boolean | undefined;
909
+ removeRecentlyListedDays?: number | undefined;
910
+ } | undefined;
911
+ fiat_display_currency?: string | undefined;
912
+ unfilledtimeout?: {
913
+ buy: number;
914
+ sell: number;
915
+ } | undefined;
916
+ cancel_open_orders_on_exit?: boolean | undefined;
917
+ running?: boolean | undefined;
918
+ tradable_balance_ratio?: number | undefined;
919
+ webhook?: {
920
+ url: string;
921
+ format: string;
922
+ enabled: boolean;
923
+ webhookstatus: {
924
+ traderId: any;
925
+ event: string;
926
+ status: string;
927
+ userId: string;
928
+ };
929
+ webhookbuy: {
930
+ limit: string;
931
+ traderId: any;
932
+ stake_amount: string;
933
+ stake_currency: string;
934
+ event: string;
935
+ userId: string;
936
+ pair: string;
937
+ fiat_currency: string;
938
+ };
939
+ webhookbuycancel: {
940
+ limit: string;
941
+ traderId: any;
942
+ stake_amount: string;
943
+ stake_currency: string;
944
+ event: string;
945
+ userId: string;
946
+ pair: string;
947
+ fiat_currency: string;
948
+ };
949
+ webhookbuyfill: {
950
+ traderId: any;
951
+ stake_amount: string;
952
+ stake_currency: string;
953
+ event: string;
954
+ userId: string;
955
+ pair: string;
956
+ trade_id: string;
957
+ open_rate: string;
958
+ amount: string;
959
+ open_date: string;
960
+ };
961
+ webhooksell: {
962
+ limit: string;
963
+ traderId: any;
964
+ stake_currency: string;
965
+ event: string;
966
+ userId: string;
967
+ pair: string;
968
+ fiat_currency: string;
969
+ trade_id: string;
970
+ amount: string;
971
+ open_date: string;
972
+ gain: string;
973
+ profit_amount: string;
974
+ profit_ratio: string;
975
+ close_date: string;
976
+ sell_reason: string;
977
+ order_type: string;
978
+ };
979
+ webhooksellcancel: {
980
+ limit: string;
981
+ traderId: any;
982
+ stake_currency: string;
983
+ event: string;
984
+ userId: string;
985
+ pair: string;
986
+ profit_amount: string;
987
+ profit_ratio: string;
988
+ };
989
+ webhooksellfill: {
990
+ traderId: any;
991
+ event: string;
992
+ userId: string;
993
+ pair: string;
994
+ close_rate: string;
995
+ };
996
+ } | undefined;
997
+ host: string;
998
+ name: any;
999
+ provider: "docker";
1000
+ strategies: string[];
1001
+ secret: string;
1002
+ key: string;
1003
+ _id: string | {};
1004
+ createdAt: any;
1005
+ updatedAt: any;
1006
+ "traders/pods": any;
1007
+ strategyId: string | {};
1008
+ stake_amount: string | number;
1009
+ stake_currency: string;
1010
+ exchangeId: any;
1011
+ userId: any;
1012
+ which: string;
1013
+ exchange: any;
1014
+ connected: boolean;
1015
+ dry_run: boolean;
1016
+ handling: string;
1017
+ initial_state: string;
1018
+ pairlists: any;
1019
+ strategy: any;
1020
+ bid_strategy: {
1021
+ price_side: "bid";
1022
+ ask_last_balance: number;
1023
+ use_order_book: boolean;
1024
+ order_book_top: number;
1025
+ check_depth_of_market: {
1026
+ enabled: boolean;
1027
+ bids_to_ask_delta: number;
1028
+ };
1029
+ };
1030
+ ask_strategy: {
1031
+ price_side: "ask";
1032
+ use_order_book: boolean;
1033
+ order_book_min: number;
1034
+ order_book_max: number;
1035
+ exit_sell_signal: boolean;
1036
+ exit_profit_only: boolean;
1037
+ ignore_roi_if_entry_signal: boolean;
1038
+ };
1039
+ api_server: {
1040
+ password: string;
1041
+ enabled: boolean;
1042
+ listen_ip_address: string;
1043
+ listen_port: number;
1044
+ verbosity: string;
1045
+ jwt_secret_key: string;
1046
+ CORS_origins: string[];
1047
+ username: string;
1048
+ };
1049
+ pod: string;
1050
+ }[] | undefined;
1051
+ stoploss?: number | undefined;
1052
+ minimal_roi?: {
1053
+ minutes: number;
1054
+ profit: number;
1055
+ }[] | undefined;
1056
+ results?: unknown;
1057
+ userId?: string | {} | undefined;
1058
+ exit_sell_signal?: boolean | undefined;
1059
+ exit_profit_only?: boolean | undefined;
1060
+ file?: any;
1061
+ templateId?: string | {} | undefined;
1062
+ interval?: "1m" | "5m" | "30m" | "2h" | "6h" | "12h" | "1d" | "1w" | undefined;
1063
+ exit_profit_offset?: number | undefined;
1064
+ timeinforce?: unknown;
1065
+ order_types?: {
1066
+ stoploss?: string | undefined;
1067
+ buy?: "Limit" | "Market" | undefined;
1068
+ sell?: "Limit" | "Market" | undefined;
1069
+ emergencysell?: "Limit" | "Market" | undefined;
1070
+ forcebuy?: "Limit" | "Market" | undefined;
1071
+ forcesell?: "Limit" | "Market" | undefined;
1072
+ stoploss_on_exchange?: boolean | undefined;
1073
+ stoploss_on_exchange_interval?: number | undefined;
1074
+ stoploss_on_exchange_limit_ratio?: number | undefined;
1075
+ } | undefined;
1076
+ protections?: {
1077
+ stop_duration_candles?: number | undefined;
1078
+ stop_duration_in_seconds?: unknown;
1079
+ lookback_period_candles?: unknown;
1080
+ trade_limit?: unknown;
1081
+ required_profit?: unknown;
1082
+ max_allowed_drawdown?: unknown;
1083
+ only_per_pair?: unknown;
1084
+ enabled: boolean;
1085
+ type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
1086
+ method: "CooldownPeriod" | "LowProfitPairs" | "StoplossGuard" | "MaxDrawdown";
1087
+ }[] | undefined;
1088
+ buywhen?: {
1089
+ value?: number | undefined;
1090
+ indicator2?: string | undefined;
1091
+ type: "number" | "indicator";
1092
+ indicator: string;
1093
+ condition: ">" | "<" | "==";
1094
+ }[] | undefined;
1095
+ sellwhen?: {
1096
+ value?: number | undefined;
1097
+ indicator2?: string | undefined;
1098
+ type: "number" | "indicator";
1099
+ indicator: string;
1100
+ condition: ">" | "<" | "==";
1101
+ }[] | undefined;
1102
+ indicators?: unknown[] | undefined;
1103
+ code?: unknown;
1104
+ configured?: boolean | undefined;
1105
+ name: any;
1106
+ 'strategies/indicators': any;
1107
+ }, HookContext<StrategiesService<import("./strategies.class").StrategiesParams>>>;
1108
+ export declare const strategiesPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
1109
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1110
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1111
+ file: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1112
+ templateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
1113
+ name: import("@feathersjs/typebox").TAny;
1114
+ interval: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"1m">, import("@feathersjs/typebox").TLiteral<"5m">, import("@feathersjs/typebox").TLiteral<"30m">, import("@feathersjs/typebox").TLiteral<"2h">, import("@feathersjs/typebox").TLiteral<"6h">, import("@feathersjs/typebox").TLiteral<"12h">, import("@feathersjs/typebox").TLiteral<"1d">, import("@feathersjs/typebox").TLiteral<"1w">]>>;
1115
+ stoploss: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1116
+ minimal_roi: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1117
+ minutes: import("@feathersjs/typebox").TNumber;
1118
+ profit: import("@feathersjs/typebox").TNumber;
1119
+ }>>>;
1120
+ exit_sell_signal: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1121
+ exit_profit_only: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1122
+ exit_profit_offset: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1123
+ timeinforce: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1124
+ order_types: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1125
+ buy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
1126
+ sell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
1127
+ emergencysell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
1128
+ forcebuy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
1129
+ forcesell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
1130
+ stoploss: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1131
+ stoploss_on_exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1132
+ stoploss_on_exchange_interval: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1133
+ stoploss_on_exchange_limit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1134
+ }>>;
1135
+ protections: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1136
+ enabled: import("@feathersjs/typebox").TBoolean;
1137
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"coolDownPeriod">, import("@feathersjs/typebox").TLiteral<"lowProfitPairs">, import("@feathersjs/typebox").TLiteral<"stoplossGuard">, import("@feathersjs/typebox").TLiteral<"maxDrawdown">]>;
1138
+ method: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"CooldownPeriod">, import("@feathersjs/typebox").TLiteral<"LowProfitPairs">, import("@feathersjs/typebox").TLiteral<"StoplossGuard">, import("@feathersjs/typebox").TLiteral<"MaxDrawdown">]>;
1139
+ stop_duration_candles: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1140
+ stop_duration_in_seconds: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1141
+ lookback_period_candles: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1142
+ trade_limit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1143
+ required_profit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1144
+ max_allowed_drawdown: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1145
+ only_per_pair: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1146
+ }>>>;
1147
+ buywhen: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1148
+ indicator: import("@feathersjs/typebox").TString<string>;
1149
+ condition: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<">">, import("@feathersjs/typebox").TLiteral<"<">, import("@feathersjs/typebox").TLiteral<"==">]>;
1150
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"number">, import("@feathersjs/typebox").TLiteral<"indicator">]>;
1151
+ value: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1152
+ indicator2: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1153
+ }>>>;
1154
+ sellwhen: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1155
+ indicator: import("@feathersjs/typebox").TString<string>;
1156
+ condition: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<">">, import("@feathersjs/typebox").TLiteral<"<">, import("@feathersjs/typebox").TLiteral<"==">]>;
1157
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"number">, import("@feathersjs/typebox").TLiteral<"indicator">]>;
1158
+ value: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1159
+ indicator2: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1160
+ }>>>;
1161
+ indicators: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnknown>>;
1162
+ code: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1163
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1164
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1165
+ results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1166
+ configured: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1167
+ traders: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
1168
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1169
+ name: import("@feathersjs/typebox").TAny;
1170
+ createdAt: import("@feathersjs/typebox").TAny;
1171
+ updatedAt: import("@feathersjs/typebox").TAny;
1172
+ userId: import("@feathersjs/typebox").TAny;
1173
+ which: import("@feathersjs/typebox").TString<string>;
1174
+ exchange: import("@feathersjs/typebox").TAny;
1175
+ exchangeId: import("@feathersjs/typebox").TAny;
1176
+ key: import("@feathersjs/typebox").TString<string>;
1177
+ secret: import("@feathersjs/typebox").TString<string>;
1178
+ connected: import("@feathersjs/typebox").TBoolean;
1179
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1180
+ stake_amount: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
1181
+ dry_run: import("@feathersjs/typebox").TBoolean;
1182
+ handling: import("@feathersjs/typebox").TString<string>;
1183
+ initial_state: import("@feathersjs/typebox").TString<string>;
1184
+ pairlists: import("@feathersjs/typebox").TAny;
1185
+ strategy: import("@feathersjs/typebox").TAny;
1186
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1187
+ plugins: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1188
+ number_assets: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1189
+ refresh_period: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1190
+ sortByPerformance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1191
+ ignoreLowValue: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1192
+ removeRecentlyListed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1193
+ removeRecentlyListedDays: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1194
+ }>>;
1195
+ dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1196
+ max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1197
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1198
+ unfilledtimeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1199
+ buy: import("@feathersjs/typebox").TNumber;
1200
+ sell: import("@feathersjs/typebox").TNumber;
1201
+ }>>;
1202
+ cancel_open_orders_on_exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1203
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1204
+ tradable_balance_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1205
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1206
+ enabled: import("@feathersjs/typebox").TBoolean;
1207
+ format: import("@feathersjs/typebox").TString<string>;
1208
+ url: import("@feathersjs/typebox").TString<string>;
1209
+ webhookstatus: import("@feathersjs/typebox").TObject<{
1210
+ event: import("@feathersjs/typebox").TString<string>;
1211
+ status: import("@feathersjs/typebox").TString<string>;
1212
+ traderId: import("@feathersjs/typebox").TAny;
1213
+ userId: import("@feathersjs/typebox").TString<string>;
1214
+ }>;
1215
+ webhookbuy: import("@feathersjs/typebox").TObject<{
1216
+ event: import("@feathersjs/typebox").TString<string>;
1217
+ traderId: import("@feathersjs/typebox").TAny;
1218
+ userId: import("@feathersjs/typebox").TString<string>;
1219
+ pair: import("@feathersjs/typebox").TString<string>;
1220
+ limit: import("@feathersjs/typebox").TString<string>;
1221
+ stake_amount: import("@feathersjs/typebox").TString<string>;
1222
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1223
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
1224
+ }>;
1225
+ webhookbuycancel: import("@feathersjs/typebox").TObject<{
1226
+ event: import("@feathersjs/typebox").TString<string>;
1227
+ traderId: import("@feathersjs/typebox").TAny;
1228
+ userId: import("@feathersjs/typebox").TString<string>;
1229
+ pair: import("@feathersjs/typebox").TString<string>;
1230
+ limit: import("@feathersjs/typebox").TString<string>;
1231
+ stake_amount: import("@feathersjs/typebox").TString<string>;
1232
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1233
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
1234
+ }>;
1235
+ webhookbuyfill: import("@feathersjs/typebox").TObject<{
1236
+ event: import("@feathersjs/typebox").TString<string>;
1237
+ userId: import("@feathersjs/typebox").TString<string>;
1238
+ traderId: import("@feathersjs/typebox").TAny;
1239
+ trade_id: import("@feathersjs/typebox").TString<string>;
1240
+ pair: import("@feathersjs/typebox").TString<string>;
1241
+ open_rate: import("@feathersjs/typebox").TString<string>;
1242
+ amount: import("@feathersjs/typebox").TString<string>;
1243
+ open_date: import("@feathersjs/typebox").TString<string>;
1244
+ stake_amount: import("@feathersjs/typebox").TString<string>;
1245
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1246
+ }>;
1247
+ webhooksell: import("@feathersjs/typebox").TObject<{
1248
+ event: import("@feathersjs/typebox").TString<string>;
1249
+ traderId: import("@feathersjs/typebox").TAny;
1250
+ userId: import("@feathersjs/typebox").TString<string>;
1251
+ trade_id: import("@feathersjs/typebox").TString<string>;
1252
+ pair: import("@feathersjs/typebox").TString<string>;
1253
+ gain: import("@feathersjs/typebox").TString<string>;
1254
+ amount: import("@feathersjs/typebox").TString<string>;
1255
+ limit: import("@feathersjs/typebox").TString<string>;
1256
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1257
+ profit_amount: import("@feathersjs/typebox").TString<string>;
1258
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
1259
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
1260
+ open_date: import("@feathersjs/typebox").TString<string>;
1261
+ close_date: import("@feathersjs/typebox").TString<string>;
1262
+ sell_reason: import("@feathersjs/typebox").TString<string>;
1263
+ order_type: import("@feathersjs/typebox").TString<string>;
1264
+ }>;
1265
+ webhooksellcancel: import("@feathersjs/typebox").TObject<{
1266
+ event: import("@feathersjs/typebox").TString<string>;
1267
+ traderId: import("@feathersjs/typebox").TAny;
1268
+ userId: import("@feathersjs/typebox").TString<string>;
1269
+ pair: import("@feathersjs/typebox").TString<string>;
1270
+ limit: import("@feathersjs/typebox").TString<string>;
1271
+ profit_amount: import("@feathersjs/typebox").TString<string>;
1272
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1273
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
1274
+ }>;
1275
+ webhooksellfill: import("@feathersjs/typebox").TObject<{
1276
+ event: import("@feathersjs/typebox").TString<string>;
1277
+ traderId: import("@feathersjs/typebox").TAny;
1278
+ userId: import("@feathersjs/typebox").TString<string>;
1279
+ pair: import("@feathersjs/typebox").TString<string>;
1280
+ close_rate: import("@feathersjs/typebox").TString<string>;
1281
+ }>;
1282
+ }>>;
1283
+ bid_strategy: import("@feathersjs/typebox").TObject<{
1284
+ price_side: import("@feathersjs/typebox").TLiteral<"bid">;
1285
+ ask_last_balance: import("@feathersjs/typebox").TNumber;
1286
+ use_order_book: import("@feathersjs/typebox").TBoolean;
1287
+ order_book_top: import("@feathersjs/typebox").TInteger;
1288
+ check_depth_of_market: import("@feathersjs/typebox").TObject<{
1289
+ enabled: import("@feathersjs/typebox").TBoolean;
1290
+ bids_to_ask_delta: import("@feathersjs/typebox").TInteger;
1291
+ }>;
1292
+ }>;
1293
+ ask_strategy: import("@feathersjs/typebox").TObject<{
1294
+ price_side: import("@feathersjs/typebox").TLiteral<"ask">;
1295
+ use_order_book: import("@feathersjs/typebox").TBoolean;
1296
+ order_book_min: import("@feathersjs/typebox").TInteger;
1297
+ order_book_max: import("@feathersjs/typebox").TInteger;
1298
+ exit_sell_signal: import("@feathersjs/typebox").TBoolean;
1299
+ exit_profit_only: import("@feathersjs/typebox").TBoolean;
1300
+ ignore_roi_if_entry_signal: import("@feathersjs/typebox").TBoolean;
1301
+ }>;
1302
+ api_server: import("@feathersjs/typebox").TObject<{
1303
+ enabled: import("@feathersjs/typebox").TBoolean;
1304
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1305
+ listen_port: import("@feathersjs/typebox").TNumber;
1306
+ verbosity: import("@feathersjs/typebox").TString<string>;
1307
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1308
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1309
+ username: import("@feathersjs/typebox").TString<string>;
1310
+ password: import("@feathersjs/typebox").TString<string>;
1311
+ }>;
1312
+ pod: import("@feathersjs/typebox").TString<string>;
1313
+ host: import("@feathersjs/typebox").TString<string>;
1314
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1315
+ strategies: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1316
+ "traders/pods": import("@feathersjs/typebox").TAny;
1317
+ }>>>>;
1318
+ 'strategies/templates': import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
1319
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1320
+ name: import("@feathersjs/typebox").TString<string>;
1321
+ type: import("@feathersjs/typebox").TString<string>;
1322
+ description: import("@feathersjs/typebox").TString<string>;
1323
+ createdAt: import("@feathersjs/typebox").TAny;
1324
+ values: import("@feathersjs/typebox").TAny;
1325
+ }>>>;
1326
+ 'strategies/indicators': import("@feathersjs/typebox").TAny;
1327
+ }>>;
1328
+ export type StrategiesPatch = Static<typeof strategiesPatchSchema>;
1329
+ export declare const strategiesPatchValidator: import("@feathersjs/schema").Validator<any, any>;
1330
+ export declare const strategiesPatchResolver: import("@feathersjs/schema").Resolver<{
1331
+ _id?: string | {} | undefined;
1332
+ createdAt?: any;
1333
+ updatedAt?: any;
1334
+ 'strategies/templates'?: {
1335
+ _id?: string | {} | undefined;
1336
+ values: any;
1337
+ name: string;
1338
+ createdAt: any;
1339
+ description: string;
1340
+ type: string;
1341
+ } | undefined;
1342
+ traders?: {
1343
+ dry_run_wallet?: number | undefined;
1344
+ max_open_trades?: number | undefined;
1345
+ plugins?: {
1346
+ number_assets?: number | undefined;
1347
+ refresh_period?: number | undefined;
1348
+ sortByPerformance?: boolean | undefined;
1349
+ ignoreLowValue?: boolean | undefined;
1350
+ removeRecentlyListed?: boolean | undefined;
1351
+ removeRecentlyListedDays?: number | undefined;
1352
+ } | undefined;
1353
+ fiat_display_currency?: string | undefined;
1354
+ unfilledtimeout?: {
1355
+ buy: number;
1356
+ sell: number;
1357
+ } | undefined;
1358
+ cancel_open_orders_on_exit?: boolean | undefined;
1359
+ running?: boolean | undefined;
1360
+ tradable_balance_ratio?: number | undefined;
1361
+ webhook?: {
1362
+ url: string;
1363
+ format: string;
1364
+ enabled: boolean;
1365
+ webhookstatus: {
1366
+ traderId: any;
1367
+ event: string;
1368
+ status: string;
1369
+ userId: string;
1370
+ };
1371
+ webhookbuy: {
1372
+ limit: string;
1373
+ traderId: any;
1374
+ stake_amount: string;
1375
+ stake_currency: string;
1376
+ event: string;
1377
+ userId: string;
1378
+ pair: string;
1379
+ fiat_currency: string;
1380
+ };
1381
+ webhookbuycancel: {
1382
+ limit: string;
1383
+ traderId: any;
1384
+ stake_amount: string;
1385
+ stake_currency: string;
1386
+ event: string;
1387
+ userId: string;
1388
+ pair: string;
1389
+ fiat_currency: string;
1390
+ };
1391
+ webhookbuyfill: {
1392
+ traderId: any;
1393
+ stake_amount: string;
1394
+ stake_currency: string;
1395
+ event: string;
1396
+ userId: string;
1397
+ pair: string;
1398
+ trade_id: string;
1399
+ open_rate: string;
1400
+ amount: string;
1401
+ open_date: string;
1402
+ };
1403
+ webhooksell: {
1404
+ limit: string;
1405
+ traderId: any;
1406
+ stake_currency: string;
1407
+ event: string;
1408
+ userId: string;
1409
+ pair: string;
1410
+ fiat_currency: string;
1411
+ trade_id: string;
1412
+ amount: string;
1413
+ open_date: string;
1414
+ gain: string;
1415
+ profit_amount: string;
1416
+ profit_ratio: string;
1417
+ close_date: string;
1418
+ sell_reason: string;
1419
+ order_type: string;
1420
+ };
1421
+ webhooksellcancel: {
1422
+ limit: string;
1423
+ traderId: any;
1424
+ stake_currency: string;
1425
+ event: string;
1426
+ userId: string;
1427
+ pair: string;
1428
+ profit_amount: string;
1429
+ profit_ratio: string;
1430
+ };
1431
+ webhooksellfill: {
1432
+ traderId: any;
1433
+ event: string;
1434
+ userId: string;
1435
+ pair: string;
1436
+ close_rate: string;
1437
+ };
1438
+ } | undefined;
1439
+ host: string;
1440
+ name: any;
1441
+ provider: "docker";
1442
+ strategies: string[];
1443
+ secret: string;
1444
+ key: string;
1445
+ _id: string | {};
1446
+ createdAt: any;
1447
+ updatedAt: any;
1448
+ "traders/pods": any;
1449
+ strategyId: string | {};
1450
+ stake_amount: string | number;
1451
+ stake_currency: string;
1452
+ exchangeId: any;
1453
+ userId: any;
1454
+ which: string;
1455
+ exchange: any;
1456
+ connected: boolean;
1457
+ dry_run: boolean;
1458
+ handling: string;
1459
+ initial_state: string;
1460
+ pairlists: any;
1461
+ strategy: any;
1462
+ bid_strategy: {
1463
+ price_side: "bid";
1464
+ ask_last_balance: number;
1465
+ use_order_book: boolean;
1466
+ order_book_top: number;
1467
+ check_depth_of_market: {
1468
+ enabled: boolean;
1469
+ bids_to_ask_delta: number;
1470
+ };
1471
+ };
1472
+ ask_strategy: {
1473
+ price_side: "ask";
1474
+ use_order_book: boolean;
1475
+ order_book_min: number;
1476
+ order_book_max: number;
1477
+ exit_sell_signal: boolean;
1478
+ exit_profit_only: boolean;
1479
+ ignore_roi_if_entry_signal: boolean;
1480
+ };
1481
+ api_server: {
1482
+ password: string;
1483
+ enabled: boolean;
1484
+ listen_ip_address: string;
1485
+ listen_port: number;
1486
+ verbosity: string;
1487
+ jwt_secret_key: string;
1488
+ CORS_origins: string[];
1489
+ username: string;
1490
+ };
1491
+ pod: string;
1492
+ }[] | undefined;
1493
+ stoploss?: number | undefined;
1494
+ minimal_roi?: {
1495
+ minutes: number;
1496
+ profit: number;
1497
+ }[] | undefined;
1498
+ results?: unknown;
1499
+ userId?: string | {} | undefined;
1500
+ exit_sell_signal?: boolean | undefined;
1501
+ exit_profit_only?: boolean | undefined;
1502
+ file?: any;
1503
+ templateId?: string | {} | undefined;
1504
+ interval?: "1m" | "5m" | "30m" | "2h" | "6h" | "12h" | "1d" | "1w" | undefined;
1505
+ exit_profit_offset?: number | undefined;
1506
+ timeinforce?: unknown;
1507
+ order_types?: {
1508
+ stoploss?: string | undefined;
1509
+ buy?: "Limit" | "Market" | undefined;
1510
+ sell?: "Limit" | "Market" | undefined;
1511
+ emergencysell?: "Limit" | "Market" | undefined;
1512
+ forcebuy?: "Limit" | "Market" | undefined;
1513
+ forcesell?: "Limit" | "Market" | undefined;
1514
+ stoploss_on_exchange?: boolean | undefined;
1515
+ stoploss_on_exchange_interval?: number | undefined;
1516
+ stoploss_on_exchange_limit_ratio?: number | undefined;
1517
+ } | undefined;
1518
+ protections?: {
1519
+ stop_duration_candles?: number | undefined;
1520
+ stop_duration_in_seconds?: unknown;
1521
+ lookback_period_candles?: unknown;
1522
+ trade_limit?: unknown;
1523
+ required_profit?: unknown;
1524
+ max_allowed_drawdown?: unknown;
1525
+ only_per_pair?: unknown;
1526
+ enabled: boolean;
1527
+ type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
1528
+ method: "CooldownPeriod" | "LowProfitPairs" | "StoplossGuard" | "MaxDrawdown";
1529
+ }[] | undefined;
1530
+ buywhen?: {
1531
+ value?: number | undefined;
1532
+ indicator2?: string | undefined;
1533
+ type: "number" | "indicator";
1534
+ indicator: string;
1535
+ condition: ">" | "<" | "==";
1536
+ }[] | undefined;
1537
+ sellwhen?: {
1538
+ value?: number | undefined;
1539
+ indicator2?: string | undefined;
1540
+ type: "number" | "indicator";
1541
+ indicator: string;
1542
+ condition: ">" | "<" | "==";
1543
+ }[] | undefined;
1544
+ indicators?: unknown[] | undefined;
1545
+ code?: unknown;
1546
+ configured?: boolean | undefined;
1547
+ name: any;
1548
+ 'strategies/indicators': any;
1549
+ }, HookContext<StrategiesService<import("./strategies.class").StrategiesParams>>>;
1550
+ export declare const strategiesQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
1551
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1552
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1553
+ file: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1554
+ templateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
1555
+ name: import("@feathersjs/typebox").TAny;
1556
+ interval: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"1m">, import("@feathersjs/typebox").TLiteral<"5m">, import("@feathersjs/typebox").TLiteral<"30m">, import("@feathersjs/typebox").TLiteral<"2h">, import("@feathersjs/typebox").TLiteral<"6h">, import("@feathersjs/typebox").TLiteral<"12h">, import("@feathersjs/typebox").TLiteral<"1d">, import("@feathersjs/typebox").TLiteral<"1w">]>>;
1557
+ stoploss: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1558
+ minimal_roi: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1559
+ minutes: import("@feathersjs/typebox").TNumber;
1560
+ profit: import("@feathersjs/typebox").TNumber;
1561
+ }>>>;
1562
+ exit_sell_signal: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1563
+ exit_profit_only: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1564
+ exit_profit_offset: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1565
+ timeinforce: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1566
+ order_types: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1567
+ buy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
1568
+ sell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
1569
+ emergencysell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
1570
+ forcebuy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
1571
+ forcesell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
1572
+ stoploss: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1573
+ stoploss_on_exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1574
+ stoploss_on_exchange_interval: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1575
+ stoploss_on_exchange_limit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1576
+ }>>;
1577
+ protections: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1578
+ enabled: import("@feathersjs/typebox").TBoolean;
1579
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"coolDownPeriod">, import("@feathersjs/typebox").TLiteral<"lowProfitPairs">, import("@feathersjs/typebox").TLiteral<"stoplossGuard">, import("@feathersjs/typebox").TLiteral<"maxDrawdown">]>;
1580
+ method: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"CooldownPeriod">, import("@feathersjs/typebox").TLiteral<"LowProfitPairs">, import("@feathersjs/typebox").TLiteral<"StoplossGuard">, import("@feathersjs/typebox").TLiteral<"MaxDrawdown">]>;
1581
+ stop_duration_candles: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1582
+ stop_duration_in_seconds: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1583
+ lookback_period_candles: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1584
+ trade_limit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1585
+ required_profit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1586
+ max_allowed_drawdown: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1587
+ only_per_pair: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1588
+ }>>>;
1589
+ buywhen: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1590
+ indicator: import("@feathersjs/typebox").TString<string>;
1591
+ condition: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<">">, import("@feathersjs/typebox").TLiteral<"<">, import("@feathersjs/typebox").TLiteral<"==">]>;
1592
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"number">, import("@feathersjs/typebox").TLiteral<"indicator">]>;
1593
+ value: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1594
+ indicator2: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1595
+ }>>>;
1596
+ sellwhen: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1597
+ indicator: import("@feathersjs/typebox").TString<string>;
1598
+ condition: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<">">, import("@feathersjs/typebox").TLiteral<"<">, import("@feathersjs/typebox").TLiteral<"==">]>;
1599
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"number">, import("@feathersjs/typebox").TLiteral<"indicator">]>;
1600
+ value: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1601
+ indicator2: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1602
+ }>>>;
1603
+ indicators: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnknown>>;
1604
+ code: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1605
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1606
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1607
+ results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1608
+ configured: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1609
+ traders: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
1610
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1611
+ name: import("@feathersjs/typebox").TAny;
1612
+ createdAt: import("@feathersjs/typebox").TAny;
1613
+ updatedAt: import("@feathersjs/typebox").TAny;
1614
+ userId: import("@feathersjs/typebox").TAny;
1615
+ which: import("@feathersjs/typebox").TString<string>;
1616
+ exchange: import("@feathersjs/typebox").TAny;
1617
+ exchangeId: import("@feathersjs/typebox").TAny;
1618
+ key: import("@feathersjs/typebox").TString<string>;
1619
+ secret: import("@feathersjs/typebox").TString<string>;
1620
+ connected: import("@feathersjs/typebox").TBoolean;
1621
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1622
+ stake_amount: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
1623
+ dry_run: import("@feathersjs/typebox").TBoolean;
1624
+ handling: import("@feathersjs/typebox").TString<string>;
1625
+ initial_state: import("@feathersjs/typebox").TString<string>;
1626
+ pairlists: import("@feathersjs/typebox").TAny;
1627
+ strategy: import("@feathersjs/typebox").TAny;
1628
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1629
+ plugins: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1630
+ number_assets: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1631
+ refresh_period: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1632
+ sortByPerformance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1633
+ ignoreLowValue: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1634
+ removeRecentlyListed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1635
+ removeRecentlyListedDays: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1636
+ }>>;
1637
+ dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1638
+ max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1639
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1640
+ unfilledtimeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1641
+ buy: import("@feathersjs/typebox").TNumber;
1642
+ sell: import("@feathersjs/typebox").TNumber;
1643
+ }>>;
1644
+ cancel_open_orders_on_exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1645
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1646
+ tradable_balance_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1647
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1648
+ enabled: import("@feathersjs/typebox").TBoolean;
1649
+ format: import("@feathersjs/typebox").TString<string>;
1650
+ url: import("@feathersjs/typebox").TString<string>;
1651
+ webhookstatus: import("@feathersjs/typebox").TObject<{
1652
+ event: import("@feathersjs/typebox").TString<string>;
1653
+ status: import("@feathersjs/typebox").TString<string>;
1654
+ traderId: import("@feathersjs/typebox").TAny;
1655
+ userId: import("@feathersjs/typebox").TString<string>;
1656
+ }>;
1657
+ webhookbuy: import("@feathersjs/typebox").TObject<{
1658
+ event: import("@feathersjs/typebox").TString<string>;
1659
+ traderId: import("@feathersjs/typebox").TAny;
1660
+ userId: import("@feathersjs/typebox").TString<string>;
1661
+ pair: import("@feathersjs/typebox").TString<string>;
1662
+ limit: import("@feathersjs/typebox").TString<string>;
1663
+ stake_amount: import("@feathersjs/typebox").TString<string>;
1664
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1665
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
1666
+ }>;
1667
+ webhookbuycancel: import("@feathersjs/typebox").TObject<{
1668
+ event: import("@feathersjs/typebox").TString<string>;
1669
+ traderId: import("@feathersjs/typebox").TAny;
1670
+ userId: import("@feathersjs/typebox").TString<string>;
1671
+ pair: import("@feathersjs/typebox").TString<string>;
1672
+ limit: import("@feathersjs/typebox").TString<string>;
1673
+ stake_amount: import("@feathersjs/typebox").TString<string>;
1674
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1675
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
1676
+ }>;
1677
+ webhookbuyfill: import("@feathersjs/typebox").TObject<{
1678
+ event: import("@feathersjs/typebox").TString<string>;
1679
+ userId: import("@feathersjs/typebox").TString<string>;
1680
+ traderId: import("@feathersjs/typebox").TAny;
1681
+ trade_id: import("@feathersjs/typebox").TString<string>;
1682
+ pair: import("@feathersjs/typebox").TString<string>;
1683
+ open_rate: import("@feathersjs/typebox").TString<string>;
1684
+ amount: import("@feathersjs/typebox").TString<string>;
1685
+ open_date: import("@feathersjs/typebox").TString<string>;
1686
+ stake_amount: import("@feathersjs/typebox").TString<string>;
1687
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1688
+ }>;
1689
+ webhooksell: import("@feathersjs/typebox").TObject<{
1690
+ event: import("@feathersjs/typebox").TString<string>;
1691
+ traderId: import("@feathersjs/typebox").TAny;
1692
+ userId: import("@feathersjs/typebox").TString<string>;
1693
+ trade_id: import("@feathersjs/typebox").TString<string>;
1694
+ pair: import("@feathersjs/typebox").TString<string>;
1695
+ gain: import("@feathersjs/typebox").TString<string>;
1696
+ amount: import("@feathersjs/typebox").TString<string>;
1697
+ limit: import("@feathersjs/typebox").TString<string>;
1698
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1699
+ profit_amount: import("@feathersjs/typebox").TString<string>;
1700
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
1701
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
1702
+ open_date: import("@feathersjs/typebox").TString<string>;
1703
+ close_date: import("@feathersjs/typebox").TString<string>;
1704
+ sell_reason: import("@feathersjs/typebox").TString<string>;
1705
+ order_type: import("@feathersjs/typebox").TString<string>;
1706
+ }>;
1707
+ webhooksellcancel: import("@feathersjs/typebox").TObject<{
1708
+ event: import("@feathersjs/typebox").TString<string>;
1709
+ traderId: import("@feathersjs/typebox").TAny;
1710
+ userId: import("@feathersjs/typebox").TString<string>;
1711
+ pair: import("@feathersjs/typebox").TString<string>;
1712
+ limit: import("@feathersjs/typebox").TString<string>;
1713
+ profit_amount: import("@feathersjs/typebox").TString<string>;
1714
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1715
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
1716
+ }>;
1717
+ webhooksellfill: import("@feathersjs/typebox").TObject<{
1718
+ event: import("@feathersjs/typebox").TString<string>;
1719
+ traderId: import("@feathersjs/typebox").TAny;
1720
+ userId: import("@feathersjs/typebox").TString<string>;
1721
+ pair: import("@feathersjs/typebox").TString<string>;
1722
+ close_rate: import("@feathersjs/typebox").TString<string>;
1723
+ }>;
1724
+ }>>;
1725
+ bid_strategy: import("@feathersjs/typebox").TObject<{
1726
+ price_side: import("@feathersjs/typebox").TLiteral<"bid">;
1727
+ ask_last_balance: import("@feathersjs/typebox").TNumber;
1728
+ use_order_book: import("@feathersjs/typebox").TBoolean;
1729
+ order_book_top: import("@feathersjs/typebox").TInteger;
1730
+ check_depth_of_market: import("@feathersjs/typebox").TObject<{
1731
+ enabled: import("@feathersjs/typebox").TBoolean;
1732
+ bids_to_ask_delta: import("@feathersjs/typebox").TInteger;
1733
+ }>;
1734
+ }>;
1735
+ ask_strategy: import("@feathersjs/typebox").TObject<{
1736
+ price_side: import("@feathersjs/typebox").TLiteral<"ask">;
1737
+ use_order_book: import("@feathersjs/typebox").TBoolean;
1738
+ order_book_min: import("@feathersjs/typebox").TInteger;
1739
+ order_book_max: import("@feathersjs/typebox").TInteger;
1740
+ exit_sell_signal: import("@feathersjs/typebox").TBoolean;
1741
+ exit_profit_only: import("@feathersjs/typebox").TBoolean;
1742
+ ignore_roi_if_entry_signal: import("@feathersjs/typebox").TBoolean;
1743
+ }>;
1744
+ api_server: import("@feathersjs/typebox").TObject<{
1745
+ enabled: import("@feathersjs/typebox").TBoolean;
1746
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1747
+ listen_port: import("@feathersjs/typebox").TNumber;
1748
+ verbosity: import("@feathersjs/typebox").TString<string>;
1749
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1750
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1751
+ username: import("@feathersjs/typebox").TString<string>;
1752
+ password: import("@feathersjs/typebox").TString<string>;
1753
+ }>;
1754
+ pod: import("@feathersjs/typebox").TString<string>;
1755
+ host: import("@feathersjs/typebox").TString<string>;
1756
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1757
+ strategies: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1758
+ "traders/pods": import("@feathersjs/typebox").TAny;
1759
+ }>>>>;
1760
+ 'strategies/templates': import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
1761
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1762
+ name: import("@feathersjs/typebox").TString<string>;
1763
+ type: import("@feathersjs/typebox").TString<string>;
1764
+ description: import("@feathersjs/typebox").TString<string>;
1765
+ createdAt: import("@feathersjs/typebox").TAny;
1766
+ values: import("@feathersjs/typebox").TAny;
1767
+ }>>>;
1768
+ 'strategies/indicators': import("@feathersjs/typebox").TAny;
1769
+ }>, ["_id", "name", "userId", "templateId", "createdAt", "updatedAt", "configured"]>;
1770
+ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
1771
+ $limit: import("@feathersjs/typebox").TNumber;
1772
+ $skip: import("@feathersjs/typebox").TNumber;
1773
+ $sort: import("@feathersjs/typebox").TObject<{
1774
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1775
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1776
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1777
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1778
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1779
+ templateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1780
+ configured: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1781
+ }>;
1782
+ $select: import("@feathersjs/typebox").TUnsafe<("name" | "_id" | "createdAt" | "updatedAt" | "userId" | "templateId" | "configured")[]>;
1783
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1784
+ 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<{
1785
+ $gt: import("@feathersjs/typebox").TAny;
1786
+ $gte: import("@feathersjs/typebox").TAny;
1787
+ $lt: import("@feathersjs/typebox").TAny;
1788
+ $lte: import("@feathersjs/typebox").TAny;
1789
+ $ne: import("@feathersjs/typebox").TAny;
1790
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1791
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1792
+ }>, import("@feathersjs/typebox").TObject<{
1793
+ [key: string]: import("@feathersjs/typebox").TSchema;
1794
+ } | undefined>]>>]>>;
1795
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<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<{
1796
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1797
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1798
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1799
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1800
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1801
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
1802
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
1803
+ }>, import("@feathersjs/typebox").TObject<{
1804
+ [key: string]: import("@feathersjs/typebox").TSchema;
1805
+ } | undefined>]>>]>>;
1806
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1807
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1808
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1809
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1810
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1811
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1812
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
1813
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
1814
+ }>, import("@feathersjs/typebox").TObject<{
1815
+ [key: string]: import("@feathersjs/typebox").TSchema;
1816
+ } | undefined>]>>]>>;
1817
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1818
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1819
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1820
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1821
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1822
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1823
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
1824
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
1825
+ }>, import("@feathersjs/typebox").TObject<{
1826
+ [key: string]: import("@feathersjs/typebox").TSchema;
1827
+ } | undefined>]>>]>>;
1828
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1829
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1830
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1831
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1832
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1833
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1834
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
1835
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
1836
+ }>, import("@feathersjs/typebox").TObject<{
1837
+ [key: string]: import("@feathersjs/typebox").TSchema;
1838
+ } | undefined>]>>]>>;
1839
+ templateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1840
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
1841
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
1842
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
1843
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
1844
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
1845
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>>;
1846
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>>;
1847
+ }>, import("@feathersjs/typebox").TObject<{
1848
+ [key: string]: import("@feathersjs/typebox").TSchema;
1849
+ } | undefined>]>>]>>;
1850
+ configured: 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<{
1851
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1852
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1853
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1854
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1855
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1856
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1857
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1858
+ }>, import("@feathersjs/typebox").TObject<{
1859
+ [key: string]: import("@feathersjs/typebox").TSchema;
1860
+ } | undefined>]>>]>>;
1861
+ }>>, import("@feathersjs/typebox").TObject<{
1862
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1863
+ 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<{
1864
+ $gt: import("@feathersjs/typebox").TAny;
1865
+ $gte: import("@feathersjs/typebox").TAny;
1866
+ $lt: import("@feathersjs/typebox").TAny;
1867
+ $lte: import("@feathersjs/typebox").TAny;
1868
+ $ne: import("@feathersjs/typebox").TAny;
1869
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1870
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1871
+ }>, import("@feathersjs/typebox").TObject<{
1872
+ [key: string]: import("@feathersjs/typebox").TSchema;
1873
+ } | undefined>]>>]>>;
1874
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<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<{
1875
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1876
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1877
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1878
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1879
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1880
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
1881
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
1882
+ }>, import("@feathersjs/typebox").TObject<{
1883
+ [key: string]: import("@feathersjs/typebox").TSchema;
1884
+ } | undefined>]>>]>>;
1885
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1886
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1887
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1888
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1889
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1890
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1891
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
1892
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
1893
+ }>, import("@feathersjs/typebox").TObject<{
1894
+ [key: string]: import("@feathersjs/typebox").TSchema;
1895
+ } | undefined>]>>]>>;
1896
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1897
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1898
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1899
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1900
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1901
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1902
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
1903
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
1904
+ }>, import("@feathersjs/typebox").TObject<{
1905
+ [key: string]: import("@feathersjs/typebox").TSchema;
1906
+ } | undefined>]>>]>>;
1907
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1908
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1909
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1910
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1911
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1912
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1913
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
1914
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
1915
+ }>, import("@feathersjs/typebox").TObject<{
1916
+ [key: string]: import("@feathersjs/typebox").TSchema;
1917
+ } | undefined>]>>]>>;
1918
+ templateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1919
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
1920
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
1921
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
1922
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
1923
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
1924
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>>;
1925
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>>;
1926
+ }>, import("@feathersjs/typebox").TObject<{
1927
+ [key: string]: import("@feathersjs/typebox").TSchema;
1928
+ } | undefined>]>>]>>;
1929
+ configured: 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<{
1930
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1931
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1932
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1933
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1934
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1935
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1936
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1937
+ }>, import("@feathersjs/typebox").TObject<{
1938
+ [key: string]: import("@feathersjs/typebox").TSchema;
1939
+ } | undefined>]>>]>>;
1940
+ }>>>;
1941
+ }>]>>;
1942
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1943
+ 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<{
1944
+ $gt: import("@feathersjs/typebox").TAny;
1945
+ $gte: import("@feathersjs/typebox").TAny;
1946
+ $lt: import("@feathersjs/typebox").TAny;
1947
+ $lte: import("@feathersjs/typebox").TAny;
1948
+ $ne: import("@feathersjs/typebox").TAny;
1949
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1950
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1951
+ }>, import("@feathersjs/typebox").TObject<{
1952
+ [key: string]: import("@feathersjs/typebox").TSchema;
1953
+ } | undefined>]>>]>>;
1954
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<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<{
1955
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1956
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1957
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1958
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1959
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1960
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
1961
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
1962
+ }>, import("@feathersjs/typebox").TObject<{
1963
+ [key: string]: import("@feathersjs/typebox").TSchema;
1964
+ } | undefined>]>>]>>;
1965
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1966
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1967
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1968
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1969
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1970
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1971
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
1972
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
1973
+ }>, import("@feathersjs/typebox").TObject<{
1974
+ [key: string]: import("@feathersjs/typebox").TSchema;
1975
+ } | undefined>]>>]>>;
1976
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1977
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1978
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1979
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1980
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1981
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1982
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
1983
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<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").TOptional<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<{
1988
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1989
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1990
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1991
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1992
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1993
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
1994
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
1995
+ }>, import("@feathersjs/typebox").TObject<{
1996
+ [key: string]: import("@feathersjs/typebox").TSchema;
1997
+ } | undefined>]>>]>>;
1998
+ templateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1999
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
2000
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
2001
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
2002
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
2003
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
2004
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>>;
2005
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>>;
2006
+ }>, import("@feathersjs/typebox").TObject<{
2007
+ [key: string]: import("@feathersjs/typebox").TSchema;
2008
+ } | undefined>]>>]>>;
2009
+ configured: 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
+ }>>>;
2021
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
2022
+ 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<{
2023
+ $gt: import("@feathersjs/typebox").TAny;
2024
+ $gte: import("@feathersjs/typebox").TAny;
2025
+ $lt: import("@feathersjs/typebox").TAny;
2026
+ $lte: import("@feathersjs/typebox").TAny;
2027
+ $ne: import("@feathersjs/typebox").TAny;
2028
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
2029
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
2030
+ }>, import("@feathersjs/typebox").TObject<{
2031
+ [key: string]: import("@feathersjs/typebox").TSchema;
2032
+ } | undefined>]>>]>>;
2033
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<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<{
2034
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
2035
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
2036
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
2037
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
2038
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
2039
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
2040
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
2041
+ }>, import("@feathersjs/typebox").TObject<{
2042
+ [key: string]: import("@feathersjs/typebox").TSchema;
2043
+ } | undefined>]>>]>>;
2044
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2045
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2046
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2047
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2048
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2049
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2050
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
2051
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
2052
+ }>, import("@feathersjs/typebox").TObject<{
2053
+ [key: string]: import("@feathersjs/typebox").TSchema;
2054
+ } | undefined>]>>]>>;
2055
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2056
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2057
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2058
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2059
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2060
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2061
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
2062
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
2063
+ }>, import("@feathersjs/typebox").TObject<{
2064
+ [key: string]: import("@feathersjs/typebox").TSchema;
2065
+ } | undefined>]>>]>>;
2066
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2067
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
2068
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
2069
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
2070
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
2071
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
2072
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
2073
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
2074
+ }>, import("@feathersjs/typebox").TObject<{
2075
+ [key: string]: import("@feathersjs/typebox").TSchema;
2076
+ } | undefined>]>>]>>;
2077
+ templateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2078
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
2079
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
2080
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
2081
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
2082
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
2083
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>>;
2084
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>>;
2085
+ }>, import("@feathersjs/typebox").TObject<{
2086
+ [key: string]: import("@feathersjs/typebox").TSchema;
2087
+ } | undefined>]>>]>>;
2088
+ configured: 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<{
2089
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2090
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2091
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2092
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2093
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2094
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2095
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2096
+ }>, import("@feathersjs/typebox").TObject<{
2097
+ [key: string]: import("@feathersjs/typebox").TSchema;
2098
+ } | undefined>]>>]>>;
2099
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
2100
+ export type StrategiesQuery = Static<typeof strategiesQuerySchema>;
2101
+ export declare const strategiesQueryValidator: import("@feathersjs/schema").Validator<any, any>;
2102
+ export declare const strategiesQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
2103
+ $limit: number;
2104
+ $skip: number;
2105
+ $sort: {
2106
+ name?: number | undefined;
2107
+ _id?: number | undefined;
2108
+ createdAt?: number | undefined;
2109
+ updatedAt?: number | undefined;
2110
+ userId?: number | undefined;
2111
+ templateId?: number | undefined;
2112
+ configured?: number | undefined;
2113
+ };
2114
+ $select: ("name" | "_id" | "createdAt" | "updatedAt" | "userId" | "templateId" | "configured")[];
2115
+ $and: ({
2116
+ name?: any;
2117
+ _id?: string | {} | Partial<{
2118
+ $gt?: string | {} | undefined;
2119
+ $gte?: string | {} | undefined;
2120
+ $lt?: string | {} | undefined;
2121
+ $lte?: string | {} | undefined;
2122
+ $ne?: string | {} | undefined;
2123
+ $in: string | {} | (string | {})[];
2124
+ $nin: string | {} | (string | {})[];
2125
+ } & {}> | undefined;
2126
+ createdAt?: any;
2127
+ updatedAt?: any;
2128
+ userId?: string | {} | Partial<{
2129
+ $gt?: string | {} | undefined;
2130
+ $gte?: string | {} | undefined;
2131
+ $lt?: string | {} | undefined;
2132
+ $lte?: string | {} | undefined;
2133
+ $ne?: string | {} | undefined;
2134
+ $in: string | {} | (string | {})[];
2135
+ $nin: string | {} | (string | {})[];
2136
+ } & {}> | undefined;
2137
+ templateId?: string | {} | Partial<{
2138
+ $gt?: string | {} | undefined;
2139
+ $gte?: string | {} | undefined;
2140
+ $lt?: string | {} | undefined;
2141
+ $lte?: string | {} | undefined;
2142
+ $ne?: string | {} | undefined;
2143
+ $in: string | {} | (string | {})[];
2144
+ $nin: string | {} | (string | {})[];
2145
+ } & {}> | undefined;
2146
+ configured?: boolean | Partial<{
2147
+ $gt?: boolean | undefined;
2148
+ $gte?: boolean | undefined;
2149
+ $lt?: boolean | undefined;
2150
+ $lte?: boolean | undefined;
2151
+ $ne?: boolean | undefined;
2152
+ $in: boolean | boolean[];
2153
+ $nin: boolean | boolean[];
2154
+ } & {}> | undefined;
2155
+ } | {
2156
+ $or: {
2157
+ name?: any;
2158
+ _id?: string | {} | Partial<{
2159
+ $gt?: string | {} | undefined;
2160
+ $gte?: string | {} | undefined;
2161
+ $lt?: string | {} | undefined;
2162
+ $lte?: string | {} | undefined;
2163
+ $ne?: string | {} | undefined;
2164
+ $in: string | {} | (string | {})[];
2165
+ $nin: string | {} | (string | {})[];
2166
+ } & {}> | undefined;
2167
+ createdAt?: any;
2168
+ updatedAt?: any;
2169
+ userId?: string | {} | Partial<{
2170
+ $gt?: string | {} | undefined;
2171
+ $gte?: string | {} | undefined;
2172
+ $lt?: string | {} | undefined;
2173
+ $lte?: string | {} | undefined;
2174
+ $ne?: string | {} | undefined;
2175
+ $in: string | {} | (string | {})[];
2176
+ $nin: string | {} | (string | {})[];
2177
+ } & {}> | undefined;
2178
+ templateId?: string | {} | Partial<{
2179
+ $gt?: string | {} | undefined;
2180
+ $gte?: string | {} | undefined;
2181
+ $lt?: string | {} | undefined;
2182
+ $lte?: string | {} | undefined;
2183
+ $ne?: string | {} | undefined;
2184
+ $in: string | {} | (string | {})[];
2185
+ $nin: string | {} | (string | {})[];
2186
+ } & {}> | undefined;
2187
+ configured?: boolean | Partial<{
2188
+ $gt?: boolean | undefined;
2189
+ $gte?: boolean | undefined;
2190
+ $lt?: boolean | undefined;
2191
+ $lte?: boolean | undefined;
2192
+ $ne?: boolean | undefined;
2193
+ $in: boolean | boolean[];
2194
+ $nin: boolean | boolean[];
2195
+ } & {}> | undefined;
2196
+ }[];
2197
+ })[];
2198
+ $or: {
2199
+ name?: any;
2200
+ _id?: string | {} | Partial<{
2201
+ $gt?: string | {} | undefined;
2202
+ $gte?: string | {} | undefined;
2203
+ $lt?: string | {} | undefined;
2204
+ $lte?: string | {} | undefined;
2205
+ $ne?: string | {} | undefined;
2206
+ $in: string | {} | (string | {})[];
2207
+ $nin: string | {} | (string | {})[];
2208
+ } & {}> | undefined;
2209
+ createdAt?: any;
2210
+ updatedAt?: any;
2211
+ userId?: string | {} | Partial<{
2212
+ $gt?: string | {} | undefined;
2213
+ $gte?: string | {} | undefined;
2214
+ $lt?: string | {} | undefined;
2215
+ $lte?: string | {} | undefined;
2216
+ $ne?: string | {} | undefined;
2217
+ $in: string | {} | (string | {})[];
2218
+ $nin: string | {} | (string | {})[];
2219
+ } & {}> | undefined;
2220
+ templateId?: string | {} | Partial<{
2221
+ $gt?: string | {} | undefined;
2222
+ $gte?: string | {} | undefined;
2223
+ $lt?: string | {} | undefined;
2224
+ $lte?: string | {} | undefined;
2225
+ $ne?: string | {} | undefined;
2226
+ $in: string | {} | (string | {})[];
2227
+ $nin: string | {} | (string | {})[];
2228
+ } & {}> | undefined;
2229
+ configured?: boolean | Partial<{
2230
+ $gt?: boolean | undefined;
2231
+ $gte?: boolean | undefined;
2232
+ $lt?: boolean | undefined;
2233
+ $lte?: boolean | undefined;
2234
+ $ne?: boolean | undefined;
2235
+ $in: boolean | boolean[];
2236
+ $nin: boolean | boolean[];
2237
+ } & {}> | undefined;
2238
+ }[];
2239
+ }> & {
2240
+ name?: any;
2241
+ _id?: string | {} | Partial<{
2242
+ $gt?: string | {} | undefined;
2243
+ $gte?: string | {} | undefined;
2244
+ $lt?: string | {} | undefined;
2245
+ $lte?: string | {} | undefined;
2246
+ $ne?: string | {} | undefined;
2247
+ $in: string | {} | (string | {})[];
2248
+ $nin: string | {} | (string | {})[];
2249
+ } & {}> | undefined;
2250
+ createdAt?: any;
2251
+ updatedAt?: any;
2252
+ userId?: string | {} | Partial<{
2253
+ $gt?: string | {} | undefined;
2254
+ $gte?: string | {} | undefined;
2255
+ $lt?: string | {} | undefined;
2256
+ $lte?: string | {} | undefined;
2257
+ $ne?: string | {} | undefined;
2258
+ $in: string | {} | (string | {})[];
2259
+ $nin: string | {} | (string | {})[];
2260
+ } & {}> | undefined;
2261
+ templateId?: string | {} | Partial<{
2262
+ $gt?: string | {} | undefined;
2263
+ $gte?: string | {} | undefined;
2264
+ $lt?: string | {} | undefined;
2265
+ $lte?: string | {} | undefined;
2266
+ $ne?: string | {} | undefined;
2267
+ $in: string | {} | (string | {})[];
2268
+ $nin: string | {} | (string | {})[];
2269
+ } & {}> | undefined;
2270
+ configured?: boolean | Partial<{
2271
+ $gt?: boolean | undefined;
2272
+ $gte?: boolean | undefined;
2273
+ $lt?: boolean | undefined;
2274
+ $lte?: boolean | undefined;
2275
+ $ne?: boolean | undefined;
2276
+ $in: boolean | boolean[];
2277
+ $nin: boolean | boolean[];
2278
+ } & {}> | undefined;
2279
+ } & {}, HookContext<StrategiesService<import("./strategies.class").StrategiesParams>>>;