@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
|
@@ -87,8 +87,8 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
87
87
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
88
88
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
89
89
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
90
|
-
$in: import("@feathersjs/typebox").
|
|
91
|
-
$nin: import("@feathersjs/typebox").
|
|
90
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
91
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
92
92
|
}>, import("@feathersjs/typebox").TObject<{
|
|
93
93
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
94
94
|
} | undefined>]>>]>>;
|
|
@@ -98,8 +98,8 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
98
98
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
99
99
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
100
100
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
101
|
-
$in: import("@feathersjs/typebox").
|
|
102
|
-
$nin: import("@feathersjs/typebox").
|
|
101
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
102
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
103
103
|
}>, import("@feathersjs/typebox").TObject<{
|
|
104
104
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
105
105
|
} | undefined>]>>]>>;
|
|
@@ -109,8 +109,8 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
109
109
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
110
110
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
111
111
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
112
|
-
$in: import("@feathersjs/typebox").
|
|
113
|
-
$nin: import("@feathersjs/typebox").
|
|
112
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
113
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
114
114
|
}>, import("@feathersjs/typebox").TObject<{
|
|
115
115
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
116
116
|
} | undefined>]>>]>>;
|
|
@@ -122,8 +122,8 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
122
122
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
123
123
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
124
124
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
125
|
-
$in: import("@feathersjs/typebox").
|
|
126
|
-
$nin: import("@feathersjs/typebox").
|
|
125
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
126
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
127
127
|
}>, import("@feathersjs/typebox").TObject<{
|
|
128
128
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
129
129
|
} | undefined>]>>]>>;
|
|
@@ -133,8 +133,8 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
133
133
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
134
134
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
135
135
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
136
|
-
$in: import("@feathersjs/typebox").
|
|
137
|
-
$nin: import("@feathersjs/typebox").
|
|
136
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
137
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
138
138
|
}>, import("@feathersjs/typebox").TObject<{
|
|
139
139
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
140
140
|
} | undefined>]>>]>>;
|
|
@@ -144,8 +144,8 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
144
144
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
145
145
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
146
146
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
147
|
-
$in: import("@feathersjs/typebox").
|
|
148
|
-
$nin: import("@feathersjs/typebox").
|
|
147
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
148
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
149
149
|
}>, import("@feathersjs/typebox").TObject<{
|
|
150
150
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
151
151
|
} | undefined>]>>]>>;
|
|
@@ -158,8 +158,8 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
158
158
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
159
159
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
160
160
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
161
|
-
$in: import("@feathersjs/typebox").
|
|
162
|
-
$nin: import("@feathersjs/typebox").
|
|
161
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
162
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
163
163
|
}>, import("@feathersjs/typebox").TObject<{
|
|
164
164
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
165
165
|
} | undefined>]>>]>>;
|
|
@@ -169,8 +169,8 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
169
169
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
170
170
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
171
171
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
172
|
-
$in: import("@feathersjs/typebox").
|
|
173
|
-
$nin: import("@feathersjs/typebox").
|
|
172
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
173
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
174
174
|
}>, import("@feathersjs/typebox").TObject<{
|
|
175
175
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
176
176
|
} | undefined>]>>]>>;
|
|
@@ -180,8 +180,8 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
180
180
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
181
181
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
182
182
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
183
|
-
$in: import("@feathersjs/typebox").
|
|
184
|
-
$nin: import("@feathersjs/typebox").
|
|
183
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
184
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
185
185
|
}>, import("@feathersjs/typebox").TObject<{
|
|
186
186
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
187
187
|
} | undefined>]>>]>>;
|
|
@@ -193,8 +193,8 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
193
193
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
194
194
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
195
195
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
196
|
-
$in: import("@feathersjs/typebox").
|
|
197
|
-
$nin: import("@feathersjs/typebox").
|
|
196
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
197
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
198
198
|
}>, import("@feathersjs/typebox").TObject<{
|
|
199
199
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
200
200
|
} | undefined>]>>]>>;
|
|
@@ -204,8 +204,8 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
204
204
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
205
205
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
206
206
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
207
|
-
$in: import("@feathersjs/typebox").
|
|
208
|
-
$nin: import("@feathersjs/typebox").
|
|
207
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
208
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
209
209
|
}>, import("@feathersjs/typebox").TObject<{
|
|
210
210
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
211
211
|
} | undefined>]>>]>>;
|
|
@@ -215,8 +215,8 @@ export declare const tradersPodsWebhooksQuerySchema: import("@feathersjs/typebox
|
|
|
215
215
|
$lt: import("@feathersjs/typebox").TString<string>;
|
|
216
216
|
$lte: import("@feathersjs/typebox").TString<string>;
|
|
217
217
|
$ne: import("@feathersjs/typebox").TString<string>;
|
|
218
|
-
$in: import("@feathersjs/typebox").
|
|
219
|
-
$nin: import("@feathersjs/typebox").
|
|
218
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
219
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
|
|
220
220
|
}>, import("@feathersjs/typebox").TObject<{
|
|
221
221
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
222
222
|
} | undefined>]>>]>>;
|
|
@@ -239,8 +239,8 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
239
239
|
$lt: string | {};
|
|
240
240
|
$lte: string | {};
|
|
241
241
|
$ne: string | {};
|
|
242
|
-
$in:
|
|
243
|
-
$nin:
|
|
242
|
+
$in: (string | {})[];
|
|
243
|
+
$nin: (string | {})[];
|
|
244
244
|
} & {}> | undefined;
|
|
245
245
|
traderId?: string | Partial<{
|
|
246
246
|
$gt: string;
|
|
@@ -248,8 +248,8 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
248
248
|
$lt: string;
|
|
249
249
|
$lte: string;
|
|
250
250
|
$ne: string;
|
|
251
|
-
$in: string
|
|
252
|
-
$nin: string
|
|
251
|
+
$in: string[];
|
|
252
|
+
$nin: string[];
|
|
253
253
|
} & {}> | undefined;
|
|
254
254
|
userId?: string | Partial<{
|
|
255
255
|
$gt: string;
|
|
@@ -257,8 +257,8 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
257
257
|
$lt: string;
|
|
258
258
|
$lte: string;
|
|
259
259
|
$ne: string;
|
|
260
|
-
$in: string
|
|
261
|
-
$nin: string
|
|
260
|
+
$in: string[];
|
|
261
|
+
$nin: string[];
|
|
262
262
|
} & {}> | undefined;
|
|
263
263
|
} | {
|
|
264
264
|
$or: {
|
|
@@ -268,8 +268,8 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
268
268
|
$lt: string | {};
|
|
269
269
|
$lte: string | {};
|
|
270
270
|
$ne: string | {};
|
|
271
|
-
$in:
|
|
272
|
-
$nin:
|
|
271
|
+
$in: (string | {})[];
|
|
272
|
+
$nin: (string | {})[];
|
|
273
273
|
} & {}> | undefined;
|
|
274
274
|
traderId?: string | Partial<{
|
|
275
275
|
$gt: string;
|
|
@@ -277,8 +277,8 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
277
277
|
$lt: string;
|
|
278
278
|
$lte: string;
|
|
279
279
|
$ne: string;
|
|
280
|
-
$in: string
|
|
281
|
-
$nin: string
|
|
280
|
+
$in: string[];
|
|
281
|
+
$nin: string[];
|
|
282
282
|
} & {}> | undefined;
|
|
283
283
|
userId?: string | Partial<{
|
|
284
284
|
$gt: string;
|
|
@@ -286,8 +286,8 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
286
286
|
$lt: string;
|
|
287
287
|
$lte: string;
|
|
288
288
|
$ne: string;
|
|
289
|
-
$in: string
|
|
290
|
-
$nin: string
|
|
289
|
+
$in: string[];
|
|
290
|
+
$nin: string[];
|
|
291
291
|
} & {}> | undefined;
|
|
292
292
|
}[];
|
|
293
293
|
})[];
|
|
@@ -298,8 +298,8 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
298
298
|
$lt: string | {};
|
|
299
299
|
$lte: string | {};
|
|
300
300
|
$ne: string | {};
|
|
301
|
-
$in:
|
|
302
|
-
$nin:
|
|
301
|
+
$in: (string | {})[];
|
|
302
|
+
$nin: (string | {})[];
|
|
303
303
|
} & {}> | undefined;
|
|
304
304
|
traderId?: string | Partial<{
|
|
305
305
|
$gt: string;
|
|
@@ -307,8 +307,8 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
307
307
|
$lt: string;
|
|
308
308
|
$lte: string;
|
|
309
309
|
$ne: string;
|
|
310
|
-
$in: string
|
|
311
|
-
$nin: string
|
|
310
|
+
$in: string[];
|
|
311
|
+
$nin: string[];
|
|
312
312
|
} & {}> | undefined;
|
|
313
313
|
userId?: string | Partial<{
|
|
314
314
|
$gt: string;
|
|
@@ -316,8 +316,8 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
316
316
|
$lt: string;
|
|
317
317
|
$lte: string;
|
|
318
318
|
$ne: string;
|
|
319
|
-
$in: string
|
|
320
|
-
$nin: string
|
|
319
|
+
$in: string[];
|
|
320
|
+
$nin: string[];
|
|
321
321
|
} & {}> | undefined;
|
|
322
322
|
}[];
|
|
323
323
|
}> & {
|
|
@@ -327,8 +327,8 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
327
327
|
$lt: string | {};
|
|
328
328
|
$lte: string | {};
|
|
329
329
|
$ne: string | {};
|
|
330
|
-
$in:
|
|
331
|
-
$nin:
|
|
330
|
+
$in: (string | {})[];
|
|
331
|
+
$nin: (string | {})[];
|
|
332
332
|
} & {}> | undefined;
|
|
333
333
|
traderId?: string | Partial<{
|
|
334
334
|
$gt: string;
|
|
@@ -336,8 +336,8 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
336
336
|
$lt: string;
|
|
337
337
|
$lte: string;
|
|
338
338
|
$ne: string;
|
|
339
|
-
$in: string
|
|
340
|
-
$nin: string
|
|
339
|
+
$in: string[];
|
|
340
|
+
$nin: string[];
|
|
341
341
|
} & {}> | undefined;
|
|
342
342
|
userId?: string | Partial<{
|
|
343
343
|
$gt: string;
|
|
@@ -345,7 +345,7 @@ export declare const tradersPodsWebhooksQueryResolver: import("@feathersjs/schem
|
|
|
345
345
|
$lt: string;
|
|
346
346
|
$lte: string;
|
|
347
347
|
$ne: string;
|
|
348
|
-
$in: string
|
|
349
|
-
$nin: string
|
|
348
|
+
$in: string[];
|
|
349
|
+
$nin: string[];
|
|
350
350
|
} & {}> | undefined;
|
|
351
351
|
} & {}, HookContext<TradersPodsWebhooksService<import("./webhooks.class").TradersPodsWebhooksParams>>>;
|