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