@cryptorobot.ai/client 0.0.29 → 0.0.30
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.
|
@@ -24,6 +24,7 @@ export declare const strategiesHyperoptSchema: import("@feathersjs/typebox").TOb
|
|
|
24
24
|
updatedAt: import("@feathersjs/typebox").TAny;
|
|
25
25
|
startedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
26
26
|
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
27
|
+
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
27
28
|
took: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
28
29
|
attempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
29
30
|
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -34,6 +35,7 @@ export declare const strategiesHyperoptSchema: import("@feathersjs/typebox").TOb
|
|
|
34
35
|
export type StrategiesHyperopt = Static<typeof strategiesHyperoptSchema>;
|
|
35
36
|
export declare const strategiesHyperoptValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
36
37
|
export declare const strategiesHyperoptResolver: import("@feathersjs/schema").Resolver<{
|
|
38
|
+
results?: any;
|
|
37
39
|
exchangeId?: string | {} | undefined;
|
|
38
40
|
status?: string | undefined;
|
|
39
41
|
traderId?: string | {} | undefined;
|
|
@@ -64,6 +66,7 @@ export declare const strategiesHyperoptResolver: import("@feathersjs/schema").Re
|
|
|
64
66
|
epochs: number;
|
|
65
67
|
}, HookContext<StrategiesHyperoptService<import("./hyperopt.class").StrategiesHyperoptParams>>>;
|
|
66
68
|
export declare const strategiesHyperoptExternalResolver: import("@feathersjs/schema").Resolver<{
|
|
69
|
+
results?: any;
|
|
67
70
|
exchangeId?: string | {} | undefined;
|
|
68
71
|
status?: string | undefined;
|
|
69
72
|
traderId?: string | {} | undefined;
|
|
@@ -116,6 +119,7 @@ export declare const strategiesHyperoptDataSchema: import("@feathersjs/typebox")
|
|
|
116
119
|
updatedAt: import("@feathersjs/typebox").TAny;
|
|
117
120
|
startedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
118
121
|
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
122
|
+
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
119
123
|
took: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
120
124
|
attempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
121
125
|
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -126,6 +130,7 @@ export declare const strategiesHyperoptDataSchema: import("@feathersjs/typebox")
|
|
|
126
130
|
export type StrategiesHyperoptData = Static<typeof strategiesHyperoptDataSchema>;
|
|
127
131
|
export declare const strategiesHyperoptDataValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
128
132
|
export declare const strategiesHyperoptDataResolver: import("@feathersjs/schema").Resolver<{
|
|
133
|
+
results?: any;
|
|
129
134
|
exchangeId?: string | {} | undefined;
|
|
130
135
|
status?: string | undefined;
|
|
131
136
|
traderId?: string | {} | undefined;
|
|
@@ -178,6 +183,7 @@ export declare const strategiesHyperoptPatchSchema: import("@feathersjs/typebox"
|
|
|
178
183
|
updatedAt: import("@feathersjs/typebox").TAny;
|
|
179
184
|
startedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
180
185
|
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
186
|
+
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
181
187
|
took: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
182
188
|
attempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
183
189
|
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -188,6 +194,7 @@ export declare const strategiesHyperoptPatchSchema: import("@feathersjs/typebox"
|
|
|
188
194
|
export type StrategiesHyperoptPatch = Static<typeof strategiesHyperoptPatchSchema>;
|
|
189
195
|
export declare const strategiesHyperoptPatchValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
190
196
|
export declare const strategiesHyperoptPatchResolver: import("@feathersjs/schema").Resolver<{
|
|
197
|
+
results?: any;
|
|
191
198
|
exchangeId?: string | {} | undefined;
|
|
192
199
|
status?: string | undefined;
|
|
193
200
|
traderId?: string | {} | undefined;
|
|
@@ -240,25 +247,27 @@ export declare const strategiesHyperoptQueryProperties: import("@feathersjs/type
|
|
|
240
247
|
updatedAt: import("@feathersjs/typebox").TAny;
|
|
241
248
|
startedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
242
249
|
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
250
|
+
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
243
251
|
took: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
244
252
|
attempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
245
253
|
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
246
254
|
job: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
247
255
|
jobName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
248
256
|
}>>;
|
|
249
|
-
}>, ["_id", "strategyId", "status", "createdAt", "jobId", "progress"]>;
|
|
257
|
+
}>, ["_id", "strategyId", "status", "createdAt", "results", "jobId", "progress"]>;
|
|
250
258
|
export declare const strategiesHyperoptQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
251
259
|
$limit: import("@feathersjs/typebox").TNumber;
|
|
252
260
|
$skip: import("@feathersjs/typebox").TNumber;
|
|
253
261
|
$sort: import("@feathersjs/typebox").TObject<{
|
|
254
262
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
255
263
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
264
|
+
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
256
265
|
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
257
266
|
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
258
267
|
jobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
259
268
|
progress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
260
269
|
}>;
|
|
261
|
-
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "strategyId" | "status" | "jobId" | "progress")[]>;
|
|
270
|
+
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "results" | "strategyId" | "status" | "jobId" | "progress")[]>;
|
|
262
271
|
$and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
263
272
|
_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<{
|
|
264
273
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -282,6 +291,17 @@ export declare const strategiesHyperoptQuerySchema: import("@feathersjs/typebox"
|
|
|
282
291
|
}>, import("@feathersjs/typebox").TObject<{
|
|
283
292
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
284
293
|
} | undefined>]>>]>>;
|
|
294
|
+
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
295
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
296
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
297
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
298
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
299
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
300
|
+
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
301
|
+
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
302
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
303
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
304
|
+
} | undefined>]>>]>>;
|
|
285
305
|
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
286
306
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>;
|
|
287
307
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>;
|
|
@@ -350,6 +370,17 @@ export declare const strategiesHyperoptQuerySchema: import("@feathersjs/typebox"
|
|
|
350
370
|
}>, import("@feathersjs/typebox").TObject<{
|
|
351
371
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
352
372
|
} | undefined>]>>]>>;
|
|
373
|
+
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
374
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
375
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
376
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
377
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
378
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
379
|
+
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
380
|
+
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
381
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
382
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
383
|
+
} | undefined>]>>]>>;
|
|
353
384
|
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
354
385
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>;
|
|
355
386
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>;
|
|
@@ -419,6 +450,17 @@ export declare const strategiesHyperoptQuerySchema: import("@feathersjs/typebox"
|
|
|
419
450
|
}>, import("@feathersjs/typebox").TObject<{
|
|
420
451
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
421
452
|
} | undefined>]>>]>>;
|
|
453
|
+
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
454
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
455
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
456
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
457
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
458
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
459
|
+
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
460
|
+
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
461
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
462
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
463
|
+
} | undefined>]>>]>>;
|
|
422
464
|
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
423
465
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>;
|
|
424
466
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>;
|
|
@@ -487,6 +529,17 @@ export declare const strategiesHyperoptQuerySchema: import("@feathersjs/typebox"
|
|
|
487
529
|
}>, import("@feathersjs/typebox").TObject<{
|
|
488
530
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
489
531
|
} | undefined>]>>]>>;
|
|
532
|
+
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
533
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
534
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
535
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
536
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
537
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
538
|
+
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
539
|
+
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
540
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
541
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
542
|
+
} | undefined>]>>]>>;
|
|
490
543
|
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
491
544
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>;
|
|
492
545
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>;
|
|
@@ -540,12 +593,13 @@ export declare const strategiesHyperoptQueryResolver: import("@feathersjs/schema
|
|
|
540
593
|
$sort: {
|
|
541
594
|
_id?: number | undefined;
|
|
542
595
|
createdAt?: number | undefined;
|
|
596
|
+
results?: number | undefined;
|
|
543
597
|
strategyId?: number | undefined;
|
|
544
598
|
status?: number | undefined;
|
|
545
599
|
jobId?: number | undefined;
|
|
546
600
|
progress?: number | undefined;
|
|
547
601
|
};
|
|
548
|
-
$select: ("_id" | "createdAt" | "strategyId" | "status" | "jobId" | "progress")[];
|
|
602
|
+
$select: ("_id" | "createdAt" | "results" | "strategyId" | "status" | "jobId" | "progress")[];
|
|
549
603
|
$and: ({
|
|
550
604
|
_id?: string | {} | Partial<{
|
|
551
605
|
$gt: string | {};
|
|
@@ -557,6 +611,7 @@ export declare const strategiesHyperoptQueryResolver: import("@feathersjs/schema
|
|
|
557
611
|
$nin: string | {} | (string | {})[];
|
|
558
612
|
} & {}> | undefined;
|
|
559
613
|
createdAt?: any;
|
|
614
|
+
results?: any;
|
|
560
615
|
strategyId?: string | {} | Partial<{
|
|
561
616
|
$gt: string | {};
|
|
562
617
|
$gte: string | {};
|
|
@@ -597,6 +652,7 @@ export declare const strategiesHyperoptQueryResolver: import("@feathersjs/schema
|
|
|
597
652
|
$nin: string | {} | (string | {})[];
|
|
598
653
|
} & {}> | undefined;
|
|
599
654
|
createdAt?: any;
|
|
655
|
+
results?: any;
|
|
600
656
|
strategyId?: string | {} | Partial<{
|
|
601
657
|
$gt: string | {};
|
|
602
658
|
$gte: string | {};
|
|
@@ -638,6 +694,7 @@ export declare const strategiesHyperoptQueryResolver: import("@feathersjs/schema
|
|
|
638
694
|
$nin: string | {} | (string | {})[];
|
|
639
695
|
} & {}> | undefined;
|
|
640
696
|
createdAt?: any;
|
|
697
|
+
results?: any;
|
|
641
698
|
strategyId?: string | {} | Partial<{
|
|
642
699
|
$gt: string | {};
|
|
643
700
|
$gte: string | {};
|
|
@@ -678,6 +735,7 @@ export declare const strategiesHyperoptQueryResolver: import("@feathersjs/schema
|
|
|
678
735
|
$nin: string | {} | (string | {})[];
|
|
679
736
|
} & {}> | undefined;
|
|
680
737
|
createdAt?: any;
|
|
738
|
+
results?: any;
|
|
681
739
|
strategyId?: string | {} | Partial<{
|
|
682
740
|
$gt: string | {};
|
|
683
741
|
$gte: string | {};
|
package/package.json
CHANGED