@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
|
@@ -115,8 +115,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
115
115
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
116
116
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
117
117
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
118
|
-
$in: import("@feathersjs/typebox").
|
|
119
|
-
$nin: import("@feathersjs/typebox").
|
|
118
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
119
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
120
120
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
121
121
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
122
122
|
$gt: import("@feathersjs/typebox").TAny;
|
|
@@ -124,8 +124,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
124
124
|
$lt: import("@feathersjs/typebox").TAny;
|
|
125
125
|
$lte: import("@feathersjs/typebox").TAny;
|
|
126
126
|
$ne: import("@feathersjs/typebox").TAny;
|
|
127
|
-
$in: import("@feathersjs/typebox").
|
|
128
|
-
$nin: import("@feathersjs/typebox").
|
|
127
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
128
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
129
129
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
130
130
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
131
131
|
$gt: import("@feathersjs/typebox").TAny;
|
|
@@ -133,8 +133,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
133
133
|
$lt: import("@feathersjs/typebox").TAny;
|
|
134
134
|
$lte: import("@feathersjs/typebox").TAny;
|
|
135
135
|
$ne: import("@feathersjs/typebox").TAny;
|
|
136
|
-
$in: import("@feathersjs/typebox").
|
|
137
|
-
$nin: import("@feathersjs/typebox").
|
|
136
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
137
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
138
138
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
139
139
|
exchange: 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<{
|
|
140
140
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
@@ -142,8 +142,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
142
142
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
143
143
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
144
144
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
145
|
-
$in: import("@feathersjs/typebox").
|
|
146
|
-
$nin: import("@feathersjs/typebox").
|
|
145
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
146
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
147
147
|
}>, import("@feathersjs/typebox").TObject<{
|
|
148
148
|
$ilike: import("@feathersjs/typebox").TString<string>;
|
|
149
149
|
}>]>>]>>;
|
|
@@ -153,8 +153,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
153
153
|
$lt: import("@feathersjs/typebox").TAny;
|
|
154
154
|
$lte: import("@feathersjs/typebox").TAny;
|
|
155
155
|
$ne: import("@feathersjs/typebox").TAny;
|
|
156
|
-
$in: import("@feathersjs/typebox").
|
|
157
|
-
$nin: import("@feathersjs/typebox").
|
|
156
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
157
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
158
158
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
159
159
|
bases: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
160
160
|
$gt: import("@feathersjs/typebox").TAny;
|
|
@@ -162,8 +162,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
162
162
|
$lt: import("@feathersjs/typebox").TAny;
|
|
163
163
|
$lte: import("@feathersjs/typebox").TAny;
|
|
164
164
|
$ne: import("@feathersjs/typebox").TAny;
|
|
165
|
-
$in: import("@feathersjs/typebox").
|
|
166
|
-
$nin: import("@feathersjs/typebox").
|
|
165
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
166
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
167
167
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
168
168
|
quotes: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
169
169
|
$gt: import("@feathersjs/typebox").TAny;
|
|
@@ -171,8 +171,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
171
171
|
$lt: import("@feathersjs/typebox").TAny;
|
|
172
172
|
$lte: import("@feathersjs/typebox").TAny;
|
|
173
173
|
$ne: import("@feathersjs/typebox").TAny;
|
|
174
|
-
$in: import("@feathersjs/typebox").
|
|
175
|
-
$nin: import("@feathersjs/typebox").
|
|
174
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
175
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
176
176
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
177
177
|
}>>, import("@feathersjs/typebox").TObject<{
|
|
178
178
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
@@ -182,8 +182,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
182
182
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
183
183
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
184
184
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
185
|
-
$in: import("@feathersjs/typebox").
|
|
186
|
-
$nin: import("@feathersjs/typebox").
|
|
185
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
186
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
187
187
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
188
188
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
189
189
|
$gt: import("@feathersjs/typebox").TAny;
|
|
@@ -191,8 +191,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
191
191
|
$lt: import("@feathersjs/typebox").TAny;
|
|
192
192
|
$lte: import("@feathersjs/typebox").TAny;
|
|
193
193
|
$ne: import("@feathersjs/typebox").TAny;
|
|
194
|
-
$in: import("@feathersjs/typebox").
|
|
195
|
-
$nin: import("@feathersjs/typebox").
|
|
194
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
195
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
196
196
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
197
197
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
198
198
|
$gt: import("@feathersjs/typebox").TAny;
|
|
@@ -200,8 +200,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
200
200
|
$lt: import("@feathersjs/typebox").TAny;
|
|
201
201
|
$lte: import("@feathersjs/typebox").TAny;
|
|
202
202
|
$ne: import("@feathersjs/typebox").TAny;
|
|
203
|
-
$in: import("@feathersjs/typebox").
|
|
204
|
-
$nin: import("@feathersjs/typebox").
|
|
203
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
204
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
205
205
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
206
206
|
exchange: 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<{
|
|
207
207
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
@@ -209,8 +209,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
209
209
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
210
210
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
211
211
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
212
|
-
$in: import("@feathersjs/typebox").
|
|
213
|
-
$nin: import("@feathersjs/typebox").
|
|
212
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
213
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
214
214
|
}>, import("@feathersjs/typebox").TObject<{
|
|
215
215
|
$ilike: import("@feathersjs/typebox").TString<string>;
|
|
216
216
|
}>]>>]>>;
|
|
@@ -220,8 +220,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
220
220
|
$lt: import("@feathersjs/typebox").TAny;
|
|
221
221
|
$lte: import("@feathersjs/typebox").TAny;
|
|
222
222
|
$ne: import("@feathersjs/typebox").TAny;
|
|
223
|
-
$in: import("@feathersjs/typebox").
|
|
224
|
-
$nin: import("@feathersjs/typebox").
|
|
223
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
224
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
225
225
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
226
226
|
bases: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
227
227
|
$gt: import("@feathersjs/typebox").TAny;
|
|
@@ -229,8 +229,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
229
229
|
$lt: import("@feathersjs/typebox").TAny;
|
|
230
230
|
$lte: import("@feathersjs/typebox").TAny;
|
|
231
231
|
$ne: import("@feathersjs/typebox").TAny;
|
|
232
|
-
$in: import("@feathersjs/typebox").
|
|
233
|
-
$nin: import("@feathersjs/typebox").
|
|
232
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
233
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
234
234
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
235
235
|
quotes: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
236
236
|
$gt: import("@feathersjs/typebox").TAny;
|
|
@@ -238,8 +238,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
238
238
|
$lt: import("@feathersjs/typebox").TAny;
|
|
239
239
|
$lte: import("@feathersjs/typebox").TAny;
|
|
240
240
|
$ne: import("@feathersjs/typebox").TAny;
|
|
241
|
-
$in: import("@feathersjs/typebox").
|
|
242
|
-
$nin: import("@feathersjs/typebox").
|
|
241
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
242
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
243
243
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
244
244
|
}>>>;
|
|
245
245
|
}>]>>;
|
|
@@ -250,8 +250,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
250
250
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
251
251
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
252
252
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
253
|
-
$in: import("@feathersjs/typebox").
|
|
254
|
-
$nin: import("@feathersjs/typebox").
|
|
253
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
254
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
255
255
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
256
256
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
257
257
|
$gt: import("@feathersjs/typebox").TAny;
|
|
@@ -259,8 +259,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
259
259
|
$lt: import("@feathersjs/typebox").TAny;
|
|
260
260
|
$lte: import("@feathersjs/typebox").TAny;
|
|
261
261
|
$ne: import("@feathersjs/typebox").TAny;
|
|
262
|
-
$in: import("@feathersjs/typebox").
|
|
263
|
-
$nin: import("@feathersjs/typebox").
|
|
262
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
263
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
264
264
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
265
265
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
266
266
|
$gt: import("@feathersjs/typebox").TAny;
|
|
@@ -268,8 +268,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
268
268
|
$lt: import("@feathersjs/typebox").TAny;
|
|
269
269
|
$lte: import("@feathersjs/typebox").TAny;
|
|
270
270
|
$ne: import("@feathersjs/typebox").TAny;
|
|
271
|
-
$in: import("@feathersjs/typebox").
|
|
272
|
-
$nin: import("@feathersjs/typebox").
|
|
271
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
272
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
273
273
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
274
274
|
exchange: 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<{
|
|
275
275
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
@@ -277,8 +277,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
277
277
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
278
278
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
279
279
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
280
|
-
$in: import("@feathersjs/typebox").
|
|
281
|
-
$nin: import("@feathersjs/typebox").
|
|
280
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
281
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
282
282
|
}>, import("@feathersjs/typebox").TObject<{
|
|
283
283
|
$ilike: import("@feathersjs/typebox").TString<string>;
|
|
284
284
|
}>]>>]>>;
|
|
@@ -288,8 +288,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
288
288
|
$lt: import("@feathersjs/typebox").TAny;
|
|
289
289
|
$lte: import("@feathersjs/typebox").TAny;
|
|
290
290
|
$ne: import("@feathersjs/typebox").TAny;
|
|
291
|
-
$in: import("@feathersjs/typebox").
|
|
292
|
-
$nin: import("@feathersjs/typebox").
|
|
291
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
292
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
293
293
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
294
294
|
bases: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
295
295
|
$gt: import("@feathersjs/typebox").TAny;
|
|
@@ -297,8 +297,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
297
297
|
$lt: import("@feathersjs/typebox").TAny;
|
|
298
298
|
$lte: import("@feathersjs/typebox").TAny;
|
|
299
299
|
$ne: import("@feathersjs/typebox").TAny;
|
|
300
|
-
$in: import("@feathersjs/typebox").
|
|
301
|
-
$nin: import("@feathersjs/typebox").
|
|
300
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
301
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
302
302
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
303
303
|
quotes: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
304
304
|
$gt: import("@feathersjs/typebox").TAny;
|
|
@@ -306,8 +306,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
306
306
|
$lt: import("@feathersjs/typebox").TAny;
|
|
307
307
|
$lte: import("@feathersjs/typebox").TAny;
|
|
308
308
|
$ne: import("@feathersjs/typebox").TAny;
|
|
309
|
-
$in: import("@feathersjs/typebox").
|
|
310
|
-
$nin: import("@feathersjs/typebox").
|
|
309
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
310
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
311
311
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
312
312
|
}>>>;
|
|
313
313
|
}>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
@@ -317,8 +317,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
317
317
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
318
318
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
319
319
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
320
|
-
$in: import("@feathersjs/typebox").
|
|
321
|
-
$nin: import("@feathersjs/typebox").
|
|
320
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
321
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
322
322
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
323
323
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
324
324
|
$gt: import("@feathersjs/typebox").TAny;
|
|
@@ -326,8 +326,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
326
326
|
$lt: import("@feathersjs/typebox").TAny;
|
|
327
327
|
$lte: import("@feathersjs/typebox").TAny;
|
|
328
328
|
$ne: import("@feathersjs/typebox").TAny;
|
|
329
|
-
$in: import("@feathersjs/typebox").
|
|
330
|
-
$nin: import("@feathersjs/typebox").
|
|
329
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
330
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
331
331
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
332
332
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
333
333
|
$gt: import("@feathersjs/typebox").TAny;
|
|
@@ -335,8 +335,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
335
335
|
$lt: import("@feathersjs/typebox").TAny;
|
|
336
336
|
$lte: import("@feathersjs/typebox").TAny;
|
|
337
337
|
$ne: import("@feathersjs/typebox").TAny;
|
|
338
|
-
$in: import("@feathersjs/typebox").
|
|
339
|
-
$nin: import("@feathersjs/typebox").
|
|
338
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
339
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
340
340
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
341
341
|
exchange: 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<{
|
|
342
342
|
$gt: import("@feathersjs/typebox").TString<string>;
|
|
@@ -344,8 +344,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
344
344
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
345
345
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
346
346
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
347
|
-
$in: import("@feathersjs/typebox").
|
|
348
|
-
$nin: import("@feathersjs/typebox").
|
|
347
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
348
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
349
349
|
}>, import("@feathersjs/typebox").TObject<{
|
|
350
350
|
$ilike: import("@feathersjs/typebox").TString<string>;
|
|
351
351
|
}>]>>]>>;
|
|
@@ -355,8 +355,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
355
355
|
$lt: import("@feathersjs/typebox").TAny;
|
|
356
356
|
$lte: import("@feathersjs/typebox").TAny;
|
|
357
357
|
$ne: import("@feathersjs/typebox").TAny;
|
|
358
|
-
$in: import("@feathersjs/typebox").
|
|
359
|
-
$nin: import("@feathersjs/typebox").
|
|
358
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
359
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
360
360
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
361
361
|
bases: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
362
362
|
$gt: import("@feathersjs/typebox").TAny;
|
|
@@ -364,8 +364,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
364
364
|
$lt: import("@feathersjs/typebox").TAny;
|
|
365
365
|
$lte: import("@feathersjs/typebox").TAny;
|
|
366
366
|
$ne: import("@feathersjs/typebox").TAny;
|
|
367
|
-
$in: import("@feathersjs/typebox").
|
|
368
|
-
$nin: import("@feathersjs/typebox").
|
|
367
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
368
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
369
369
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
370
370
|
quotes: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
371
371
|
$gt: import("@feathersjs/typebox").TAny;
|
|
@@ -373,8 +373,8 @@ export declare const marketsQuerySchema: import("@feathersjs/typebox").TIntersec
|
|
|
373
373
|
$lt: import("@feathersjs/typebox").TAny;
|
|
374
374
|
$lte: import("@feathersjs/typebox").TAny;
|
|
375
375
|
$ne: import("@feathersjs/typebox").TAny;
|
|
376
|
-
$in: import("@feathersjs/typebox").
|
|
377
|
-
$nin: import("@feathersjs/typebox").
|
|
376
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
377
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
378
378
|
}>, import("@feathersjs/typebox").TObject<unknown>]>>]>>;
|
|
379
379
|
}>>]>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
380
380
|
export type MarketsQuery = Static<typeof marketsQuerySchema>;
|
|
@@ -399,8 +399,8 @@ export declare const marketsQueryResolver: import("@feathersjs/schema").Resolver
|
|
|
399
399
|
$lt: string | {};
|
|
400
400
|
$lte: string | {};
|
|
401
401
|
$ne: string | {};
|
|
402
|
-
$in:
|
|
403
|
-
$nin:
|
|
402
|
+
$in: (string | {})[];
|
|
403
|
+
$nin: (string | {})[];
|
|
404
404
|
} & {}> | undefined;
|
|
405
405
|
createdAt?: any;
|
|
406
406
|
updatedAt?: any;
|
|
@@ -410,8 +410,8 @@ export declare const marketsQueryResolver: import("@feathersjs/schema").Resolver
|
|
|
410
410
|
$lt: string;
|
|
411
411
|
$lte: string;
|
|
412
412
|
$ne: string;
|
|
413
|
-
$in: string
|
|
414
|
-
$nin: string
|
|
413
|
+
$in: string[];
|
|
414
|
+
$nin: string[];
|
|
415
415
|
} & {
|
|
416
416
|
$ilike: string;
|
|
417
417
|
}> | undefined;
|
|
@@ -426,8 +426,8 @@ export declare const marketsQueryResolver: import("@feathersjs/schema").Resolver
|
|
|
426
426
|
$lt: string | {};
|
|
427
427
|
$lte: string | {};
|
|
428
428
|
$ne: string | {};
|
|
429
|
-
$in:
|
|
430
|
-
$nin:
|
|
429
|
+
$in: (string | {})[];
|
|
430
|
+
$nin: (string | {})[];
|
|
431
431
|
} & {}> | undefined;
|
|
432
432
|
createdAt?: any;
|
|
433
433
|
updatedAt?: any;
|
|
@@ -437,8 +437,8 @@ export declare const marketsQueryResolver: import("@feathersjs/schema").Resolver
|
|
|
437
437
|
$lt: string;
|
|
438
438
|
$lte: string;
|
|
439
439
|
$ne: string;
|
|
440
|
-
$in: string
|
|
441
|
-
$nin: string
|
|
440
|
+
$in: string[];
|
|
441
|
+
$nin: string[];
|
|
442
442
|
} & {
|
|
443
443
|
$ilike: string;
|
|
444
444
|
}> | undefined;
|
|
@@ -454,8 +454,8 @@ export declare const marketsQueryResolver: import("@feathersjs/schema").Resolver
|
|
|
454
454
|
$lt: string | {};
|
|
455
455
|
$lte: string | {};
|
|
456
456
|
$ne: string | {};
|
|
457
|
-
$in:
|
|
458
|
-
$nin:
|
|
457
|
+
$in: (string | {})[];
|
|
458
|
+
$nin: (string | {})[];
|
|
459
459
|
} & {}> | undefined;
|
|
460
460
|
createdAt?: any;
|
|
461
461
|
updatedAt?: any;
|
|
@@ -465,8 +465,8 @@ export declare const marketsQueryResolver: import("@feathersjs/schema").Resolver
|
|
|
465
465
|
$lt: string;
|
|
466
466
|
$lte: string;
|
|
467
467
|
$ne: string;
|
|
468
|
-
$in: string
|
|
469
|
-
$nin: string
|
|
468
|
+
$in: string[];
|
|
469
|
+
$nin: string[];
|
|
470
470
|
} & {
|
|
471
471
|
$ilike: string;
|
|
472
472
|
}> | undefined;
|
|
@@ -481,8 +481,8 @@ export declare const marketsQueryResolver: import("@feathersjs/schema").Resolver
|
|
|
481
481
|
$lt: string | {};
|
|
482
482
|
$lte: string | {};
|
|
483
483
|
$ne: string | {};
|
|
484
|
-
$in:
|
|
485
|
-
$nin:
|
|
484
|
+
$in: (string | {})[];
|
|
485
|
+
$nin: (string | {})[];
|
|
486
486
|
} & {}> | undefined;
|
|
487
487
|
createdAt?: any;
|
|
488
488
|
updatedAt?: any;
|
|
@@ -492,8 +492,8 @@ export declare const marketsQueryResolver: import("@feathersjs/schema").Resolver
|
|
|
492
492
|
$lt: string;
|
|
493
493
|
$lte: string;
|
|
494
494
|
$ne: string;
|
|
495
|
-
$in: string
|
|
496
|
-
$nin: string
|
|
495
|
+
$in: string[];
|
|
496
|
+
$nin: string[];
|
|
497
497
|
} & {
|
|
498
498
|
$ilike: string;
|
|
499
499
|
}> | undefined;
|