@cryptorobot.ai/client 0.0.36 → 0.0.38
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/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/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/ticker/ticker.class.d.ts +1 -1
- package/lib/{services → src/services}/homepage/homepage.schema.d.ts +8 -0
- 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 +36 -36
- 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/templates/templates.class.d.ts +1 -1
- package/lib/{services → src/services}/traders/pods/api/api.schema.d.ts +112 -112
- 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 +85 -3
- package/lib/{services → src/services}/traders/pods/pods.class.d.ts +1 -1
- 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}/users/users.schema.d.ts +185 -3
- package/package.json +7 -36
- 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 -227
- 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 -93
- 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/mailer.helper.d.ts +0 -14
- package/lib/helpers/push-notification.helper.d.ts +0 -8
- package/lib/helpers/queue.helper.d.ts +0 -13
- package/lib/helpers/reports.helper.d.ts +0 -5
- 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 -40
- 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/get-pods-container-inspect.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/hooks/whitelist-set-default-by-volume.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 +0 -4
- 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.schema.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.schema.d.ts +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.schema.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.schema.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 +4 -4
- 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.schema.d.ts +24 -24
- 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.class.d.ts +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.schema.d.ts +40 -40
- 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.schema.d.ts +16 -16
- /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
|
@@ -833,8 +833,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
833
833
|
fiat_currency: string;
|
|
834
834
|
};
|
|
835
835
|
webhookentrycancel: {
|
|
836
|
-
limit: string;
|
|
837
836
|
userId: string;
|
|
837
|
+
limit: string;
|
|
838
838
|
stake_currency: string;
|
|
839
839
|
stake_amount: string;
|
|
840
840
|
event: string;
|
|
@@ -855,8 +855,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
855
855
|
open_date: string;
|
|
856
856
|
};
|
|
857
857
|
webhookexit: {
|
|
858
|
-
limit: string;
|
|
859
858
|
userId: string;
|
|
859
|
+
limit: string;
|
|
860
860
|
stake_currency: string;
|
|
861
861
|
event: string;
|
|
862
862
|
traderId: any;
|
|
@@ -873,8 +873,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
873
873
|
order_type: string;
|
|
874
874
|
};
|
|
875
875
|
webhookexitcancel: {
|
|
876
|
-
limit: string;
|
|
877
876
|
userId: string;
|
|
877
|
+
limit: string;
|
|
878
878
|
stake_currency: string;
|
|
879
879
|
event: string;
|
|
880
880
|
traderId: any;
|
|
@@ -901,10 +901,10 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
901
901
|
key: string;
|
|
902
902
|
createdAt: any;
|
|
903
903
|
updatedAt: any;
|
|
904
|
+
"traders/pods": any;
|
|
904
905
|
userId: any;
|
|
905
906
|
connected: boolean;
|
|
906
907
|
which: string;
|
|
907
|
-
"traders/pods": any;
|
|
908
908
|
exchange: any;
|
|
909
909
|
exchangeId: any;
|
|
910
910
|
stake_currency: string;
|
|
@@ -945,7 +945,6 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
945
945
|
_id?: string | {} | undefined;
|
|
946
946
|
createdAt?: any;
|
|
947
947
|
updatedAt?: any;
|
|
948
|
-
userId?: string | {} | undefined;
|
|
949
948
|
'strategies/templates'?: {
|
|
950
949
|
_id?: string | {} | undefined;
|
|
951
950
|
createdAt?: any;
|
|
@@ -955,6 +954,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
955
954
|
description: string;
|
|
956
955
|
type: string;
|
|
957
956
|
} | undefined;
|
|
957
|
+
userId?: string | {} | undefined;
|
|
958
958
|
file?: any;
|
|
959
959
|
templateId?: string | {} | undefined;
|
|
960
960
|
interval?: "1m" | "5m" | "30m" | "2h" | "6h" | "12h" | "1d" | "1w" | undefined;
|
|
@@ -987,8 +987,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
987
987
|
max_allowed_drawdown?: unknown;
|
|
988
988
|
only_per_pair?: unknown;
|
|
989
989
|
enabled: boolean;
|
|
990
|
-
type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
|
|
991
990
|
method: "CooldownPeriod" | "LowProfitPairs" | "StoplossGuard" | "MaxDrawdown";
|
|
991
|
+
type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
|
|
992
992
|
}[] | undefined;
|
|
993
993
|
buywhen?: {
|
|
994
994
|
value?: number | undefined;
|
|
@@ -1088,8 +1088,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1088
1088
|
fiat_currency: string;
|
|
1089
1089
|
};
|
|
1090
1090
|
webhookentrycancel: {
|
|
1091
|
-
limit: string;
|
|
1092
1091
|
userId: string;
|
|
1092
|
+
limit: string;
|
|
1093
1093
|
stake_currency: string;
|
|
1094
1094
|
stake_amount: string;
|
|
1095
1095
|
event: string;
|
|
@@ -1110,8 +1110,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1110
1110
|
open_date: string;
|
|
1111
1111
|
};
|
|
1112
1112
|
webhookexit: {
|
|
1113
|
-
limit: string;
|
|
1114
1113
|
userId: string;
|
|
1114
|
+
limit: string;
|
|
1115
1115
|
stake_currency: string;
|
|
1116
1116
|
event: string;
|
|
1117
1117
|
traderId: any;
|
|
@@ -1128,8 +1128,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1128
1128
|
order_type: string;
|
|
1129
1129
|
};
|
|
1130
1130
|
webhookexitcancel: {
|
|
1131
|
-
limit: string;
|
|
1132
1131
|
userId: string;
|
|
1132
|
+
limit: string;
|
|
1133
1133
|
stake_currency: string;
|
|
1134
1134
|
event: string;
|
|
1135
1135
|
traderId: any;
|
|
@@ -1156,10 +1156,10 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1156
1156
|
key: string;
|
|
1157
1157
|
createdAt: any;
|
|
1158
1158
|
updatedAt: any;
|
|
1159
|
+
"traders/pods": any;
|
|
1159
1160
|
userId: any;
|
|
1160
1161
|
connected: boolean;
|
|
1161
1162
|
which: string;
|
|
1162
|
-
"traders/pods": any;
|
|
1163
1163
|
exchange: any;
|
|
1164
1164
|
exchangeId: any;
|
|
1165
1165
|
stake_currency: string;
|
|
@@ -1274,8 +1274,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1274
1274
|
fiat_currency: string;
|
|
1275
1275
|
};
|
|
1276
1276
|
webhookentrycancel: {
|
|
1277
|
-
limit: string;
|
|
1278
1277
|
userId: string;
|
|
1278
|
+
limit: string;
|
|
1279
1279
|
stake_currency: string;
|
|
1280
1280
|
stake_amount: string;
|
|
1281
1281
|
event: string;
|
|
@@ -1296,8 +1296,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1296
1296
|
open_date: string;
|
|
1297
1297
|
};
|
|
1298
1298
|
webhookexit: {
|
|
1299
|
-
limit: string;
|
|
1300
1299
|
userId: string;
|
|
1300
|
+
limit: string;
|
|
1301
1301
|
stake_currency: string;
|
|
1302
1302
|
event: string;
|
|
1303
1303
|
traderId: any;
|
|
@@ -1314,8 +1314,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1314
1314
|
order_type: string;
|
|
1315
1315
|
};
|
|
1316
1316
|
webhookexitcancel: {
|
|
1317
|
-
limit: string;
|
|
1318
1317
|
userId: string;
|
|
1318
|
+
limit: string;
|
|
1319
1319
|
stake_currency: string;
|
|
1320
1320
|
event: string;
|
|
1321
1321
|
traderId: any;
|
|
@@ -1342,10 +1342,10 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1342
1342
|
key: string;
|
|
1343
1343
|
createdAt: any;
|
|
1344
1344
|
updatedAt: any;
|
|
1345
|
+
"traders/pods": any;
|
|
1345
1346
|
userId: any;
|
|
1346
1347
|
connected: boolean;
|
|
1347
1348
|
which: string;
|
|
1348
|
-
"traders/pods": any;
|
|
1349
1349
|
exchange: any;
|
|
1350
1350
|
exchangeId: any;
|
|
1351
1351
|
stake_currency: string;
|
|
@@ -1388,8 +1388,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1388
1388
|
updatedAt: any;
|
|
1389
1389
|
userId: any;
|
|
1390
1390
|
traderId: any;
|
|
1391
|
-
action: string;
|
|
1392
1391
|
result: any;
|
|
1392
|
+
action: string;
|
|
1393
1393
|
}, HookContext<TradersPodsApiService<import("./api.class").TradersPodsApiParams>>>;
|
|
1394
1394
|
export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema").Resolver<{
|
|
1395
1395
|
'traders/pods'?: Partial<{
|
|
@@ -1527,8 +1527,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1527
1527
|
fiat_currency: string;
|
|
1528
1528
|
};
|
|
1529
1529
|
webhookentrycancel: {
|
|
1530
|
-
limit: string;
|
|
1531
1530
|
userId: string;
|
|
1531
|
+
limit: string;
|
|
1532
1532
|
stake_currency: string;
|
|
1533
1533
|
stake_amount: string;
|
|
1534
1534
|
event: string;
|
|
@@ -1549,8 +1549,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1549
1549
|
open_date: string;
|
|
1550
1550
|
};
|
|
1551
1551
|
webhookexit: {
|
|
1552
|
-
limit: string;
|
|
1553
1552
|
userId: string;
|
|
1553
|
+
limit: string;
|
|
1554
1554
|
stake_currency: string;
|
|
1555
1555
|
event: string;
|
|
1556
1556
|
traderId: any;
|
|
@@ -1567,8 +1567,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1567
1567
|
order_type: string;
|
|
1568
1568
|
};
|
|
1569
1569
|
webhookexitcancel: {
|
|
1570
|
-
limit: string;
|
|
1571
1570
|
userId: string;
|
|
1571
|
+
limit: string;
|
|
1572
1572
|
stake_currency: string;
|
|
1573
1573
|
event: string;
|
|
1574
1574
|
traderId: any;
|
|
@@ -1595,10 +1595,10 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1595
1595
|
key: string;
|
|
1596
1596
|
createdAt: any;
|
|
1597
1597
|
updatedAt: any;
|
|
1598
|
+
"traders/pods": any;
|
|
1598
1599
|
userId: any;
|
|
1599
1600
|
connected: boolean;
|
|
1600
1601
|
which: string;
|
|
1601
|
-
"traders/pods": any;
|
|
1602
1602
|
exchange: any;
|
|
1603
1603
|
exchangeId: any;
|
|
1604
1604
|
stake_currency: string;
|
|
@@ -1639,7 +1639,6 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1639
1639
|
_id?: string | {} | undefined;
|
|
1640
1640
|
createdAt?: any;
|
|
1641
1641
|
updatedAt?: any;
|
|
1642
|
-
userId?: string | {} | undefined;
|
|
1643
1642
|
'strategies/templates'?: {
|
|
1644
1643
|
_id?: string | {} | undefined;
|
|
1645
1644
|
createdAt?: any;
|
|
@@ -1649,6 +1648,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1649
1648
|
description: string;
|
|
1650
1649
|
type: string;
|
|
1651
1650
|
} | undefined;
|
|
1651
|
+
userId?: string | {} | undefined;
|
|
1652
1652
|
file?: any;
|
|
1653
1653
|
templateId?: string | {} | undefined;
|
|
1654
1654
|
interval?: "1m" | "5m" | "30m" | "2h" | "6h" | "12h" | "1d" | "1w" | undefined;
|
|
@@ -1681,8 +1681,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1681
1681
|
max_allowed_drawdown?: unknown;
|
|
1682
1682
|
only_per_pair?: unknown;
|
|
1683
1683
|
enabled: boolean;
|
|
1684
|
-
type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
|
|
1685
1684
|
method: "CooldownPeriod" | "LowProfitPairs" | "StoplossGuard" | "MaxDrawdown";
|
|
1685
|
+
type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
|
|
1686
1686
|
}[] | undefined;
|
|
1687
1687
|
buywhen?: {
|
|
1688
1688
|
value?: number | undefined;
|
|
@@ -1782,8 +1782,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1782
1782
|
fiat_currency: string;
|
|
1783
1783
|
};
|
|
1784
1784
|
webhookentrycancel: {
|
|
1785
|
-
limit: string;
|
|
1786
1785
|
userId: string;
|
|
1786
|
+
limit: string;
|
|
1787
1787
|
stake_currency: string;
|
|
1788
1788
|
stake_amount: string;
|
|
1789
1789
|
event: string;
|
|
@@ -1804,8 +1804,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1804
1804
|
open_date: string;
|
|
1805
1805
|
};
|
|
1806
1806
|
webhookexit: {
|
|
1807
|
-
limit: string;
|
|
1808
1807
|
userId: string;
|
|
1808
|
+
limit: string;
|
|
1809
1809
|
stake_currency: string;
|
|
1810
1810
|
event: string;
|
|
1811
1811
|
traderId: any;
|
|
@@ -1822,8 +1822,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1822
1822
|
order_type: string;
|
|
1823
1823
|
};
|
|
1824
1824
|
webhookexitcancel: {
|
|
1825
|
-
limit: string;
|
|
1826
1825
|
userId: string;
|
|
1826
|
+
limit: string;
|
|
1827
1827
|
stake_currency: string;
|
|
1828
1828
|
event: string;
|
|
1829
1829
|
traderId: any;
|
|
@@ -1850,10 +1850,10 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1850
1850
|
key: string;
|
|
1851
1851
|
createdAt: any;
|
|
1852
1852
|
updatedAt: any;
|
|
1853
|
+
"traders/pods": any;
|
|
1853
1854
|
userId: any;
|
|
1854
1855
|
connected: boolean;
|
|
1855
1856
|
which: string;
|
|
1856
|
-
"traders/pods": any;
|
|
1857
1857
|
exchange: any;
|
|
1858
1858
|
exchangeId: any;
|
|
1859
1859
|
stake_currency: string;
|
|
@@ -1968,8 +1968,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1968
1968
|
fiat_currency: string;
|
|
1969
1969
|
};
|
|
1970
1970
|
webhookentrycancel: {
|
|
1971
|
-
limit: string;
|
|
1972
1971
|
userId: string;
|
|
1972
|
+
limit: string;
|
|
1973
1973
|
stake_currency: string;
|
|
1974
1974
|
stake_amount: string;
|
|
1975
1975
|
event: string;
|
|
@@ -1990,8 +1990,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1990
1990
|
open_date: string;
|
|
1991
1991
|
};
|
|
1992
1992
|
webhookexit: {
|
|
1993
|
-
limit: string;
|
|
1994
1993
|
userId: string;
|
|
1994
|
+
limit: string;
|
|
1995
1995
|
stake_currency: string;
|
|
1996
1996
|
event: string;
|
|
1997
1997
|
traderId: any;
|
|
@@ -2008,8 +2008,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
2008
2008
|
order_type: string;
|
|
2009
2009
|
};
|
|
2010
2010
|
webhookexitcancel: {
|
|
2011
|
-
limit: string;
|
|
2012
2011
|
userId: string;
|
|
2012
|
+
limit: string;
|
|
2013
2013
|
stake_currency: string;
|
|
2014
2014
|
event: string;
|
|
2015
2015
|
traderId: any;
|
|
@@ -2036,10 +2036,10 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
2036
2036
|
key: string;
|
|
2037
2037
|
createdAt: any;
|
|
2038
2038
|
updatedAt: any;
|
|
2039
|
+
"traders/pods": any;
|
|
2039
2040
|
userId: any;
|
|
2040
2041
|
connected: boolean;
|
|
2041
2042
|
which: string;
|
|
2042
|
-
"traders/pods": any;
|
|
2043
2043
|
exchange: any;
|
|
2044
2044
|
exchangeId: any;
|
|
2045
2045
|
stake_currency: string;
|
|
@@ -2082,8 +2082,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
2082
2082
|
updatedAt: any;
|
|
2083
2083
|
userId: any;
|
|
2084
2084
|
traderId: any;
|
|
2085
|
-
action: string;
|
|
2086
2085
|
result: any;
|
|
2086
|
+
action: string;
|
|
2087
2087
|
}, HookContext<TradersPodsApiService<import("./api.class").TradersPodsApiParams>>>;
|
|
2088
2088
|
export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
2089
2089
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -2917,8 +2917,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2917
2917
|
fiat_currency: string;
|
|
2918
2918
|
};
|
|
2919
2919
|
webhookentrycancel: {
|
|
2920
|
-
limit: string;
|
|
2921
2920
|
userId: string;
|
|
2921
|
+
limit: string;
|
|
2922
2922
|
stake_currency: string;
|
|
2923
2923
|
stake_amount: string;
|
|
2924
2924
|
event: string;
|
|
@@ -2939,8 +2939,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2939
2939
|
open_date: string;
|
|
2940
2940
|
};
|
|
2941
2941
|
webhookexit: {
|
|
2942
|
-
limit: string;
|
|
2943
2942
|
userId: string;
|
|
2943
|
+
limit: string;
|
|
2944
2944
|
stake_currency: string;
|
|
2945
2945
|
event: string;
|
|
2946
2946
|
traderId: any;
|
|
@@ -2957,8 +2957,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2957
2957
|
order_type: string;
|
|
2958
2958
|
};
|
|
2959
2959
|
webhookexitcancel: {
|
|
2960
|
-
limit: string;
|
|
2961
2960
|
userId: string;
|
|
2961
|
+
limit: string;
|
|
2962
2962
|
stake_currency: string;
|
|
2963
2963
|
event: string;
|
|
2964
2964
|
traderId: any;
|
|
@@ -2985,10 +2985,10 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2985
2985
|
key: string;
|
|
2986
2986
|
createdAt: any;
|
|
2987
2987
|
updatedAt: any;
|
|
2988
|
+
"traders/pods": any;
|
|
2988
2989
|
userId: any;
|
|
2989
2990
|
connected: boolean;
|
|
2990
2991
|
which: string;
|
|
2991
|
-
"traders/pods": any;
|
|
2992
2992
|
exchange: any;
|
|
2993
2993
|
exchangeId: any;
|
|
2994
2994
|
stake_currency: string;
|
|
@@ -3029,7 +3029,6 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3029
3029
|
_id?: string | {} | undefined;
|
|
3030
3030
|
createdAt?: any;
|
|
3031
3031
|
updatedAt?: any;
|
|
3032
|
-
userId?: string | {} | undefined;
|
|
3033
3032
|
'strategies/templates'?: {
|
|
3034
3033
|
_id?: string | {} | undefined;
|
|
3035
3034
|
createdAt?: any;
|
|
@@ -3039,6 +3038,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3039
3038
|
description: string;
|
|
3040
3039
|
type: string;
|
|
3041
3040
|
} | undefined;
|
|
3041
|
+
userId?: string | {} | undefined;
|
|
3042
3042
|
file?: any;
|
|
3043
3043
|
templateId?: string | {} | undefined;
|
|
3044
3044
|
interval?: "1m" | "5m" | "30m" | "2h" | "6h" | "12h" | "1d" | "1w" | undefined;
|
|
@@ -3071,8 +3071,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3071
3071
|
max_allowed_drawdown?: unknown;
|
|
3072
3072
|
only_per_pair?: unknown;
|
|
3073
3073
|
enabled: boolean;
|
|
3074
|
-
type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
|
|
3075
3074
|
method: "CooldownPeriod" | "LowProfitPairs" | "StoplossGuard" | "MaxDrawdown";
|
|
3075
|
+
type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
|
|
3076
3076
|
}[] | undefined;
|
|
3077
3077
|
buywhen?: {
|
|
3078
3078
|
value?: number | undefined;
|
|
@@ -3172,8 +3172,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3172
3172
|
fiat_currency: string;
|
|
3173
3173
|
};
|
|
3174
3174
|
webhookentrycancel: {
|
|
3175
|
-
limit: string;
|
|
3176
3175
|
userId: string;
|
|
3176
|
+
limit: string;
|
|
3177
3177
|
stake_currency: string;
|
|
3178
3178
|
stake_amount: string;
|
|
3179
3179
|
event: string;
|
|
@@ -3194,8 +3194,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3194
3194
|
open_date: string;
|
|
3195
3195
|
};
|
|
3196
3196
|
webhookexit: {
|
|
3197
|
-
limit: string;
|
|
3198
3197
|
userId: string;
|
|
3198
|
+
limit: string;
|
|
3199
3199
|
stake_currency: string;
|
|
3200
3200
|
event: string;
|
|
3201
3201
|
traderId: any;
|
|
@@ -3212,8 +3212,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3212
3212
|
order_type: string;
|
|
3213
3213
|
};
|
|
3214
3214
|
webhookexitcancel: {
|
|
3215
|
-
limit: string;
|
|
3216
3215
|
userId: string;
|
|
3216
|
+
limit: string;
|
|
3217
3217
|
stake_currency: string;
|
|
3218
3218
|
event: string;
|
|
3219
3219
|
traderId: any;
|
|
@@ -3240,10 +3240,10 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3240
3240
|
key: string;
|
|
3241
3241
|
createdAt: any;
|
|
3242
3242
|
updatedAt: any;
|
|
3243
|
+
"traders/pods": any;
|
|
3243
3244
|
userId: any;
|
|
3244
3245
|
connected: boolean;
|
|
3245
3246
|
which: string;
|
|
3246
|
-
"traders/pods": any;
|
|
3247
3247
|
exchange: any;
|
|
3248
3248
|
exchangeId: any;
|
|
3249
3249
|
stake_currency: string;
|
|
@@ -3358,8 +3358,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3358
3358
|
fiat_currency: string;
|
|
3359
3359
|
};
|
|
3360
3360
|
webhookentrycancel: {
|
|
3361
|
-
limit: string;
|
|
3362
3361
|
userId: string;
|
|
3362
|
+
limit: string;
|
|
3363
3363
|
stake_currency: string;
|
|
3364
3364
|
stake_amount: string;
|
|
3365
3365
|
event: string;
|
|
@@ -3380,8 +3380,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3380
3380
|
open_date: string;
|
|
3381
3381
|
};
|
|
3382
3382
|
webhookexit: {
|
|
3383
|
-
limit: string;
|
|
3384
3383
|
userId: string;
|
|
3384
|
+
limit: string;
|
|
3385
3385
|
stake_currency: string;
|
|
3386
3386
|
event: string;
|
|
3387
3387
|
traderId: any;
|
|
@@ -3398,8 +3398,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3398
3398
|
order_type: string;
|
|
3399
3399
|
};
|
|
3400
3400
|
webhookexitcancel: {
|
|
3401
|
-
limit: string;
|
|
3402
3401
|
userId: string;
|
|
3402
|
+
limit: string;
|
|
3403
3403
|
stake_currency: string;
|
|
3404
3404
|
event: string;
|
|
3405
3405
|
traderId: any;
|
|
@@ -3426,10 +3426,10 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3426
3426
|
key: string;
|
|
3427
3427
|
createdAt: any;
|
|
3428
3428
|
updatedAt: any;
|
|
3429
|
+
"traders/pods": any;
|
|
3429
3430
|
userId: any;
|
|
3430
3431
|
connected: boolean;
|
|
3431
3432
|
which: string;
|
|
3432
|
-
"traders/pods": any;
|
|
3433
3433
|
exchange: any;
|
|
3434
3434
|
exchangeId: any;
|
|
3435
3435
|
stake_currency: string;
|
|
@@ -3472,8 +3472,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3472
3472
|
updatedAt: any;
|
|
3473
3473
|
userId: any;
|
|
3474
3474
|
traderId: any;
|
|
3475
|
-
action: string;
|
|
3476
3475
|
result: any;
|
|
3476
|
+
action: string;
|
|
3477
3477
|
}, HookContext<TradersPodsApiService<import("./api.class").TradersPodsApiParams>>>;
|
|
3478
3478
|
export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
3479
3479
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -4307,8 +4307,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4307
4307
|
fiat_currency: string;
|
|
4308
4308
|
};
|
|
4309
4309
|
webhookentrycancel: {
|
|
4310
|
-
limit: string;
|
|
4311
4310
|
userId: string;
|
|
4311
|
+
limit: string;
|
|
4312
4312
|
stake_currency: string;
|
|
4313
4313
|
stake_amount: string;
|
|
4314
4314
|
event: string;
|
|
@@ -4329,8 +4329,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4329
4329
|
open_date: string;
|
|
4330
4330
|
};
|
|
4331
4331
|
webhookexit: {
|
|
4332
|
-
limit: string;
|
|
4333
4332
|
userId: string;
|
|
4333
|
+
limit: string;
|
|
4334
4334
|
stake_currency: string;
|
|
4335
4335
|
event: string;
|
|
4336
4336
|
traderId: any;
|
|
@@ -4347,8 +4347,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4347
4347
|
order_type: string;
|
|
4348
4348
|
};
|
|
4349
4349
|
webhookexitcancel: {
|
|
4350
|
-
limit: string;
|
|
4351
4350
|
userId: string;
|
|
4351
|
+
limit: string;
|
|
4352
4352
|
stake_currency: string;
|
|
4353
4353
|
event: string;
|
|
4354
4354
|
traderId: any;
|
|
@@ -4375,10 +4375,10 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4375
4375
|
key: string;
|
|
4376
4376
|
createdAt: any;
|
|
4377
4377
|
updatedAt: any;
|
|
4378
|
+
"traders/pods": any;
|
|
4378
4379
|
userId: any;
|
|
4379
4380
|
connected: boolean;
|
|
4380
4381
|
which: string;
|
|
4381
|
-
"traders/pods": any;
|
|
4382
4382
|
exchange: any;
|
|
4383
4383
|
exchangeId: any;
|
|
4384
4384
|
stake_currency: string;
|
|
@@ -4419,7 +4419,6 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4419
4419
|
_id?: string | {} | undefined;
|
|
4420
4420
|
createdAt?: any;
|
|
4421
4421
|
updatedAt?: any;
|
|
4422
|
-
userId?: string | {} | undefined;
|
|
4423
4422
|
'strategies/templates'?: {
|
|
4424
4423
|
_id?: string | {} | undefined;
|
|
4425
4424
|
createdAt?: any;
|
|
@@ -4429,6 +4428,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4429
4428
|
description: string;
|
|
4430
4429
|
type: string;
|
|
4431
4430
|
} | undefined;
|
|
4431
|
+
userId?: string | {} | undefined;
|
|
4432
4432
|
file?: any;
|
|
4433
4433
|
templateId?: string | {} | undefined;
|
|
4434
4434
|
interval?: "1m" | "5m" | "30m" | "2h" | "6h" | "12h" | "1d" | "1w" | undefined;
|
|
@@ -4461,8 +4461,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4461
4461
|
max_allowed_drawdown?: unknown;
|
|
4462
4462
|
only_per_pair?: unknown;
|
|
4463
4463
|
enabled: boolean;
|
|
4464
|
-
type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
|
|
4465
4464
|
method: "CooldownPeriod" | "LowProfitPairs" | "StoplossGuard" | "MaxDrawdown";
|
|
4465
|
+
type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
|
|
4466
4466
|
}[] | undefined;
|
|
4467
4467
|
buywhen?: {
|
|
4468
4468
|
value?: number | undefined;
|
|
@@ -4562,8 +4562,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4562
4562
|
fiat_currency: string;
|
|
4563
4563
|
};
|
|
4564
4564
|
webhookentrycancel: {
|
|
4565
|
-
limit: string;
|
|
4566
4565
|
userId: string;
|
|
4566
|
+
limit: string;
|
|
4567
4567
|
stake_currency: string;
|
|
4568
4568
|
stake_amount: string;
|
|
4569
4569
|
event: string;
|
|
@@ -4584,8 +4584,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4584
4584
|
open_date: string;
|
|
4585
4585
|
};
|
|
4586
4586
|
webhookexit: {
|
|
4587
|
-
limit: string;
|
|
4588
4587
|
userId: string;
|
|
4588
|
+
limit: string;
|
|
4589
4589
|
stake_currency: string;
|
|
4590
4590
|
event: string;
|
|
4591
4591
|
traderId: any;
|
|
@@ -4602,8 +4602,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4602
4602
|
order_type: string;
|
|
4603
4603
|
};
|
|
4604
4604
|
webhookexitcancel: {
|
|
4605
|
-
limit: string;
|
|
4606
4605
|
userId: string;
|
|
4606
|
+
limit: string;
|
|
4607
4607
|
stake_currency: string;
|
|
4608
4608
|
event: string;
|
|
4609
4609
|
traderId: any;
|
|
@@ -4630,10 +4630,10 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4630
4630
|
key: string;
|
|
4631
4631
|
createdAt: any;
|
|
4632
4632
|
updatedAt: any;
|
|
4633
|
+
"traders/pods": any;
|
|
4633
4634
|
userId: any;
|
|
4634
4635
|
connected: boolean;
|
|
4635
4636
|
which: string;
|
|
4636
|
-
"traders/pods": any;
|
|
4637
4637
|
exchange: any;
|
|
4638
4638
|
exchangeId: any;
|
|
4639
4639
|
stake_currency: string;
|
|
@@ -4748,8 +4748,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4748
4748
|
fiat_currency: string;
|
|
4749
4749
|
};
|
|
4750
4750
|
webhookentrycancel: {
|
|
4751
|
-
limit: string;
|
|
4752
4751
|
userId: string;
|
|
4752
|
+
limit: string;
|
|
4753
4753
|
stake_currency: string;
|
|
4754
4754
|
stake_amount: string;
|
|
4755
4755
|
event: string;
|
|
@@ -4770,8 +4770,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4770
4770
|
open_date: string;
|
|
4771
4771
|
};
|
|
4772
4772
|
webhookexit: {
|
|
4773
|
-
limit: string;
|
|
4774
4773
|
userId: string;
|
|
4774
|
+
limit: string;
|
|
4775
4775
|
stake_currency: string;
|
|
4776
4776
|
event: string;
|
|
4777
4777
|
traderId: any;
|
|
@@ -4788,8 +4788,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4788
4788
|
order_type: string;
|
|
4789
4789
|
};
|
|
4790
4790
|
webhookexitcancel: {
|
|
4791
|
-
limit: string;
|
|
4792
4791
|
userId: string;
|
|
4792
|
+
limit: string;
|
|
4793
4793
|
stake_currency: string;
|
|
4794
4794
|
event: string;
|
|
4795
4795
|
traderId: any;
|
|
@@ -4816,10 +4816,10 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4816
4816
|
key: string;
|
|
4817
4817
|
createdAt: any;
|
|
4818
4818
|
updatedAt: any;
|
|
4819
|
+
"traders/pods": any;
|
|
4819
4820
|
userId: any;
|
|
4820
4821
|
connected: boolean;
|
|
4821
4822
|
which: string;
|
|
4822
|
-
"traders/pods": any;
|
|
4823
4823
|
exchange: any;
|
|
4824
4824
|
exchangeId: any;
|
|
4825
4825
|
stake_currency: string;
|
|
@@ -4862,8 +4862,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4862
4862
|
updatedAt: any;
|
|
4863
4863
|
userId: any;
|
|
4864
4864
|
traderId: any;
|
|
4865
|
-
action: string;
|
|
4866
4865
|
result: any;
|
|
4866
|
+
action: string;
|
|
4867
4867
|
}, HookContext<TradersPodsApiService<import("./api.class").TradersPodsApiParams>>>;
|
|
4868
4868
|
export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
4869
4869
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -5567,10 +5567,10 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5567
5567
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
5568
5568
|
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
5569
5569
|
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
5570
|
-
action: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
5571
5570
|
result: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
5571
|
+
action: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
5572
5572
|
}>;
|
|
5573
|
-
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "userId" | "traderId" | "
|
|
5573
|
+
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "userId" | "traderId" | "result" | "action")[]>;
|
|
5574
5574
|
$and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
5575
5575
|
_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<{
|
|
5576
5576
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -5616,17 +5616,6 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5616
5616
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5617
5617
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5618
5618
|
} | undefined>]>>]>>;
|
|
5619
|
-
action: 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<{
|
|
5620
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
5621
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
5622
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
5623
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
5624
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
5625
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5626
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5627
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
5628
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5629
|
-
} | undefined>]>>]>>;
|
|
5630
5619
|
result: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
5631
5620
|
$gt: import("@feathersjs/typebox").TAny;
|
|
5632
5621
|
$gte: import("@feathersjs/typebox").TAny;
|
|
@@ -5638,6 +5627,17 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5638
5627
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5639
5628
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5640
5629
|
} | undefined>]>>]>>;
|
|
5630
|
+
action: 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<{
|
|
5631
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
5632
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
5633
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
5634
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
5635
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
5636
|
+
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5637
|
+
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5638
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
5639
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5640
|
+
} | undefined>]>>]>>;
|
|
5641
5641
|
}>>, import("@feathersjs/typebox").TObject<{
|
|
5642
5642
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
5643
5643
|
_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<{
|
|
@@ -5684,17 +5684,6 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5684
5684
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5685
5685
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5686
5686
|
} | undefined>]>>]>>;
|
|
5687
|
-
action: 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<{
|
|
5688
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
5689
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
5690
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
5691
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
5692
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
5693
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5694
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5695
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
5696
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5697
|
-
} | undefined>]>>]>>;
|
|
5698
5687
|
result: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
5699
5688
|
$gt: import("@feathersjs/typebox").TAny;
|
|
5700
5689
|
$gte: import("@feathersjs/typebox").TAny;
|
|
@@ -5706,6 +5695,17 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5706
5695
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5707
5696
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5708
5697
|
} | undefined>]>>]>>;
|
|
5698
|
+
action: 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<{
|
|
5699
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
5700
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
5701
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
5702
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
5703
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
5704
|
+
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5705
|
+
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5706
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
5707
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5708
|
+
} | undefined>]>>]>>;
|
|
5709
5709
|
}>>>;
|
|
5710
5710
|
}>]>>;
|
|
5711
5711
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
@@ -5753,17 +5753,6 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5753
5753
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5754
5754
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5755
5755
|
} | undefined>]>>]>>;
|
|
5756
|
-
action: 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<{
|
|
5757
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
5758
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
5759
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
5760
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
5761
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
5762
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5763
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5764
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
5765
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5766
|
-
} | undefined>]>>]>>;
|
|
5767
5756
|
result: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
5768
5757
|
$gt: import("@feathersjs/typebox").TAny;
|
|
5769
5758
|
$gte: import("@feathersjs/typebox").TAny;
|
|
@@ -5775,6 +5764,17 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5775
5764
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5776
5765
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5777
5766
|
} | undefined>]>>]>>;
|
|
5767
|
+
action: 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<{
|
|
5768
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
5769
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
5770
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
5771
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
5772
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
5773
|
+
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5774
|
+
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5775
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
5776
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5777
|
+
} | undefined>]>>]>>;
|
|
5778
5778
|
}>>>;
|
|
5779
5779
|
}>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
5780
5780
|
_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<{
|
|
@@ -5821,17 +5821,6 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5821
5821
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5822
5822
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5823
5823
|
} | undefined>]>>]>>;
|
|
5824
|
-
action: 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<{
|
|
5825
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
5826
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
5827
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
5828
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
5829
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
5830
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5831
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5832
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
5833
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5834
|
-
} | undefined>]>>]>>;
|
|
5835
5824
|
result: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
5836
5825
|
$gt: import("@feathersjs/typebox").TAny;
|
|
5837
5826
|
$gte: import("@feathersjs/typebox").TAny;
|
|
@@ -5843,6 +5832,17 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5843
5832
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5844
5833
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5845
5834
|
} | undefined>]>>]>>;
|
|
5835
|
+
action: 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<{
|
|
5836
|
+
$gt: import("@feathersjs/typebox").TString<string>;
|
|
5837
|
+
$gte: import("@feathersjs/typebox").TString<string>;
|
|
5838
|
+
$lt: import("@feathersjs/typebox").TString<string>;
|
|
5839
|
+
$lte: import("@feathersjs/typebox").TString<string>;
|
|
5840
|
+
$ne: import("@feathersjs/typebox").TString<string>;
|
|
5841
|
+
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5842
|
+
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5843
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
5844
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5845
|
+
} | undefined>]>>]>>;
|
|
5846
5846
|
}>>]>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
5847
5847
|
export type TradersPodsApiQuery = Static<typeof tradersPodsApiQuerySchema>;
|
|
5848
5848
|
export declare const tradersPodsApiQueryValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
@@ -5854,10 +5854,10 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5854
5854
|
createdAt?: number | undefined;
|
|
5855
5855
|
userId?: number | undefined;
|
|
5856
5856
|
traderId?: number | undefined;
|
|
5857
|
-
action?: number | undefined;
|
|
5858
5857
|
result?: number | undefined;
|
|
5858
|
+
action?: number | undefined;
|
|
5859
5859
|
};
|
|
5860
|
-
$select: ("_id" | "createdAt" | "userId" | "traderId" | "
|
|
5860
|
+
$select: ("_id" | "createdAt" | "userId" | "traderId" | "result" | "action")[];
|
|
5861
5861
|
$and: ({
|
|
5862
5862
|
_id?: string | {} | Partial<{
|
|
5863
5863
|
$gt: string | {};
|
|
@@ -5871,6 +5871,7 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5871
5871
|
createdAt?: any;
|
|
5872
5872
|
userId?: any;
|
|
5873
5873
|
traderId?: any;
|
|
5874
|
+
result?: any;
|
|
5874
5875
|
action?: string | Partial<{
|
|
5875
5876
|
$gt: string;
|
|
5876
5877
|
$gte: string;
|
|
@@ -5880,7 +5881,6 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5880
5881
|
$in: string | string[];
|
|
5881
5882
|
$nin: string | string[];
|
|
5882
5883
|
} & {}> | undefined;
|
|
5883
|
-
result?: any;
|
|
5884
5884
|
} | {
|
|
5885
5885
|
$or: {
|
|
5886
5886
|
_id?: string | {} | Partial<{
|
|
@@ -5895,6 +5895,7 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5895
5895
|
createdAt?: any;
|
|
5896
5896
|
userId?: any;
|
|
5897
5897
|
traderId?: any;
|
|
5898
|
+
result?: any;
|
|
5898
5899
|
action?: string | Partial<{
|
|
5899
5900
|
$gt: string;
|
|
5900
5901
|
$gte: string;
|
|
@@ -5904,7 +5905,6 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5904
5905
|
$in: string | string[];
|
|
5905
5906
|
$nin: string | string[];
|
|
5906
5907
|
} & {}> | undefined;
|
|
5907
|
-
result?: any;
|
|
5908
5908
|
}[];
|
|
5909
5909
|
})[];
|
|
5910
5910
|
$or: {
|
|
@@ -5920,6 +5920,7 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5920
5920
|
createdAt?: any;
|
|
5921
5921
|
userId?: any;
|
|
5922
5922
|
traderId?: any;
|
|
5923
|
+
result?: any;
|
|
5923
5924
|
action?: string | Partial<{
|
|
5924
5925
|
$gt: string;
|
|
5925
5926
|
$gte: string;
|
|
@@ -5929,7 +5930,6 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5929
5930
|
$in: string | string[];
|
|
5930
5931
|
$nin: string | string[];
|
|
5931
5932
|
} & {}> | undefined;
|
|
5932
|
-
result?: any;
|
|
5933
5933
|
}[];
|
|
5934
5934
|
}> & {
|
|
5935
5935
|
_id?: string | {} | Partial<{
|
|
@@ -5944,6 +5944,7 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5944
5944
|
createdAt?: any;
|
|
5945
5945
|
userId?: any;
|
|
5946
5946
|
traderId?: any;
|
|
5947
|
+
result?: any;
|
|
5947
5948
|
action?: string | Partial<{
|
|
5948
5949
|
$gt: string;
|
|
5949
5950
|
$gte: string;
|
|
@@ -5953,5 +5954,4 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5953
5954
|
$in: string | string[];
|
|
5954
5955
|
$nin: string | string[];
|
|
5955
5956
|
} & {}> | undefined;
|
|
5956
|
-
result?: any;
|
|
5957
5957
|
} & {}, HookContext<TradersPodsApiService<import("./api.class").TradersPodsApiParams>>>;
|