@cryptorobot.ai/client 0.0.12 → 0.0.14
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 +1 -1
|
@@ -441,8 +441,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
441
441
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
442
442
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
443
443
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
444
|
-
$in: import("@feathersjs/typebox").
|
|
445
|
-
$nin: import("@feathersjs/typebox").
|
|
444
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
445
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
446
446
|
}>, import("@feathersjs/typebox").TObject<{
|
|
447
447
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
448
448
|
} | undefined>]>>]>>;
|
|
@@ -452,8 +452,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
452
452
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
453
453
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
454
454
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
455
|
-
$in: import("@feathersjs/typebox").
|
|
456
|
-
$nin: import("@feathersjs/typebox").
|
|
455
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
456
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
457
457
|
}>, import("@feathersjs/typebox").TObject<{
|
|
458
458
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
459
459
|
} | undefined>]>>]>>;
|
|
@@ -463,8 +463,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
463
463
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
464
464
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
465
465
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
466
|
-
$in: import("@feathersjs/typebox").
|
|
467
|
-
$nin: import("@feathersjs/typebox").
|
|
466
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>>;
|
|
467
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>>;
|
|
468
468
|
}>, import("@feathersjs/typebox").TObject<{
|
|
469
469
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
470
470
|
} | undefined>]>>]>>;
|
|
@@ -474,8 +474,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
474
474
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
475
475
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
476
476
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
477
|
-
$in: import("@feathersjs/typebox").
|
|
478
|
-
$nin: import("@feathersjs/typebox").
|
|
477
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
478
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
479
479
|
}>, import("@feathersjs/typebox").TObject<{
|
|
480
480
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
481
481
|
} | undefined>]>>]>>;
|
|
@@ -485,8 +485,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
485
485
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
486
486
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
487
487
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
488
|
-
$in: import("@feathersjs/typebox").
|
|
489
|
-
$nin: import("@feathersjs/typebox").
|
|
488
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
489
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
490
490
|
}>, import("@feathersjs/typebox").TObject<{
|
|
491
491
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
492
492
|
} | undefined>]>>]>>;
|
|
@@ -498,8 +498,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
498
498
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
499
499
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
500
500
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
501
|
-
$in: import("@feathersjs/typebox").
|
|
502
|
-
$nin: import("@feathersjs/typebox").
|
|
501
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
502
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
503
503
|
}>, import("@feathersjs/typebox").TObject<{
|
|
504
504
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
505
505
|
} | undefined>]>>]>>;
|
|
@@ -509,8 +509,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
509
509
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
510
510
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
511
511
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
512
|
-
$in: import("@feathersjs/typebox").
|
|
513
|
-
$nin: import("@feathersjs/typebox").
|
|
512
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
513
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
514
514
|
}>, import("@feathersjs/typebox").TObject<{
|
|
515
515
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
516
516
|
} | undefined>]>>]>>;
|
|
@@ -520,8 +520,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
520
520
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
521
521
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
522
522
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
523
|
-
$in: import("@feathersjs/typebox").
|
|
524
|
-
$nin: import("@feathersjs/typebox").
|
|
523
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>>;
|
|
524
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>>;
|
|
525
525
|
}>, import("@feathersjs/typebox").TObject<{
|
|
526
526
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
527
527
|
} | undefined>]>>]>>;
|
|
@@ -531,8 +531,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
531
531
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
532
532
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
533
533
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
534
|
-
$in: import("@feathersjs/typebox").
|
|
535
|
-
$nin: import("@feathersjs/typebox").
|
|
534
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
535
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
536
536
|
}>, import("@feathersjs/typebox").TObject<{
|
|
537
537
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
538
538
|
} | undefined>]>>]>>;
|
|
@@ -542,8 +542,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
542
542
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
543
543
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
544
544
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
545
|
-
$in: import("@feathersjs/typebox").
|
|
546
|
-
$nin: import("@feathersjs/typebox").
|
|
545
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
546
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
547
547
|
}>, import("@feathersjs/typebox").TObject<{
|
|
548
548
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
549
549
|
} | undefined>]>>]>>;
|
|
@@ -556,8 +556,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
556
556
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
557
557
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
558
558
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
559
|
-
$in: import("@feathersjs/typebox").
|
|
560
|
-
$nin: import("@feathersjs/typebox").
|
|
559
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
560
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
561
561
|
}>, import("@feathersjs/typebox").TObject<{
|
|
562
562
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
563
563
|
} | undefined>]>>]>>;
|
|
@@ -567,8 +567,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
567
567
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
568
568
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
569
569
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
570
|
-
$in: import("@feathersjs/typebox").
|
|
571
|
-
$nin: import("@feathersjs/typebox").
|
|
570
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
571
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
572
572
|
}>, import("@feathersjs/typebox").TObject<{
|
|
573
573
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
574
574
|
} | undefined>]>>]>>;
|
|
@@ -578,8 +578,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
578
578
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
579
579
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
580
580
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
581
|
-
$in: import("@feathersjs/typebox").
|
|
582
|
-
$nin: import("@feathersjs/typebox").
|
|
581
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>>;
|
|
582
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>>;
|
|
583
583
|
}>, import("@feathersjs/typebox").TObject<{
|
|
584
584
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
585
585
|
} | undefined>]>>]>>;
|
|
@@ -589,8 +589,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
589
589
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
590
590
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
591
591
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
592
|
-
$in: import("@feathersjs/typebox").
|
|
593
|
-
$nin: import("@feathersjs/typebox").
|
|
592
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
593
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
594
594
|
}>, import("@feathersjs/typebox").TObject<{
|
|
595
595
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
596
596
|
} | undefined>]>>]>>;
|
|
@@ -600,8 +600,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
600
600
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
601
601
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
602
602
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
603
|
-
$in: import("@feathersjs/typebox").
|
|
604
|
-
$nin: import("@feathersjs/typebox").
|
|
603
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
604
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
605
605
|
}>, import("@feathersjs/typebox").TObject<{
|
|
606
606
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
607
607
|
} | undefined>]>>]>>;
|
|
@@ -613,8 +613,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
613
613
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
614
614
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
615
615
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
616
|
-
$in: import("@feathersjs/typebox").
|
|
617
|
-
$nin: import("@feathersjs/typebox").
|
|
616
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
617
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
618
618
|
}>, import("@feathersjs/typebox").TObject<{
|
|
619
619
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
620
620
|
} | undefined>]>>]>>;
|
|
@@ -624,8 +624,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
624
624
|
$lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
625
625
|
$lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
626
626
|
$ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
627
|
-
$in: import("@feathersjs/typebox").
|
|
628
|
-
$nin: import("@feathersjs/typebox").
|
|
627
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
628
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
629
629
|
}>, import("@feathersjs/typebox").TObject<{
|
|
630
630
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
631
631
|
} | undefined>]>>]>>;
|
|
@@ -635,8 +635,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
635
635
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
636
636
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
637
637
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
|
|
638
|
-
$in: import("@feathersjs/typebox").
|
|
639
|
-
$nin: import("@feathersjs/typebox").
|
|
638
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>>;
|
|
639
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>>;
|
|
640
640
|
}>, import("@feathersjs/typebox").TObject<{
|
|
641
641
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
642
642
|
} | undefined>]>>]>>;
|
|
@@ -646,8 +646,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
646
646
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
647
647
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
648
648
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
649
|
-
$in: import("@feathersjs/typebox").
|
|
650
|
-
$nin: import("@feathersjs/typebox").
|
|
649
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
650
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
|
|
651
651
|
}>, import("@feathersjs/typebox").TObject<{
|
|
652
652
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
653
653
|
} | undefined>]>>]>>;
|
|
@@ -657,8 +657,8 @@ export declare const exchangesQuerySchema: import("@feathersjs/typebox").TInters
|
|
|
657
657
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
658
658
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
659
659
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
660
|
-
$in: import("@feathersjs/typebox").
|
|
661
|
-
$nin: import("@feathersjs/typebox").
|
|
660
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
661
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
662
662
|
}>, import("@feathersjs/typebox").TObject<{
|
|
663
663
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
664
664
|
} | undefined>]>>]>>;
|
|
@@ -684,8 +684,8 @@ export declare const exchangesQueryResolver: import("@feathersjs/schema").Resolv
|
|
|
684
684
|
$lt: string | {};
|
|
685
685
|
$lte: string | {};
|
|
686
686
|
$ne: string | {};
|
|
687
|
-
$in:
|
|
688
|
-
$nin:
|
|
687
|
+
$in: (string | {})[];
|
|
688
|
+
$nin: (string | {})[];
|
|
689
689
|
} & {}> | undefined;
|
|
690
690
|
userId?: string | {} | Partial<{
|
|
691
691
|
$gt?: string | {} | undefined;
|
|
@@ -693,8 +693,8 @@ export declare const exchangesQueryResolver: import("@feathersjs/schema").Resolv
|
|
|
693
693
|
$lt?: string | {} | undefined;
|
|
694
694
|
$lte?: string | {} | undefined;
|
|
695
695
|
$ne?: string | {} | undefined;
|
|
696
|
-
$in:
|
|
697
|
-
$nin:
|
|
696
|
+
$in: (string | {})[];
|
|
697
|
+
$nin: (string | {})[];
|
|
698
698
|
} & {}> | undefined;
|
|
699
699
|
which?: string | Partial<{
|
|
700
700
|
$gt?: string | undefined;
|
|
@@ -702,8 +702,8 @@ export declare const exchangesQueryResolver: import("@feathersjs/schema").Resolv
|
|
|
702
702
|
$lt?: string | undefined;
|
|
703
703
|
$lte?: string | undefined;
|
|
704
704
|
$ne?: string | undefined;
|
|
705
|
-
$in: string
|
|
706
|
-
$nin: string
|
|
705
|
+
$in: string[];
|
|
706
|
+
$nin: string[];
|
|
707
707
|
} & {}> | undefined;
|
|
708
708
|
connected?: boolean | Partial<{
|
|
709
709
|
$gt?: boolean | undefined;
|
|
@@ -711,8 +711,8 @@ export declare const exchangesQueryResolver: import("@feathersjs/schema").Resolv
|
|
|
711
711
|
$lt?: boolean | undefined;
|
|
712
712
|
$lte?: boolean | undefined;
|
|
713
713
|
$ne?: boolean | undefined;
|
|
714
|
-
$in: boolean
|
|
715
|
-
$nin: boolean
|
|
714
|
+
$in: boolean[];
|
|
715
|
+
$nin: boolean[];
|
|
716
716
|
} & {}> | undefined;
|
|
717
717
|
} | {
|
|
718
718
|
$or: {
|
|
@@ -723,8 +723,8 @@ export declare const exchangesQueryResolver: import("@feathersjs/schema").Resolv
|
|
|
723
723
|
$lt: string | {};
|
|
724
724
|
$lte: string | {};
|
|
725
725
|
$ne: string | {};
|
|
726
|
-
$in:
|
|
727
|
-
$nin:
|
|
726
|
+
$in: (string | {})[];
|
|
727
|
+
$nin: (string | {})[];
|
|
728
728
|
} & {}> | undefined;
|
|
729
729
|
userId?: string | {} | Partial<{
|
|
730
730
|
$gt?: string | {} | undefined;
|
|
@@ -732,8 +732,8 @@ export declare const exchangesQueryResolver: import("@feathersjs/schema").Resolv
|
|
|
732
732
|
$lt?: string | {} | undefined;
|
|
733
733
|
$lte?: string | {} | undefined;
|
|
734
734
|
$ne?: string | {} | undefined;
|
|
735
|
-
$in:
|
|
736
|
-
$nin:
|
|
735
|
+
$in: (string | {})[];
|
|
736
|
+
$nin: (string | {})[];
|
|
737
737
|
} & {}> | undefined;
|
|
738
738
|
which?: string | Partial<{
|
|
739
739
|
$gt?: string | undefined;
|
|
@@ -741,8 +741,8 @@ export declare const exchangesQueryResolver: import("@feathersjs/schema").Resolv
|
|
|
741
741
|
$lt?: string | undefined;
|
|
742
742
|
$lte?: string | undefined;
|
|
743
743
|
$ne?: string | undefined;
|
|
744
|
-
$in: string
|
|
745
|
-
$nin: string
|
|
744
|
+
$in: string[];
|
|
745
|
+
$nin: string[];
|
|
746
746
|
} & {}> | undefined;
|
|
747
747
|
connected?: boolean | Partial<{
|
|
748
748
|
$gt?: boolean | undefined;
|
|
@@ -750,8 +750,8 @@ export declare const exchangesQueryResolver: import("@feathersjs/schema").Resolv
|
|
|
750
750
|
$lt?: boolean | undefined;
|
|
751
751
|
$lte?: boolean | undefined;
|
|
752
752
|
$ne?: boolean | undefined;
|
|
753
|
-
$in: boolean
|
|
754
|
-
$nin: boolean
|
|
753
|
+
$in: boolean[];
|
|
754
|
+
$nin: boolean[];
|
|
755
755
|
} & {}> | undefined;
|
|
756
756
|
}[];
|
|
757
757
|
})[];
|
|
@@ -763,8 +763,8 @@ export declare const exchangesQueryResolver: import("@feathersjs/schema").Resolv
|
|
|
763
763
|
$lt: string | {};
|
|
764
764
|
$lte: string | {};
|
|
765
765
|
$ne: string | {};
|
|
766
|
-
$in:
|
|
767
|
-
$nin:
|
|
766
|
+
$in: (string | {})[];
|
|
767
|
+
$nin: (string | {})[];
|
|
768
768
|
} & {}> | undefined;
|
|
769
769
|
userId?: string | {} | Partial<{
|
|
770
770
|
$gt?: string | {} | undefined;
|
|
@@ -772,8 +772,8 @@ export declare const exchangesQueryResolver: import("@feathersjs/schema").Resolv
|
|
|
772
772
|
$lt?: string | {} | undefined;
|
|
773
773
|
$lte?: string | {} | undefined;
|
|
774
774
|
$ne?: string | {} | undefined;
|
|
775
|
-
$in:
|
|
776
|
-
$nin:
|
|
775
|
+
$in: (string | {})[];
|
|
776
|
+
$nin: (string | {})[];
|
|
777
777
|
} & {}> | undefined;
|
|
778
778
|
which?: string | Partial<{
|
|
779
779
|
$gt?: string | undefined;
|
|
@@ -781,8 +781,8 @@ export declare const exchangesQueryResolver: import("@feathersjs/schema").Resolv
|
|
|
781
781
|
$lt?: string | undefined;
|
|
782
782
|
$lte?: string | undefined;
|
|
783
783
|
$ne?: string | undefined;
|
|
784
|
-
$in: string
|
|
785
|
-
$nin: string
|
|
784
|
+
$in: string[];
|
|
785
|
+
$nin: string[];
|
|
786
786
|
} & {}> | undefined;
|
|
787
787
|
connected?: boolean | Partial<{
|
|
788
788
|
$gt?: boolean | undefined;
|
|
@@ -790,8 +790,8 @@ export declare const exchangesQueryResolver: import("@feathersjs/schema").Resolv
|
|
|
790
790
|
$lt?: boolean | undefined;
|
|
791
791
|
$lte?: boolean | undefined;
|
|
792
792
|
$ne?: boolean | undefined;
|
|
793
|
-
$in: boolean
|
|
794
|
-
$nin: boolean
|
|
793
|
+
$in: boolean[];
|
|
794
|
+
$nin: boolean[];
|
|
795
795
|
} & {}> | undefined;
|
|
796
796
|
}[];
|
|
797
797
|
}> & {
|
|
@@ -802,8 +802,8 @@ export declare const exchangesQueryResolver: import("@feathersjs/schema").Resolv
|
|
|
802
802
|
$lt: string | {};
|
|
803
803
|
$lte: string | {};
|
|
804
804
|
$ne: string | {};
|
|
805
|
-
$in:
|
|
806
|
-
$nin:
|
|
805
|
+
$in: (string | {})[];
|
|
806
|
+
$nin: (string | {})[];
|
|
807
807
|
} & {}> | undefined;
|
|
808
808
|
userId?: string | {} | Partial<{
|
|
809
809
|
$gt?: string | {} | undefined;
|
|
@@ -811,8 +811,8 @@ export declare const exchangesQueryResolver: import("@feathersjs/schema").Resolv
|
|
|
811
811
|
$lt?: string | {} | undefined;
|
|
812
812
|
$lte?: string | {} | undefined;
|
|
813
813
|
$ne?: string | {} | undefined;
|
|
814
|
-
$in:
|
|
815
|
-
$nin:
|
|
814
|
+
$in: (string | {})[];
|
|
815
|
+
$nin: (string | {})[];
|
|
816
816
|
} & {}> | undefined;
|
|
817
817
|
which?: string | Partial<{
|
|
818
818
|
$gt?: string | undefined;
|
|
@@ -820,8 +820,8 @@ export declare const exchangesQueryResolver: import("@feathersjs/schema").Resolv
|
|
|
820
820
|
$lt?: string | undefined;
|
|
821
821
|
$lte?: string | undefined;
|
|
822
822
|
$ne?: string | undefined;
|
|
823
|
-
$in: string
|
|
824
|
-
$nin: string
|
|
823
|
+
$in: string[];
|
|
824
|
+
$nin: string[];
|
|
825
825
|
} & {}> | undefined;
|
|
826
826
|
connected?: boolean | Partial<{
|
|
827
827
|
$gt?: boolean | undefined;
|
|
@@ -829,7 +829,7 @@ export declare const exchangesQueryResolver: import("@feathersjs/schema").Resolv
|
|
|
829
829
|
$lt?: boolean | undefined;
|
|
830
830
|
$lte?: boolean | undefined;
|
|
831
831
|
$ne?: boolean | undefined;
|
|
832
|
-
$in: boolean
|
|
833
|
-
$nin: boolean
|
|
832
|
+
$in: boolean[];
|
|
833
|
+
$nin: boolean[];
|
|
834
834
|
} & {}> | undefined;
|
|
835
835
|
} & {}, HookContext<ExchangesService<import("./exchanges.class").ExchangesParams>>>;
|