@cryptorobot.ai/client 0.0.39 → 1.26.0-dev.1000

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 (634) hide show
  1. package/lib/src/client.d.ts +260 -0
  2. package/lib/src/client.js +181 -12
  3. package/lib/src/services/advisor/advisor.class.d.ts +12 -0
  4. package/lib/src/services/advisor/advisor.d.ts +11 -0
  5. package/lib/src/services/advisor/advisor.hooks.d.ts +9 -0
  6. package/lib/src/services/advisor/advisor.schema.d.ts +2744 -0
  7. package/lib/src/services/advisor/advisor.shared.d.ts +13 -0
  8. package/lib/src/services/advisor/advisor.shared.js +13 -0
  9. package/lib/src/services/advisor/messages/messages.class.d.ts +11 -0
  10. package/lib/src/services/advisor/messages/messages.d.ts +11 -0
  11. package/lib/src/services/advisor/messages/messages.schema.d.ts +575 -0
  12. package/lib/src/services/advisor/messages/messages.shared.d.ts +13 -0
  13. package/lib/src/services/advisor/messages/messages.shared.js +13 -0
  14. package/lib/src/services/affiliates/affiliates.class.d.ts +18 -0
  15. package/lib/src/services/affiliates/affiliates.d.ts +11 -0
  16. package/lib/src/services/affiliates/affiliates.schema.d.ts +579 -0
  17. package/lib/src/services/affiliates/affiliates.shared.d.ts +13 -0
  18. package/lib/src/services/affiliates/affiliates.shared.js +20 -0
  19. package/lib/src/services/affiliates/clicks/clicks.class.d.ts +11 -0
  20. package/lib/src/services/affiliates/clicks/clicks.d.ts +11 -0
  21. package/lib/src/services/affiliates/clicks/clicks.schema.d.ts +507 -0
  22. package/lib/src/services/affiliates/clicks/clicks.shared.d.ts +13 -0
  23. package/lib/src/services/affiliates/clicks/clicks.shared.js +19 -0
  24. package/lib/src/services/affiliates/comissions/comissions.class.d.ts +11 -0
  25. package/lib/src/services/affiliates/comissions/comissions.d.ts +11 -0
  26. package/lib/src/services/affiliates/comissions/comissions.schema.d.ts +841 -0
  27. package/lib/src/services/affiliates/comissions/comissions.shared.d.ts +13 -0
  28. package/lib/src/services/affiliates/comissions/comissions.shared.js +19 -0
  29. package/lib/src/services/affiliates/contracts/contracts.class.d.ts +11 -0
  30. package/lib/src/services/affiliates/contracts/contracts.d.ts +11 -0
  31. package/lib/src/services/affiliates/contracts/contracts.schema.d.ts +667 -0
  32. package/lib/src/services/affiliates/contracts/contracts.shared.d.ts +13 -0
  33. package/lib/src/services/affiliates/contracts/contracts.shared.js +19 -0
  34. package/lib/src/services/affiliates/coupons/coupons.class.d.ts +11 -0
  35. package/lib/src/services/affiliates/coupons/coupons.d.ts +11 -0
  36. package/lib/src/services/affiliates/coupons/coupons.schema.d.ts +523 -0
  37. package/lib/src/services/affiliates/coupons/coupons.shared.d.ts +13 -0
  38. package/lib/src/services/affiliates/coupons/coupons.shared.js +19 -0
  39. package/lib/src/services/affiliates/links/links.class.d.ts +11 -0
  40. package/lib/src/services/affiliates/links/links.d.ts +11 -0
  41. package/lib/src/services/affiliates/links/links.schema.d.ts +515 -0
  42. package/lib/src/services/affiliates/links/links.shared.d.ts +13 -0
  43. package/lib/src/services/affiliates/links/links.shared.js +13 -0
  44. package/lib/src/services/affiliates/payouts/payouts.class.d.ts +11 -0
  45. package/lib/src/services/affiliates/payouts/payouts.d.ts +11 -0
  46. package/lib/src/services/affiliates/payouts/payouts.schema.d.ts +433 -0
  47. package/lib/src/services/affiliates/payouts/payouts.shared.d.ts +13 -0
  48. package/lib/src/services/affiliates/payouts/payouts.shared.js +19 -0
  49. package/lib/src/services/agents/agents.class.d.ts +12 -0
  50. package/lib/src/services/agents/agents.d.ts +11 -0
  51. package/lib/src/services/agents/agents.schema.d.ts +3573 -0
  52. package/lib/src/services/agents/agents.shared.d.ts +13 -0
  53. package/lib/src/services/agents/agents.shared.js +13 -0
  54. package/lib/src/services/agents/configure-bedrock-features.hooks.d.ts +2 -0
  55. package/lib/src/services/agents/create-agent-api-key.hooks.d.ts +2 -0
  56. package/lib/src/services/agents/create-bedrock-agent.hooks.d.ts +2 -0
  57. package/lib/src/services/agents/delete-agent-api-key.hooks.d.ts +2 -0
  58. package/lib/src/services/agents/delete-agent-triggers.hooks.d.ts +5 -0
  59. package/lib/src/services/agents/delete-bedrock-agent.hooks.d.ts +2 -0
  60. package/lib/src/services/agents/manage-bedrock-action-groups.hooks.d.ts +2 -0
  61. package/lib/src/services/agents/prepare/agents/backtest-analyst.d.ts +2 -0
  62. package/lib/src/services/agents/prepare/agents/financial-manager.d.ts +16 -0
  63. package/lib/src/services/agents/prepare/agents/hyperopt-analyst.d.ts +2 -0
  64. package/lib/src/services/agents/prepare/agents/index.d.ts +13 -0
  65. package/lib/src/services/agents/prepare/agents/risk-critic.d.ts +2 -0
  66. package/lib/src/services/agents/prepare/agents/strategy-researcher.d.ts +2 -0
  67. package/lib/src/services/agents/prepare/prepare.class.d.ts +18 -0
  68. package/lib/src/services/agents/prepare/prepare.d.ts +11 -0
  69. package/lib/src/services/agents/prepare/prepare.schema.d.ts +285 -0
  70. package/lib/src/services/agents/prepare/prepare.shared.d.ts +13 -0
  71. package/lib/src/services/agents/prepare/prepare.shared.js +13 -0
  72. package/lib/src/services/agents/refresh-bedrock-agent-status.hooks.d.ts +2 -0
  73. package/lib/src/services/agents/sessions/conversations/conversations.class.d.ts +12 -0
  74. package/lib/src/services/agents/sessions/conversations/conversations.d.ts +11 -0
  75. package/lib/src/services/agents/sessions/conversations/conversations.hooks.d.ts +11 -0
  76. package/lib/src/services/agents/sessions/conversations/conversations.schema.d.ts +2931 -0
  77. package/lib/src/services/agents/sessions/conversations/conversations.shared.d.ts +13 -0
  78. package/lib/src/services/agents/sessions/conversations/conversations.shared.js +13 -0
  79. package/lib/src/services/agents/sessions/conversations/invoke-agent-provider.hooks.d.ts +2 -0
  80. package/lib/src/services/agents/sessions/conversations/invoke-bedrock-agent.hooks.d.ts +2 -0
  81. package/lib/src/services/agents/sessions/conversations/set-conversation-timestamps.hooks.d.ts +0 -0
  82. package/lib/src/services/agents/sessions/create-bedrock-session.hooks.d.ts +2 -0
  83. package/lib/src/services/agents/sessions/delete-bedrock-session.hooks.d.ts +2 -0
  84. package/lib/src/services/agents/sessions/sessions.class.d.ts +12 -0
  85. package/lib/src/services/agents/sessions/sessions.d.ts +11 -0
  86. package/lib/src/services/agents/sessions/sessions.hooks.d.ts +11 -0
  87. package/lib/src/services/agents/sessions/sessions.schema.d.ts +891 -0
  88. package/lib/src/services/agents/sessions/sessions.shared.d.ts +13 -0
  89. package/lib/src/services/agents/sessions/sessions.shared.js +13 -0
  90. package/lib/src/services/agents/sessions/sync-bedrock-sessions.hooks.d.ts +2 -0
  91. package/lib/src/services/agents/sessions/update-bedrock-session.hooks.d.ts +2 -0
  92. package/lib/src/services/agents/update-bedrock-agent.hooks.d.ts +2 -0
  93. package/lib/src/services/agents/update-trigger-rules-with-agent-info.hooks.d.ts +5 -0
  94. package/lib/src/services/agents/validate-agent-actions.hooks.d.ts +3 -0
  95. package/lib/src/services/autotune/apply-params.d.ts +44 -0
  96. package/lib/src/services/autotune/callback.d.ts +2 -0
  97. package/lib/src/services/autotune/compute/compute.d.ts +40 -0
  98. package/lib/src/services/autotune/optuna-bridge.d.ts +10 -0
  99. package/lib/src/services/autotune/score.d.ts +37 -0
  100. package/lib/src/services/autotune/storage.d.ts +6 -0
  101. package/lib/src/services/autotune/studies/studies.class.d.ts +12 -0
  102. package/lib/src/services/autotune/studies/studies.d.ts +12 -0
  103. package/lib/src/services/autotune/studies/studies.schema.d.ts +1229 -0
  104. package/lib/src/services/autotune/studies/studies.shared.d.ts +13 -0
  105. package/lib/src/services/autotune/studies/studies.shared.js +13 -0
  106. package/lib/src/services/autotune/trials/trials.class.d.ts +12 -0
  107. package/lib/src/services/autotune/trials/trials.d.ts +12 -0
  108. package/lib/src/services/autotune/trials/trials.schema.d.ts +790 -0
  109. package/lib/src/services/autotune/trials/trials.shared.d.ts +13 -0
  110. package/lib/src/services/autotune/trials/trials.shared.js +13 -0
  111. package/lib/src/services/autotune/usage/usage.class.d.ts +11 -0
  112. package/lib/src/services/autotune/usage/usage.d.ts +11 -0
  113. package/lib/src/services/autotune/usage/usage.schema.d.ts +1407 -0
  114. package/lib/src/services/autotune/usage/usage.shared.d.ts +13 -0
  115. package/lib/src/services/autotune/usage/usage.shared.js +13 -0
  116. package/lib/src/services/blog/actions/actions.class.d.ts +29 -0
  117. package/lib/src/services/blog/actions/actions.d.ts +10 -0
  118. package/lib/src/services/blog/actions/actions.shared.d.ts +13 -0
  119. package/lib/src/services/blog/actions/actions.shared.js +13 -0
  120. package/lib/src/services/blog/calendar/calendar.class.d.ts +11 -0
  121. package/lib/src/services/blog/calendar/calendar.d.ts +11 -0
  122. package/lib/src/services/blog/calendar/calendar.schema.d.ts +333 -0
  123. package/lib/src/services/blog/calendar/calendar.shared.d.ts +13 -0
  124. package/lib/src/services/blog/calendar/calendar.shared.js +13 -0
  125. package/lib/src/services/blog/integrations/integrations.class.d.ts +11 -0
  126. package/lib/src/services/blog/integrations/integrations.d.ts +11 -0
  127. package/lib/src/services/blog/integrations/integrations.schema.d.ts +391 -0
  128. package/lib/src/services/blog/integrations/integrations.shared.d.ts +13 -0
  129. package/lib/src/services/blog/integrations/integrations.shared.js +19 -0
  130. package/lib/src/services/blog/posts/posts.class.d.ts +11 -0
  131. package/lib/src/services/blog/posts/posts.d.ts +11 -0
  132. package/lib/src/services/blog/posts/posts.schema.d.ts +1295 -0
  133. package/lib/src/services/blog/posts/posts.shared.d.ts +13 -0
  134. package/lib/src/services/blog/posts/posts.shared.js +13 -0
  135. package/lib/src/services/blog/queries/queries.class.d.ts +11 -0
  136. package/lib/src/services/blog/queries/queries.d.ts +11 -0
  137. package/lib/src/services/blog/queries/queries.schema.d.ts +1187 -0
  138. package/lib/src/services/blog/queries/queries.shared.d.ts +13 -0
  139. package/lib/src/services/blog/queries/queries.shared.js +13 -0
  140. package/lib/src/services/blog/sitemaps/pages/pages.class.d.ts +11 -0
  141. package/lib/src/services/blog/sitemaps/pages/pages.d.ts +11 -0
  142. package/lib/src/services/blog/sitemaps/pages/pages.schema.d.ts +871 -0
  143. package/lib/src/services/blog/sitemaps/pages/pages.shared.d.ts +13 -0
  144. package/lib/src/services/blog/sitemaps/pages/pages.shared.js +13 -0
  145. package/lib/src/services/blog/sitemaps/sitemaps.class.d.ts +11 -0
  146. package/lib/src/services/blog/sitemaps/sitemaps.d.ts +11 -0
  147. package/lib/src/services/blog/sitemaps/sitemaps.schema.d.ts +770 -0
  148. package/lib/src/services/blog/sitemaps/sitemaps.shared.d.ts +13 -0
  149. package/lib/src/services/blog/sitemaps/sitemaps.shared.js +13 -0
  150. package/lib/src/services/blog/suggestions/suggestions.class.d.ts +11 -0
  151. package/lib/src/services/blog/suggestions/suggestions.d.ts +11 -0
  152. package/lib/src/services/blog/suggestions/suggestions.schema.d.ts +963 -0
  153. package/lib/src/services/blog/suggestions/suggestions.shared.d.ts +13 -0
  154. package/lib/src/services/blog/suggestions/suggestions.shared.js +13 -0
  155. package/lib/src/services/changelog/changelog.class.d.ts +34 -0
  156. package/lib/src/services/changelog/changelog.d.ts +11 -0
  157. package/lib/src/services/changelog/changelog.helper.d.ts +50 -0
  158. package/lib/src/services/changelog/changelog.schema.d.ts +456 -0
  159. package/lib/src/services/changelog/changelog.shared.d.ts +13 -0
  160. package/lib/src/services/changelog/changelog.shared.js +13 -0
  161. package/lib/src/services/changelog/hooks/parse-from-file.d.ts +8 -0
  162. package/lib/src/services/config/config.class.d.ts +2 -2
  163. package/lib/src/services/config/config.shared.d.ts +1 -1
  164. package/lib/src/services/copilot/concerns/concerns.class.d.ts +12 -0
  165. package/lib/src/services/copilot/concerns/concerns.d.ts +11 -0
  166. package/lib/src/services/copilot/concerns/concerns.schema.d.ts +727 -0
  167. package/lib/src/services/copilot/concerns/concerns.shared.d.ts +13 -0
  168. package/lib/src/services/copilot/concerns/concerns.shared.js +13 -0
  169. package/lib/src/services/copilot/decisions/decisions.class.d.ts +12 -0
  170. package/lib/src/services/copilot/decisions/decisions.d.ts +11 -0
  171. package/lib/src/services/copilot/decisions/decisions.schema.d.ts +728 -0
  172. package/lib/src/services/copilot/decisions/decisions.shared.d.ts +13 -0
  173. package/lib/src/services/copilot/decisions/decisions.shared.js +19 -0
  174. package/lib/src/services/copilot/help/help.class.d.ts +18 -0
  175. package/lib/src/services/copilot/help/help.d.ts +11 -0
  176. package/lib/src/services/copilot/help/help.schema.d.ts +237 -0
  177. package/lib/src/services/copilot/help/help.shared.d.ts +13 -0
  178. package/lib/src/services/copilot/help/help.shared.js +13 -0
  179. package/lib/src/services/copilot/recommendations/recommendations.class.d.ts +12 -0
  180. package/lib/src/services/copilot/recommendations/recommendations.d.ts +11 -0
  181. package/lib/src/services/copilot/recommendations/recommendations.schema.d.ts +949 -0
  182. package/lib/src/services/copilot/recommendations/recommendations.shared.d.ts +13 -0
  183. package/lib/src/services/copilot/recommendations/recommendations.shared.js +19 -0
  184. package/lib/src/services/currencies/currencies.class.d.ts +11 -0
  185. package/lib/src/services/currencies/currencies.d.ts +11 -0
  186. package/lib/src/services/currencies/currencies.schema.d.ts +769 -0
  187. package/lib/src/services/currencies/currencies.shared.d.ts +13 -0
  188. package/lib/src/services/currencies/currencies.shared.js +13 -0
  189. package/lib/src/services/custom/custom.shared.d.ts +1 -1
  190. package/lib/src/services/emails/emails.class.d.ts +11 -0
  191. package/lib/src/services/emails/emails.d.ts +11 -0
  192. package/lib/src/services/emails/emails.schema.d.ts +563 -0
  193. package/lib/src/services/emails/emails.shared.d.ts +13 -0
  194. package/lib/src/services/emails/emails.shared.js +13 -0
  195. package/lib/src/services/events/events.class.d.ts +12 -0
  196. package/lib/src/services/events/events.d.ts +11 -0
  197. package/lib/src/services/events/events.schema.d.ts +786 -0
  198. package/lib/src/services/events/events.shared.d.ts +13 -0
  199. package/lib/src/services/events/events.shared.js +13 -0
  200. package/lib/src/services/events/triggers/triggers.class.d.ts +12 -0
  201. package/lib/src/services/events/triggers/triggers.d.ts +11 -0
  202. package/lib/src/services/events/triggers/triggers.schema.d.ts +1762 -0
  203. package/lib/src/services/events/triggers/triggers.shared.d.ts +13 -0
  204. package/lib/src/services/events/triggers/triggers.shared.js +13 -0
  205. package/lib/src/services/events/types/types.class.d.ts +12 -0
  206. package/lib/src/services/events/types/types.d.ts +11 -0
  207. package/lib/src/services/events/types/types.schema.d.ts +688 -0
  208. package/lib/src/services/events/types/types.shared.d.ts +13 -0
  209. package/lib/src/services/events/types/types.shared.js +13 -0
  210. package/lib/src/services/exchanges/arb-signals/arb-signals.class.d.ts +29 -0
  211. package/lib/src/services/exchanges/arb-signals/arb-signals.d.ts +11 -0
  212. package/lib/src/services/exchanges/arb-signals/arb-signals.schema.d.ts +55 -0
  213. package/lib/src/services/exchanges/arb-signals/arb-signals.shared.d.ts +13 -0
  214. package/lib/src/services/exchanges/arb-signals/arb-signals.shared.js +13 -0
  215. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.class.d.ts +27 -0
  216. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.d.ts +11 -0
  217. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.schema.d.ts +148 -0
  218. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.shared.d.ts +13 -0
  219. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.shared.js +13 -0
  220. package/lib/src/services/exchanges/balance/balance.class.d.ts +3 -2
  221. package/lib/src/services/exchanges/balance/balance.schema.d.ts +141 -141
  222. package/lib/src/services/exchanges/balance/balance.shared.d.ts +1 -1
  223. package/lib/src/services/exchanges/deposits/deposits.class.d.ts +11 -0
  224. package/lib/src/services/exchanges/deposits/deposits.d.ts +11 -0
  225. package/lib/src/services/exchanges/deposits/deposits.schema.d.ts +905 -0
  226. package/lib/src/services/exchanges/deposits/deposits.shared.d.ts +13 -0
  227. package/lib/src/services/exchanges/deposits/deposits.shared.js +19 -0
  228. package/lib/src/services/exchanges/deposits/sync/sync.class.d.ts +11 -0
  229. package/lib/src/services/exchanges/deposits/sync/sync.d.ts +11 -0
  230. package/lib/src/services/exchanges/deposits/sync/sync.schema.d.ts +621 -0
  231. package/lib/src/services/exchanges/deposits/sync/sync.shared.d.ts +13 -0
  232. package/lib/src/services/exchanges/deposits/sync/sync.shared.js +19 -0
  233. package/lib/src/services/exchanges/download/download.class.d.ts +3 -2
  234. package/lib/src/services/exchanges/download/download.schema.d.ts +149 -149
  235. package/lib/src/services/exchanges/download/download.shared.d.ts +2 -2
  236. package/lib/src/services/exchanges/download/download.shared.js +1 -1
  237. package/lib/src/services/exchanges/download/webhooks/webhooks.class.d.ts +2 -2
  238. package/lib/src/services/exchanges/download/webhooks/webhooks.schema.d.ts +171 -171
  239. package/lib/src/services/exchanges/download/webhooks/webhooks.shared.d.ts +1 -1
  240. package/lib/src/services/exchanges/exchanges.class.d.ts +3 -2
  241. package/lib/src/services/exchanges/exchanges.schema.d.ts +626 -359
  242. package/lib/src/services/exchanges/exchanges.shared.d.ts +1 -1
  243. package/lib/src/services/exchanges/ledger/ledger.class.d.ts +11 -0
  244. package/lib/src/services/exchanges/ledger/ledger.d.ts +11 -0
  245. package/lib/src/services/exchanges/ledger/ledger.schema.d.ts +1045 -0
  246. package/lib/src/services/exchanges/ledger/ledger.shared.d.ts +13 -0
  247. package/lib/src/services/exchanges/ledger/ledger.shared.js +13 -0
  248. package/lib/src/services/exchanges/ledger/sync/sync.class.d.ts +11 -0
  249. package/lib/src/services/exchanges/ledger/sync/sync.d.ts +11 -0
  250. package/lib/src/services/exchanges/ledger/sync/sync.schema.d.ts +621 -0
  251. package/lib/src/services/exchanges/ledger/sync/sync.shared.d.ts +13 -0
  252. package/lib/src/services/exchanges/ledger/sync/sync.shared.js +19 -0
  253. package/lib/src/services/exchanges/markets-stats/markets-stats.class.d.ts +23 -0
  254. package/lib/src/services/exchanges/markets-stats/markets-stats.d.ts +11 -0
  255. package/lib/src/services/exchanges/markets-stats/markets-stats.schema.d.ts +178 -0
  256. package/lib/src/services/exchanges/markets-stats/markets-stats.shared.d.ts +13 -0
  257. package/lib/src/services/exchanges/markets-stats/markets-stats.shared.js +13 -0
  258. package/lib/src/services/exchanges/ohlcv/history/history.class.d.ts +11 -0
  259. package/lib/src/services/exchanges/ohlcv/history/history.d.ts +11 -0
  260. package/lib/src/services/exchanges/ohlcv/history/history.schema.d.ts +473 -0
  261. package/lib/src/services/exchanges/ohlcv/history/history.shared.d.ts +13 -0
  262. package/lib/src/services/exchanges/ohlcv/history/history.shared.js +19 -0
  263. package/lib/src/services/exchanges/ohlcv/ohlcv.schema.d.ts +162 -162
  264. package/lib/src/services/exchanges/ohlcv/ohlcv.shared.d.ts +1 -1
  265. package/lib/src/services/exchanges/orderbook/orderbook.class.d.ts +30 -0
  266. package/lib/src/services/exchanges/orderbook/orderbook.d.ts +11 -0
  267. package/lib/src/services/exchanges/orderbook/orderbook.schema.d.ts +272 -0
  268. package/lib/src/services/exchanges/orderbook/orderbook.shared.d.ts +13 -0
  269. package/lib/src/services/exchanges/orderbook/orderbook.shared.js +13 -0
  270. package/lib/src/services/exchanges/ticker/ticker.class.d.ts +3 -2
  271. package/lib/src/services/exchanges/ticker/ticker.schema.d.ts +243 -243
  272. package/lib/src/services/exchanges/ticker/ticker.shared.d.ts +1 -1
  273. package/lib/src/services/exchanges/transactions/sync/sync.class.d.ts +11 -0
  274. package/lib/src/services/exchanges/transactions/sync/sync.d.ts +11 -0
  275. package/lib/src/services/exchanges/transactions/sync/sync.schema.d.ts +653 -0
  276. package/lib/src/services/exchanges/transactions/sync/sync.shared.d.ts +13 -0
  277. package/lib/src/services/exchanges/transactions/sync/sync.shared.js +19 -0
  278. package/lib/src/services/exchanges/transactions/transactions.class.d.ts +11 -0
  279. package/lib/src/services/exchanges/transactions/transactions.d.ts +11 -0
  280. package/lib/src/services/exchanges/transactions/transactions.schema.d.ts +1119 -0
  281. package/lib/src/services/exchanges/transactions/transactions.shared.d.ts +13 -0
  282. package/lib/src/services/exchanges/transactions/transactions.shared.js +19 -0
  283. package/lib/src/services/extensions/aggregate-extensions.hooks.d.ts +2 -0
  284. package/lib/src/services/extensions/extensions.class.d.ts +12 -0
  285. package/lib/src/services/extensions/extensions.d.ts +11 -0
  286. package/lib/src/services/extensions/extensions.schema.d.ts +1357 -0
  287. package/lib/src/services/extensions/extensions.shared.d.ts +13 -0
  288. package/lib/src/services/extensions/extensions.shared.js +13 -0
  289. package/lib/src/services/homepage/homepage.schema.d.ts +17 -9
  290. package/lib/src/services/homepage/homepage.shared.d.ts +10 -2
  291. package/lib/src/services/homepage/homepage.shared.js +8 -1
  292. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.class.d.ts +52 -0
  293. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.d.ts +11 -0
  294. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.schema.d.ts +684 -0
  295. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.shared.d.ts +13 -0
  296. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.shared.js +14 -0
  297. package/lib/src/services/insights/etf-flow/etf-flow.class.d.ts +11 -0
  298. package/lib/src/services/insights/etf-flow/etf-flow.d.ts +11 -0
  299. package/lib/src/services/insights/etf-flow/etf-flow.schema.d.ts +237 -0
  300. package/lib/src/services/insights/etf-flow/etf-flow.shared.d.ts +13 -0
  301. package/lib/src/services/insights/etf-flow/etf-flow.shared.js +13 -0
  302. package/lib/src/services/insights/fear-and-greed/fear-and-greed.class.d.ts +11 -0
  303. package/lib/src/services/insights/fear-and-greed/fear-and-greed.d.ts +11 -0
  304. package/lib/src/services/insights/fear-and-greed/fear-and-greed.schema.d.ts +1831 -0
  305. package/lib/src/services/insights/fear-and-greed/fear-and-greed.shared.d.ts +13 -0
  306. package/lib/src/services/insights/fear-and-greed/fear-and-greed.shared.js +13 -0
  307. package/lib/src/services/insights/global/global.class.d.ts +11 -0
  308. package/lib/src/services/insights/global/global.d.ts +11 -0
  309. package/lib/src/services/insights/global/global.schema.d.ts +779 -0
  310. package/lib/src/services/insights/global/global.shared.d.ts +13 -0
  311. package/lib/src/services/insights/global/global.shared.js +13 -0
  312. package/lib/src/services/insights/insights.class.d.ts +11 -0
  313. package/lib/src/services/insights/insights.d.ts +11 -0
  314. package/lib/src/services/insights/insights.hooks.d.ts +20 -0
  315. package/lib/src/services/insights/insights.schema.d.ts +237 -0
  316. package/lib/src/services/insights/insights.shared.d.ts +13 -0
  317. package/lib/src/services/insights/insights.shared.js +13 -0
  318. package/lib/src/services/insights/news/news.class.d.ts +23 -0
  319. package/lib/src/services/insights/news/news.d.ts +11 -0
  320. package/lib/src/services/insights/news/news.schema.d.ts +857 -0
  321. package/lib/src/services/insights/news/news.shared.d.ts +23 -0
  322. package/lib/src/services/insights/news/news.shared.js +20 -0
  323. package/lib/src/services/keys/KeysService.d.ts +13 -0
  324. package/lib/src/services/keys/keys.class.d.ts +12 -0
  325. package/lib/src/services/keys/keys.d.ts +11 -0
  326. package/lib/src/services/keys/keys.schema.d.ts +719 -0
  327. package/lib/src/services/keys/keys.shared.d.ts +14 -0
  328. package/lib/src/services/keys/keys.shared.js +13 -0
  329. package/lib/src/services/knowledges/knowledges.class.d.ts +37 -0
  330. package/lib/src/services/knowledges/knowledges.d.ts +11 -0
  331. package/lib/src/services/knowledges/knowledges.schema.d.ts +566 -0
  332. package/lib/src/services/knowledges/knowledges.shared.d.ts +13 -0
  333. package/lib/src/services/knowledges/knowledges.shared.js +13 -0
  334. package/lib/src/services/mailer/mailer.shared.d.ts +1 -1
  335. package/lib/src/services/marketplaces/marketplaces.class.d.ts +2 -2
  336. package/lib/src/services/marketplaces/marketplaces.shared.d.ts +1 -1
  337. package/lib/src/services/markets/markets.class.d.ts +2 -2
  338. package/lib/src/services/markets/markets.schema.d.ts +112 -112
  339. package/lib/src/services/markets/markets.shared.d.ts +1 -1
  340. package/lib/src/services/messages/messages.class.d.ts +2 -2
  341. package/lib/src/services/messages/messages.schema.d.ts +1257 -353
  342. package/lib/src/services/messages/messages.shared.d.ts +1 -1
  343. package/lib/src/services/models/pods/events/events.class.d.ts +11 -0
  344. package/lib/src/services/models/pods/events/events.d.ts +11 -0
  345. package/lib/src/services/models/pods/events/events.schema.d.ts +669 -0
  346. package/lib/src/services/models/pods/events/events.shared.d.ts +13 -0
  347. package/lib/src/services/models/pods/events/events.shared.js +13 -0
  348. package/lib/src/services/models/pods/pods.class.d.ts +12 -0
  349. package/lib/src/services/models/pods/pods.d.ts +12 -0
  350. package/lib/src/services/models/pods/pods.schema.d.ts +1095 -0
  351. package/lib/src/services/models/pods/pods.shared.d.ts +13 -0
  352. package/lib/src/services/models/pods/pods.shared.js +13 -0
  353. package/lib/src/services/models/presets/presets-generate-and-queue.hooks.d.ts +2 -0
  354. package/lib/src/services/models/presets/presets-generate-freqai-config.hooks.d.ts +2 -0
  355. package/lib/src/services/models/presets/presets-generate-strategy.hooks.d.ts +2 -0
  356. package/lib/src/services/models/presets/presets-get-results.hooks.d.ts +2 -0
  357. package/lib/src/services/models/presets/presets-validate.hooks.d.ts +2 -0
  358. package/lib/src/services/models/presets/presets.class.d.ts +12 -0
  359. package/lib/src/services/models/presets/presets.d.ts +12 -0
  360. package/lib/src/services/models/presets/presets.schema.d.ts +2611 -0
  361. package/lib/src/services/models/presets/presets.shared.d.ts +13 -0
  362. package/lib/src/services/models/presets/presets.shared.js +13 -0
  363. package/lib/src/services/models/signals/history/history.class.d.ts +11 -0
  364. package/lib/src/services/models/signals/history/history.d.ts +11 -0
  365. package/lib/src/services/models/signals/history/history.schema.d.ts +513 -0
  366. package/lib/src/services/models/signals/history/history.shared.d.ts +13 -0
  367. package/lib/src/services/models/signals/history/history.shared.js +13 -0
  368. package/lib/src/services/models/signals/signals-proxy-router.d.ts +47 -0
  369. package/lib/src/services/models/signals/signals.class.d.ts +12 -0
  370. package/lib/src/services/models/signals/signals.d.ts +12 -0
  371. package/lib/src/services/models/signals/signals.schema.d.ts +976 -0
  372. package/lib/src/services/models/signals/signals.shared.d.ts +13 -0
  373. package/lib/src/services/models/signals/signals.shared.js +13 -0
  374. package/lib/src/services/models/signals/subscriptions/subscriptions.class.d.ts +11 -0
  375. package/lib/src/services/models/signals/subscriptions/subscriptions.d.ts +11 -0
  376. package/lib/src/services/models/signals/subscriptions/subscriptions.schema.d.ts +585 -0
  377. package/lib/src/services/models/signals/subscriptions/subscriptions.shared.d.ts +13 -0
  378. package/lib/src/services/models/signals/subscriptions/subscriptions.shared.js +15 -0
  379. package/lib/src/services/objectives/objectives.class.d.ts +11 -0
  380. package/lib/src/services/objectives/objectives.d.ts +11 -0
  381. package/lib/src/services/objectives/objectives.hooks.d.ts +12 -0
  382. package/lib/src/services/objectives/objectives.schema.d.ts +717 -0
  383. package/lib/src/services/objectives/objectives.shared.d.ts +13 -0
  384. package/lib/src/services/objectives/objectives.shared.js +13 -0
  385. package/lib/src/services/plans/plans.class.d.ts +20 -0
  386. package/lib/src/services/plans/plans.d.ts +11 -0
  387. package/lib/src/services/plans/plans.schema.d.ts +383 -0
  388. package/lib/src/services/plans/plans.shared.d.ts +13 -0
  389. package/lib/src/services/plans/plans.shared.js +13 -0
  390. package/lib/src/services/referrals/referrals.class.d.ts +11 -0
  391. package/lib/src/services/referrals/referrals.d.ts +11 -0
  392. package/lib/src/services/referrals/referrals.schema.d.ts +581 -0
  393. package/lib/src/services/referrals/referrals.shared.d.ts +13 -0
  394. package/lib/src/services/referrals/referrals.shared.js +13 -0
  395. package/lib/src/services/restricted/restricted.class.d.ts +26 -0
  396. package/lib/src/services/restricted/restricted.d.ts +21 -0
  397. package/lib/src/services/restricted/restricted.shared.d.ts +13 -0
  398. package/lib/src/services/restricted/restricted.shared.js +13 -0
  399. package/lib/src/services/security/events/security-events.class.d.ts +11 -0
  400. package/lib/src/services/security/events/security-events.d.ts +11 -0
  401. package/lib/src/services/security/events/security-events.schema.d.ts +499 -0
  402. package/lib/src/services/security/events/security-events.shared.d.ts +8 -0
  403. package/lib/src/services/security/events/security-events.shared.js +13 -0
  404. package/lib/src/services/series/balance/balance.class.d.ts +11 -0
  405. package/lib/src/services/series/balance/balance.d.ts +11 -0
  406. package/lib/src/services/series/balance/balance.schema.d.ts +527 -0
  407. package/lib/src/services/series/balance/balance.shared.d.ts +13 -0
  408. package/lib/src/services/series/balance/balance.shared.js +13 -0
  409. package/lib/src/services/series/performance/performance.class.d.ts +11 -0
  410. package/lib/src/services/series/performance/performance.d.ts +11 -0
  411. package/lib/src/services/series/performance/performance.schema.d.ts +495 -0
  412. package/lib/src/services/series/performance/performance.shared.d.ts +13 -0
  413. package/lib/src/services/series/performance/performance.shared.js +19 -0
  414. package/lib/src/services/series/performance/performance.usage.examples.d.ts +81 -0
  415. package/lib/src/services/snapshot/snapshot.class.d.ts +11 -0
  416. package/lib/src/services/snapshot/snapshot.d.ts +11 -0
  417. package/lib/src/services/snapshot/snapshot.schema.d.ts +11963 -0
  418. package/lib/src/services/snapshot/snapshot.shared.d.ts +13 -0
  419. package/lib/src/services/snapshot/snapshot.shared.js +14 -0
  420. package/lib/src/services/store/items/items.class.d.ts +12 -0
  421. package/lib/src/services/store/items/items.d.ts +11 -0
  422. package/lib/src/services/store/items/items.schema.d.ts +1395 -0
  423. package/lib/src/services/store/items/items.shared.d.ts +13 -0
  424. package/lib/src/services/store/items/items.shared.js +13 -0
  425. package/lib/src/services/strategies/ai/ai.class.d.ts +3 -2
  426. package/lib/src/services/strategies/ai/ai.schema.d.ts +33 -33
  427. package/lib/src/services/strategies/ai/ai.shared.d.ts +1 -1
  428. package/lib/src/services/strategies/ai/stream/stream.shared.d.ts +1 -1
  429. package/lib/src/services/strategies/backtest/backtest.class.d.ts +3 -2
  430. package/lib/src/services/strategies/backtest/backtest.schema.d.ts +820 -288
  431. package/lib/src/services/strategies/backtest/backtest.shared.d.ts +1 -1
  432. package/lib/src/services/strategies/backtest/preflight/preflight.class.d.ts +46 -0
  433. package/lib/src/services/strategies/backtest/preflight/preflight.d.ts +11 -0
  434. package/lib/src/services/strategies/backtest/preflight/preflight.schema.d.ts +737 -0
  435. package/lib/src/services/strategies/backtest/preflight/preflight.shared.d.ts +13 -0
  436. package/lib/src/services/strategies/backtest/preflight/preflight.shared.js +13 -0
  437. package/lib/src/services/strategies/backtest/results/results.class.d.ts +2 -2
  438. package/lib/src/services/strategies/backtest/results/results.schema.d.ts +295 -295
  439. package/lib/src/services/strategies/backtest/results/results.shared.d.ts +1 -1
  440. package/lib/src/services/strategies/blob/blob.shared.d.ts +1 -1
  441. package/lib/src/services/strategies/follow/follow.class.d.ts +12 -0
  442. package/lib/src/services/strategies/follow/follow.d.ts +11 -0
  443. package/lib/src/services/strategies/follow/follow.schema.d.ts +711 -0
  444. package/lib/src/services/strategies/follow/follow.shared.d.ts +13 -0
  445. package/lib/src/services/strategies/follow/follow.shared.js +19 -0
  446. package/lib/src/services/strategies/generate/generate.class.d.ts +12 -0
  447. package/lib/src/services/strategies/generate/generate.d.ts +11 -0
  448. package/lib/src/services/strategies/generate/generate.schema.d.ts +875 -0
  449. package/lib/src/services/strategies/generate/generate.shared.d.ts +13 -0
  450. package/lib/src/services/strategies/generate/generate.shared.js +13 -0
  451. package/lib/src/services/strategies/history/history.class.d.ts +11 -0
  452. package/lib/src/services/strategies/history/history.d.ts +11 -0
  453. package/lib/src/services/strategies/history/history.schema.d.ts +714 -0
  454. package/lib/src/services/strategies/history/history.shared.d.ts +13 -0
  455. package/lib/src/services/strategies/history/history.shared.js +19 -0
  456. package/lib/src/services/strategies/hyperopt/hyperopt-generate-and-queue.hooks.d.ts +2 -0
  457. package/lib/src/services/strategies/hyperopt/hyperopt-generate-config-in-disk.hooks.d.ts +2 -0
  458. package/lib/src/services/strategies/hyperopt/hyperopt-generate-exchange-config.hooks.d.ts +8 -0
  459. package/lib/src/services/strategies/hyperopt/hyperopt-get-results.hooks.d.ts +2 -0
  460. package/lib/src/services/strategies/hyperopt/hyperopt-in-disk-clone-strategy.hooks.d.ts +2 -0
  461. package/lib/src/services/strategies/hyperopt/hyperopt-populate-exchange.hooks.d.ts +7 -0
  462. package/lib/src/services/strategies/hyperopt/hyperopt-promote-template.hooks.d.ts +9 -0
  463. package/lib/src/services/strategies/hyperopt/hyperopt-propagate-results.hooks.d.ts +2 -0
  464. package/lib/src/services/strategies/hyperopt/hyperopt-validate-exchange-whitelist.hooks.d.ts +10 -0
  465. package/lib/src/services/strategies/hyperopt/hyperopt-validate-historical-data.hooks.d.ts +9 -0
  466. package/lib/src/services/strategies/hyperopt/hyperopt-validate-stake-balance.hooks.d.ts +7 -0
  467. package/lib/src/services/strategies/hyperopt/hyperopt-validate-stake-currency.hooks.d.ts +9 -0
  468. package/lib/src/services/strategies/hyperopt/hyperopt-validate.hooks.d.ts +7 -0
  469. package/lib/src/services/strategies/hyperopt/hyperopt-verify-subscription-limits.hooks.d.ts +6 -0
  470. package/lib/src/services/strategies/hyperopt/hyperopt.class.d.ts +3 -2
  471. package/lib/src/services/strategies/hyperopt/hyperopt.schema.d.ts +2560 -278
  472. package/lib/src/services/strategies/hyperopt/hyperopt.shared.d.ts +1 -1
  473. package/lib/src/services/strategies/indicators/indicators.class.d.ts +2 -2
  474. package/lib/src/services/strategies/indicators/indicators.schema.d.ts +221 -141
  475. package/lib/src/services/strategies/indicators/indicators.shared.d.ts +1 -1
  476. package/lib/src/services/strategies/indicators/talib/talib.class.d.ts +2 -2
  477. package/lib/src/services/strategies/indicators/talib/talib.schema.d.ts +98 -98
  478. package/lib/src/services/strategies/indicators/talib/talib.shared.d.ts +1 -1
  479. package/lib/src/services/strategies/research/research.class.d.ts +11 -0
  480. package/lib/src/services/strategies/research/research.d.ts +12 -0
  481. package/lib/src/services/strategies/research/research.schema.d.ts +1006 -0
  482. package/lib/src/services/strategies/research/research.shared.d.ts +13 -0
  483. package/lib/src/services/strategies/research/research.shared.js +19 -0
  484. package/lib/src/services/strategies/strategies.class.d.ts +3 -2
  485. package/lib/src/services/strategies/strategies.schema.d.ts +4335 -1558
  486. package/lib/src/services/strategies/strategies.shared.d.ts +1 -1
  487. package/lib/src/services/strategies/templates/templates.class.d.ts +2 -2
  488. package/lib/src/services/strategies/templates/templates.schema.d.ts +9337 -95
  489. package/lib/src/services/strategies/templates/templates.shared.d.ts +1 -1
  490. package/lib/src/services/stripe/charges/charges.shared.d.ts +1 -1
  491. package/lib/src/services/stripe/customers/cards/cards.shared.d.ts +1 -1
  492. package/lib/src/services/stripe/customers/customers.shared.d.ts +1 -1
  493. package/lib/src/services/stripe/customers/paymentintent/paymentintent.shared.d.ts +1 -1
  494. package/lib/src/services/stripe/customers/paymentmethods/paymentmethods.shared.d.ts +1 -1
  495. package/lib/src/services/stripe/customers/subscriptions/subscriptions.shared.d.ts +1 -1
  496. package/lib/src/services/stripe/products/products.shared.d.ts +1 -1
  497. package/lib/src/services/stripe/webhooks/webhooks.shared.d.ts +1 -1
  498. package/lib/src/services/support/support.class.d.ts +18 -0
  499. package/lib/src/services/support/support.d.ts +11 -0
  500. package/lib/src/services/support/support.schema.d.ts +507 -0
  501. package/lib/src/services/support/support.shared.d.ts +13 -0
  502. package/lib/src/services/support/support.shared.js +13 -0
  503. package/lib/src/services/tasks/comments/comments.class.d.ts +11 -0
  504. package/lib/src/services/tasks/comments/comments.d.ts +11 -0
  505. package/lib/src/services/tasks/comments/comments.schema.d.ts +771 -0
  506. package/lib/src/services/tasks/comments/comments.shared.d.ts +13 -0
  507. package/lib/src/services/tasks/comments/comments.shared.js +13 -0
  508. package/lib/src/services/tasks/tasks.class.d.ts +14 -0
  509. package/lib/src/services/tasks/tasks.d.ts +11 -0
  510. package/lib/src/services/tasks/tasks.hooks.d.ts +90 -0
  511. package/lib/src/services/tasks/tasks.schema.d.ts +1281 -0
  512. package/lib/src/services/tasks/tasks.shared.d.ts +13 -0
  513. package/lib/src/services/tasks/tasks.shared.js +13 -0
  514. package/lib/src/services/tax/research/research.class.d.ts +11 -0
  515. package/lib/src/services/tax/research/research.d.ts +11 -0
  516. package/lib/src/services/tax/research/research.schema.d.ts +237 -0
  517. package/lib/src/services/tax/research/research.shared.d.ts +13 -0
  518. package/lib/src/services/tax/research/research.shared.js +13 -0
  519. package/lib/src/services/tax/sessions/conversations/conversations.class.d.ts +12 -0
  520. package/lib/src/services/tax/sessions/conversations/conversations.d.ts +11 -0
  521. package/lib/src/services/tax/sessions/conversations/conversations.hooks.d.ts +11 -0
  522. package/lib/src/services/tax/sessions/conversations/conversations.schema.d.ts +2923 -0
  523. package/lib/src/services/tax/sessions/conversations/conversations.shared.d.ts +13 -0
  524. package/lib/src/services/tax/sessions/conversations/conversations.shared.js +13 -0
  525. package/lib/src/services/tax/sessions/conversations/invoke-tax-bedrock-agent.hooks.d.ts +2 -0
  526. package/lib/src/services/tax/sessions/create-tax-bedrock-session.hooks.d.ts +2 -0
  527. package/lib/src/services/tax/sessions/delete-tax-bedrock-session.hooks.d.ts +2 -0
  528. package/lib/src/services/tax/sessions/sessions.class.d.ts +12 -0
  529. package/lib/src/services/tax/sessions/sessions.d.ts +11 -0
  530. package/lib/src/services/tax/sessions/sessions.hooks.d.ts +11 -0
  531. package/lib/src/services/tax/sessions/sessions.schema.d.ts +803 -0
  532. package/lib/src/services/tax/sessions/sessions.shared.d.ts +13 -0
  533. package/lib/src/services/tax/sessions/sessions.shared.js +13 -0
  534. package/lib/src/services/tax/sessions/sync-tax-bedrock-sessions.hooks.d.ts +2 -0
  535. package/lib/src/services/tax/sessions/update-tax-bedrock-session.hooks.d.ts +2 -0
  536. package/lib/src/services/telegram/link/link.class.d.ts +26 -0
  537. package/lib/src/services/telegram/link/link.d.ts +11 -0
  538. package/lib/src/services/telegram/link/link.schema.d.ts +174 -0
  539. package/lib/src/services/telegram/link/link.shared.d.ts +13 -0
  540. package/lib/src/services/telegram/link/link.shared.js +13 -0
  541. package/lib/src/services/telegram/telegram.class.d.ts +34 -0
  542. package/lib/src/services/telegram/telegram.d.ts +11 -0
  543. package/lib/src/services/telegram/telegram.schema.d.ts +152 -0
  544. package/lib/src/services/telegram/telegram.shared.d.ts +13 -0
  545. package/lib/src/services/telegram/telegram.shared.js +13 -0
  546. package/lib/src/services/toggles/toggles.class.d.ts +19 -0
  547. package/lib/src/services/toggles/toggles.d.ts +11 -0
  548. package/lib/src/services/toggles/toggles.schema.d.ts +335 -0
  549. package/lib/src/services/toggles/toggles.shared.d.ts +13 -0
  550. package/lib/src/services/toggles/toggles.shared.js +13 -0
  551. package/lib/src/services/tokens/tokens.class.d.ts +11 -0
  552. package/lib/src/services/tokens/tokens.d.ts +11 -0
  553. package/lib/src/services/tokens/tokens.schema.d.ts +941 -0
  554. package/lib/src/services/tokens/tokens.shared.d.ts +13 -0
  555. package/lib/src/services/tokens/tokens.shared.js +13 -0
  556. package/lib/src/services/traders/pods/api/api.class.d.ts +3 -2
  557. package/lib/src/services/traders/pods/api/api.schema.d.ts +12091 -2907
  558. package/lib/src/services/traders/pods/api/api.shared.d.ts +1 -1
  559. package/lib/src/services/traders/pods/blob/blob.shared.d.ts +1 -1
  560. package/lib/src/services/traders/pods/events/events.class.d.ts +2 -2
  561. package/lib/src/services/traders/pods/events/events.schema.d.ts +388 -332
  562. package/lib/src/services/traders/pods/events/events.shared.d.ts +1 -1
  563. package/lib/src/services/traders/pods/pods.class.d.ts +3 -2
  564. package/lib/src/services/traders/pods/pods.schema.d.ts +10164 -2104
  565. package/lib/src/services/traders/pods/pods.shared.d.ts +1 -1
  566. package/lib/src/services/traders/pods/webhooks/webhooks.class.d.ts +2 -2
  567. package/lib/src/services/traders/pods/webhooks/webhooks.schema.d.ts +105 -105
  568. package/lib/src/services/traders/pods/webhooks/webhooks.shared.d.ts +1 -1
  569. package/lib/src/services/traders/traders.class.d.ts +4 -2
  570. package/lib/src/services/traders/traders.schema.d.ts +2923 -2450
  571. package/lib/src/services/traders/traders.shared.d.ts +1 -1
  572. package/lib/src/services/trades/trades.class.d.ts +11 -0
  573. package/lib/src/services/trades/trades.d.ts +11 -0
  574. package/lib/src/services/trades/trades.schema.d.ts +16969 -0
  575. package/lib/src/services/trades/trades.shared.d.ts +13 -0
  576. package/lib/src/services/trades/trades.shared.js +13 -0
  577. package/lib/src/services/users/access/access.class.d.ts +11 -0
  578. package/lib/src/services/users/access/access.d.ts +11 -0
  579. package/lib/src/services/users/access/access.schema.d.ts +393 -0
  580. package/lib/src/services/users/access/access.shared.d.ts +13 -0
  581. package/lib/src/services/users/access/access.shared.js +13 -0
  582. package/lib/src/services/users/cancel-subscription.class.d.ts +13 -0
  583. package/lib/src/services/users/cancel-subscription.d.ts +9 -0
  584. package/lib/src/services/users/marketing/campaigns/01-welcome.campaign.d.ts +3 -0
  585. package/lib/src/services/users/marketing/campaigns/02-first-bot-running.campaign.d.ts +3 -0
  586. package/lib/src/services/users/marketing/campaigns/03-ai-strategy.campaign.d.ts +3 -0
  587. package/lib/src/services/users/marketing/campaigns/04-hyperopt.campaign.d.ts +3 -0
  588. package/lib/src/services/users/marketing/campaigns/05-safety-tips.campaign.d.ts +3 -0
  589. package/lib/src/services/users/marketing/campaigns/06-humor.campaign.d.ts +3 -0
  590. package/lib/src/services/users/marketing/campaigns/07-paper-vs-real.campaign.d.ts +3 -0
  591. package/lib/src/services/users/marketing/campaigns/08-trial-summary.campaign.d.ts +3 -0
  592. package/lib/src/services/users/marketing/campaigns/09-trial-ending.campaign.d.ts +3 -0
  593. package/lib/src/services/users/marketing/campaigns/10-reactivation.campaign.d.ts +3 -0
  594. package/lib/src/services/users/marketing/campaigns/11-onboarding-incomplete.campaign.d.ts +6 -0
  595. package/lib/src/services/users/marketing/campaigns/index.d.ts +10 -0
  596. package/lib/src/services/users/marketing/campaigns/supervisor-welcome.campaign.d.ts +6 -0
  597. package/lib/src/services/users/marketing/campaigns/trial.context.d.ts +27 -0
  598. package/lib/src/services/users/marketing/marketing.class.d.ts +26 -0
  599. package/lib/src/services/users/marketing/marketing.d.ts +11 -0
  600. package/lib/src/services/users/marketing/marketing.engine.d.ts +36 -0
  601. package/lib/src/services/users/marketing/marketing.schema.d.ts +515 -0
  602. package/lib/src/services/users/marketing/marketing.shared.d.ts +13 -0
  603. package/lib/src/services/users/marketing/marketing.shared.js +20 -0
  604. package/lib/src/services/users/onboarding/onboarding.class.d.ts +11 -0
  605. package/lib/src/services/users/onboarding/onboarding.d.ts +11 -0
  606. package/lib/src/services/users/onboarding/onboarding.hooks.d.ts +60 -0
  607. package/lib/src/services/users/onboarding/onboarding.schema.d.ts +768 -0
  608. package/lib/src/services/users/onboarding/onboarding.shared.d.ts +13 -0
  609. package/lib/src/services/users/onboarding/onboarding.shared.js +13 -0
  610. package/lib/src/services/users/onboarding/steps/exchanges.processor.d.ts +15 -0
  611. package/lib/src/services/users/onboarding/steps/index.d.ts +32 -0
  612. package/lib/src/services/users/onboarding/steps/notifications.processor.d.ts +15 -0
  613. package/lib/src/services/users/onboarding/steps/preferences.processor.d.ts +16 -0
  614. package/lib/src/services/users/onboarding/steps/strategy.processor.d.ts +15 -0
  615. package/lib/src/services/users/onboarding/steps/traders.processor.d.ts +16 -0
  616. package/lib/src/services/users/reset-account.class.d.ts +11 -0
  617. package/lib/src/services/users/reset-account.d.ts +9 -0
  618. package/lib/src/services/users/sessions/sessions.class.d.ts +18 -0
  619. package/lib/src/services/users/sessions/sessions.d.ts +11 -0
  620. package/lib/src/services/users/sessions/sessions.schema.d.ts +698 -0
  621. package/lib/src/services/users/sessions/sessions.shared.d.ts +13 -0
  622. package/lib/src/services/users/sessions/sessions.shared.js +13 -0
  623. package/lib/src/services/users/setup-trial.class.d.ts +21 -0
  624. package/lib/src/services/users/setup-trial.d.ts +9 -0
  625. package/lib/src/services/users/stripe-check-subscription.hooks.d.ts +2 -0
  626. package/lib/src/services/users/stripe-create-payment-intent.hooks.d.ts +2 -0
  627. package/lib/src/services/users/stripe-is-subscription-active.hooks.d.ts +2 -0
  628. package/lib/src/services/users/stripe-sync-customer-data.hooks.d.ts +2 -0
  629. package/lib/src/services/users/users.class.d.ts +298 -59
  630. package/lib/src/services/users/users.schema.d.ts +1942 -350
  631. package/lib/src/services/users/users.shared.d.ts +2 -2
  632. package/lib/src/services/users/users.shared.js +1 -1
  633. package/lib/src/services/version/version.shared.d.ts +1 -1
  634. package/package.json +9 -3
@@ -0,0 +1,1187 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import type { HookContext } from '../../../declarations';
3
+ import type { BlogQueriesService } from './queries.class';
4
+ export declare const blogQueriesSchema: import("@feathersjs/typebox").TObject<{
5
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
6
+ integrationId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
7
+ provider: import("@feathersjs/typebox").TString<string>;
8
+ syncedAt: import("@feathersjs/typebox").TString<"date-time">;
9
+ dateRange: import("@feathersjs/typebox").TObject<{
10
+ startDate: import("@feathersjs/typebox").TString<"date">;
11
+ endDate: import("@feathersjs/typebox").TString<"date">;
12
+ }>;
13
+ queries: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
14
+ query: import("@feathersjs/typebox").TString<string>;
15
+ clicks: import("@feathersjs/typebox").TNumber;
16
+ impressions: import("@feathersjs/typebox").TNumber;
17
+ ctr: import("@feathersjs/typebox").TNumber;
18
+ position: import("@feathersjs/typebox").TNumber;
19
+ potentialTraffic: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
20
+ seoScore: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
21
+ opportunities: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
22
+ }>>;
23
+ pages: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
24
+ page: import("@feathersjs/typebox").TString<string>;
25
+ clicks: import("@feathersjs/typebox").TNumber;
26
+ impressions: import("@feathersjs/typebox").TNumber;
27
+ ctr: import("@feathersjs/typebox").TNumber;
28
+ position: import("@feathersjs/typebox").TNumber;
29
+ opportunityScore: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
30
+ opportunities: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
31
+ }>>;
32
+ dailyMetrics: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
33
+ date: import("@feathersjs/typebox").TString<string>;
34
+ clicks: import("@feathersjs/typebox").TNumber;
35
+ impressions: import("@feathersjs/typebox").TNumber;
36
+ ctr: import("@feathersjs/typebox").TNumber;
37
+ position: import("@feathersjs/typebox").TNumber;
38
+ }>>>;
39
+ dailyQueries: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
40
+ date: import("@feathersjs/typebox").TString<string>;
41
+ query: import("@feathersjs/typebox").TString<string>;
42
+ clicks: import("@feathersjs/typebox").TNumber;
43
+ impressions: import("@feathersjs/typebox").TNumber;
44
+ ctr: import("@feathersjs/typebox").TNumber;
45
+ position: import("@feathersjs/typebox").TNumber;
46
+ }>>>;
47
+ dailyPages: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
48
+ date: import("@feathersjs/typebox").TString<string>;
49
+ page: import("@feathersjs/typebox").TString<string>;
50
+ clicks: import("@feathersjs/typebox").TNumber;
51
+ impressions: import("@feathersjs/typebox").TNumber;
52
+ ctr: import("@feathersjs/typebox").TNumber;
53
+ position: import("@feathersjs/typebox").TNumber;
54
+ }>>>;
55
+ analysis: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
56
+ highImpressionLowCtr: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
57
+ query: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
58
+ topic: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
59
+ impressions: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
60
+ clicks: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
61
+ ctr: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
62
+ position: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
63
+ relatedQueries: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
64
+ suggestedTitle: import("@feathersjs/typebox").TString<string>;
65
+ suggestedPrompt: import("@feathersjs/typebox").TString<string>;
66
+ reasoning: import("@feathersjs/typebox").TString<string>;
67
+ }>>;
68
+ strikingDistance: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
69
+ query: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
70
+ topic: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
71
+ impressions: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
72
+ clicks: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
73
+ ctr: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
74
+ position: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
75
+ relatedQueries: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
76
+ suggestedTitle: import("@feathersjs/typebox").TString<string>;
77
+ suggestedPrompt: import("@feathersjs/typebox").TString<string>;
78
+ reasoning: import("@feathersjs/typebox").TString<string>;
79
+ }>>;
80
+ contentGaps: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
81
+ query: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
82
+ topic: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
83
+ impressions: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
84
+ clicks: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
85
+ ctr: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
86
+ position: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
87
+ relatedQueries: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
88
+ suggestedTitle: import("@feathersjs/typebox").TString<string>;
89
+ suggestedPrompt: import("@feathersjs/typebox").TString<string>;
90
+ reasoning: import("@feathersjs/typebox").TString<string>;
91
+ }>>;
92
+ summary: import("@feathersjs/typebox").TString<string>;
93
+ }>>;
94
+ createdAt: import("@feathersjs/typebox").TString<"date-time">;
95
+ }>;
96
+ export type BlogQueries = Static<typeof blogQueriesSchema>;
97
+ export declare const blogQueriesValidator: import("@feathersjs/schema").Validator<any, any>;
98
+ export declare const blogQueriesResolver: import("@feathersjs/schema").Resolver<{
99
+ _id: string | {};
100
+ integrationId: string | {};
101
+ provider: string;
102
+ syncedAt: string;
103
+ dateRange: {
104
+ startDate: string;
105
+ endDate: string;
106
+ };
107
+ queries: {
108
+ query: string;
109
+ clicks: number;
110
+ impressions: number;
111
+ ctr: number;
112
+ position: number;
113
+ potentialTraffic?: number | undefined;
114
+ seoScore?: number | undefined;
115
+ opportunities?: string[] | undefined;
116
+ }[];
117
+ pages: {
118
+ page: string;
119
+ clicks: number;
120
+ impressions: number;
121
+ ctr: number;
122
+ position: number;
123
+ opportunityScore?: number | undefined;
124
+ opportunities?: string[] | undefined;
125
+ }[];
126
+ dailyMetrics?: {
127
+ date: string;
128
+ clicks: number;
129
+ impressions: number;
130
+ ctr: number;
131
+ position: number;
132
+ }[] | undefined;
133
+ dailyQueries?: {
134
+ date: string;
135
+ query: string;
136
+ clicks: number;
137
+ impressions: number;
138
+ ctr: number;
139
+ position: number;
140
+ }[] | undefined;
141
+ dailyPages?: {
142
+ date: string;
143
+ page: string;
144
+ clicks: number;
145
+ impressions: number;
146
+ ctr: number;
147
+ position: number;
148
+ }[] | undefined;
149
+ analysis?: {
150
+ highImpressionLowCtr: {
151
+ query?: string | undefined;
152
+ topic?: string | undefined;
153
+ impressions?: number | undefined;
154
+ clicks?: number | undefined;
155
+ ctr?: number | undefined;
156
+ position?: number | undefined;
157
+ relatedQueries?: string[] | undefined;
158
+ suggestedTitle: string;
159
+ suggestedPrompt: string;
160
+ reasoning: string;
161
+ }[];
162
+ strikingDistance: {
163
+ query?: string | undefined;
164
+ topic?: string | undefined;
165
+ impressions?: number | undefined;
166
+ clicks?: number | undefined;
167
+ ctr?: number | undefined;
168
+ position?: number | undefined;
169
+ relatedQueries?: string[] | undefined;
170
+ suggestedTitle: string;
171
+ suggestedPrompt: string;
172
+ reasoning: string;
173
+ }[];
174
+ contentGaps: {
175
+ query?: string | undefined;
176
+ topic?: string | undefined;
177
+ impressions?: number | undefined;
178
+ clicks?: number | undefined;
179
+ ctr?: number | undefined;
180
+ position?: number | undefined;
181
+ relatedQueries?: string[] | undefined;
182
+ suggestedTitle: string;
183
+ suggestedPrompt: string;
184
+ reasoning: string;
185
+ }[];
186
+ summary: string;
187
+ } | undefined;
188
+ createdAt: string;
189
+ }, HookContext<BlogQueriesService<import("./queries.class").BlogQueriesParams>>>;
190
+ export declare const blogQueriesExternalResolver: import("@feathersjs/schema").Resolver<{
191
+ _id: string | {};
192
+ integrationId: string | {};
193
+ provider: string;
194
+ syncedAt: string;
195
+ dateRange: {
196
+ startDate: string;
197
+ endDate: string;
198
+ };
199
+ queries: {
200
+ query: string;
201
+ clicks: number;
202
+ impressions: number;
203
+ ctr: number;
204
+ position: number;
205
+ potentialTraffic?: number | undefined;
206
+ seoScore?: number | undefined;
207
+ opportunities?: string[] | undefined;
208
+ }[];
209
+ pages: {
210
+ page: string;
211
+ clicks: number;
212
+ impressions: number;
213
+ ctr: number;
214
+ position: number;
215
+ opportunityScore?: number | undefined;
216
+ opportunities?: string[] | undefined;
217
+ }[];
218
+ dailyMetrics?: {
219
+ date: string;
220
+ clicks: number;
221
+ impressions: number;
222
+ ctr: number;
223
+ position: number;
224
+ }[] | undefined;
225
+ dailyQueries?: {
226
+ date: string;
227
+ query: string;
228
+ clicks: number;
229
+ impressions: number;
230
+ ctr: number;
231
+ position: number;
232
+ }[] | undefined;
233
+ dailyPages?: {
234
+ date: string;
235
+ page: string;
236
+ clicks: number;
237
+ impressions: number;
238
+ ctr: number;
239
+ position: number;
240
+ }[] | undefined;
241
+ analysis?: {
242
+ highImpressionLowCtr: {
243
+ query?: string | undefined;
244
+ topic?: string | undefined;
245
+ impressions?: number | undefined;
246
+ clicks?: number | undefined;
247
+ ctr?: number | undefined;
248
+ position?: number | undefined;
249
+ relatedQueries?: string[] | undefined;
250
+ suggestedTitle: string;
251
+ suggestedPrompt: string;
252
+ reasoning: string;
253
+ }[];
254
+ strikingDistance: {
255
+ query?: string | undefined;
256
+ topic?: string | undefined;
257
+ impressions?: number | undefined;
258
+ clicks?: number | undefined;
259
+ ctr?: number | undefined;
260
+ position?: number | undefined;
261
+ relatedQueries?: string[] | undefined;
262
+ suggestedTitle: string;
263
+ suggestedPrompt: string;
264
+ reasoning: string;
265
+ }[];
266
+ contentGaps: {
267
+ query?: string | undefined;
268
+ topic?: string | undefined;
269
+ impressions?: number | undefined;
270
+ clicks?: number | undefined;
271
+ ctr?: number | undefined;
272
+ position?: number | undefined;
273
+ relatedQueries?: string[] | undefined;
274
+ suggestedTitle: string;
275
+ suggestedPrompt: string;
276
+ reasoning: string;
277
+ }[];
278
+ summary: string;
279
+ } | undefined;
280
+ createdAt: string;
281
+ }, HookContext<BlogQueriesService<import("./queries.class").BlogQueriesParams>>>;
282
+ export declare const blogQueriesDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
283
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
284
+ integrationId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
285
+ provider: import("@feathersjs/typebox").TString<string>;
286
+ syncedAt: import("@feathersjs/typebox").TString<"date-time">;
287
+ dateRange: import("@feathersjs/typebox").TObject<{
288
+ startDate: import("@feathersjs/typebox").TString<"date">;
289
+ endDate: import("@feathersjs/typebox").TString<"date">;
290
+ }>;
291
+ queries: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
292
+ query: import("@feathersjs/typebox").TString<string>;
293
+ clicks: import("@feathersjs/typebox").TNumber;
294
+ impressions: import("@feathersjs/typebox").TNumber;
295
+ ctr: import("@feathersjs/typebox").TNumber;
296
+ position: import("@feathersjs/typebox").TNumber;
297
+ potentialTraffic: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
298
+ seoScore: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
299
+ opportunities: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
300
+ }>>;
301
+ pages: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
302
+ page: import("@feathersjs/typebox").TString<string>;
303
+ clicks: import("@feathersjs/typebox").TNumber;
304
+ impressions: import("@feathersjs/typebox").TNumber;
305
+ ctr: import("@feathersjs/typebox").TNumber;
306
+ position: import("@feathersjs/typebox").TNumber;
307
+ opportunityScore: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
308
+ opportunities: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
309
+ }>>;
310
+ dailyMetrics: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
311
+ date: import("@feathersjs/typebox").TString<string>;
312
+ clicks: import("@feathersjs/typebox").TNumber;
313
+ impressions: import("@feathersjs/typebox").TNumber;
314
+ ctr: import("@feathersjs/typebox").TNumber;
315
+ position: import("@feathersjs/typebox").TNumber;
316
+ }>>>;
317
+ dailyQueries: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
318
+ date: import("@feathersjs/typebox").TString<string>;
319
+ query: import("@feathersjs/typebox").TString<string>;
320
+ clicks: import("@feathersjs/typebox").TNumber;
321
+ impressions: import("@feathersjs/typebox").TNumber;
322
+ ctr: import("@feathersjs/typebox").TNumber;
323
+ position: import("@feathersjs/typebox").TNumber;
324
+ }>>>;
325
+ dailyPages: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
326
+ date: import("@feathersjs/typebox").TString<string>;
327
+ page: import("@feathersjs/typebox").TString<string>;
328
+ clicks: import("@feathersjs/typebox").TNumber;
329
+ impressions: import("@feathersjs/typebox").TNumber;
330
+ ctr: import("@feathersjs/typebox").TNumber;
331
+ position: import("@feathersjs/typebox").TNumber;
332
+ }>>>;
333
+ analysis: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
334
+ highImpressionLowCtr: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
335
+ query: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
336
+ topic: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
337
+ impressions: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
338
+ clicks: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
339
+ ctr: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
340
+ position: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
341
+ relatedQueries: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
342
+ suggestedTitle: import("@feathersjs/typebox").TString<string>;
343
+ suggestedPrompt: import("@feathersjs/typebox").TString<string>;
344
+ reasoning: import("@feathersjs/typebox").TString<string>;
345
+ }>>;
346
+ strikingDistance: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
347
+ query: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
348
+ topic: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
349
+ impressions: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
350
+ clicks: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
351
+ ctr: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
352
+ position: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
353
+ relatedQueries: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
354
+ suggestedTitle: import("@feathersjs/typebox").TString<string>;
355
+ suggestedPrompt: import("@feathersjs/typebox").TString<string>;
356
+ reasoning: import("@feathersjs/typebox").TString<string>;
357
+ }>>;
358
+ contentGaps: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
359
+ query: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
360
+ topic: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
361
+ impressions: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
362
+ clicks: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
363
+ ctr: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
364
+ position: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
365
+ relatedQueries: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
366
+ suggestedTitle: import("@feathersjs/typebox").TString<string>;
367
+ suggestedPrompt: import("@feathersjs/typebox").TString<string>;
368
+ reasoning: import("@feathersjs/typebox").TString<string>;
369
+ }>>;
370
+ summary: import("@feathersjs/typebox").TString<string>;
371
+ }>>;
372
+ createdAt: import("@feathersjs/typebox").TString<"date-time">;
373
+ }>, ["integrationId", "provider", "syncedAt", "dateRange", "queries", "pages", "dailyMetrics", "dailyQueries", "dailyPages", "analysis"]>;
374
+ export type BlogQueriesData = Static<typeof blogQueriesDataSchema>;
375
+ export declare const blogQueriesDataValidator: import("@feathersjs/schema").Validator<any, any>;
376
+ export declare const blogQueriesDataResolver: import("@feathersjs/schema").Resolver<{
377
+ _id: string | {};
378
+ integrationId: string | {};
379
+ provider: string;
380
+ syncedAt: string;
381
+ dateRange: {
382
+ startDate: string;
383
+ endDate: string;
384
+ };
385
+ queries: {
386
+ query: string;
387
+ clicks: number;
388
+ impressions: number;
389
+ ctr: number;
390
+ position: number;
391
+ potentialTraffic?: number | undefined;
392
+ seoScore?: number | undefined;
393
+ opportunities?: string[] | undefined;
394
+ }[];
395
+ pages: {
396
+ page: string;
397
+ clicks: number;
398
+ impressions: number;
399
+ ctr: number;
400
+ position: number;
401
+ opportunityScore?: number | undefined;
402
+ opportunities?: string[] | undefined;
403
+ }[];
404
+ dailyMetrics?: {
405
+ date: string;
406
+ clicks: number;
407
+ impressions: number;
408
+ ctr: number;
409
+ position: number;
410
+ }[] | undefined;
411
+ dailyQueries?: {
412
+ date: string;
413
+ query: string;
414
+ clicks: number;
415
+ impressions: number;
416
+ ctr: number;
417
+ position: number;
418
+ }[] | undefined;
419
+ dailyPages?: {
420
+ date: string;
421
+ page: string;
422
+ clicks: number;
423
+ impressions: number;
424
+ ctr: number;
425
+ position: number;
426
+ }[] | undefined;
427
+ analysis?: {
428
+ highImpressionLowCtr: {
429
+ query?: string | undefined;
430
+ topic?: string | undefined;
431
+ impressions?: number | undefined;
432
+ clicks?: number | undefined;
433
+ ctr?: number | undefined;
434
+ position?: number | undefined;
435
+ relatedQueries?: string[] | undefined;
436
+ suggestedTitle: string;
437
+ suggestedPrompt: string;
438
+ reasoning: string;
439
+ }[];
440
+ strikingDistance: {
441
+ query?: string | undefined;
442
+ topic?: string | undefined;
443
+ impressions?: number | undefined;
444
+ clicks?: number | undefined;
445
+ ctr?: number | undefined;
446
+ position?: number | undefined;
447
+ relatedQueries?: string[] | undefined;
448
+ suggestedTitle: string;
449
+ suggestedPrompt: string;
450
+ reasoning: string;
451
+ }[];
452
+ contentGaps: {
453
+ query?: string | undefined;
454
+ topic?: string | undefined;
455
+ impressions?: number | undefined;
456
+ clicks?: number | undefined;
457
+ ctr?: number | undefined;
458
+ position?: number | undefined;
459
+ relatedQueries?: string[] | undefined;
460
+ suggestedTitle: string;
461
+ suggestedPrompt: string;
462
+ reasoning: string;
463
+ }[];
464
+ summary: string;
465
+ } | undefined;
466
+ createdAt: string;
467
+ }, HookContext<BlogQueriesService<import("./queries.class").BlogQueriesParams>>>;
468
+ export declare const blogQueriesPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
469
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
470
+ integrationId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
471
+ provider: import("@feathersjs/typebox").TString<string>;
472
+ syncedAt: import("@feathersjs/typebox").TString<"date-time">;
473
+ dateRange: import("@feathersjs/typebox").TObject<{
474
+ startDate: import("@feathersjs/typebox").TString<"date">;
475
+ endDate: import("@feathersjs/typebox").TString<"date">;
476
+ }>;
477
+ queries: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
478
+ query: import("@feathersjs/typebox").TString<string>;
479
+ clicks: import("@feathersjs/typebox").TNumber;
480
+ impressions: import("@feathersjs/typebox").TNumber;
481
+ ctr: import("@feathersjs/typebox").TNumber;
482
+ position: import("@feathersjs/typebox").TNumber;
483
+ potentialTraffic: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
484
+ seoScore: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
485
+ opportunities: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
486
+ }>>;
487
+ pages: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
488
+ page: import("@feathersjs/typebox").TString<string>;
489
+ clicks: import("@feathersjs/typebox").TNumber;
490
+ impressions: import("@feathersjs/typebox").TNumber;
491
+ ctr: import("@feathersjs/typebox").TNumber;
492
+ position: import("@feathersjs/typebox").TNumber;
493
+ opportunityScore: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
494
+ opportunities: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
495
+ }>>;
496
+ dailyMetrics: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
497
+ date: import("@feathersjs/typebox").TString<string>;
498
+ clicks: import("@feathersjs/typebox").TNumber;
499
+ impressions: import("@feathersjs/typebox").TNumber;
500
+ ctr: import("@feathersjs/typebox").TNumber;
501
+ position: import("@feathersjs/typebox").TNumber;
502
+ }>>>;
503
+ dailyQueries: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
504
+ date: import("@feathersjs/typebox").TString<string>;
505
+ query: import("@feathersjs/typebox").TString<string>;
506
+ clicks: import("@feathersjs/typebox").TNumber;
507
+ impressions: import("@feathersjs/typebox").TNumber;
508
+ ctr: import("@feathersjs/typebox").TNumber;
509
+ position: import("@feathersjs/typebox").TNumber;
510
+ }>>>;
511
+ dailyPages: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
512
+ date: import("@feathersjs/typebox").TString<string>;
513
+ page: import("@feathersjs/typebox").TString<string>;
514
+ clicks: import("@feathersjs/typebox").TNumber;
515
+ impressions: import("@feathersjs/typebox").TNumber;
516
+ ctr: import("@feathersjs/typebox").TNumber;
517
+ position: import("@feathersjs/typebox").TNumber;
518
+ }>>>;
519
+ analysis: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
520
+ highImpressionLowCtr: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
521
+ query: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
522
+ topic: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
523
+ impressions: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
524
+ clicks: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
525
+ ctr: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
526
+ position: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
527
+ relatedQueries: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
528
+ suggestedTitle: import("@feathersjs/typebox").TString<string>;
529
+ suggestedPrompt: import("@feathersjs/typebox").TString<string>;
530
+ reasoning: import("@feathersjs/typebox").TString<string>;
531
+ }>>;
532
+ strikingDistance: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
533
+ query: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
534
+ topic: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
535
+ impressions: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
536
+ clicks: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
537
+ ctr: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
538
+ position: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
539
+ relatedQueries: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
540
+ suggestedTitle: import("@feathersjs/typebox").TString<string>;
541
+ suggestedPrompt: import("@feathersjs/typebox").TString<string>;
542
+ reasoning: import("@feathersjs/typebox").TString<string>;
543
+ }>>;
544
+ contentGaps: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
545
+ query: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
546
+ topic: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
547
+ impressions: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
548
+ clicks: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
549
+ ctr: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
550
+ position: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
551
+ relatedQueries: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
552
+ suggestedTitle: import("@feathersjs/typebox").TString<string>;
553
+ suggestedPrompt: import("@feathersjs/typebox").TString<string>;
554
+ reasoning: import("@feathersjs/typebox").TString<string>;
555
+ }>>;
556
+ summary: import("@feathersjs/typebox").TString<string>;
557
+ }>>;
558
+ createdAt: import("@feathersjs/typebox").TString<"date-time">;
559
+ }>>;
560
+ export type BlogQueriesPatch = Static<typeof blogQueriesPatchSchema>;
561
+ export declare const blogQueriesPatchValidator: import("@feathersjs/schema").Validator<any, any>;
562
+ export declare const blogQueriesPatchResolver: import("@feathersjs/schema").Resolver<{
563
+ _id: string | {};
564
+ integrationId: string | {};
565
+ provider: string;
566
+ syncedAt: string;
567
+ dateRange: {
568
+ startDate: string;
569
+ endDate: string;
570
+ };
571
+ queries: {
572
+ query: string;
573
+ clicks: number;
574
+ impressions: number;
575
+ ctr: number;
576
+ position: number;
577
+ potentialTraffic?: number | undefined;
578
+ seoScore?: number | undefined;
579
+ opportunities?: string[] | undefined;
580
+ }[];
581
+ pages: {
582
+ page: string;
583
+ clicks: number;
584
+ impressions: number;
585
+ ctr: number;
586
+ position: number;
587
+ opportunityScore?: number | undefined;
588
+ opportunities?: string[] | undefined;
589
+ }[];
590
+ dailyMetrics?: {
591
+ date: string;
592
+ clicks: number;
593
+ impressions: number;
594
+ ctr: number;
595
+ position: number;
596
+ }[] | undefined;
597
+ dailyQueries?: {
598
+ date: string;
599
+ query: string;
600
+ clicks: number;
601
+ impressions: number;
602
+ ctr: number;
603
+ position: number;
604
+ }[] | undefined;
605
+ dailyPages?: {
606
+ date: string;
607
+ page: string;
608
+ clicks: number;
609
+ impressions: number;
610
+ ctr: number;
611
+ position: number;
612
+ }[] | undefined;
613
+ analysis?: {
614
+ highImpressionLowCtr: {
615
+ query?: string | undefined;
616
+ topic?: string | undefined;
617
+ impressions?: number | undefined;
618
+ clicks?: number | undefined;
619
+ ctr?: number | undefined;
620
+ position?: number | undefined;
621
+ relatedQueries?: string[] | undefined;
622
+ suggestedTitle: string;
623
+ suggestedPrompt: string;
624
+ reasoning: string;
625
+ }[];
626
+ strikingDistance: {
627
+ query?: string | undefined;
628
+ topic?: string | undefined;
629
+ impressions?: number | undefined;
630
+ clicks?: number | undefined;
631
+ ctr?: number | undefined;
632
+ position?: number | undefined;
633
+ relatedQueries?: string[] | undefined;
634
+ suggestedTitle: string;
635
+ suggestedPrompt: string;
636
+ reasoning: string;
637
+ }[];
638
+ contentGaps: {
639
+ query?: string | undefined;
640
+ topic?: string | undefined;
641
+ impressions?: number | undefined;
642
+ clicks?: number | undefined;
643
+ ctr?: number | undefined;
644
+ position?: number | undefined;
645
+ relatedQueries?: string[] | undefined;
646
+ suggestedTitle: string;
647
+ suggestedPrompt: string;
648
+ reasoning: string;
649
+ }[];
650
+ summary: string;
651
+ } | undefined;
652
+ createdAt: string;
653
+ }, HookContext<BlogQueriesService<import("./queries.class").BlogQueriesParams>>>;
654
+ export declare const blogQueriesQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
655
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
656
+ integrationId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
657
+ provider: import("@feathersjs/typebox").TString<string>;
658
+ syncedAt: import("@feathersjs/typebox").TString<"date-time">;
659
+ dateRange: import("@feathersjs/typebox").TObject<{
660
+ startDate: import("@feathersjs/typebox").TString<"date">;
661
+ endDate: import("@feathersjs/typebox").TString<"date">;
662
+ }>;
663
+ queries: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
664
+ query: import("@feathersjs/typebox").TString<string>;
665
+ clicks: import("@feathersjs/typebox").TNumber;
666
+ impressions: import("@feathersjs/typebox").TNumber;
667
+ ctr: import("@feathersjs/typebox").TNumber;
668
+ position: import("@feathersjs/typebox").TNumber;
669
+ potentialTraffic: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
670
+ seoScore: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
671
+ opportunities: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
672
+ }>>;
673
+ pages: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
674
+ page: import("@feathersjs/typebox").TString<string>;
675
+ clicks: import("@feathersjs/typebox").TNumber;
676
+ impressions: import("@feathersjs/typebox").TNumber;
677
+ ctr: import("@feathersjs/typebox").TNumber;
678
+ position: import("@feathersjs/typebox").TNumber;
679
+ opportunityScore: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
680
+ opportunities: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
681
+ }>>;
682
+ dailyMetrics: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
683
+ date: import("@feathersjs/typebox").TString<string>;
684
+ clicks: import("@feathersjs/typebox").TNumber;
685
+ impressions: import("@feathersjs/typebox").TNumber;
686
+ ctr: import("@feathersjs/typebox").TNumber;
687
+ position: import("@feathersjs/typebox").TNumber;
688
+ }>>>;
689
+ dailyQueries: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
690
+ date: import("@feathersjs/typebox").TString<string>;
691
+ query: import("@feathersjs/typebox").TString<string>;
692
+ clicks: import("@feathersjs/typebox").TNumber;
693
+ impressions: import("@feathersjs/typebox").TNumber;
694
+ ctr: import("@feathersjs/typebox").TNumber;
695
+ position: import("@feathersjs/typebox").TNumber;
696
+ }>>>;
697
+ dailyPages: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
698
+ date: import("@feathersjs/typebox").TString<string>;
699
+ page: import("@feathersjs/typebox").TString<string>;
700
+ clicks: import("@feathersjs/typebox").TNumber;
701
+ impressions: import("@feathersjs/typebox").TNumber;
702
+ ctr: import("@feathersjs/typebox").TNumber;
703
+ position: import("@feathersjs/typebox").TNumber;
704
+ }>>>;
705
+ analysis: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
706
+ highImpressionLowCtr: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
707
+ query: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
708
+ topic: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
709
+ impressions: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
710
+ clicks: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
711
+ ctr: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
712
+ position: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
713
+ relatedQueries: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
714
+ suggestedTitle: import("@feathersjs/typebox").TString<string>;
715
+ suggestedPrompt: import("@feathersjs/typebox").TString<string>;
716
+ reasoning: import("@feathersjs/typebox").TString<string>;
717
+ }>>;
718
+ strikingDistance: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
719
+ query: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
720
+ topic: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
721
+ impressions: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
722
+ clicks: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
723
+ ctr: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
724
+ position: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
725
+ relatedQueries: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
726
+ suggestedTitle: import("@feathersjs/typebox").TString<string>;
727
+ suggestedPrompt: import("@feathersjs/typebox").TString<string>;
728
+ reasoning: import("@feathersjs/typebox").TString<string>;
729
+ }>>;
730
+ contentGaps: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
731
+ query: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
732
+ topic: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
733
+ impressions: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
734
+ clicks: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
735
+ ctr: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
736
+ position: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
737
+ relatedQueries: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
738
+ suggestedTitle: import("@feathersjs/typebox").TString<string>;
739
+ suggestedPrompt: import("@feathersjs/typebox").TString<string>;
740
+ reasoning: import("@feathersjs/typebox").TString<string>;
741
+ }>>;
742
+ summary: import("@feathersjs/typebox").TString<string>;
743
+ }>>;
744
+ createdAt: import("@feathersjs/typebox").TString<"date-time">;
745
+ }>, ["_id", "integrationId", "provider", "syncedAt", "createdAt"]>;
746
+ export declare const blogQueriesQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
747
+ $limit: import("@feathersjs/typebox").TNumber;
748
+ $skip: import("@feathersjs/typebox").TNumber;
749
+ $sort: import("@feathersjs/typebox").TObject<{
750
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
751
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
752
+ integrationId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
753
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
754
+ syncedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
755
+ }>;
756
+ $select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "integrationId" | "provider" | "syncedAt")[]>;
757
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
758
+ _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<{
759
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
760
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
761
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
762
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
763
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
764
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
765
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
766
+ }>, import("@feathersjs/typebox").TObject<{
767
+ [key: string]: import("@feathersjs/typebox").TSchema;
768
+ } | undefined>]>>]>>;
769
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
770
+ $gt: import("@feathersjs/typebox").TString<"date-time">;
771
+ $gte: import("@feathersjs/typebox").TString<"date-time">;
772
+ $lt: import("@feathersjs/typebox").TString<"date-time">;
773
+ $lte: import("@feathersjs/typebox").TString<"date-time">;
774
+ $ne: import("@feathersjs/typebox").TString<"date-time">;
775
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"date-time">> | import("@feathersjs/typebox").TString<"date-time">;
776
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"date-time">> | import("@feathersjs/typebox").TString<"date-time">;
777
+ }>, import("@feathersjs/typebox").TObject<{
778
+ [key: string]: import("@feathersjs/typebox").TSchema;
779
+ } | undefined>]>>]>>;
780
+ integrationId: 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<{
781
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
782
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
783
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
784
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
785
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
786
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
787
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
788
+ }>, import("@feathersjs/typebox").TObject<{
789
+ [key: string]: import("@feathersjs/typebox").TSchema;
790
+ } | undefined>]>>]>>;
791
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
792
+ $gt: import("@feathersjs/typebox").TString<string>;
793
+ $gte: import("@feathersjs/typebox").TString<string>;
794
+ $lt: import("@feathersjs/typebox").TString<string>;
795
+ $lte: import("@feathersjs/typebox").TString<string>;
796
+ $ne: import("@feathersjs/typebox").TString<string>;
797
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
798
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
799
+ }>, import("@feathersjs/typebox").TObject<{
800
+ [key: string]: import("@feathersjs/typebox").TSchema;
801
+ } | undefined>]>>]>>;
802
+ syncedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
803
+ $gt: import("@feathersjs/typebox").TString<"date-time">;
804
+ $gte: import("@feathersjs/typebox").TString<"date-time">;
805
+ $lt: import("@feathersjs/typebox").TString<"date-time">;
806
+ $lte: import("@feathersjs/typebox").TString<"date-time">;
807
+ $ne: import("@feathersjs/typebox").TString<"date-time">;
808
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"date-time">> | import("@feathersjs/typebox").TString<"date-time">;
809
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"date-time">> | import("@feathersjs/typebox").TString<"date-time">;
810
+ }>, import("@feathersjs/typebox").TObject<{
811
+ [key: string]: import("@feathersjs/typebox").TSchema;
812
+ } | undefined>]>>]>>;
813
+ }>>, import("@feathersjs/typebox").TObject<{
814
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
815
+ _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<{
816
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
817
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
818
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
819
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
820
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
821
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
822
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
823
+ }>, import("@feathersjs/typebox").TObject<{
824
+ [key: string]: import("@feathersjs/typebox").TSchema;
825
+ } | undefined>]>>]>>;
826
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
827
+ $gt: import("@feathersjs/typebox").TString<"date-time">;
828
+ $gte: import("@feathersjs/typebox").TString<"date-time">;
829
+ $lt: import("@feathersjs/typebox").TString<"date-time">;
830
+ $lte: import("@feathersjs/typebox").TString<"date-time">;
831
+ $ne: import("@feathersjs/typebox").TString<"date-time">;
832
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"date-time">> | import("@feathersjs/typebox").TString<"date-time">;
833
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"date-time">> | import("@feathersjs/typebox").TString<"date-time">;
834
+ }>, import("@feathersjs/typebox").TObject<{
835
+ [key: string]: import("@feathersjs/typebox").TSchema;
836
+ } | undefined>]>>]>>;
837
+ integrationId: 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<{
838
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
839
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
840
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
841
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
842
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
843
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
844
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
845
+ }>, import("@feathersjs/typebox").TObject<{
846
+ [key: string]: import("@feathersjs/typebox").TSchema;
847
+ } | undefined>]>>]>>;
848
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
849
+ $gt: import("@feathersjs/typebox").TString<string>;
850
+ $gte: import("@feathersjs/typebox").TString<string>;
851
+ $lt: import("@feathersjs/typebox").TString<string>;
852
+ $lte: import("@feathersjs/typebox").TString<string>;
853
+ $ne: import("@feathersjs/typebox").TString<string>;
854
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
855
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
856
+ }>, import("@feathersjs/typebox").TObject<{
857
+ [key: string]: import("@feathersjs/typebox").TSchema;
858
+ } | undefined>]>>]>>;
859
+ syncedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
860
+ $gt: import("@feathersjs/typebox").TString<"date-time">;
861
+ $gte: import("@feathersjs/typebox").TString<"date-time">;
862
+ $lt: import("@feathersjs/typebox").TString<"date-time">;
863
+ $lte: import("@feathersjs/typebox").TString<"date-time">;
864
+ $ne: import("@feathersjs/typebox").TString<"date-time">;
865
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"date-time">> | import("@feathersjs/typebox").TString<"date-time">;
866
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"date-time">> | import("@feathersjs/typebox").TString<"date-time">;
867
+ }>, import("@feathersjs/typebox").TObject<{
868
+ [key: string]: import("@feathersjs/typebox").TSchema;
869
+ } | undefined>]>>]>>;
870
+ }>>>;
871
+ }>]>>;
872
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
873
+ _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<{
874
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
875
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
876
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
877
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
878
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
879
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
880
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
881
+ }>, import("@feathersjs/typebox").TObject<{
882
+ [key: string]: import("@feathersjs/typebox").TSchema;
883
+ } | undefined>]>>]>>;
884
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
885
+ $gt: import("@feathersjs/typebox").TString<"date-time">;
886
+ $gte: import("@feathersjs/typebox").TString<"date-time">;
887
+ $lt: import("@feathersjs/typebox").TString<"date-time">;
888
+ $lte: import("@feathersjs/typebox").TString<"date-time">;
889
+ $ne: import("@feathersjs/typebox").TString<"date-time">;
890
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"date-time">> | import("@feathersjs/typebox").TString<"date-time">;
891
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"date-time">> | import("@feathersjs/typebox").TString<"date-time">;
892
+ }>, import("@feathersjs/typebox").TObject<{
893
+ [key: string]: import("@feathersjs/typebox").TSchema;
894
+ } | undefined>]>>]>>;
895
+ integrationId: 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<{
896
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
897
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
898
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
899
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
900
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
901
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
902
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
903
+ }>, import("@feathersjs/typebox").TObject<{
904
+ [key: string]: import("@feathersjs/typebox").TSchema;
905
+ } | undefined>]>>]>>;
906
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
907
+ $gt: import("@feathersjs/typebox").TString<string>;
908
+ $gte: import("@feathersjs/typebox").TString<string>;
909
+ $lt: import("@feathersjs/typebox").TString<string>;
910
+ $lte: import("@feathersjs/typebox").TString<string>;
911
+ $ne: import("@feathersjs/typebox").TString<string>;
912
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
913
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
914
+ }>, import("@feathersjs/typebox").TObject<{
915
+ [key: string]: import("@feathersjs/typebox").TSchema;
916
+ } | undefined>]>>]>>;
917
+ syncedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
918
+ $gt: import("@feathersjs/typebox").TString<"date-time">;
919
+ $gte: import("@feathersjs/typebox").TString<"date-time">;
920
+ $lt: import("@feathersjs/typebox").TString<"date-time">;
921
+ $lte: import("@feathersjs/typebox").TString<"date-time">;
922
+ $ne: import("@feathersjs/typebox").TString<"date-time">;
923
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"date-time">> | import("@feathersjs/typebox").TString<"date-time">;
924
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"date-time">> | import("@feathersjs/typebox").TString<"date-time">;
925
+ }>, import("@feathersjs/typebox").TObject<{
926
+ [key: string]: import("@feathersjs/typebox").TSchema;
927
+ } | undefined>]>>]>>;
928
+ }>>>;
929
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
930
+ _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<{
931
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
932
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
933
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
934
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
935
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
936
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
937
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
938
+ }>, import("@feathersjs/typebox").TObject<{
939
+ [key: string]: import("@feathersjs/typebox").TSchema;
940
+ } | undefined>]>>]>>;
941
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
942
+ $gt: import("@feathersjs/typebox").TString<"date-time">;
943
+ $gte: import("@feathersjs/typebox").TString<"date-time">;
944
+ $lt: import("@feathersjs/typebox").TString<"date-time">;
945
+ $lte: import("@feathersjs/typebox").TString<"date-time">;
946
+ $ne: import("@feathersjs/typebox").TString<"date-time">;
947
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"date-time">> | import("@feathersjs/typebox").TString<"date-time">;
948
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"date-time">> | import("@feathersjs/typebox").TString<"date-time">;
949
+ }>, import("@feathersjs/typebox").TObject<{
950
+ [key: string]: import("@feathersjs/typebox").TSchema;
951
+ } | undefined>]>>]>>;
952
+ integrationId: 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<{
953
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
954
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
955
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
956
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
957
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
958
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
959
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
960
+ }>, import("@feathersjs/typebox").TObject<{
961
+ [key: string]: import("@feathersjs/typebox").TSchema;
962
+ } | undefined>]>>]>>;
963
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
964
+ $gt: import("@feathersjs/typebox").TString<string>;
965
+ $gte: import("@feathersjs/typebox").TString<string>;
966
+ $lt: import("@feathersjs/typebox").TString<string>;
967
+ $lte: import("@feathersjs/typebox").TString<string>;
968
+ $ne: import("@feathersjs/typebox").TString<string>;
969
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
970
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
971
+ }>, import("@feathersjs/typebox").TObject<{
972
+ [key: string]: import("@feathersjs/typebox").TSchema;
973
+ } | undefined>]>>]>>;
974
+ syncedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
975
+ $gt: import("@feathersjs/typebox").TString<"date-time">;
976
+ $gte: import("@feathersjs/typebox").TString<"date-time">;
977
+ $lt: import("@feathersjs/typebox").TString<"date-time">;
978
+ $lte: import("@feathersjs/typebox").TString<"date-time">;
979
+ $ne: import("@feathersjs/typebox").TString<"date-time">;
980
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"date-time">> | import("@feathersjs/typebox").TString<"date-time">;
981
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<"date-time">> | import("@feathersjs/typebox").TString<"date-time">;
982
+ }>, import("@feathersjs/typebox").TObject<{
983
+ [key: string]: import("@feathersjs/typebox").TSchema;
984
+ } | undefined>]>>]>>;
985
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
986
+ export type BlogQueriesQuery = Static<typeof blogQueriesQuerySchema>;
987
+ export declare const blogQueriesQueryValidator: import("@feathersjs/schema").Validator<any, any>;
988
+ export declare const blogQueriesQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
989
+ $limit: number;
990
+ $skip: number;
991
+ $sort: {
992
+ _id?: number | undefined;
993
+ createdAt?: number | undefined;
994
+ integrationId?: number | undefined;
995
+ provider?: number | undefined;
996
+ syncedAt?: number | undefined;
997
+ };
998
+ $select: ("_id" | "createdAt" | "integrationId" | "provider" | "syncedAt")[];
999
+ $and: ({
1000
+ _id?: string | Partial<{
1001
+ $gt: string | {};
1002
+ $gte: string | {};
1003
+ $lt: string | {};
1004
+ $lte: string | {};
1005
+ $ne: string | {};
1006
+ $in: string | (string | {})[] | {};
1007
+ $nin: string | (string | {})[] | {};
1008
+ } & {}> | {} | undefined;
1009
+ createdAt?: string | Partial<{
1010
+ $gt: string;
1011
+ $gte: string;
1012
+ $lt: string;
1013
+ $lte: string;
1014
+ $ne: string;
1015
+ $in: string | string[];
1016
+ $nin: string | string[];
1017
+ } & {}> | undefined;
1018
+ integrationId?: string | Partial<{
1019
+ $gt: string | {};
1020
+ $gte: string | {};
1021
+ $lt: string | {};
1022
+ $lte: string | {};
1023
+ $ne: string | {};
1024
+ $in: string | (string | {})[] | {};
1025
+ $nin: string | (string | {})[] | {};
1026
+ } & {}> | {} | undefined;
1027
+ provider?: string | Partial<{
1028
+ $gt: string;
1029
+ $gte: string;
1030
+ $lt: string;
1031
+ $lte: string;
1032
+ $ne: string;
1033
+ $in: string | string[];
1034
+ $nin: string | string[];
1035
+ } & {}> | undefined;
1036
+ syncedAt?: string | Partial<{
1037
+ $gt: string;
1038
+ $gte: string;
1039
+ $lt: string;
1040
+ $lte: string;
1041
+ $ne: string;
1042
+ $in: string | string[];
1043
+ $nin: string | string[];
1044
+ } & {}> | undefined;
1045
+ } | {
1046
+ $or: {
1047
+ _id?: string | Partial<{
1048
+ $gt: string | {};
1049
+ $gte: string | {};
1050
+ $lt: string | {};
1051
+ $lte: string | {};
1052
+ $ne: string | {};
1053
+ $in: string | (string | {})[] | {};
1054
+ $nin: string | (string | {})[] | {};
1055
+ } & {}> | {} | undefined;
1056
+ createdAt?: string | Partial<{
1057
+ $gt: string;
1058
+ $gte: string;
1059
+ $lt: string;
1060
+ $lte: string;
1061
+ $ne: string;
1062
+ $in: string | string[];
1063
+ $nin: string | string[];
1064
+ } & {}> | undefined;
1065
+ integrationId?: string | Partial<{
1066
+ $gt: string | {};
1067
+ $gte: string | {};
1068
+ $lt: string | {};
1069
+ $lte: string | {};
1070
+ $ne: string | {};
1071
+ $in: string | (string | {})[] | {};
1072
+ $nin: string | (string | {})[] | {};
1073
+ } & {}> | {} | undefined;
1074
+ provider?: string | Partial<{
1075
+ $gt: string;
1076
+ $gte: string;
1077
+ $lt: string;
1078
+ $lte: string;
1079
+ $ne: string;
1080
+ $in: string | string[];
1081
+ $nin: string | string[];
1082
+ } & {}> | undefined;
1083
+ syncedAt?: string | Partial<{
1084
+ $gt: string;
1085
+ $gte: string;
1086
+ $lt: string;
1087
+ $lte: string;
1088
+ $ne: string;
1089
+ $in: string | string[];
1090
+ $nin: string | string[];
1091
+ } & {}> | undefined;
1092
+ }[];
1093
+ })[];
1094
+ $or: {
1095
+ _id?: string | Partial<{
1096
+ $gt: string | {};
1097
+ $gte: string | {};
1098
+ $lt: string | {};
1099
+ $lte: string | {};
1100
+ $ne: string | {};
1101
+ $in: string | (string | {})[] | {};
1102
+ $nin: string | (string | {})[] | {};
1103
+ } & {}> | {} | undefined;
1104
+ createdAt?: string | Partial<{
1105
+ $gt: string;
1106
+ $gte: string;
1107
+ $lt: string;
1108
+ $lte: string;
1109
+ $ne: string;
1110
+ $in: string | string[];
1111
+ $nin: string | string[];
1112
+ } & {}> | undefined;
1113
+ integrationId?: string | Partial<{
1114
+ $gt: string | {};
1115
+ $gte: string | {};
1116
+ $lt: string | {};
1117
+ $lte: string | {};
1118
+ $ne: string | {};
1119
+ $in: string | (string | {})[] | {};
1120
+ $nin: string | (string | {})[] | {};
1121
+ } & {}> | {} | undefined;
1122
+ provider?: string | Partial<{
1123
+ $gt: string;
1124
+ $gte: string;
1125
+ $lt: string;
1126
+ $lte: string;
1127
+ $ne: string;
1128
+ $in: string | string[];
1129
+ $nin: string | string[];
1130
+ } & {}> | undefined;
1131
+ syncedAt?: string | Partial<{
1132
+ $gt: string;
1133
+ $gte: string;
1134
+ $lt: string;
1135
+ $lte: string;
1136
+ $ne: string;
1137
+ $in: string | string[];
1138
+ $nin: string | string[];
1139
+ } & {}> | undefined;
1140
+ }[];
1141
+ }> & {
1142
+ _id?: string | Partial<{
1143
+ $gt: string | {};
1144
+ $gte: string | {};
1145
+ $lt: string | {};
1146
+ $lte: string | {};
1147
+ $ne: string | {};
1148
+ $in: string | (string | {})[] | {};
1149
+ $nin: string | (string | {})[] | {};
1150
+ } & {}> | {} | undefined;
1151
+ createdAt?: string | Partial<{
1152
+ $gt: string;
1153
+ $gte: string;
1154
+ $lt: string;
1155
+ $lte: string;
1156
+ $ne: string;
1157
+ $in: string | string[];
1158
+ $nin: string | string[];
1159
+ } & {}> | undefined;
1160
+ integrationId?: string | Partial<{
1161
+ $gt: string | {};
1162
+ $gte: string | {};
1163
+ $lt: string | {};
1164
+ $lte: string | {};
1165
+ $ne: string | {};
1166
+ $in: string | (string | {})[] | {};
1167
+ $nin: string | (string | {})[] | {};
1168
+ } & {}> | {} | undefined;
1169
+ provider?: string | Partial<{
1170
+ $gt: string;
1171
+ $gte: string;
1172
+ $lt: string;
1173
+ $lte: string;
1174
+ $ne: string;
1175
+ $in: string | string[];
1176
+ $nin: string | string[];
1177
+ } & {}> | undefined;
1178
+ syncedAt?: string | Partial<{
1179
+ $gt: string;
1180
+ $gte: string;
1181
+ $lt: string;
1182
+ $lte: string;
1183
+ $ne: string;
1184
+ $in: string | string[];
1185
+ $nin: string | string[];
1186
+ } & {}> | undefined;
1187
+ } & {}, HookContext<BlogQueriesService<import("./queries.class").BlogQueriesParams>>>;