@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.
@@ -3490,8 +3490,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3490
3490
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3491
3491
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3492
3492
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3493
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3494
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3493
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3494
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3495
3495
  }>, import("@feathersjs/typebox").TObject<{
3496
3496
  [key: string]: import("@feathersjs/typebox").TSchema;
3497
3497
  } | undefined>]>>]>>;
@@ -3501,8 +3501,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3501
3501
  $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3502
3502
  $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3503
3503
  $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3504
- $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3505
- $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3504
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3505
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3506
3506
  }>, import("@feathersjs/typebox").TObject<{
3507
3507
  [key: string]: import("@feathersjs/typebox").TSchema;
3508
3508
  } | undefined>]>>]>>;
@@ -3512,8 +3512,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3512
3512
  $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3513
3513
  $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3514
3514
  $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3515
- $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<{}>]>>;
3516
- $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<{}>]>>;
3515
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3516
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3517
3517
  }>, import("@feathersjs/typebox").TObject<{
3518
3518
  [key: string]: import("@feathersjs/typebox").TSchema;
3519
3519
  } | undefined>]>>]>>;
@@ -3523,8 +3523,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3523
3523
  $lt: import("@feathersjs/typebox").TAny;
3524
3524
  $lte: import("@feathersjs/typebox").TAny;
3525
3525
  $ne: import("@feathersjs/typebox").TAny;
3526
- $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3527
- $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3526
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3527
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3528
3528
  }>, import("@feathersjs/typebox").TObject<{
3529
3529
  [key: string]: import("@feathersjs/typebox").TSchema;
3530
3530
  } | undefined>]>>]>>;
@@ -3534,8 +3534,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3534
3534
  $lt: import("@feathersjs/typebox").TString<string>;
3535
3535
  $lte: import("@feathersjs/typebox").TString<string>;
3536
3536
  $ne: import("@feathersjs/typebox").TString<string>;
3537
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3538
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3537
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3538
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3539
3539
  }>, import("@feathersjs/typebox").TObject<{
3540
3540
  [key: string]: import("@feathersjs/typebox").TSchema;
3541
3541
  } | undefined>]>>]>>;
@@ -3545,8 +3545,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3545
3545
  $lt: import("@feathersjs/typebox").TAny;
3546
3546
  $lte: import("@feathersjs/typebox").TAny;
3547
3547
  $ne: import("@feathersjs/typebox").TAny;
3548
- $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3549
- $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3548
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3549
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3550
3550
  }>, import("@feathersjs/typebox").TObject<{
3551
3551
  [key: string]: import("@feathersjs/typebox").TSchema;
3552
3552
  } | undefined>]>>]>>;
@@ -3558,8 +3558,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3558
3558
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3559
3559
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3560
3560
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3561
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3562
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3561
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3562
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3563
3563
  }>, import("@feathersjs/typebox").TObject<{
3564
3564
  [key: string]: import("@feathersjs/typebox").TSchema;
3565
3565
  } | undefined>]>>]>>;
@@ -3569,8 +3569,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3569
3569
  $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3570
3570
  $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3571
3571
  $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3572
- $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3573
- $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3572
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3573
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3574
3574
  }>, import("@feathersjs/typebox").TObject<{
3575
3575
  [key: string]: import("@feathersjs/typebox").TSchema;
3576
3576
  } | undefined>]>>]>>;
@@ -3580,8 +3580,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3580
3580
  $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3581
3581
  $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3582
3582
  $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3583
- $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<{}>]>>;
3584
- $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<{}>]>>;
3583
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3584
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3585
3585
  }>, import("@feathersjs/typebox").TObject<{
3586
3586
  [key: string]: import("@feathersjs/typebox").TSchema;
3587
3587
  } | undefined>]>>]>>;
@@ -3591,8 +3591,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3591
3591
  $lt: import("@feathersjs/typebox").TAny;
3592
3592
  $lte: import("@feathersjs/typebox").TAny;
3593
3593
  $ne: import("@feathersjs/typebox").TAny;
3594
- $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3595
- $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3594
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3595
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3596
3596
  }>, import("@feathersjs/typebox").TObject<{
3597
3597
  [key: string]: import("@feathersjs/typebox").TSchema;
3598
3598
  } | undefined>]>>]>>;
@@ -3602,8 +3602,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3602
3602
  $lt: import("@feathersjs/typebox").TString<string>;
3603
3603
  $lte: import("@feathersjs/typebox").TString<string>;
3604
3604
  $ne: import("@feathersjs/typebox").TString<string>;
3605
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3606
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3605
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3606
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3607
3607
  }>, import("@feathersjs/typebox").TObject<{
3608
3608
  [key: string]: import("@feathersjs/typebox").TSchema;
3609
3609
  } | undefined>]>>]>>;
@@ -3613,8 +3613,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3613
3613
  $lt: import("@feathersjs/typebox").TAny;
3614
3614
  $lte: import("@feathersjs/typebox").TAny;
3615
3615
  $ne: import("@feathersjs/typebox").TAny;
3616
- $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3617
- $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3616
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3617
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3618
3618
  }>, import("@feathersjs/typebox").TObject<{
3619
3619
  [key: string]: import("@feathersjs/typebox").TSchema;
3620
3620
  } | undefined>]>>]>>;
@@ -3627,8 +3627,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3627
3627
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3628
3628
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3629
3629
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3630
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3631
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3630
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3631
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3632
3632
  }>, import("@feathersjs/typebox").TObject<{
3633
3633
  [key: string]: import("@feathersjs/typebox").TSchema;
3634
3634
  } | undefined>]>>]>>;
@@ -3638,8 +3638,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3638
3638
  $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3639
3639
  $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3640
3640
  $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3641
- $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3642
- $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3641
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3642
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3643
3643
  }>, import("@feathersjs/typebox").TObject<{
3644
3644
  [key: string]: import("@feathersjs/typebox").TSchema;
3645
3645
  } | undefined>]>>]>>;
@@ -3649,8 +3649,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3649
3649
  $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3650
3650
  $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3651
3651
  $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3652
- $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<{}>]>>;
3653
- $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<{}>]>>;
3652
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3653
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3654
3654
  }>, import("@feathersjs/typebox").TObject<{
3655
3655
  [key: string]: import("@feathersjs/typebox").TSchema;
3656
3656
  } | undefined>]>>]>>;
@@ -3660,8 +3660,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3660
3660
  $lt: import("@feathersjs/typebox").TAny;
3661
3661
  $lte: import("@feathersjs/typebox").TAny;
3662
3662
  $ne: import("@feathersjs/typebox").TAny;
3663
- $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3664
- $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3663
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3664
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3665
3665
  }>, import("@feathersjs/typebox").TObject<{
3666
3666
  [key: string]: import("@feathersjs/typebox").TSchema;
3667
3667
  } | undefined>]>>]>>;
@@ -3671,8 +3671,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3671
3671
  $lt: import("@feathersjs/typebox").TString<string>;
3672
3672
  $lte: import("@feathersjs/typebox").TString<string>;
3673
3673
  $ne: import("@feathersjs/typebox").TString<string>;
3674
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3675
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3674
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3675
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3676
3676
  }>, import("@feathersjs/typebox").TObject<{
3677
3677
  [key: string]: import("@feathersjs/typebox").TSchema;
3678
3678
  } | undefined>]>>]>>;
@@ -3682,8 +3682,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3682
3682
  $lt: import("@feathersjs/typebox").TAny;
3683
3683
  $lte: import("@feathersjs/typebox").TAny;
3684
3684
  $ne: import("@feathersjs/typebox").TAny;
3685
- $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3686
- $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3685
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3686
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3687
3687
  }>, import("@feathersjs/typebox").TObject<{
3688
3688
  [key: string]: import("@feathersjs/typebox").TSchema;
3689
3689
  } | undefined>]>>]>>;
@@ -3695,8 +3695,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3695
3695
  $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3696
3696
  $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3697
3697
  $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3698
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3699
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3698
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3699
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3700
3700
  }>, import("@feathersjs/typebox").TObject<{
3701
3701
  [key: string]: import("@feathersjs/typebox").TSchema;
3702
3702
  } | undefined>]>>]>>;
@@ -3706,8 +3706,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3706
3706
  $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3707
3707
  $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3708
3708
  $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3709
- $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3710
- $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3709
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3710
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3711
3711
  }>, import("@feathersjs/typebox").TObject<{
3712
3712
  [key: string]: import("@feathersjs/typebox").TSchema;
3713
3713
  } | undefined>]>>]>>;
@@ -3717,8 +3717,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3717
3717
  $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3718
3718
  $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3719
3719
  $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3720
- $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<{}>]>>;
3721
- $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<{}>]>>;
3720
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3721
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3722
3722
  }>, import("@feathersjs/typebox").TObject<{
3723
3723
  [key: string]: import("@feathersjs/typebox").TSchema;
3724
3724
  } | undefined>]>>]>>;
@@ -3728,8 +3728,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3728
3728
  $lt: import("@feathersjs/typebox").TAny;
3729
3729
  $lte: import("@feathersjs/typebox").TAny;
3730
3730
  $ne: import("@feathersjs/typebox").TAny;
3731
- $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3732
- $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3731
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3732
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3733
3733
  }>, import("@feathersjs/typebox").TObject<{
3734
3734
  [key: string]: import("@feathersjs/typebox").TSchema;
3735
3735
  } | undefined>]>>]>>;
@@ -3739,8 +3739,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3739
3739
  $lt: import("@feathersjs/typebox").TString<string>;
3740
3740
  $lte: import("@feathersjs/typebox").TString<string>;
3741
3741
  $ne: import("@feathersjs/typebox").TString<string>;
3742
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3743
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3742
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3743
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3744
3744
  }>, import("@feathersjs/typebox").TObject<{
3745
3745
  [key: string]: import("@feathersjs/typebox").TSchema;
3746
3746
  } | undefined>]>>]>>;
@@ -3750,8 +3750,8 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
3750
3750
  $lt: import("@feathersjs/typebox").TAny;
3751
3751
  $lte: import("@feathersjs/typebox").TAny;
3752
3752
  $ne: import("@feathersjs/typebox").TAny;
3753
- $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3754
- $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3753
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3754
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3755
3755
  }>, import("@feathersjs/typebox").TObject<{
3756
3756
  [key: string]: import("@feathersjs/typebox").TSchema;
3757
3757
  } | undefined>]>>]>>;
@@ -3777,8 +3777,8 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
3777
3777
  $lt?: string | undefined;
3778
3778
  $lte?: string | undefined;
3779
3779
  $ne?: string | undefined;
3780
- $in: string | string[];
3781
- $nin: string | string[];
3780
+ $in: string[];
3781
+ $nin: string[];
3782
3782
  } & {}> | undefined;
3783
3783
  provider?: "docker" | Partial<{
3784
3784
  $gt: "docker";
@@ -3786,8 +3786,8 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
3786
3786
  $lt: "docker";
3787
3787
  $lte: "docker";
3788
3788
  $ne: "docker";
3789
- $in: "docker" | "docker"[];
3790
- $nin: "docker" | "docker"[];
3789
+ $in: "docker"[];
3790
+ $nin: "docker"[];
3791
3791
  } & {}> | undefined;
3792
3792
  _id?: string | {} | Partial<{
3793
3793
  $gt: string | {};
@@ -3795,8 +3795,8 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
3795
3795
  $lt: string | {};
3796
3796
  $lte: string | {};
3797
3797
  $ne: string | {};
3798
- $in: string | {} | (string | {})[];
3799
- $nin: string | {} | (string | {})[];
3798
+ $in: (string | {})[];
3799
+ $nin: (string | {})[];
3800
3800
  } & {}> | undefined;
3801
3801
  options?: any;
3802
3802
  exchangeId?: string | Partial<{
@@ -3805,8 +3805,8 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
3805
3805
  $lt: string;
3806
3806
  $lte: string;
3807
3807
  $ne: string;
3808
- $in: string | string[];
3809
- $nin: string | string[];
3808
+ $in: string[];
3809
+ $nin: string[];
3810
3810
  } & {}> | undefined;
3811
3811
  pod?: any;
3812
3812
  } | {
@@ -3817,8 +3817,8 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
3817
3817
  $lt?: string | undefined;
3818
3818
  $lte?: string | undefined;
3819
3819
  $ne?: string | undefined;
3820
- $in: string | string[];
3821
- $nin: string | string[];
3820
+ $in: string[];
3821
+ $nin: string[];
3822
3822
  } & {}> | undefined;
3823
3823
  provider?: "docker" | Partial<{
3824
3824
  $gt: "docker";
@@ -3826,8 +3826,8 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
3826
3826
  $lt: "docker";
3827
3827
  $lte: "docker";
3828
3828
  $ne: "docker";
3829
- $in: "docker" | "docker"[];
3830
- $nin: "docker" | "docker"[];
3829
+ $in: "docker"[];
3830
+ $nin: "docker"[];
3831
3831
  } & {}> | undefined;
3832
3832
  _id?: string | {} | Partial<{
3833
3833
  $gt: string | {};
@@ -3835,8 +3835,8 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
3835
3835
  $lt: string | {};
3836
3836
  $lte: string | {};
3837
3837
  $ne: string | {};
3838
- $in: string | {} | (string | {})[];
3839
- $nin: string | {} | (string | {})[];
3838
+ $in: (string | {})[];
3839
+ $nin: (string | {})[];
3840
3840
  } & {}> | undefined;
3841
3841
  options?: any;
3842
3842
  exchangeId?: string | Partial<{
@@ -3845,8 +3845,8 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
3845
3845
  $lt: string;
3846
3846
  $lte: string;
3847
3847
  $ne: string;
3848
- $in: string | string[];
3849
- $nin: string | string[];
3848
+ $in: string[];
3849
+ $nin: string[];
3850
3850
  } & {}> | undefined;
3851
3851
  pod?: any;
3852
3852
  }[];
@@ -3858,8 +3858,8 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
3858
3858
  $lt?: string | undefined;
3859
3859
  $lte?: string | undefined;
3860
3860
  $ne?: string | undefined;
3861
- $in: string | string[];
3862
- $nin: string | string[];
3861
+ $in: string[];
3862
+ $nin: string[];
3863
3863
  } & {}> | undefined;
3864
3864
  provider?: "docker" | Partial<{
3865
3865
  $gt: "docker";
@@ -3867,8 +3867,8 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
3867
3867
  $lt: "docker";
3868
3868
  $lte: "docker";
3869
3869
  $ne: "docker";
3870
- $in: "docker" | "docker"[];
3871
- $nin: "docker" | "docker"[];
3870
+ $in: "docker"[];
3871
+ $nin: "docker"[];
3872
3872
  } & {}> | undefined;
3873
3873
  _id?: string | {} | Partial<{
3874
3874
  $gt: string | {};
@@ -3876,8 +3876,8 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
3876
3876
  $lt: string | {};
3877
3877
  $lte: string | {};
3878
3878
  $ne: string | {};
3879
- $in: string | {} | (string | {})[];
3880
- $nin: string | {} | (string | {})[];
3879
+ $in: (string | {})[];
3880
+ $nin: (string | {})[];
3881
3881
  } & {}> | undefined;
3882
3882
  options?: any;
3883
3883
  exchangeId?: string | Partial<{
@@ -3886,8 +3886,8 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
3886
3886
  $lt: string;
3887
3887
  $lte: string;
3888
3888
  $ne: string;
3889
- $in: string | string[];
3890
- $nin: string | string[];
3889
+ $in: string[];
3890
+ $nin: string[];
3891
3891
  } & {}> | undefined;
3892
3892
  pod?: any;
3893
3893
  }[];
@@ -3898,8 +3898,8 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
3898
3898
  $lt?: string | undefined;
3899
3899
  $lte?: string | undefined;
3900
3900
  $ne?: string | undefined;
3901
- $in: string | string[];
3902
- $nin: string | string[];
3901
+ $in: string[];
3902
+ $nin: string[];
3903
3903
  } & {}> | undefined;
3904
3904
  provider?: "docker" | Partial<{
3905
3905
  $gt: "docker";
@@ -3907,8 +3907,8 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
3907
3907
  $lt: "docker";
3908
3908
  $lte: "docker";
3909
3909
  $ne: "docker";
3910
- $in: "docker" | "docker"[];
3911
- $nin: "docker" | "docker"[];
3910
+ $in: "docker"[];
3911
+ $nin: "docker"[];
3912
3912
  } & {}> | undefined;
3913
3913
  _id?: string | {} | Partial<{
3914
3914
  $gt: string | {};
@@ -3916,8 +3916,8 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
3916
3916
  $lt: string | {};
3917
3917
  $lte: string | {};
3918
3918
  $ne: string | {};
3919
- $in: string | {} | (string | {})[];
3920
- $nin: string | {} | (string | {})[];
3919
+ $in: (string | {})[];
3920
+ $nin: (string | {})[];
3921
3921
  } & {}> | undefined;
3922
3922
  options?: any;
3923
3923
  exchangeId?: string | Partial<{
@@ -3926,8 +3926,8 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
3926
3926
  $lt: string;
3927
3927
  $lte: string;
3928
3928
  $ne: string;
3929
- $in: string | string[];
3930
- $nin: string | string[];
3929
+ $in: string[];
3930
+ $nin: string[];
3931
3931
  } & {}> | undefined;
3932
3932
  pod?: any;
3933
3933
  } & {}, HookContext<TradersPodsService<import("./pods.class").TradersPodsParams>>>;