@cryptorobot.ai/client 1.26.0-dev.1029 → 1.26.0-dev.1030

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.
Files changed (23) hide show
  1. package/lib/src/services/advisor/advisor.schema.d.ts +1 -1
  2. package/lib/src/services/advisor/messages/messages.schema.d.ts +144 -144
  3. package/lib/src/services/agents/sessions/sessions.schema.d.ts +143 -143
  4. package/lib/src/services/autotune/usage/usage.schema.d.ts +3 -3
  5. package/lib/src/services/blog/sitemaps/pages/pages.schema.d.ts +72 -72
  6. package/lib/src/services/copilot/concerns/concerns.schema.d.ts +8 -8
  7. package/lib/src/services/models/pods/events/events.schema.d.ts +3 -3
  8. package/lib/src/services/models/signals/subscriptions/subscriptions.schema.d.ts +3 -3
  9. package/lib/src/services/security/events/security-events.schema.d.ts +70 -70
  10. package/lib/src/services/snapshot/snapshot.schema.d.ts +336 -336
  11. package/lib/src/services/strategies/backtest/backtest.schema.d.ts +231 -135
  12. package/lib/src/services/strategies/generate/generate.schema.d.ts +80 -80
  13. package/lib/src/services/strategies/history/history.schema.d.ts +152 -152
  14. package/lib/src/services/strategies/research/research.schema.d.ts +72 -72
  15. package/lib/src/services/tax/sessions/sessions.schema.d.ts +72 -72
  16. package/lib/src/services/tokens/tokens.schema.d.ts +72 -72
  17. package/lib/src/services/traders/pods/api/api.schema.d.ts +8 -8
  18. package/lib/src/services/traders/pods/events/events.schema.d.ts +144 -144
  19. package/lib/src/services/traders/pods/pods.schema.d.ts +73 -73
  20. package/lib/src/services/traders/pods/webhooks/webhooks.schema.d.ts +144 -144
  21. package/lib/src/services/users/access/access.schema.d.ts +70 -70
  22. package/lib/src/services/users/sessions/sessions.schema.d.ts +70 -70
  23. package/package.json +1 -1
@@ -557,7 +557,7 @@ export declare const tradersPodsSchema: import("@feathersjs/typebox").TObject<{
557
557
  userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
558
558
  __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
559
559
  }>>>;
560
- exchangeId: import("@feathersjs/typebox").TString<string>;
560
+ exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
561
561
  strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
562
562
  strategy: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
563
563
  _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
@@ -1946,7 +1946,7 @@ export declare const tradersPodsResolver: import("@feathersjs/schema").Resolver<
1946
1946
  userId: string | {};
1947
1947
  __v?: any;
1948
1948
  }>;
1949
- exchangeId: string;
1949
+ exchangeId: string | {};
1950
1950
  strategyId: string | {};
1951
1951
  strategy: Partial<{
1952
1952
  _id?: string | {} | undefined;
@@ -3333,7 +3333,7 @@ export declare const tradersPodsExternalResolver: import("@feathersjs/schema").R
3333
3333
  userId: string | {};
3334
3334
  __v?: any;
3335
3335
  }>;
3336
- exchangeId: string;
3336
+ exchangeId: string | {};
3337
3337
  strategyId: string | {};
3338
3338
  strategy: Partial<{
3339
3339
  _id?: string | {} | undefined;
@@ -4720,7 +4720,7 @@ export declare const tradersPodsDataSchema: import("@feathersjs/typebox").TInter
4720
4720
  userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
4721
4721
  __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
4722
4722
  }>>>;
4723
- exchangeId: import("@feathersjs/typebox").TString<string>;
4723
+ exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
4724
4724
  strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
4725
4725
  strategy: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
4726
4726
  _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
@@ -6106,7 +6106,7 @@ export declare const tradersPodsDataSchema: import("@feathersjs/typebox").TInter
6106
6106
  userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
6107
6107
  __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
6108
6108
  }>>>;
6109
- exchangeId: import("@feathersjs/typebox").TString<string>;
6109
+ exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
6110
6110
  strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
6111
6111
  strategy: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
6112
6112
  _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
@@ -7495,7 +7495,7 @@ export declare const tradersPodsDataResolver: import("@feathersjs/schema").Resol
7495
7495
  userId: string | {};
7496
7496
  __v?: any;
7497
7497
  }>;
7498
- exchangeId: string;
7498
+ exchangeId: string | {};
7499
7499
  strategyId: string | {};
7500
7500
  strategy: Partial<{
7501
7501
  _id?: string | {} | undefined;
@@ -8882,7 +8882,7 @@ export declare const tradersPodsPatchSchema: import("@feathersjs/typebox").TPart
8882
8882
  userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
8883
8883
  __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
8884
8884
  }>>>;
8885
- exchangeId: import("@feathersjs/typebox").TString<string>;
8885
+ exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
8886
8886
  strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
8887
8887
  strategy: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
8888
8888
  _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
@@ -10271,7 +10271,7 @@ export declare const tradersPodsPatchResolver: import("@feathersjs/schema").Reso
10271
10271
  userId: string | {};
10272
10272
  __v?: any;
10273
10273
  }>;
10274
- exchangeId: string;
10274
+ exchangeId: string | {};
10275
10275
  strategyId: string | {};
10276
10276
  strategy: Partial<{
10277
10277
  _id?: string | {} | undefined;
@@ -11658,7 +11658,7 @@ export declare const tradersPodsQueryProperties: import("@feathersjs/typebox").T
11658
11658
  userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
11659
11659
  __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
11660
11660
  }>>>;
11661
- exchangeId: import("@feathersjs/typebox").TString<string>;
11661
+ exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
11662
11662
  strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
11663
11663
  strategy: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
11664
11664
  _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
@@ -12514,14 +12514,14 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
12514
12514
  }>, import("@feathersjs/typebox").TObject<{
12515
12515
  [key: string]: import("@feathersjs/typebox").TSchema;
12516
12516
  } | undefined>]>>]>>;
12517
- exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
12518
- $gt: import("@feathersjs/typebox").TString<string>;
12519
- $gte: import("@feathersjs/typebox").TString<string>;
12520
- $lt: import("@feathersjs/typebox").TString<string>;
12521
- $lte: import("@feathersjs/typebox").TString<string>;
12522
- $ne: import("@feathersjs/typebox").TString<string>;
12523
- $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
12524
- $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
12517
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
12518
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12519
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12520
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12521
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12522
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12523
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12524
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12525
12525
  }>, import("@feathersjs/typebox").TObject<{
12526
12526
  [key: string]: import("@feathersjs/typebox").TSchema;
12527
12527
  } | undefined>]>>]>>;
@@ -12593,14 +12593,14 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
12593
12593
  }>, import("@feathersjs/typebox").TObject<{
12594
12594
  [key: string]: import("@feathersjs/typebox").TSchema;
12595
12595
  } | undefined>]>>]>>;
12596
- exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
12597
- $gt: import("@feathersjs/typebox").TString<string>;
12598
- $gte: import("@feathersjs/typebox").TString<string>;
12599
- $lt: import("@feathersjs/typebox").TString<string>;
12600
- $lte: import("@feathersjs/typebox").TString<string>;
12601
- $ne: import("@feathersjs/typebox").TString<string>;
12602
- $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
12603
- $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
12596
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
12597
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12598
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12599
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12600
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12601
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12602
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12603
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12604
12604
  }>, import("@feathersjs/typebox").TObject<{
12605
12605
  [key: string]: import("@feathersjs/typebox").TSchema;
12606
12606
  } | undefined>]>>]>>;
@@ -12673,14 +12673,14 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
12673
12673
  }>, import("@feathersjs/typebox").TObject<{
12674
12674
  [key: string]: import("@feathersjs/typebox").TSchema;
12675
12675
  } | undefined>]>>]>>;
12676
- exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
12677
- $gt: import("@feathersjs/typebox").TString<string>;
12678
- $gte: import("@feathersjs/typebox").TString<string>;
12679
- $lt: import("@feathersjs/typebox").TString<string>;
12680
- $lte: import("@feathersjs/typebox").TString<string>;
12681
- $ne: import("@feathersjs/typebox").TString<string>;
12682
- $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
12683
- $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
12676
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
12677
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12678
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12679
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12680
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12681
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12682
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12683
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12684
12684
  }>, import("@feathersjs/typebox").TObject<{
12685
12685
  [key: string]: import("@feathersjs/typebox").TSchema;
12686
12686
  } | undefined>]>>]>>;
@@ -12752,14 +12752,14 @@ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TInte
12752
12752
  }>, import("@feathersjs/typebox").TObject<{
12753
12753
  [key: string]: import("@feathersjs/typebox").TSchema;
12754
12754
  } | undefined>]>>]>>;
12755
- exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
12756
- $gt: import("@feathersjs/typebox").TString<string>;
12757
- $gte: import("@feathersjs/typebox").TString<string>;
12758
- $lt: import("@feathersjs/typebox").TString<string>;
12759
- $lte: import("@feathersjs/typebox").TString<string>;
12760
- $ne: import("@feathersjs/typebox").TString<string>;
12761
- $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
12762
- $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
12755
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
12756
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12757
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12758
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12759
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12760
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12761
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12762
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12763
12763
  }>, import("@feathersjs/typebox").TObject<{
12764
12764
  [key: string]: import("@feathersjs/typebox").TSchema;
12765
12765
  } | undefined>]>>]>>;
@@ -12845,14 +12845,14 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
12845
12845
  $nin: string | (string | {})[] | {};
12846
12846
  } & {}> | {} | undefined;
12847
12847
  exchangeId?: string | Partial<{
12848
- $gt: string;
12849
- $gte: string;
12850
- $lt: string;
12851
- $lte: string;
12852
- $ne: string;
12853
- $in: string | string[];
12854
- $nin: string | string[];
12855
- } & {}> | undefined;
12848
+ $gt: string | {};
12849
+ $gte: string | {};
12850
+ $lt: string | {};
12851
+ $lte: string | {};
12852
+ $ne: string | {};
12853
+ $in: string | (string | {})[] | {};
12854
+ $nin: string | (string | {})[] | {};
12855
+ } & {}> | {} | undefined;
12856
12856
  host?: string | Partial<{
12857
12857
  $gt?: string | undefined;
12858
12858
  $gte?: string | undefined;
@@ -12894,14 +12894,14 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
12894
12894
  $nin: string | (string | {})[] | {};
12895
12895
  } & {}> | {} | undefined;
12896
12896
  exchangeId?: string | Partial<{
12897
- $gt: string;
12898
- $gte: string;
12899
- $lt: string;
12900
- $lte: string;
12901
- $ne: string;
12902
- $in: string | string[];
12903
- $nin: string | string[];
12904
- } & {}> | undefined;
12897
+ $gt: string | {};
12898
+ $gte: string | {};
12899
+ $lt: string | {};
12900
+ $lte: string | {};
12901
+ $ne: string | {};
12902
+ $in: string | (string | {})[] | {};
12903
+ $nin: string | (string | {})[] | {};
12904
+ } & {}> | {} | undefined;
12905
12905
  host?: string | Partial<{
12906
12906
  $gt?: string | undefined;
12907
12907
  $gte?: string | undefined;
@@ -12944,14 +12944,14 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
12944
12944
  $nin: string | (string | {})[] | {};
12945
12945
  } & {}> | {} | undefined;
12946
12946
  exchangeId?: string | Partial<{
12947
- $gt: string;
12948
- $gte: string;
12949
- $lt: string;
12950
- $lte: string;
12951
- $ne: string;
12952
- $in: string | string[];
12953
- $nin: string | string[];
12954
- } & {}> | undefined;
12947
+ $gt: string | {};
12948
+ $gte: string | {};
12949
+ $lt: string | {};
12950
+ $lte: string | {};
12951
+ $ne: string | {};
12952
+ $in: string | (string | {})[] | {};
12953
+ $nin: string | (string | {})[] | {};
12954
+ } & {}> | {} | undefined;
12955
12955
  host?: string | Partial<{
12956
12956
  $gt?: string | undefined;
12957
12957
  $gte?: string | undefined;
@@ -12993,14 +12993,14 @@ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Reso
12993
12993
  $nin: string | (string | {})[] | {};
12994
12994
  } & {}> | {} | undefined;
12995
12995
  exchangeId?: string | Partial<{
12996
- $gt: string;
12997
- $gte: string;
12998
- $lt: string;
12999
- $lte: string;
13000
- $ne: string;
13001
- $in: string | string[];
13002
- $nin: string | string[];
13003
- } & {}> | undefined;
12996
+ $gt: string | {};
12997
+ $gte: string | {};
12998
+ $lt: string | {};
12999
+ $lte: string | {};
13000
+ $ne: string | {};
13001
+ $in: string | (string | {})[] | {};
13002
+ $nin: string | (string | {})[] | {};
13003
+ } & {}> | {} | undefined;
13004
13004
  host?: string | Partial<{
13005
13005
  $gt?: string | undefined;
13006
13006
  $gte?: string | undefined;