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