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