@cryptorobot.ai/client 0.0.8
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/app.d.ts +3 -0
- package/lib/authentication.d.ts +8 -0
- package/lib/channels.d.ts +3 -0
- package/lib/client.d.ts +81 -0
- package/lib/client.js +99 -0
- package/lib/configuration.d.ts +148 -0
- package/lib/declarations.d.ts +16 -0
- package/lib/helper.d.ts +22 -0
- package/lib/helpers/app.helper.d.ts +12 -0
- package/lib/helpers/backtest.helper.d.ts +12 -0
- package/lib/helpers/ccxt.helper.d.ts +15 -0
- package/lib/helpers/deployments.helper.d.ts +11 -0
- package/lib/helpers/handlebars.helper.d.ts +10 -0
- package/lib/helpers/logging.helper.d.ts +7 -0
- package/lib/helpers/trader.helper.d.ts +10 -0
- package/lib/hooks/application/setup-ccxt-load-marketplaces.d.ts +2 -0
- package/lib/hooks/application/setup-ccxt-load-markets.d.ts +2 -0
- package/lib/hooks/application/setup-config-preparation.d.ts +3 -0
- package/lib/hooks/application/setup-info.d.ts +3 -0
- package/lib/hooks/application/setup-load-indicators.d.ts +3 -0
- package/lib/hooks/application/setup-load-strategy-templates.d.ts +3 -0
- package/lib/hooks/backtest-copy-candles-from-user-data.d.ts +2 -0
- package/lib/hooks/backtest-generate-and-start.d.ts +2 -0
- package/lib/hooks/backtest-generate-config.d.ts +2 -0
- package/lib/hooks/backtest-generate-exchange-config.d.ts +2 -0
- package/lib/hooks/backtest-get-results.d.ts +2 -0
- package/lib/hooks/backtest-in-disk-clone-strategy.d.ts +2 -0
- package/lib/hooks/backtest-validate.d.ts +2 -0
- package/lib/hooks/check-required-credentials.d.ts +2 -0
- package/lib/hooks/enrich-webhook-to-event.d.ts +2 -0
- package/lib/hooks/exchanges/after-create-ccxt-balances-propagate-to-exchange.d.ts +2 -0
- package/lib/hooks/exchanges/after-find-ccxt-load-markets.d.ts +2 -0
- package/lib/hooks/exchanges/after-get-whitelist-blacklist-transform.d.ts +2 -0
- package/lib/hooks/exchanges/before-create-ccxt-get-balances.d.ts +2 -0
- package/lib/hooks/exchanges/before-patch-blacklist-validation-per-exchange.d.ts +2 -0
- package/lib/hooks/exchanges/before-patch-ccxt-connect-exchange.d.ts +2 -0
- package/lib/hooks/exchanges/before-patch-ccxt-load-markets.d.ts +2 -0
- package/lib/hooks/exchanges/before-patch-whitelist-blacklist-transform.d.ts +2 -0
- package/lib/hooks/exchanges/before-patch-whitelist-blacklist-validate.d.ts +2 -0
- package/lib/hooks/exchanges/download/after-create-get-recent-downloaded-data-info.d.ts +2 -0
- package/lib/hooks/exchanges/download/before-create-generate-config.d.ts +2 -0
- package/lib/hooks/exchanges/download/before-create-process-exchange-data-download.d.ts +2 -0
- package/lib/hooks/log-error.d.ts +2 -0
- package/lib/hooks/messages/messages-process-data.d.ts +2 -0
- package/lib/hooks/openai-process-request.d.ts +2 -0
- package/lib/hooks/pairs-transform.d.ts +2 -0
- package/lib/hooks/remove-container.d.ts +2 -0
- package/lib/hooks/set-default-strategy.d.ts +2 -0
- package/lib/hooks/setup-prepare-maildev-while-in-test-env.d.ts +3 -0
- package/lib/hooks/setup-stripe.d.ts +2 -0
- package/lib/hooks/strategies/disk-create-strategy.d.ts +2 -0
- package/lib/hooks/strategies/disk-remove-strategy.d.ts +2 -0
- package/lib/hooks/strategies/file-strategies-clone.d.ts +2 -0
- package/lib/hooks/stripe-check-subscription.d.ts +2 -0
- package/lib/hooks/stripe-create-payment-intent.d.ts +2 -0
- package/lib/hooks/stripe-is-subscription-active.d.ts +2 -0
- package/lib/hooks/stripe-sync-customer-data.d.ts +2 -0
- package/lib/hooks/tickers-fetch.d.ts +2 -0
- package/lib/hooks/traders/after-patch-file-candles-clone.d.ts +2 -0
- package/lib/hooks/traders/before-patch-folders-initialize.d.ts +2 -0
- package/lib/hooks/traders/before-patch-transform-pairlist-plugins.d.ts +2 -0
- package/lib/hooks/traders/container-api-control.d.ts +2 -0
- package/lib/hooks/traders/container-stop.d.ts +2 -0
- package/lib/hooks/traders/create-trader-container.d.ts +2 -0
- package/lib/hooks/traders/generate-exchange-config.d.ts +2 -0
- package/lib/hooks/traders/generate-trader-config.d.ts +2 -0
- package/lib/hooks/traders/pods-container-inspect.d.ts +2 -0
- package/lib/hooks/traders/pods-process-worker.d.ts +2 -0
- package/lib/hooks/users/email-verify-signup.d.ts +2 -0
- package/lib/index.d.ts +1 -0
- package/lib/logger.d.ts +1 -0
- package/lib/mongodb.d.ts +8 -0
- package/lib/prepare-for-publish.d.ts +1 -0
- package/lib/services/auth-management/auth-management.class.d.ts +1 -0
- package/lib/services/auth-management/auth-management.d.ts +7 -0
- package/lib/services/auth-management/auth-management.shared.d.ts +6 -0
- package/lib/services/auth-management/auth-management.shared.js +17 -0
- package/lib/services/auth-management/auth-management.utils.d.ts +1 -0
- package/lib/services/config/config.class.d.ts +14 -0
- package/lib/services/config/config.d.ts +10 -0
- package/lib/services/config/config.shared.d.ts +13 -0
- package/lib/services/config/config.shared.js +13 -0
- package/lib/services/custom/custom.class.d.ts +26 -0
- package/lib/services/custom/custom.d.ts +10 -0
- package/lib/services/custom/custom.shared.d.ts +13 -0
- package/lib/services/custom/custom.shared.js +13 -0
- package/lib/services/exchanges/balance/balance.class.d.ts +11 -0
- package/lib/services/exchanges/balance/balance.d.ts +11 -0
- package/lib/services/exchanges/balance/balance.schema.d.ts +711 -0
- package/lib/services/exchanges/balance/balance.shared.d.ts +13 -0
- package/lib/services/exchanges/balance/balance.shared.js +13 -0
- package/lib/services/exchanges/download/download.class.d.ts +11 -0
- package/lib/services/exchanges/download/download.d.ts +11 -0
- package/lib/services/exchanges/download/download.schema.d.ts +871 -0
- package/lib/services/exchanges/download/download.shared.d.ts +13 -0
- package/lib/services/exchanges/download/download.shared.js +13 -0
- package/lib/services/exchanges/download/webhooks/webhooks.class.d.ts +11 -0
- package/lib/services/exchanges/download/webhooks/webhooks.d.ts +11 -0
- package/lib/services/exchanges/download/webhooks/webhooks.schema.d.ts +541 -0
- package/lib/services/exchanges/download/webhooks/webhooks.shared.d.ts +13 -0
- package/lib/services/exchanges/download/webhooks/webhooks.shared.js +13 -0
- package/lib/services/exchanges/exchanges.class.d.ts +11 -0
- package/lib/services/exchanges/exchanges.d.ts +11 -0
- package/lib/services/exchanges/exchanges.schema.d.ts +835 -0
- package/lib/services/exchanges/exchanges.shared.d.ts +13 -0
- package/lib/services/exchanges/exchanges.shared.js +13 -0
- package/lib/services/exchanges/ticker/ticker.class.d.ts +11 -0
- package/lib/services/exchanges/ticker/ticker.d.ts +11 -0
- package/lib/services/exchanges/ticker/ticker.schema.d.ts +859 -0
- package/lib/services/exchanges/ticker/ticker.shared.d.ts +13 -0
- package/lib/services/exchanges/ticker/ticker.shared.js +13 -0
- package/lib/services/index.d.ts +2 -0
- package/lib/services/mailer/mailer.class.d.ts +26 -0
- package/lib/services/mailer/mailer.d.ts +7 -0
- package/lib/services/mailer/mailer.shared.d.ts +13 -0
- package/lib/services/mailer/mailer.shared.js +13 -0
- package/lib/services/marketplaces/marketplaces.class.d.ts +14 -0
- package/lib/services/marketplaces/marketplaces.d.ts +10 -0
- package/lib/services/marketplaces/marketplaces.shared.d.ts +13 -0
- package/lib/services/marketplaces/marketplaces.shared.js +13 -0
- package/lib/services/markets/markets.class.d.ts +11 -0
- package/lib/services/markets/markets.d.ts +11 -0
- package/lib/services/markets/markets.schema.d.ts +503 -0
- package/lib/services/markets/markets.shared.d.ts +13 -0
- package/lib/services/markets/markets.shared.js +13 -0
- package/lib/services/messages/messages.class.d.ts +11 -0
- package/lib/services/messages/messages.d.ts +11 -0
- package/lib/services/messages/messages.schema.d.ts +711 -0
- package/lib/services/messages/messages.shared.d.ts +13 -0
- package/lib/services/messages/messages.shared.js +13 -0
- package/lib/services/strategies/ai/ai.class.d.ts +11 -0
- package/lib/services/strategies/ai/ai.d.ts +11 -0
- package/lib/services/strategies/ai/ai.schema.d.ts +287 -0
- package/lib/services/strategies/ai/ai.shared.d.ts +13 -0
- package/lib/services/strategies/ai/ai.shared.js +13 -0
- package/lib/services/strategies/ai/stream/stream.class.d.ts +26 -0
- package/lib/services/strategies/ai/stream/stream.d.ts +10 -0
- package/lib/services/strategies/ai/stream/stream.shared.d.ts +13 -0
- package/lib/services/strategies/ai/stream/stream.shared.js +13 -0
- package/lib/services/strategies/backtest/backtest.class.d.ts +11 -0
- package/lib/services/strategies/backtest/backtest.d.ts +11 -0
- package/lib/services/strategies/backtest/backtest.schema.d.ts +401 -0
- package/lib/services/strategies/backtest/backtest.shared.d.ts +13 -0
- package/lib/services/strategies/backtest/backtest.shared.js +13 -0
- package/lib/services/strategies/backtest/results/results.class.d.ts +11 -0
- package/lib/services/strategies/backtest/results/results.d.ts +11 -0
- package/lib/services/strategies/backtest/results/results.schema.d.ts +1115 -0
- package/lib/services/strategies/backtest/results/results.shared.d.ts +13 -0
- package/lib/services/strategies/backtest/results/results.shared.js +13 -0
- package/lib/services/strategies/blob/blob.class.d.ts +26 -0
- package/lib/services/strategies/blob/blob.d.ts +10 -0
- package/lib/services/strategies/blob/blob.shared.d.ts +13 -0
- package/lib/services/strategies/blob/blob.shared.js +13 -0
- package/lib/services/strategies/indicators/indicators.class.d.ts +11 -0
- package/lib/services/strategies/indicators/indicators.d.ts +11 -0
- package/lib/services/strategies/indicators/indicators.schema.d.ts +277 -0
- package/lib/services/strategies/indicators/indicators.shared.d.ts +13 -0
- package/lib/services/strategies/indicators/indicators.shared.js +13 -0
- package/lib/services/strategies/strategies.class.d.ts +11 -0
- package/lib/services/strategies/strategies.d.ts +11 -0
- package/lib/services/strategies/strategies.schema.d.ts +2279 -0
- package/lib/services/strategies/strategies.shared.d.ts +13 -0
- package/lib/services/strategies/strategies.shared.js +13 -0
- package/lib/services/strategies/templates/templates.class.d.ts +11 -0
- package/lib/services/strategies/templates/templates.d.ts +11 -0
- package/lib/services/strategies/templates/templates.schema.d.ts +269 -0
- package/lib/services/strategies/templates/templates.shared.d.ts +13 -0
- package/lib/services/strategies/templates/templates.shared.js +13 -0
- package/lib/services/stripe/charges/charges.class.d.ts +26 -0
- package/lib/services/stripe/charges/charges.d.ts +10 -0
- package/lib/services/stripe/charges/charges.shared.d.ts +13 -0
- package/lib/services/stripe/charges/charges.shared.js +13 -0
- package/lib/services/stripe/customers/cards/cards.class.d.ts +26 -0
- package/lib/services/stripe/customers/cards/cards.d.ts +10 -0
- package/lib/services/stripe/customers/cards/cards.shared.d.ts +13 -0
- package/lib/services/stripe/customers/cards/cards.shared.js +13 -0
- package/lib/services/stripe/customers/customers.class.d.ts +26 -0
- package/lib/services/stripe/customers/customers.d.ts +10 -0
- package/lib/services/stripe/customers/customers.shared.d.ts +13 -0
- package/lib/services/stripe/customers/customers.shared.js +13 -0
- package/lib/services/stripe/customers/paymentintent/paymentintent.class.d.ts +26 -0
- package/lib/services/stripe/customers/paymentintent/paymentintent.d.ts +10 -0
- package/lib/services/stripe/customers/paymentintent/paymentintent.shared.d.ts +13 -0
- package/lib/services/stripe/customers/paymentintent/paymentintent.shared.js +13 -0
- package/lib/services/stripe/customers/paymentmethods/paymentmethods.class.d.ts +26 -0
- package/lib/services/stripe/customers/paymentmethods/paymentmethods.d.ts +10 -0
- package/lib/services/stripe/customers/paymentmethods/paymentmethods.shared.d.ts +13 -0
- package/lib/services/stripe/customers/paymentmethods/paymentmethods.shared.js +13 -0
- package/lib/services/stripe/customers/subscriptions/subscriptions.class.d.ts +26 -0
- package/lib/services/stripe/customers/subscriptions/subscriptions.d.ts +10 -0
- package/lib/services/stripe/customers/subscriptions/subscriptions.shared.d.ts +13 -0
- package/lib/services/stripe/customers/subscriptions/subscriptions.shared.js +13 -0
- package/lib/services/stripe/products/products.class.d.ts +26 -0
- package/lib/services/stripe/products/products.d.ts +10 -0
- package/lib/services/stripe/products/products.shared.d.ts +13 -0
- package/lib/services/stripe/products/products.shared.js +13 -0
- package/lib/services/traders/pods/api/api.class.d.ts +11 -0
- package/lib/services/traders/pods/api/api.d.ts +11 -0
- package/lib/services/traders/pods/api/api.schema.d.ts +5149 -0
- package/lib/services/traders/pods/api/api.shared.d.ts +13 -0
- package/lib/services/traders/pods/api/api.shared.js +13 -0
- package/lib/services/traders/pods/blob/blob.class.d.ts +26 -0
- package/lib/services/traders/pods/blob/blob.d.ts +9 -0
- package/lib/services/traders/pods/blob/blob.shared.d.ts +13 -0
- package/lib/services/traders/pods/blob/blob.shared.js +13 -0
- package/lib/services/traders/pods/events/events.class.d.ts +11 -0
- package/lib/services/traders/pods/events/events.d.ts +11 -0
- package/lib/services/traders/pods/events/events.schema.d.ts +531 -0
- package/lib/services/traders/pods/events/events.shared.d.ts +13 -0
- package/lib/services/traders/pods/events/events.shared.js +13 -0
- package/lib/services/traders/pods/pods.class.d.ts +11 -0
- package/lib/services/traders/pods/pods.d.ts +11 -0
- package/lib/services/traders/pods/pods.schema.d.ts +3933 -0
- package/lib/services/traders/pods/pods.shared.d.ts +13 -0
- package/lib/services/traders/pods/pods.shared.js +13 -0
- package/lib/services/traders/pods/webhooks/webhooks.class.d.ts +11 -0
- package/lib/services/traders/pods/webhooks/webhooks.d.ts +11 -0
- package/lib/services/traders/pods/webhooks/webhooks.schema.d.ts +351 -0
- package/lib/services/traders/pods/webhooks/webhooks.shared.d.ts +13 -0
- package/lib/services/traders/pods/webhooks/webhooks.shared.js +13 -0
- package/lib/services/traders/traders.class.d.ts +11 -0
- package/lib/services/traders/traders.d.ts +11 -0
- package/lib/services/traders/traders.schema.d.ts +2825 -0
- package/lib/services/traders/traders.shared.d.ts +13 -0
- package/lib/services/traders/traders.shared.js +13 -0
- package/lib/services/users/users.class.d.ts +11 -0
- package/lib/services/users/users.d.ts +11 -0
- package/lib/services/users/users.helper.d.ts +9 -0
- package/lib/services/users/users.schema.d.ts +615 -0
- package/lib/services/users/users.shared.d.ts +13 -0
- package/lib/services/users/users.shared.js +13 -0
- package/lib/validators.d.ts +3 -0
- package/package.json +37 -0
- package/readme.md +41 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Params } from '@feathersjs/feathers';
|
|
2
|
+
import type { ClientApplication } from '../../../../client';
|
|
3
|
+
import type { StrategiesBacktestResults, StrategiesBacktestResultsData, StrategiesBacktestResultsPatch, StrategiesBacktestResultsQuery, StrategiesBacktestResultsService } from './results.class';
|
|
4
|
+
export type { StrategiesBacktestResults, StrategiesBacktestResultsData, StrategiesBacktestResultsPatch, StrategiesBacktestResultsQuery };
|
|
5
|
+
export type StrategiesBacktestResultsClientService = Pick<StrategiesBacktestResultsService<Params<StrategiesBacktestResultsQuery>>, (typeof strategiesBacktestResultsMethods)[number]>;
|
|
6
|
+
export declare const strategiesBacktestResultsPath = "strategies/backtest/results";
|
|
7
|
+
export declare const strategiesBacktestResultsMethods: readonly ["find", "get", "create", "patch", "remove"];
|
|
8
|
+
export declare const strategiesBacktestResultsClient: (client: ClientApplication) => void;
|
|
9
|
+
declare module '../../../../client' {
|
|
10
|
+
interface ServiceTypes {
|
|
11
|
+
[strategiesBacktestResultsPath]: StrategiesBacktestResultsClientService;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.strategiesBacktestResultsClient = exports.strategiesBacktestResultsMethods = exports.strategiesBacktestResultsPath = void 0;
|
|
4
|
+
exports.strategiesBacktestResultsPath = 'strategies/backtest/results';
|
|
5
|
+
exports.strategiesBacktestResultsMethods = ['find', 'get', 'create', 'patch', 'remove'];
|
|
6
|
+
const strategiesBacktestResultsClient = (client) => {
|
|
7
|
+
const connection = client.get('connection');
|
|
8
|
+
client.use(exports.strategiesBacktestResultsPath, connection.service(exports.strategiesBacktestResultsPath), {
|
|
9
|
+
methods: exports.strategiesBacktestResultsMethods
|
|
10
|
+
});
|
|
11
|
+
};
|
|
12
|
+
exports.strategiesBacktestResultsClient = strategiesBacktestResultsClient;
|
|
13
|
+
//# sourceMappingURL=results.shared.js.map
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { Id, NullableId, Params, ServiceInterface } from '@feathersjs/feathers';
|
|
2
|
+
import type { Application } from '../../../declarations';
|
|
3
|
+
type StrategiesBlob = any;
|
|
4
|
+
type StrategiesBlobData = any;
|
|
5
|
+
type StrategiesBlobPatch = any;
|
|
6
|
+
type StrategiesBlobQuery = any;
|
|
7
|
+
export type { StrategiesBlob, StrategiesBlobData, StrategiesBlobPatch, StrategiesBlobQuery };
|
|
8
|
+
export interface StrategiesBlobServiceOptions {
|
|
9
|
+
app: Application;
|
|
10
|
+
}
|
|
11
|
+
export interface StrategiesBlobParams extends Params<StrategiesBlobQuery> {
|
|
12
|
+
}
|
|
13
|
+
export declare class StrategiesBlobService<ServiceParams extends StrategiesBlobParams = StrategiesBlobParams> implements ServiceInterface<StrategiesBlob, StrategiesBlobData, ServiceParams, StrategiesBlobPatch> {
|
|
14
|
+
options: StrategiesBlobServiceOptions;
|
|
15
|
+
constructor(options: StrategiesBlobServiceOptions);
|
|
16
|
+
find(_params?: ServiceParams): Promise<StrategiesBlob[]>;
|
|
17
|
+
get(id: Id, _params?: ServiceParams): Promise<StrategiesBlob>;
|
|
18
|
+
create(data: StrategiesBlobData, params?: ServiceParams): Promise<StrategiesBlob>;
|
|
19
|
+
create(data: StrategiesBlobData[], params?: ServiceParams): Promise<StrategiesBlob[]>;
|
|
20
|
+
update(id: NullableId, data: StrategiesBlobData, _params?: ServiceParams): Promise<StrategiesBlob>;
|
|
21
|
+
patch(id: NullableId, data: StrategiesBlobPatch, _params?: ServiceParams): Promise<StrategiesBlob>;
|
|
22
|
+
remove(id: NullableId, _params?: ServiceParams): Promise<StrategiesBlob>;
|
|
23
|
+
}
|
|
24
|
+
export declare const getOptions: (app: Application) => {
|
|
25
|
+
app: Application;
|
|
26
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Application } from '../../../declarations';
|
|
2
|
+
import { StrategiesBlobService } from './blob.class';
|
|
3
|
+
import { strategiesBlobPath } from './blob.shared';
|
|
4
|
+
export * from './blob.class';
|
|
5
|
+
export declare const strategiesBlob: (app: Application) => void;
|
|
6
|
+
declare module '../../../declarations' {
|
|
7
|
+
interface ServiceTypes {
|
|
8
|
+
[strategiesBlobPath]: StrategiesBlobService | any;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Params } from '@feathersjs/feathers';
|
|
2
|
+
import type { ClientApplication } from '../../../client';
|
|
3
|
+
import type { StrategiesBlob, StrategiesBlobData, StrategiesBlobPatch, StrategiesBlobQuery, StrategiesBlobService } from './blob.class';
|
|
4
|
+
export type { StrategiesBlob, StrategiesBlobData, StrategiesBlobPatch, StrategiesBlobQuery };
|
|
5
|
+
export type StrategiesBlobClientService = Pick<StrategiesBlobService<Params<StrategiesBlobQuery>>, (typeof strategiesBlobMethods)[number]>;
|
|
6
|
+
export declare const strategiesBlobPath = "strategies/blob";
|
|
7
|
+
export declare const strategiesBlobMethods: readonly ["get", "create", "remove"];
|
|
8
|
+
export declare const strategiesBlobClient: (client: ClientApplication) => void;
|
|
9
|
+
declare module '../../../client' {
|
|
10
|
+
interface ServiceTypes {
|
|
11
|
+
[strategiesBlobPath]: StrategiesBlobClientService;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.strategiesBlobClient = exports.strategiesBlobMethods = exports.strategiesBlobPath = void 0;
|
|
4
|
+
exports.strategiesBlobPath = 'strategies/blob';
|
|
5
|
+
exports.strategiesBlobMethods = ['get', 'create', 'remove'];
|
|
6
|
+
const strategiesBlobClient = (client) => {
|
|
7
|
+
const connection = client.get('connection');
|
|
8
|
+
client.use(exports.strategiesBlobPath, connection.service(exports.strategiesBlobPath), {
|
|
9
|
+
methods: exports.strategiesBlobMethods
|
|
10
|
+
});
|
|
11
|
+
};
|
|
12
|
+
exports.strategiesBlobClient = strategiesBlobClient;
|
|
13
|
+
//# sourceMappingURL=blob.shared.js.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Params } from '@feathersjs/feathers';
|
|
2
|
+
import { MongoDBService } from '@feathersjs/mongodb';
|
|
3
|
+
import type { MongoDBAdapterParams, MongoDBAdapterOptions } from '@feathersjs/mongodb';
|
|
4
|
+
import type { Application } from '../../../declarations';
|
|
5
|
+
import type { StrategiesIndicators, StrategiesIndicatorsData, StrategiesIndicatorsPatch, StrategiesIndicatorsQuery } from './indicators.schema';
|
|
6
|
+
export type { StrategiesIndicators, StrategiesIndicatorsData, StrategiesIndicatorsPatch, StrategiesIndicatorsQuery };
|
|
7
|
+
export interface StrategiesIndicatorsParams extends MongoDBAdapterParams<StrategiesIndicatorsQuery> {
|
|
8
|
+
}
|
|
9
|
+
export declare class StrategiesIndicatorsService<ServiceParams extends Params = StrategiesIndicatorsParams> extends MongoDBService<StrategiesIndicators, StrategiesIndicatorsData, StrategiesIndicatorsParams, StrategiesIndicatorsPatch> {
|
|
10
|
+
}
|
|
11
|
+
export declare const getOptions: (app: Application) => MongoDBAdapterOptions;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Application } from '../../../declarations';
|
|
2
|
+
import { StrategiesIndicatorsService } from './indicators.class';
|
|
3
|
+
import { strategiesIndicatorsPath } from './indicators.shared';
|
|
4
|
+
export * from './indicators.class';
|
|
5
|
+
export * from './indicators.schema';
|
|
6
|
+
export declare const strategiesIndicators: (app: Application) => void;
|
|
7
|
+
declare module '../../../declarations' {
|
|
8
|
+
interface ServiceTypes {
|
|
9
|
+
[strategiesIndicatorsPath]: StrategiesIndicatorsService;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
import type { Static } from '@feathersjs/typebox';
|
|
2
|
+
import type { HookContext } from '../../../declarations';
|
|
3
|
+
import type { StrategiesIndicatorsService } from './indicators.class';
|
|
4
|
+
export declare const strategiesIndicatorsSchema: import("@feathersjs/typebox").TObject<{
|
|
5
|
+
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
6
|
+
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
7
|
+
alias: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
8
|
+
options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
9
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
10
|
+
object: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
11
|
+
createdAt: import("@feathersjs/typebox").TAny;
|
|
12
|
+
}>;
|
|
13
|
+
export type StrategiesIndicators = Static<typeof strategiesIndicatorsSchema>;
|
|
14
|
+
export declare const strategiesIndicatorsValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
15
|
+
export declare const strategiesIndicatorsResolver: import("@feathersjs/schema").Resolver<{
|
|
16
|
+
object?: string | undefined;
|
|
17
|
+
name?: string | undefined;
|
|
18
|
+
description?: string | undefined;
|
|
19
|
+
options?: any;
|
|
20
|
+
alias?: string | undefined;
|
|
21
|
+
_id: string | {};
|
|
22
|
+
createdAt: any;
|
|
23
|
+
}, HookContext<StrategiesIndicatorsService<import("./indicators.class").StrategiesIndicatorsParams>>>;
|
|
24
|
+
export declare const strategiesIndicatorsExternalResolver: import("@feathersjs/schema").Resolver<{
|
|
25
|
+
object?: string | undefined;
|
|
26
|
+
name?: string | undefined;
|
|
27
|
+
description?: string | undefined;
|
|
28
|
+
options?: any;
|
|
29
|
+
alias?: string | undefined;
|
|
30
|
+
_id: string | {};
|
|
31
|
+
createdAt: any;
|
|
32
|
+
}, HookContext<StrategiesIndicatorsService<import("./indicators.class").StrategiesIndicatorsParams>>>;
|
|
33
|
+
export declare const strategiesIndicatorsDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
34
|
+
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
35
|
+
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
36
|
+
alias: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
37
|
+
options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
38
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
39
|
+
object: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
40
|
+
createdAt: import("@feathersjs/typebox").TAny;
|
|
41
|
+
}>, ["_id", "name", "alias", "object", "description", "options"]>;
|
|
42
|
+
export type StrategiesIndicatorsData = Static<typeof strategiesIndicatorsDataSchema>;
|
|
43
|
+
export declare const strategiesIndicatorsDataValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
44
|
+
export declare const strategiesIndicatorsDataResolver: import("@feathersjs/schema").Resolver<{
|
|
45
|
+
object?: string | undefined;
|
|
46
|
+
name?: string | undefined;
|
|
47
|
+
description?: string | undefined;
|
|
48
|
+
options?: any;
|
|
49
|
+
alias?: string | undefined;
|
|
50
|
+
_id: string | {};
|
|
51
|
+
createdAt: any;
|
|
52
|
+
}, HookContext<StrategiesIndicatorsService<import("./indicators.class").StrategiesIndicatorsParams>>>;
|
|
53
|
+
export declare const strategiesIndicatorsPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
54
|
+
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
55
|
+
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
56
|
+
alias: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
57
|
+
options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
58
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
59
|
+
object: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
60
|
+
createdAt: import("@feathersjs/typebox").TAny;
|
|
61
|
+
}>>;
|
|
62
|
+
export type StrategiesIndicatorsPatch = Static<typeof strategiesIndicatorsPatchSchema>;
|
|
63
|
+
export declare const strategiesIndicatorsPatchValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
64
|
+
export declare const strategiesIndicatorsPatchResolver: import("@feathersjs/schema").Resolver<{
|
|
65
|
+
object?: string | undefined;
|
|
66
|
+
name?: string | undefined;
|
|
67
|
+
description?: string | undefined;
|
|
68
|
+
options?: any;
|
|
69
|
+
alias?: string | undefined;
|
|
70
|
+
_id: string | {};
|
|
71
|
+
createdAt: any;
|
|
72
|
+
}, HookContext<StrategiesIndicatorsService<import("./indicators.class").StrategiesIndicatorsParams>>>;
|
|
73
|
+
export declare const strategiesIndicatorsQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
74
|
+
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
75
|
+
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
76
|
+
alias: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
77
|
+
options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
78
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
79
|
+
object: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
80
|
+
createdAt: import("@feathersjs/typebox").TAny;
|
|
81
|
+
}>, ["_id", "name"]>;
|
|
82
|
+
export declare const strategiesIndicatorsQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
83
|
+
$limit: import("@feathersjs/typebox").TNumber;
|
|
84
|
+
$skip: import("@feathersjs/typebox").TNumber;
|
|
85
|
+
$sort: import("@feathersjs/typebox").TObject<{
|
|
86
|
+
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
87
|
+
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
88
|
+
}>;
|
|
89
|
+
$select: import("@feathersjs/typebox").TUnsafe<("name" | "_id")[]>;
|
|
90
|
+
$and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
91
|
+
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
92
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
93
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
94
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
95
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
96
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
97
|
+
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
98
|
+
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
99
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
100
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
101
|
+
} | undefined>]>>]>>;
|
|
102
|
+
_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<{
|
|
103
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
104
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
105
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
106
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
107
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
108
|
+
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
109
|
+
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
110
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
111
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
112
|
+
} | undefined>]>>]>>;
|
|
113
|
+
}>>, import("@feathersjs/typebox").TObject<{
|
|
114
|
+
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
115
|
+
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
116
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
117
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
118
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
119
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
120
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
121
|
+
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
122
|
+
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
123
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
124
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
125
|
+
} | undefined>]>>]>>;
|
|
126
|
+
_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<{
|
|
127
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
128
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
129
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
130
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
131
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
132
|
+
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
133
|
+
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
134
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
135
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
136
|
+
} | undefined>]>>]>>;
|
|
137
|
+
}>>>;
|
|
138
|
+
}>]>>;
|
|
139
|
+
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
140
|
+
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
141
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
142
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
143
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
144
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
145
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
146
|
+
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
147
|
+
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
148
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
149
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
150
|
+
} | undefined>]>>]>>;
|
|
151
|
+
_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<{
|
|
152
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
153
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
154
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
155
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
156
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
157
|
+
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
158
|
+
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
159
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
160
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
161
|
+
} | undefined>]>>]>>;
|
|
162
|
+
}>>>;
|
|
163
|
+
}>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
164
|
+
name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
165
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
166
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
167
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
168
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
169
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
170
|
+
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
171
|
+
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
172
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
173
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
174
|
+
} | undefined>]>>]>>;
|
|
175
|
+
_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<{
|
|
176
|
+
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
177
|
+
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
178
|
+
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
179
|
+
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
180
|
+
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
181
|
+
$in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
182
|
+
$nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
183
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
184
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
185
|
+
} | undefined>]>>]>>;
|
|
186
|
+
}>>]>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
187
|
+
export type StrategiesIndicatorsQuery = Static<typeof strategiesIndicatorsQuerySchema>;
|
|
188
|
+
export declare const strategiesIndicatorsQueryValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
189
|
+
export declare const strategiesIndicatorsQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
|
|
190
|
+
$limit: number;
|
|
191
|
+
$skip: number;
|
|
192
|
+
$sort: {
|
|
193
|
+
name?: number | undefined;
|
|
194
|
+
_id?: number | undefined;
|
|
195
|
+
};
|
|
196
|
+
$select: ("name" | "_id")[];
|
|
197
|
+
$and: ({
|
|
198
|
+
name?: string | Partial<{
|
|
199
|
+
$gt?: string | undefined;
|
|
200
|
+
$gte?: string | undefined;
|
|
201
|
+
$lt?: string | undefined;
|
|
202
|
+
$lte?: string | undefined;
|
|
203
|
+
$ne?: string | undefined;
|
|
204
|
+
$in: string | string[];
|
|
205
|
+
$nin: string | string[];
|
|
206
|
+
} & {}> | undefined;
|
|
207
|
+
_id?: string | {} | Partial<{
|
|
208
|
+
$gt: string | {};
|
|
209
|
+
$gte: string | {};
|
|
210
|
+
$lt: string | {};
|
|
211
|
+
$lte: string | {};
|
|
212
|
+
$ne: string | {};
|
|
213
|
+
$in: string | {} | (string | {})[];
|
|
214
|
+
$nin: string | {} | (string | {})[];
|
|
215
|
+
} & {}> | undefined;
|
|
216
|
+
} | {
|
|
217
|
+
$or: {
|
|
218
|
+
name?: string | Partial<{
|
|
219
|
+
$gt?: string | undefined;
|
|
220
|
+
$gte?: string | undefined;
|
|
221
|
+
$lt?: string | undefined;
|
|
222
|
+
$lte?: string | undefined;
|
|
223
|
+
$ne?: string | undefined;
|
|
224
|
+
$in: string | string[];
|
|
225
|
+
$nin: string | string[];
|
|
226
|
+
} & {}> | undefined;
|
|
227
|
+
_id?: string | {} | Partial<{
|
|
228
|
+
$gt: string | {};
|
|
229
|
+
$gte: string | {};
|
|
230
|
+
$lt: string | {};
|
|
231
|
+
$lte: string | {};
|
|
232
|
+
$ne: string | {};
|
|
233
|
+
$in: string | {} | (string | {})[];
|
|
234
|
+
$nin: string | {} | (string | {})[];
|
|
235
|
+
} & {}> | undefined;
|
|
236
|
+
}[];
|
|
237
|
+
})[];
|
|
238
|
+
$or: {
|
|
239
|
+
name?: string | Partial<{
|
|
240
|
+
$gt?: string | undefined;
|
|
241
|
+
$gte?: string | undefined;
|
|
242
|
+
$lt?: string | undefined;
|
|
243
|
+
$lte?: string | undefined;
|
|
244
|
+
$ne?: string | undefined;
|
|
245
|
+
$in: string | string[];
|
|
246
|
+
$nin: string | string[];
|
|
247
|
+
} & {}> | undefined;
|
|
248
|
+
_id?: string | {} | Partial<{
|
|
249
|
+
$gt: string | {};
|
|
250
|
+
$gte: string | {};
|
|
251
|
+
$lt: string | {};
|
|
252
|
+
$lte: string | {};
|
|
253
|
+
$ne: string | {};
|
|
254
|
+
$in: string | {} | (string | {})[];
|
|
255
|
+
$nin: string | {} | (string | {})[];
|
|
256
|
+
} & {}> | undefined;
|
|
257
|
+
}[];
|
|
258
|
+
}> & {
|
|
259
|
+
name?: string | Partial<{
|
|
260
|
+
$gt?: string | undefined;
|
|
261
|
+
$gte?: string | undefined;
|
|
262
|
+
$lt?: string | undefined;
|
|
263
|
+
$lte?: string | undefined;
|
|
264
|
+
$ne?: string | undefined;
|
|
265
|
+
$in: string | string[];
|
|
266
|
+
$nin: string | string[];
|
|
267
|
+
} & {}> | undefined;
|
|
268
|
+
_id?: string | {} | Partial<{
|
|
269
|
+
$gt: string | {};
|
|
270
|
+
$gte: string | {};
|
|
271
|
+
$lt: string | {};
|
|
272
|
+
$lte: string | {};
|
|
273
|
+
$ne: string | {};
|
|
274
|
+
$in: string | {} | (string | {})[];
|
|
275
|
+
$nin: string | {} | (string | {})[];
|
|
276
|
+
} & {}> | undefined;
|
|
277
|
+
} & {}, HookContext<StrategiesIndicatorsService<import("./indicators.class").StrategiesIndicatorsParams>>>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Params } from '@feathersjs/feathers';
|
|
2
|
+
import type { ClientApplication } from '../../../client';
|
|
3
|
+
import type { StrategiesIndicators, StrategiesIndicatorsData, StrategiesIndicatorsPatch, StrategiesIndicatorsQuery, StrategiesIndicatorsService } from './indicators.class';
|
|
4
|
+
export type { StrategiesIndicators, StrategiesIndicatorsData, StrategiesIndicatorsPatch, StrategiesIndicatorsQuery };
|
|
5
|
+
export type StrategiesIndicatorsClientService = Pick<StrategiesIndicatorsService<Params<StrategiesIndicatorsQuery>>, (typeof strategiesIndicatorsMethods)[number]>;
|
|
6
|
+
export declare const strategiesIndicatorsPath = "strategies/indicators";
|
|
7
|
+
export declare const strategiesIndicatorsMethods: readonly ["find", "get", "create", "update", "patch", "remove"];
|
|
8
|
+
export declare const strategiesIndicatorsClient: (client: ClientApplication) => void;
|
|
9
|
+
declare module '../../../client' {
|
|
10
|
+
interface ServiceTypes {
|
|
11
|
+
[strategiesIndicatorsPath]: StrategiesIndicatorsClientService;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.strategiesIndicatorsClient = exports.strategiesIndicatorsMethods = exports.strategiesIndicatorsPath = void 0;
|
|
4
|
+
exports.strategiesIndicatorsPath = 'strategies/indicators';
|
|
5
|
+
exports.strategiesIndicatorsMethods = ['find', 'get', 'create', 'update', 'patch', 'remove'];
|
|
6
|
+
const strategiesIndicatorsClient = (client) => {
|
|
7
|
+
const connection = client.get('connection');
|
|
8
|
+
client.use(exports.strategiesIndicatorsPath, connection.service(exports.strategiesIndicatorsPath), {
|
|
9
|
+
methods: exports.strategiesIndicatorsMethods
|
|
10
|
+
});
|
|
11
|
+
};
|
|
12
|
+
exports.strategiesIndicatorsClient = strategiesIndicatorsClient;
|
|
13
|
+
//# sourceMappingURL=indicators.shared.js.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Params } from '@feathersjs/feathers';
|
|
2
|
+
import { MongoDBService } from '@feathersjs/mongodb';
|
|
3
|
+
import type { MongoDBAdapterParams, MongoDBAdapterOptions } from '@feathersjs/mongodb';
|
|
4
|
+
import type { Application } from '../../declarations';
|
|
5
|
+
import type { Strategies, StrategiesData, StrategiesPatch, StrategiesQuery } from './strategies.schema';
|
|
6
|
+
export type { Strategies, StrategiesData, StrategiesPatch, StrategiesQuery };
|
|
7
|
+
export interface StrategiesParams extends MongoDBAdapterParams<StrategiesQuery> {
|
|
8
|
+
}
|
|
9
|
+
export declare class StrategiesService<ServiceParams extends Params = StrategiesParams> extends MongoDBService<Strategies, StrategiesData, StrategiesParams, StrategiesPatch> {
|
|
10
|
+
}
|
|
11
|
+
export declare const getOptions: (app: Application) => MongoDBAdapterOptions;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Application } from '../../declarations';
|
|
2
|
+
import { StrategiesService } from './strategies.class';
|
|
3
|
+
import { strategiesPath } from './strategies.shared';
|
|
4
|
+
export * from './strategies.class';
|
|
5
|
+
export * from './strategies.schema';
|
|
6
|
+
export declare const strategies: (app: Application) => void;
|
|
7
|
+
declare module '../../declarations' {
|
|
8
|
+
interface ServiceTypes {
|
|
9
|
+
[strategiesPath]: StrategiesService;
|
|
10
|
+
}
|
|
11
|
+
}
|