@cryptorobot.ai/client 0.0.15 → 0.0.17
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/configuration.d.ts +9 -0
- package/lib/helpers/logging.helper.d.ts +6 -6
- package/lib/helpers/queue.helper.d.ts +5 -0
- package/lib/helpers/telegram.helper.d.ts +7 -0
- package/lib/helpers/trader.helper.d.ts +2 -0
- package/lib/hooks/bootstrap-user-exchanges.d.ts +2 -0
- package/lib/hooks/bootstrap-user-strategies.d.ts +2 -0
- package/lib/hooks/bootstrap-user-telegram.d.ts +2 -0
- package/lib/hooks/bootstrap-user-traders.d.ts +2 -0
- package/lib/hooks/setup-cronjobs.d.ts +2 -0
- package/lib/hooks/setup-queues.d.ts +3 -0
- package/lib/hooks/setup-telegram-client.d.ts +3 -0
- package/lib/hooks/telegram-create-group.d.ts +2 -0
- package/lib/hooks/telegram-delete-group.d.ts +2 -0
- package/lib/hooks/telegram-update-group.d.ts +2 -0
- package/lib/hooks/tickers-fetch.d.ts +1 -1
- package/lib/hooks/traders/pods-process-worker.d.ts +1 -1
- package/lib/services/exchanges/balance/balance.schema.d.ts +4 -12
- package/lib/services/exchanges/download/download.schema.d.ts +8 -16
- package/lib/services/exchanges/exchanges.schema.d.ts +57 -15
- package/lib/services/exchanges/ticker/ticker.schema.d.ts +4 -12
- package/lib/services/messages/messages.schema.d.ts +101 -3
- package/lib/services/strategies/strategies.schema.d.ts +360 -80
- package/lib/services/traders/pods/api/api.schema.d.ts +1044 -212
- package/lib/services/traders/pods/pods.schema.d.ts +704 -152
- package/lib/services/traders/traders.schema.d.ts +340 -60
- package/lib/services/users/users.schema.d.ts +16 -0
- package/lib/telegram-get-credentials.d.ts +1 -0
- package/package.json +1 -1
|
@@ -33,6 +33,7 @@ export declare const messagesSchema: import("@feathersjs/typebox").TObject<{
|
|
|
33
33
|
theme: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
34
34
|
layout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
35
35
|
}>>;
|
|
36
|
+
displayCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"AUD">, import("@feathersjs/typebox").TLiteral<"BRL">, import("@feathersjs/typebox").TLiteral<"CAD">, import("@feathersjs/typebox").TLiteral<"CHF">, import("@feathersjs/typebox").TLiteral<"CLP">, import("@feathersjs/typebox").TLiteral<"CNY">, import("@feathersjs/typebox").TLiteral<"CZK">, import("@feathersjs/typebox").TLiteral<"DKK">, import("@feathersjs/typebox").TLiteral<"EUR">, import("@feathersjs/typebox").TLiteral<"GBP">, import("@feathersjs/typebox").TLiteral<"HKD">, import("@feathersjs/typebox").TLiteral<"HUF">, import("@feathersjs/typebox").TLiteral<"IDR">, import("@feathersjs/typebox").TLiteral<"ILS">, import("@feathersjs/typebox").TLiteral<"INR">, import("@feathersjs/typebox").TLiteral<"JPY">, import("@feathersjs/typebox").TLiteral<"KRW">, import("@feathersjs/typebox").TLiteral<"MXN">, import("@feathersjs/typebox").TLiteral<"MYR">, import("@feathersjs/typebox").TLiteral<"NOK">, import("@feathersjs/typebox").TLiteral<"NZD">, import("@feathersjs/typebox").TLiteral<"PHP">, import("@feathersjs/typebox").TLiteral<"PKR">, import("@feathersjs/typebox").TLiteral<"PLN">, import("@feathersjs/typebox").TLiteral<"RUB">, import("@feathersjs/typebox").TLiteral<"SEK">, import("@feathersjs/typebox").TLiteral<"SGD">, import("@feathersjs/typebox").TLiteral<"THB">, import("@feathersjs/typebox").TLiteral<"TRY">, import("@feathersjs/typebox").TLiteral<"TWD">, import("@feathersjs/typebox").TLiteral<"ZAR">, import("@feathersjs/typebox").TLiteral<"USD">]>>;
|
|
36
37
|
timezone: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
37
38
|
subscribe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
38
39
|
isVerified: import("@feathersjs/typebox").TBoolean;
|
|
@@ -46,6 +47,7 @@ export declare const messagesSchema: import("@feathersjs/typebox").TObject<{
|
|
|
46
47
|
resetExpires: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
|
|
47
48
|
resetAttempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
|
|
48
49
|
agreements: import("@feathersjs/typebox").TBoolean;
|
|
50
|
+
anon: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
49
51
|
bootstrap: import("@feathersjs/typebox").TAny;
|
|
50
52
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
51
53
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -78,6 +80,7 @@ export declare const messagesResolver: import("@feathersjs/schema").Resolver<{
|
|
|
78
80
|
theme?: string | undefined;
|
|
79
81
|
layout?: string | undefined;
|
|
80
82
|
} | undefined;
|
|
83
|
+
displayCurrency?: "AUD" | "BRL" | "CAD" | "CHF" | "CLP" | "CNY" | "CZK" | "DKK" | "EUR" | "GBP" | "HKD" | "HUF" | "IDR" | "ILS" | "INR" | "JPY" | "KRW" | "MXN" | "MYR" | "NOK" | "NZD" | "PHP" | "PKR" | "PLN" | "RUB" | "SEK" | "SGD" | "THB" | "TRY" | "TWD" | "ZAR" | "USD" | undefined;
|
|
81
84
|
timezone?: string | undefined;
|
|
82
85
|
subscribe?: string | undefined;
|
|
83
86
|
verifyToken?: string | null | undefined;
|
|
@@ -89,6 +92,7 @@ export declare const messagesResolver: import("@feathersjs/schema").Resolver<{
|
|
|
89
92
|
resetShortToken?: string | null | undefined;
|
|
90
93
|
resetExpires?: number | null | undefined;
|
|
91
94
|
resetAttempts?: number | null | undefined;
|
|
95
|
+
anon?: boolean | undefined;
|
|
92
96
|
createdAt?: any;
|
|
93
97
|
updatedAt?: any;
|
|
94
98
|
skipEmailVerification?: boolean | undefined;
|
|
@@ -131,6 +135,7 @@ export declare const messagesExternalResolver: import("@feathersjs/schema").Reso
|
|
|
131
135
|
theme?: string | undefined;
|
|
132
136
|
layout?: string | undefined;
|
|
133
137
|
} | undefined;
|
|
138
|
+
displayCurrency?: "AUD" | "BRL" | "CAD" | "CHF" | "CLP" | "CNY" | "CZK" | "DKK" | "EUR" | "GBP" | "HKD" | "HUF" | "IDR" | "ILS" | "INR" | "JPY" | "KRW" | "MXN" | "MYR" | "NOK" | "NZD" | "PHP" | "PKR" | "PLN" | "RUB" | "SEK" | "SGD" | "THB" | "TRY" | "TWD" | "ZAR" | "USD" | undefined;
|
|
134
139
|
timezone?: string | undefined;
|
|
135
140
|
subscribe?: string | undefined;
|
|
136
141
|
verifyToken?: string | null | undefined;
|
|
@@ -142,6 +147,7 @@ export declare const messagesExternalResolver: import("@feathersjs/schema").Reso
|
|
|
142
147
|
resetShortToken?: string | null | undefined;
|
|
143
148
|
resetExpires?: number | null | undefined;
|
|
144
149
|
resetAttempts?: number | null | undefined;
|
|
150
|
+
anon?: boolean | undefined;
|
|
145
151
|
createdAt?: any;
|
|
146
152
|
updatedAt?: any;
|
|
147
153
|
skipEmailVerification?: boolean | undefined;
|
|
@@ -194,6 +200,7 @@ export declare const messagesDataSchema: import("@feathersjs/typebox").TPick<imp
|
|
|
194
200
|
theme: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
195
201
|
layout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
196
202
|
}>>;
|
|
203
|
+
displayCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"AUD">, import("@feathersjs/typebox").TLiteral<"BRL">, import("@feathersjs/typebox").TLiteral<"CAD">, import("@feathersjs/typebox").TLiteral<"CHF">, import("@feathersjs/typebox").TLiteral<"CLP">, import("@feathersjs/typebox").TLiteral<"CNY">, import("@feathersjs/typebox").TLiteral<"CZK">, import("@feathersjs/typebox").TLiteral<"DKK">, import("@feathersjs/typebox").TLiteral<"EUR">, import("@feathersjs/typebox").TLiteral<"GBP">, import("@feathersjs/typebox").TLiteral<"HKD">, import("@feathersjs/typebox").TLiteral<"HUF">, import("@feathersjs/typebox").TLiteral<"IDR">, import("@feathersjs/typebox").TLiteral<"ILS">, import("@feathersjs/typebox").TLiteral<"INR">, import("@feathersjs/typebox").TLiteral<"JPY">, import("@feathersjs/typebox").TLiteral<"KRW">, import("@feathersjs/typebox").TLiteral<"MXN">, import("@feathersjs/typebox").TLiteral<"MYR">, import("@feathersjs/typebox").TLiteral<"NOK">, import("@feathersjs/typebox").TLiteral<"NZD">, import("@feathersjs/typebox").TLiteral<"PHP">, import("@feathersjs/typebox").TLiteral<"PKR">, import("@feathersjs/typebox").TLiteral<"PLN">, import("@feathersjs/typebox").TLiteral<"RUB">, import("@feathersjs/typebox").TLiteral<"SEK">, import("@feathersjs/typebox").TLiteral<"SGD">, import("@feathersjs/typebox").TLiteral<"THB">, import("@feathersjs/typebox").TLiteral<"TRY">, import("@feathersjs/typebox").TLiteral<"TWD">, import("@feathersjs/typebox").TLiteral<"ZAR">, import("@feathersjs/typebox").TLiteral<"USD">]>>;
|
|
197
204
|
timezone: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
198
205
|
subscribe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
199
206
|
isVerified: import("@feathersjs/typebox").TBoolean;
|
|
@@ -207,6 +214,7 @@ export declare const messagesDataSchema: import("@feathersjs/typebox").TPick<imp
|
|
|
207
214
|
resetExpires: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
|
|
208
215
|
resetAttempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
|
|
209
216
|
agreements: import("@feathersjs/typebox").TBoolean;
|
|
217
|
+
anon: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
210
218
|
bootstrap: import("@feathersjs/typebox").TAny;
|
|
211
219
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
212
220
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -239,6 +247,7 @@ export declare const messagesDataResolver: import("@feathersjs/schema").Resolver
|
|
|
239
247
|
theme?: string | undefined;
|
|
240
248
|
layout?: string | undefined;
|
|
241
249
|
} | undefined;
|
|
250
|
+
displayCurrency?: "AUD" | "BRL" | "CAD" | "CHF" | "CLP" | "CNY" | "CZK" | "DKK" | "EUR" | "GBP" | "HKD" | "HUF" | "IDR" | "ILS" | "INR" | "JPY" | "KRW" | "MXN" | "MYR" | "NOK" | "NZD" | "PHP" | "PKR" | "PLN" | "RUB" | "SEK" | "SGD" | "THB" | "TRY" | "TWD" | "ZAR" | "USD" | undefined;
|
|
242
251
|
timezone?: string | undefined;
|
|
243
252
|
subscribe?: string | undefined;
|
|
244
253
|
verifyToken?: string | null | undefined;
|
|
@@ -250,6 +259,7 @@ export declare const messagesDataResolver: import("@feathersjs/schema").Resolver
|
|
|
250
259
|
resetShortToken?: string | null | undefined;
|
|
251
260
|
resetExpires?: number | null | undefined;
|
|
252
261
|
resetAttempts?: number | null | undefined;
|
|
262
|
+
anon?: boolean | undefined;
|
|
253
263
|
createdAt?: any;
|
|
254
264
|
updatedAt?: any;
|
|
255
265
|
skipEmailVerification?: boolean | undefined;
|
|
@@ -302,6 +312,7 @@ export declare const messagesPatchSchema: import("@feathersjs/typebox").TPartial
|
|
|
302
312
|
theme: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
303
313
|
layout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
304
314
|
}>>;
|
|
315
|
+
displayCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"AUD">, import("@feathersjs/typebox").TLiteral<"BRL">, import("@feathersjs/typebox").TLiteral<"CAD">, import("@feathersjs/typebox").TLiteral<"CHF">, import("@feathersjs/typebox").TLiteral<"CLP">, import("@feathersjs/typebox").TLiteral<"CNY">, import("@feathersjs/typebox").TLiteral<"CZK">, import("@feathersjs/typebox").TLiteral<"DKK">, import("@feathersjs/typebox").TLiteral<"EUR">, import("@feathersjs/typebox").TLiteral<"GBP">, import("@feathersjs/typebox").TLiteral<"HKD">, import("@feathersjs/typebox").TLiteral<"HUF">, import("@feathersjs/typebox").TLiteral<"IDR">, import("@feathersjs/typebox").TLiteral<"ILS">, import("@feathersjs/typebox").TLiteral<"INR">, import("@feathersjs/typebox").TLiteral<"JPY">, import("@feathersjs/typebox").TLiteral<"KRW">, import("@feathersjs/typebox").TLiteral<"MXN">, import("@feathersjs/typebox").TLiteral<"MYR">, import("@feathersjs/typebox").TLiteral<"NOK">, import("@feathersjs/typebox").TLiteral<"NZD">, import("@feathersjs/typebox").TLiteral<"PHP">, import("@feathersjs/typebox").TLiteral<"PKR">, import("@feathersjs/typebox").TLiteral<"PLN">, import("@feathersjs/typebox").TLiteral<"RUB">, import("@feathersjs/typebox").TLiteral<"SEK">, import("@feathersjs/typebox").TLiteral<"SGD">, import("@feathersjs/typebox").TLiteral<"THB">, import("@feathersjs/typebox").TLiteral<"TRY">, import("@feathersjs/typebox").TLiteral<"TWD">, import("@feathersjs/typebox").TLiteral<"ZAR">, import("@feathersjs/typebox").TLiteral<"USD">]>>;
|
|
305
316
|
timezone: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
306
317
|
subscribe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
307
318
|
isVerified: import("@feathersjs/typebox").TBoolean;
|
|
@@ -315,6 +326,7 @@ export declare const messagesPatchSchema: import("@feathersjs/typebox").TPartial
|
|
|
315
326
|
resetExpires: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
|
|
316
327
|
resetAttempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
|
|
317
328
|
agreements: import("@feathersjs/typebox").TBoolean;
|
|
329
|
+
anon: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
318
330
|
bootstrap: import("@feathersjs/typebox").TAny;
|
|
319
331
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
320
332
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -347,6 +359,7 @@ export declare const messagesPatchResolver: import("@feathersjs/schema").Resolve
|
|
|
347
359
|
theme?: string | undefined;
|
|
348
360
|
layout?: string | undefined;
|
|
349
361
|
} | undefined;
|
|
362
|
+
displayCurrency?: "AUD" | "BRL" | "CAD" | "CHF" | "CLP" | "CNY" | "CZK" | "DKK" | "EUR" | "GBP" | "HKD" | "HUF" | "IDR" | "ILS" | "INR" | "JPY" | "KRW" | "MXN" | "MYR" | "NOK" | "NZD" | "PHP" | "PKR" | "PLN" | "RUB" | "SEK" | "SGD" | "THB" | "TRY" | "TWD" | "ZAR" | "USD" | undefined;
|
|
350
363
|
timezone?: string | undefined;
|
|
351
364
|
subscribe?: string | undefined;
|
|
352
365
|
verifyToken?: string | null | undefined;
|
|
@@ -358,6 +371,7 @@ export declare const messagesPatchResolver: import("@feathersjs/schema").Resolve
|
|
|
358
371
|
resetShortToken?: string | null | undefined;
|
|
359
372
|
resetExpires?: number | null | undefined;
|
|
360
373
|
resetAttempts?: number | null | undefined;
|
|
374
|
+
anon?: boolean | undefined;
|
|
361
375
|
createdAt?: any;
|
|
362
376
|
updatedAt?: any;
|
|
363
377
|
skipEmailVerification?: boolean | undefined;
|
|
@@ -410,6 +424,7 @@ export declare const messagesQueryProperties: import("@feathersjs/typebox").TPic
|
|
|
410
424
|
theme: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
411
425
|
layout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
412
426
|
}>>;
|
|
427
|
+
displayCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"AUD">, import("@feathersjs/typebox").TLiteral<"BRL">, import("@feathersjs/typebox").TLiteral<"CAD">, import("@feathersjs/typebox").TLiteral<"CHF">, import("@feathersjs/typebox").TLiteral<"CLP">, import("@feathersjs/typebox").TLiteral<"CNY">, import("@feathersjs/typebox").TLiteral<"CZK">, import("@feathersjs/typebox").TLiteral<"DKK">, import("@feathersjs/typebox").TLiteral<"EUR">, import("@feathersjs/typebox").TLiteral<"GBP">, import("@feathersjs/typebox").TLiteral<"HKD">, import("@feathersjs/typebox").TLiteral<"HUF">, import("@feathersjs/typebox").TLiteral<"IDR">, import("@feathersjs/typebox").TLiteral<"ILS">, import("@feathersjs/typebox").TLiteral<"INR">, import("@feathersjs/typebox").TLiteral<"JPY">, import("@feathersjs/typebox").TLiteral<"KRW">, import("@feathersjs/typebox").TLiteral<"MXN">, import("@feathersjs/typebox").TLiteral<"MYR">, import("@feathersjs/typebox").TLiteral<"NOK">, import("@feathersjs/typebox").TLiteral<"NZD">, import("@feathersjs/typebox").TLiteral<"PHP">, import("@feathersjs/typebox").TLiteral<"PKR">, import("@feathersjs/typebox").TLiteral<"PLN">, import("@feathersjs/typebox").TLiteral<"RUB">, import("@feathersjs/typebox").TLiteral<"SEK">, import("@feathersjs/typebox").TLiteral<"SGD">, import("@feathersjs/typebox").TLiteral<"THB">, import("@feathersjs/typebox").TLiteral<"TRY">, import("@feathersjs/typebox").TLiteral<"TWD">, import("@feathersjs/typebox").TLiteral<"ZAR">, import("@feathersjs/typebox").TLiteral<"USD">]>>;
|
|
413
428
|
timezone: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
414
429
|
subscribe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
415
430
|
isVerified: import("@feathersjs/typebox").TBoolean;
|
|
@@ -423,6 +438,7 @@ export declare const messagesQueryProperties: import("@feathersjs/typebox").TPic
|
|
|
423
438
|
resetExpires: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
|
|
424
439
|
resetAttempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TNumber]>>;
|
|
425
440
|
agreements: import("@feathersjs/typebox").TBoolean;
|
|
441
|
+
anon: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
426
442
|
bootstrap: import("@feathersjs/typebox").TAny;
|
|
427
443
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
428
444
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -430,17 +446,29 @@ export declare const messagesQueryProperties: import("@feathersjs/typebox").TPic
|
|
|
430
446
|
}>>>;
|
|
431
447
|
avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
432
448
|
read: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
433
|
-
}>, ["_id", "userId", "read"]>;
|
|
449
|
+
}>, ["_id", "userId", "read", "time"]>;
|
|
434
450
|
export declare const messagesQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
435
451
|
$limit: import("@feathersjs/typebox").TNumber;
|
|
436
452
|
$skip: import("@feathersjs/typebox").TNumber;
|
|
437
453
|
$sort: import("@feathersjs/typebox").TObject<{
|
|
454
|
+
time: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
438
455
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
439
456
|
userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
440
457
|
read: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
441
458
|
}>;
|
|
442
|
-
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "userId" | "read")[]>;
|
|
459
|
+
$select: import("@feathersjs/typebox").TUnsafe<("time" | "_id" | "userId" | "read")[]>;
|
|
443
460
|
$and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
461
|
+
time: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
462
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
463
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
464
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
465
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
466
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
467
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>>;
|
|
468
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>>;
|
|
469
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
470
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
471
|
+
} | undefined>]>>]>>;
|
|
444
472
|
_id: 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<{
|
|
445
473
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
446
474
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -476,6 +504,17 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
476
504
|
} | undefined>]>>]>>;
|
|
477
505
|
}>>, import("@feathersjs/typebox").TObject<{
|
|
478
506
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
507
|
+
time: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
508
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
509
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
510
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
511
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
512
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
513
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>>;
|
|
514
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>>;
|
|
515
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
516
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
517
|
+
} | undefined>]>>]>>;
|
|
479
518
|
_id: 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<{
|
|
480
519
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
481
520
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -512,6 +551,17 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
512
551
|
}>>>;
|
|
513
552
|
}>]>>;
|
|
514
553
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
554
|
+
time: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
555
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
556
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
557
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
558
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
559
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
560
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>>;
|
|
561
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>>;
|
|
562
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
563
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
564
|
+
} | undefined>]>>]>>;
|
|
515
565
|
_id: 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<{
|
|
516
566
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
517
567
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -547,6 +597,17 @@ export declare const messagesQuerySchema: import("@feathersjs/typebox").TInterse
|
|
|
547
597
|
} | undefined>]>>]>>;
|
|
548
598
|
}>>>;
|
|
549
599
|
}>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
600
|
+
time: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
601
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
602
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
603
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
604
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
605
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
606
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>>;
|
|
607
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>>;
|
|
608
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
609
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
610
|
+
} | undefined>]>>]>>;
|
|
550
611
|
_id: 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<{
|
|
551
612
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
552
613
|
$gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -587,12 +648,22 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
587
648
|
$limit: number;
|
|
588
649
|
$skip: number;
|
|
589
650
|
$sort: {
|
|
651
|
+
time?: number | undefined;
|
|
590
652
|
_id?: number | undefined;
|
|
591
653
|
userId?: number | undefined;
|
|
592
654
|
read?: number | undefined;
|
|
593
655
|
};
|
|
594
|
-
$select: ("_id" | "userId" | "read")[];
|
|
656
|
+
$select: ("time" | "_id" | "userId" | "read")[];
|
|
595
657
|
$and: ({
|
|
658
|
+
time?: number | Partial<{
|
|
659
|
+
$gt?: number | undefined;
|
|
660
|
+
$gte?: number | undefined;
|
|
661
|
+
$lt?: number | undefined;
|
|
662
|
+
$lte?: number | undefined;
|
|
663
|
+
$ne?: number | undefined;
|
|
664
|
+
$in: number[];
|
|
665
|
+
$nin: number[];
|
|
666
|
+
} & {}> | undefined;
|
|
596
667
|
_id?: string | {} | Partial<{
|
|
597
668
|
$gt: string | {};
|
|
598
669
|
$gte: string | {};
|
|
@@ -622,6 +693,15 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
622
693
|
} & {}> | undefined;
|
|
623
694
|
} | {
|
|
624
695
|
$or: {
|
|
696
|
+
time?: number | Partial<{
|
|
697
|
+
$gt?: number | undefined;
|
|
698
|
+
$gte?: number | undefined;
|
|
699
|
+
$lt?: number | undefined;
|
|
700
|
+
$lte?: number | undefined;
|
|
701
|
+
$ne?: number | undefined;
|
|
702
|
+
$in: number[];
|
|
703
|
+
$nin: number[];
|
|
704
|
+
} & {}> | undefined;
|
|
625
705
|
_id?: string | {} | Partial<{
|
|
626
706
|
$gt: string | {};
|
|
627
707
|
$gte: string | {};
|
|
@@ -652,6 +732,15 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
652
732
|
}[];
|
|
653
733
|
})[];
|
|
654
734
|
$or: {
|
|
735
|
+
time?: number | Partial<{
|
|
736
|
+
$gt?: number | undefined;
|
|
737
|
+
$gte?: number | undefined;
|
|
738
|
+
$lt?: number | undefined;
|
|
739
|
+
$lte?: number | undefined;
|
|
740
|
+
$ne?: number | undefined;
|
|
741
|
+
$in: number[];
|
|
742
|
+
$nin: number[];
|
|
743
|
+
} & {}> | undefined;
|
|
655
744
|
_id?: string | {} | Partial<{
|
|
656
745
|
$gt: string | {};
|
|
657
746
|
$gte: string | {};
|
|
@@ -681,6 +770,15 @@ export declare const messagesQueryResolver: import("@feathersjs/schema").Resolve
|
|
|
681
770
|
} & {}> | undefined;
|
|
682
771
|
}[];
|
|
683
772
|
}> & {
|
|
773
|
+
time?: number | Partial<{
|
|
774
|
+
$gt?: number | undefined;
|
|
775
|
+
$gte?: number | undefined;
|
|
776
|
+
$lt?: number | undefined;
|
|
777
|
+
$lte?: number | undefined;
|
|
778
|
+
$ne?: number | undefined;
|
|
779
|
+
$in: number[];
|
|
780
|
+
$nin: number[];
|
|
781
|
+
} & {}> | undefined;
|
|
684
782
|
_id?: string | {} | Partial<{
|
|
685
783
|
$gt: string | {};
|
|
686
784
|
$gte: string | {};
|