@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.
@@ -224,6 +224,7 @@ export declare const tradersResolver: import("@feathersjs/schema").Resolver<{
224
224
  balance_dust_level: number;
225
225
  } | undefined;
226
226
  _id?: string | {} | undefined;
227
+ running?: boolean | undefined;
227
228
  plugins?: {
228
229
  number_assets?: number | undefined;
229
230
  refresh_period?: number | undefined;
@@ -240,7 +241,6 @@ export declare const tradersResolver: import("@feathersjs/schema").Resolver<{
240
241
  exit: number;
241
242
  } | undefined;
242
243
  cancel_open_orders_on_exit?: boolean | undefined;
243
- running?: boolean | undefined;
244
244
  tradable_balance_ratio?: number | undefined;
245
245
  webhook?: {
246
246
  url: string;
@@ -330,9 +330,9 @@ export declare const tradersResolver: import("@feathersjs/schema").Resolver<{
330
330
  key: string;
331
331
  createdAt: any;
332
332
  updatedAt: any;
333
+ userId: any;
333
334
  connected: boolean;
334
335
  which: string;
335
- userId: any;
336
336
  "traders/pods": any;
337
337
  exchange: any;
338
338
  exchangeId: any;
@@ -408,6 +408,7 @@ export declare const tradersExternalResolver: import("@feathersjs/schema").Resol
408
408
  balance_dust_level: number;
409
409
  } | undefined;
410
410
  _id?: string | {} | undefined;
411
+ running?: boolean | undefined;
411
412
  plugins?: {
412
413
  number_assets?: number | undefined;
413
414
  refresh_period?: number | undefined;
@@ -424,7 +425,6 @@ export declare const tradersExternalResolver: import("@feathersjs/schema").Resol
424
425
  exit: number;
425
426
  } | undefined;
426
427
  cancel_open_orders_on_exit?: boolean | undefined;
427
- running?: boolean | undefined;
428
428
  tradable_balance_ratio?: number | undefined;
429
429
  webhook?: {
430
430
  url: string;
@@ -514,9 +514,9 @@ export declare const tradersExternalResolver: import("@feathersjs/schema").Resol
514
514
  key: string;
515
515
  createdAt: any;
516
516
  updatedAt: any;
517
+ userId: any;
517
518
  connected: boolean;
518
519
  which: string;
519
- userId: any;
520
520
  "traders/pods": any;
521
521
  exchange: any;
522
522
  exchangeId: any;
@@ -778,6 +778,7 @@ export declare const tradersDataResolver: import("@feathersjs/schema").Resolver<
778
778
  balance_dust_level: number;
779
779
  } | undefined;
780
780
  _id?: string | {} | undefined;
781
+ running?: boolean | undefined;
781
782
  plugins?: {
782
783
  number_assets?: number | undefined;
783
784
  refresh_period?: number | undefined;
@@ -794,7 +795,6 @@ export declare const tradersDataResolver: import("@feathersjs/schema").Resolver<
794
795
  exit: number;
795
796
  } | undefined;
796
797
  cancel_open_orders_on_exit?: boolean | undefined;
797
- running?: boolean | undefined;
798
798
  tradable_balance_ratio?: number | undefined;
799
799
  webhook?: {
800
800
  url: string;
@@ -884,9 +884,9 @@ export declare const tradersDataResolver: import("@feathersjs/schema").Resolver<
884
884
  key: string;
885
885
  createdAt: any;
886
886
  updatedAt: any;
887
+ userId: any;
887
888
  connected: boolean;
888
889
  which: string;
889
- userId: any;
890
890
  "traders/pods": any;
891
891
  exchange: any;
892
892
  exchangeId: any;
@@ -1148,6 +1148,7 @@ export declare const tradersPatchResolver: import("@feathersjs/schema").Resolver
1148
1148
  balance_dust_level: number;
1149
1149
  } | undefined;
1150
1150
  _id?: string | {} | undefined;
1151
+ running?: boolean | undefined;
1151
1152
  plugins?: {
1152
1153
  number_assets?: number | undefined;
1153
1154
  refresh_period?: number | undefined;
@@ -1164,7 +1165,6 @@ export declare const tradersPatchResolver: import("@feathersjs/schema").Resolver
1164
1165
  exit: number;
1165
1166
  } | undefined;
1166
1167
  cancel_open_orders_on_exit?: boolean | undefined;
1167
- running?: boolean | undefined;
1168
1168
  tradable_balance_ratio?: number | undefined;
1169
1169
  webhook?: {
1170
1170
  url: string;
@@ -1254,9 +1254,9 @@ export declare const tradersPatchResolver: import("@feathersjs/schema").Resolver
1254
1254
  key: string;
1255
1255
  createdAt: any;
1256
1256
  updatedAt: any;
1257
+ userId: any;
1257
1258
  connected: boolean;
1258
1259
  which: string;
1259
- userId: any;
1260
1260
  "traders/pods": any;
1261
1261
  exchange: any;
1262
1262
  exchangeId: any;
@@ -1478,7 +1478,7 @@ export declare const tradersQueryProperties: import("@feathersjs/typebox").TPick
1478
1478
  provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1479
1479
  strategies: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1480
1480
  "traders/pods": import("@feathersjs/typebox").TAny;
1481
- }>, ["_id", "name", "running", "which", "provider", "userId", "pod", "host", "strategyId", "exchangeId", "api_server", "updatedAt", "max_open_trades", "dry_run_wallet", "stake_currency", "stake_amount"]>;
1481
+ }>, ["_id", "name", "running", "createdAt", "which", "provider", "userId", "pod", "host", "strategyId", "exchangeId", "api_server", "updatedAt", "max_open_trades", "dry_run_wallet", "fiat_display_currency", "stake_currency", "stake_amount"]>;
1482
1482
  export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
1483
1483
  $limit: import("@feathersjs/typebox").TNumber;
1484
1484
  $skip: import("@feathersjs/typebox").TNumber;
@@ -1487,20 +1487,22 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
1487
1487
  name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1488
1488
  provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1489
1489
  _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1490
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1490
1491
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1491
- which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1492
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1492
1493
  userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1494
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1493
1495
  exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1494
1496
  stake_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1495
1497
  stake_amount: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1496
1498
  strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1497
1499
  dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1498
1500
  max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1499
- running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1501
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1500
1502
  api_server: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1501
1503
  pod: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
1502
1504
  }>;
1503
- $select: import("@feathersjs/typebox").TUnsafe<("host" | "name" | "provider" | "_id" | "updatedAt" | "which" | "userId" | "exchangeId" | "stake_currency" | "stake_amount" | "strategyId" | "dry_run_wallet" | "max_open_trades" | "running" | "api_server" | "pod")[]>;
1505
+ $select: import("@feathersjs/typebox").TUnsafe<("host" | "name" | "provider" | "_id" | "createdAt" | "updatedAt" | "running" | "userId" | "which" | "exchangeId" | "stake_currency" | "stake_amount" | "strategyId" | "dry_run_wallet" | "max_open_trades" | "fiat_display_currency" | "api_server" | "pod")[]>;
1504
1506
  $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1505
1507
  host: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1506
1508
  $gt: import("@feathersjs/typebox").TString<string>;
@@ -1546,6 +1548,17 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
1546
1548
  }>, import("@feathersjs/typebox").TObject<{
1547
1549
  [key: string]: import("@feathersjs/typebox").TSchema;
1548
1550
  } | undefined>]>>]>>;
1551
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1552
+ $gt: import("@feathersjs/typebox").TAny;
1553
+ $gte: import("@feathersjs/typebox").TAny;
1554
+ $lt: import("@feathersjs/typebox").TAny;
1555
+ $lte: import("@feathersjs/typebox").TAny;
1556
+ $ne: import("@feathersjs/typebox").TAny;
1557
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1558
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1559
+ }>, import("@feathersjs/typebox").TObject<{
1560
+ [key: string]: import("@feathersjs/typebox").TSchema;
1561
+ } | undefined>]>>]>>;
1549
1562
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1550
1563
  $gt: import("@feathersjs/typebox").TAny;
1551
1564
  $gte: import("@feathersjs/typebox").TAny;
@@ -1557,14 +1570,14 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
1557
1570
  }>, import("@feathersjs/typebox").TObject<{
1558
1571
  [key: string]: import("@feathersjs/typebox").TSchema;
1559
1572
  } | undefined>]>>]>>;
1560
- which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1561
- $gt: import("@feathersjs/typebox").TString<string>;
1562
- $gte: import("@feathersjs/typebox").TString<string>;
1563
- $lt: import("@feathersjs/typebox").TString<string>;
1564
- $lte: import("@feathersjs/typebox").TString<string>;
1565
- $ne: import("@feathersjs/typebox").TString<string>;
1566
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1567
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1573
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1574
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1575
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1576
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1577
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1578
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1579
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1580
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1568
1581
  }>, import("@feathersjs/typebox").TObject<{
1569
1582
  [key: string]: import("@feathersjs/typebox").TSchema;
1570
1583
  } | undefined>]>>]>>;
@@ -1579,6 +1592,17 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
1579
1592
  }>, import("@feathersjs/typebox").TObject<{
1580
1593
  [key: string]: import("@feathersjs/typebox").TSchema;
1581
1594
  } | undefined>]>>]>>;
1595
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1596
+ $gt: import("@feathersjs/typebox").TString<string>;
1597
+ $gte: import("@feathersjs/typebox").TString<string>;
1598
+ $lt: import("@feathersjs/typebox").TString<string>;
1599
+ $lte: import("@feathersjs/typebox").TString<string>;
1600
+ $ne: import("@feathersjs/typebox").TString<string>;
1601
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1602
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1603
+ }>, import("@feathersjs/typebox").TObject<{
1604
+ [key: string]: import("@feathersjs/typebox").TSchema;
1605
+ } | undefined>]>>]>>;
1582
1606
  exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1583
1607
  $gt: import("@feathersjs/typebox").TAny;
1584
1608
  $gte: import("@feathersjs/typebox").TAny;
@@ -1645,14 +1669,14 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
1645
1669
  }>, import("@feathersjs/typebox").TObject<{
1646
1670
  [key: string]: import("@feathersjs/typebox").TSchema;
1647
1671
  } | undefined>]>>]>>;
1648
- running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1649
- $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1650
- $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1651
- $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1652
- $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1653
- $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1654
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1655
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1672
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1673
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1674
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1675
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1676
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1677
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1678
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
1679
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
1656
1680
  }>, import("@feathersjs/typebox").TObject<{
1657
1681
  [key: string]: import("@feathersjs/typebox").TSchema;
1658
1682
  } | undefined>]>>]>>;
@@ -1814,6 +1838,17 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
1814
1838
  }>, import("@feathersjs/typebox").TObject<{
1815
1839
  [key: string]: import("@feathersjs/typebox").TSchema;
1816
1840
  } | undefined>]>>]>>;
1841
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1842
+ $gt: import("@feathersjs/typebox").TAny;
1843
+ $gte: import("@feathersjs/typebox").TAny;
1844
+ $lt: import("@feathersjs/typebox").TAny;
1845
+ $lte: import("@feathersjs/typebox").TAny;
1846
+ $ne: import("@feathersjs/typebox").TAny;
1847
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1848
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1849
+ }>, import("@feathersjs/typebox").TObject<{
1850
+ [key: string]: import("@feathersjs/typebox").TSchema;
1851
+ } | undefined>]>>]>>;
1817
1852
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1818
1853
  $gt: import("@feathersjs/typebox").TAny;
1819
1854
  $gte: import("@feathersjs/typebox").TAny;
@@ -1825,14 +1860,14 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
1825
1860
  }>, import("@feathersjs/typebox").TObject<{
1826
1861
  [key: string]: import("@feathersjs/typebox").TSchema;
1827
1862
  } | undefined>]>>]>>;
1828
- which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1829
- $gt: import("@feathersjs/typebox").TString<string>;
1830
- $gte: import("@feathersjs/typebox").TString<string>;
1831
- $lt: import("@feathersjs/typebox").TString<string>;
1832
- $lte: import("@feathersjs/typebox").TString<string>;
1833
- $ne: import("@feathersjs/typebox").TString<string>;
1834
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1835
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1863
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1864
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1865
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1866
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1867
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1868
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1869
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1870
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1836
1871
  }>, import("@feathersjs/typebox").TObject<{
1837
1872
  [key: string]: import("@feathersjs/typebox").TSchema;
1838
1873
  } | undefined>]>>]>>;
@@ -1847,6 +1882,17 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
1847
1882
  }>, import("@feathersjs/typebox").TObject<{
1848
1883
  [key: string]: import("@feathersjs/typebox").TSchema;
1849
1884
  } | undefined>]>>]>>;
1885
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1886
+ $gt: import("@feathersjs/typebox").TString<string>;
1887
+ $gte: import("@feathersjs/typebox").TString<string>;
1888
+ $lt: import("@feathersjs/typebox").TString<string>;
1889
+ $lte: import("@feathersjs/typebox").TString<string>;
1890
+ $ne: import("@feathersjs/typebox").TString<string>;
1891
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1892
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1893
+ }>, import("@feathersjs/typebox").TObject<{
1894
+ [key: string]: import("@feathersjs/typebox").TSchema;
1895
+ } | undefined>]>>]>>;
1850
1896
  exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1851
1897
  $gt: import("@feathersjs/typebox").TAny;
1852
1898
  $gte: import("@feathersjs/typebox").TAny;
@@ -1913,14 +1959,14 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
1913
1959
  }>, import("@feathersjs/typebox").TObject<{
1914
1960
  [key: string]: import("@feathersjs/typebox").TSchema;
1915
1961
  } | undefined>]>>]>>;
1916
- running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1917
- $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1918
- $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1919
- $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1920
- $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1921
- $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1922
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1923
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
1962
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1963
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1964
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1965
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1966
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1967
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1968
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
1969
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
1924
1970
  }>, import("@feathersjs/typebox").TObject<{
1925
1971
  [key: string]: import("@feathersjs/typebox").TSchema;
1926
1972
  } | undefined>]>>]>>;
@@ -2083,6 +2129,17 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
2083
2129
  }>, import("@feathersjs/typebox").TObject<{
2084
2130
  [key: string]: import("@feathersjs/typebox").TSchema;
2085
2131
  } | undefined>]>>]>>;
2132
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2133
+ $gt: import("@feathersjs/typebox").TAny;
2134
+ $gte: import("@feathersjs/typebox").TAny;
2135
+ $lt: import("@feathersjs/typebox").TAny;
2136
+ $lte: import("@feathersjs/typebox").TAny;
2137
+ $ne: import("@feathersjs/typebox").TAny;
2138
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
2139
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
2140
+ }>, import("@feathersjs/typebox").TObject<{
2141
+ [key: string]: import("@feathersjs/typebox").TSchema;
2142
+ } | undefined>]>>]>>;
2086
2143
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2087
2144
  $gt: import("@feathersjs/typebox").TAny;
2088
2145
  $gte: import("@feathersjs/typebox").TAny;
@@ -2094,14 +2151,14 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
2094
2151
  }>, import("@feathersjs/typebox").TObject<{
2095
2152
  [key: string]: import("@feathersjs/typebox").TSchema;
2096
2153
  } | undefined>]>>]>>;
2097
- which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2098
- $gt: import("@feathersjs/typebox").TString<string>;
2099
- $gte: import("@feathersjs/typebox").TString<string>;
2100
- $lt: import("@feathersjs/typebox").TString<string>;
2101
- $lte: import("@feathersjs/typebox").TString<string>;
2102
- $ne: import("@feathersjs/typebox").TString<string>;
2103
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2104
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2154
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2155
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2156
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2157
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2158
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2159
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2160
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2161
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2105
2162
  }>, import("@feathersjs/typebox").TObject<{
2106
2163
  [key: string]: import("@feathersjs/typebox").TSchema;
2107
2164
  } | undefined>]>>]>>;
@@ -2116,6 +2173,17 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
2116
2173
  }>, import("@feathersjs/typebox").TObject<{
2117
2174
  [key: string]: import("@feathersjs/typebox").TSchema;
2118
2175
  } | undefined>]>>]>>;
2176
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2177
+ $gt: import("@feathersjs/typebox").TString<string>;
2178
+ $gte: import("@feathersjs/typebox").TString<string>;
2179
+ $lt: import("@feathersjs/typebox").TString<string>;
2180
+ $lte: import("@feathersjs/typebox").TString<string>;
2181
+ $ne: import("@feathersjs/typebox").TString<string>;
2182
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2183
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2184
+ }>, import("@feathersjs/typebox").TObject<{
2185
+ [key: string]: import("@feathersjs/typebox").TSchema;
2186
+ } | undefined>]>>]>>;
2119
2187
  exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2120
2188
  $gt: import("@feathersjs/typebox").TAny;
2121
2189
  $gte: import("@feathersjs/typebox").TAny;
@@ -2182,14 +2250,14 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
2182
2250
  }>, import("@feathersjs/typebox").TObject<{
2183
2251
  [key: string]: import("@feathersjs/typebox").TSchema;
2184
2252
  } | undefined>]>>]>>;
2185
- running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2186
- $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2187
- $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2188
- $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2189
- $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2190
- $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2191
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2192
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2253
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2254
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2255
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2256
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2257
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2258
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2259
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
2260
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
2193
2261
  }>, import("@feathersjs/typebox").TObject<{
2194
2262
  [key: string]: import("@feathersjs/typebox").TSchema;
2195
2263
  } | undefined>]>>]>>;
@@ -2351,6 +2419,17 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
2351
2419
  }>, import("@feathersjs/typebox").TObject<{
2352
2420
  [key: string]: import("@feathersjs/typebox").TSchema;
2353
2421
  } | undefined>]>>]>>;
2422
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2423
+ $gt: import("@feathersjs/typebox").TAny;
2424
+ $gte: import("@feathersjs/typebox").TAny;
2425
+ $lt: import("@feathersjs/typebox").TAny;
2426
+ $lte: import("@feathersjs/typebox").TAny;
2427
+ $ne: import("@feathersjs/typebox").TAny;
2428
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
2429
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
2430
+ }>, import("@feathersjs/typebox").TObject<{
2431
+ [key: string]: import("@feathersjs/typebox").TSchema;
2432
+ } | undefined>]>>]>>;
2354
2433
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2355
2434
  $gt: import("@feathersjs/typebox").TAny;
2356
2435
  $gte: import("@feathersjs/typebox").TAny;
@@ -2362,14 +2441,14 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
2362
2441
  }>, import("@feathersjs/typebox").TObject<{
2363
2442
  [key: string]: import("@feathersjs/typebox").TSchema;
2364
2443
  } | undefined>]>>]>>;
2365
- which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2366
- $gt: import("@feathersjs/typebox").TString<string>;
2367
- $gte: import("@feathersjs/typebox").TString<string>;
2368
- $lt: import("@feathersjs/typebox").TString<string>;
2369
- $lte: import("@feathersjs/typebox").TString<string>;
2370
- $ne: import("@feathersjs/typebox").TString<string>;
2371
- $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2372
- $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2444
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2445
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2446
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2447
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2448
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2449
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2450
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2451
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2373
2452
  }>, import("@feathersjs/typebox").TObject<{
2374
2453
  [key: string]: import("@feathersjs/typebox").TSchema;
2375
2454
  } | undefined>]>>]>>;
@@ -2384,6 +2463,17 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
2384
2463
  }>, import("@feathersjs/typebox").TObject<{
2385
2464
  [key: string]: import("@feathersjs/typebox").TSchema;
2386
2465
  } | undefined>]>>]>>;
2466
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2467
+ $gt: import("@feathersjs/typebox").TString<string>;
2468
+ $gte: import("@feathersjs/typebox").TString<string>;
2469
+ $lt: import("@feathersjs/typebox").TString<string>;
2470
+ $lte: import("@feathersjs/typebox").TString<string>;
2471
+ $ne: import("@feathersjs/typebox").TString<string>;
2472
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2473
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2474
+ }>, import("@feathersjs/typebox").TObject<{
2475
+ [key: string]: import("@feathersjs/typebox").TSchema;
2476
+ } | undefined>]>>]>>;
2387
2477
  exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2388
2478
  $gt: import("@feathersjs/typebox").TAny;
2389
2479
  $gte: import("@feathersjs/typebox").TAny;
@@ -2450,14 +2540,14 @@ export declare const tradersQuerySchema: import("@feathersjs/typebox").TIntersec
2450
2540
  }>, import("@feathersjs/typebox").TObject<{
2451
2541
  [key: string]: import("@feathersjs/typebox").TSchema;
2452
2542
  } | undefined>]>>]>>;
2453
- running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2454
- $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2455
- $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2456
- $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2457
- $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2458
- $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2459
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2460
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
2543
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2544
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2545
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2546
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2547
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2548
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2549
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
2550
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
2461
2551
  }>, import("@feathersjs/typebox").TObject<{
2462
2552
  [key: string]: import("@feathersjs/typebox").TSchema;
2463
2553
  } | undefined>]>>]>>;
@@ -2584,20 +2674,22 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
2584
2674
  name?: number | undefined;
2585
2675
  provider?: number | undefined;
2586
2676
  _id?: number | undefined;
2677
+ createdAt?: number | undefined;
2587
2678
  updatedAt?: number | undefined;
2588
- which?: number | undefined;
2679
+ running?: number | undefined;
2589
2680
  userId?: number | undefined;
2681
+ which?: number | undefined;
2590
2682
  exchangeId?: number | undefined;
2591
2683
  stake_currency?: number | undefined;
2592
2684
  stake_amount?: number | undefined;
2593
2685
  strategyId?: number | undefined;
2594
2686
  dry_run_wallet?: number | undefined;
2595
2687
  max_open_trades?: number | undefined;
2596
- running?: number | undefined;
2688
+ fiat_display_currency?: number | undefined;
2597
2689
  api_server?: number | undefined;
2598
2690
  pod?: number | undefined;
2599
2691
  };
2600
- $select: ("host" | "name" | "provider" | "_id" | "updatedAt" | "which" | "userId" | "exchangeId" | "stake_currency" | "stake_amount" | "strategyId" | "dry_run_wallet" | "max_open_trades" | "running" | "api_server" | "pod")[];
2692
+ $select: ("host" | "name" | "provider" | "_id" | "createdAt" | "updatedAt" | "running" | "userId" | "which" | "exchangeId" | "stake_currency" | "stake_amount" | "strategyId" | "dry_run_wallet" | "max_open_trades" | "fiat_display_currency" | "api_server" | "pod")[];
2601
2693
  $and: ({
2602
2694
  host?: string | Partial<{
2603
2695
  $gt: string;
@@ -2627,7 +2719,18 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
2627
2719
  $in: string | {} | (string | {})[];
2628
2720
  $nin: string | {} | (string | {})[];
2629
2721
  } & {}> | undefined;
2722
+ createdAt?: any;
2630
2723
  updatedAt?: any;
2724
+ running?: boolean | Partial<{
2725
+ $gt?: boolean | undefined;
2726
+ $gte?: boolean | undefined;
2727
+ $lt?: boolean | undefined;
2728
+ $lte?: boolean | undefined;
2729
+ $ne?: boolean | undefined;
2730
+ $in: boolean | boolean[];
2731
+ $nin: boolean | boolean[];
2732
+ } & {}> | undefined;
2733
+ userId?: any;
2631
2734
  which?: string | Partial<{
2632
2735
  $gt: string;
2633
2736
  $gte: string;
@@ -2637,7 +2740,6 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
2637
2740
  $in: string | string[];
2638
2741
  $nin: string | string[];
2639
2742
  } & {}> | undefined;
2640
- userId?: any;
2641
2743
  exchangeId?: any;
2642
2744
  stake_currency?: string | Partial<{
2643
2745
  $gt: string;
@@ -2684,14 +2786,14 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
2684
2786
  $in: number | number[];
2685
2787
  $nin: number | number[];
2686
2788
  } & {}> | undefined;
2687
- running?: boolean | Partial<{
2688
- $gt?: boolean | undefined;
2689
- $gte?: boolean | undefined;
2690
- $lt?: boolean | undefined;
2691
- $lte?: boolean | undefined;
2692
- $ne?: boolean | undefined;
2693
- $in: boolean | boolean[];
2694
- $nin: boolean | boolean[];
2789
+ fiat_display_currency?: string | Partial<{
2790
+ $gt?: string | undefined;
2791
+ $gte?: string | undefined;
2792
+ $lt?: string | undefined;
2793
+ $lte?: string | undefined;
2794
+ $ne?: string | undefined;
2795
+ $in: string | string[];
2796
+ $nin: string | string[];
2695
2797
  } & {}> | undefined;
2696
2798
  api_server?: {
2697
2799
  password: string;
@@ -2831,7 +2933,18 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
2831
2933
  $in: string | {} | (string | {})[];
2832
2934
  $nin: string | {} | (string | {})[];
2833
2935
  } & {}> | undefined;
2936
+ createdAt?: any;
2834
2937
  updatedAt?: any;
2938
+ running?: boolean | Partial<{
2939
+ $gt?: boolean | undefined;
2940
+ $gte?: boolean | undefined;
2941
+ $lt?: boolean | undefined;
2942
+ $lte?: boolean | undefined;
2943
+ $ne?: boolean | undefined;
2944
+ $in: boolean | boolean[];
2945
+ $nin: boolean | boolean[];
2946
+ } & {}> | undefined;
2947
+ userId?: any;
2835
2948
  which?: string | Partial<{
2836
2949
  $gt: string;
2837
2950
  $gte: string;
@@ -2841,7 +2954,6 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
2841
2954
  $in: string | string[];
2842
2955
  $nin: string | string[];
2843
2956
  } & {}> | undefined;
2844
- userId?: any;
2845
2957
  exchangeId?: any;
2846
2958
  stake_currency?: string | Partial<{
2847
2959
  $gt: string;
@@ -2888,14 +3000,14 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
2888
3000
  $in: number | number[];
2889
3001
  $nin: number | number[];
2890
3002
  } & {}> | undefined;
2891
- running?: boolean | Partial<{
2892
- $gt?: boolean | undefined;
2893
- $gte?: boolean | undefined;
2894
- $lt?: boolean | undefined;
2895
- $lte?: boolean | undefined;
2896
- $ne?: boolean | undefined;
2897
- $in: boolean | boolean[];
2898
- $nin: boolean | boolean[];
3003
+ fiat_display_currency?: string | Partial<{
3004
+ $gt?: string | undefined;
3005
+ $gte?: string | undefined;
3006
+ $lt?: string | undefined;
3007
+ $lte?: string | undefined;
3008
+ $ne?: string | undefined;
3009
+ $in: string | string[];
3010
+ $nin: string | string[];
2899
3011
  } & {}> | undefined;
2900
3012
  api_server?: {
2901
3013
  password: string;
@@ -3036,7 +3148,18 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
3036
3148
  $in: string | {} | (string | {})[];
3037
3149
  $nin: string | {} | (string | {})[];
3038
3150
  } & {}> | undefined;
3151
+ createdAt?: any;
3039
3152
  updatedAt?: any;
3153
+ running?: boolean | Partial<{
3154
+ $gt?: boolean | undefined;
3155
+ $gte?: boolean | undefined;
3156
+ $lt?: boolean | undefined;
3157
+ $lte?: boolean | undefined;
3158
+ $ne?: boolean | undefined;
3159
+ $in: boolean | boolean[];
3160
+ $nin: boolean | boolean[];
3161
+ } & {}> | undefined;
3162
+ userId?: any;
3040
3163
  which?: string | Partial<{
3041
3164
  $gt: string;
3042
3165
  $gte: string;
@@ -3046,7 +3169,6 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
3046
3169
  $in: string | string[];
3047
3170
  $nin: string | string[];
3048
3171
  } & {}> | undefined;
3049
- userId?: any;
3050
3172
  exchangeId?: any;
3051
3173
  stake_currency?: string | Partial<{
3052
3174
  $gt: string;
@@ -3093,14 +3215,14 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
3093
3215
  $in: number | number[];
3094
3216
  $nin: number | number[];
3095
3217
  } & {}> | undefined;
3096
- running?: boolean | Partial<{
3097
- $gt?: boolean | undefined;
3098
- $gte?: boolean | undefined;
3099
- $lt?: boolean | undefined;
3100
- $lte?: boolean | undefined;
3101
- $ne?: boolean | undefined;
3102
- $in: boolean | boolean[];
3103
- $nin: boolean | boolean[];
3218
+ fiat_display_currency?: string | Partial<{
3219
+ $gt?: string | undefined;
3220
+ $gte?: string | undefined;
3221
+ $lt?: string | undefined;
3222
+ $lte?: string | undefined;
3223
+ $ne?: string | undefined;
3224
+ $in: string | string[];
3225
+ $nin: string | string[];
3104
3226
  } & {}> | undefined;
3105
3227
  api_server?: {
3106
3228
  password: string;
@@ -3240,7 +3362,18 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
3240
3362
  $in: string | {} | (string | {})[];
3241
3363
  $nin: string | {} | (string | {})[];
3242
3364
  } & {}> | undefined;
3365
+ createdAt?: any;
3243
3366
  updatedAt?: any;
3367
+ running?: boolean | Partial<{
3368
+ $gt?: boolean | undefined;
3369
+ $gte?: boolean | undefined;
3370
+ $lt?: boolean | undefined;
3371
+ $lte?: boolean | undefined;
3372
+ $ne?: boolean | undefined;
3373
+ $in: boolean | boolean[];
3374
+ $nin: boolean | boolean[];
3375
+ } & {}> | undefined;
3376
+ userId?: any;
3244
3377
  which?: string | Partial<{
3245
3378
  $gt: string;
3246
3379
  $gte: string;
@@ -3250,7 +3383,6 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
3250
3383
  $in: string | string[];
3251
3384
  $nin: string | string[];
3252
3385
  } & {}> | undefined;
3253
- userId?: any;
3254
3386
  exchangeId?: any;
3255
3387
  stake_currency?: string | Partial<{
3256
3388
  $gt: string;
@@ -3297,14 +3429,14 @@ export declare const tradersQueryResolver: import("@feathersjs/schema").Resolver
3297
3429
  $in: number | number[];
3298
3430
  $nin: number | number[];
3299
3431
  } & {}> | undefined;
3300
- running?: boolean | Partial<{
3301
- $gt?: boolean | undefined;
3302
- $gte?: boolean | undefined;
3303
- $lt?: boolean | undefined;
3304
- $lte?: boolean | undefined;
3305
- $ne?: boolean | undefined;
3306
- $in: boolean | boolean[];
3307
- $nin: boolean | boolean[];
3432
+ fiat_display_currency?: string | Partial<{
3433
+ $gt?: string | undefined;
3434
+ $gte?: string | undefined;
3435
+ $lt?: string | undefined;
3436
+ $lte?: string | undefined;
3437
+ $ne?: string | undefined;
3438
+ $in: string | string[];
3439
+ $nin: string | string[];
3308
3440
  } & {}> | undefined;
3309
3441
  api_server?: {
3310
3442
  password: string;