@cryptorobot.ai/client 0.0.12 → 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 +1 -1
|
@@ -479,8 +479,8 @@ export declare const exchangesBalanceQuerySchema: import("@feathersjs/typebox").
|
|
|
479
479
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
480
480
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
481
481
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
482
|
-
$in: import("@feathersjs/typebox").
|
|
483
|
-
$nin: import("@feathersjs/typebox").
|
|
482
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
483
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
484
484
|
}>, import("@feathersjs/typebox").TObject<{
|
|
485
485
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
486
486
|
} | undefined>]>>]>>;
|
|
@@ -490,8 +490,8 @@ export declare const exchangesBalanceQuerySchema: import("@feathersjs/typebox").
|
|
|
490
490
|
$lt: import("@feathersjs/typebox").TAny;
|
|
491
491
|
$lte: import("@feathersjs/typebox").TAny;
|
|
492
492
|
$ne: import("@feathersjs/typebox").TAny;
|
|
493
|
-
$in: import("@feathersjs/typebox").
|
|
494
|
-
$nin: import("@feathersjs/typebox").
|
|
493
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
494
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
495
495
|
}>, import("@feathersjs/typebox").TObject<{
|
|
496
496
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
497
497
|
} | undefined>]>>]>>;
|
|
@@ -501,8 +501,8 @@ export declare const exchangesBalanceQuerySchema: import("@feathersjs/typebox").
|
|
|
501
501
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
502
502
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
503
503
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
504
|
-
$in: import("@feathersjs/typebox").
|
|
505
|
-
$nin: import("@feathersjs/typebox").
|
|
504
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
505
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
506
506
|
}>, import("@feathersjs/typebox").TObject<{
|
|
507
507
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
508
508
|
} | undefined>]>>]>>;
|
|
@@ -514,8 +514,8 @@ export declare const exchangesBalanceQuerySchema: import("@feathersjs/typebox").
|
|
|
514
514
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
515
515
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
516
516
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
517
|
-
$in: import("@feathersjs/typebox").
|
|
518
|
-
$nin: import("@feathersjs/typebox").
|
|
517
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
518
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
519
519
|
}>, import("@feathersjs/typebox").TObject<{
|
|
520
520
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
521
521
|
} | undefined>]>>]>>;
|
|
@@ -525,8 +525,8 @@ export declare const exchangesBalanceQuerySchema: import("@feathersjs/typebox").
|
|
|
525
525
|
$lt: import("@feathersjs/typebox").TAny;
|
|
526
526
|
$lte: import("@feathersjs/typebox").TAny;
|
|
527
527
|
$ne: import("@feathersjs/typebox").TAny;
|
|
528
|
-
$in: import("@feathersjs/typebox").
|
|
529
|
-
$nin: import("@feathersjs/typebox").
|
|
528
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
529
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
530
530
|
}>, import("@feathersjs/typebox").TObject<{
|
|
531
531
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
532
532
|
} | undefined>]>>]>>;
|
|
@@ -536,8 +536,8 @@ export declare const exchangesBalanceQuerySchema: import("@feathersjs/typebox").
|
|
|
536
536
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
537
537
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
538
538
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
539
|
-
$in: import("@feathersjs/typebox").
|
|
540
|
-
$nin: import("@feathersjs/typebox").
|
|
539
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
540
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
541
541
|
}>, import("@feathersjs/typebox").TObject<{
|
|
542
542
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
543
543
|
} | undefined>]>>]>>;
|
|
@@ -550,8 +550,8 @@ export declare const exchangesBalanceQuerySchema: import("@feathersjs/typebox").
|
|
|
550
550
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
551
551
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
552
552
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
553
|
-
$in: import("@feathersjs/typebox").
|
|
554
|
-
$nin: import("@feathersjs/typebox").
|
|
553
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
554
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
555
555
|
}>, import("@feathersjs/typebox").TObject<{
|
|
556
556
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
557
557
|
} | undefined>]>>]>>;
|
|
@@ -561,8 +561,8 @@ export declare const exchangesBalanceQuerySchema: import("@feathersjs/typebox").
|
|
|
561
561
|
$lt: import("@feathersjs/typebox").TAny;
|
|
562
562
|
$lte: import("@feathersjs/typebox").TAny;
|
|
563
563
|
$ne: import("@feathersjs/typebox").TAny;
|
|
564
|
-
$in: import("@feathersjs/typebox").
|
|
565
|
-
$nin: import("@feathersjs/typebox").
|
|
564
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
565
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
566
566
|
}>, import("@feathersjs/typebox").TObject<{
|
|
567
567
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
568
568
|
} | undefined>]>>]>>;
|
|
@@ -572,8 +572,8 @@ export declare const exchangesBalanceQuerySchema: import("@feathersjs/typebox").
|
|
|
572
572
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
573
573
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
574
574
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
575
|
-
$in: import("@feathersjs/typebox").
|
|
576
|
-
$nin: import("@feathersjs/typebox").
|
|
575
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
576
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
577
577
|
}>, import("@feathersjs/typebox").TObject<{
|
|
578
578
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
579
579
|
} | undefined>]>>]>>;
|
|
@@ -585,8 +585,8 @@ export declare const exchangesBalanceQuerySchema: import("@feathersjs/typebox").
|
|
|
585
585
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
586
586
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
587
587
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
588
|
-
$in: import("@feathersjs/typebox").
|
|
589
|
-
$nin: import("@feathersjs/typebox").
|
|
588
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
589
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
590
590
|
}>, import("@feathersjs/typebox").TObject<{
|
|
591
591
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
592
592
|
} | undefined>]>>]>>;
|
|
@@ -596,8 +596,8 @@ export declare const exchangesBalanceQuerySchema: import("@feathersjs/typebox").
|
|
|
596
596
|
$lt: import("@feathersjs/typebox").TAny;
|
|
597
597
|
$lte: import("@feathersjs/typebox").TAny;
|
|
598
598
|
$ne: import("@feathersjs/typebox").TAny;
|
|
599
|
-
$in: import("@feathersjs/typebox").
|
|
600
|
-
$nin: import("@feathersjs/typebox").
|
|
599
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
600
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
601
601
|
}>, import("@feathersjs/typebox").TObject<{
|
|
602
602
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
603
603
|
} | undefined>]>>]>>;
|
|
@@ -607,8 +607,8 @@ export declare const exchangesBalanceQuerySchema: import("@feathersjs/typebox").
|
|
|
607
607
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
608
608
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
609
609
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
610
|
-
$in: import("@feathersjs/typebox").
|
|
611
|
-
$nin: import("@feathersjs/typebox").
|
|
610
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
611
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
612
612
|
}>, import("@feathersjs/typebox").TObject<{
|
|
613
613
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
614
614
|
} | undefined>]>>]>>;
|
|
@@ -631,8 +631,8 @@ export declare const exchangesBalanceQueryResolver: import("@feathersjs/schema")
|
|
|
631
631
|
$lt: string | {};
|
|
632
632
|
$lte: string | {};
|
|
633
633
|
$ne: string | {};
|
|
634
|
-
$in:
|
|
635
|
-
$nin:
|
|
634
|
+
$in: (string | {})[];
|
|
635
|
+
$nin: (string | {})[];
|
|
636
636
|
} & {}> | undefined;
|
|
637
637
|
exchangeId?: any;
|
|
638
638
|
currency?: string | Partial<{
|
|
@@ -641,8 +641,8 @@ export declare const exchangesBalanceQueryResolver: import("@feathersjs/schema")
|
|
|
641
641
|
$lt: string;
|
|
642
642
|
$lte: string;
|
|
643
643
|
$ne: string;
|
|
644
|
-
$in: string
|
|
645
|
-
$nin: string
|
|
644
|
+
$in: string[];
|
|
645
|
+
$nin: string[];
|
|
646
646
|
} & {}> | undefined;
|
|
647
647
|
} | {
|
|
648
648
|
$or: {
|
|
@@ -652,8 +652,8 @@ export declare const exchangesBalanceQueryResolver: import("@feathersjs/schema")
|
|
|
652
652
|
$lt: string | {};
|
|
653
653
|
$lte: string | {};
|
|
654
654
|
$ne: string | {};
|
|
655
|
-
$in:
|
|
656
|
-
$nin:
|
|
655
|
+
$in: (string | {})[];
|
|
656
|
+
$nin: (string | {})[];
|
|
657
657
|
} & {}> | undefined;
|
|
658
658
|
exchangeId?: any;
|
|
659
659
|
currency?: string | Partial<{
|
|
@@ -662,8 +662,8 @@ export declare const exchangesBalanceQueryResolver: import("@feathersjs/schema")
|
|
|
662
662
|
$lt: string;
|
|
663
663
|
$lte: string;
|
|
664
664
|
$ne: string;
|
|
665
|
-
$in: string
|
|
666
|
-
$nin: string
|
|
665
|
+
$in: string[];
|
|
666
|
+
$nin: string[];
|
|
667
667
|
} & {}> | undefined;
|
|
668
668
|
}[];
|
|
669
669
|
})[];
|
|
@@ -674,8 +674,8 @@ export declare const exchangesBalanceQueryResolver: import("@feathersjs/schema")
|
|
|
674
674
|
$lt: string | {};
|
|
675
675
|
$lte: string | {};
|
|
676
676
|
$ne: string | {};
|
|
677
|
-
$in:
|
|
678
|
-
$nin:
|
|
677
|
+
$in: (string | {})[];
|
|
678
|
+
$nin: (string | {})[];
|
|
679
679
|
} & {}> | undefined;
|
|
680
680
|
exchangeId?: any;
|
|
681
681
|
currency?: string | Partial<{
|
|
@@ -684,8 +684,8 @@ export declare const exchangesBalanceQueryResolver: import("@feathersjs/schema")
|
|
|
684
684
|
$lt: string;
|
|
685
685
|
$lte: string;
|
|
686
686
|
$ne: string;
|
|
687
|
-
$in: string
|
|
688
|
-
$nin: string
|
|
687
|
+
$in: string[];
|
|
688
|
+
$nin: string[];
|
|
689
689
|
} & {}> | undefined;
|
|
690
690
|
}[];
|
|
691
691
|
}> & {
|
|
@@ -695,8 +695,8 @@ export declare const exchangesBalanceQueryResolver: import("@feathersjs/schema")
|
|
|
695
695
|
$lt: string | {};
|
|
696
696
|
$lte: string | {};
|
|
697
697
|
$ne: string | {};
|
|
698
|
-
$in:
|
|
699
|
-
$nin:
|
|
698
|
+
$in: (string | {})[];
|
|
699
|
+
$nin: (string | {})[];
|
|
700
700
|
} & {}> | undefined;
|
|
701
701
|
exchangeId?: any;
|
|
702
702
|
currency?: string | Partial<{
|
|
@@ -705,7 +705,7 @@ export declare const exchangesBalanceQueryResolver: import("@feathersjs/schema")
|
|
|
705
705
|
$lt: string;
|
|
706
706
|
$lte: string;
|
|
707
707
|
$ne: string;
|
|
708
|
-
$in: string
|
|
709
|
-
$nin: string
|
|
708
|
+
$in: string[];
|
|
709
|
+
$nin: string[];
|
|
710
710
|
} & {}> | undefined;
|
|
711
711
|
} & {}, HookContext<ExchangesBalanceService<import("./balance.class").ExchangesBalanceParams>>>;
|
|
@@ -639,8 +639,8 @@ export declare const exchangesDownloadQuerySchema: import("@feathersjs/typebox")
|
|
|
639
639
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
640
640
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
641
641
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
642
|
-
$in: import("@feathersjs/typebox").
|
|
643
|
-
$nin: import("@feathersjs/typebox").
|
|
642
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
643
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
644
644
|
}>, import("@feathersjs/typebox").TObject<{
|
|
645
645
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
646
646
|
} | undefined>]>>]>>;
|
|
@@ -650,8 +650,8 @@ export declare const exchangesDownloadQuerySchema: import("@feathersjs/typebox")
|
|
|
650
650
|
$lt: import("@feathersjs/typebox").TAny;
|
|
651
651
|
$lte: import("@feathersjs/typebox").TAny;
|
|
652
652
|
$ne: import("@feathersjs/typebox").TAny;
|
|
653
|
-
$in: import("@feathersjs/typebox").
|
|
654
|
-
$nin: import("@feathersjs/typebox").
|
|
653
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
654
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
655
655
|
}>, import("@feathersjs/typebox").TObject<{
|
|
656
656
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
657
657
|
} | undefined>]>>]>>;
|
|
@@ -661,8 +661,8 @@ export declare const exchangesDownloadQuerySchema: import("@feathersjs/typebox")
|
|
|
661
661
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
662
662
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
663
663
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
664
|
-
$in: import("@feathersjs/typebox").
|
|
665
|
-
$nin: import("@feathersjs/typebox").
|
|
664
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
665
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
666
666
|
}>, import("@feathersjs/typebox").TObject<{
|
|
667
667
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
668
668
|
} | undefined>]>>]>>;
|
|
@@ -674,8 +674,8 @@ export declare const exchangesDownloadQuerySchema: import("@feathersjs/typebox")
|
|
|
674
674
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
675
675
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
676
676
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
677
|
-
$in: import("@feathersjs/typebox").
|
|
678
|
-
$nin: import("@feathersjs/typebox").
|
|
677
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
678
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
679
679
|
}>, import("@feathersjs/typebox").TObject<{
|
|
680
680
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
681
681
|
} | undefined>]>>]>>;
|
|
@@ -685,8 +685,8 @@ export declare const exchangesDownloadQuerySchema: import("@feathersjs/typebox")
|
|
|
685
685
|
$lt: import("@feathersjs/typebox").TAny;
|
|
686
686
|
$lte: import("@feathersjs/typebox").TAny;
|
|
687
687
|
$ne: import("@feathersjs/typebox").TAny;
|
|
688
|
-
$in: import("@feathersjs/typebox").
|
|
689
|
-
$nin: import("@feathersjs/typebox").
|
|
688
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
689
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
690
690
|
}>, import("@feathersjs/typebox").TObject<{
|
|
691
691
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
692
692
|
} | undefined>]>>]>>;
|
|
@@ -696,8 +696,8 @@ export declare const exchangesDownloadQuerySchema: import("@feathersjs/typebox")
|
|
|
696
696
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
697
697
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
698
698
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
699
|
-
$in: import("@feathersjs/typebox").
|
|
700
|
-
$nin: import("@feathersjs/typebox").
|
|
699
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
700
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
701
701
|
}>, import("@feathersjs/typebox").TObject<{
|
|
702
702
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
703
703
|
} | undefined>]>>]>>;
|
|
@@ -710,8 +710,8 @@ export declare const exchangesDownloadQuerySchema: import("@feathersjs/typebox")
|
|
|
710
710
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
711
711
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
712
712
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
713
|
-
$in: import("@feathersjs/typebox").
|
|
714
|
-
$nin: import("@feathersjs/typebox").
|
|
713
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
714
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
715
715
|
}>, import("@feathersjs/typebox").TObject<{
|
|
716
716
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
717
717
|
} | undefined>]>>]>>;
|
|
@@ -721,8 +721,8 @@ export declare const exchangesDownloadQuerySchema: import("@feathersjs/typebox")
|
|
|
721
721
|
$lt: import("@feathersjs/typebox").TAny;
|
|
722
722
|
$lte: import("@feathersjs/typebox").TAny;
|
|
723
723
|
$ne: import("@feathersjs/typebox").TAny;
|
|
724
|
-
$in: import("@feathersjs/typebox").
|
|
725
|
-
$nin: import("@feathersjs/typebox").
|
|
724
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
725
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
726
726
|
}>, import("@feathersjs/typebox").TObject<{
|
|
727
727
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
728
728
|
} | undefined>]>>]>>;
|
|
@@ -732,8 +732,8 @@ export declare const exchangesDownloadQuerySchema: import("@feathersjs/typebox")
|
|
|
732
732
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
733
733
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
734
734
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
735
|
-
$in: import("@feathersjs/typebox").
|
|
736
|
-
$nin: import("@feathersjs/typebox").
|
|
735
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
736
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
737
737
|
}>, import("@feathersjs/typebox").TObject<{
|
|
738
738
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
739
739
|
} | undefined>]>>]>>;
|
|
@@ -745,8 +745,8 @@ export declare const exchangesDownloadQuerySchema: import("@feathersjs/typebox")
|
|
|
745
745
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
746
746
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
747
747
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
748
|
-
$in: import("@feathersjs/typebox").
|
|
749
|
-
$nin: import("@feathersjs/typebox").
|
|
748
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
749
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
750
750
|
}>, import("@feathersjs/typebox").TObject<{
|
|
751
751
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
752
752
|
} | undefined>]>>]>>;
|
|
@@ -756,8 +756,8 @@ export declare const exchangesDownloadQuerySchema: import("@feathersjs/typebox")
|
|
|
756
756
|
$lt: import("@feathersjs/typebox").TAny;
|
|
757
757
|
$lte: import("@feathersjs/typebox").TAny;
|
|
758
758
|
$ne: import("@feathersjs/typebox").TAny;
|
|
759
|
-
$in: import("@feathersjs/typebox").
|
|
760
|
-
$nin: import("@feathersjs/typebox").
|
|
759
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
760
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
761
761
|
}>, import("@feathersjs/typebox").TObject<{
|
|
762
762
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
763
763
|
} | undefined>]>>]>>;
|
|
@@ -767,8 +767,8 @@ export declare const exchangesDownloadQuerySchema: import("@feathersjs/typebox")
|
|
|
767
767
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
768
768
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
769
769
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
770
|
-
$in: import("@feathersjs/typebox").
|
|
771
|
-
$nin: import("@feathersjs/typebox").
|
|
770
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
771
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
772
772
|
}>, import("@feathersjs/typebox").TObject<{
|
|
773
773
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
774
774
|
} | undefined>]>>]>>;
|
|
@@ -791,8 +791,8 @@ export declare const exchangesDownloadQueryResolver: import("@feathersjs/schema"
|
|
|
791
791
|
$lt: string | {};
|
|
792
792
|
$lte: string | {};
|
|
793
793
|
$ne: string | {};
|
|
794
|
-
$in:
|
|
795
|
-
$nin:
|
|
794
|
+
$in: (string | {})[];
|
|
795
|
+
$nin: (string | {})[];
|
|
796
796
|
} & {}> | undefined;
|
|
797
797
|
exchangeId?: any;
|
|
798
798
|
nonce?: string | Partial<{
|
|
@@ -801,8 +801,8 @@ export declare const exchangesDownloadQueryResolver: import("@feathersjs/schema"
|
|
|
801
801
|
$lt: string;
|
|
802
802
|
$lte: string;
|
|
803
803
|
$ne: string;
|
|
804
|
-
$in: string
|
|
805
|
-
$nin: string
|
|
804
|
+
$in: string[];
|
|
805
|
+
$nin: string[];
|
|
806
806
|
} & {}> | undefined;
|
|
807
807
|
} | {
|
|
808
808
|
$or: {
|
|
@@ -812,8 +812,8 @@ export declare const exchangesDownloadQueryResolver: import("@feathersjs/schema"
|
|
|
812
812
|
$lt: string | {};
|
|
813
813
|
$lte: string | {};
|
|
814
814
|
$ne: string | {};
|
|
815
|
-
$in:
|
|
816
|
-
$nin:
|
|
815
|
+
$in: (string | {})[];
|
|
816
|
+
$nin: (string | {})[];
|
|
817
817
|
} & {}> | undefined;
|
|
818
818
|
exchangeId?: any;
|
|
819
819
|
nonce?: string | Partial<{
|
|
@@ -822,8 +822,8 @@ export declare const exchangesDownloadQueryResolver: import("@feathersjs/schema"
|
|
|
822
822
|
$lt: string;
|
|
823
823
|
$lte: string;
|
|
824
824
|
$ne: string;
|
|
825
|
-
$in: string
|
|
826
|
-
$nin: string
|
|
825
|
+
$in: string[];
|
|
826
|
+
$nin: string[];
|
|
827
827
|
} & {}> | undefined;
|
|
828
828
|
}[];
|
|
829
829
|
})[];
|
|
@@ -834,8 +834,8 @@ export declare const exchangesDownloadQueryResolver: import("@feathersjs/schema"
|
|
|
834
834
|
$lt: string | {};
|
|
835
835
|
$lte: string | {};
|
|
836
836
|
$ne: string | {};
|
|
837
|
-
$in:
|
|
838
|
-
$nin:
|
|
837
|
+
$in: (string | {})[];
|
|
838
|
+
$nin: (string | {})[];
|
|
839
839
|
} & {}> | undefined;
|
|
840
840
|
exchangeId?: any;
|
|
841
841
|
nonce?: string | Partial<{
|
|
@@ -844,8 +844,8 @@ export declare const exchangesDownloadQueryResolver: import("@feathersjs/schema"
|
|
|
844
844
|
$lt: string;
|
|
845
845
|
$lte: string;
|
|
846
846
|
$ne: string;
|
|
847
|
-
$in: string
|
|
848
|
-
$nin: string
|
|
847
|
+
$in: string[];
|
|
848
|
+
$nin: string[];
|
|
849
849
|
} & {}> | undefined;
|
|
850
850
|
}[];
|
|
851
851
|
}> & {
|
|
@@ -855,8 +855,8 @@ export declare const exchangesDownloadQueryResolver: import("@feathersjs/schema"
|
|
|
855
855
|
$lt: string | {};
|
|
856
856
|
$lte: string | {};
|
|
857
857
|
$ne: string | {};
|
|
858
|
-
$in:
|
|
859
|
-
$nin:
|
|
858
|
+
$in: (string | {})[];
|
|
859
|
+
$nin: (string | {})[];
|
|
860
860
|
} & {}> | undefined;
|
|
861
861
|
exchangeId?: any;
|
|
862
862
|
nonce?: string | Partial<{
|
|
@@ -865,7 +865,7 @@ export declare const exchangesDownloadQueryResolver: import("@feathersjs/schema"
|
|
|
865
865
|
$lt: string;
|
|
866
866
|
$lte: string;
|
|
867
867
|
$ne: string;
|
|
868
|
-
$in: string
|
|
869
|
-
$nin: string
|
|
868
|
+
$in: string[];
|
|
869
|
+
$nin: string[];
|
|
870
870
|
} & {}> | undefined;
|
|
871
871
|
} & {}, HookContext<ExchangesDownloadService<import("./download.class").ExchangesDownloadParams>>>;
|