@cryptorobot.ai/client 0.0.35 → 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.
@@ -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,12 +746,14 @@ 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;
@@ -789,6 +795,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
789
795
  balance_dust_level: number;
790
796
  } | undefined;
791
797
  _id?: string | {} | undefined;
798
+ running?: boolean | undefined;
792
799
  plugins?: {
793
800
  number_assets?: number | undefined;
794
801
  refresh_period?: number | undefined;
@@ -805,7 +812,6 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
805
812
  exit: number;
806
813
  } | undefined;
807
814
  cancel_open_orders_on_exit?: boolean | undefined;
808
- running?: boolean | undefined;
809
815
  tradable_balance_ratio?: number | undefined;
810
816
  webhook?: {
811
817
  url: string;
@@ -895,9 +901,9 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
895
901
  key: string;
896
902
  createdAt: any;
897
903
  updatedAt: any;
904
+ userId: any;
898
905
  connected: boolean;
899
906
  which: string;
900
- userId: any;
901
907
  "traders/pods": any;
902
908
  exchange: any;
903
909
  exchangeId: any;
@@ -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,12 +1440,14 @@ 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;
@@ -1480,6 +1489,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
1480
1489
  balance_dust_level: number;
1481
1490
  } | undefined;
1482
1491
  _id?: string | {} | undefined;
1492
+ running?: boolean | undefined;
1483
1493
  plugins?: {
1484
1494
  number_assets?: number | undefined;
1485
1495
  refresh_period?: number | undefined;
@@ -1496,7 +1506,6 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
1496
1506
  exit: number;
1497
1507
  } | undefined;
1498
1508
  cancel_open_orders_on_exit?: boolean | undefined;
1499
- running?: boolean | undefined;
1500
1509
  tradable_balance_ratio?: number | undefined;
1501
1510
  webhook?: {
1502
1511
  url: string;
@@ -1586,9 +1595,9 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
1586
1595
  key: string;
1587
1596
  createdAt: any;
1588
1597
  updatedAt: any;
1598
+ userId: any;
1589
1599
  connected: boolean;
1590
1600
  which: string;
1591
- userId: any;
1592
1601
  "traders/pods": any;
1593
1602
  exchange: any;
1594
1603
  exchangeId: any;
@@ -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,12 +2830,14 @@ 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;
@@ -2864,6 +2879,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
2864
2879
  balance_dust_level: number;
2865
2880
  } | undefined;
2866
2881
  _id?: string | {} | undefined;
2882
+ running?: boolean | undefined;
2867
2883
  plugins?: {
2868
2884
  number_assets?: number | undefined;
2869
2885
  refresh_period?: number | undefined;
@@ -2880,7 +2896,6 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
2880
2896
  exit: number;
2881
2897
  } | undefined;
2882
2898
  cancel_open_orders_on_exit?: boolean | undefined;
2883
- running?: boolean | undefined;
2884
2899
  tradable_balance_ratio?: number | undefined;
2885
2900
  webhook?: {
2886
2901
  url: string;
@@ -2970,9 +2985,9 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
2970
2985
  key: string;
2971
2986
  createdAt: any;
2972
2987
  updatedAt: any;
2988
+ userId: any;
2973
2989
  connected: boolean;
2974
2990
  which: string;
2975
- userId: any;
2976
2991
  "traders/pods": any;
2977
2992
  exchange: any;
2978
2993
  exchangeId: any;
@@ -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,12 +4220,14 @@ 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;
@@ -4248,6 +4269,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
4248
4269
  balance_dust_level: number;
4249
4270
  } | undefined;
4250
4271
  _id?: string | {} | undefined;
4272
+ running?: boolean | undefined;
4251
4273
  plugins?: {
4252
4274
  number_assets?: number | undefined;
4253
4275
  refresh_period?: number | undefined;
@@ -4264,7 +4286,6 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
4264
4286
  exit: number;
4265
4287
  } | undefined;
4266
4288
  cancel_open_orders_on_exit?: boolean | undefined;
4267
- running?: boolean | undefined;
4268
4289
  tradable_balance_ratio?: number | undefined;
4269
4290
  webhook?: {
4270
4291
  url: string;
@@ -4354,9 +4375,9 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
4354
4375
  key: string;
4355
4376
  createdAt: any;
4356
4377
  updatedAt: any;
4378
+ userId: any;
4357
4379
  connected: boolean;
4358
4380
  which: string;
4359
- userId: any;
4360
4381
  "traders/pods": any;
4361
4382
  exchange: any;
4362
4383
  exchangeId: any;
@@ -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<{