@cryptorobot.ai/client 0.0.19 → 0.0.26
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/client.d.ts +38 -36
- package/lib/client.js +6 -12
- package/lib/configuration.d.ts +20 -1
- package/lib/firebase-push-notification.d.ts +1 -0
- package/lib/helpers/backtest.helper.d.ts +53 -4
- package/lib/helpers/ccxt.helper.d.ts +75 -0
- package/lib/helpers/deployments.helper.d.ts +72 -0
- package/lib/helpers/funnel.helper.d.ts +17 -0
- package/lib/helpers/hyperopt.helper.d.ts +14 -0
- package/lib/helpers/push-notification.helper.d.ts +7 -0
- package/lib/helpers/queue.helper.d.ts +8 -0
- package/lib/helpers/sqlite3.helper.d.ts +6 -0
- package/lib/helpers/sqs.helper.d.ts +7 -0
- package/lib/helpers/subscription.helper.d.ts +48 -0
- package/lib/helpers/telegram.helper.d.ts +26 -1
- package/lib/helpers/trader.helper.d.ts +26 -0
- package/lib/hooks/application/setup-config-preparation.d.ts +1 -1
- package/lib/hooks/application/setup-info.d.ts +1 -1
- package/lib/hooks/application/setup-load-indicators.d.ts +1 -1
- package/lib/hooks/application/setup-load-strategy-templates.d.ts +1 -1
- package/lib/hooks/aws-prepare-batch-job.d.ts +2 -0
- package/lib/hooks/backtest-copy-candles-from-user-data.d.ts +1 -1
- package/lib/hooks/{backtest-generate-and-start.d.ts → backtest-generate-and-queue.d.ts} +1 -1
- package/lib/hooks/backtest-generate-config.d.ts +6 -0
- package/lib/hooks/backtest-generate-exchange-config.d.ts +6 -0
- package/lib/hooks/backtest-get-results.d.ts +12 -0
- package/lib/hooks/file-generate-config-hyperopt.d.ts +2 -0
- package/lib/hooks/setup-ensure-image.d.ts +3 -0
- package/lib/hooks/setup-firebase.d.ts +2 -0
- package/lib/hooks/setup-homepage.d.ts +3 -0
- package/lib/hooks/setup-mautic.d.ts +3 -0
- package/lib/hooks/setup-mixpanel.d.ts +3 -0
- package/lib/hooks/setup-prepare-maildev-while-in-test-env.d.ts +1 -1
- package/lib/hooks/setup-queues.d.ts +1 -1
- package/lib/hooks/sqlite-reset-database.d.ts +2 -0
- package/lib/hooks/traders/pods-process-worker.d.ts +5 -0
- package/lib/sentry.d.ts +2 -0
- package/lib/services/exchanges/balance/balance.schema.d.ts +56 -56
- package/lib/services/exchanges/download/download.schema.d.ts +60 -60
- package/lib/services/exchanges/download/webhooks/webhooks.schema.d.ts +84 -84
- package/lib/services/exchanges/exchanges.schema.d.ts +198 -198
- package/lib/services/exchanges/ticker/ticker.schema.d.ts +110 -110
- package/lib/services/homepage/homepage.class.d.ts +15 -0
- package/lib/services/homepage/homepage.d.ts +10 -0
- package/lib/services/homepage/homepage.schema.d.ts +237 -0
- package/lib/services/homepage/homepage.shared.d.ts +4 -0
- package/lib/services/homepage/homepage.shared.js +6 -0
- package/lib/services/markets/markets.schema.d.ts +112 -112
- package/lib/services/messages/messages.schema.d.ts +136 -64
- package/lib/services/strategies/ai/ai.schema.d.ts +32 -32
- package/lib/services/strategies/backtest/backtest.schema.d.ts +394 -84
- package/lib/services/strategies/backtest/results/results.class.d.ts +1 -1
- package/lib/services/strategies/backtest/results/results.schema.d.ts +454 -156
- package/lib/services/strategies/hyperopt/hyperopt.class.d.ts +11 -0
- package/lib/services/strategies/hyperopt/hyperopt.d.ts +11 -0
- package/lib/services/strategies/hyperopt/hyperopt.schema.d.ts +375 -0
- package/lib/services/strategies/hyperopt/hyperopt.shared.d.ts +13 -0
- package/lib/services/strategies/hyperopt/hyperopt.shared.js +13 -0
- package/lib/services/strategies/indicators/indicators.schema.d.ts +40 -40
- package/lib/services/strategies/strategies.schema.d.ts +329 -247
- package/lib/services/strategies/templates/templates.schema.d.ts +41 -41
- package/lib/services/stripe/charges/charges.d.ts +1 -1
- package/lib/services/stripe/customers/customers.d.ts +1 -1
- package/lib/services/stripe/customers/paymentintent/paymentintent.d.ts +1 -1
- package/lib/services/stripe/customers/paymentmethods/paymentmethods.d.ts +1 -1
- package/lib/services/stripe/products/products.d.ts +1 -1
- package/lib/services/traders/pods/api/api.class.d.ts +1 -1
- package/lib/services/traders/pods/api/api.schema.d.ts +519 -519
- package/lib/services/traders/pods/events/events.schema.d.ts +375 -111
- package/lib/services/traders/pods/pods.schema.d.ts +384 -384
- package/lib/services/traders/pods/webhooks/webhooks.schema.d.ts +76 -76
- package/lib/services/traders/traders.class.d.ts +7 -1
- package/lib/services/traders/traders.d.ts +1 -0
- package/lib/services/traders/traders.schema.d.ts +852 -380
- package/lib/services/users/users.class.d.ts +1 -1
- package/lib/services/users/users.schema.d.ts +158 -52
- package/package.json +24 -16
- package/lib/hooks/bootstrap-user-telegram.d.ts +0 -2
|
@@ -87,8 +87,8 @@ export declare const strategiesAiQuerySchema: import("@feathersjs/typebox").TInt
|
|
|
87
87
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
88
88
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
89
89
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
90
|
-
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
91
|
-
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
90
|
+
$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<{}>]>>;
|
|
91
|
+
$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<{}>]>>;
|
|
92
92
|
}>, import("@feathersjs/typebox").TObject<{
|
|
93
93
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
94
94
|
} | undefined>]>>]>>;
|
|
@@ -98,8 +98,8 @@ export declare const strategiesAiQuerySchema: import("@feathersjs/typebox").TInt
|
|
|
98
98
|
$lt: import("@feathersjs/typebox").TAny;
|
|
99
99
|
$lte: import("@feathersjs/typebox").TAny;
|
|
100
100
|
$ne: import("@feathersjs/typebox").TAny;
|
|
101
|
-
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
102
|
-
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
101
|
+
$in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
102
|
+
$nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
103
103
|
}>, import("@feathersjs/typebox").TObject<{
|
|
104
104
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
105
105
|
} | undefined>]>>]>>;
|
|
@@ -109,8 +109,8 @@ export declare const strategiesAiQuerySchema: import("@feathersjs/typebox").TInt
|
|
|
109
109
|
$lt: import("@feathersjs/typebox").TAny;
|
|
110
110
|
$lte: import("@feathersjs/typebox").TAny;
|
|
111
111
|
$ne: import("@feathersjs/typebox").TAny;
|
|
112
|
-
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
113
|
-
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
112
|
+
$in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
113
|
+
$nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
114
114
|
}>, import("@feathersjs/typebox").TObject<{
|
|
115
115
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
116
116
|
} | undefined>]>>]>>;
|
|
@@ -122,8 +122,8 @@ export declare const strategiesAiQuerySchema: import("@feathersjs/typebox").TInt
|
|
|
122
122
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
123
123
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
124
124
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
125
|
-
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
126
|
-
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
125
|
+
$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<{}>]>>;
|
|
126
|
+
$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<{}>]>>;
|
|
127
127
|
}>, import("@feathersjs/typebox").TObject<{
|
|
128
128
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
129
129
|
} | undefined>]>>]>>;
|
|
@@ -133,8 +133,8 @@ export declare const strategiesAiQuerySchema: import("@feathersjs/typebox").TInt
|
|
|
133
133
|
$lt: import("@feathersjs/typebox").TAny;
|
|
134
134
|
$lte: import("@feathersjs/typebox").TAny;
|
|
135
135
|
$ne: import("@feathersjs/typebox").TAny;
|
|
136
|
-
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
137
|
-
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
136
|
+
$in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
137
|
+
$nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
138
138
|
}>, import("@feathersjs/typebox").TObject<{
|
|
139
139
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
140
140
|
} | undefined>]>>]>>;
|
|
@@ -144,8 +144,8 @@ export declare const strategiesAiQuerySchema: import("@feathersjs/typebox").TInt
|
|
|
144
144
|
$lt: import("@feathersjs/typebox").TAny;
|
|
145
145
|
$lte: import("@feathersjs/typebox").TAny;
|
|
146
146
|
$ne: import("@feathersjs/typebox").TAny;
|
|
147
|
-
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
148
|
-
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
147
|
+
$in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
148
|
+
$nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
149
149
|
}>, import("@feathersjs/typebox").TObject<{
|
|
150
150
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
151
151
|
} | undefined>]>>]>>;
|
|
@@ -158,8 +158,8 @@ export declare const strategiesAiQuerySchema: import("@feathersjs/typebox").TInt
|
|
|
158
158
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
159
159
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
160
160
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
161
|
-
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
162
|
-
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
161
|
+
$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<{}>]>>;
|
|
162
|
+
$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<{}>]>>;
|
|
163
163
|
}>, import("@feathersjs/typebox").TObject<{
|
|
164
164
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
165
165
|
} | undefined>]>>]>>;
|
|
@@ -169,8 +169,8 @@ export declare const strategiesAiQuerySchema: import("@feathersjs/typebox").TInt
|
|
|
169
169
|
$lt: import("@feathersjs/typebox").TAny;
|
|
170
170
|
$lte: import("@feathersjs/typebox").TAny;
|
|
171
171
|
$ne: import("@feathersjs/typebox").TAny;
|
|
172
|
-
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
173
|
-
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
172
|
+
$in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
173
|
+
$nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
174
174
|
}>, import("@feathersjs/typebox").TObject<{
|
|
175
175
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
176
176
|
} | undefined>]>>]>>;
|
|
@@ -180,8 +180,8 @@ export declare const strategiesAiQuerySchema: import("@feathersjs/typebox").TInt
|
|
|
180
180
|
$lt: import("@feathersjs/typebox").TAny;
|
|
181
181
|
$lte: import("@feathersjs/typebox").TAny;
|
|
182
182
|
$ne: import("@feathersjs/typebox").TAny;
|
|
183
|
-
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
184
|
-
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
183
|
+
$in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
184
|
+
$nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
185
185
|
}>, import("@feathersjs/typebox").TObject<{
|
|
186
186
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
187
187
|
} | undefined>]>>]>>;
|
|
@@ -193,8 +193,8 @@ export declare const strategiesAiQuerySchema: import("@feathersjs/typebox").TInt
|
|
|
193
193
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
194
194
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
195
195
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
196
|
-
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
197
|
-
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
196
|
+
$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<{}>]>>;
|
|
197
|
+
$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<{}>]>>;
|
|
198
198
|
}>, import("@feathersjs/typebox").TObject<{
|
|
199
199
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
200
200
|
} | undefined>]>>]>>;
|
|
@@ -204,8 +204,8 @@ export declare const strategiesAiQuerySchema: import("@feathersjs/typebox").TInt
|
|
|
204
204
|
$lt: import("@feathersjs/typebox").TAny;
|
|
205
205
|
$lte: import("@feathersjs/typebox").TAny;
|
|
206
206
|
$ne: import("@feathersjs/typebox").TAny;
|
|
207
|
-
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
208
|
-
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
207
|
+
$in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
208
|
+
$nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
209
209
|
}>, import("@feathersjs/typebox").TObject<{
|
|
210
210
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
211
211
|
} | undefined>]>>]>>;
|
|
@@ -215,8 +215,8 @@ export declare const strategiesAiQuerySchema: import("@feathersjs/typebox").TInt
|
|
|
215
215
|
$lt: import("@feathersjs/typebox").TAny;
|
|
216
216
|
$lte: import("@feathersjs/typebox").TAny;
|
|
217
217
|
$ne: import("@feathersjs/typebox").TAny;
|
|
218
|
-
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
219
|
-
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
218
|
+
$in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
219
|
+
$nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
220
220
|
}>, import("@feathersjs/typebox").TObject<{
|
|
221
221
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
222
222
|
} | undefined>]>>]>>;
|
|
@@ -239,8 +239,8 @@ export declare const strategiesAiQueryResolver: import("@feathersjs/schema").Res
|
|
|
239
239
|
$lt: string | {};
|
|
240
240
|
$lte: string | {};
|
|
241
241
|
$ne: string | {};
|
|
242
|
-
$in: (string | {})[];
|
|
243
|
-
$nin: (string | {})[];
|
|
242
|
+
$in: string | {} | (string | {})[];
|
|
243
|
+
$nin: string | {} | (string | {})[];
|
|
244
244
|
} & {}> | undefined;
|
|
245
245
|
createdAt?: any;
|
|
246
246
|
strategyId?: any;
|
|
@@ -252,8 +252,8 @@ export declare const strategiesAiQueryResolver: import("@feathersjs/schema").Res
|
|
|
252
252
|
$lt: string | {};
|
|
253
253
|
$lte: string | {};
|
|
254
254
|
$ne: string | {};
|
|
255
|
-
$in: (string | {})[];
|
|
256
|
-
$nin: (string | {})[];
|
|
255
|
+
$in: string | {} | (string | {})[];
|
|
256
|
+
$nin: string | {} | (string | {})[];
|
|
257
257
|
} & {}> | undefined;
|
|
258
258
|
createdAt?: any;
|
|
259
259
|
strategyId?: any;
|
|
@@ -266,8 +266,8 @@ export declare const strategiesAiQueryResolver: import("@feathersjs/schema").Res
|
|
|
266
266
|
$lt: string | {};
|
|
267
267
|
$lte: string | {};
|
|
268
268
|
$ne: string | {};
|
|
269
|
-
$in: (string | {})[];
|
|
270
|
-
$nin: (string | {})[];
|
|
269
|
+
$in: string | {} | (string | {})[];
|
|
270
|
+
$nin: string | {} | (string | {})[];
|
|
271
271
|
} & {}> | undefined;
|
|
272
272
|
createdAt?: any;
|
|
273
273
|
strategyId?: any;
|
|
@@ -279,8 +279,8 @@ export declare const strategiesAiQueryResolver: import("@feathersjs/schema").Res
|
|
|
279
279
|
$lt: string | {};
|
|
280
280
|
$lte: string | {};
|
|
281
281
|
$ne: string | {};
|
|
282
|
-
$in: (string | {})[];
|
|
283
|
-
$nin: (string | {})[];
|
|
282
|
+
$in: string | {} | (string | {})[];
|
|
283
|
+
$nin: string | {} | (string | {})[];
|
|
284
284
|
} & {}> | undefined;
|
|
285
285
|
createdAt?: any;
|
|
286
286
|
strategyId?: any;
|