@cryptorobot.ai/client 0.0.11 → 0.0.13

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.
@@ -88,8 +88,8 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
88
88
  $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
89
89
  $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
90
90
  $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
91
- $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<{}>]>>;
92
- $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<{}>]>>;
91
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
92
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
93
93
  }>, import("@feathersjs/typebox").TObject<{
94
94
  [key: string]: import("@feathersjs/typebox").TSchema;
95
95
  } | undefined>]>>]>>;
@@ -99,8 +99,8 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
99
99
  $lt: import("@feathersjs/typebox").TString<string>;
100
100
  $lte: import("@feathersjs/typebox").TString<string>;
101
101
  $ne: import("@feathersjs/typebox").TString<string>;
102
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
103
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
102
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
103
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
104
104
  }>, import("@feathersjs/typebox").TObject<{
105
105
  [key: string]: import("@feathersjs/typebox").TSchema;
106
106
  } | undefined>]>>]>>;
@@ -110,8 +110,8 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
110
110
  $lt: import("@feathersjs/typebox").TString<string>;
111
111
  $lte: import("@feathersjs/typebox").TString<string>;
112
112
  $ne: import("@feathersjs/typebox").TString<string>;
113
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
114
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
113
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
114
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
115
115
  }>, import("@feathersjs/typebox").TObject<{
116
116
  [key: string]: import("@feathersjs/typebox").TSchema;
117
117
  } | undefined>]>>]>>;
@@ -121,8 +121,8 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
121
121
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
122
122
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
123
123
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
124
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
125
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
124
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
125
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
126
126
  }>, import("@feathersjs/typebox").TObject<{
127
127
  [key: string]: import("@feathersjs/typebox").TSchema;
128
128
  } | undefined>]>>]>>;
@@ -134,8 +134,8 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
134
134
  $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
135
135
  $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
136
136
  $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
137
- $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<{}>]>>;
138
- $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<{}>]>>;
137
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
138
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
139
139
  }>, import("@feathersjs/typebox").TObject<{
140
140
  [key: string]: import("@feathersjs/typebox").TSchema;
141
141
  } | undefined>]>>]>>;
@@ -145,8 +145,8 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
145
145
  $lt: import("@feathersjs/typebox").TString<string>;
146
146
  $lte: import("@feathersjs/typebox").TString<string>;
147
147
  $ne: import("@feathersjs/typebox").TString<string>;
148
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
149
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
148
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
149
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
150
150
  }>, import("@feathersjs/typebox").TObject<{
151
151
  [key: string]: import("@feathersjs/typebox").TSchema;
152
152
  } | undefined>]>>]>>;
@@ -156,8 +156,8 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
156
156
  $lt: import("@feathersjs/typebox").TString<string>;
157
157
  $lte: import("@feathersjs/typebox").TString<string>;
158
158
  $ne: import("@feathersjs/typebox").TString<string>;
159
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
160
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
159
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
160
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
161
161
  }>, import("@feathersjs/typebox").TObject<{
162
162
  [key: string]: import("@feathersjs/typebox").TSchema;
163
163
  } | undefined>]>>]>>;
@@ -167,8 +167,8 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
167
167
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
168
168
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
169
169
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
170
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
171
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
170
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
171
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
172
172
  }>, import("@feathersjs/typebox").TObject<{
173
173
  [key: string]: import("@feathersjs/typebox").TSchema;
174
174
  } | undefined>]>>]>>;
@@ -181,8 +181,8 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
181
181
  $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
182
182
  $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
183
183
  $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
184
- $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<{}>]>>;
185
- $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<{}>]>>;
184
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
185
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
186
186
  }>, import("@feathersjs/typebox").TObject<{
187
187
  [key: string]: import("@feathersjs/typebox").TSchema;
188
188
  } | undefined>]>>]>>;
@@ -192,8 +192,8 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
192
192
  $lt: import("@feathersjs/typebox").TString<string>;
193
193
  $lte: import("@feathersjs/typebox").TString<string>;
194
194
  $ne: import("@feathersjs/typebox").TString<string>;
195
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
196
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
195
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
196
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
197
197
  }>, import("@feathersjs/typebox").TObject<{
198
198
  [key: string]: import("@feathersjs/typebox").TSchema;
199
199
  } | undefined>]>>]>>;
@@ -203,8 +203,8 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
203
203
  $lt: import("@feathersjs/typebox").TString<string>;
204
204
  $lte: import("@feathersjs/typebox").TString<string>;
205
205
  $ne: import("@feathersjs/typebox").TString<string>;
206
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
207
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
206
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
207
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
208
208
  }>, import("@feathersjs/typebox").TObject<{
209
209
  [key: string]: import("@feathersjs/typebox").TSchema;
210
210
  } | undefined>]>>]>>;
@@ -214,8 +214,8 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
214
214
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
215
215
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
216
216
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
217
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
218
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
217
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
218
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
219
219
  }>, import("@feathersjs/typebox").TObject<{
220
220
  [key: string]: import("@feathersjs/typebox").TSchema;
221
221
  } | undefined>]>>]>>;
@@ -227,8 +227,8 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
227
227
  $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
228
228
  $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
229
229
  $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
230
- $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<{}>]>>;
231
- $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<{}>]>>;
230
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
231
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
232
232
  }>, import("@feathersjs/typebox").TObject<{
233
233
  [key: string]: import("@feathersjs/typebox").TSchema;
234
234
  } | undefined>]>>]>>;
@@ -238,8 +238,8 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
238
238
  $lt: import("@feathersjs/typebox").TString<string>;
239
239
  $lte: import("@feathersjs/typebox").TString<string>;
240
240
  $ne: import("@feathersjs/typebox").TString<string>;
241
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
242
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
241
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
242
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
243
243
  }>, import("@feathersjs/typebox").TObject<{
244
244
  [key: string]: import("@feathersjs/typebox").TSchema;
245
245
  } | undefined>]>>]>>;
@@ -249,8 +249,8 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
249
249
  $lt: import("@feathersjs/typebox").TString<string>;
250
250
  $lte: import("@feathersjs/typebox").TString<string>;
251
251
  $ne: import("@feathersjs/typebox").TString<string>;
252
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
253
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
252
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
253
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
254
254
  }>, import("@feathersjs/typebox").TObject<{
255
255
  [key: string]: import("@feathersjs/typebox").TSchema;
256
256
  } | undefined>]>>]>>;
@@ -260,8 +260,8 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
260
260
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
261
261
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
262
262
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
263
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
264
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
263
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
264
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
265
265
  }>, import("@feathersjs/typebox").TObject<{
266
266
  [key: string]: import("@feathersjs/typebox").TSchema;
267
267
  } | undefined>]>>]>>;
@@ -285,8 +285,8 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
285
285
  $lt: string | {};
286
286
  $lte: string | {};
287
287
  $ne: string | {};
288
- $in: string | {} | (string | {})[];
289
- $nin: string | {} | (string | {})[];
288
+ $in: (string | {})[];
289
+ $nin: (string | {})[];
290
290
  } & {}> | undefined;
291
291
  traderId?: string | Partial<{
292
292
  $gt: string;
@@ -294,8 +294,8 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
294
294
  $lt: string;
295
295
  $lte: string;
296
296
  $ne: string;
297
- $in: string | string[];
298
- $nin: string | string[];
297
+ $in: string[];
298
+ $nin: string[];
299
299
  } & {}> | undefined;
300
300
  exchangeId?: string | Partial<{
301
301
  $gt: string;
@@ -303,8 +303,8 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
303
303
  $lt: string;
304
304
  $lte: string;
305
305
  $ne: string;
306
- $in: string | string[];
307
- $nin: string | string[];
306
+ $in: string[];
307
+ $nin: string[];
308
308
  } & {}> | undefined;
309
309
  results?: any;
310
310
  } | {
@@ -315,8 +315,8 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
315
315
  $lt: string | {};
316
316
  $lte: string | {};
317
317
  $ne: string | {};
318
- $in: string | {} | (string | {})[];
319
- $nin: string | {} | (string | {})[];
318
+ $in: (string | {})[];
319
+ $nin: (string | {})[];
320
320
  } & {}> | undefined;
321
321
  traderId?: string | Partial<{
322
322
  $gt: string;
@@ -324,8 +324,8 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
324
324
  $lt: string;
325
325
  $lte: string;
326
326
  $ne: string;
327
- $in: string | string[];
328
- $nin: string | string[];
327
+ $in: string[];
328
+ $nin: string[];
329
329
  } & {}> | undefined;
330
330
  exchangeId?: string | Partial<{
331
331
  $gt: string;
@@ -333,8 +333,8 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
333
333
  $lt: string;
334
334
  $lte: string;
335
335
  $ne: string;
336
- $in: string | string[];
337
- $nin: string | string[];
336
+ $in: string[];
337
+ $nin: string[];
338
338
  } & {}> | undefined;
339
339
  results?: any;
340
340
  }[];
@@ -346,8 +346,8 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
346
346
  $lt: string | {};
347
347
  $lte: string | {};
348
348
  $ne: string | {};
349
- $in: string | {} | (string | {})[];
350
- $nin: string | {} | (string | {})[];
349
+ $in: (string | {})[];
350
+ $nin: (string | {})[];
351
351
  } & {}> | undefined;
352
352
  traderId?: string | Partial<{
353
353
  $gt: string;
@@ -355,8 +355,8 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
355
355
  $lt: string;
356
356
  $lte: string;
357
357
  $ne: string;
358
- $in: string | string[];
359
- $nin: string | string[];
358
+ $in: string[];
359
+ $nin: string[];
360
360
  } & {}> | undefined;
361
361
  exchangeId?: string | Partial<{
362
362
  $gt: string;
@@ -364,8 +364,8 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
364
364
  $lt: string;
365
365
  $lte: string;
366
366
  $ne: string;
367
- $in: string | string[];
368
- $nin: string | string[];
367
+ $in: string[];
368
+ $nin: string[];
369
369
  } & {}> | undefined;
370
370
  results?: any;
371
371
  }[];
@@ -376,8 +376,8 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
376
376
  $lt: string | {};
377
377
  $lte: string | {};
378
378
  $ne: string | {};
379
- $in: string | {} | (string | {})[];
380
- $nin: string | {} | (string | {})[];
379
+ $in: (string | {})[];
380
+ $nin: (string | {})[];
381
381
  } & {}> | undefined;
382
382
  traderId?: string | Partial<{
383
383
  $gt: string;
@@ -385,8 +385,8 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
385
385
  $lt: string;
386
386
  $lte: string;
387
387
  $ne: string;
388
- $in: string | string[];
389
- $nin: string | string[];
388
+ $in: string[];
389
+ $nin: string[];
390
390
  } & {}> | undefined;
391
391
  exchangeId?: string | Partial<{
392
392
  $gt: string;
@@ -394,8 +394,8 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
394
394
  $lt: string;
395
395
  $lte: string;
396
396
  $ne: string;
397
- $in: string | string[];
398
- $nin: string | string[];
397
+ $in: string[];
398
+ $nin: string[];
399
399
  } & {}> | undefined;
400
400
  results?: any;
401
401
  } & {}, HookContext<StrategiesBacktestService<import("./backtest.class").StrategiesBacktestParams>>>;