@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.
- package/lib/services/exchanges/balance/balance.schema.d.ts +40 -40
- package/lib/services/exchanges/download/download.schema.d.ts +40 -40
- package/lib/services/exchanges/download/webhooks/webhooks.schema.d.ts +80 -80
- package/lib/services/exchanges/exchanges.schema.d.ts +72 -72
- package/lib/services/exchanges/ticker/ticker.schema.d.ts +64 -64
- package/lib/services/markets/markets.schema.d.ts +72 -72
- package/lib/services/messages/messages.schema.d.ts +48 -48
- package/lib/services/strategies/ai/ai.schema.d.ts +32 -32
- package/lib/services/strategies/backtest/backtest.schema.d.ts +56 -56
- package/lib/services/strategies/backtest/results/results.schema.d.ts +72 -72
- package/lib/services/strategies/indicators/indicators.schema.d.ts +32 -32
- package/lib/services/strategies/strategies.schema.d.ts +88 -88
- package/lib/services/strategies/templates/templates.schema.d.ts +32 -32
- package/lib/services/traders/pods/api/api.schema.d.ts +64 -64
- package/lib/services/traders/pods/events/events.schema.d.ts +72 -72
- package/lib/services/traders/pods/pods.schema.d.ts +80 -80
- package/lib/services/traders/pods/webhooks/webhooks.schema.d.ts +48 -48
- package/lib/services/traders/traders.schema.d.ts +152 -296
- package/lib/services/users/users.schema.d.ts +48 -48
- package/package.json +3 -2
|
@@ -447,8 +447,8 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
447
447
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
448
448
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
449
449
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
450
|
-
$in: import("@feathersjs/typebox").
|
|
451
|
-
$nin: import("@feathersjs/typebox").
|
|
450
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
451
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
452
452
|
}>, import("@feathersjs/typebox").TObject<{
|
|
453
453
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
454
454
|
} | undefined>]>>]>>;
|
|
@@ -458,8 +458,8 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
458
458
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
459
459
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
460
460
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
461
|
-
$in: import("@feathersjs/typebox").
|
|
462
|
-
$nin: import("@feathersjs/typebox").
|
|
461
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
462
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
463
463
|
}>, import("@feathersjs/typebox").TObject<{
|
|
464
464
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
465
465
|
} | undefined>]>>]>>;
|
|
@@ -469,8 +469,8 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
469
469
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
470
470
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
471
471
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
472
|
-
$in: import("@feathersjs/typebox").
|
|
473
|
-
$nin: import("@feathersjs/typebox").
|
|
472
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
473
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
474
474
|
}>, import("@feathersjs/typebox").TObject<{
|
|
475
475
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
476
476
|
} | undefined>]>>]>>;
|
|
@@ -482,8 +482,8 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
482
482
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
483
483
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
484
484
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
485
|
-
$in: import("@feathersjs/typebox").
|
|
486
|
-
$nin: import("@feathersjs/typebox").
|
|
485
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
486
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
487
487
|
}>, import("@feathersjs/typebox").TObject<{
|
|
488
488
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
489
489
|
} | undefined>]>>]>>;
|
|
@@ -493,8 +493,8 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
493
493
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
494
494
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
495
495
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
496
|
-
$in: import("@feathersjs/typebox").
|
|
497
|
-
$nin: import("@feathersjs/typebox").
|
|
496
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
497
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
498
498
|
}>, import("@feathersjs/typebox").TObject<{
|
|
499
499
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
500
500
|
} | undefined>]>>]>>;
|
|
@@ -504,8 +504,8 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
504
504
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
505
505
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
506
506
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
507
|
-
$in: import("@feathersjs/typebox").
|
|
508
|
-
$nin: import("@feathersjs/typebox").
|
|
507
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
508
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
509
509
|
}>, import("@feathersjs/typebox").TObject<{
|
|
510
510
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
511
511
|
} | undefined>]>>]>>;
|
|
@@ -518,8 +518,8 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
518
518
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
519
519
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
520
520
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
521
|
-
$in: import("@feathersjs/typebox").
|
|
522
|
-
$nin: import("@feathersjs/typebox").
|
|
521
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
522
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
523
523
|
}>, import("@feathersjs/typebox").TObject<{
|
|
524
524
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
525
525
|
} | undefined>]>>]>>;
|
|
@@ -529,8 +529,8 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
529
529
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
530
530
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
531
531
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
532
|
-
$in: import("@feathersjs/typebox").
|
|
533
|
-
$nin: import("@feathersjs/typebox").
|
|
532
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
533
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
534
534
|
}>, import("@feathersjs/typebox").TObject<{
|
|
535
535
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
536
536
|
} | undefined>]>>]>>;
|
|
@@ -540,8 +540,8 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
540
540
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
541
541
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
542
542
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
543
|
-
$in: import("@feathersjs/typebox").
|
|
544
|
-
$nin: import("@feathersjs/typebox").
|
|
543
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
544
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
545
545
|
}>, import("@feathersjs/typebox").TObject<{
|
|
546
546
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
547
547
|
} | undefined>]>>]>>;
|
|
@@ -553,8 +553,8 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
553
553
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
554
554
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
555
555
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
556
|
-
$in: import("@feathersjs/typebox").
|
|
557
|
-
$nin: import("@feathersjs/typebox").
|
|
556
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
557
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
558
558
|
}>, import("@feathersjs/typebox").TObject<{
|
|
559
559
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
560
560
|
} | undefined>]>>]>>;
|
|
@@ -564,8 +564,8 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
564
564
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
565
565
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
566
566
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
567
|
-
$in: import("@feathersjs/typebox").
|
|
568
|
-
$nin: import("@feathersjs/typebox").
|
|
567
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
568
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
569
569
|
}>, import("@feathersjs/typebox").TObject<{
|
|
570
570
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
571
571
|
} | undefined>]>>]>>;
|
|
@@ -575,8 +575,8 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
575
575
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
576
576
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
577
577
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
578
|
-
$in: import("@feathersjs/typebox").
|
|
579
|
-
$nin: import("@feathersjs/typebox").
|
|
578
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
579
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
580
580
|
}>, import("@feathersjs/typebox").TObject<{
|
|
581
581
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
582
582
|
} | undefined>]>>]>>;
|
|
@@ -599,8 +599,8 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
599
599
|
$lt: string | {};
|
|
600
600
|
$lte: string | {};
|
|
601
601
|
$ne: string | {};
|
|
602
|
-
$in:
|
|
603
|
-
$nin:
|
|
602
|
+
$in: (string | {})[];
|
|
603
|
+
$nin: (string | {})[];
|
|
604
604
|
} & {}> | undefined;
|
|
605
605
|
userId?: string | Partial<{
|
|
606
606
|
$gt?: string | undefined;
|
|
@@ -608,8 +608,8 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
608
608
|
$lt?: string | undefined;
|
|
609
609
|
$lte?: string | undefined;
|
|
610
610
|
$ne?: string | undefined;
|
|
611
|
-
$in: string
|
|
612
|
-
$nin: string
|
|
611
|
+
$in: string[];
|
|
612
|
+
$nin: string[];
|
|
613
613
|
} & {}> | undefined;
|
|
614
614
|
read?: boolean | Partial<{
|
|
615
615
|
$gt?: boolean | undefined;
|
|
@@ -617,8 +617,8 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
617
617
|
$lt?: boolean | undefined;
|
|
618
618
|
$lte?: boolean | undefined;
|
|
619
619
|
$ne?: boolean | undefined;
|
|
620
|
-
$in: boolean
|
|
621
|
-
$nin: boolean
|
|
620
|
+
$in: boolean[];
|
|
621
|
+
$nin: boolean[];
|
|
622
622
|
} & {}> | undefined;
|
|
623
623
|
} | {
|
|
624
624
|
$or: {
|
|
@@ -628,8 +628,8 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
628
628
|
$lt: string | {};
|
|
629
629
|
$lte: string | {};
|
|
630
630
|
$ne: string | {};
|
|
631
|
-
$in:
|
|
632
|
-
$nin:
|
|
631
|
+
$in: (string | {})[];
|
|
632
|
+
$nin: (string | {})[];
|
|
633
633
|
} & {}> | undefined;
|
|
634
634
|
userId?: string | Partial<{
|
|
635
635
|
$gt?: string | undefined;
|
|
@@ -637,8 +637,8 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
637
637
|
$lt?: string | undefined;
|
|
638
638
|
$lte?: string | undefined;
|
|
639
639
|
$ne?: string | undefined;
|
|
640
|
-
$in: string
|
|
641
|
-
$nin: string
|
|
640
|
+
$in: string[];
|
|
641
|
+
$nin: string[];
|
|
642
642
|
} & {}> | undefined;
|
|
643
643
|
read?: boolean | Partial<{
|
|
644
644
|
$gt?: boolean | undefined;
|
|
@@ -646,8 +646,8 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
646
646
|
$lt?: boolean | undefined;
|
|
647
647
|
$lte?: boolean | undefined;
|
|
648
648
|
$ne?: boolean | undefined;
|
|
649
|
-
$in: boolean
|
|
650
|
-
$nin: boolean
|
|
649
|
+
$in: boolean[];
|
|
650
|
+
$nin: boolean[];
|
|
651
651
|
} & {}> | undefined;
|
|
652
652
|
}[];
|
|
653
653
|
})[];
|
|
@@ -658,8 +658,8 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
658
658
|
$lt: string | {};
|
|
659
659
|
$lte: string | {};
|
|
660
660
|
$ne: string | {};
|
|
661
|
-
$in:
|
|
662
|
-
$nin:
|
|
661
|
+
$in: (string | {})[];
|
|
662
|
+
$nin: (string | {})[];
|
|
663
663
|
} & {}> | undefined;
|
|
664
664
|
userId?: string | Partial<{
|
|
665
665
|
$gt?: string | undefined;
|
|
@@ -667,8 +667,8 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
667
667
|
$lt?: string | undefined;
|
|
668
668
|
$lte?: string | undefined;
|
|
669
669
|
$ne?: string | undefined;
|
|
670
|
-
$in: string
|
|
671
|
-
$nin: string
|
|
670
|
+
$in: string[];
|
|
671
|
+
$nin: string[];
|
|
672
672
|
} & {}> | undefined;
|
|
673
673
|
read?: boolean | Partial<{
|
|
674
674
|
$gt?: boolean | undefined;
|
|
@@ -676,8 +676,8 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
676
676
|
$lt?: boolean | undefined;
|
|
677
677
|
$lte?: boolean | undefined;
|
|
678
678
|
$ne?: boolean | undefined;
|
|
679
|
-
$in: boolean
|
|
680
|
-
$nin: boolean
|
|
679
|
+
$in: boolean[];
|
|
680
|
+
$nin: boolean[];
|
|
681
681
|
} & {}> | undefined;
|
|
682
682
|
}[];
|
|
683
683
|
}> & {
|
|
@@ -687,8 +687,8 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
687
687
|
$lt: string | {};
|
|
688
688
|
$lte: string | {};
|
|
689
689
|
$ne: string | {};
|
|
690
|
-
$in:
|
|
691
|
-
$nin:
|
|
690
|
+
$in: (string | {})[];
|
|
691
|
+
$nin: (string | {})[];
|
|
692
692
|
} & {}> | undefined;
|
|
693
693
|
userId?: string | Partial<{
|
|
694
694
|
$gt?: string | undefined;
|
|
@@ -696,8 +696,8 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
696
696
|
$lt?: string | undefined;
|
|
697
697
|
$lte?: string | undefined;
|
|
698
698
|
$ne?: string | undefined;
|
|
699
|
-
$in: string
|
|
700
|
-
$nin: string
|
|
699
|
+
$in: string[];
|
|
700
|
+
$nin: string[];
|
|
701
701
|
} & {}> | undefined;
|
|
702
702
|
read?: boolean | Partial<{
|
|
703
703
|
$gt?: boolean | undefined;
|
|
@@ -705,7 +705,7 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
705
705
|
$lt?: boolean | undefined;
|
|
706
706
|
$lte?: boolean | undefined;
|
|
707
707
|
$ne?: boolean | undefined;
|
|
708
|
-
$in: boolean
|
|
709
|
-
$nin: boolean
|
|
708
|
+
$in: boolean[];
|
|
709
|
+
$nin: boolean[];
|
|
710
710
|
} & {}> | undefined;
|
|
711
711
|
} & {}, HookContext<MessagesService<import("./messages.class").MessagesParams>>>;
|
|
@@ -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").
|
|
91
|
-
$nin: import("@feathersjs/typebox").
|
|
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<{}>]>>;
|
|
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").
|
|
102
|
-
$nin: import("@feathersjs/typebox").
|
|
101
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
102
|
+
$nin: 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").
|
|
113
|
-
$nin: import("@feathersjs/typebox").
|
|
112
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
113
|
+
$nin: 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").
|
|
126
|
-
$nin: import("@feathersjs/typebox").
|
|
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<{}>]>>;
|
|
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").
|
|
137
|
-
$nin: import("@feathersjs/typebox").
|
|
136
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
137
|
+
$nin: 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").
|
|
148
|
-
$nin: import("@feathersjs/typebox").
|
|
147
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
148
|
+
$nin: 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").
|
|
162
|
-
$nin: import("@feathersjs/typebox").
|
|
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<{}>]>>;
|
|
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").
|
|
173
|
-
$nin: import("@feathersjs/typebox").
|
|
172
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
173
|
+
$nin: 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").
|
|
184
|
-
$nin: import("@feathersjs/typebox").
|
|
183
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
184
|
+
$nin: 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").
|
|
197
|
-
$nin: import("@feathersjs/typebox").
|
|
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<{}>]>>;
|
|
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").
|
|
208
|
-
$nin: import("@feathersjs/typebox").
|
|
207
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
208
|
+
$nin: 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").
|
|
219
|
-
$nin: import("@feathersjs/typebox").
|
|
218
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
219
|
+
$nin: 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:
|
|
243
|
-
$nin:
|
|
242
|
+
$in: (string | {})[];
|
|
243
|
+
$nin: (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:
|
|
256
|
-
$nin:
|
|
255
|
+
$in: (string | {})[];
|
|
256
|
+
$nin: (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:
|
|
270
|
-
$nin:
|
|
269
|
+
$in: (string | {})[];
|
|
270
|
+
$nin: (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:
|
|
283
|
-
$nin:
|
|
282
|
+
$in: (string | {})[];
|
|
283
|
+
$nin: (string | {})[];
|
|
284
284
|
} & {}> | undefined;
|
|
285
285
|
createdAt?: any;
|
|
286
286
|
strategyId?: any;
|