@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
|
@@ -411,6 +411,9 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
411
411
|
whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
|
|
412
412
|
ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
413
413
|
which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
414
|
+
stakeCurrencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
|
|
415
|
+
popularStakeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
416
|
+
notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
414
417
|
apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
415
418
|
secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
416
419
|
requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -713,6 +716,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
713
716
|
updatedAt?: any;
|
|
714
717
|
error?: any;
|
|
715
718
|
login?: string | undefined;
|
|
719
|
+
userId?: string | {} | undefined;
|
|
716
720
|
connected?: boolean | undefined;
|
|
717
721
|
downloaded?: {
|
|
718
722
|
updatedAt: any;
|
|
@@ -742,12 +746,14 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
742
746
|
whitelist?: any[] | undefined;
|
|
743
747
|
ccxt_async_config?: any;
|
|
744
748
|
which?: string | undefined;
|
|
749
|
+
stakeCurrencies?: any[] | undefined;
|
|
750
|
+
popularStakeCurrency?: string | null | undefined;
|
|
751
|
+
notifyAboutWhitelistByEmail?: boolean | undefined;
|
|
745
752
|
requiredCredentials?: any;
|
|
746
753
|
uid?: string | undefined;
|
|
747
754
|
twofa?: string | undefined;
|
|
748
755
|
privateKey?: string | undefined;
|
|
749
756
|
walletAddress?: string | undefined;
|
|
750
|
-
userId?: string | {} | undefined;
|
|
751
757
|
__v?: any;
|
|
752
758
|
}>;
|
|
753
759
|
exchangeId: string;
|
|
@@ -789,6 +795,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
789
795
|
balance_dust_level: number;
|
|
790
796
|
} | undefined;
|
|
791
797
|
_id?: string | {} | undefined;
|
|
798
|
+
running?: boolean | undefined;
|
|
792
799
|
plugins?: {
|
|
793
800
|
number_assets?: number | undefined;
|
|
794
801
|
refresh_period?: number | undefined;
|
|
@@ -805,7 +812,6 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
805
812
|
exit: number;
|
|
806
813
|
} | undefined;
|
|
807
814
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
808
|
-
running?: boolean | undefined;
|
|
809
815
|
tradable_balance_ratio?: number | undefined;
|
|
810
816
|
webhook?: {
|
|
811
817
|
url: string;
|
|
@@ -827,8 +833,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
827
833
|
fiat_currency: string;
|
|
828
834
|
};
|
|
829
835
|
webhookentrycancel: {
|
|
830
|
-
limit: string;
|
|
831
836
|
userId: string;
|
|
837
|
+
limit: string;
|
|
832
838
|
stake_currency: string;
|
|
833
839
|
stake_amount: string;
|
|
834
840
|
event: string;
|
|
@@ -849,8 +855,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
849
855
|
open_date: string;
|
|
850
856
|
};
|
|
851
857
|
webhookexit: {
|
|
852
|
-
limit: string;
|
|
853
858
|
userId: string;
|
|
859
|
+
limit: string;
|
|
854
860
|
stake_currency: string;
|
|
855
861
|
event: string;
|
|
856
862
|
traderId: any;
|
|
@@ -867,8 +873,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
867
873
|
order_type: string;
|
|
868
874
|
};
|
|
869
875
|
webhookexitcancel: {
|
|
870
|
-
limit: string;
|
|
871
876
|
userId: string;
|
|
877
|
+
limit: string;
|
|
872
878
|
stake_currency: string;
|
|
873
879
|
event: string;
|
|
874
880
|
traderId: any;
|
|
@@ -895,10 +901,10 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
895
901
|
key: string;
|
|
896
902
|
createdAt: any;
|
|
897
903
|
updatedAt: any;
|
|
904
|
+
"traders/pods": any;
|
|
905
|
+
userId: any;
|
|
898
906
|
connected: boolean;
|
|
899
907
|
which: string;
|
|
900
|
-
userId: any;
|
|
901
|
-
"traders/pods": any;
|
|
902
908
|
exchange: any;
|
|
903
909
|
exchangeId: any;
|
|
904
910
|
stake_currency: string;
|
|
@@ -939,7 +945,6 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
939
945
|
_id?: string | {} | undefined;
|
|
940
946
|
createdAt?: any;
|
|
941
947
|
updatedAt?: any;
|
|
942
|
-
userId?: string | {} | undefined;
|
|
943
948
|
'strategies/templates'?: {
|
|
944
949
|
_id?: string | {} | undefined;
|
|
945
950
|
createdAt?: any;
|
|
@@ -949,6 +954,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
949
954
|
description: string;
|
|
950
955
|
type: string;
|
|
951
956
|
} | undefined;
|
|
957
|
+
userId?: string | {} | undefined;
|
|
952
958
|
file?: any;
|
|
953
959
|
templateId?: string | {} | undefined;
|
|
954
960
|
interval?: "1m" | "5m" | "30m" | "2h" | "6h" | "12h" | "1d" | "1w" | undefined;
|
|
@@ -981,8 +987,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
981
987
|
max_allowed_drawdown?: unknown;
|
|
982
988
|
only_per_pair?: unknown;
|
|
983
989
|
enabled: boolean;
|
|
984
|
-
type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
|
|
985
990
|
method: "CooldownPeriod" | "LowProfitPairs" | "StoplossGuard" | "MaxDrawdown";
|
|
991
|
+
type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
|
|
986
992
|
}[] | undefined;
|
|
987
993
|
buywhen?: {
|
|
988
994
|
value?: number | undefined;
|
|
@@ -1044,6 +1050,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1044
1050
|
balance_dust_level: number;
|
|
1045
1051
|
} | undefined;
|
|
1046
1052
|
_id?: string | {} | undefined;
|
|
1053
|
+
running?: boolean | undefined;
|
|
1047
1054
|
plugins?: {
|
|
1048
1055
|
number_assets?: number | undefined;
|
|
1049
1056
|
refresh_period?: number | undefined;
|
|
@@ -1060,7 +1067,6 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1060
1067
|
exit: number;
|
|
1061
1068
|
} | undefined;
|
|
1062
1069
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
1063
|
-
running?: boolean | undefined;
|
|
1064
1070
|
tradable_balance_ratio?: number | undefined;
|
|
1065
1071
|
webhook?: {
|
|
1066
1072
|
url: string;
|
|
@@ -1082,8 +1088,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1082
1088
|
fiat_currency: string;
|
|
1083
1089
|
};
|
|
1084
1090
|
webhookentrycancel: {
|
|
1085
|
-
limit: string;
|
|
1086
1091
|
userId: string;
|
|
1092
|
+
limit: string;
|
|
1087
1093
|
stake_currency: string;
|
|
1088
1094
|
stake_amount: string;
|
|
1089
1095
|
event: string;
|
|
@@ -1104,8 +1110,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1104
1110
|
open_date: string;
|
|
1105
1111
|
};
|
|
1106
1112
|
webhookexit: {
|
|
1107
|
-
limit: string;
|
|
1108
1113
|
userId: string;
|
|
1114
|
+
limit: string;
|
|
1109
1115
|
stake_currency: string;
|
|
1110
1116
|
event: string;
|
|
1111
1117
|
traderId: any;
|
|
@@ -1122,8 +1128,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1122
1128
|
order_type: string;
|
|
1123
1129
|
};
|
|
1124
1130
|
webhookexitcancel: {
|
|
1125
|
-
limit: string;
|
|
1126
1131
|
userId: string;
|
|
1132
|
+
limit: string;
|
|
1127
1133
|
stake_currency: string;
|
|
1128
1134
|
event: string;
|
|
1129
1135
|
traderId: any;
|
|
@@ -1150,10 +1156,10 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1150
1156
|
key: string;
|
|
1151
1157
|
createdAt: any;
|
|
1152
1158
|
updatedAt: any;
|
|
1159
|
+
"traders/pods": any;
|
|
1160
|
+
userId: any;
|
|
1153
1161
|
connected: boolean;
|
|
1154
1162
|
which: string;
|
|
1155
|
-
userId: any;
|
|
1156
|
-
"traders/pods": any;
|
|
1157
1163
|
exchange: any;
|
|
1158
1164
|
exchangeId: any;
|
|
1159
1165
|
stake_currency: string;
|
|
@@ -1230,6 +1236,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1230
1236
|
balance_dust_level: number;
|
|
1231
1237
|
} | undefined;
|
|
1232
1238
|
_id?: string | {} | undefined;
|
|
1239
|
+
running?: boolean | undefined;
|
|
1233
1240
|
plugins?: {
|
|
1234
1241
|
number_assets?: number | undefined;
|
|
1235
1242
|
refresh_period?: number | undefined;
|
|
@@ -1246,7 +1253,6 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1246
1253
|
exit: number;
|
|
1247
1254
|
} | undefined;
|
|
1248
1255
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
1249
|
-
running?: boolean | undefined;
|
|
1250
1256
|
tradable_balance_ratio?: number | undefined;
|
|
1251
1257
|
webhook?: {
|
|
1252
1258
|
url: string;
|
|
@@ -1268,8 +1274,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1268
1274
|
fiat_currency: string;
|
|
1269
1275
|
};
|
|
1270
1276
|
webhookentrycancel: {
|
|
1271
|
-
limit: string;
|
|
1272
1277
|
userId: string;
|
|
1278
|
+
limit: string;
|
|
1273
1279
|
stake_currency: string;
|
|
1274
1280
|
stake_amount: string;
|
|
1275
1281
|
event: string;
|
|
@@ -1290,8 +1296,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1290
1296
|
open_date: string;
|
|
1291
1297
|
};
|
|
1292
1298
|
webhookexit: {
|
|
1293
|
-
limit: string;
|
|
1294
1299
|
userId: string;
|
|
1300
|
+
limit: string;
|
|
1295
1301
|
stake_currency: string;
|
|
1296
1302
|
event: string;
|
|
1297
1303
|
traderId: any;
|
|
@@ -1308,8 +1314,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1308
1314
|
order_type: string;
|
|
1309
1315
|
};
|
|
1310
1316
|
webhookexitcancel: {
|
|
1311
|
-
limit: string;
|
|
1312
1317
|
userId: string;
|
|
1318
|
+
limit: string;
|
|
1313
1319
|
stake_currency: string;
|
|
1314
1320
|
event: string;
|
|
1315
1321
|
traderId: any;
|
|
@@ -1336,10 +1342,10 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1336
1342
|
key: string;
|
|
1337
1343
|
createdAt: any;
|
|
1338
1344
|
updatedAt: any;
|
|
1345
|
+
"traders/pods": any;
|
|
1346
|
+
userId: any;
|
|
1339
1347
|
connected: boolean;
|
|
1340
1348
|
which: string;
|
|
1341
|
-
userId: any;
|
|
1342
|
-
"traders/pods": any;
|
|
1343
1349
|
exchange: any;
|
|
1344
1350
|
exchangeId: any;
|
|
1345
1351
|
stake_currency: string;
|
|
@@ -1382,8 +1388,8 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1382
1388
|
updatedAt: any;
|
|
1383
1389
|
userId: any;
|
|
1384
1390
|
traderId: any;
|
|
1385
|
-
action: string;
|
|
1386
1391
|
result: any;
|
|
1392
|
+
action: string;
|
|
1387
1393
|
}, HookContext<TradersPodsApiService<import("./api.class").TradersPodsApiParams>>>;
|
|
1388
1394
|
export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema").Resolver<{
|
|
1389
1395
|
'traders/pods'?: Partial<{
|
|
@@ -1404,6 +1410,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1404
1410
|
updatedAt?: any;
|
|
1405
1411
|
error?: any;
|
|
1406
1412
|
login?: string | undefined;
|
|
1413
|
+
userId?: string | {} | undefined;
|
|
1407
1414
|
connected?: boolean | undefined;
|
|
1408
1415
|
downloaded?: {
|
|
1409
1416
|
updatedAt: any;
|
|
@@ -1433,12 +1440,14 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1433
1440
|
whitelist?: any[] | undefined;
|
|
1434
1441
|
ccxt_async_config?: any;
|
|
1435
1442
|
which?: string | undefined;
|
|
1443
|
+
stakeCurrencies?: any[] | undefined;
|
|
1444
|
+
popularStakeCurrency?: string | null | undefined;
|
|
1445
|
+
notifyAboutWhitelistByEmail?: boolean | undefined;
|
|
1436
1446
|
requiredCredentials?: any;
|
|
1437
1447
|
uid?: string | undefined;
|
|
1438
1448
|
twofa?: string | undefined;
|
|
1439
1449
|
privateKey?: string | undefined;
|
|
1440
1450
|
walletAddress?: string | undefined;
|
|
1441
|
-
userId?: string | {} | undefined;
|
|
1442
1451
|
__v?: any;
|
|
1443
1452
|
}>;
|
|
1444
1453
|
exchangeId: string;
|
|
@@ -1480,6 +1489,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1480
1489
|
balance_dust_level: number;
|
|
1481
1490
|
} | undefined;
|
|
1482
1491
|
_id?: string | {} | undefined;
|
|
1492
|
+
running?: boolean | undefined;
|
|
1483
1493
|
plugins?: {
|
|
1484
1494
|
number_assets?: number | undefined;
|
|
1485
1495
|
refresh_period?: number | undefined;
|
|
@@ -1496,7 +1506,6 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1496
1506
|
exit: number;
|
|
1497
1507
|
} | undefined;
|
|
1498
1508
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
1499
|
-
running?: boolean | undefined;
|
|
1500
1509
|
tradable_balance_ratio?: number | undefined;
|
|
1501
1510
|
webhook?: {
|
|
1502
1511
|
url: string;
|
|
@@ -1518,8 +1527,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1518
1527
|
fiat_currency: string;
|
|
1519
1528
|
};
|
|
1520
1529
|
webhookentrycancel: {
|
|
1521
|
-
limit: string;
|
|
1522
1530
|
userId: string;
|
|
1531
|
+
limit: string;
|
|
1523
1532
|
stake_currency: string;
|
|
1524
1533
|
stake_amount: string;
|
|
1525
1534
|
event: string;
|
|
@@ -1540,8 +1549,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1540
1549
|
open_date: string;
|
|
1541
1550
|
};
|
|
1542
1551
|
webhookexit: {
|
|
1543
|
-
limit: string;
|
|
1544
1552
|
userId: string;
|
|
1553
|
+
limit: string;
|
|
1545
1554
|
stake_currency: string;
|
|
1546
1555
|
event: string;
|
|
1547
1556
|
traderId: any;
|
|
@@ -1558,8 +1567,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1558
1567
|
order_type: string;
|
|
1559
1568
|
};
|
|
1560
1569
|
webhookexitcancel: {
|
|
1561
|
-
limit: string;
|
|
1562
1570
|
userId: string;
|
|
1571
|
+
limit: string;
|
|
1563
1572
|
stake_currency: string;
|
|
1564
1573
|
event: string;
|
|
1565
1574
|
traderId: any;
|
|
@@ -1586,10 +1595,10 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1586
1595
|
key: string;
|
|
1587
1596
|
createdAt: any;
|
|
1588
1597
|
updatedAt: any;
|
|
1598
|
+
"traders/pods": any;
|
|
1599
|
+
userId: any;
|
|
1589
1600
|
connected: boolean;
|
|
1590
1601
|
which: string;
|
|
1591
|
-
userId: any;
|
|
1592
|
-
"traders/pods": any;
|
|
1593
1602
|
exchange: any;
|
|
1594
1603
|
exchangeId: any;
|
|
1595
1604
|
stake_currency: string;
|
|
@@ -1630,7 +1639,6 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1630
1639
|
_id?: string | {} | undefined;
|
|
1631
1640
|
createdAt?: any;
|
|
1632
1641
|
updatedAt?: any;
|
|
1633
|
-
userId?: string | {} | undefined;
|
|
1634
1642
|
'strategies/templates'?: {
|
|
1635
1643
|
_id?: string | {} | undefined;
|
|
1636
1644
|
createdAt?: any;
|
|
@@ -1640,6 +1648,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1640
1648
|
description: string;
|
|
1641
1649
|
type: string;
|
|
1642
1650
|
} | undefined;
|
|
1651
|
+
userId?: string | {} | undefined;
|
|
1643
1652
|
file?: any;
|
|
1644
1653
|
templateId?: string | {} | undefined;
|
|
1645
1654
|
interval?: "1m" | "5m" | "30m" | "2h" | "6h" | "12h" | "1d" | "1w" | undefined;
|
|
@@ -1672,8 +1681,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1672
1681
|
max_allowed_drawdown?: unknown;
|
|
1673
1682
|
only_per_pair?: unknown;
|
|
1674
1683
|
enabled: boolean;
|
|
1675
|
-
type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
|
|
1676
1684
|
method: "CooldownPeriod" | "LowProfitPairs" | "StoplossGuard" | "MaxDrawdown";
|
|
1685
|
+
type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
|
|
1677
1686
|
}[] | undefined;
|
|
1678
1687
|
buywhen?: {
|
|
1679
1688
|
value?: number | undefined;
|
|
@@ -1735,6 +1744,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1735
1744
|
balance_dust_level: number;
|
|
1736
1745
|
} | undefined;
|
|
1737
1746
|
_id?: string | {} | undefined;
|
|
1747
|
+
running?: boolean | undefined;
|
|
1738
1748
|
plugins?: {
|
|
1739
1749
|
number_assets?: number | undefined;
|
|
1740
1750
|
refresh_period?: number | undefined;
|
|
@@ -1751,7 +1761,6 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1751
1761
|
exit: number;
|
|
1752
1762
|
} | undefined;
|
|
1753
1763
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
1754
|
-
running?: boolean | undefined;
|
|
1755
1764
|
tradable_balance_ratio?: number | undefined;
|
|
1756
1765
|
webhook?: {
|
|
1757
1766
|
url: string;
|
|
@@ -1773,8 +1782,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1773
1782
|
fiat_currency: string;
|
|
1774
1783
|
};
|
|
1775
1784
|
webhookentrycancel: {
|
|
1776
|
-
limit: string;
|
|
1777
1785
|
userId: string;
|
|
1786
|
+
limit: string;
|
|
1778
1787
|
stake_currency: string;
|
|
1779
1788
|
stake_amount: string;
|
|
1780
1789
|
event: string;
|
|
@@ -1795,8 +1804,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1795
1804
|
open_date: string;
|
|
1796
1805
|
};
|
|
1797
1806
|
webhookexit: {
|
|
1798
|
-
limit: string;
|
|
1799
1807
|
userId: string;
|
|
1808
|
+
limit: string;
|
|
1800
1809
|
stake_currency: string;
|
|
1801
1810
|
event: string;
|
|
1802
1811
|
traderId: any;
|
|
@@ -1813,8 +1822,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1813
1822
|
order_type: string;
|
|
1814
1823
|
};
|
|
1815
1824
|
webhookexitcancel: {
|
|
1816
|
-
limit: string;
|
|
1817
1825
|
userId: string;
|
|
1826
|
+
limit: string;
|
|
1818
1827
|
stake_currency: string;
|
|
1819
1828
|
event: string;
|
|
1820
1829
|
traderId: any;
|
|
@@ -1841,10 +1850,10 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1841
1850
|
key: string;
|
|
1842
1851
|
createdAt: any;
|
|
1843
1852
|
updatedAt: any;
|
|
1853
|
+
"traders/pods": any;
|
|
1854
|
+
userId: any;
|
|
1844
1855
|
connected: boolean;
|
|
1845
1856
|
which: string;
|
|
1846
|
-
userId: any;
|
|
1847
|
-
"traders/pods": any;
|
|
1848
1857
|
exchange: any;
|
|
1849
1858
|
exchangeId: any;
|
|
1850
1859
|
stake_currency: string;
|
|
@@ -1921,6 +1930,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1921
1930
|
balance_dust_level: number;
|
|
1922
1931
|
} | undefined;
|
|
1923
1932
|
_id?: string | {} | undefined;
|
|
1933
|
+
running?: boolean | undefined;
|
|
1924
1934
|
plugins?: {
|
|
1925
1935
|
number_assets?: number | undefined;
|
|
1926
1936
|
refresh_period?: number | undefined;
|
|
@@ -1937,7 +1947,6 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1937
1947
|
exit: number;
|
|
1938
1948
|
} | undefined;
|
|
1939
1949
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
1940
|
-
running?: boolean | undefined;
|
|
1941
1950
|
tradable_balance_ratio?: number | undefined;
|
|
1942
1951
|
webhook?: {
|
|
1943
1952
|
url: string;
|
|
@@ -1959,8 +1968,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1959
1968
|
fiat_currency: string;
|
|
1960
1969
|
};
|
|
1961
1970
|
webhookentrycancel: {
|
|
1962
|
-
limit: string;
|
|
1963
1971
|
userId: string;
|
|
1972
|
+
limit: string;
|
|
1964
1973
|
stake_currency: string;
|
|
1965
1974
|
stake_amount: string;
|
|
1966
1975
|
event: string;
|
|
@@ -1981,8 +1990,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1981
1990
|
open_date: string;
|
|
1982
1991
|
};
|
|
1983
1992
|
webhookexit: {
|
|
1984
|
-
limit: string;
|
|
1985
1993
|
userId: string;
|
|
1994
|
+
limit: string;
|
|
1986
1995
|
stake_currency: string;
|
|
1987
1996
|
event: string;
|
|
1988
1997
|
traderId: any;
|
|
@@ -1999,8 +2008,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1999
2008
|
order_type: string;
|
|
2000
2009
|
};
|
|
2001
2010
|
webhookexitcancel: {
|
|
2002
|
-
limit: string;
|
|
2003
2011
|
userId: string;
|
|
2012
|
+
limit: string;
|
|
2004
2013
|
stake_currency: string;
|
|
2005
2014
|
event: string;
|
|
2006
2015
|
traderId: any;
|
|
@@ -2027,10 +2036,10 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
2027
2036
|
key: string;
|
|
2028
2037
|
createdAt: any;
|
|
2029
2038
|
updatedAt: any;
|
|
2039
|
+
"traders/pods": any;
|
|
2040
|
+
userId: any;
|
|
2030
2041
|
connected: boolean;
|
|
2031
2042
|
which: string;
|
|
2032
|
-
userId: any;
|
|
2033
|
-
"traders/pods": any;
|
|
2034
2043
|
exchange: any;
|
|
2035
2044
|
exchangeId: any;
|
|
2036
2045
|
stake_currency: string;
|
|
@@ -2073,8 +2082,8 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
2073
2082
|
updatedAt: any;
|
|
2074
2083
|
userId: any;
|
|
2075
2084
|
traderId: any;
|
|
2076
|
-
action: string;
|
|
2077
2085
|
result: any;
|
|
2086
|
+
action: string;
|
|
2078
2087
|
}, HookContext<TradersPodsApiService<import("./api.class").TradersPodsApiParams>>>;
|
|
2079
2088
|
export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
2080
2089
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -2486,6 +2495,9 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
2486
2495
|
whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
|
|
2487
2496
|
ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2488
2497
|
which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2498
|
+
stakeCurrencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
|
|
2499
|
+
popularStakeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
2500
|
+
notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2489
2501
|
apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
2490
2502
|
secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
2491
2503
|
requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -2788,6 +2800,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2788
2800
|
updatedAt?: any;
|
|
2789
2801
|
error?: any;
|
|
2790
2802
|
login?: string | undefined;
|
|
2803
|
+
userId?: string | {} | undefined;
|
|
2791
2804
|
connected?: boolean | undefined;
|
|
2792
2805
|
downloaded?: {
|
|
2793
2806
|
updatedAt: any;
|
|
@@ -2817,12 +2830,14 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2817
2830
|
whitelist?: any[] | undefined;
|
|
2818
2831
|
ccxt_async_config?: any;
|
|
2819
2832
|
which?: string | undefined;
|
|
2833
|
+
stakeCurrencies?: any[] | undefined;
|
|
2834
|
+
popularStakeCurrency?: string | null | undefined;
|
|
2835
|
+
notifyAboutWhitelistByEmail?: boolean | undefined;
|
|
2820
2836
|
requiredCredentials?: any;
|
|
2821
2837
|
uid?: string | undefined;
|
|
2822
2838
|
twofa?: string | undefined;
|
|
2823
2839
|
privateKey?: string | undefined;
|
|
2824
2840
|
walletAddress?: string | undefined;
|
|
2825
|
-
userId?: string | {} | undefined;
|
|
2826
2841
|
__v?: any;
|
|
2827
2842
|
}>;
|
|
2828
2843
|
exchangeId: string;
|
|
@@ -2864,6 +2879,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2864
2879
|
balance_dust_level: number;
|
|
2865
2880
|
} | undefined;
|
|
2866
2881
|
_id?: string | {} | undefined;
|
|
2882
|
+
running?: boolean | undefined;
|
|
2867
2883
|
plugins?: {
|
|
2868
2884
|
number_assets?: number | undefined;
|
|
2869
2885
|
refresh_period?: number | undefined;
|
|
@@ -2880,7 +2896,6 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2880
2896
|
exit: number;
|
|
2881
2897
|
} | undefined;
|
|
2882
2898
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
2883
|
-
running?: boolean | undefined;
|
|
2884
2899
|
tradable_balance_ratio?: number | undefined;
|
|
2885
2900
|
webhook?: {
|
|
2886
2901
|
url: string;
|
|
@@ -2902,8 +2917,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2902
2917
|
fiat_currency: string;
|
|
2903
2918
|
};
|
|
2904
2919
|
webhookentrycancel: {
|
|
2905
|
-
limit: string;
|
|
2906
2920
|
userId: string;
|
|
2921
|
+
limit: string;
|
|
2907
2922
|
stake_currency: string;
|
|
2908
2923
|
stake_amount: string;
|
|
2909
2924
|
event: string;
|
|
@@ -2924,8 +2939,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2924
2939
|
open_date: string;
|
|
2925
2940
|
};
|
|
2926
2941
|
webhookexit: {
|
|
2927
|
-
limit: string;
|
|
2928
2942
|
userId: string;
|
|
2943
|
+
limit: string;
|
|
2929
2944
|
stake_currency: string;
|
|
2930
2945
|
event: string;
|
|
2931
2946
|
traderId: any;
|
|
@@ -2942,8 +2957,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2942
2957
|
order_type: string;
|
|
2943
2958
|
};
|
|
2944
2959
|
webhookexitcancel: {
|
|
2945
|
-
limit: string;
|
|
2946
2960
|
userId: string;
|
|
2961
|
+
limit: string;
|
|
2947
2962
|
stake_currency: string;
|
|
2948
2963
|
event: string;
|
|
2949
2964
|
traderId: any;
|
|
@@ -2970,10 +2985,10 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2970
2985
|
key: string;
|
|
2971
2986
|
createdAt: any;
|
|
2972
2987
|
updatedAt: any;
|
|
2988
|
+
"traders/pods": any;
|
|
2989
|
+
userId: any;
|
|
2973
2990
|
connected: boolean;
|
|
2974
2991
|
which: string;
|
|
2975
|
-
userId: any;
|
|
2976
|
-
"traders/pods": any;
|
|
2977
2992
|
exchange: any;
|
|
2978
2993
|
exchangeId: any;
|
|
2979
2994
|
stake_currency: string;
|
|
@@ -3014,7 +3029,6 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3014
3029
|
_id?: string | {} | undefined;
|
|
3015
3030
|
createdAt?: any;
|
|
3016
3031
|
updatedAt?: any;
|
|
3017
|
-
userId?: string | {} | undefined;
|
|
3018
3032
|
'strategies/templates'?: {
|
|
3019
3033
|
_id?: string | {} | undefined;
|
|
3020
3034
|
createdAt?: any;
|
|
@@ -3024,6 +3038,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3024
3038
|
description: string;
|
|
3025
3039
|
type: string;
|
|
3026
3040
|
} | undefined;
|
|
3041
|
+
userId?: string | {} | undefined;
|
|
3027
3042
|
file?: any;
|
|
3028
3043
|
templateId?: string | {} | undefined;
|
|
3029
3044
|
interval?: "1m" | "5m" | "30m" | "2h" | "6h" | "12h" | "1d" | "1w" | undefined;
|
|
@@ -3056,8 +3071,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3056
3071
|
max_allowed_drawdown?: unknown;
|
|
3057
3072
|
only_per_pair?: unknown;
|
|
3058
3073
|
enabled: boolean;
|
|
3059
|
-
type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
|
|
3060
3074
|
method: "CooldownPeriod" | "LowProfitPairs" | "StoplossGuard" | "MaxDrawdown";
|
|
3075
|
+
type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
|
|
3061
3076
|
}[] | undefined;
|
|
3062
3077
|
buywhen?: {
|
|
3063
3078
|
value?: number | undefined;
|
|
@@ -3119,6 +3134,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3119
3134
|
balance_dust_level: number;
|
|
3120
3135
|
} | undefined;
|
|
3121
3136
|
_id?: string | {} | undefined;
|
|
3137
|
+
running?: boolean | undefined;
|
|
3122
3138
|
plugins?: {
|
|
3123
3139
|
number_assets?: number | undefined;
|
|
3124
3140
|
refresh_period?: number | undefined;
|
|
@@ -3135,7 +3151,6 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3135
3151
|
exit: number;
|
|
3136
3152
|
} | undefined;
|
|
3137
3153
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
3138
|
-
running?: boolean | undefined;
|
|
3139
3154
|
tradable_balance_ratio?: number | undefined;
|
|
3140
3155
|
webhook?: {
|
|
3141
3156
|
url: string;
|
|
@@ -3157,8 +3172,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3157
3172
|
fiat_currency: string;
|
|
3158
3173
|
};
|
|
3159
3174
|
webhookentrycancel: {
|
|
3160
|
-
limit: string;
|
|
3161
3175
|
userId: string;
|
|
3176
|
+
limit: string;
|
|
3162
3177
|
stake_currency: string;
|
|
3163
3178
|
stake_amount: string;
|
|
3164
3179
|
event: string;
|
|
@@ -3179,8 +3194,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3179
3194
|
open_date: string;
|
|
3180
3195
|
};
|
|
3181
3196
|
webhookexit: {
|
|
3182
|
-
limit: string;
|
|
3183
3197
|
userId: string;
|
|
3198
|
+
limit: string;
|
|
3184
3199
|
stake_currency: string;
|
|
3185
3200
|
event: string;
|
|
3186
3201
|
traderId: any;
|
|
@@ -3197,8 +3212,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3197
3212
|
order_type: string;
|
|
3198
3213
|
};
|
|
3199
3214
|
webhookexitcancel: {
|
|
3200
|
-
limit: string;
|
|
3201
3215
|
userId: string;
|
|
3216
|
+
limit: string;
|
|
3202
3217
|
stake_currency: string;
|
|
3203
3218
|
event: string;
|
|
3204
3219
|
traderId: any;
|
|
@@ -3225,10 +3240,10 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3225
3240
|
key: string;
|
|
3226
3241
|
createdAt: any;
|
|
3227
3242
|
updatedAt: any;
|
|
3243
|
+
"traders/pods": any;
|
|
3244
|
+
userId: any;
|
|
3228
3245
|
connected: boolean;
|
|
3229
3246
|
which: string;
|
|
3230
|
-
userId: any;
|
|
3231
|
-
"traders/pods": any;
|
|
3232
3247
|
exchange: any;
|
|
3233
3248
|
exchangeId: any;
|
|
3234
3249
|
stake_currency: string;
|
|
@@ -3305,6 +3320,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3305
3320
|
balance_dust_level: number;
|
|
3306
3321
|
} | undefined;
|
|
3307
3322
|
_id?: string | {} | undefined;
|
|
3323
|
+
running?: boolean | undefined;
|
|
3308
3324
|
plugins?: {
|
|
3309
3325
|
number_assets?: number | undefined;
|
|
3310
3326
|
refresh_period?: number | undefined;
|
|
@@ -3321,7 +3337,6 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3321
3337
|
exit: number;
|
|
3322
3338
|
} | undefined;
|
|
3323
3339
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
3324
|
-
running?: boolean | undefined;
|
|
3325
3340
|
tradable_balance_ratio?: number | undefined;
|
|
3326
3341
|
webhook?: {
|
|
3327
3342
|
url: string;
|
|
@@ -3343,8 +3358,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3343
3358
|
fiat_currency: string;
|
|
3344
3359
|
};
|
|
3345
3360
|
webhookentrycancel: {
|
|
3346
|
-
limit: string;
|
|
3347
3361
|
userId: string;
|
|
3362
|
+
limit: string;
|
|
3348
3363
|
stake_currency: string;
|
|
3349
3364
|
stake_amount: string;
|
|
3350
3365
|
event: string;
|
|
@@ -3365,8 +3380,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3365
3380
|
open_date: string;
|
|
3366
3381
|
};
|
|
3367
3382
|
webhookexit: {
|
|
3368
|
-
limit: string;
|
|
3369
3383
|
userId: string;
|
|
3384
|
+
limit: string;
|
|
3370
3385
|
stake_currency: string;
|
|
3371
3386
|
event: string;
|
|
3372
3387
|
traderId: any;
|
|
@@ -3383,8 +3398,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3383
3398
|
order_type: string;
|
|
3384
3399
|
};
|
|
3385
3400
|
webhookexitcancel: {
|
|
3386
|
-
limit: string;
|
|
3387
3401
|
userId: string;
|
|
3402
|
+
limit: string;
|
|
3388
3403
|
stake_currency: string;
|
|
3389
3404
|
event: string;
|
|
3390
3405
|
traderId: any;
|
|
@@ -3411,10 +3426,10 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3411
3426
|
key: string;
|
|
3412
3427
|
createdAt: any;
|
|
3413
3428
|
updatedAt: any;
|
|
3429
|
+
"traders/pods": any;
|
|
3430
|
+
userId: any;
|
|
3414
3431
|
connected: boolean;
|
|
3415
3432
|
which: string;
|
|
3416
|
-
userId: any;
|
|
3417
|
-
"traders/pods": any;
|
|
3418
3433
|
exchange: any;
|
|
3419
3434
|
exchangeId: any;
|
|
3420
3435
|
stake_currency: string;
|
|
@@ -3457,8 +3472,8 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3457
3472
|
updatedAt: any;
|
|
3458
3473
|
userId: any;
|
|
3459
3474
|
traderId: any;
|
|
3460
|
-
action: string;
|
|
3461
3475
|
result: any;
|
|
3476
|
+
action: string;
|
|
3462
3477
|
}, HookContext<TradersPodsApiService<import("./api.class").TradersPodsApiParams>>>;
|
|
3463
3478
|
export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
3464
3479
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -3870,6 +3885,9 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3870
3885
|
whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
|
|
3871
3886
|
ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
3872
3887
|
which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
3888
|
+
stakeCurrencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
|
|
3889
|
+
popularStakeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
3890
|
+
notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
3873
3891
|
apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
3874
3892
|
secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
3875
3893
|
requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -4172,6 +4190,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4172
4190
|
updatedAt?: any;
|
|
4173
4191
|
error?: any;
|
|
4174
4192
|
login?: string | undefined;
|
|
4193
|
+
userId?: string | {} | undefined;
|
|
4175
4194
|
connected?: boolean | undefined;
|
|
4176
4195
|
downloaded?: {
|
|
4177
4196
|
updatedAt: any;
|
|
@@ -4201,12 +4220,14 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4201
4220
|
whitelist?: any[] | undefined;
|
|
4202
4221
|
ccxt_async_config?: any;
|
|
4203
4222
|
which?: string | undefined;
|
|
4223
|
+
stakeCurrencies?: any[] | undefined;
|
|
4224
|
+
popularStakeCurrency?: string | null | undefined;
|
|
4225
|
+
notifyAboutWhitelistByEmail?: boolean | undefined;
|
|
4204
4226
|
requiredCredentials?: any;
|
|
4205
4227
|
uid?: string | undefined;
|
|
4206
4228
|
twofa?: string | undefined;
|
|
4207
4229
|
privateKey?: string | undefined;
|
|
4208
4230
|
walletAddress?: string | undefined;
|
|
4209
|
-
userId?: string | {} | undefined;
|
|
4210
4231
|
__v?: any;
|
|
4211
4232
|
}>;
|
|
4212
4233
|
exchangeId: string;
|
|
@@ -4248,6 +4269,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4248
4269
|
balance_dust_level: number;
|
|
4249
4270
|
} | undefined;
|
|
4250
4271
|
_id?: string | {} | undefined;
|
|
4272
|
+
running?: boolean | undefined;
|
|
4251
4273
|
plugins?: {
|
|
4252
4274
|
number_assets?: number | undefined;
|
|
4253
4275
|
refresh_period?: number | undefined;
|
|
@@ -4264,7 +4286,6 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4264
4286
|
exit: number;
|
|
4265
4287
|
} | undefined;
|
|
4266
4288
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
4267
|
-
running?: boolean | undefined;
|
|
4268
4289
|
tradable_balance_ratio?: number | undefined;
|
|
4269
4290
|
webhook?: {
|
|
4270
4291
|
url: string;
|
|
@@ -4286,8 +4307,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4286
4307
|
fiat_currency: string;
|
|
4287
4308
|
};
|
|
4288
4309
|
webhookentrycancel: {
|
|
4289
|
-
limit: string;
|
|
4290
4310
|
userId: string;
|
|
4311
|
+
limit: string;
|
|
4291
4312
|
stake_currency: string;
|
|
4292
4313
|
stake_amount: string;
|
|
4293
4314
|
event: string;
|
|
@@ -4308,8 +4329,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4308
4329
|
open_date: string;
|
|
4309
4330
|
};
|
|
4310
4331
|
webhookexit: {
|
|
4311
|
-
limit: string;
|
|
4312
4332
|
userId: string;
|
|
4333
|
+
limit: string;
|
|
4313
4334
|
stake_currency: string;
|
|
4314
4335
|
event: string;
|
|
4315
4336
|
traderId: any;
|
|
@@ -4326,8 +4347,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4326
4347
|
order_type: string;
|
|
4327
4348
|
};
|
|
4328
4349
|
webhookexitcancel: {
|
|
4329
|
-
limit: string;
|
|
4330
4350
|
userId: string;
|
|
4351
|
+
limit: string;
|
|
4331
4352
|
stake_currency: string;
|
|
4332
4353
|
event: string;
|
|
4333
4354
|
traderId: any;
|
|
@@ -4354,10 +4375,10 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4354
4375
|
key: string;
|
|
4355
4376
|
createdAt: any;
|
|
4356
4377
|
updatedAt: any;
|
|
4378
|
+
"traders/pods": any;
|
|
4379
|
+
userId: any;
|
|
4357
4380
|
connected: boolean;
|
|
4358
4381
|
which: string;
|
|
4359
|
-
userId: any;
|
|
4360
|
-
"traders/pods": any;
|
|
4361
4382
|
exchange: any;
|
|
4362
4383
|
exchangeId: any;
|
|
4363
4384
|
stake_currency: string;
|
|
@@ -4398,7 +4419,6 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4398
4419
|
_id?: string | {} | undefined;
|
|
4399
4420
|
createdAt?: any;
|
|
4400
4421
|
updatedAt?: any;
|
|
4401
|
-
userId?: string | {} | undefined;
|
|
4402
4422
|
'strategies/templates'?: {
|
|
4403
4423
|
_id?: string | {} | undefined;
|
|
4404
4424
|
createdAt?: any;
|
|
@@ -4408,6 +4428,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4408
4428
|
description: string;
|
|
4409
4429
|
type: string;
|
|
4410
4430
|
} | undefined;
|
|
4431
|
+
userId?: string | {} | undefined;
|
|
4411
4432
|
file?: any;
|
|
4412
4433
|
templateId?: string | {} | undefined;
|
|
4413
4434
|
interval?: "1m" | "5m" | "30m" | "2h" | "6h" | "12h" | "1d" | "1w" | undefined;
|
|
@@ -4440,8 +4461,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4440
4461
|
max_allowed_drawdown?: unknown;
|
|
4441
4462
|
only_per_pair?: unknown;
|
|
4442
4463
|
enabled: boolean;
|
|
4443
|
-
type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
|
|
4444
4464
|
method: "CooldownPeriod" | "LowProfitPairs" | "StoplossGuard" | "MaxDrawdown";
|
|
4465
|
+
type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
|
|
4445
4466
|
}[] | undefined;
|
|
4446
4467
|
buywhen?: {
|
|
4447
4468
|
value?: number | undefined;
|
|
@@ -4503,6 +4524,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4503
4524
|
balance_dust_level: number;
|
|
4504
4525
|
} | undefined;
|
|
4505
4526
|
_id?: string | {} | undefined;
|
|
4527
|
+
running?: boolean | undefined;
|
|
4506
4528
|
plugins?: {
|
|
4507
4529
|
number_assets?: number | undefined;
|
|
4508
4530
|
refresh_period?: number | undefined;
|
|
@@ -4519,7 +4541,6 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4519
4541
|
exit: number;
|
|
4520
4542
|
} | undefined;
|
|
4521
4543
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
4522
|
-
running?: boolean | undefined;
|
|
4523
4544
|
tradable_balance_ratio?: number | undefined;
|
|
4524
4545
|
webhook?: {
|
|
4525
4546
|
url: string;
|
|
@@ -4541,8 +4562,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4541
4562
|
fiat_currency: string;
|
|
4542
4563
|
};
|
|
4543
4564
|
webhookentrycancel: {
|
|
4544
|
-
limit: string;
|
|
4545
4565
|
userId: string;
|
|
4566
|
+
limit: string;
|
|
4546
4567
|
stake_currency: string;
|
|
4547
4568
|
stake_amount: string;
|
|
4548
4569
|
event: string;
|
|
@@ -4563,8 +4584,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4563
4584
|
open_date: string;
|
|
4564
4585
|
};
|
|
4565
4586
|
webhookexit: {
|
|
4566
|
-
limit: string;
|
|
4567
4587
|
userId: string;
|
|
4588
|
+
limit: string;
|
|
4568
4589
|
stake_currency: string;
|
|
4569
4590
|
event: string;
|
|
4570
4591
|
traderId: any;
|
|
@@ -4581,8 +4602,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4581
4602
|
order_type: string;
|
|
4582
4603
|
};
|
|
4583
4604
|
webhookexitcancel: {
|
|
4584
|
-
limit: string;
|
|
4585
4605
|
userId: string;
|
|
4606
|
+
limit: string;
|
|
4586
4607
|
stake_currency: string;
|
|
4587
4608
|
event: string;
|
|
4588
4609
|
traderId: any;
|
|
@@ -4609,10 +4630,10 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4609
4630
|
key: string;
|
|
4610
4631
|
createdAt: any;
|
|
4611
4632
|
updatedAt: any;
|
|
4633
|
+
"traders/pods": any;
|
|
4634
|
+
userId: any;
|
|
4612
4635
|
connected: boolean;
|
|
4613
4636
|
which: string;
|
|
4614
|
-
userId: any;
|
|
4615
|
-
"traders/pods": any;
|
|
4616
4637
|
exchange: any;
|
|
4617
4638
|
exchangeId: any;
|
|
4618
4639
|
stake_currency: string;
|
|
@@ -4689,6 +4710,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4689
4710
|
balance_dust_level: number;
|
|
4690
4711
|
} | undefined;
|
|
4691
4712
|
_id?: string | {} | undefined;
|
|
4713
|
+
running?: boolean | undefined;
|
|
4692
4714
|
plugins?: {
|
|
4693
4715
|
number_assets?: number | undefined;
|
|
4694
4716
|
refresh_period?: number | undefined;
|
|
@@ -4705,7 +4727,6 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4705
4727
|
exit: number;
|
|
4706
4728
|
} | undefined;
|
|
4707
4729
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
4708
|
-
running?: boolean | undefined;
|
|
4709
4730
|
tradable_balance_ratio?: number | undefined;
|
|
4710
4731
|
webhook?: {
|
|
4711
4732
|
url: string;
|
|
@@ -4727,8 +4748,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4727
4748
|
fiat_currency: string;
|
|
4728
4749
|
};
|
|
4729
4750
|
webhookentrycancel: {
|
|
4730
|
-
limit: string;
|
|
4731
4751
|
userId: string;
|
|
4752
|
+
limit: string;
|
|
4732
4753
|
stake_currency: string;
|
|
4733
4754
|
stake_amount: string;
|
|
4734
4755
|
event: string;
|
|
@@ -4749,8 +4770,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4749
4770
|
open_date: string;
|
|
4750
4771
|
};
|
|
4751
4772
|
webhookexit: {
|
|
4752
|
-
limit: string;
|
|
4753
4773
|
userId: string;
|
|
4774
|
+
limit: string;
|
|
4754
4775
|
stake_currency: string;
|
|
4755
4776
|
event: string;
|
|
4756
4777
|
traderId: any;
|
|
@@ -4767,8 +4788,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4767
4788
|
order_type: string;
|
|
4768
4789
|
};
|
|
4769
4790
|
webhookexitcancel: {
|
|
4770
|
-
limit: string;
|
|
4771
4791
|
userId: string;
|
|
4792
|
+
limit: string;
|
|
4772
4793
|
stake_currency: string;
|
|
4773
4794
|
event: string;
|
|
4774
4795
|
traderId: any;
|
|
@@ -4795,10 +4816,10 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4795
4816
|
key: string;
|
|
4796
4817
|
createdAt: any;
|
|
4797
4818
|
updatedAt: any;
|
|
4819
|
+
"traders/pods": any;
|
|
4820
|
+
userId: any;
|
|
4798
4821
|
connected: boolean;
|
|
4799
4822
|
which: string;
|
|
4800
|
-
userId: any;
|
|
4801
|
-
"traders/pods": any;
|
|
4802
4823
|
exchange: any;
|
|
4803
4824
|
exchangeId: any;
|
|
4804
4825
|
stake_currency: string;
|
|
@@ -4841,8 +4862,8 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4841
4862
|
updatedAt: any;
|
|
4842
4863
|
userId: any;
|
|
4843
4864
|
traderId: any;
|
|
4844
|
-
action: string;
|
|
4845
4865
|
result: any;
|
|
4866
|
+
action: string;
|
|
4846
4867
|
}, HookContext<TradersPodsApiService<import("./api.class").TradersPodsApiParams>>>;
|
|
4847
4868
|
export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
4848
4869
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -5254,6 +5275,9 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
5254
5275
|
whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
|
|
5255
5276
|
ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
5256
5277
|
which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
5278
|
+
stakeCurrencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
|
|
5279
|
+
popularStakeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
5280
|
+
notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
5257
5281
|
apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
5258
5282
|
secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
5259
5283
|
requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -5543,10 +5567,10 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5543
5567
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
5544
5568
|
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
5545
5569
|
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
5546
|
-
action: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
5547
5570
|
result: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
5571
|
+
action: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
5548
5572
|
}>;
|
|
5549
|
-
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "userId" | "traderId" | "
|
|
5573
|
+
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "userId" | "traderId" | "result" | "action")[]>;
|
|
5550
5574
|
$and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
5551
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<{
|
|
5552
5576
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -5592,17 +5616,6 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5592
5616
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5593
5617
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5594
5618
|
} | undefined>]>>]>>;
|
|
5595
|
-
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<{
|
|
5596
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
5597
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
5598
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
5599
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
5600
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
5601
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5602
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5603
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
5604
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5605
|
-
} | undefined>]>>]>>;
|
|
5606
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<{
|
|
5607
5620
|
$gt: import("@feathersjs/typebox").TAny;
|
|
5608
5621
|
$gte: import("@feathersjs/typebox").TAny;
|
|
@@ -5614,6 +5627,17 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5614
5627
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5615
5628
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5616
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>]>>]>>;
|
|
5617
5641
|
}>>, import("@feathersjs/typebox").TObject<{
|
|
5618
5642
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
5619
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<{
|
|
@@ -5660,17 +5684,6 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5660
5684
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5661
5685
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5662
5686
|
} | undefined>]>>]>>;
|
|
5663
|
-
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<{
|
|
5664
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
5665
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
5666
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
5667
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
5668
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
5669
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5670
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5671
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
5672
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5673
|
-
} | undefined>]>>]>>;
|
|
5674
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<{
|
|
5675
5688
|
$gt: import("@feathersjs/typebox").TAny;
|
|
5676
5689
|
$gte: import("@feathersjs/typebox").TAny;
|
|
@@ -5682,6 +5695,17 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5682
5695
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5683
5696
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5684
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>]>>]>>;
|
|
5685
5709
|
}>>>;
|
|
5686
5710
|
}>]>>;
|
|
5687
5711
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
@@ -5729,17 +5753,6 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5729
5753
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5730
5754
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5731
5755
|
} | undefined>]>>]>>;
|
|
5732
|
-
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<{
|
|
5733
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
5734
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
5735
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
5736
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
5737
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
5738
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5739
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5740
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
5741
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5742
|
-
} | undefined>]>>]>>;
|
|
5743
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<{
|
|
5744
5757
|
$gt: import("@feathersjs/typebox").TAny;
|
|
5745
5758
|
$gte: import("@feathersjs/typebox").TAny;
|
|
@@ -5751,6 +5764,17 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5751
5764
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5752
5765
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5753
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>]>>]>>;
|
|
5754
5778
|
}>>>;
|
|
5755
5779
|
}>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
5756
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<{
|
|
@@ -5797,17 +5821,6 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5797
5821
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5798
5822
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5799
5823
|
} | undefined>]>>]>>;
|
|
5800
|
-
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<{
|
|
5801
|
-
$gt: import("@feathersjs/typebox").TString<string>;
|
|
5802
|
-
$gte: import("@feathersjs/typebox").TString<string>;
|
|
5803
|
-
$lt: import("@feathersjs/typebox").TString<string>;
|
|
5804
|
-
$lte: import("@feathersjs/typebox").TString<string>;
|
|
5805
|
-
$ne: import("@feathersjs/typebox").TString<string>;
|
|
5806
|
-
$in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5807
|
-
$nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5808
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
5809
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5810
|
-
} | undefined>]>>]>>;
|
|
5811
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<{
|
|
5812
5825
|
$gt: import("@feathersjs/typebox").TAny;
|
|
5813
5826
|
$gte: import("@feathersjs/typebox").TAny;
|
|
@@ -5819,6 +5832,17 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5819
5832
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5820
5833
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5821
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>]>>]>>;
|
|
5822
5846
|
}>>]>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
5823
5847
|
export type TradersPodsApiQuery = Static<typeof tradersPodsApiQuerySchema>;
|
|
5824
5848
|
export declare const tradersPodsApiQueryValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
@@ -5830,10 +5854,10 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5830
5854
|
createdAt?: number | undefined;
|
|
5831
5855
|
userId?: number | undefined;
|
|
5832
5856
|
traderId?: number | undefined;
|
|
5833
|
-
action?: number | undefined;
|
|
5834
5857
|
result?: number | undefined;
|
|
5858
|
+
action?: number | undefined;
|
|
5835
5859
|
};
|
|
5836
|
-
$select: ("_id" | "createdAt" | "userId" | "traderId" | "
|
|
5860
|
+
$select: ("_id" | "createdAt" | "userId" | "traderId" | "result" | "action")[];
|
|
5837
5861
|
$and: ({
|
|
5838
5862
|
_id?: string | {} | Partial<{
|
|
5839
5863
|
$gt: string | {};
|
|
@@ -5847,6 +5871,7 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5847
5871
|
createdAt?: any;
|
|
5848
5872
|
userId?: any;
|
|
5849
5873
|
traderId?: any;
|
|
5874
|
+
result?: any;
|
|
5850
5875
|
action?: string | Partial<{
|
|
5851
5876
|
$gt: string;
|
|
5852
5877
|
$gte: string;
|
|
@@ -5856,7 +5881,6 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5856
5881
|
$in: string | string[];
|
|
5857
5882
|
$nin: string | string[];
|
|
5858
5883
|
} & {}> | undefined;
|
|
5859
|
-
result?: any;
|
|
5860
5884
|
} | {
|
|
5861
5885
|
$or: {
|
|
5862
5886
|
_id?: string | {} | Partial<{
|
|
@@ -5871,6 +5895,7 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5871
5895
|
createdAt?: any;
|
|
5872
5896
|
userId?: any;
|
|
5873
5897
|
traderId?: any;
|
|
5898
|
+
result?: any;
|
|
5874
5899
|
action?: string | Partial<{
|
|
5875
5900
|
$gt: string;
|
|
5876
5901
|
$gte: string;
|
|
@@ -5880,7 +5905,6 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5880
5905
|
$in: string | string[];
|
|
5881
5906
|
$nin: string | string[];
|
|
5882
5907
|
} & {}> | undefined;
|
|
5883
|
-
result?: any;
|
|
5884
5908
|
}[];
|
|
5885
5909
|
})[];
|
|
5886
5910
|
$or: {
|
|
@@ -5896,6 +5920,7 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5896
5920
|
createdAt?: any;
|
|
5897
5921
|
userId?: any;
|
|
5898
5922
|
traderId?: any;
|
|
5923
|
+
result?: any;
|
|
5899
5924
|
action?: string | Partial<{
|
|
5900
5925
|
$gt: string;
|
|
5901
5926
|
$gte: string;
|
|
@@ -5905,7 +5930,6 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5905
5930
|
$in: string | string[];
|
|
5906
5931
|
$nin: string | string[];
|
|
5907
5932
|
} & {}> | undefined;
|
|
5908
|
-
result?: any;
|
|
5909
5933
|
}[];
|
|
5910
5934
|
}> & {
|
|
5911
5935
|
_id?: string | {} | Partial<{
|
|
@@ -5920,6 +5944,7 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5920
5944
|
createdAt?: any;
|
|
5921
5945
|
userId?: any;
|
|
5922
5946
|
traderId?: any;
|
|
5947
|
+
result?: any;
|
|
5923
5948
|
action?: string | Partial<{
|
|
5924
5949
|
$gt: string;
|
|
5925
5950
|
$gte: string;
|
|
@@ -5929,5 +5954,4 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5929
5954
|
$in: string | string[];
|
|
5930
5955
|
$nin: string | string[];
|
|
5931
5956
|
} & {}> | undefined;
|
|
5932
|
-
result?: any;
|
|
5933
5957
|
} & {}, HookContext<TradersPodsApiService<import("./api.class").TradersPodsApiParams>>>;
|