@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.
@@ -497,8 +497,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
497
497
  $lt: import("@feathersjs/typebox").TString<string>;
498
498
  $lte: import("@feathersjs/typebox").TString<string>;
499
499
  $ne: import("@feathersjs/typebox").TString<string>;
500
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
501
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
500
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
501
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
502
502
  }>, import("@feathersjs/typebox").TObject<{
503
503
  [key: string]: import("@feathersjs/typebox").TSchema;
504
504
  } | undefined>]>>]>>;
@@ -508,8 +508,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
508
508
  $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
509
509
  $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
510
510
  $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
511
- $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<{}>]>>;
512
- $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<{}>]>>;
511
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
512
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
513
513
  }>, import("@feathersjs/typebox").TObject<{
514
514
  [key: string]: import("@feathersjs/typebox").TSchema;
515
515
  } | undefined>]>>]>>;
@@ -519,8 +519,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
519
519
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
520
520
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
521
521
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
522
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
523
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
522
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
523
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
524
524
  }>, import("@feathersjs/typebox").TObject<{
525
525
  [key: string]: import("@feathersjs/typebox").TSchema;
526
526
  } | undefined>]>>]>>;
@@ -530,8 +530,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
530
530
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
531
531
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
532
532
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
533
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
534
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
533
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
534
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
535
535
  }>, import("@feathersjs/typebox").TObject<{
536
536
  [key: string]: import("@feathersjs/typebox").TSchema;
537
537
  } | undefined>]>>]>>;
@@ -541,8 +541,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
541
541
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
542
542
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
543
543
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
544
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
545
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
544
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
545
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
546
546
  }>, import("@feathersjs/typebox").TObject<{
547
547
  [key: string]: import("@feathersjs/typebox").TSchema;
548
548
  } | undefined>]>>]>>;
@@ -554,8 +554,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
554
554
  $lt: import("@feathersjs/typebox").TString<string>;
555
555
  $lte: import("@feathersjs/typebox").TString<string>;
556
556
  $ne: import("@feathersjs/typebox").TString<string>;
557
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
558
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
557
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
558
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
559
559
  }>, import("@feathersjs/typebox").TObject<{
560
560
  [key: string]: import("@feathersjs/typebox").TSchema;
561
561
  } | undefined>]>>]>>;
@@ -565,8 +565,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
565
565
  $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
566
566
  $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
567
567
  $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
568
- $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<{}>]>>;
569
- $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<{}>]>>;
568
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
569
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
570
570
  }>, import("@feathersjs/typebox").TObject<{
571
571
  [key: string]: import("@feathersjs/typebox").TSchema;
572
572
  } | undefined>]>>]>>;
@@ -576,8 +576,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
576
576
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
577
577
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
578
578
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
579
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
580
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
579
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
580
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
581
581
  }>, import("@feathersjs/typebox").TObject<{
582
582
  [key: string]: import("@feathersjs/typebox").TSchema;
583
583
  } | undefined>]>>]>>;
@@ -587,8 +587,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
587
587
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
588
588
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
589
589
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
590
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
591
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
590
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
591
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
592
592
  }>, import("@feathersjs/typebox").TObject<{
593
593
  [key: string]: import("@feathersjs/typebox").TSchema;
594
594
  } | undefined>]>>]>>;
@@ -598,8 +598,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
598
598
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
599
599
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
600
600
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
601
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
602
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
601
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
602
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
603
603
  }>, import("@feathersjs/typebox").TObject<{
604
604
  [key: string]: import("@feathersjs/typebox").TSchema;
605
605
  } | undefined>]>>]>>;
@@ -612,8 +612,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
612
612
  $lt: import("@feathersjs/typebox").TString<string>;
613
613
  $lte: import("@feathersjs/typebox").TString<string>;
614
614
  $ne: import("@feathersjs/typebox").TString<string>;
615
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
616
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
615
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
616
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
617
617
  }>, import("@feathersjs/typebox").TObject<{
618
618
  [key: string]: import("@feathersjs/typebox").TSchema;
619
619
  } | undefined>]>>]>>;
@@ -623,8 +623,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
623
623
  $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
624
624
  $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
625
625
  $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
626
- $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<{}>]>>;
627
- $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<{}>]>>;
626
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
627
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
628
628
  }>, import("@feathersjs/typebox").TObject<{
629
629
  [key: string]: import("@feathersjs/typebox").TSchema;
630
630
  } | undefined>]>>]>>;
@@ -634,8 +634,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
634
634
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
635
635
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
636
636
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
637
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
638
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
637
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
638
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
639
639
  }>, import("@feathersjs/typebox").TObject<{
640
640
  [key: string]: import("@feathersjs/typebox").TSchema;
641
641
  } | undefined>]>>]>>;
@@ -645,8 +645,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
645
645
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
646
646
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
647
647
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
648
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
649
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
648
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
649
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
650
650
  }>, import("@feathersjs/typebox").TObject<{
651
651
  [key: string]: import("@feathersjs/typebox").TSchema;
652
652
  } | undefined>]>>]>>;
@@ -656,8 +656,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
656
656
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
657
657
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
658
658
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
659
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
660
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
659
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
660
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
661
661
  }>, import("@feathersjs/typebox").TObject<{
662
662
  [key: string]: import("@feathersjs/typebox").TSchema;
663
663
  } | undefined>]>>]>>;
@@ -669,8 +669,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
669
669
  $lt: import("@feathersjs/typebox").TString<string>;
670
670
  $lte: import("@feathersjs/typebox").TString<string>;
671
671
  $ne: import("@feathersjs/typebox").TString<string>;
672
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
673
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
672
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
673
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
674
674
  }>, import("@feathersjs/typebox").TObject<{
675
675
  [key: string]: import("@feathersjs/typebox").TSchema;
676
676
  } | undefined>]>>]>>;
@@ -680,8 +680,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
680
680
  $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
681
681
  $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
682
682
  $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
683
- $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<{}>]>>;
684
- $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<{}>]>>;
683
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
684
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
685
685
  }>, import("@feathersjs/typebox").TObject<{
686
686
  [key: string]: import("@feathersjs/typebox").TSchema;
687
687
  } | undefined>]>>]>>;
@@ -691,8 +691,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
691
691
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
692
692
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
693
693
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
694
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
695
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
694
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
695
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
696
696
  }>, import("@feathersjs/typebox").TObject<{
697
697
  [key: string]: import("@feathersjs/typebox").TSchema;
698
698
  } | undefined>]>>]>>;
@@ -702,8 +702,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
702
702
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
703
703
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
704
704
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
705
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
706
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
705
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
706
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
707
707
  }>, import("@feathersjs/typebox").TObject<{
708
708
  [key: string]: import("@feathersjs/typebox").TSchema;
709
709
  } | undefined>]>>]>>;
@@ -713,8 +713,8 @@ export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").T
713
713
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
714
714
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
715
715
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
716
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
717
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
716
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
717
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
718
718
  }>, import("@feathersjs/typebox").TObject<{
719
719
  [key: string]: import("@feathersjs/typebox").TSchema;
720
720
  } | undefined>]>>]>>;
@@ -739,8 +739,8 @@ export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").
739
739
  $lt: string;
740
740
  $lte: string;
741
741
  $ne: string;
742
- $in: string | string[];
743
- $nin: string | string[];
742
+ $in: string[];
743
+ $nin: string[];
744
744
  } & {}> | undefined;
745
745
  _id?: string | {} | Partial<{
746
746
  $gt: string | {};
@@ -748,8 +748,8 @@ export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").
748
748
  $lt: string | {};
749
749
  $lte: string | {};
750
750
  $ne: string | {};
751
- $in: string | {} | (string | {})[];
752
- $nin: string | {} | (string | {})[];
751
+ $in: (string | {})[];
752
+ $nin: (string | {})[];
753
753
  } & {}> | undefined;
754
754
  exchangeId?: any;
755
755
  exchange?: string | Partial<{
@@ -758,8 +758,8 @@ export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").
758
758
  $lt?: string | undefined;
759
759
  $lte?: string | undefined;
760
760
  $ne?: string | undefined;
761
- $in: string | string[];
762
- $nin: string | string[];
761
+ $in: string[];
762
+ $nin: string[];
763
763
  } & {}> | undefined;
764
764
  timestamp?: any;
765
765
  } | {
@@ -770,8 +770,8 @@ export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").
770
770
  $lt: string;
771
771
  $lte: string;
772
772
  $ne: string;
773
- $in: string | string[];
774
- $nin: string | string[];
773
+ $in: string[];
774
+ $nin: string[];
775
775
  } & {}> | undefined;
776
776
  _id?: string | {} | Partial<{
777
777
  $gt: string | {};
@@ -779,8 +779,8 @@ export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").
779
779
  $lt: string | {};
780
780
  $lte: string | {};
781
781
  $ne: string | {};
782
- $in: string | {} | (string | {})[];
783
- $nin: string | {} | (string | {})[];
782
+ $in: (string | {})[];
783
+ $nin: (string | {})[];
784
784
  } & {}> | undefined;
785
785
  exchangeId?: any;
786
786
  exchange?: string | Partial<{
@@ -789,8 +789,8 @@ export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").
789
789
  $lt?: string | undefined;
790
790
  $lte?: string | undefined;
791
791
  $ne?: string | undefined;
792
- $in: string | string[];
793
- $nin: string | string[];
792
+ $in: string[];
793
+ $nin: string[];
794
794
  } & {}> | undefined;
795
795
  timestamp?: any;
796
796
  }[];
@@ -802,8 +802,8 @@ export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").
802
802
  $lt: string;
803
803
  $lte: string;
804
804
  $ne: string;
805
- $in: string | string[];
806
- $nin: string | string[];
805
+ $in: string[];
806
+ $nin: string[];
807
807
  } & {}> | undefined;
808
808
  _id?: string | {} | Partial<{
809
809
  $gt: string | {};
@@ -811,8 +811,8 @@ export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").
811
811
  $lt: string | {};
812
812
  $lte: string | {};
813
813
  $ne: string | {};
814
- $in: string | {} | (string | {})[];
815
- $nin: string | {} | (string | {})[];
814
+ $in: (string | {})[];
815
+ $nin: (string | {})[];
816
816
  } & {}> | undefined;
817
817
  exchangeId?: any;
818
818
  exchange?: string | Partial<{
@@ -821,8 +821,8 @@ export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").
821
821
  $lt?: string | undefined;
822
822
  $lte?: string | undefined;
823
823
  $ne?: string | undefined;
824
- $in: string | string[];
825
- $nin: string | string[];
824
+ $in: string[];
825
+ $nin: string[];
826
826
  } & {}> | undefined;
827
827
  timestamp?: any;
828
828
  }[];
@@ -833,8 +833,8 @@ export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").
833
833
  $lt: string;
834
834
  $lte: string;
835
835
  $ne: string;
836
- $in: string | string[];
837
- $nin: string | string[];
836
+ $in: string[];
837
+ $nin: string[];
838
838
  } & {}> | undefined;
839
839
  _id?: string | {} | Partial<{
840
840
  $gt: string | {};
@@ -842,8 +842,8 @@ export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").
842
842
  $lt: string | {};
843
843
  $lte: string | {};
844
844
  $ne: string | {};
845
- $in: string | {} | (string | {})[];
846
- $nin: string | {} | (string | {})[];
845
+ $in: (string | {})[];
846
+ $nin: (string | {})[];
847
847
  } & {}> | undefined;
848
848
  exchangeId?: any;
849
849
  exchange?: string | Partial<{
@@ -852,8 +852,8 @@ export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").
852
852
  $lt?: string | undefined;
853
853
  $lte?: string | undefined;
854
854
  $ne?: string | undefined;
855
- $in: string | string[];
856
- $nin: string | string[];
855
+ $in: string[];
856
+ $nin: string[];
857
857
  } & {}> | undefined;
858
858
  timestamp?: any;
859
859
  } & {}, HookContext<ExchangesTickerService<import("./ticker.class").ExchangesTickerParams>>>;