@cryptorobot.ai/client 0.0.34 → 0.0.36
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 +30 -0
- package/lib/helpers/ccxt.helper.d.ts +1 -0
- package/lib/helpers/mailer.helper.d.ts +14 -0
- package/lib/helpers/reports.helper.d.ts +5 -0
- package/lib/helpers/subscription.helper.d.ts +7 -15
- package/lib/hooks/get-pods-container-inspect.d.ts +2 -0
- package/lib/hooks/whitelist-set-default-by-volume.d.ts +2 -0
- package/lib/services/exchanges/balance/balance.schema.d.ts +28 -4
- package/lib/services/exchanges/download/download.schema.d.ts +28 -4
- package/lib/services/exchanges/exchanges.schema.d.ts +246 -90
- package/lib/services/exchanges/ticker/ticker.schema.d.ts +28 -4
- package/lib/services/homepage/homepage.schema.d.ts +9 -1
- package/lib/services/messages/messages.schema.d.ts +40 -8
- package/lib/services/strategies/backtest/backtest.schema.d.ts +56 -56
- package/lib/services/strategies/backtest/results/results.schema.d.ts +4 -4
- package/lib/services/strategies/hyperopt/hyperopt.schema.d.ts +4 -4
- package/lib/services/strategies/strategies.schema.d.ts +97 -15
- package/lib/services/traders/pods/api/api.schema.d.ts +56 -32
- package/lib/services/traders/pods/events/events.class.d.ts +1 -1
- package/lib/services/traders/pods/events/events.schema.d.ts +8 -0
- package/lib/services/traders/pods/pods.schema.d.ts +48 -24
- package/lib/services/traders/traders.schema.d.ts +247 -115
- package/lib/services/users/users.schema.d.ts +40 -8
- package/package.json +1 -1
|
@@ -411,6 +411,9 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
411
411
|
whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
|
|
412
412
|
ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
413
413
|
which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
414
|
+
stakeCurrencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
|
|
415
|
+
popularStakeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
416
|
+
notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
414
417
|
apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
415
418
|
secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
416
419
|
requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -713,6 +716,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
713
716
|
updatedAt?: any;
|
|
714
717
|
error?: any;
|
|
715
718
|
login?: string | undefined;
|
|
719
|
+
userId?: string | {} | undefined;
|
|
716
720
|
connected?: boolean | undefined;
|
|
717
721
|
downloaded?: {
|
|
718
722
|
updatedAt: any;
|
|
@@ -742,17 +746,18 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
742
746
|
whitelist?: any[] | undefined;
|
|
743
747
|
ccxt_async_config?: any;
|
|
744
748
|
which?: string | undefined;
|
|
749
|
+
stakeCurrencies?: any[] | undefined;
|
|
750
|
+
popularStakeCurrency?: string | null | undefined;
|
|
751
|
+
notifyAboutWhitelistByEmail?: boolean | undefined;
|
|
745
752
|
requiredCredentials?: any;
|
|
746
753
|
uid?: string | undefined;
|
|
747
754
|
twofa?: string | undefined;
|
|
748
755
|
privateKey?: string | undefined;
|
|
749
756
|
walletAddress?: string | undefined;
|
|
750
|
-
userId?: string | {} | undefined;
|
|
751
757
|
__v?: any;
|
|
752
758
|
}>;
|
|
753
759
|
exchangeId: string;
|
|
754
760
|
strategy: Partial<{
|
|
755
|
-
_id?: string | {} | undefined;
|
|
756
761
|
traders?: {
|
|
757
762
|
telegram?: {
|
|
758
763
|
access_hash?: string | null | undefined;
|
|
@@ -790,6 +795,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
790
795
|
balance_dust_level: number;
|
|
791
796
|
} | undefined;
|
|
792
797
|
_id?: string | {} | undefined;
|
|
798
|
+
running?: boolean | undefined;
|
|
793
799
|
plugins?: {
|
|
794
800
|
number_assets?: number | undefined;
|
|
795
801
|
refresh_period?: number | undefined;
|
|
@@ -806,7 +812,6 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
806
812
|
exit: number;
|
|
807
813
|
} | undefined;
|
|
808
814
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
809
|
-
running?: boolean | undefined;
|
|
810
815
|
tradable_balance_ratio?: number | undefined;
|
|
811
816
|
webhook?: {
|
|
812
817
|
url: string;
|
|
@@ -896,9 +901,9 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
896
901
|
key: string;
|
|
897
902
|
createdAt: any;
|
|
898
903
|
updatedAt: any;
|
|
904
|
+
userId: any;
|
|
899
905
|
connected: boolean;
|
|
900
906
|
which: string;
|
|
901
|
-
userId: any;
|
|
902
907
|
"traders/pods": any;
|
|
903
908
|
exchange: any;
|
|
904
909
|
exchangeId: any;
|
|
@@ -937,6 +942,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
937
942
|
CORS_origins: string[];
|
|
938
943
|
};
|
|
939
944
|
}[] | undefined;
|
|
945
|
+
_id?: string | {} | undefined;
|
|
940
946
|
createdAt?: any;
|
|
941
947
|
updatedAt?: any;
|
|
942
948
|
userId?: string | {} | undefined;
|
|
@@ -1044,6 +1050,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1044
1050
|
balance_dust_level: number;
|
|
1045
1051
|
} | undefined;
|
|
1046
1052
|
_id?: string | {} | undefined;
|
|
1053
|
+
running?: boolean | undefined;
|
|
1047
1054
|
plugins?: {
|
|
1048
1055
|
number_assets?: number | undefined;
|
|
1049
1056
|
refresh_period?: number | undefined;
|
|
@@ -1060,7 +1067,6 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1060
1067
|
exit: number;
|
|
1061
1068
|
} | undefined;
|
|
1062
1069
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
1063
|
-
running?: boolean | undefined;
|
|
1064
1070
|
tradable_balance_ratio?: number | undefined;
|
|
1065
1071
|
webhook?: {
|
|
1066
1072
|
url: string;
|
|
@@ -1150,9 +1156,9 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1150
1156
|
key: string;
|
|
1151
1157
|
createdAt: any;
|
|
1152
1158
|
updatedAt: any;
|
|
1159
|
+
userId: any;
|
|
1153
1160
|
connected: boolean;
|
|
1154
1161
|
which: string;
|
|
1155
|
-
userId: any;
|
|
1156
1162
|
"traders/pods": any;
|
|
1157
1163
|
exchange: any;
|
|
1158
1164
|
exchangeId: any;
|
|
@@ -1230,6 +1236,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1230
1236
|
balance_dust_level: number;
|
|
1231
1237
|
} | undefined;
|
|
1232
1238
|
_id?: string | {} | undefined;
|
|
1239
|
+
running?: boolean | undefined;
|
|
1233
1240
|
plugins?: {
|
|
1234
1241
|
number_assets?: number | undefined;
|
|
1235
1242
|
refresh_period?: number | undefined;
|
|
@@ -1246,7 +1253,6 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1246
1253
|
exit: number;
|
|
1247
1254
|
} | undefined;
|
|
1248
1255
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
1249
|
-
running?: boolean | undefined;
|
|
1250
1256
|
tradable_balance_ratio?: number | undefined;
|
|
1251
1257
|
webhook?: {
|
|
1252
1258
|
url: string;
|
|
@@ -1336,9 +1342,9 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1336
1342
|
key: string;
|
|
1337
1343
|
createdAt: any;
|
|
1338
1344
|
updatedAt: any;
|
|
1345
|
+
userId: any;
|
|
1339
1346
|
connected: boolean;
|
|
1340
1347
|
which: string;
|
|
1341
|
-
userId: any;
|
|
1342
1348
|
"traders/pods": any;
|
|
1343
1349
|
exchange: any;
|
|
1344
1350
|
exchangeId: any;
|
|
@@ -1404,6 +1410,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1404
1410
|
updatedAt?: any;
|
|
1405
1411
|
error?: any;
|
|
1406
1412
|
login?: string | undefined;
|
|
1413
|
+
userId?: string | {} | undefined;
|
|
1407
1414
|
connected?: boolean | undefined;
|
|
1408
1415
|
downloaded?: {
|
|
1409
1416
|
updatedAt: any;
|
|
@@ -1433,17 +1440,18 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1433
1440
|
whitelist?: any[] | undefined;
|
|
1434
1441
|
ccxt_async_config?: any;
|
|
1435
1442
|
which?: string | undefined;
|
|
1443
|
+
stakeCurrencies?: any[] | undefined;
|
|
1444
|
+
popularStakeCurrency?: string | null | undefined;
|
|
1445
|
+
notifyAboutWhitelistByEmail?: boolean | undefined;
|
|
1436
1446
|
requiredCredentials?: any;
|
|
1437
1447
|
uid?: string | undefined;
|
|
1438
1448
|
twofa?: string | undefined;
|
|
1439
1449
|
privateKey?: string | undefined;
|
|
1440
1450
|
walletAddress?: string | undefined;
|
|
1441
|
-
userId?: string | {} | undefined;
|
|
1442
1451
|
__v?: any;
|
|
1443
1452
|
}>;
|
|
1444
1453
|
exchangeId: string;
|
|
1445
1454
|
strategy: Partial<{
|
|
1446
|
-
_id?: string | {} | undefined;
|
|
1447
1455
|
traders?: {
|
|
1448
1456
|
telegram?: {
|
|
1449
1457
|
access_hash?: string | null | undefined;
|
|
@@ -1481,6 +1489,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1481
1489
|
balance_dust_level: number;
|
|
1482
1490
|
} | undefined;
|
|
1483
1491
|
_id?: string | {} | undefined;
|
|
1492
|
+
running?: boolean | undefined;
|
|
1484
1493
|
plugins?: {
|
|
1485
1494
|
number_assets?: number | undefined;
|
|
1486
1495
|
refresh_period?: number | undefined;
|
|
@@ -1497,7 +1506,6 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1497
1506
|
exit: number;
|
|
1498
1507
|
} | undefined;
|
|
1499
1508
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
1500
|
-
running?: boolean | undefined;
|
|
1501
1509
|
tradable_balance_ratio?: number | undefined;
|
|
1502
1510
|
webhook?: {
|
|
1503
1511
|
url: string;
|
|
@@ -1587,9 +1595,9 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1587
1595
|
key: string;
|
|
1588
1596
|
createdAt: any;
|
|
1589
1597
|
updatedAt: any;
|
|
1598
|
+
userId: any;
|
|
1590
1599
|
connected: boolean;
|
|
1591
1600
|
which: string;
|
|
1592
|
-
userId: any;
|
|
1593
1601
|
"traders/pods": any;
|
|
1594
1602
|
exchange: any;
|
|
1595
1603
|
exchangeId: any;
|
|
@@ -1628,6 +1636,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1628
1636
|
CORS_origins: string[];
|
|
1629
1637
|
};
|
|
1630
1638
|
}[] | undefined;
|
|
1639
|
+
_id?: string | {} | undefined;
|
|
1631
1640
|
createdAt?: any;
|
|
1632
1641
|
updatedAt?: any;
|
|
1633
1642
|
userId?: string | {} | undefined;
|
|
@@ -1735,6 +1744,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1735
1744
|
balance_dust_level: number;
|
|
1736
1745
|
} | undefined;
|
|
1737
1746
|
_id?: string | {} | undefined;
|
|
1747
|
+
running?: boolean | undefined;
|
|
1738
1748
|
plugins?: {
|
|
1739
1749
|
number_assets?: number | undefined;
|
|
1740
1750
|
refresh_period?: number | undefined;
|
|
@@ -1751,7 +1761,6 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1751
1761
|
exit: number;
|
|
1752
1762
|
} | undefined;
|
|
1753
1763
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
1754
|
-
running?: boolean | undefined;
|
|
1755
1764
|
tradable_balance_ratio?: number | undefined;
|
|
1756
1765
|
webhook?: {
|
|
1757
1766
|
url: string;
|
|
@@ -1841,9 +1850,9 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1841
1850
|
key: string;
|
|
1842
1851
|
createdAt: any;
|
|
1843
1852
|
updatedAt: any;
|
|
1853
|
+
userId: any;
|
|
1844
1854
|
connected: boolean;
|
|
1845
1855
|
which: string;
|
|
1846
|
-
userId: any;
|
|
1847
1856
|
"traders/pods": any;
|
|
1848
1857
|
exchange: any;
|
|
1849
1858
|
exchangeId: any;
|
|
@@ -1921,6 +1930,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1921
1930
|
balance_dust_level: number;
|
|
1922
1931
|
} | undefined;
|
|
1923
1932
|
_id?: string | {} | undefined;
|
|
1933
|
+
running?: boolean | undefined;
|
|
1924
1934
|
plugins?: {
|
|
1925
1935
|
number_assets?: number | undefined;
|
|
1926
1936
|
refresh_period?: number | undefined;
|
|
@@ -1937,7 +1947,6 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1937
1947
|
exit: number;
|
|
1938
1948
|
} | undefined;
|
|
1939
1949
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
1940
|
-
running?: boolean | undefined;
|
|
1941
1950
|
tradable_balance_ratio?: number | undefined;
|
|
1942
1951
|
webhook?: {
|
|
1943
1952
|
url: string;
|
|
@@ -2027,9 +2036,9 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
2027
2036
|
key: string;
|
|
2028
2037
|
createdAt: any;
|
|
2029
2038
|
updatedAt: any;
|
|
2039
|
+
userId: any;
|
|
2030
2040
|
connected: boolean;
|
|
2031
2041
|
which: string;
|
|
2032
|
-
userId: any;
|
|
2033
2042
|
"traders/pods": any;
|
|
2034
2043
|
exchange: any;
|
|
2035
2044
|
exchangeId: any;
|
|
@@ -2486,6 +2495,9 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
2486
2495
|
whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
|
|
2487
2496
|
ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2488
2497
|
which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2498
|
+
stakeCurrencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
|
|
2499
|
+
popularStakeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
2500
|
+
notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2489
2501
|
apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
2490
2502
|
secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
2491
2503
|
requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -2788,6 +2800,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2788
2800
|
updatedAt?: any;
|
|
2789
2801
|
error?: any;
|
|
2790
2802
|
login?: string | undefined;
|
|
2803
|
+
userId?: string | {} | undefined;
|
|
2791
2804
|
connected?: boolean | undefined;
|
|
2792
2805
|
downloaded?: {
|
|
2793
2806
|
updatedAt: any;
|
|
@@ -2817,17 +2830,18 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2817
2830
|
whitelist?: any[] | undefined;
|
|
2818
2831
|
ccxt_async_config?: any;
|
|
2819
2832
|
which?: string | undefined;
|
|
2833
|
+
stakeCurrencies?: any[] | undefined;
|
|
2834
|
+
popularStakeCurrency?: string | null | undefined;
|
|
2835
|
+
notifyAboutWhitelistByEmail?: boolean | undefined;
|
|
2820
2836
|
requiredCredentials?: any;
|
|
2821
2837
|
uid?: string | undefined;
|
|
2822
2838
|
twofa?: string | undefined;
|
|
2823
2839
|
privateKey?: string | undefined;
|
|
2824
2840
|
walletAddress?: string | undefined;
|
|
2825
|
-
userId?: string | {} | undefined;
|
|
2826
2841
|
__v?: any;
|
|
2827
2842
|
}>;
|
|
2828
2843
|
exchangeId: string;
|
|
2829
2844
|
strategy: Partial<{
|
|
2830
|
-
_id?: string | {} | undefined;
|
|
2831
2845
|
traders?: {
|
|
2832
2846
|
telegram?: {
|
|
2833
2847
|
access_hash?: string | null | undefined;
|
|
@@ -2865,6 +2879,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2865
2879
|
balance_dust_level: number;
|
|
2866
2880
|
} | undefined;
|
|
2867
2881
|
_id?: string | {} | undefined;
|
|
2882
|
+
running?: boolean | undefined;
|
|
2868
2883
|
plugins?: {
|
|
2869
2884
|
number_assets?: number | undefined;
|
|
2870
2885
|
refresh_period?: number | undefined;
|
|
@@ -2881,7 +2896,6 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2881
2896
|
exit: number;
|
|
2882
2897
|
} | undefined;
|
|
2883
2898
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
2884
|
-
running?: boolean | undefined;
|
|
2885
2899
|
tradable_balance_ratio?: number | undefined;
|
|
2886
2900
|
webhook?: {
|
|
2887
2901
|
url: string;
|
|
@@ -2971,9 +2985,9 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2971
2985
|
key: string;
|
|
2972
2986
|
createdAt: any;
|
|
2973
2987
|
updatedAt: any;
|
|
2988
|
+
userId: any;
|
|
2974
2989
|
connected: boolean;
|
|
2975
2990
|
which: string;
|
|
2976
|
-
userId: any;
|
|
2977
2991
|
"traders/pods": any;
|
|
2978
2992
|
exchange: any;
|
|
2979
2993
|
exchangeId: any;
|
|
@@ -3012,6 +3026,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3012
3026
|
CORS_origins: string[];
|
|
3013
3027
|
};
|
|
3014
3028
|
}[] | undefined;
|
|
3029
|
+
_id?: string | {} | undefined;
|
|
3015
3030
|
createdAt?: any;
|
|
3016
3031
|
updatedAt?: any;
|
|
3017
3032
|
userId?: string | {} | undefined;
|
|
@@ -3119,6 +3134,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3119
3134
|
balance_dust_level: number;
|
|
3120
3135
|
} | undefined;
|
|
3121
3136
|
_id?: string | {} | undefined;
|
|
3137
|
+
running?: boolean | undefined;
|
|
3122
3138
|
plugins?: {
|
|
3123
3139
|
number_assets?: number | undefined;
|
|
3124
3140
|
refresh_period?: number | undefined;
|
|
@@ -3135,7 +3151,6 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3135
3151
|
exit: number;
|
|
3136
3152
|
} | undefined;
|
|
3137
3153
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
3138
|
-
running?: boolean | undefined;
|
|
3139
3154
|
tradable_balance_ratio?: number | undefined;
|
|
3140
3155
|
webhook?: {
|
|
3141
3156
|
url: string;
|
|
@@ -3225,9 +3240,9 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3225
3240
|
key: string;
|
|
3226
3241
|
createdAt: any;
|
|
3227
3242
|
updatedAt: any;
|
|
3243
|
+
userId: any;
|
|
3228
3244
|
connected: boolean;
|
|
3229
3245
|
which: string;
|
|
3230
|
-
userId: any;
|
|
3231
3246
|
"traders/pods": any;
|
|
3232
3247
|
exchange: any;
|
|
3233
3248
|
exchangeId: any;
|
|
@@ -3305,6 +3320,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3305
3320
|
balance_dust_level: number;
|
|
3306
3321
|
} | undefined;
|
|
3307
3322
|
_id?: string | {} | undefined;
|
|
3323
|
+
running?: boolean | undefined;
|
|
3308
3324
|
plugins?: {
|
|
3309
3325
|
number_assets?: number | undefined;
|
|
3310
3326
|
refresh_period?: number | undefined;
|
|
@@ -3321,7 +3337,6 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3321
3337
|
exit: number;
|
|
3322
3338
|
} | undefined;
|
|
3323
3339
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
3324
|
-
running?: boolean | undefined;
|
|
3325
3340
|
tradable_balance_ratio?: number | undefined;
|
|
3326
3341
|
webhook?: {
|
|
3327
3342
|
url: string;
|
|
@@ -3411,9 +3426,9 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3411
3426
|
key: string;
|
|
3412
3427
|
createdAt: any;
|
|
3413
3428
|
updatedAt: any;
|
|
3429
|
+
userId: any;
|
|
3414
3430
|
connected: boolean;
|
|
3415
3431
|
which: string;
|
|
3416
|
-
userId: any;
|
|
3417
3432
|
"traders/pods": any;
|
|
3418
3433
|
exchange: any;
|
|
3419
3434
|
exchangeId: any;
|
|
@@ -3870,6 +3885,9 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3870
3885
|
whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
|
|
3871
3886
|
ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
3872
3887
|
which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
3888
|
+
stakeCurrencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
|
|
3889
|
+
popularStakeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
3890
|
+
notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
3873
3891
|
apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
3874
3892
|
secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
3875
3893
|
requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -4172,6 +4190,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4172
4190
|
updatedAt?: any;
|
|
4173
4191
|
error?: any;
|
|
4174
4192
|
login?: string | undefined;
|
|
4193
|
+
userId?: string | {} | undefined;
|
|
4175
4194
|
connected?: boolean | undefined;
|
|
4176
4195
|
downloaded?: {
|
|
4177
4196
|
updatedAt: any;
|
|
@@ -4201,17 +4220,18 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4201
4220
|
whitelist?: any[] | undefined;
|
|
4202
4221
|
ccxt_async_config?: any;
|
|
4203
4222
|
which?: string | undefined;
|
|
4223
|
+
stakeCurrencies?: any[] | undefined;
|
|
4224
|
+
popularStakeCurrency?: string | null | undefined;
|
|
4225
|
+
notifyAboutWhitelistByEmail?: boolean | undefined;
|
|
4204
4226
|
requiredCredentials?: any;
|
|
4205
4227
|
uid?: string | undefined;
|
|
4206
4228
|
twofa?: string | undefined;
|
|
4207
4229
|
privateKey?: string | undefined;
|
|
4208
4230
|
walletAddress?: string | undefined;
|
|
4209
|
-
userId?: string | {} | undefined;
|
|
4210
4231
|
__v?: any;
|
|
4211
4232
|
}>;
|
|
4212
4233
|
exchangeId: string;
|
|
4213
4234
|
strategy: Partial<{
|
|
4214
|
-
_id?: string | {} | undefined;
|
|
4215
4235
|
traders?: {
|
|
4216
4236
|
telegram?: {
|
|
4217
4237
|
access_hash?: string | null | undefined;
|
|
@@ -4249,6 +4269,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4249
4269
|
balance_dust_level: number;
|
|
4250
4270
|
} | undefined;
|
|
4251
4271
|
_id?: string | {} | undefined;
|
|
4272
|
+
running?: boolean | undefined;
|
|
4252
4273
|
plugins?: {
|
|
4253
4274
|
number_assets?: number | undefined;
|
|
4254
4275
|
refresh_period?: number | undefined;
|
|
@@ -4265,7 +4286,6 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4265
4286
|
exit: number;
|
|
4266
4287
|
} | undefined;
|
|
4267
4288
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
4268
|
-
running?: boolean | undefined;
|
|
4269
4289
|
tradable_balance_ratio?: number | undefined;
|
|
4270
4290
|
webhook?: {
|
|
4271
4291
|
url: string;
|
|
@@ -4355,9 +4375,9 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4355
4375
|
key: string;
|
|
4356
4376
|
createdAt: any;
|
|
4357
4377
|
updatedAt: any;
|
|
4378
|
+
userId: any;
|
|
4358
4379
|
connected: boolean;
|
|
4359
4380
|
which: string;
|
|
4360
|
-
userId: any;
|
|
4361
4381
|
"traders/pods": any;
|
|
4362
4382
|
exchange: any;
|
|
4363
4383
|
exchangeId: any;
|
|
@@ -4396,6 +4416,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4396
4416
|
CORS_origins: string[];
|
|
4397
4417
|
};
|
|
4398
4418
|
}[] | undefined;
|
|
4419
|
+
_id?: string | {} | undefined;
|
|
4399
4420
|
createdAt?: any;
|
|
4400
4421
|
updatedAt?: any;
|
|
4401
4422
|
userId?: string | {} | undefined;
|
|
@@ -4503,6 +4524,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4503
4524
|
balance_dust_level: number;
|
|
4504
4525
|
} | undefined;
|
|
4505
4526
|
_id?: string | {} | undefined;
|
|
4527
|
+
running?: boolean | undefined;
|
|
4506
4528
|
plugins?: {
|
|
4507
4529
|
number_assets?: number | undefined;
|
|
4508
4530
|
refresh_period?: number | undefined;
|
|
@@ -4519,7 +4541,6 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4519
4541
|
exit: number;
|
|
4520
4542
|
} | undefined;
|
|
4521
4543
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
4522
|
-
running?: boolean | undefined;
|
|
4523
4544
|
tradable_balance_ratio?: number | undefined;
|
|
4524
4545
|
webhook?: {
|
|
4525
4546
|
url: string;
|
|
@@ -4609,9 +4630,9 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4609
4630
|
key: string;
|
|
4610
4631
|
createdAt: any;
|
|
4611
4632
|
updatedAt: any;
|
|
4633
|
+
userId: any;
|
|
4612
4634
|
connected: boolean;
|
|
4613
4635
|
which: string;
|
|
4614
|
-
userId: any;
|
|
4615
4636
|
"traders/pods": any;
|
|
4616
4637
|
exchange: any;
|
|
4617
4638
|
exchangeId: any;
|
|
@@ -4689,6 +4710,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4689
4710
|
balance_dust_level: number;
|
|
4690
4711
|
} | undefined;
|
|
4691
4712
|
_id?: string | {} | undefined;
|
|
4713
|
+
running?: boolean | undefined;
|
|
4692
4714
|
plugins?: {
|
|
4693
4715
|
number_assets?: number | undefined;
|
|
4694
4716
|
refresh_period?: number | undefined;
|
|
@@ -4705,7 +4727,6 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4705
4727
|
exit: number;
|
|
4706
4728
|
} | undefined;
|
|
4707
4729
|
cancel_open_orders_on_exit?: boolean | undefined;
|
|
4708
|
-
running?: boolean | undefined;
|
|
4709
4730
|
tradable_balance_ratio?: number | undefined;
|
|
4710
4731
|
webhook?: {
|
|
4711
4732
|
url: string;
|
|
@@ -4795,9 +4816,9 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4795
4816
|
key: string;
|
|
4796
4817
|
createdAt: any;
|
|
4797
4818
|
updatedAt: any;
|
|
4819
|
+
userId: any;
|
|
4798
4820
|
connected: boolean;
|
|
4799
4821
|
which: string;
|
|
4800
|
-
userId: any;
|
|
4801
4822
|
"traders/pods": any;
|
|
4802
4823
|
exchange: any;
|
|
4803
4824
|
exchangeId: any;
|
|
@@ -5254,6 +5275,9 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
5254
5275
|
whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
|
|
5255
5276
|
ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
5256
5277
|
which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
5278
|
+
stakeCurrencies: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
|
|
5279
|
+
popularStakeCurrency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
5280
|
+
notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
5257
5281
|
apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
5258
5282
|
secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
5259
5283
|
requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Params } from '@feathersjs/feathers';
|
|
2
|
+
import type { MongoDBAdapterOptions, MongoDBAdapterParams } from '@feathersjs/mongodb';
|
|
2
3
|
import { MongoDBService } from '@feathersjs/mongodb';
|
|
3
|
-
import type { MongoDBAdapterParams, MongoDBAdapterOptions } from '@feathersjs/mongodb';
|
|
4
4
|
import type { Application } from '../../../../declarations';
|
|
5
5
|
import type { TradersPodsEvents, TradersPodsEventsData, TradersPodsEventsPatch, TradersPodsEventsQuery } from './events.schema';
|
|
6
6
|
export type { TradersPodsEvents, TradersPodsEventsData, TradersPodsEventsPatch, TradersPodsEventsQuery };
|
|
@@ -17,6 +17,7 @@ export declare const tradersPodsEventsSchema: import("@feathersjs/typebox").TObj
|
|
|
17
17
|
profit_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
18
18
|
close_date: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
19
19
|
profit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
20
|
+
summary: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
20
21
|
icon: import("@feathersjs/typebox").TString<string>;
|
|
21
22
|
}>;
|
|
22
23
|
export type TradersPodsEvents = Static<typeof tradersPodsEventsSchema>;
|
|
@@ -31,6 +32,7 @@ export declare const tradersPodsEventsResolver: import("@feathersjs/schema").Res
|
|
|
31
32
|
profit_amount?: any;
|
|
32
33
|
profit_ratio?: any;
|
|
33
34
|
close_date?: any;
|
|
35
|
+
summary?: any;
|
|
34
36
|
image: string;
|
|
35
37
|
_id: string | {};
|
|
36
38
|
userId: string;
|
|
@@ -49,6 +51,7 @@ export declare const tradersPodsEventsExternalResolver: import("@feathersjs/sche
|
|
|
49
51
|
profit_amount?: any;
|
|
50
52
|
profit_ratio?: any;
|
|
51
53
|
close_date?: any;
|
|
54
|
+
summary?: any;
|
|
52
55
|
image: string;
|
|
53
56
|
_id: string | {};
|
|
54
57
|
userId: string;
|
|
@@ -73,6 +76,7 @@ export declare const tradersPodsEventsDataSchema: import("@feathersjs/typebox").
|
|
|
73
76
|
profit_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
74
77
|
close_date: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
75
78
|
profit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
79
|
+
summary: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
76
80
|
icon: import("@feathersjs/typebox").TString<string>;
|
|
77
81
|
}>, ["event", "traderId", "createdAt", "updatedAt", "userId", "status", "description", "icon"]>;
|
|
78
82
|
export type TradersPodsEventsData = Static<typeof tradersPodsEventsDataSchema>;
|
|
@@ -87,6 +91,7 @@ export declare const tradersPodsEventsDataResolver: import("@feathersjs/schema")
|
|
|
87
91
|
profit_amount?: any;
|
|
88
92
|
profit_ratio?: any;
|
|
89
93
|
close_date?: any;
|
|
94
|
+
summary?: any;
|
|
90
95
|
image: string;
|
|
91
96
|
_id: string | {};
|
|
92
97
|
userId: string;
|
|
@@ -111,6 +116,7 @@ export declare const tradersPodsEventsPatchSchema: import("@feathersjs/typebox")
|
|
|
111
116
|
profit_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
112
117
|
close_date: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
113
118
|
profit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
119
|
+
summary: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
114
120
|
icon: import("@feathersjs/typebox").TString<string>;
|
|
115
121
|
}>>;
|
|
116
122
|
export type TradersPodsEventsPatch = Static<typeof tradersPodsEventsPatchSchema>;
|
|
@@ -125,6 +131,7 @@ export declare const tradersPodsEventsPatchResolver: import("@feathersjs/schema"
|
|
|
125
131
|
profit_amount?: any;
|
|
126
132
|
profit_ratio?: any;
|
|
127
133
|
close_date?: any;
|
|
134
|
+
summary?: any;
|
|
128
135
|
image: string;
|
|
129
136
|
_id: string | {};
|
|
130
137
|
userId: string;
|
|
@@ -149,6 +156,7 @@ export declare const tradersPodsEventsQueryProperties: import("@feathersjs/typeb
|
|
|
149
156
|
profit_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
150
157
|
close_date: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
151
158
|
profit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
159
|
+
summary: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
152
160
|
icon: import("@feathersjs/typebox").TString<string>;
|
|
153
161
|
}>, ["_id", "event", "traderId", "userId", "createdAt", "event", "profit_amount", "profit_ratio", "close_date", "gain"]>;
|
|
154
162
|
export declare const tradersPodsEventsQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|