@cryptorobot.ai/client 1.26.0-dev.1028 → 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
@@ -1062,7 +1062,7 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
1062
1062
  userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1063
1063
  __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1064
1064
  }>>>;
1065
- exchangeId: import("@feathersjs/typebox").TString<string>;
1065
+ exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1066
1066
  strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1067
1067
  strategy: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
1068
1068
  _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
@@ -2963,7 +2963,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
2963
2963
  userId: string | {};
2964
2964
  __v?: any;
2965
2965
  }>;
2966
- exchangeId: string;
2966
+ exchangeId: string | {};
2967
2967
  strategyId: string | {};
2968
2968
  strategy: Partial<{
2969
2969
  _id?: string | {} | undefined;
@@ -4862,7 +4862,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
4862
4862
  userId: string | {};
4863
4863
  __v?: any;
4864
4864
  }>;
4865
- exchangeId: string;
4865
+ exchangeId: string | {};
4866
4866
  strategyId: string | {};
4867
4867
  strategy: Partial<{
4868
4868
  _id?: string | {} | undefined;
@@ -6761,7 +6761,7 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
6761
6761
  userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
6762
6762
  __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
6763
6763
  }>>>;
6764
- exchangeId: import("@feathersjs/typebox").TString<string>;
6764
+ exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
6765
6765
  strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
6766
6766
  strategy: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
6767
6767
  _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
@@ -8662,7 +8662,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
8662
8662
  userId: string | {};
8663
8663
  __v?: any;
8664
8664
  }>;
8665
- exchangeId: string;
8665
+ exchangeId: string | {};
8666
8666
  strategyId: string | {};
8667
8667
  strategy: Partial<{
8668
8668
  _id?: string | {} | undefined;
@@ -10561,7 +10561,7 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
10561
10561
  userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
10562
10562
  __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
10563
10563
  }>>>;
10564
- exchangeId: import("@feathersjs/typebox").TString<string>;
10564
+ exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
10565
10565
  strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
10566
10566
  strategy: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
10567
10567
  _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
@@ -12462,7 +12462,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
12462
12462
  userId: string | {};
12463
12463
  __v?: any;
12464
12464
  }>;
12465
- exchangeId: string;
12465
+ exchangeId: string | {};
12466
12466
  strategyId: string | {};
12467
12467
  strategy: Partial<{
12468
12468
  _id?: string | {} | undefined;
@@ -14361,7 +14361,7 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
14361
14361
  userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
14362
14362
  __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
14363
14363
  }>>>;
14364
- exchangeId: import("@feathersjs/typebox").TString<string>;
14364
+ exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
14365
14365
  strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
14366
14366
  strategy: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
14367
14367
  _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
@@ -7,8 +7,8 @@ export declare const tradersPodsEventsSchema: import("@feathersjs/typebox").TObj
7
7
  event: import("@feathersjs/typebox").TString<string>;
8
8
  status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
9
9
  description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
10
- traderId: import("@feathersjs/typebox").TString<string>;
11
- userId: import("@feathersjs/typebox").TString<string>;
10
+ traderId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
11
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12
12
  createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
13
13
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
14
14
  stopDetails: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
@@ -35,8 +35,8 @@ export declare const tradersPodsEventsResolver: import("@feathersjs/schema").Res
35
35
  event: string;
36
36
  status?: string | undefined;
37
37
  description?: string | undefined;
38
- traderId: string;
39
- userId: string;
38
+ traderId: string | {};
39
+ userId: string | {};
40
40
  createdAt?: any;
41
41
  updatedAt?: any;
42
42
  stopDetails?: {
@@ -61,8 +61,8 @@ export declare const tradersPodsEventsExternalResolver: import("@feathersjs/sche
61
61
  event: string;
62
62
  status?: string | undefined;
63
63
  description?: string | undefined;
64
- traderId: string;
65
- userId: string;
64
+ traderId: string | {};
65
+ userId: string | {};
66
66
  createdAt?: any;
67
67
  updatedAt?: any;
68
68
  stopDetails?: {
@@ -87,8 +87,8 @@ export declare const tradersPodsEventsDataSchema: import("@feathersjs/typebox").
87
87
  event: import("@feathersjs/typebox").TString<string>;
88
88
  status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
89
89
  description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
90
- traderId: import("@feathersjs/typebox").TString<string>;
91
- userId: import("@feathersjs/typebox").TString<string>;
90
+ traderId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
91
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
92
92
  createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
93
93
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
94
94
  stopDetails: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
@@ -115,8 +115,8 @@ export declare const tradersPodsEventsDataResolver: import("@feathersjs/schema")
115
115
  event: string;
116
116
  status?: string | undefined;
117
117
  description?: string | undefined;
118
- traderId: string;
119
- userId: string;
118
+ traderId: string | {};
119
+ userId: string | {};
120
120
  createdAt?: any;
121
121
  updatedAt?: any;
122
122
  stopDetails?: {
@@ -141,8 +141,8 @@ export declare const tradersPodsEventsPatchSchema: import("@feathersjs/typebox")
141
141
  event: import("@feathersjs/typebox").TString<string>;
142
142
  status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
143
143
  description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
144
- traderId: import("@feathersjs/typebox").TString<string>;
145
- userId: import("@feathersjs/typebox").TString<string>;
144
+ traderId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
145
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
146
146
  createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
147
147
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
148
148
  stopDetails: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
@@ -169,8 +169,8 @@ export declare const tradersPodsEventsPatchResolver: import("@feathersjs/schema"
169
169
  event: string;
170
170
  status?: string | undefined;
171
171
  description?: string | undefined;
172
- traderId: string;
173
- userId: string;
172
+ traderId: string | {};
173
+ userId: string | {};
174
174
  createdAt?: any;
175
175
  updatedAt?: any;
176
176
  stopDetails?: {
@@ -195,8 +195,8 @@ export declare const tradersPodsEventsQueryProperties: import("@feathersjs/typeb
195
195
  event: import("@feathersjs/typebox").TString<string>;
196
196
  status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
197
197
  description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
198
- traderId: import("@feathersjs/typebox").TString<string>;
199
- userId: import("@feathersjs/typebox").TString<string>;
198
+ traderId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
199
+ userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
200
200
  createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
201
201
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
202
202
  stopDetails: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
@@ -320,25 +320,25 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
320
320
  }>, import("@feathersjs/typebox").TObject<{
321
321
  [key: string]: import("@feathersjs/typebox").TSchema;
322
322
  } | undefined>]>>]>>;
323
- traderId: 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<{
324
- $gt: import("@feathersjs/typebox").TString<string>;
325
- $gte: import("@feathersjs/typebox").TString<string>;
326
- $lt: import("@feathersjs/typebox").TString<string>;
327
- $lte: import("@feathersjs/typebox").TString<string>;
328
- $ne: import("@feathersjs/typebox").TString<string>;
329
- $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
330
- $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
323
+ traderId: 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<{
324
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
325
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
326
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
327
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
328
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
329
+ $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<{}>]>;
330
+ $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<{}>]>;
331
331
  }>, import("@feathersjs/typebox").TObject<{
332
332
  [key: string]: import("@feathersjs/typebox").TSchema;
333
333
  } | undefined>]>>]>>;
334
- userId: 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<{
335
- $gt: import("@feathersjs/typebox").TString<string>;
336
- $gte: import("@feathersjs/typebox").TString<string>;
337
- $lt: import("@feathersjs/typebox").TString<string>;
338
- $lte: import("@feathersjs/typebox").TString<string>;
339
- $ne: import("@feathersjs/typebox").TString<string>;
340
- $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
341
- $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
334
+ userId: 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<{
335
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
336
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
337
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
338
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
339
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
340
+ $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<{}>]>;
341
+ $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<{}>]>;
342
342
  }>, import("@feathersjs/typebox").TObject<{
343
343
  [key: string]: import("@feathersjs/typebox").TSchema;
344
344
  } | undefined>]>>]>>;
@@ -432,25 +432,25 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
432
432
  }>, import("@feathersjs/typebox").TObject<{
433
433
  [key: string]: import("@feathersjs/typebox").TSchema;
434
434
  } | undefined>]>>]>>;
435
- traderId: 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<{
436
- $gt: import("@feathersjs/typebox").TString<string>;
437
- $gte: import("@feathersjs/typebox").TString<string>;
438
- $lt: import("@feathersjs/typebox").TString<string>;
439
- $lte: import("@feathersjs/typebox").TString<string>;
440
- $ne: import("@feathersjs/typebox").TString<string>;
441
- $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
442
- $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
435
+ traderId: 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<{
436
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
437
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
438
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
439
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
440
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
441
+ $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<{}>]>;
442
+ $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<{}>]>;
443
443
  }>, import("@feathersjs/typebox").TObject<{
444
444
  [key: string]: import("@feathersjs/typebox").TSchema;
445
445
  } | undefined>]>>]>>;
446
- userId: 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<{
447
- $gt: import("@feathersjs/typebox").TString<string>;
448
- $gte: import("@feathersjs/typebox").TString<string>;
449
- $lt: import("@feathersjs/typebox").TString<string>;
450
- $lte: import("@feathersjs/typebox").TString<string>;
451
- $ne: import("@feathersjs/typebox").TString<string>;
452
- $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
453
- $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
446
+ userId: 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<{
447
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
448
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
449
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
450
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
451
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
452
+ $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<{}>]>;
453
+ $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<{}>]>;
454
454
  }>, import("@feathersjs/typebox").TObject<{
455
455
  [key: string]: import("@feathersjs/typebox").TSchema;
456
456
  } | undefined>]>>]>>;
@@ -545,25 +545,25 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
545
545
  }>, import("@feathersjs/typebox").TObject<{
546
546
  [key: string]: import("@feathersjs/typebox").TSchema;
547
547
  } | undefined>]>>]>>;
548
- traderId: 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<{
549
- $gt: import("@feathersjs/typebox").TString<string>;
550
- $gte: import("@feathersjs/typebox").TString<string>;
551
- $lt: import("@feathersjs/typebox").TString<string>;
552
- $lte: import("@feathersjs/typebox").TString<string>;
553
- $ne: import("@feathersjs/typebox").TString<string>;
554
- $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
555
- $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
548
+ traderId: 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<{
549
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
550
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
551
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
552
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
553
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
554
+ $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<{}>]>;
555
+ $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<{}>]>;
556
556
  }>, import("@feathersjs/typebox").TObject<{
557
557
  [key: string]: import("@feathersjs/typebox").TSchema;
558
558
  } | undefined>]>>]>>;
559
- userId: 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<{
560
- $gt: import("@feathersjs/typebox").TString<string>;
561
- $gte: import("@feathersjs/typebox").TString<string>;
562
- $lt: import("@feathersjs/typebox").TString<string>;
563
- $lte: import("@feathersjs/typebox").TString<string>;
564
- $ne: import("@feathersjs/typebox").TString<string>;
565
- $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
566
- $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
559
+ userId: 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<{
560
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
561
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
562
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
563
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
564
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
565
+ $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<{}>]>;
566
+ $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<{}>]>;
567
567
  }>, import("@feathersjs/typebox").TObject<{
568
568
  [key: string]: import("@feathersjs/typebox").TSchema;
569
569
  } | undefined>]>>]>>;
@@ -657,25 +657,25 @@ export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox")
657
657
  }>, import("@feathersjs/typebox").TObject<{
658
658
  [key: string]: import("@feathersjs/typebox").TSchema;
659
659
  } | undefined>]>>]>>;
660
- traderId: 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<{
661
- $gt: import("@feathersjs/typebox").TString<string>;
662
- $gte: import("@feathersjs/typebox").TString<string>;
663
- $lt: import("@feathersjs/typebox").TString<string>;
664
- $lte: import("@feathersjs/typebox").TString<string>;
665
- $ne: import("@feathersjs/typebox").TString<string>;
666
- $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
667
- $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
660
+ traderId: 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<{
661
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
662
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
663
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
664
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
665
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
666
+ $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<{}>]>;
667
+ $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<{}>]>;
668
668
  }>, import("@feathersjs/typebox").TObject<{
669
669
  [key: string]: import("@feathersjs/typebox").TSchema;
670
670
  } | undefined>]>>]>>;
671
- userId: 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<{
672
- $gt: import("@feathersjs/typebox").TString<string>;
673
- $gte: import("@feathersjs/typebox").TString<string>;
674
- $lt: import("@feathersjs/typebox").TString<string>;
675
- $lte: import("@feathersjs/typebox").TString<string>;
676
- $ne: import("@feathersjs/typebox").TString<string>;
677
- $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
678
- $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
671
+ userId: 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<{
672
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
673
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
674
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
675
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
676
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
677
+ $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<{}>]>;
678
+ $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<{}>]>;
679
679
  }>, import("@feathersjs/typebox").TObject<{
680
680
  [key: string]: import("@feathersjs/typebox").TSchema;
681
681
  } | undefined>]>>]>>;
@@ -740,23 +740,23 @@ export declare const tradersPodsEventsQueryResolver: import("@feathersjs/schema"
740
740
  $nin: string | string[];
741
741
  } & {}> | undefined;
742
742
  traderId?: string | Partial<{
743
- $gt: string;
744
- $gte: string;
745
- $lt: string;
746
- $lte: string;
747
- $ne: string;
748
- $in: string | string[];
749
- $nin: string | string[];
750
- } & {}> | undefined;
743
+ $gt: string | {};
744
+ $gte: string | {};
745
+ $lt: string | {};
746
+ $lte: string | {};
747
+ $ne: string | {};
748
+ $in: string | (string | {})[] | {};
749
+ $nin: string | (string | {})[] | {};
750
+ } & {}> | {} | undefined;
751
751
  userId?: string | Partial<{
752
- $gt: string;
753
- $gte: string;
754
- $lt: string;
755
- $lte: string;
756
- $ne: string;
757
- $in: string | string[];
758
- $nin: string | string[];
759
- } & {}> | undefined;
752
+ $gt: string | {};
753
+ $gte: string | {};
754
+ $lt: string | {};
755
+ $lte: string | {};
756
+ $ne: string | {};
757
+ $in: string | (string | {})[] | {};
758
+ $nin: string | (string | {})[] | {};
759
+ } & {}> | {} | undefined;
760
760
  } | {
761
761
  $or: {
762
762
  _id?: string | Partial<{
@@ -800,23 +800,23 @@ export declare const tradersPodsEventsQueryResolver: import("@feathersjs/schema"
800
800
  $nin: string | string[];
801
801
  } & {}> | undefined;
802
802
  traderId?: string | Partial<{
803
- $gt: string;
804
- $gte: string;
805
- $lt: string;
806
- $lte: string;
807
- $ne: string;
808
- $in: string | string[];
809
- $nin: string | string[];
810
- } & {}> | undefined;
803
+ $gt: string | {};
804
+ $gte: string | {};
805
+ $lt: string | {};
806
+ $lte: string | {};
807
+ $ne: string | {};
808
+ $in: string | (string | {})[] | {};
809
+ $nin: string | (string | {})[] | {};
810
+ } & {}> | {} | undefined;
811
811
  userId?: string | Partial<{
812
- $gt: string;
813
- $gte: string;
814
- $lt: string;
815
- $lte: string;
816
- $ne: string;
817
- $in: string | string[];
818
- $nin: string | string[];
819
- } & {}> | undefined;
812
+ $gt: string | {};
813
+ $gte: string | {};
814
+ $lt: string | {};
815
+ $lte: string | {};
816
+ $ne: string | {};
817
+ $in: string | (string | {})[] | {};
818
+ $nin: string | (string | {})[] | {};
819
+ } & {}> | {} | undefined;
820
820
  }[];
821
821
  })[];
822
822
  $or: {
@@ -861,23 +861,23 @@ export declare const tradersPodsEventsQueryResolver: import("@feathersjs/schema"
861
861
  $nin: string | string[];
862
862
  } & {}> | undefined;
863
863
  traderId?: string | Partial<{
864
- $gt: string;
865
- $gte: string;
866
- $lt: string;
867
- $lte: string;
868
- $ne: string;
869
- $in: string | string[];
870
- $nin: string | string[];
871
- } & {}> | undefined;
864
+ $gt: string | {};
865
+ $gte: string | {};
866
+ $lt: string | {};
867
+ $lte: string | {};
868
+ $ne: string | {};
869
+ $in: string | (string | {})[] | {};
870
+ $nin: string | (string | {})[] | {};
871
+ } & {}> | {} | undefined;
872
872
  userId?: string | Partial<{
873
- $gt: string;
874
- $gte: string;
875
- $lt: string;
876
- $lte: string;
877
- $ne: string;
878
- $in: string | string[];
879
- $nin: string | string[];
880
- } & {}> | undefined;
873
+ $gt: string | {};
874
+ $gte: string | {};
875
+ $lt: string | {};
876
+ $lte: string | {};
877
+ $ne: string | {};
878
+ $in: string | (string | {})[] | {};
879
+ $nin: string | (string | {})[] | {};
880
+ } & {}> | {} | undefined;
881
881
  }[];
882
882
  }> & {
883
883
  _id?: string | Partial<{
@@ -921,21 +921,21 @@ export declare const tradersPodsEventsQueryResolver: import("@feathersjs/schema"
921
921
  $nin: string | string[];
922
922
  } & {}> | undefined;
923
923
  traderId?: string | Partial<{
924
- $gt: string;
925
- $gte: string;
926
- $lt: string;
927
- $lte: string;
928
- $ne: string;
929
- $in: string | string[];
930
- $nin: string | string[];
931
- } & {}> | undefined;
924
+ $gt: string | {};
925
+ $gte: string | {};
926
+ $lt: string | {};
927
+ $lte: string | {};
928
+ $ne: string | {};
929
+ $in: string | (string | {})[] | {};
930
+ $nin: string | (string | {})[] | {};
931
+ } & {}> | {} | undefined;
932
932
  userId?: string | Partial<{
933
- $gt: string;
934
- $gte: string;
935
- $lt: string;
936
- $lte: string;
937
- $ne: string;
938
- $in: string | string[];
939
- $nin: string | string[];
940
- } & {}> | undefined;
933
+ $gt: string | {};
934
+ $gte: string | {};
935
+ $lt: string | {};
936
+ $lte: string | {};
937
+ $ne: string | {};
938
+ $in: string | (string | {})[] | {};
939
+ $nin: string | (string | {})[] | {};
940
+ } & {}> | {} | undefined;
941
941
  } & {}, HookContext<TradersPodsEventsService<import("./events.class").TradersPodsEventsParams>>>;