@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.
- package/lib/services/exchanges/balance/balance.schema.d.ts +40 -40
- package/lib/services/exchanges/download/download.schema.d.ts +40 -40
- package/lib/services/exchanges/download/webhooks/webhooks.schema.d.ts +80 -80
- package/lib/services/exchanges/exchanges.schema.d.ts +72 -72
- package/lib/services/exchanges/ticker/ticker.schema.d.ts +64 -64
- package/lib/services/markets/markets.schema.d.ts +72 -72
- package/lib/services/messages/messages.schema.d.ts +48 -48
- package/lib/services/strategies/ai/ai.schema.d.ts +32 -32
- package/lib/services/strategies/backtest/backtest.schema.d.ts +56 -56
- package/lib/services/strategies/backtest/results/results.schema.d.ts +72 -72
- package/lib/services/strategies/indicators/indicators.schema.d.ts +32 -32
- package/lib/services/strategies/strategies.schema.d.ts +88 -88
- package/lib/services/strategies/templates/templates.schema.d.ts +32 -32
- package/lib/services/traders/pods/api/api.schema.d.ts +64 -64
- package/lib/services/traders/pods/events/events.schema.d.ts +72 -72
- package/lib/services/traders/pods/pods.schema.d.ts +80 -80
- package/lib/services/traders/pods/webhooks/webhooks.schema.d.ts +48 -48
- package/lib/services/traders/traders.schema.d.ts +152 -296
- package/lib/services/users/users.schema.d.ts +48 -48
- package/package.json +3 -2
|
@@ -86,8 +86,8 @@ export declare const strategiesTemplatesQuerySchema: import("@feathersjs/typebox
|
|
|
86
86
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
87
87
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
88
88
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
89
|
-
$in: import("@feathersjs/typebox").
|
|
90
|
-
$nin: import("@feathersjs/typebox").
|
|
89
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
90
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
91
91
|
}>, import("@feathersjs/typebox").TObject<{
|
|
92
92
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
93
93
|
} | undefined>]>>]>>;
|
|
@@ -97,8 +97,8 @@ export declare const strategiesTemplatesQuerySchema: import("@feathersjs/typebox
|
|
|
97
97
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
98
98
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
99
99
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
100
|
-
$in: import("@feathersjs/typebox").
|
|
101
|
-
$nin: import("@feathersjs/typebox").
|
|
100
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
101
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
102
102
|
}>, import("@feathersjs/typebox").TObject<{
|
|
103
103
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
104
104
|
} | undefined>]>>]>>;
|
|
@@ -110,8 +110,8 @@ export declare const strategiesTemplatesQuerySchema: import("@feathersjs/typebox
|
|
|
110
110
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
111
111
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
112
112
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
113
|
-
$in: import("@feathersjs/typebox").
|
|
114
|
-
$nin: import("@feathersjs/typebox").
|
|
113
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
114
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
115
115
|
}>, import("@feathersjs/typebox").TObject<{
|
|
116
116
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
117
117
|
} | undefined>]>>]>>;
|
|
@@ -121,8 +121,8 @@ export declare const strategiesTemplatesQuerySchema: import("@feathersjs/typebox
|
|
|
121
121
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
122
122
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
123
123
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
124
|
-
$in: import("@feathersjs/typebox").
|
|
125
|
-
$nin: import("@feathersjs/typebox").
|
|
124
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
125
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
126
126
|
}>, import("@feathersjs/typebox").TObject<{
|
|
127
127
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
128
128
|
} | undefined>]>>]>>;
|
|
@@ -135,8 +135,8 @@ export declare const strategiesTemplatesQuerySchema: import("@feathersjs/typebox
|
|
|
135
135
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
136
136
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
137
137
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
138
|
-
$in: import("@feathersjs/typebox").
|
|
139
|
-
$nin: import("@feathersjs/typebox").
|
|
138
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
139
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
140
140
|
}>, import("@feathersjs/typebox").TObject<{
|
|
141
141
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
142
142
|
} | undefined>]>>]>>;
|
|
@@ -146,8 +146,8 @@ export declare const strategiesTemplatesQuerySchema: import("@feathersjs/typebox
|
|
|
146
146
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
147
147
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
148
148
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
149
|
-
$in: import("@feathersjs/typebox").
|
|
150
|
-
$nin: import("@feathersjs/typebox").
|
|
149
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
150
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
151
151
|
}>, import("@feathersjs/typebox").TObject<{
|
|
152
152
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
153
153
|
} | undefined>]>>]>>;
|
|
@@ -159,8 +159,8 @@ export declare const strategiesTemplatesQuerySchema: import("@feathersjs/typebox
|
|
|
159
159
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
160
160
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
161
161
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
162
|
-
$in: import("@feathersjs/typebox").
|
|
163
|
-
$nin: import("@feathersjs/typebox").
|
|
162
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
163
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
164
164
|
}>, import("@feathersjs/typebox").TObject<{
|
|
165
165
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
166
166
|
} | undefined>]>>]>>;
|
|
@@ -170,8 +170,8 @@ export declare const strategiesTemplatesQuerySchema: import("@feathersjs/typebox
|
|
|
170
170
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
171
171
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
172
172
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
173
|
-
$in: import("@feathersjs/typebox").
|
|
174
|
-
$nin: import("@feathersjs/typebox").
|
|
173
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
174
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
175
175
|
}>, import("@feathersjs/typebox").TObject<{
|
|
176
176
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
177
177
|
} | undefined>]>>]>>;
|
|
@@ -193,8 +193,8 @@ export declare const strategiesTemplatesQueryResolver: import("@feathersjs/schem
|
|
|
193
193
|
$lt: string;
|
|
194
194
|
$lte: string;
|
|
195
195
|
$ne: string;
|
|
196
|
-
$in: string
|
|
197
|
-
$nin: string
|
|
196
|
+
$in: string[];
|
|
197
|
+
$nin: string[];
|
|
198
198
|
} & {}> | undefined;
|
|
199
199
|
_id?: string | {} | Partial<{
|
|
200
200
|
$gt?: string | {} | undefined;
|
|
@@ -202,8 +202,8 @@ export declare const strategiesTemplatesQueryResolver: import("@feathersjs/schem
|
|
|
202
202
|
$lt?: string | {} | undefined;
|
|
203
203
|
$lte?: string | {} | undefined;
|
|
204
204
|
$ne?: string | {} | undefined;
|
|
205
|
-
$in:
|
|
206
|
-
$nin:
|
|
205
|
+
$in: (string | {})[];
|
|
206
|
+
$nin: (string | {})[];
|
|
207
207
|
} & {}> | undefined;
|
|
208
208
|
} | {
|
|
209
209
|
$or: {
|
|
@@ -213,8 +213,8 @@ export declare const strategiesTemplatesQueryResolver: import("@feathersjs/schem
|
|
|
213
213
|
$lt: string;
|
|
214
214
|
$lte: string;
|
|
215
215
|
$ne: string;
|
|
216
|
-
$in: string
|
|
217
|
-
$nin: string
|
|
216
|
+
$in: string[];
|
|
217
|
+
$nin: string[];
|
|
218
218
|
} & {}> | undefined;
|
|
219
219
|
_id?: string | {} | Partial<{
|
|
220
220
|
$gt?: string | {} | undefined;
|
|
@@ -222,8 +222,8 @@ export declare const strategiesTemplatesQueryResolver: import("@feathersjs/schem
|
|
|
222
222
|
$lt?: string | {} | undefined;
|
|
223
223
|
$lte?: string | {} | undefined;
|
|
224
224
|
$ne?: string | {} | undefined;
|
|
225
|
-
$in:
|
|
226
|
-
$nin:
|
|
225
|
+
$in: (string | {})[];
|
|
226
|
+
$nin: (string | {})[];
|
|
227
227
|
} & {}> | undefined;
|
|
228
228
|
}[];
|
|
229
229
|
})[];
|
|
@@ -234,8 +234,8 @@ export declare const strategiesTemplatesQueryResolver: import("@feathersjs/schem
|
|
|
234
234
|
$lt: string;
|
|
235
235
|
$lte: string;
|
|
236
236
|
$ne: string;
|
|
237
|
-
$in: string
|
|
238
|
-
$nin: string
|
|
237
|
+
$in: string[];
|
|
238
|
+
$nin: string[];
|
|
239
239
|
} & {}> | undefined;
|
|
240
240
|
_id?: string | {} | Partial<{
|
|
241
241
|
$gt?: string | {} | undefined;
|
|
@@ -243,8 +243,8 @@ export declare const strategiesTemplatesQueryResolver: import("@feathersjs/schem
|
|
|
243
243
|
$lt?: string | {} | undefined;
|
|
244
244
|
$lte?: string | {} | undefined;
|
|
245
245
|
$ne?: string | {} | undefined;
|
|
246
|
-
$in:
|
|
247
|
-
$nin:
|
|
246
|
+
$in: (string | {})[];
|
|
247
|
+
$nin: (string | {})[];
|
|
248
248
|
} & {}> | undefined;
|
|
249
249
|
}[];
|
|
250
250
|
}> & {
|
|
@@ -254,8 +254,8 @@ export declare const strategiesTemplatesQueryResolver: import("@feathersjs/schem
|
|
|
254
254
|
$lt: string;
|
|
255
255
|
$lte: string;
|
|
256
256
|
$ne: string;
|
|
257
|
-
$in: string
|
|
258
|
-
$nin: string
|
|
257
|
+
$in: string[];
|
|
258
|
+
$nin: string[];
|
|
259
259
|
} & {}> | undefined;
|
|
260
260
|
_id?: string | {} | Partial<{
|
|
261
261
|
$gt?: string | {} | undefined;
|
|
@@ -263,7 +263,7 @@ export declare const strategiesTemplatesQueryResolver: import("@feathersjs/schem
|
|
|
263
263
|
$lt?: string | {} | undefined;
|
|
264
264
|
$lte?: string | {} | undefined;
|
|
265
265
|
$ne?: string | {} | undefined;
|
|
266
|
-
$in:
|
|
267
|
-
$nin:
|
|
266
|
+
$in: (string | {})[];
|
|
267
|
+
$nin: (string | {})[];
|
|
268
268
|
} & {}> | undefined;
|
|
269
269
|
} & {}, HookContext<StrategiesTemplatesService<import("./templates.class").StrategiesTemplatesParams>>>;
|
|
@@ -4770,8 +4770,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4770
4770
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
4771
4771
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
4772
4772
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
4773
|
-
$in: import("@feathersjs/typebox").
|
|
4774
|
-
$nin: import("@feathersjs/typebox").
|
|
4773
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
4774
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
4775
4775
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4776
4776
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4777
4777
|
} | undefined>]>>]>>;
|
|
@@ -4781,8 +4781,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4781
4781
|
$lt: import("@feathersjs/typebox").TAny;
|
|
4782
4782
|
$lte: import("@feathersjs/typebox").TAny;
|
|
4783
4783
|
$ne: import("@feathersjs/typebox").TAny;
|
|
4784
|
-
$in: import("@feathersjs/typebox").
|
|
4785
|
-
$nin: import("@feathersjs/typebox").
|
|
4784
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4785
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4786
4786
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4787
4787
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4788
4788
|
} | undefined>]>>]>>;
|
|
@@ -4792,8 +4792,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4792
4792
|
$lt: import("@feathersjs/typebox").TAny;
|
|
4793
4793
|
$lte: import("@feathersjs/typebox").TAny;
|
|
4794
4794
|
$ne: import("@feathersjs/typebox").TAny;
|
|
4795
|
-
$in: import("@feathersjs/typebox").
|
|
4796
|
-
$nin: import("@feathersjs/typebox").
|
|
4795
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4796
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4797
4797
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4798
4798
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4799
4799
|
} | undefined>]>>]>>;
|
|
@@ -4803,8 +4803,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4803
4803
|
$lt: import("@feathersjs/typebox").TAny;
|
|
4804
4804
|
$lte: import("@feathersjs/typebox").TAny;
|
|
4805
4805
|
$ne: import("@feathersjs/typebox").TAny;
|
|
4806
|
-
$in: import("@feathersjs/typebox").
|
|
4807
|
-
$nin: import("@feathersjs/typebox").
|
|
4806
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4807
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4808
4808
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4809
4809
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4810
4810
|
} | undefined>]>>]>>;
|
|
@@ -4814,8 +4814,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4814
4814
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
4815
4815
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
4816
4816
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
4817
|
-
$in: import("@feathersjs/typebox").
|
|
4818
|
-
$nin: import("@feathersjs/typebox").
|
|
4817
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
4818
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
4819
4819
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4820
4820
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4821
4821
|
} | undefined>]>>]>>;
|
|
@@ -4825,8 +4825,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4825
4825
|
$lt: import("@feathersjs/typebox").TAny;
|
|
4826
4826
|
$lte: import("@feathersjs/typebox").TAny;
|
|
4827
4827
|
$ne: import("@feathersjs/typebox").TAny;
|
|
4828
|
-
$in: import("@feathersjs/typebox").
|
|
4829
|
-
$nin: import("@feathersjs/typebox").
|
|
4828
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4829
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4830
4830
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4831
4831
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4832
4832
|
} | undefined>]>>]>>;
|
|
@@ -4838,8 +4838,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4838
4838
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
4839
4839
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
4840
4840
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
4841
|
-
$in: import("@feathersjs/typebox").
|
|
4842
|
-
$nin: import("@feathersjs/typebox").
|
|
4841
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
4842
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
4843
4843
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4844
4844
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4845
4845
|
} | undefined>]>>]>>;
|
|
@@ -4849,8 +4849,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4849
4849
|
$lt: import("@feathersjs/typebox").TAny;
|
|
4850
4850
|
$lte: import("@feathersjs/typebox").TAny;
|
|
4851
4851
|
$ne: import("@feathersjs/typebox").TAny;
|
|
4852
|
-
$in: import("@feathersjs/typebox").
|
|
4853
|
-
$nin: import("@feathersjs/typebox").
|
|
4852
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4853
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4854
4854
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4855
4855
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4856
4856
|
} | undefined>]>>]>>;
|
|
@@ -4860,8 +4860,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4860
4860
|
$lt: import("@feathersjs/typebox").TAny;
|
|
4861
4861
|
$lte: import("@feathersjs/typebox").TAny;
|
|
4862
4862
|
$ne: import("@feathersjs/typebox").TAny;
|
|
4863
|
-
$in: import("@feathersjs/typebox").
|
|
4864
|
-
$nin: import("@feathersjs/typebox").
|
|
4863
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4864
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4865
4865
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4866
4866
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4867
4867
|
} | undefined>]>>]>>;
|
|
@@ -4871,8 +4871,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4871
4871
|
$lt: import("@feathersjs/typebox").TAny;
|
|
4872
4872
|
$lte: import("@feathersjs/typebox").TAny;
|
|
4873
4873
|
$ne: import("@feathersjs/typebox").TAny;
|
|
4874
|
-
$in: import("@feathersjs/typebox").
|
|
4875
|
-
$nin: import("@feathersjs/typebox").
|
|
4874
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4875
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4876
4876
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4877
4877
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4878
4878
|
} | undefined>]>>]>>;
|
|
@@ -4882,8 +4882,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4882
4882
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
4883
4883
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
4884
4884
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
4885
|
-
$in: import("@feathersjs/typebox").
|
|
4886
|
-
$nin: import("@feathersjs/typebox").
|
|
4885
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
4886
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
4887
4887
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4888
4888
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4889
4889
|
} | undefined>]>>]>>;
|
|
@@ -4893,8 +4893,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4893
4893
|
$lt: import("@feathersjs/typebox").TAny;
|
|
4894
4894
|
$lte: import("@feathersjs/typebox").TAny;
|
|
4895
4895
|
$ne: import("@feathersjs/typebox").TAny;
|
|
4896
|
-
$in: import("@feathersjs/typebox").
|
|
4897
|
-
$nin: import("@feathersjs/typebox").
|
|
4896
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4897
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4898
4898
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4899
4899
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4900
4900
|
} | undefined>]>>]>>;
|
|
@@ -4907,8 +4907,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4907
4907
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
4908
4908
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
4909
4909
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
4910
|
-
$in: import("@feathersjs/typebox").
|
|
4911
|
-
$nin: import("@feathersjs/typebox").
|
|
4910
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
4911
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
4912
4912
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4913
4913
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4914
4914
|
} | undefined>]>>]>>;
|
|
@@ -4918,8 +4918,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4918
4918
|
$lt: import("@feathersjs/typebox").TAny;
|
|
4919
4919
|
$lte: import("@feathersjs/typebox").TAny;
|
|
4920
4920
|
$ne: import("@feathersjs/typebox").TAny;
|
|
4921
|
-
$in: import("@feathersjs/typebox").
|
|
4922
|
-
$nin: import("@feathersjs/typebox").
|
|
4921
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4922
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4923
4923
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4924
4924
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4925
4925
|
} | undefined>]>>]>>;
|
|
@@ -4929,8 +4929,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4929
4929
|
$lt: import("@feathersjs/typebox").TAny;
|
|
4930
4930
|
$lte: import("@feathersjs/typebox").TAny;
|
|
4931
4931
|
$ne: import("@feathersjs/typebox").TAny;
|
|
4932
|
-
$in: import("@feathersjs/typebox").
|
|
4933
|
-
$nin: import("@feathersjs/typebox").
|
|
4932
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4933
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4934
4934
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4935
4935
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4936
4936
|
} | undefined>]>>]>>;
|
|
@@ -4940,8 +4940,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4940
4940
|
$lt: import("@feathersjs/typebox").TAny;
|
|
4941
4941
|
$lte: import("@feathersjs/typebox").TAny;
|
|
4942
4942
|
$ne: import("@feathersjs/typebox").TAny;
|
|
4943
|
-
$in: import("@feathersjs/typebox").
|
|
4944
|
-
$nin: import("@feathersjs/typebox").
|
|
4943
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4944
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4945
4945
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4946
4946
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4947
4947
|
} | undefined>]>>]>>;
|
|
@@ -4951,8 +4951,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4951
4951
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
4952
4952
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
4953
4953
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
4954
|
-
$in: import("@feathersjs/typebox").
|
|
4955
|
-
$nin: import("@feathersjs/typebox").
|
|
4954
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
4955
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
4956
4956
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4957
4957
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4958
4958
|
} | undefined>]>>]>>;
|
|
@@ -4962,8 +4962,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4962
4962
|
$lt: import("@feathersjs/typebox").TAny;
|
|
4963
4963
|
$lte: import("@feathersjs/typebox").TAny;
|
|
4964
4964
|
$ne: import("@feathersjs/typebox").TAny;
|
|
4965
|
-
$in: import("@feathersjs/typebox").
|
|
4966
|
-
$nin: import("@feathersjs/typebox").
|
|
4965
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4966
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4967
4967
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4968
4968
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4969
4969
|
} | undefined>]>>]>>;
|
|
@@ -4975,8 +4975,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4975
4975
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
4976
4976
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
4977
4977
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
4978
|
-
$in: import("@feathersjs/typebox").
|
|
4979
|
-
$nin: import("@feathersjs/typebox").
|
|
4978
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
4979
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
4980
4980
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4981
4981
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4982
4982
|
} | undefined>]>>]>>;
|
|
@@ -4986,8 +4986,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4986
4986
|
$lt: import("@feathersjs/typebox").TAny;
|
|
4987
4987
|
$lte: import("@feathersjs/typebox").TAny;
|
|
4988
4988
|
$ne: import("@feathersjs/typebox").TAny;
|
|
4989
|
-
$in: import("@feathersjs/typebox").
|
|
4990
|
-
$nin: import("@feathersjs/typebox").
|
|
4989
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4990
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
4991
4991
|
}>, import("@feathersjs/typebox").TObject<{
|
|
4992
4992
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
4993
4993
|
} | undefined>]>>]>>;
|
|
@@ -4997,8 +4997,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
4997
4997
|
$lt: import("@feathersjs/typebox").TAny;
|
|
4998
4998
|
$lte: import("@feathersjs/typebox").TAny;
|
|
4999
4999
|
$ne: import("@feathersjs/typebox").TAny;
|
|
5000
|
-
$in: import("@feathersjs/typebox").
|
|
5001
|
-
$nin: import("@feathersjs/typebox").
|
|
5000
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
5001
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
5002
5002
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5003
5003
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5004
5004
|
} | undefined>]>>]>>;
|
|
@@ -5008,8 +5008,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5008
5008
|
$lt: import("@feathersjs/typebox").TAny;
|
|
5009
5009
|
$lte: import("@feathersjs/typebox").TAny;
|
|
5010
5010
|
$ne: import("@feathersjs/typebox").TAny;
|
|
5011
|
-
$in: import("@feathersjs/typebox").
|
|
5012
|
-
$nin: import("@feathersjs/typebox").
|
|
5011
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
5012
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
5013
5013
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5014
5014
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5015
5015
|
} | undefined>]>>]>>;
|
|
@@ -5019,8 +5019,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5019
5019
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
5020
5020
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
5021
5021
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
5022
|
-
$in: import("@feathersjs/typebox").
|
|
5023
|
-
$nin: import("@feathersjs/typebox").
|
|
5022
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5023
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
5024
5024
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5025
5025
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5026
5026
|
} | undefined>]>>]>>;
|
|
@@ -5030,8 +5030,8 @@ export declare const tradersPodsApiQuerySchema: import("@feathersjs/typebox").TI
|
|
|
5030
5030
|
$lt: import("@feathersjs/typebox").TAny;
|
|
5031
5031
|
$lte: import("@feathersjs/typebox").TAny;
|
|
5032
5032
|
$ne: import("@feathersjs/typebox").TAny;
|
|
5033
|
-
$in: import("@feathersjs/typebox").
|
|
5034
|
-
$nin: import("@feathersjs/typebox").
|
|
5033
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
5034
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
5035
5035
|
}>, import("@feathersjs/typebox").TObject<{
|
|
5036
5036
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
5037
5037
|
} | undefined>]>>]>>;
|
|
@@ -5057,8 +5057,8 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5057
5057
|
$lt: string | {};
|
|
5058
5058
|
$lte: string | {};
|
|
5059
5059
|
$ne: string | {};
|
|
5060
|
-
$in:
|
|
5061
|
-
$nin:
|
|
5060
|
+
$in: (string | {})[];
|
|
5061
|
+
$nin: (string | {})[];
|
|
5062
5062
|
} & {}> | undefined;
|
|
5063
5063
|
createdAt?: any;
|
|
5064
5064
|
traderId?: any;
|
|
@@ -5069,8 +5069,8 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5069
5069
|
$lt: string;
|
|
5070
5070
|
$lte: string;
|
|
5071
5071
|
$ne: string;
|
|
5072
|
-
$in: string
|
|
5073
|
-
$nin: string
|
|
5072
|
+
$in: string[];
|
|
5073
|
+
$nin: string[];
|
|
5074
5074
|
} & {}> | undefined;
|
|
5075
5075
|
result?: any;
|
|
5076
5076
|
} | {
|
|
@@ -5081,8 +5081,8 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5081
5081
|
$lt: string | {};
|
|
5082
5082
|
$lte: string | {};
|
|
5083
5083
|
$ne: string | {};
|
|
5084
|
-
$in:
|
|
5085
|
-
$nin:
|
|
5084
|
+
$in: (string | {})[];
|
|
5085
|
+
$nin: (string | {})[];
|
|
5086
5086
|
} & {}> | undefined;
|
|
5087
5087
|
createdAt?: any;
|
|
5088
5088
|
traderId?: any;
|
|
@@ -5093,8 +5093,8 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5093
5093
|
$lt: string;
|
|
5094
5094
|
$lte: string;
|
|
5095
5095
|
$ne: string;
|
|
5096
|
-
$in: string
|
|
5097
|
-
$nin: string
|
|
5096
|
+
$in: string[];
|
|
5097
|
+
$nin: string[];
|
|
5098
5098
|
} & {}> | undefined;
|
|
5099
5099
|
result?: any;
|
|
5100
5100
|
}[];
|
|
@@ -5106,8 +5106,8 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5106
5106
|
$lt: string | {};
|
|
5107
5107
|
$lte: string | {};
|
|
5108
5108
|
$ne: string | {};
|
|
5109
|
-
$in:
|
|
5110
|
-
$nin:
|
|
5109
|
+
$in: (string | {})[];
|
|
5110
|
+
$nin: (string | {})[];
|
|
5111
5111
|
} & {}> | undefined;
|
|
5112
5112
|
createdAt?: any;
|
|
5113
5113
|
traderId?: any;
|
|
@@ -5118,8 +5118,8 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5118
5118
|
$lt: string;
|
|
5119
5119
|
$lte: string;
|
|
5120
5120
|
$ne: string;
|
|
5121
|
-
$in: string
|
|
5122
|
-
$nin: string
|
|
5121
|
+
$in: string[];
|
|
5122
|
+
$nin: string[];
|
|
5123
5123
|
} & {}> | undefined;
|
|
5124
5124
|
result?: any;
|
|
5125
5125
|
}[];
|
|
@@ -5130,8 +5130,8 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5130
5130
|
$lt: string | {};
|
|
5131
5131
|
$lte: string | {};
|
|
5132
5132
|
$ne: string | {};
|
|
5133
|
-
$in:
|
|
5134
|
-
$nin:
|
|
5133
|
+
$in: (string | {})[];
|
|
5134
|
+
$nin: (string | {})[];
|
|
5135
5135
|
} & {}> | undefined;
|
|
5136
5136
|
createdAt?: any;
|
|
5137
5137
|
traderId?: any;
|
|
@@ -5142,8 +5142,8 @@ export declare const tradersPodsApiQueryResolver: import("@feathersjs/schema").R
|
|
|
5142
5142
|
$lt: string;
|
|
5143
5143
|
$lte: string;
|
|
5144
5144
|
$ne: string;
|
|
5145
|
-
$in: string
|
|
5146
|
-
$nin: string
|
|
5145
|
+
$in: string[];
|
|
5146
|
+
$nin: string[];
|
|
5147
5147
|
} & {}> | undefined;
|
|
5148
5148
|
result?: any;
|
|
5149
5149
|
} & {}, HookContext<TradersPodsApiService<import("./api.class").TradersPodsApiParams>>>;
|