@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.
- package/lib/{services → src/services}/exchanges/balance/balance.schema.d.ts +28 -4
- package/lib/{services → src/services}/exchanges/download/download.class.d.ts +1 -1
- package/lib/{services → src/services}/exchanges/download/download.d.ts +1 -0
- package/lib/{services → src/services}/exchanges/download/download.schema.d.ts +28 -4
- package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.class.d.ts +1 -1
- package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.d.ts +1 -0
- package/lib/{services → src/services}/exchanges/exchanges.class.d.ts +1 -1
- package/lib/{services → src/services}/exchanges/exchanges.schema.d.ts +246 -90
- package/lib/{services → src/services}/exchanges/ticker/ticker.class.d.ts +1 -1
- package/lib/{services → src/services}/exchanges/ticker/ticker.schema.d.ts +28 -4
- package/lib/{services → src/services}/homepage/homepage.schema.d.ts +17 -1
- package/lib/{services → src/services}/marketplaces/marketplaces.class.d.ts +1 -1
- package/lib/{services → src/services}/markets/markets.class.d.ts +1 -1
- package/lib/{services → src/services}/messages/messages.class.d.ts +1 -1
- package/lib/{services → src/services}/strategies/ai/ai.class.d.ts +1 -1
- package/lib/{services → src/services}/strategies/backtest/backtest.class.d.ts +1 -1
- package/lib/{services → src/services}/strategies/backtest/backtest.schema.d.ts +92 -92
- package/lib/{services → src/services}/strategies/hyperopt/hyperopt.d.ts +1 -0
- package/lib/{services → src/services}/strategies/indicators/indicators.class.d.ts +1 -1
- package/lib/{services → src/services}/strategies/strategies.class.d.ts +1 -1
- package/lib/{services → src/services}/strategies/strategies.schema.d.ts +117 -35
- package/lib/{services → src/services}/strategies/templates/templates.class.d.ts +1 -1
- package/lib/{services → src/services}/traders/pods/api/api.schema.d.ts +164 -140
- package/lib/{services → src/services}/traders/pods/events/events.class.d.ts +1 -1
- package/lib/{services → src/services}/traders/pods/events/events.d.ts +1 -0
- package/lib/{services → src/services}/traders/pods/events/events.schema.d.ts +93 -3
- package/lib/{services → src/services}/traders/pods/pods.class.d.ts +1 -1
- package/lib/{services → src/services}/traders/pods/pods.schema.d.ts +84 -60
- package/lib/{services → src/services}/traders/pods/webhooks/webhooks.class.d.ts +1 -1
- package/lib/{services → src/services}/traders/pods/webhooks/webhooks.d.ts +1 -0
- package/lib/{services → src/services}/traders/traders.schema.d.ts +263 -131
- package/lib/{services → src/services}/users/users.schema.d.ts +185 -3
- package/package.json +13 -10
- package/readme.md +50 -2
- package/lib/app.d.ts +0 -4
- package/lib/authentication.d.ts +0 -8
- package/lib/channels.d.ts +0 -3
- package/lib/client.d.ts +0 -87
- package/lib/configuration.d.ts +0 -226
- package/lib/declarations.d.ts +0 -16
- package/lib/firebase-push-notification.d.ts +0 -1
- package/lib/helper.d.ts +0 -22
- package/lib/helpers/app.helper.d.ts +0 -17
- package/lib/helpers/backtest.helper.d.ts +0 -61
- package/lib/helpers/ccxt.helper.d.ts +0 -92
- package/lib/helpers/deployments.helper.d.ts +0 -84
- package/lib/helpers/funnel.helper.d.ts +0 -19
- package/lib/helpers/handlebars.helper.d.ts +0 -25
- package/lib/helpers/hyperopt.helper.d.ts +0 -22
- package/lib/helpers/logging.helper.d.ts +0 -9
- package/lib/helpers/push-notification.helper.d.ts +0 -8
- package/lib/helpers/queue.helper.d.ts +0 -13
- package/lib/helpers/rules.helper.d.ts +0 -13
- package/lib/helpers/sqlite3.helper.d.ts +0 -6
- package/lib/helpers/sqs.helper.d.ts +0 -7
- package/lib/helpers/subscription.helper.d.ts +0 -48
- package/lib/helpers/telegram.helper.d.ts +0 -32
- package/lib/helpers/trader.helper.d.ts +0 -38
- package/lib/hooks/application/setup-ccxt-load-marketplaces-mocked.d.ts +0 -3
- package/lib/hooks/application/setup-ccxt-load-marketplaces.d.ts +0 -2
- package/lib/hooks/application/setup-ccxt-load-markets.d.ts +0 -2
- package/lib/hooks/application/setup-config-preparation.d.ts +0 -3
- package/lib/hooks/application/setup-fs.d.ts +0 -3
- package/lib/hooks/application/setup-info.d.ts +0 -3
- package/lib/hooks/application/setup-load-indicators.d.ts +0 -3
- package/lib/hooks/application/setup-load-strategy-templates.d.ts +0 -3
- package/lib/hooks/backtest-copy-candles-from-user-data.d.ts +0 -2
- package/lib/hooks/backtest-generate-and-queue.d.ts +0 -2
- package/lib/hooks/backtest-generate-config.d.ts +0 -8
- package/lib/hooks/backtest-generate-exchange-config.d.ts +0 -8
- package/lib/hooks/backtest-get-results.d.ts +0 -14
- package/lib/hooks/backtest-in-disk-clone-strategy.d.ts +0 -2
- package/lib/hooks/backtest-validate.d.ts +0 -2
- package/lib/hooks/bootstrap-user-exchanges.d.ts +0 -2
- package/lib/hooks/bootstrap-user-strategies.d.ts +0 -2
- package/lib/hooks/bootstrap-user-traders.d.ts +0 -2
- package/lib/hooks/check-required-credentials.d.ts +0 -2
- package/lib/hooks/enrich-webhook-to-event.d.ts +0 -2
- package/lib/hooks/exchanges/after-create-ccxt-balances-propagate-to-exchange.d.ts +0 -2
- package/lib/hooks/exchanges/after-find-ccxt-load-markets.d.ts +0 -2
- package/lib/hooks/exchanges/after-get-whitelist-blacklist-transform.d.ts +0 -2
- package/lib/hooks/exchanges/before-create-ccxt-get-balances.d.ts +0 -2
- package/lib/hooks/exchanges/before-patch-blacklist-validation-per-exchange.d.ts +0 -2
- package/lib/hooks/exchanges/before-patch-ccxt-connect-exchange.d.ts +0 -2
- package/lib/hooks/exchanges/before-patch-ccxt-load-markets.d.ts +0 -2
- package/lib/hooks/exchanges/before-patch-whitelist-blacklist-transform.d.ts +0 -2
- package/lib/hooks/exchanges/before-patch-whitelist-blacklist-validate.d.ts +0 -2
- package/lib/hooks/exchanges/download/after-create-get-recent-downloaded-data-info.d.ts +0 -2
- package/lib/hooks/exchanges/download/before-create-generate-config.d.ts +0 -2
- package/lib/hooks/exchanges/download/before-create-process-exchange-data-download.d.ts +0 -2
- package/lib/hooks/file-generate-config-hyperopt.d.ts +0 -2
- package/lib/hooks/hyperopt-generate-and-queue.d.ts +0 -2
- package/lib/hooks/hyperopt-generate-exchange-config.d.ts +0 -8
- package/lib/hooks/hyperopt-get-results.d.ts +0 -2
- package/lib/hooks/hyperopt-in-disk-clone-strategy.d.ts +0 -2
- package/lib/hooks/hyperopt-track-usage.d.ts +0 -2
- package/lib/hooks/init-data-folder.d.ts +0 -2
- package/lib/hooks/log-error.d.ts +0 -2
- package/lib/hooks/messages/messages-process-data.d.ts +0 -2
- package/lib/hooks/openai-process-request.d.ts +0 -2
- package/lib/hooks/pairs-transform.d.ts +0 -2
- package/lib/hooks/remove-container.d.ts +0 -2
- package/lib/hooks/revenuecat-is-subscription-active.d.ts +0 -2
- package/lib/hooks/set-default-strategy.d.ts +0 -2
- package/lib/hooks/setup-aws-sdk.d.ts +0 -2
- package/lib/hooks/setup-cronjobs.d.ts +0 -2
- package/lib/hooks/setup-ensure-image.d.ts +0 -3
- package/lib/hooks/setup-firebase.d.ts +0 -2
- package/lib/hooks/setup-homepage.d.ts +0 -3
- package/lib/hooks/setup-mautic.d.ts +0 -3
- package/lib/hooks/setup-mixpanel.d.ts +0 -3
- package/lib/hooks/setup-prepare-maildev-while-in-test-env.d.ts +0 -3
- package/lib/hooks/setup-queues.d.ts +0 -3
- package/lib/hooks/setup-stripe.d.ts +0 -2
- package/lib/hooks/setup-telegram-client.d.ts +0 -3
- package/lib/hooks/sqlite-reset-database.d.ts +0 -2
- package/lib/hooks/strategies/disk-create-strategy.d.ts +0 -2
- package/lib/hooks/strategies/disk-remove-strategy.d.ts +0 -2
- package/lib/hooks/strategies/file-strategies-clone.d.ts +0 -2
- package/lib/hooks/stripe-check-subscription.d.ts +0 -2
- package/lib/hooks/stripe-create-payment-intent.d.ts +0 -2
- package/lib/hooks/stripe-is-subscription-active.d.ts +0 -2
- package/lib/hooks/stripe-sync-customer-data.d.ts +0 -2
- package/lib/hooks/telegram-create-group.d.ts +0 -2
- package/lib/hooks/telegram-delete-group.d.ts +0 -2
- package/lib/hooks/telegram-update-group.d.ts +0 -2
- package/lib/hooks/tickers-fetch.d.ts +0 -2
- package/lib/hooks/traders/after-patch-file-candles-clone.d.ts +0 -2
- package/lib/hooks/traders/before-patch-folders-initialize.d.ts +0 -2
- package/lib/hooks/traders/before-patch-transform-pairlist-plugins.d.ts +0 -2
- package/lib/hooks/traders/container-api-control.d.ts +0 -2
- package/lib/hooks/traders/container-stop.d.ts +0 -2
- package/lib/hooks/traders/create-trader-container.d.ts +0 -2
- package/lib/hooks/traders/generate-exchange-config.d.ts +0 -2
- package/lib/hooks/traders/generate-trader-config.d.ts +0 -2
- package/lib/hooks/traders/pods-container-inspect.d.ts +0 -2
- package/lib/hooks/traders/pods-process-worker.d.ts +0 -7
- package/lib/hooks/users/email-verify-signup.d.ts +0 -2
- package/lib/index.d.ts +0 -1
- package/lib/logger.d.ts +0 -1
- package/lib/mongodb.d.ts +0 -8
- package/lib/prepare-for-publish.d.ts +0 -1
- package/lib/sentry.d.ts +0 -2
- package/lib/telegram-get-credentials.d.ts +0 -1
- package/lib/validators.d.ts +0 -3
- package/{readme.client.md → README.md} +0 -0
- package/lib/{client.js → src/client.js} +0 -0
- package/lib/{services → src/services}/auth-management/auth-management.class.d.ts +0 -0
- package/lib/{services → src/services}/auth-management/auth-management.d.ts +0 -0
- package/lib/{services → src/services}/auth-management/auth-management.shared.d.ts +0 -0
- package/lib/{services → src/services}/auth-management/auth-management.shared.js +0 -0
- package/lib/{services → src/services}/auth-management/auth-management.utils.d.ts +0 -0
- package/lib/{services → src/services}/config/config.class.d.ts +0 -0
- package/lib/{services → src/services}/config/config.d.ts +0 -0
- package/lib/{services → src/services}/config/config.shared.d.ts +0 -0
- package/lib/{services → src/services}/config/config.shared.js +0 -0
- package/lib/{services → src/services}/custom/custom.class.d.ts +0 -0
- package/lib/{services → src/services}/custom/custom.d.ts +0 -0
- package/lib/{services → src/services}/custom/custom.shared.d.ts +0 -0
- package/lib/{services → src/services}/custom/custom.shared.js +0 -0
- package/lib/{services → src/services}/exchanges/balance/balance.class.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/balance/balance.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/balance/balance.shared.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/balance/balance.shared.js +0 -0
- package/lib/{services → src/services}/exchanges/download/download.shared.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/download/download.shared.js +0 -0
- package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.schema.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.shared.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.shared.js +0 -0
- package/lib/{services → src/services}/exchanges/exchanges.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/exchanges.shared.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/exchanges.shared.js +0 -0
- package/lib/{services → src/services}/exchanges/ticker/ticker.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/ticker/ticker.shared.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/ticker/ticker.shared.js +0 -0
- package/lib/{services → src/services}/homepage/homepage.class.d.ts +1 -1
- package/lib/{services → src/services}/homepage/homepage.d.ts +0 -0
- package/lib/{services → src/services}/homepage/homepage.shared.d.ts +0 -0
- package/lib/{services → src/services}/homepage/homepage.shared.js +0 -0
- package/lib/{services → src/services}/index.d.ts +0 -0
- package/lib/{services → src/services}/mailer/mailer.class.d.ts +0 -0
- package/lib/{services → src/services}/mailer/mailer.d.ts +0 -0
- package/lib/{services → src/services}/mailer/mailer.shared.d.ts +0 -0
- package/lib/{services → src/services}/mailer/mailer.shared.js +0 -0
- package/lib/{services → src/services}/marketplaces/marketplaces.d.ts +0 -0
- package/lib/{services → src/services}/marketplaces/marketplaces.shared.d.ts +0 -0
- package/lib/{services → src/services}/marketplaces/marketplaces.shared.js +0 -0
- package/lib/{services → src/services}/markets/markets.d.ts +0 -0
- package/lib/{services → src/services}/markets/markets.schema.d.ts +0 -0
- package/lib/{services → src/services}/markets/markets.shared.d.ts +0 -0
- package/lib/{services → src/services}/markets/markets.shared.js +0 -0
- package/lib/{services → src/services}/messages/messages.d.ts +0 -0
- package/lib/{services → src/services}/messages/messages.schema.d.ts +0 -0
- package/lib/{services → src/services}/messages/messages.shared.d.ts +0 -0
- package/lib/{services → src/services}/messages/messages.shared.js +0 -0
- package/lib/{services → src/services}/strategies/ai/ai.d.ts +0 -0
- package/lib/{services → src/services}/strategies/ai/ai.schema.d.ts +0 -0
- package/lib/{services → src/services}/strategies/ai/ai.shared.d.ts +0 -0
- package/lib/{services → src/services}/strategies/ai/ai.shared.js +0 -0
- package/lib/{services → src/services}/strategies/ai/stream/stream.class.d.ts +0 -0
- package/lib/{services → src/services}/strategies/ai/stream/stream.d.ts +0 -0
- package/lib/{services → src/services}/strategies/ai/stream/stream.shared.d.ts +0 -0
- package/lib/{services → src/services}/strategies/ai/stream/stream.shared.js +0 -0
- package/lib/{services → src/services}/strategies/backtest/backtest.d.ts +0 -0
- package/lib/{services → src/services}/strategies/backtest/backtest.shared.d.ts +0 -0
- package/lib/{services → src/services}/strategies/backtest/backtest.shared.js +0 -0
- package/lib/{services → src/services}/strategies/backtest/results/results.class.d.ts +0 -0
- package/lib/{services → src/services}/strategies/backtest/results/results.d.ts +0 -0
- package/lib/{services → src/services}/strategies/backtest/results/results.schema.d.ts +0 -0
- package/lib/{services → src/services}/strategies/backtest/results/results.shared.d.ts +0 -0
- package/lib/{services → src/services}/strategies/backtest/results/results.shared.js +0 -0
- package/lib/{services → src/services}/strategies/blob/blob.class.d.ts +0 -0
- package/lib/{services → src/services}/strategies/blob/blob.d.ts +0 -0
- package/lib/{services → src/services}/strategies/blob/blob.shared.d.ts +0 -0
- package/lib/{services → src/services}/strategies/blob/blob.shared.js +0 -0
- package/lib/{services → src/services}/strategies/hyperopt/hyperopt.class.d.ts +0 -0
- package/lib/{services → src/services}/strategies/hyperopt/hyperopt.schema.d.ts +8 -8
- /package/lib/{services → src/services}/strategies/hyperopt/hyperopt.shared.d.ts +0 -0
- /package/lib/{services → src/services}/strategies/hyperopt/hyperopt.shared.js +0 -0
- /package/lib/{services → src/services}/strategies/indicators/indicators.d.ts +0 -0
- /package/lib/{services → src/services}/strategies/indicators/indicators.schema.d.ts +0 -0
- /package/lib/{services → src/services}/strategies/indicators/indicators.shared.d.ts +0 -0
- /package/lib/{services → src/services}/strategies/indicators/indicators.shared.js +0 -0
- /package/lib/{services → src/services}/strategies/strategies.d.ts +0 -0
- /package/lib/{services → src/services}/strategies/strategies.shared.d.ts +0 -0
- /package/lib/{services → src/services}/strategies/strategies.shared.js +0 -0
- /package/lib/{services → src/services}/strategies/templates/templates.d.ts +0 -0
- /package/lib/{services → src/services}/strategies/templates/templates.schema.d.ts +0 -0
- /package/lib/{services → src/services}/strategies/templates/templates.shared.d.ts +0 -0
- /package/lib/{services → src/services}/strategies/templates/templates.shared.js +0 -0
- /package/lib/{services → src/services}/stripe/charges/charges.class.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/charges/charges.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/charges/charges.shared.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/charges/charges.shared.js +0 -0
- /package/lib/{services → src/services}/stripe/customers/cards/cards.class.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/cards/cards.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/cards/cards.shared.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/cards/cards.shared.js +0 -0
- /package/lib/{services → src/services}/stripe/customers/customers.class.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/customers.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/customers.shared.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/customers.shared.js +0 -0
- /package/lib/{services → src/services}/stripe/customers/paymentintent/paymentintent.class.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/paymentintent/paymentintent.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/paymentintent/paymentintent.shared.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/paymentintent/paymentintent.shared.js +0 -0
- /package/lib/{services → src/services}/stripe/customers/paymentmethods/paymentmethods.class.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/paymentmethods/paymentmethods.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/paymentmethods/paymentmethods.shared.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/paymentmethods/paymentmethods.shared.js +0 -0
- /package/lib/{services → src/services}/stripe/customers/subscriptions/subscriptions.class.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/subscriptions/subscriptions.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/subscriptions/subscriptions.shared.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/subscriptions/subscriptions.shared.js +0 -0
- /package/lib/{services → src/services}/stripe/products/products.class.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/products/products.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/products/products.shared.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/products/products.shared.js +0 -0
- /package/lib/{services → src/services}/stripe/webhooks/webhooks.class.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/webhooks/webhooks.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/webhooks/webhooks.shared.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/webhooks/webhooks.shared.js +0 -0
- /package/lib/{services → src/services}/traders/pods/api/api.class.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/api/api.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/api/api.shared.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/api/api.shared.js +0 -0
- /package/lib/{services → src/services}/traders/pods/blob/blob.class.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/blob/blob.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/blob/blob.shared.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/blob/blob.shared.js +0 -0
- /package/lib/{services → src/services}/traders/pods/events/events.shared.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/events/events.shared.js +0 -0
- /package/lib/{services → src/services}/traders/pods/pods.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/pods.shared.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/pods.shared.js +0 -0
- /package/lib/{services → src/services}/traders/pods/webhooks/webhooks.schema.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/webhooks/webhooks.shared.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/webhooks/webhooks.shared.js +0 -0
- /package/lib/{services → src/services}/traders/traders.class.d.ts +0 -0
- /package/lib/{services → src/services}/traders/traders.d.ts +0 -0
- /package/lib/{services → src/services}/traders/traders.shared.d.ts +0 -0
- /package/lib/{services → src/services}/traders/traders.shared.js +0 -0
- /package/lib/{services → src/services}/users/users.class.d.ts +0 -0
- /package/lib/{services → src/services}/users/users.d.ts +0 -0
- /package/lib/{services → src/services}/users/users.helper.d.ts +0 -0
- /package/lib/{services → src/services}/users/users.shared.d.ts +0 -0
- /package/lib/{services → src/services}/users/users.shared.js +0 -0
- /package/lib/{services → src/services}/version/version.class.d.ts +0 -0
- /package/lib/{services → src/services}/version/version.d.ts +0 -0
- /package/lib/{services → src/services}/version/version.shared.d.ts +0 -0
- /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 };
|