@cryptorobot.ai/client 0.0.35 → 0.0.37

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 (291) hide show
  1. package/lib/{services → src/services}/exchanges/balance/balance.schema.d.ts +28 -4
  2. package/lib/{services → src/services}/exchanges/download/download.class.d.ts +1 -1
  3. package/lib/{services → src/services}/exchanges/download/download.d.ts +1 -0
  4. package/lib/{services → src/services}/exchanges/download/download.schema.d.ts +28 -4
  5. package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.class.d.ts +1 -1
  6. package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.d.ts +1 -0
  7. package/lib/{services → src/services}/exchanges/exchanges.class.d.ts +1 -1
  8. package/lib/{services → src/services}/exchanges/exchanges.schema.d.ts +246 -90
  9. package/lib/{services → src/services}/exchanges/ticker/ticker.class.d.ts +1 -1
  10. package/lib/{services → src/services}/exchanges/ticker/ticker.schema.d.ts +28 -4
  11. package/lib/{services → src/services}/homepage/homepage.schema.d.ts +17 -1
  12. package/lib/{services → src/services}/marketplaces/marketplaces.class.d.ts +1 -1
  13. package/lib/{services → src/services}/markets/markets.class.d.ts +1 -1
  14. package/lib/{services → src/services}/messages/messages.class.d.ts +1 -1
  15. package/lib/{services → src/services}/strategies/ai/ai.class.d.ts +1 -1
  16. package/lib/{services → src/services}/strategies/backtest/backtest.class.d.ts +1 -1
  17. package/lib/{services → src/services}/strategies/backtest/backtest.schema.d.ts +92 -92
  18. package/lib/{services → src/services}/strategies/hyperopt/hyperopt.d.ts +1 -0
  19. package/lib/{services → src/services}/strategies/indicators/indicators.class.d.ts +1 -1
  20. package/lib/{services → src/services}/strategies/strategies.class.d.ts +1 -1
  21. package/lib/{services → src/services}/strategies/strategies.schema.d.ts +117 -35
  22. package/lib/{services → src/services}/strategies/templates/templates.class.d.ts +1 -1
  23. package/lib/{services → src/services}/traders/pods/api/api.schema.d.ts +164 -140
  24. package/lib/{services → src/services}/traders/pods/events/events.class.d.ts +1 -1
  25. package/lib/{services → src/services}/traders/pods/events/events.d.ts +1 -0
  26. package/lib/{services → src/services}/traders/pods/events/events.schema.d.ts +93 -3
  27. package/lib/{services → src/services}/traders/pods/pods.class.d.ts +1 -1
  28. package/lib/{services → src/services}/traders/pods/pods.schema.d.ts +84 -60
  29. package/lib/{services → src/services}/traders/pods/webhooks/webhooks.class.d.ts +1 -1
  30. package/lib/{services → src/services}/traders/pods/webhooks/webhooks.d.ts +1 -0
  31. package/lib/{services → src/services}/traders/traders.schema.d.ts +263 -131
  32. package/lib/{services → src/services}/users/users.schema.d.ts +185 -3
  33. package/package.json +13 -10
  34. package/readme.md +50 -2
  35. package/lib/app.d.ts +0 -4
  36. package/lib/authentication.d.ts +0 -8
  37. package/lib/channels.d.ts +0 -3
  38. package/lib/client.d.ts +0 -87
  39. package/lib/configuration.d.ts +0 -226
  40. package/lib/declarations.d.ts +0 -16
  41. package/lib/firebase-push-notification.d.ts +0 -1
  42. package/lib/helper.d.ts +0 -22
  43. package/lib/helpers/app.helper.d.ts +0 -17
  44. package/lib/helpers/backtest.helper.d.ts +0 -61
  45. package/lib/helpers/ccxt.helper.d.ts +0 -92
  46. package/lib/helpers/deployments.helper.d.ts +0 -84
  47. package/lib/helpers/funnel.helper.d.ts +0 -19
  48. package/lib/helpers/handlebars.helper.d.ts +0 -25
  49. package/lib/helpers/hyperopt.helper.d.ts +0 -22
  50. package/lib/helpers/logging.helper.d.ts +0 -9
  51. package/lib/helpers/push-notification.helper.d.ts +0 -8
  52. package/lib/helpers/queue.helper.d.ts +0 -13
  53. package/lib/helpers/rules.helper.d.ts +0 -13
  54. package/lib/helpers/sqlite3.helper.d.ts +0 -6
  55. package/lib/helpers/sqs.helper.d.ts +0 -7
  56. package/lib/helpers/subscription.helper.d.ts +0 -48
  57. package/lib/helpers/telegram.helper.d.ts +0 -32
  58. package/lib/helpers/trader.helper.d.ts +0 -38
  59. package/lib/hooks/application/setup-ccxt-load-marketplaces-mocked.d.ts +0 -3
  60. package/lib/hooks/application/setup-ccxt-load-marketplaces.d.ts +0 -2
  61. package/lib/hooks/application/setup-ccxt-load-markets.d.ts +0 -2
  62. package/lib/hooks/application/setup-config-preparation.d.ts +0 -3
  63. package/lib/hooks/application/setup-fs.d.ts +0 -3
  64. package/lib/hooks/application/setup-info.d.ts +0 -3
  65. package/lib/hooks/application/setup-load-indicators.d.ts +0 -3
  66. package/lib/hooks/application/setup-load-strategy-templates.d.ts +0 -3
  67. package/lib/hooks/backtest-copy-candles-from-user-data.d.ts +0 -2
  68. package/lib/hooks/backtest-generate-and-queue.d.ts +0 -2
  69. package/lib/hooks/backtest-generate-config.d.ts +0 -8
  70. package/lib/hooks/backtest-generate-exchange-config.d.ts +0 -8
  71. package/lib/hooks/backtest-get-results.d.ts +0 -14
  72. package/lib/hooks/backtest-in-disk-clone-strategy.d.ts +0 -2
  73. package/lib/hooks/backtest-validate.d.ts +0 -2
  74. package/lib/hooks/bootstrap-user-exchanges.d.ts +0 -2
  75. package/lib/hooks/bootstrap-user-strategies.d.ts +0 -2
  76. package/lib/hooks/bootstrap-user-traders.d.ts +0 -2
  77. package/lib/hooks/check-required-credentials.d.ts +0 -2
  78. package/lib/hooks/enrich-webhook-to-event.d.ts +0 -2
  79. package/lib/hooks/exchanges/after-create-ccxt-balances-propagate-to-exchange.d.ts +0 -2
  80. package/lib/hooks/exchanges/after-find-ccxt-load-markets.d.ts +0 -2
  81. package/lib/hooks/exchanges/after-get-whitelist-blacklist-transform.d.ts +0 -2
  82. package/lib/hooks/exchanges/before-create-ccxt-get-balances.d.ts +0 -2
  83. package/lib/hooks/exchanges/before-patch-blacklist-validation-per-exchange.d.ts +0 -2
  84. package/lib/hooks/exchanges/before-patch-ccxt-connect-exchange.d.ts +0 -2
  85. package/lib/hooks/exchanges/before-patch-ccxt-load-markets.d.ts +0 -2
  86. package/lib/hooks/exchanges/before-patch-whitelist-blacklist-transform.d.ts +0 -2
  87. package/lib/hooks/exchanges/before-patch-whitelist-blacklist-validate.d.ts +0 -2
  88. package/lib/hooks/exchanges/download/after-create-get-recent-downloaded-data-info.d.ts +0 -2
  89. package/lib/hooks/exchanges/download/before-create-generate-config.d.ts +0 -2
  90. package/lib/hooks/exchanges/download/before-create-process-exchange-data-download.d.ts +0 -2
  91. package/lib/hooks/file-generate-config-hyperopt.d.ts +0 -2
  92. package/lib/hooks/hyperopt-generate-and-queue.d.ts +0 -2
  93. package/lib/hooks/hyperopt-generate-exchange-config.d.ts +0 -8
  94. package/lib/hooks/hyperopt-get-results.d.ts +0 -2
  95. package/lib/hooks/hyperopt-in-disk-clone-strategy.d.ts +0 -2
  96. package/lib/hooks/hyperopt-track-usage.d.ts +0 -2
  97. package/lib/hooks/init-data-folder.d.ts +0 -2
  98. package/lib/hooks/log-error.d.ts +0 -2
  99. package/lib/hooks/messages/messages-process-data.d.ts +0 -2
  100. package/lib/hooks/openai-process-request.d.ts +0 -2
  101. package/lib/hooks/pairs-transform.d.ts +0 -2
  102. package/lib/hooks/remove-container.d.ts +0 -2
  103. package/lib/hooks/revenuecat-is-subscription-active.d.ts +0 -2
  104. package/lib/hooks/set-default-strategy.d.ts +0 -2
  105. package/lib/hooks/setup-aws-sdk.d.ts +0 -2
  106. package/lib/hooks/setup-cronjobs.d.ts +0 -2
  107. package/lib/hooks/setup-ensure-image.d.ts +0 -3
  108. package/lib/hooks/setup-firebase.d.ts +0 -2
  109. package/lib/hooks/setup-homepage.d.ts +0 -3
  110. package/lib/hooks/setup-mautic.d.ts +0 -3
  111. package/lib/hooks/setup-mixpanel.d.ts +0 -3
  112. package/lib/hooks/setup-prepare-maildev-while-in-test-env.d.ts +0 -3
  113. package/lib/hooks/setup-queues.d.ts +0 -3
  114. package/lib/hooks/setup-stripe.d.ts +0 -2
  115. package/lib/hooks/setup-telegram-client.d.ts +0 -3
  116. package/lib/hooks/sqlite-reset-database.d.ts +0 -2
  117. package/lib/hooks/strategies/disk-create-strategy.d.ts +0 -2
  118. package/lib/hooks/strategies/disk-remove-strategy.d.ts +0 -2
  119. package/lib/hooks/strategies/file-strategies-clone.d.ts +0 -2
  120. package/lib/hooks/stripe-check-subscription.d.ts +0 -2
  121. package/lib/hooks/stripe-create-payment-intent.d.ts +0 -2
  122. package/lib/hooks/stripe-is-subscription-active.d.ts +0 -2
  123. package/lib/hooks/stripe-sync-customer-data.d.ts +0 -2
  124. package/lib/hooks/telegram-create-group.d.ts +0 -2
  125. package/lib/hooks/telegram-delete-group.d.ts +0 -2
  126. package/lib/hooks/telegram-update-group.d.ts +0 -2
  127. package/lib/hooks/tickers-fetch.d.ts +0 -2
  128. package/lib/hooks/traders/after-patch-file-candles-clone.d.ts +0 -2
  129. package/lib/hooks/traders/before-patch-folders-initialize.d.ts +0 -2
  130. package/lib/hooks/traders/before-patch-transform-pairlist-plugins.d.ts +0 -2
  131. package/lib/hooks/traders/container-api-control.d.ts +0 -2
  132. package/lib/hooks/traders/container-stop.d.ts +0 -2
  133. package/lib/hooks/traders/create-trader-container.d.ts +0 -2
  134. package/lib/hooks/traders/generate-exchange-config.d.ts +0 -2
  135. package/lib/hooks/traders/generate-trader-config.d.ts +0 -2
  136. package/lib/hooks/traders/pods-container-inspect.d.ts +0 -2
  137. package/lib/hooks/traders/pods-process-worker.d.ts +0 -7
  138. package/lib/hooks/users/email-verify-signup.d.ts +0 -2
  139. package/lib/index.d.ts +0 -1
  140. package/lib/logger.d.ts +0 -1
  141. package/lib/mongodb.d.ts +0 -8
  142. package/lib/prepare-for-publish.d.ts +0 -1
  143. package/lib/sentry.d.ts +0 -2
  144. package/lib/telegram-get-credentials.d.ts +0 -1
  145. package/lib/validators.d.ts +0 -3
  146. package/{readme.client.md → README.md} +0 -0
  147. package/lib/{client.js → src/client.js} +0 -0
  148. package/lib/{services → src/services}/auth-management/auth-management.class.d.ts +0 -0
  149. package/lib/{services → src/services}/auth-management/auth-management.d.ts +0 -0
  150. package/lib/{services → src/services}/auth-management/auth-management.shared.d.ts +0 -0
  151. package/lib/{services → src/services}/auth-management/auth-management.shared.js +0 -0
  152. package/lib/{services → src/services}/auth-management/auth-management.utils.d.ts +0 -0
  153. package/lib/{services → src/services}/config/config.class.d.ts +0 -0
  154. package/lib/{services → src/services}/config/config.d.ts +0 -0
  155. package/lib/{services → src/services}/config/config.shared.d.ts +0 -0
  156. package/lib/{services → src/services}/config/config.shared.js +0 -0
  157. package/lib/{services → src/services}/custom/custom.class.d.ts +0 -0
  158. package/lib/{services → src/services}/custom/custom.d.ts +0 -0
  159. package/lib/{services → src/services}/custom/custom.shared.d.ts +0 -0
  160. package/lib/{services → src/services}/custom/custom.shared.js +0 -0
  161. package/lib/{services → src/services}/exchanges/balance/balance.class.d.ts +0 -0
  162. package/lib/{services → src/services}/exchanges/balance/balance.d.ts +0 -0
  163. package/lib/{services → src/services}/exchanges/balance/balance.shared.d.ts +0 -0
  164. package/lib/{services → src/services}/exchanges/balance/balance.shared.js +0 -0
  165. package/lib/{services → src/services}/exchanges/download/download.shared.d.ts +0 -0
  166. package/lib/{services → src/services}/exchanges/download/download.shared.js +0 -0
  167. package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.schema.d.ts +0 -0
  168. package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.shared.d.ts +0 -0
  169. package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.shared.js +0 -0
  170. package/lib/{services → src/services}/exchanges/exchanges.d.ts +0 -0
  171. package/lib/{services → src/services}/exchanges/exchanges.shared.d.ts +0 -0
  172. package/lib/{services → src/services}/exchanges/exchanges.shared.js +0 -0
  173. package/lib/{services → src/services}/exchanges/ticker/ticker.d.ts +0 -0
  174. package/lib/{services → src/services}/exchanges/ticker/ticker.shared.d.ts +0 -0
  175. package/lib/{services → src/services}/exchanges/ticker/ticker.shared.js +0 -0
  176. package/lib/{services → src/services}/homepage/homepage.class.d.ts +1 -1
  177. package/lib/{services → src/services}/homepage/homepage.d.ts +0 -0
  178. package/lib/{services → src/services}/homepage/homepage.shared.d.ts +0 -0
  179. package/lib/{services → src/services}/homepage/homepage.shared.js +0 -0
  180. package/lib/{services → src/services}/index.d.ts +0 -0
  181. package/lib/{services → src/services}/mailer/mailer.class.d.ts +0 -0
  182. package/lib/{services → src/services}/mailer/mailer.d.ts +0 -0
  183. package/lib/{services → src/services}/mailer/mailer.shared.d.ts +0 -0
  184. package/lib/{services → src/services}/mailer/mailer.shared.js +0 -0
  185. package/lib/{services → src/services}/marketplaces/marketplaces.d.ts +0 -0
  186. package/lib/{services → src/services}/marketplaces/marketplaces.shared.d.ts +0 -0
  187. package/lib/{services → src/services}/marketplaces/marketplaces.shared.js +0 -0
  188. package/lib/{services → src/services}/markets/markets.d.ts +0 -0
  189. package/lib/{services → src/services}/markets/markets.schema.d.ts +0 -0
  190. package/lib/{services → src/services}/markets/markets.shared.d.ts +0 -0
  191. package/lib/{services → src/services}/markets/markets.shared.js +0 -0
  192. package/lib/{services → src/services}/messages/messages.d.ts +0 -0
  193. package/lib/{services → src/services}/messages/messages.schema.d.ts +0 -0
  194. package/lib/{services → src/services}/messages/messages.shared.d.ts +0 -0
  195. package/lib/{services → src/services}/messages/messages.shared.js +0 -0
  196. package/lib/{services → src/services}/strategies/ai/ai.d.ts +0 -0
  197. package/lib/{services → src/services}/strategies/ai/ai.schema.d.ts +0 -0
  198. package/lib/{services → src/services}/strategies/ai/ai.shared.d.ts +0 -0
  199. package/lib/{services → src/services}/strategies/ai/ai.shared.js +0 -0
  200. package/lib/{services → src/services}/strategies/ai/stream/stream.class.d.ts +0 -0
  201. package/lib/{services → src/services}/strategies/ai/stream/stream.d.ts +0 -0
  202. package/lib/{services → src/services}/strategies/ai/stream/stream.shared.d.ts +0 -0
  203. package/lib/{services → src/services}/strategies/ai/stream/stream.shared.js +0 -0
  204. package/lib/{services → src/services}/strategies/backtest/backtest.d.ts +0 -0
  205. package/lib/{services → src/services}/strategies/backtest/backtest.shared.d.ts +0 -0
  206. package/lib/{services → src/services}/strategies/backtest/backtest.shared.js +0 -0
  207. package/lib/{services → src/services}/strategies/backtest/results/results.class.d.ts +0 -0
  208. package/lib/{services → src/services}/strategies/backtest/results/results.d.ts +0 -0
  209. package/lib/{services → src/services}/strategies/backtest/results/results.schema.d.ts +0 -0
  210. package/lib/{services → src/services}/strategies/backtest/results/results.shared.d.ts +0 -0
  211. package/lib/{services → src/services}/strategies/backtest/results/results.shared.js +0 -0
  212. package/lib/{services → src/services}/strategies/blob/blob.class.d.ts +0 -0
  213. package/lib/{services → src/services}/strategies/blob/blob.d.ts +0 -0
  214. package/lib/{services → src/services}/strategies/blob/blob.shared.d.ts +0 -0
  215. package/lib/{services → src/services}/strategies/blob/blob.shared.js +0 -0
  216. package/lib/{services → src/services}/strategies/hyperopt/hyperopt.class.d.ts +0 -0
  217. package/lib/{services → src/services}/strategies/hyperopt/hyperopt.schema.d.ts +8 -8
  218. /package/lib/{services → src/services}/strategies/hyperopt/hyperopt.shared.d.ts +0 -0
  219. /package/lib/{services → src/services}/strategies/hyperopt/hyperopt.shared.js +0 -0
  220. /package/lib/{services → src/services}/strategies/indicators/indicators.d.ts +0 -0
  221. /package/lib/{services → src/services}/strategies/indicators/indicators.schema.d.ts +0 -0
  222. /package/lib/{services → src/services}/strategies/indicators/indicators.shared.d.ts +0 -0
  223. /package/lib/{services → src/services}/strategies/indicators/indicators.shared.js +0 -0
  224. /package/lib/{services → src/services}/strategies/strategies.d.ts +0 -0
  225. /package/lib/{services → src/services}/strategies/strategies.shared.d.ts +0 -0
  226. /package/lib/{services → src/services}/strategies/strategies.shared.js +0 -0
  227. /package/lib/{services → src/services}/strategies/templates/templates.d.ts +0 -0
  228. /package/lib/{services → src/services}/strategies/templates/templates.schema.d.ts +0 -0
  229. /package/lib/{services → src/services}/strategies/templates/templates.shared.d.ts +0 -0
  230. /package/lib/{services → src/services}/strategies/templates/templates.shared.js +0 -0
  231. /package/lib/{services → src/services}/stripe/charges/charges.class.d.ts +0 -0
  232. /package/lib/{services → src/services}/stripe/charges/charges.d.ts +0 -0
  233. /package/lib/{services → src/services}/stripe/charges/charges.shared.d.ts +0 -0
  234. /package/lib/{services → src/services}/stripe/charges/charges.shared.js +0 -0
  235. /package/lib/{services → src/services}/stripe/customers/cards/cards.class.d.ts +0 -0
  236. /package/lib/{services → src/services}/stripe/customers/cards/cards.d.ts +0 -0
  237. /package/lib/{services → src/services}/stripe/customers/cards/cards.shared.d.ts +0 -0
  238. /package/lib/{services → src/services}/stripe/customers/cards/cards.shared.js +0 -0
  239. /package/lib/{services → src/services}/stripe/customers/customers.class.d.ts +0 -0
  240. /package/lib/{services → src/services}/stripe/customers/customers.d.ts +0 -0
  241. /package/lib/{services → src/services}/stripe/customers/customers.shared.d.ts +0 -0
  242. /package/lib/{services → src/services}/stripe/customers/customers.shared.js +0 -0
  243. /package/lib/{services → src/services}/stripe/customers/paymentintent/paymentintent.class.d.ts +0 -0
  244. /package/lib/{services → src/services}/stripe/customers/paymentintent/paymentintent.d.ts +0 -0
  245. /package/lib/{services → src/services}/stripe/customers/paymentintent/paymentintent.shared.d.ts +0 -0
  246. /package/lib/{services → src/services}/stripe/customers/paymentintent/paymentintent.shared.js +0 -0
  247. /package/lib/{services → src/services}/stripe/customers/paymentmethods/paymentmethods.class.d.ts +0 -0
  248. /package/lib/{services → src/services}/stripe/customers/paymentmethods/paymentmethods.d.ts +0 -0
  249. /package/lib/{services → src/services}/stripe/customers/paymentmethods/paymentmethods.shared.d.ts +0 -0
  250. /package/lib/{services → src/services}/stripe/customers/paymentmethods/paymentmethods.shared.js +0 -0
  251. /package/lib/{services → src/services}/stripe/customers/subscriptions/subscriptions.class.d.ts +0 -0
  252. /package/lib/{services → src/services}/stripe/customers/subscriptions/subscriptions.d.ts +0 -0
  253. /package/lib/{services → src/services}/stripe/customers/subscriptions/subscriptions.shared.d.ts +0 -0
  254. /package/lib/{services → src/services}/stripe/customers/subscriptions/subscriptions.shared.js +0 -0
  255. /package/lib/{services → src/services}/stripe/products/products.class.d.ts +0 -0
  256. /package/lib/{services → src/services}/stripe/products/products.d.ts +0 -0
  257. /package/lib/{services → src/services}/stripe/products/products.shared.d.ts +0 -0
  258. /package/lib/{services → src/services}/stripe/products/products.shared.js +0 -0
  259. /package/lib/{services → src/services}/stripe/webhooks/webhooks.class.d.ts +0 -0
  260. /package/lib/{services → src/services}/stripe/webhooks/webhooks.d.ts +0 -0
  261. /package/lib/{services → src/services}/stripe/webhooks/webhooks.shared.d.ts +0 -0
  262. /package/lib/{services → src/services}/stripe/webhooks/webhooks.shared.js +0 -0
  263. /package/lib/{services → src/services}/traders/pods/api/api.class.d.ts +0 -0
  264. /package/lib/{services → src/services}/traders/pods/api/api.d.ts +0 -0
  265. /package/lib/{services → src/services}/traders/pods/api/api.shared.d.ts +0 -0
  266. /package/lib/{services → src/services}/traders/pods/api/api.shared.js +0 -0
  267. /package/lib/{services → src/services}/traders/pods/blob/blob.class.d.ts +0 -0
  268. /package/lib/{services → src/services}/traders/pods/blob/blob.d.ts +0 -0
  269. /package/lib/{services → src/services}/traders/pods/blob/blob.shared.d.ts +0 -0
  270. /package/lib/{services → src/services}/traders/pods/blob/blob.shared.js +0 -0
  271. /package/lib/{services → src/services}/traders/pods/events/events.shared.d.ts +0 -0
  272. /package/lib/{services → src/services}/traders/pods/events/events.shared.js +0 -0
  273. /package/lib/{services → src/services}/traders/pods/pods.d.ts +0 -0
  274. /package/lib/{services → src/services}/traders/pods/pods.shared.d.ts +0 -0
  275. /package/lib/{services → src/services}/traders/pods/pods.shared.js +0 -0
  276. /package/lib/{services → src/services}/traders/pods/webhooks/webhooks.schema.d.ts +0 -0
  277. /package/lib/{services → src/services}/traders/pods/webhooks/webhooks.shared.d.ts +0 -0
  278. /package/lib/{services → src/services}/traders/pods/webhooks/webhooks.shared.js +0 -0
  279. /package/lib/{services → src/services}/traders/traders.class.d.ts +0 -0
  280. /package/lib/{services → src/services}/traders/traders.d.ts +0 -0
  281. /package/lib/{services → src/services}/traders/traders.shared.d.ts +0 -0
  282. /package/lib/{services → src/services}/traders/traders.shared.js +0 -0
  283. /package/lib/{services → src/services}/users/users.class.d.ts +0 -0
  284. /package/lib/{services → src/services}/users/users.d.ts +0 -0
  285. /package/lib/{services → src/services}/users/users.helper.d.ts +0 -0
  286. /package/lib/{services → src/services}/users/users.shared.d.ts +0 -0
  287. /package/lib/{services → src/services}/users/users.shared.js +0 -0
  288. /package/lib/{services → src/services}/version/version.class.d.ts +0 -0
  289. /package/lib/{services → src/services}/version/version.d.ts +0 -0
  290. /package/lib/{services → src/services}/version/version.shared.d.ts +0 -0
  291. /package/lib/{services → src/services}/version/version.shared.js +0 -0
@@ -1,6 +1,6 @@
1
1
  import type { Params } from '@feathersjs/feathers';
2
+ import type { MongoDBAdapterOptions, MongoDBAdapterParams } from '@feathersjs/mongodb';
2
3
  import { MongoDBService } from '@feathersjs/mongodb';
3
- import type { MongoDBAdapterParams, MongoDBAdapterOptions } from '@feathersjs/mongodb';
4
4
  import type { Application } from '../../../../declarations';
5
5
  import type { TradersPodsEvents, TradersPodsEventsData, TradersPodsEventsPatch, TradersPodsEventsQuery } from './events.schema';
6
6
  export type { TradersPodsEvents, TradersPodsEventsData, TradersPodsEventsPatch, TradersPodsEventsQuery };
@@ -3,6 +3,7 @@ import { TradersPodsEventsService } from './events.class';
3
3
  import { tradersPodsEventsPath } from './events.shared';
4
4
  export * from './events.class';
5
5
  export * from './events.schema';
6
+ export declare const hooks: any;
6
7
  export declare const tradersPodsEvents: (app: Application) => void;
7
8
  declare module '../../../../declarations' {
8
9
  interface ServiceTypes {
@@ -17,6 +17,7 @@ export declare const tradersPodsEventsSchema: import("@feathersjs/typebox").TObj
17
17
  profit_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
18
18
  close_date: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
19
19
  profit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
20
+ summary: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
20
21
  icon: import("@feathersjs/typebox").TString<string>;
21
22
  }>;
22
23
  export type TradersPodsEvents = Static<typeof tradersPodsEventsSchema>;
@@ -31,6 +32,7 @@ export declare const tradersPodsEventsResolver: import("@feathersjs/schema").Res
31
32
  profit_amount?: any;
32
33
  profit_ratio?: any;
33
34
  close_date?: any;
35
+ summary?: any;
34
36
  image: string;
35
37
  _id: string | {};
36
38
  userId: string;
@@ -49,6 +51,7 @@ export declare const tradersPodsEventsExternalResolver: import("@feathersjs/sche
49
51
  profit_amount?: any;
50
52
  profit_ratio?: any;
51
53
  close_date?: any;
54
+ summary?: any;
52
55
  image: string;
53
56
  _id: string | {};
54
57
  userId: string;
@@ -73,6 +76,7 @@ export declare const tradersPodsEventsDataSchema: import("@feathersjs/typebox").
73
76
  profit_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
74
77
  close_date: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
75
78
  profit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
79
+ summary: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
76
80
  icon: import("@feathersjs/typebox").TString<string>;
77
81
  }>, ["event", "traderId", "createdAt", "updatedAt", "userId", "status", "description", "icon"]>;
78
82
  export type TradersPodsEventsData = Static<typeof tradersPodsEventsDataSchema>;
@@ -87,6 +91,7 @@ export declare const tradersPodsEventsDataResolver: import("@feathersjs/schema")
87
91
  profit_amount?: any;
88
92
  profit_ratio?: any;
89
93
  close_date?: any;
94
+ summary?: any;
90
95
  image: string;
91
96
  _id: string | {};
92
97
  userId: string;
@@ -111,6 +116,7 @@ export declare const tradersPodsEventsPatchSchema: import("@feathersjs/typebox")
111
116
  profit_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
112
117
  close_date: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
113
118
  profit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
119
+ summary: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
114
120
  icon: import("@feathersjs/typebox").TString<string>;
115
121
  }>>;
116
122
  export type TradersPodsEventsPatch = Static<typeof tradersPodsEventsPatchSchema>;
@@ -125,6 +131,7 @@ export declare const tradersPodsEventsPatchResolver: import("@feathersjs/schema"
125
131
  profit_amount?: any;
126
132
  profit_ratio?: any;
127
133
  close_date?: any;
134
+ summary?: any;
128
135
  image: string;
129
136
  _id: string | {};
130
137
  userId: string;
@@ -149,8 +156,9 @@ export declare const tradersPodsEventsQueryProperties: import("@feathersjs/typeb
149
156
  profit_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
150
157
  close_date: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
151
158
  profit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
159
+ summary: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
152
160
  icon: import("@feathersjs/typebox").TString<string>;
153
- }>, ["_id", "event", "traderId", "userId", "createdAt", "event", "profit_amount", "profit_ratio", "close_date", "gain"]>;
161
+ }>, ["_id", "event", "traderId", "userId", "createdAt", "event", "status", "profit_amount", "profit_ratio", "close_date", "gain"]>;
154
162
  export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
155
163
  $limit: import("@feathersjs/typebox").TNumber;
156
164
  $skip: import("@feathersjs/typebox").TNumber;
@@ -159,13 +167,14 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
159
167
  createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
160
168
  userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
161
169
  event: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
170
+ status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
162
171
  traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
163
172
  gain: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
164
173
  profit_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
165
174
  profit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
166
175
  close_date: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
167
176
  }>;
168
- $select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "userId" | "event" | "traderId" | "gain" | "profit_amount" | "profit_ratio" | "close_date")[]>;
177
+ $select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "userId" | "event" | "status" | "traderId" | "gain" | "profit_amount" | "profit_ratio" | "close_date")[]>;
169
178
  $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
170
179
  _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<{
171
180
  $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
@@ -211,6 +220,17 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
211
220
  }>, import("@feathersjs/typebox").TObject<{
212
221
  [key: string]: import("@feathersjs/typebox").TSchema;
213
222
  } | undefined>]>>]>>;
223
+ status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
224
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
225
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
226
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
227
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
228
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
229
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
230
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
231
+ }>, import("@feathersjs/typebox").TObject<{
232
+ [key: string]: import("@feathersjs/typebox").TSchema;
233
+ } | undefined>]>>]>>;
214
234
  traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
215
235
  $gt: import("@feathersjs/typebox").TString<string>;
216
236
  $gte: import("@feathersjs/typebox").TString<string>;
@@ -312,6 +332,17 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
312
332
  }>, import("@feathersjs/typebox").TObject<{
313
333
  [key: string]: import("@feathersjs/typebox").TSchema;
314
334
  } | undefined>]>>]>>;
335
+ status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
336
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
337
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
338
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
339
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
340
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
341
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
342
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
343
+ }>, import("@feathersjs/typebox").TObject<{
344
+ [key: string]: import("@feathersjs/typebox").TSchema;
345
+ } | undefined>]>>]>>;
315
346
  traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
316
347
  $gt: import("@feathersjs/typebox").TString<string>;
317
348
  $gte: import("@feathersjs/typebox").TString<string>;
@@ -414,6 +445,17 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
414
445
  }>, import("@feathersjs/typebox").TObject<{
415
446
  [key: string]: import("@feathersjs/typebox").TSchema;
416
447
  } | undefined>]>>]>>;
448
+ status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
449
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
450
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
451
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
452
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
453
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
454
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
455
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
456
+ }>, import("@feathersjs/typebox").TObject<{
457
+ [key: string]: import("@feathersjs/typebox").TSchema;
458
+ } | undefined>]>>]>>;
417
459
  traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
418
460
  $gt: import("@feathersjs/typebox").TString<string>;
419
461
  $gte: import("@feathersjs/typebox").TString<string>;
@@ -515,6 +557,17 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
515
557
  }>, import("@feathersjs/typebox").TObject<{
516
558
  [key: string]: import("@feathersjs/typebox").TSchema;
517
559
  } | undefined>]>>]>>;
560
+ status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
561
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
562
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
563
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
564
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
565
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
566
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
567
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
568
+ }>, import("@feathersjs/typebox").TObject<{
569
+ [key: string]: import("@feathersjs/typebox").TSchema;
570
+ } | undefined>]>>]>>;
518
571
  traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
519
572
  $gt: import("@feathersjs/typebox").TString<string>;
520
573
  $gte: import("@feathersjs/typebox").TString<string>;
@@ -581,13 +634,14 @@ export declare const tradersPodsEventsQueryResolver: import("@feathersjs/schema"
581
634
  createdAt?: number | undefined;
582
635
  userId?: number | undefined;
583
636
  event?: number | undefined;
637
+ status?: number | undefined;
584
638
  traderId?: number | undefined;
585
639
  gain?: number | undefined;
586
640
  profit_amount?: number | undefined;
587
641
  profit_ratio?: number | undefined;
588
642
  close_date?: number | undefined;
589
643
  };
590
- $select: ("_id" | "createdAt" | "userId" | "event" | "traderId" | "gain" | "profit_amount" | "profit_ratio" | "close_date")[];
644
+ $select: ("_id" | "createdAt" | "userId" | "event" | "status" | "traderId" | "gain" | "profit_amount" | "profit_ratio" | "close_date")[];
591
645
  $and: ({
592
646
  _id?: string | {} | Partial<{
593
647
  $gt: string | {};
@@ -617,6 +671,15 @@ export declare const tradersPodsEventsQueryResolver: import("@feathersjs/schema"
617
671
  $in: string | string[];
618
672
  $nin: string | string[];
619
673
  } & {}> | undefined;
674
+ status?: string | Partial<{
675
+ $gt?: string | undefined;
676
+ $gte?: string | undefined;
677
+ $lt?: string | undefined;
678
+ $lte?: string | undefined;
679
+ $ne?: string | undefined;
680
+ $in: string | string[];
681
+ $nin: string | string[];
682
+ } & {}> | undefined;
620
683
  traderId?: string | Partial<{
621
684
  $gt: string;
622
685
  $gte: string;
@@ -668,6 +731,15 @@ export declare const tradersPodsEventsQueryResolver: import("@feathersjs/schema"
668
731
  $in: string | string[];
669
732
  $nin: string | string[];
670
733
  } & {}> | undefined;
734
+ status?: string | Partial<{
735
+ $gt?: string | undefined;
736
+ $gte?: string | undefined;
737
+ $lt?: string | undefined;
738
+ $lte?: string | undefined;
739
+ $ne?: string | undefined;
740
+ $in: string | string[];
741
+ $nin: string | string[];
742
+ } & {}> | undefined;
671
743
  traderId?: string | Partial<{
672
744
  $gt: string;
673
745
  $gte: string;
@@ -720,6 +792,15 @@ export declare const tradersPodsEventsQueryResolver: import("@feathersjs/schema"
720
792
  $in: string | string[];
721
793
  $nin: string | string[];
722
794
  } & {}> | undefined;
795
+ status?: string | Partial<{
796
+ $gt?: string | undefined;
797
+ $gte?: string | undefined;
798
+ $lt?: string | undefined;
799
+ $lte?: string | undefined;
800
+ $ne?: string | undefined;
801
+ $in: string | string[];
802
+ $nin: string | string[];
803
+ } & {}> | undefined;
723
804
  traderId?: string | Partial<{
724
805
  $gt: string;
725
806
  $gte: string;
@@ -771,6 +852,15 @@ export declare const tradersPodsEventsQueryResolver: import("@feathersjs/schema"
771
852
  $in: string | string[];
772
853
  $nin: string | string[];
773
854
  } & {}> | undefined;
855
+ status?: string | Partial<{
856
+ $gt?: string | undefined;
857
+ $gte?: string | undefined;
858
+ $lt?: string | undefined;
859
+ $lte?: string | undefined;
860
+ $ne?: string | undefined;
861
+ $in: string | string[];
862
+ $nin: string | string[];
863
+ } & {}> | undefined;
774
864
  traderId?: string | Partial<{
775
865
  $gt: string;
776
866
  $gte: string;
@@ -1,6 +1,6 @@
1
1
  import type { Params } from '@feathersjs/feathers';
2
+ import type { MongoDBAdapterOptions, MongoDBAdapterParams } from '@feathersjs/mongodb';
2
3
  import { MongoDBService } from '@feathersjs/mongodb';
3
- import type { MongoDBAdapterParams, MongoDBAdapterOptions } from '@feathersjs/mongodb';
4
4
  import type { Application } from '../../../declarations';
5
5
  import type { TradersPods, TradersPodsData, TradersPodsPatch, TradersPodsQuery } from './pods.schema';
6
6
  export type { TradersPods, TradersPodsData, TradersPodsPatch, TradersPodsQuery };