@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,615 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import type { HookContext } from '../../declarations';
3
+ import type { UserService } from './users.class';
4
+ export declare const userSchema: import("@feathersjs/typebox").TObject<{
5
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
6
+ email: import("@feathersjs/typebox").TString<"email">;
7
+ name: import("@feathersjs/typebox").TString<string>;
8
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
9
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
10
+ country: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
11
+ title: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
12
+ company: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
13
+ language: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
14
+ about: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
15
+ profile: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"conservative">, import("@feathersjs/typebox").TLiteral<"moderate">, import("@feathersjs/typebox").TLiteral<"aggressive">]>>;
16
+ payment: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"stripe">]>>;
17
+ yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
18
+ paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
19
+ stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
20
+ subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
21
+ plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
22
+ appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
23
+ scheme: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
24
+ theme: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
25
+ layout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
26
+ }>>;
27
+ timezone: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
28
+ subscribe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
29
+ isVerified: import("@feathersjs/typebox").TBoolean;
30
+ verifyToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
31
+ verifyTokenShort: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
32
+ verifyShortToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
33
+ verifyExpires: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
34
+ verifyChanges: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TObject<{}>]>>;
35
+ resetToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
36
+ resetShortToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
37
+ resetExpires: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
38
+ resetAttempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
39
+ agreements: import("@feathersjs/typebox").TBoolean;
40
+ bootstrap: import("@feathersjs/typebox").TAny;
41
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
42
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
43
+ skipEmailVerification: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
44
+ }>;
45
+ export type User = Static<typeof userSchema>;
46
+ export declare const userValidator: import("@feathersjs/schema").Validator<any, any>;
47
+ export declare const userResolver: import("@feathersjs/schema").Resolver<{
48
+ password?: string | undefined;
49
+ country?: string | undefined;
50
+ stripe?: any;
51
+ avatar?: string | undefined;
52
+ title?: string | null | undefined;
53
+ company?: string | null | undefined;
54
+ language?: string | undefined;
55
+ about?: string | null | undefined;
56
+ profile?: "conservative" | "moderate" | "aggressive" | undefined;
57
+ payment?: "stripe" | undefined;
58
+ yearly?: boolean | undefined;
59
+ paymentIntent?: any;
60
+ subscription?: any;
61
+ plan?: string | undefined;
62
+ appearance?: {
63
+ scheme?: string | undefined;
64
+ theme?: string | undefined;
65
+ layout?: string | undefined;
66
+ } | undefined;
67
+ timezone?: string | undefined;
68
+ subscribe?: string | undefined;
69
+ verifyToken?: string | null | undefined;
70
+ verifyTokenShort?: string | null | undefined;
71
+ verifyShortToken?: string | null | undefined;
72
+ verifyExpires?: number | null | undefined;
73
+ verifyChanges?: {} | null | undefined;
74
+ resetToken?: string | null | undefined;
75
+ resetShortToken?: string | null | undefined;
76
+ resetExpires?: number | null | undefined;
77
+ resetAttempts?: number | null | undefined;
78
+ createdAt?: any;
79
+ updatedAt?: any;
80
+ skipEmailVerification?: boolean | undefined;
81
+ email: string;
82
+ name: string;
83
+ _id: string | {};
84
+ isVerified: boolean;
85
+ agreements: boolean;
86
+ bootstrap: any;
87
+ }, HookContext<UserService<import("./users.class").UserParams>>>;
88
+ export declare const userExternalResolver: import("@feathersjs/schema").Resolver<{
89
+ password?: string | undefined;
90
+ country?: string | undefined;
91
+ stripe?: any;
92
+ avatar?: string | undefined;
93
+ title?: string | null | undefined;
94
+ company?: string | null | undefined;
95
+ language?: string | undefined;
96
+ about?: string | null | undefined;
97
+ profile?: "conservative" | "moderate" | "aggressive" | undefined;
98
+ payment?: "stripe" | undefined;
99
+ yearly?: boolean | undefined;
100
+ paymentIntent?: any;
101
+ subscription?: any;
102
+ plan?: string | undefined;
103
+ appearance?: {
104
+ scheme?: string | undefined;
105
+ theme?: string | undefined;
106
+ layout?: string | undefined;
107
+ } | undefined;
108
+ timezone?: string | undefined;
109
+ subscribe?: string | undefined;
110
+ verifyToken?: string | null | undefined;
111
+ verifyTokenShort?: string | null | undefined;
112
+ verifyShortToken?: string | null | undefined;
113
+ verifyExpires?: number | null | undefined;
114
+ verifyChanges?: {} | null | undefined;
115
+ resetToken?: string | null | undefined;
116
+ resetShortToken?: string | null | undefined;
117
+ resetExpires?: number | null | undefined;
118
+ resetAttempts?: number | null | undefined;
119
+ createdAt?: any;
120
+ updatedAt?: any;
121
+ skipEmailVerification?: boolean | undefined;
122
+ email: string;
123
+ name: string;
124
+ _id: string | {};
125
+ isVerified: boolean;
126
+ agreements: boolean;
127
+ bootstrap: any;
128
+ }, HookContext<UserService<import("./users.class").UserParams>>>;
129
+ export declare const userDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
130
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
131
+ email: import("@feathersjs/typebox").TString<"email">;
132
+ name: import("@feathersjs/typebox").TString<string>;
133
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
134
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
135
+ country: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
136
+ title: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
137
+ company: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
138
+ language: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
139
+ about: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
140
+ profile: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"conservative">, import("@feathersjs/typebox").TLiteral<"moderate">, import("@feathersjs/typebox").TLiteral<"aggressive">]>>;
141
+ payment: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"stripe">]>>;
142
+ yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
143
+ paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
144
+ stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
145
+ subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
146
+ plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
147
+ appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
148
+ scheme: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
149
+ theme: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
150
+ layout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
151
+ }>>;
152
+ timezone: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
153
+ subscribe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
154
+ isVerified: import("@feathersjs/typebox").TBoolean;
155
+ verifyToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
156
+ verifyTokenShort: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
157
+ verifyShortToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
158
+ verifyExpires: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
159
+ verifyChanges: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TObject<{}>]>>;
160
+ resetToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
161
+ resetShortToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
162
+ resetExpires: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
163
+ resetAttempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
164
+ agreements: import("@feathersjs/typebox").TBoolean;
165
+ bootstrap: import("@feathersjs/typebox").TAny;
166
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
167
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
168
+ skipEmailVerification: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
169
+ }>, ["email", "password", "name", "agreements", "createdAt", "skipEmailVerification"]>;
170
+ export type UserData = Static<typeof userDataSchema>;
171
+ export declare const userDataValidator: import("@feathersjs/schema").Validator<any, any>;
172
+ export declare const userDataResolver: import("@feathersjs/schema").Resolver<{
173
+ password?: string | undefined;
174
+ country?: string | undefined;
175
+ stripe?: any;
176
+ avatar?: string | undefined;
177
+ title?: string | null | undefined;
178
+ company?: string | null | undefined;
179
+ language?: string | undefined;
180
+ about?: string | null | undefined;
181
+ profile?: "conservative" | "moderate" | "aggressive" | undefined;
182
+ payment?: "stripe" | undefined;
183
+ yearly?: boolean | undefined;
184
+ paymentIntent?: any;
185
+ subscription?: any;
186
+ plan?: string | undefined;
187
+ appearance?: {
188
+ scheme?: string | undefined;
189
+ theme?: string | undefined;
190
+ layout?: string | undefined;
191
+ } | undefined;
192
+ timezone?: string | undefined;
193
+ subscribe?: string | undefined;
194
+ verifyToken?: string | null | undefined;
195
+ verifyTokenShort?: string | null | undefined;
196
+ verifyShortToken?: string | null | undefined;
197
+ verifyExpires?: number | null | undefined;
198
+ verifyChanges?: {} | null | undefined;
199
+ resetToken?: string | null | undefined;
200
+ resetShortToken?: string | null | undefined;
201
+ resetExpires?: number | null | undefined;
202
+ resetAttempts?: number | null | undefined;
203
+ createdAt?: any;
204
+ updatedAt?: any;
205
+ skipEmailVerification?: boolean | undefined;
206
+ email: string;
207
+ name: string;
208
+ _id: string | {};
209
+ isVerified: boolean;
210
+ agreements: boolean;
211
+ bootstrap: any;
212
+ }, HookContext<UserService<import("./users.class").UserParams>>>;
213
+ export declare const userPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
214
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
215
+ email: import("@feathersjs/typebox").TString<"email">;
216
+ name: import("@feathersjs/typebox").TString<string>;
217
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
218
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
219
+ country: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
220
+ title: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
221
+ company: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
222
+ language: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
223
+ about: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
224
+ profile: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"conservative">, import("@feathersjs/typebox").TLiteral<"moderate">, import("@feathersjs/typebox").TLiteral<"aggressive">]>>;
225
+ payment: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"stripe">]>>;
226
+ yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
227
+ paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
228
+ stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
229
+ subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
230
+ plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
231
+ appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
232
+ scheme: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
233
+ theme: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
234
+ layout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
235
+ }>>;
236
+ timezone: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
237
+ subscribe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
238
+ isVerified: import("@feathersjs/typebox").TBoolean;
239
+ verifyToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
240
+ verifyTokenShort: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
241
+ verifyShortToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
242
+ verifyExpires: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
243
+ verifyChanges: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TObject<{}>]>>;
244
+ resetToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
245
+ resetShortToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
246
+ resetExpires: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
247
+ resetAttempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
248
+ agreements: import("@feathersjs/typebox").TBoolean;
249
+ bootstrap: import("@feathersjs/typebox").TAny;
250
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
251
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
252
+ skipEmailVerification: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
253
+ }>>;
254
+ export type UserPatch = Static<typeof userPatchSchema>;
255
+ export declare const userPatchValidator: import("@feathersjs/schema").Validator<any, any>;
256
+ export declare const userPatchResolver: import("@feathersjs/schema").Resolver<{
257
+ password?: string | undefined;
258
+ country?: string | undefined;
259
+ stripe?: any;
260
+ avatar?: string | undefined;
261
+ title?: string | null | undefined;
262
+ company?: string | null | undefined;
263
+ language?: string | undefined;
264
+ about?: string | null | undefined;
265
+ profile?: "conservative" | "moderate" | "aggressive" | undefined;
266
+ payment?: "stripe" | undefined;
267
+ yearly?: boolean | undefined;
268
+ paymentIntent?: any;
269
+ subscription?: any;
270
+ plan?: string | undefined;
271
+ appearance?: {
272
+ scheme?: string | undefined;
273
+ theme?: string | undefined;
274
+ layout?: string | undefined;
275
+ } | undefined;
276
+ timezone?: string | undefined;
277
+ subscribe?: string | undefined;
278
+ verifyToken?: string | null | undefined;
279
+ verifyTokenShort?: string | null | undefined;
280
+ verifyShortToken?: string | null | undefined;
281
+ verifyExpires?: number | null | undefined;
282
+ verifyChanges?: {} | null | undefined;
283
+ resetToken?: string | null | undefined;
284
+ resetShortToken?: string | null | undefined;
285
+ resetExpires?: number | null | undefined;
286
+ resetAttempts?: number | null | undefined;
287
+ createdAt?: any;
288
+ updatedAt?: any;
289
+ skipEmailVerification?: boolean | undefined;
290
+ email: string;
291
+ name: string;
292
+ _id: string | {};
293
+ isVerified: boolean;
294
+ agreements: boolean;
295
+ bootstrap: any;
296
+ }, HookContext<UserService<import("./users.class").UserParams>>>;
297
+ export declare const userQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
298
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
299
+ email: import("@feathersjs/typebox").TString<"email">;
300
+ name: import("@feathersjs/typebox").TString<string>;
301
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
302
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
303
+ country: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
304
+ title: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
305
+ company: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
306
+ language: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
307
+ about: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
308
+ profile: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"conservative">, import("@feathersjs/typebox").TLiteral<"moderate">, import("@feathersjs/typebox").TLiteral<"aggressive">]>>;
309
+ payment: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"stripe">]>>;
310
+ yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
311
+ paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
312
+ stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
313
+ subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
314
+ plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
315
+ appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
316
+ scheme: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
317
+ theme: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
318
+ layout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
319
+ }>>;
320
+ timezone: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
321
+ subscribe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
322
+ isVerified: import("@feathersjs/typebox").TBoolean;
323
+ verifyToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
324
+ verifyTokenShort: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
325
+ verifyShortToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
326
+ verifyExpires: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
327
+ verifyChanges: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TObject<{}>]>>;
328
+ resetToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
329
+ resetShortToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
330
+ resetExpires: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
331
+ resetAttempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
332
+ agreements: import("@feathersjs/typebox").TBoolean;
333
+ bootstrap: import("@feathersjs/typebox").TAny;
334
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
335
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
336
+ skipEmailVerification: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
337
+ }>, ["_id", "email", "verifyToken"]>;
338
+ export declare const userQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
339
+ $limit: import("@feathersjs/typebox").TNumber;
340
+ $skip: import("@feathersjs/typebox").TNumber;
341
+ $sort: import("@feathersjs/typebox").TObject<{
342
+ email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
343
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
344
+ verifyToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
345
+ }>;
346
+ $select: import("@feathersjs/typebox").TUnsafe<("email" | "_id" | "verifyToken")[]>;
347
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
348
+ email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"email">, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
349
+ $gt: import("@feathersjs/typebox").TString<"email">;
350
+ $gte: import("@feathersjs/typebox").TString<"email">;
351
+ $lt: import("@feathersjs/typebox").TString<"email">;
352
+ $lte: import("@feathersjs/typebox").TString<"email">;
353
+ $ne: import("@feathersjs/typebox").TString<"email">;
354
+ $in: import("@feathersjs/typebox").TString<"email"> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"email">>;
355
+ $nin: import("@feathersjs/typebox").TString<"email"> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"email">>;
356
+ }>, import("@feathersjs/typebox").TObject<{
357
+ [key: string]: import("@feathersjs/typebox").TSchema;
358
+ } | undefined>]>>]>>;
359
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
360
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
361
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
362
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
363
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
364
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
365
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
366
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
367
+ }>, import("@feathersjs/typebox").TObject<{
368
+ [key: string]: import("@feathersjs/typebox").TSchema;
369
+ } | undefined>]>>]>>;
370
+ verifyToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
371
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
372
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
373
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
374
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
375
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
376
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>>;
377
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>>;
378
+ }>, import("@feathersjs/typebox").TObject<{
379
+ [key: string]: import("@feathersjs/typebox").TSchema;
380
+ } | undefined>]>>]>>;
381
+ }>>, import("@feathersjs/typebox").TObject<{
382
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
383
+ email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"email">, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
384
+ $gt: import("@feathersjs/typebox").TString<"email">;
385
+ $gte: import("@feathersjs/typebox").TString<"email">;
386
+ $lt: import("@feathersjs/typebox").TString<"email">;
387
+ $lte: import("@feathersjs/typebox").TString<"email">;
388
+ $ne: import("@feathersjs/typebox").TString<"email">;
389
+ $in: import("@feathersjs/typebox").TString<"email"> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"email">>;
390
+ $nin: import("@feathersjs/typebox").TString<"email"> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"email">>;
391
+ }>, import("@feathersjs/typebox").TObject<{
392
+ [key: string]: import("@feathersjs/typebox").TSchema;
393
+ } | undefined>]>>]>>;
394
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
395
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
396
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
397
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
398
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
399
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
400
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
401
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
402
+ }>, import("@feathersjs/typebox").TObject<{
403
+ [key: string]: import("@feathersjs/typebox").TSchema;
404
+ } | undefined>]>>]>>;
405
+ verifyToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
406
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
407
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
408
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
409
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
410
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
411
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>>;
412
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>>;
413
+ }>, import("@feathersjs/typebox").TObject<{
414
+ [key: string]: import("@feathersjs/typebox").TSchema;
415
+ } | undefined>]>>]>>;
416
+ }>>>;
417
+ }>]>>;
418
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
419
+ email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"email">, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
420
+ $gt: import("@feathersjs/typebox").TString<"email">;
421
+ $gte: import("@feathersjs/typebox").TString<"email">;
422
+ $lt: import("@feathersjs/typebox").TString<"email">;
423
+ $lte: import("@feathersjs/typebox").TString<"email">;
424
+ $ne: import("@feathersjs/typebox").TString<"email">;
425
+ $in: import("@feathersjs/typebox").TString<"email"> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"email">>;
426
+ $nin: import("@feathersjs/typebox").TString<"email"> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"email">>;
427
+ }>, import("@feathersjs/typebox").TObject<{
428
+ [key: string]: import("@feathersjs/typebox").TSchema;
429
+ } | undefined>]>>]>>;
430
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
431
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
432
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
433
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
434
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
435
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
436
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
437
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
438
+ }>, import("@feathersjs/typebox").TObject<{
439
+ [key: string]: import("@feathersjs/typebox").TSchema;
440
+ } | undefined>]>>]>>;
441
+ verifyToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
442
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
443
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
444
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
445
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
446
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
447
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>>;
448
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>>;
449
+ }>, import("@feathersjs/typebox").TObject<{
450
+ [key: string]: import("@feathersjs/typebox").TSchema;
451
+ } | undefined>]>>]>>;
452
+ }>>>;
453
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
454
+ email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"email">, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
455
+ $gt: import("@feathersjs/typebox").TString<"email">;
456
+ $gte: import("@feathersjs/typebox").TString<"email">;
457
+ $lt: import("@feathersjs/typebox").TString<"email">;
458
+ $lte: import("@feathersjs/typebox").TString<"email">;
459
+ $ne: import("@feathersjs/typebox").TString<"email">;
460
+ $in: import("@feathersjs/typebox").TString<"email"> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"email">>;
461
+ $nin: import("@feathersjs/typebox").TString<"email"> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"email">>;
462
+ }>, import("@feathersjs/typebox").TObject<{
463
+ [key: string]: import("@feathersjs/typebox").TSchema;
464
+ } | undefined>]>>]>>;
465
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
466
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
467
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
468
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
469
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
470
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
471
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
472
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
473
+ }>, import("@feathersjs/typebox").TObject<{
474
+ [key: string]: import("@feathersjs/typebox").TSchema;
475
+ } | undefined>]>>]>>;
476
+ verifyToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
477
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
478
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
479
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
480
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
481
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
482
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>>;
483
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>>;
484
+ }>, import("@feathersjs/typebox").TObject<{
485
+ [key: string]: import("@feathersjs/typebox").TSchema;
486
+ } | undefined>]>>]>>;
487
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
488
+ export type UserQuery = Static<typeof userQuerySchema>;
489
+ export declare const userQueryValidator: import("@feathersjs/schema").Validator<any, any>;
490
+ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
491
+ $limit: number;
492
+ $skip: number;
493
+ $sort: {
494
+ email?: number | undefined;
495
+ _id?: number | undefined;
496
+ verifyToken?: number | undefined;
497
+ };
498
+ $select: ("email" | "_id" | "verifyToken")[];
499
+ $and: ({
500
+ email?: string | Partial<{
501
+ $gt: string;
502
+ $gte: string;
503
+ $lt: string;
504
+ $lte: string;
505
+ $ne: string;
506
+ $in: string | string[];
507
+ $nin: string | string[];
508
+ } & {}> | undefined;
509
+ _id?: string | {} | Partial<{
510
+ $gt: string | {};
511
+ $gte: string | {};
512
+ $lt: string | {};
513
+ $lte: string | {};
514
+ $ne: string | {};
515
+ $in: string | {} | (string | {})[];
516
+ $nin: string | {} | (string | {})[];
517
+ } & {}> | undefined;
518
+ verifyToken?: string | Partial<{
519
+ $gt?: string | null | undefined;
520
+ $gte?: string | null | undefined;
521
+ $lt?: string | null | undefined;
522
+ $lte?: string | null | undefined;
523
+ $ne?: string | null | undefined;
524
+ $in: string | (string | null)[] | null;
525
+ $nin: string | (string | null)[] | null;
526
+ } & {}> | null | undefined;
527
+ } | {
528
+ $or: {
529
+ email?: string | Partial<{
530
+ $gt: string;
531
+ $gte: string;
532
+ $lt: string;
533
+ $lte: string;
534
+ $ne: string;
535
+ $in: string | string[];
536
+ $nin: string | string[];
537
+ } & {}> | undefined;
538
+ _id?: string | {} | Partial<{
539
+ $gt: string | {};
540
+ $gte: string | {};
541
+ $lt: string | {};
542
+ $lte: string | {};
543
+ $ne: string | {};
544
+ $in: string | {} | (string | {})[];
545
+ $nin: string | {} | (string | {})[];
546
+ } & {}> | undefined;
547
+ verifyToken?: string | Partial<{
548
+ $gt?: string | null | undefined;
549
+ $gte?: string | null | undefined;
550
+ $lt?: string | null | undefined;
551
+ $lte?: string | null | undefined;
552
+ $ne?: string | null | undefined;
553
+ $in: string | (string | null)[] | null;
554
+ $nin: string | (string | null)[] | null;
555
+ } & {}> | null | undefined;
556
+ }[];
557
+ })[];
558
+ $or: {
559
+ email?: string | Partial<{
560
+ $gt: string;
561
+ $gte: string;
562
+ $lt: string;
563
+ $lte: string;
564
+ $ne: string;
565
+ $in: string | string[];
566
+ $nin: string | string[];
567
+ } & {}> | undefined;
568
+ _id?: string | {} | Partial<{
569
+ $gt: string | {};
570
+ $gte: string | {};
571
+ $lt: string | {};
572
+ $lte: string | {};
573
+ $ne: string | {};
574
+ $in: string | {} | (string | {})[];
575
+ $nin: string | {} | (string | {})[];
576
+ } & {}> | undefined;
577
+ verifyToken?: string | Partial<{
578
+ $gt?: string | null | undefined;
579
+ $gte?: string | null | undefined;
580
+ $lt?: string | null | undefined;
581
+ $lte?: string | null | undefined;
582
+ $ne?: string | null | undefined;
583
+ $in: string | (string | null)[] | null;
584
+ $nin: string | (string | null)[] | null;
585
+ } & {}> | null | undefined;
586
+ }[];
587
+ }> & {
588
+ email?: string | Partial<{
589
+ $gt: string;
590
+ $gte: string;
591
+ $lt: string;
592
+ $lte: string;
593
+ $ne: string;
594
+ $in: string | string[];
595
+ $nin: string | string[];
596
+ } & {}> | undefined;
597
+ _id?: string | {} | Partial<{
598
+ $gt: string | {};
599
+ $gte: string | {};
600
+ $lt: string | {};
601
+ $lte: string | {};
602
+ $ne: string | {};
603
+ $in: string | {} | (string | {})[];
604
+ $nin: string | {} | (string | {})[];
605
+ } & {}> | undefined;
606
+ verifyToken?: string | Partial<{
607
+ $gt?: string | null | undefined;
608
+ $gte?: string | null | undefined;
609
+ $lt?: string | null | undefined;
610
+ $lte?: string | null | undefined;
611
+ $ne?: string | null | undefined;
612
+ $in: string | (string | null)[] | null;
613
+ $nin: string | (string | null)[] | null;
614
+ } & {}> | null | undefined;
615
+ } & {}, HookContext<UserService<import("./users.class").UserParams>>>;