adaptic-backend 1.0.86 → 1.0.87

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.
Files changed (65) hide show
  1. package/Account.cjs +1 -1261
  2. package/Action.cjs +0 -2016
  3. package/Alert.cjs +1 -1261
  4. package/AlpacaAccount.cjs +1 -1261
  5. package/Asset.cjs +0 -1548
  6. package/Authenticator.cjs +1 -1261
  7. package/Customer.cjs +1 -1261
  8. package/NewsArticle.cjs +1 -1549
  9. package/NewsArticleAssetSentiment.cjs +1 -1549
  10. package/Order.cjs +2 -1550
  11. package/Position.cjs +1 -1909
  12. package/Session.cjs +1 -1261
  13. package/StopLoss.cjs +2 -1550
  14. package/TakeProfit.cjs +2 -1550
  15. package/Trade.cjs +2 -1694
  16. package/User.cjs +1 -1261
  17. package/package.json +1 -1
  18. package/server/Account.d.ts.map +1 -1
  19. package/server/Account.js.map +1 -1
  20. package/server/Account.mjs +1 -1261
  21. package/server/Action.d.ts.map +1 -1
  22. package/server/Action.js.map +1 -1
  23. package/server/Action.mjs +0 -2016
  24. package/server/Alert.d.ts.map +1 -1
  25. package/server/Alert.js.map +1 -1
  26. package/server/Alert.mjs +1 -1261
  27. package/server/AlpacaAccount.d.ts.map +1 -1
  28. package/server/AlpacaAccount.js.map +1 -1
  29. package/server/AlpacaAccount.mjs +1 -1261
  30. package/server/Asset.d.ts.map +1 -1
  31. package/server/Asset.js.map +1 -1
  32. package/server/Asset.mjs +0 -1548
  33. package/server/Authenticator.d.ts.map +1 -1
  34. package/server/Authenticator.js.map +1 -1
  35. package/server/Authenticator.mjs +1 -1261
  36. package/server/Customer.d.ts.map +1 -1
  37. package/server/Customer.js.map +1 -1
  38. package/server/Customer.mjs +1 -1261
  39. package/server/NewsArticle.d.ts.map +1 -1
  40. package/server/NewsArticle.js.map +1 -1
  41. package/server/NewsArticle.mjs +1 -1549
  42. package/server/NewsArticleAssetSentiment.d.ts.map +1 -1
  43. package/server/NewsArticleAssetSentiment.js.map +1 -1
  44. package/server/NewsArticleAssetSentiment.mjs +1 -1549
  45. package/server/Order.d.ts.map +1 -1
  46. package/server/Order.js.map +1 -1
  47. package/server/Order.mjs +2 -1550
  48. package/server/Position.d.ts.map +1 -1
  49. package/server/Position.js.map +1 -1
  50. package/server/Position.mjs +1 -1909
  51. package/server/Session.d.ts.map +1 -1
  52. package/server/Session.js.map +1 -1
  53. package/server/Session.mjs +1 -1261
  54. package/server/StopLoss.d.ts.map +1 -1
  55. package/server/StopLoss.js.map +1 -1
  56. package/server/StopLoss.mjs +2 -1550
  57. package/server/TakeProfit.d.ts.map +1 -1
  58. package/server/TakeProfit.js.map +1 -1
  59. package/server/TakeProfit.mjs +2 -1550
  60. package/server/Trade.d.ts.map +1 -1
  61. package/server/Trade.js.map +1 -1
  62. package/server/Trade.mjs +2 -1694
  63. package/server/User.d.ts.map +1 -1
  64. package/server/User.js.map +1 -1
  65. package/server/User.mjs +1 -1261
package/Account.cjs CHANGED
@@ -55,22 +55,13 @@ exports.Account = {
55
55
  stripeCurrentPeriodEnd
56
56
  createdAt
57
57
  updatedAt
58
- users {
59
- id
60
- }
61
58
  }
62
59
  customerId
63
- accounts {
64
- id
65
- }
66
60
  sessions {
67
61
  id
68
62
  sessionToken
69
63
  userId
70
64
  expires
71
- user {
72
- id
73
- }
74
65
  createdAt
75
66
  updatedAt
76
67
  }
@@ -80,9 +71,6 @@ exports.Account = {
80
71
  credentialID
81
72
  publicKey
82
73
  counter
83
- user {
84
- id
85
- }
86
74
  createdAt
87
75
  updatedAt
88
76
  }
@@ -96,9 +84,6 @@ exports.Account = {
96
84
  marketOpen
97
85
  minOrderSize
98
86
  maxOrderSize
99
- user {
100
- id
101
- }
102
87
  userId
103
88
  createdAt
104
89
  updatedAt
@@ -117,9 +102,6 @@ exports.Account = {
117
102
  createdAt
118
103
  updatedAt
119
104
  status
120
- alpacaAccount {
121
- id
122
- }
123
105
  asset {
124
106
  id
125
107
  symbol
@@ -179,9 +161,6 @@ exports.Account = {
179
161
  buyPrice
180
162
  createdAt
181
163
  updatedAt
182
- trades {
183
- id
184
- }
185
164
  orders {
186
165
  id
187
166
  clientOrderId
@@ -202,9 +181,6 @@ exports.Account = {
202
181
  createdAt
203
182
  updatedAt
204
183
  orderId
205
- Order {
206
- id
207
- }
208
184
  }
209
185
  takeProfit {
210
186
  id
@@ -213,9 +189,6 @@ exports.Account = {
213
189
  createdAt
214
190
  updatedAt
215
191
  orderId
216
- Order {
217
- id
218
- }
219
192
  }
220
193
  trailPrice
221
194
  trailPercent
@@ -227,9 +200,6 @@ exports.Account = {
227
200
  filledAt
228
201
  filledAvgPrice
229
202
  actionId
230
- alpacaAccount {
231
- id
232
- }
233
203
  action {
234
204
  id
235
205
  sequence
@@ -238,15 +208,6 @@ exports.Account = {
238
208
  note
239
209
  status
240
210
  fee
241
- trade {
242
- id
243
- }
244
- order {
245
- id
246
- }
247
- }
248
- asset {
249
- id
250
211
  }
251
212
  fee
252
213
  strikePrice
@@ -258,9 +219,6 @@ exports.Account = {
258
219
  positions {
259
220
  id
260
221
  assetId
261
- asset {
262
- id
263
- }
264
222
  averageEntryPrice
265
223
  qty
266
224
  qtyAvailable
@@ -274,9 +232,6 @@ exports.Account = {
274
232
  lastTradePrice
275
233
  changeToday
276
234
  assetMarginable
277
- alpacaAccount {
278
- id
279
- }
280
235
  alpacaAccountId
281
236
  }
282
237
  newsMentions {
@@ -301,12 +256,6 @@ exports.Account = {
301
256
  logo
302
257
  createdAt
303
258
  updatedAt
304
- assets {
305
- id
306
- }
307
- }
308
- asset {
309
- id
310
259
  }
311
260
  relevancyScore
312
261
  sentimentScore
@@ -321,9 +270,6 @@ exports.Account = {
321
270
  note
322
271
  status
323
272
  fee
324
- trade {
325
- id
326
- }
327
273
  order {
328
274
  id
329
275
  clientOrderId
@@ -344,9 +290,6 @@ exports.Account = {
344
290
  createdAt
345
291
  updatedAt
346
292
  orderId
347
- Order {
348
- id
349
- }
350
293
  }
351
294
  takeProfit {
352
295
  id
@@ -355,9 +298,6 @@ exports.Account = {
355
298
  createdAt
356
299
  updatedAt
357
300
  orderId
358
- Order {
359
- id
360
- }
361
301
  }
362
302
  trailPrice
363
303
  trailPercent
@@ -369,12 +309,6 @@ exports.Account = {
369
309
  filledAt
370
310
  filledAvgPrice
371
311
  actionId
372
- alpacaAccount {
373
- id
374
- }
375
- action {
376
- id
377
- }
378
312
  asset {
379
313
  id
380
314
  symbol
@@ -434,18 +368,9 @@ exports.Account = {
434
368
  buyPrice
435
369
  createdAt
436
370
  updatedAt
437
- trades {
438
- id
439
- }
440
- orders {
441
- id
442
- }
443
371
  positions {
444
372
  id
445
373
  assetId
446
- asset {
447
- id
448
- }
449
374
  averageEntryPrice
450
375
  qty
451
376
  qtyAvailable
@@ -459,9 +384,6 @@ exports.Account = {
459
384
  lastTradePrice
460
385
  changeToday
461
386
  assetMarginable
462
- alpacaAccount {
463
- id
464
- }
465
387
  alpacaAccountId
466
388
  }
467
389
  newsMentions {
@@ -486,12 +408,6 @@ exports.Account = {
486
408
  logo
487
409
  createdAt
488
410
  updatedAt
489
- assets {
490
- id
491
- }
492
- }
493
- asset {
494
- id
495
411
  }
496
412
  relevancyScore
497
413
  sentimentScore
@@ -527,9 +443,6 @@ exports.Account = {
527
443
  createdAt
528
444
  updatedAt
529
445
  orderId
530
- Order {
531
- id
532
- }
533
446
  }
534
447
  takeProfit {
535
448
  id
@@ -538,9 +451,6 @@ exports.Account = {
538
451
  createdAt
539
452
  updatedAt
540
453
  orderId
541
- Order {
542
- id
543
- }
544
454
  }
545
455
  trailPrice
546
456
  trailPercent
@@ -552,9 +462,6 @@ exports.Account = {
552
462
  filledAt
553
463
  filledAvgPrice
554
464
  actionId
555
- alpacaAccount {
556
- id
557
- }
558
465
  action {
559
466
  id
560
467
  sequence
@@ -578,9 +485,6 @@ exports.Account = {
578
485
  createdAt
579
486
  updatedAt
580
487
  status
581
- alpacaAccount {
582
- id
583
- }
584
488
  asset {
585
489
  id
586
490
  symbol
@@ -640,18 +544,9 @@ exports.Account = {
640
544
  buyPrice
641
545
  createdAt
642
546
  updatedAt
643
- trades {
644
- id
645
- }
646
- orders {
647
- id
648
- }
649
547
  positions {
650
548
  id
651
549
  assetId
652
- asset {
653
- id
654
- }
655
550
  averageEntryPrice
656
551
  qty
657
552
  qtyAvailable
@@ -665,9 +560,6 @@ exports.Account = {
665
560
  lastTradePrice
666
561
  changeToday
667
562
  assetMarginable
668
- alpacaAccount {
669
- id
670
- }
671
563
  alpacaAccountId
672
564
  }
673
565
  newsMentions {
@@ -692,24 +584,12 @@ exports.Account = {
692
584
  logo
693
585
  createdAt
694
586
  updatedAt
695
- assets {
696
- id
697
- }
698
- }
699
- asset {
700
- id
701
587
  }
702
588
  relevancyScore
703
589
  sentimentScore
704
590
  sentimentLabel
705
591
  }
706
592
  }
707
- actions {
708
- id
709
- }
710
- }
711
- order {
712
- id
713
593
  }
714
594
  }
715
595
  asset {
@@ -786,12 +666,6 @@ exports.Account = {
786
666
  createdAt
787
667
  updatedAt
788
668
  status
789
- alpacaAccount {
790
- id
791
- }
792
- asset {
793
- id
794
- }
795
669
  actions {
796
670
  id
797
671
  sequence
@@ -800,23 +674,11 @@ exports.Account = {
800
674
  note
801
675
  status
802
676
  fee
803
- trade {
804
- id
805
- }
806
- order {
807
- id
808
- }
809
677
  }
810
678
  }
811
- orders {
812
- id
813
- }
814
679
  positions {
815
680
  id
816
681
  assetId
817
- asset {
818
- id
819
- }
820
682
  averageEntryPrice
821
683
  qty
822
684
  qtyAvailable
@@ -830,9 +692,6 @@ exports.Account = {
830
692
  lastTradePrice
831
693
  changeToday
832
694
  assetMarginable
833
- alpacaAccount {
834
- id
835
- }
836
695
  alpacaAccountId
837
696
  }
838
697
  newsMentions {
@@ -857,12 +716,6 @@ exports.Account = {
857
716
  logo
858
717
  createdAt
859
718
  updatedAt
860
- assets {
861
- id
862
- }
863
- }
864
- asset {
865
- id
866
719
  }
867
720
  relevancyScore
868
721
  sentimentScore
@@ -953,12 +806,6 @@ exports.Account = {
953
806
  createdAt
954
807
  updatedAt
955
808
  status
956
- alpacaAccount {
957
- id
958
- }
959
- asset {
960
- id
961
- }
962
809
  actions {
963
810
  id
964
811
  sequence
@@ -967,9 +814,6 @@ exports.Account = {
967
814
  note
968
815
  status
969
816
  fee
970
- trade {
971
- id
972
- }
973
817
  order {
974
818
  id
975
819
  clientOrderId
@@ -990,9 +834,6 @@ exports.Account = {
990
834
  createdAt
991
835
  updatedAt
992
836
  orderId
993
- Order {
994
- id
995
- }
996
837
  }
997
838
  takeProfit {
998
839
  id
@@ -1001,9 +842,6 @@ exports.Account = {
1001
842
  createdAt
1002
843
  updatedAt
1003
844
  orderId
1004
- Order {
1005
- id
1006
- }
1007
845
  }
1008
846
  trailPrice
1009
847
  trailPercent
@@ -1015,15 +853,6 @@ exports.Account = {
1015
853
  filledAt
1016
854
  filledAvgPrice
1017
855
  actionId
1018
- alpacaAccount {
1019
- id
1020
- }
1021
- action {
1022
- id
1023
- }
1024
- asset {
1025
- id
1026
- }
1027
856
  fee
1028
857
  strikePrice
1029
858
  expirationDate
@@ -1053,9 +882,6 @@ exports.Account = {
1053
882
  createdAt
1054
883
  updatedAt
1055
884
  orderId
1056
- Order {
1057
- id
1058
- }
1059
885
  }
1060
886
  takeProfit {
1061
887
  id
@@ -1064,9 +890,6 @@ exports.Account = {
1064
890
  createdAt
1065
891
  updatedAt
1066
892
  orderId
1067
- Order {
1068
- id
1069
- }
1070
893
  }
1071
894
  trailPrice
1072
895
  trailPercent
@@ -1078,9 +901,6 @@ exports.Account = {
1078
901
  filledAt
1079
902
  filledAvgPrice
1080
903
  actionId
1081
- alpacaAccount {
1082
- id
1083
- }
1084
904
  action {
1085
905
  id
1086
906
  sequence
@@ -1104,22 +924,7 @@ exports.Account = {
1104
924
  createdAt
1105
925
  updatedAt
1106
926
  status
1107
- alpacaAccount {
1108
- id
1109
- }
1110
- asset {
1111
- id
1112
- }
1113
- actions {
1114
- id
1115
- }
1116
927
  }
1117
- order {
1118
- id
1119
- }
1120
- }
1121
- asset {
1122
- id
1123
928
  }
1124
929
  fee
1125
930
  strikePrice
@@ -1128,9 +933,6 @@ exports.Account = {
1128
933
  stopLossId
1129
934
  takeProfitId
1130
935
  }
1131
- positions {
1132
- id
1133
- }
1134
936
  newsMentions {
1135
937
  id
1136
938
  assetId
@@ -1153,12 +955,6 @@ exports.Account = {
1153
955
  logo
1154
956
  createdAt
1155
957
  updatedAt
1156
- assets {
1157
- id
1158
- }
1159
- }
1160
- asset {
1161
- id
1162
958
  }
1163
959
  relevancyScore
1164
960
  sentimentScore
@@ -1178,9 +974,6 @@ exports.Account = {
1178
974
  lastTradePrice
1179
975
  changeToday
1180
976
  assetMarginable
1181
- alpacaAccount {
1182
- id
1183
- }
1184
977
  alpacaAccountId
1185
978
  }
1186
979
  alerts {
@@ -1191,9 +984,6 @@ exports.Account = {
1191
984
  isRead
1192
985
  createdAt
1193
986
  updatedAt
1194
- alpacaAccount {
1195
- id
1196
- }
1197
987
  }
1198
988
  }
1199
989
  }
@@ -1531,22 +1321,13 @@ exports.Account = {
1531
1321
  stripeCurrentPeriodEnd
1532
1322
  createdAt
1533
1323
  updatedAt
1534
- users {
1535
- id
1536
- }
1537
1324
  }
1538
1325
  customerId
1539
- accounts {
1540
- id
1541
- }
1542
1326
  sessions {
1543
1327
  id
1544
1328
  sessionToken
1545
1329
  userId
1546
1330
  expires
1547
- user {
1548
- id
1549
- }
1550
1331
  createdAt
1551
1332
  updatedAt
1552
1333
  }
@@ -1556,9 +1337,6 @@ exports.Account = {
1556
1337
  credentialID
1557
1338
  publicKey
1558
1339
  counter
1559
- user {
1560
- id
1561
- }
1562
1340
  createdAt
1563
1341
  updatedAt
1564
1342
  }
@@ -1572,9 +1350,6 @@ exports.Account = {
1572
1350
  marketOpen
1573
1351
  minOrderSize
1574
1352
  maxOrderSize
1575
- user {
1576
- id
1577
- }
1578
1353
  userId
1579
1354
  createdAt
1580
1355
  updatedAt
@@ -1593,9 +1368,6 @@ exports.Account = {
1593
1368
  createdAt
1594
1369
  updatedAt
1595
1370
  status
1596
- alpacaAccount {
1597
- id
1598
- }
1599
1371
  asset {
1600
1372
  id
1601
1373
  symbol
@@ -1655,9 +1427,6 @@ exports.Account = {
1655
1427
  buyPrice
1656
1428
  createdAt
1657
1429
  updatedAt
1658
- trades {
1659
- id
1660
- }
1661
1430
  orders {
1662
1431
  id
1663
1432
  clientOrderId
@@ -1678,9 +1447,6 @@ exports.Account = {
1678
1447
  createdAt
1679
1448
  updatedAt
1680
1449
  orderId
1681
- Order {
1682
- id
1683
- }
1684
1450
  }
1685
1451
  takeProfit {
1686
1452
  id
@@ -1689,9 +1455,6 @@ exports.Account = {
1689
1455
  createdAt
1690
1456
  updatedAt
1691
1457
  orderId
1692
- Order {
1693
- id
1694
- }
1695
1458
  }
1696
1459
  trailPrice
1697
1460
  trailPercent
@@ -1703,9 +1466,6 @@ exports.Account = {
1703
1466
  filledAt
1704
1467
  filledAvgPrice
1705
1468
  actionId
1706
- alpacaAccount {
1707
- id
1708
- }
1709
1469
  action {
1710
1470
  id
1711
1471
  sequence
@@ -1714,15 +1474,6 @@ exports.Account = {
1714
1474
  note
1715
1475
  status
1716
1476
  fee
1717
- trade {
1718
- id
1719
- }
1720
- order {
1721
- id
1722
- }
1723
- }
1724
- asset {
1725
- id
1726
1477
  }
1727
1478
  fee
1728
1479
  strikePrice
@@ -1734,9 +1485,6 @@ exports.Account = {
1734
1485
  positions {
1735
1486
  id
1736
1487
  assetId
1737
- asset {
1738
- id
1739
- }
1740
1488
  averageEntryPrice
1741
1489
  qty
1742
1490
  qtyAvailable
@@ -1750,9 +1498,6 @@ exports.Account = {
1750
1498
  lastTradePrice
1751
1499
  changeToday
1752
1500
  assetMarginable
1753
- alpacaAccount {
1754
- id
1755
- }
1756
1501
  alpacaAccountId
1757
1502
  }
1758
1503
  newsMentions {
@@ -1777,12 +1522,6 @@ exports.Account = {
1777
1522
  logo
1778
1523
  createdAt
1779
1524
  updatedAt
1780
- assets {
1781
- id
1782
- }
1783
- }
1784
- asset {
1785
- id
1786
1525
  }
1787
1526
  relevancyScore
1788
1527
  sentimentScore
@@ -1797,9 +1536,6 @@ exports.Account = {
1797
1536
  note
1798
1537
  status
1799
1538
  fee
1800
- trade {
1801
- id
1802
- }
1803
1539
  order {
1804
1540
  id
1805
1541
  clientOrderId
@@ -1820,9 +1556,6 @@ exports.Account = {
1820
1556
  createdAt
1821
1557
  updatedAt
1822
1558
  orderId
1823
- Order {
1824
- id
1825
- }
1826
1559
  }
1827
1560
  takeProfit {
1828
1561
  id
@@ -1831,9 +1564,6 @@ exports.Account = {
1831
1564
  createdAt
1832
1565
  updatedAt
1833
1566
  orderId
1834
- Order {
1835
- id
1836
- }
1837
1567
  }
1838
1568
  trailPrice
1839
1569
  trailPercent
@@ -1845,12 +1575,6 @@ exports.Account = {
1845
1575
  filledAt
1846
1576
  filledAvgPrice
1847
1577
  actionId
1848
- alpacaAccount {
1849
- id
1850
- }
1851
- action {
1852
- id
1853
- }
1854
1578
  asset {
1855
1579
  id
1856
1580
  symbol
@@ -1910,18 +1634,9 @@ exports.Account = {
1910
1634
  buyPrice
1911
1635
  createdAt
1912
1636
  updatedAt
1913
- trades {
1914
- id
1915
- }
1916
- orders {
1917
- id
1918
- }
1919
1637
  positions {
1920
1638
  id
1921
1639
  assetId
1922
- asset {
1923
- id
1924
- }
1925
1640
  averageEntryPrice
1926
1641
  qty
1927
1642
  qtyAvailable
@@ -1935,9 +1650,6 @@ exports.Account = {
1935
1650
  lastTradePrice
1936
1651
  changeToday
1937
1652
  assetMarginable
1938
- alpacaAccount {
1939
- id
1940
- }
1941
1653
  alpacaAccountId
1942
1654
  }
1943
1655
  newsMentions {
@@ -1962,12 +1674,6 @@ exports.Account = {
1962
1674
  logo
1963
1675
  createdAt
1964
1676
  updatedAt
1965
- assets {
1966
- id
1967
- }
1968
- }
1969
- asset {
1970
- id
1971
1677
  }
1972
1678
  relevancyScore
1973
1679
  sentimentScore
@@ -2003,9 +1709,6 @@ exports.Account = {
2003
1709
  createdAt
2004
1710
  updatedAt
2005
1711
  orderId
2006
- Order {
2007
- id
2008
- }
2009
1712
  }
2010
1713
  takeProfit {
2011
1714
  id
@@ -2014,9 +1717,6 @@ exports.Account = {
2014
1717
  createdAt
2015
1718
  updatedAt
2016
1719
  orderId
2017
- Order {
2018
- id
2019
- }
2020
1720
  }
2021
1721
  trailPrice
2022
1722
  trailPercent
@@ -2028,9 +1728,6 @@ exports.Account = {
2028
1728
  filledAt
2029
1729
  filledAvgPrice
2030
1730
  actionId
2031
- alpacaAccount {
2032
- id
2033
- }
2034
1731
  action {
2035
1732
  id
2036
1733
  sequence
@@ -2054,9 +1751,6 @@ exports.Account = {
2054
1751
  createdAt
2055
1752
  updatedAt
2056
1753
  status
2057
- alpacaAccount {
2058
- id
2059
- }
2060
1754
  asset {
2061
1755
  id
2062
1756
  symbol
@@ -2116,18 +1810,9 @@ exports.Account = {
2116
1810
  buyPrice
2117
1811
  createdAt
2118
1812
  updatedAt
2119
- trades {
2120
- id
2121
- }
2122
- orders {
2123
- id
2124
- }
2125
1813
  positions {
2126
1814
  id
2127
1815
  assetId
2128
- asset {
2129
- id
2130
- }
2131
1816
  averageEntryPrice
2132
1817
  qty
2133
1818
  qtyAvailable
@@ -2141,9 +1826,6 @@ exports.Account = {
2141
1826
  lastTradePrice
2142
1827
  changeToday
2143
1828
  assetMarginable
2144
- alpacaAccount {
2145
- id
2146
- }
2147
1829
  alpacaAccountId
2148
1830
  }
2149
1831
  newsMentions {
@@ -2168,24 +1850,12 @@ exports.Account = {
2168
1850
  logo
2169
1851
  createdAt
2170
1852
  updatedAt
2171
- assets {
2172
- id
2173
- }
2174
- }
2175
- asset {
2176
- id
2177
1853
  }
2178
1854
  relevancyScore
2179
1855
  sentimentScore
2180
1856
  sentimentLabel
2181
1857
  }
2182
1858
  }
2183
- actions {
2184
- id
2185
- }
2186
- }
2187
- order {
2188
- id
2189
1859
  }
2190
1860
  }
2191
1861
  asset {
@@ -2262,12 +1932,6 @@ exports.Account = {
2262
1932
  createdAt
2263
1933
  updatedAt
2264
1934
  status
2265
- alpacaAccount {
2266
- id
2267
- }
2268
- asset {
2269
- id
2270
- }
2271
1935
  actions {
2272
1936
  id
2273
1937
  sequence
@@ -2276,23 +1940,11 @@ exports.Account = {
2276
1940
  note
2277
1941
  status
2278
1942
  fee
2279
- trade {
2280
- id
2281
- }
2282
- order {
2283
- id
2284
- }
2285
1943
  }
2286
1944
  }
2287
- orders {
2288
- id
2289
- }
2290
1945
  positions {
2291
1946
  id
2292
1947
  assetId
2293
- asset {
2294
- id
2295
- }
2296
1948
  averageEntryPrice
2297
1949
  qty
2298
1950
  qtyAvailable
@@ -2306,9 +1958,6 @@ exports.Account = {
2306
1958
  lastTradePrice
2307
1959
  changeToday
2308
1960
  assetMarginable
2309
- alpacaAccount {
2310
- id
2311
- }
2312
1961
  alpacaAccountId
2313
1962
  }
2314
1963
  newsMentions {
@@ -2333,12 +1982,6 @@ exports.Account = {
2333
1982
  logo
2334
1983
  createdAt
2335
1984
  updatedAt
2336
- assets {
2337
- id
2338
- }
2339
- }
2340
- asset {
2341
- id
2342
1985
  }
2343
1986
  relevancyScore
2344
1987
  sentimentScore
@@ -2429,12 +2072,6 @@ exports.Account = {
2429
2072
  createdAt
2430
2073
  updatedAt
2431
2074
  status
2432
- alpacaAccount {
2433
- id
2434
- }
2435
- asset {
2436
- id
2437
- }
2438
2075
  actions {
2439
2076
  id
2440
2077
  sequence
@@ -2443,9 +2080,6 @@ exports.Account = {
2443
2080
  note
2444
2081
  status
2445
2082
  fee
2446
- trade {
2447
- id
2448
- }
2449
2083
  order {
2450
2084
  id
2451
2085
  clientOrderId
@@ -2466,9 +2100,6 @@ exports.Account = {
2466
2100
  createdAt
2467
2101
  updatedAt
2468
2102
  orderId
2469
- Order {
2470
- id
2471
- }
2472
2103
  }
2473
2104
  takeProfit {
2474
2105
  id
@@ -2477,9 +2108,6 @@ exports.Account = {
2477
2108
  createdAt
2478
2109
  updatedAt
2479
2110
  orderId
2480
- Order {
2481
- id
2482
- }
2483
2111
  }
2484
2112
  trailPrice
2485
2113
  trailPercent
@@ -2491,15 +2119,6 @@ exports.Account = {
2491
2119
  filledAt
2492
2120
  filledAvgPrice
2493
2121
  actionId
2494
- alpacaAccount {
2495
- id
2496
- }
2497
- action {
2498
- id
2499
- }
2500
- asset {
2501
- id
2502
- }
2503
2122
  fee
2504
2123
  strikePrice
2505
2124
  expirationDate
@@ -2529,9 +2148,6 @@ exports.Account = {
2529
2148
  createdAt
2530
2149
  updatedAt
2531
2150
  orderId
2532
- Order {
2533
- id
2534
- }
2535
2151
  }
2536
2152
  takeProfit {
2537
2153
  id
@@ -2540,9 +2156,6 @@ exports.Account = {
2540
2156
  createdAt
2541
2157
  updatedAt
2542
2158
  orderId
2543
- Order {
2544
- id
2545
- }
2546
2159
  }
2547
2160
  trailPrice
2548
2161
  trailPercent
@@ -2554,9 +2167,6 @@ exports.Account = {
2554
2167
  filledAt
2555
2168
  filledAvgPrice
2556
2169
  actionId
2557
- alpacaAccount {
2558
- id
2559
- }
2560
2170
  action {
2561
2171
  id
2562
2172
  sequence
@@ -2580,23 +2190,8 @@ exports.Account = {
2580
2190
  createdAt
2581
2191
  updatedAt
2582
2192
  status
2583
- alpacaAccount {
2584
- id
2585
- }
2586
- asset {
2587
- id
2588
- }
2589
- actions {
2590
- id
2591
- }
2592
- }
2593
- order {
2594
- id
2595
2193
  }
2596
2194
  }
2597
- asset {
2598
- id
2599
- }
2600
2195
  fee
2601
2196
  strikePrice
2602
2197
  expirationDate
@@ -2604,9 +2199,6 @@ exports.Account = {
2604
2199
  stopLossId
2605
2200
  takeProfitId
2606
2201
  }
2607
- positions {
2608
- id
2609
- }
2610
2202
  newsMentions {
2611
2203
  id
2612
2204
  assetId
@@ -2629,12 +2221,6 @@ exports.Account = {
2629
2221
  logo
2630
2222
  createdAt
2631
2223
  updatedAt
2632
- assets {
2633
- id
2634
- }
2635
- }
2636
- asset {
2637
- id
2638
2224
  }
2639
2225
  relevancyScore
2640
2226
  sentimentScore
@@ -2654,9 +2240,6 @@ exports.Account = {
2654
2240
  lastTradePrice
2655
2241
  changeToday
2656
2242
  assetMarginable
2657
- alpacaAccount {
2658
- id
2659
- }
2660
2243
  alpacaAccountId
2661
2244
  }
2662
2245
  alerts {
@@ -2667,9 +2250,6 @@ exports.Account = {
2667
2250
  isRead
2668
2251
  createdAt
2669
2252
  updatedAt
2670
- alpacaAccount {
2671
- id
2672
- }
2673
2253
  }
2674
2254
  }
2675
2255
  }
@@ -4301,22 +3881,13 @@ exports.Account = {
4301
3881
  stripeCurrentPeriodEnd
4302
3882
  createdAt
4303
3883
  updatedAt
4304
- users {
4305
- id
4306
- }
4307
3884
  }
4308
3885
  customerId
4309
- accounts {
4310
- id
4311
- }
4312
3886
  sessions {
4313
3887
  id
4314
3888
  sessionToken
4315
3889
  userId
4316
3890
  expires
4317
- user {
4318
- id
4319
- }
4320
3891
  createdAt
4321
3892
  updatedAt
4322
3893
  }
@@ -4326,9 +3897,6 @@ exports.Account = {
4326
3897
  credentialID
4327
3898
  publicKey
4328
3899
  counter
4329
- user {
4330
- id
4331
- }
4332
3900
  createdAt
4333
3901
  updatedAt
4334
3902
  }
@@ -4342,9 +3910,6 @@ exports.Account = {
4342
3910
  marketOpen
4343
3911
  minOrderSize
4344
3912
  maxOrderSize
4345
- user {
4346
- id
4347
- }
4348
3913
  userId
4349
3914
  createdAt
4350
3915
  updatedAt
@@ -4363,9 +3928,6 @@ exports.Account = {
4363
3928
  createdAt
4364
3929
  updatedAt
4365
3930
  status
4366
- alpacaAccount {
4367
- id
4368
- }
4369
3931
  asset {
4370
3932
  id
4371
3933
  symbol
@@ -4425,9 +3987,6 @@ exports.Account = {
4425
3987
  buyPrice
4426
3988
  createdAt
4427
3989
  updatedAt
4428
- trades {
4429
- id
4430
- }
4431
3990
  orders {
4432
3991
  id
4433
3992
  clientOrderId
@@ -4448,9 +4007,6 @@ exports.Account = {
4448
4007
  createdAt
4449
4008
  updatedAt
4450
4009
  orderId
4451
- Order {
4452
- id
4453
- }
4454
4010
  }
4455
4011
  takeProfit {
4456
4012
  id
@@ -4459,9 +4015,6 @@ exports.Account = {
4459
4015
  createdAt
4460
4016
  updatedAt
4461
4017
  orderId
4462
- Order {
4463
- id
4464
- }
4465
4018
  }
4466
4019
  trailPrice
4467
4020
  trailPercent
@@ -4473,9 +4026,6 @@ exports.Account = {
4473
4026
  filledAt
4474
4027
  filledAvgPrice
4475
4028
  actionId
4476
- alpacaAccount {
4477
- id
4478
- }
4479
4029
  action {
4480
4030
  id
4481
4031
  sequence
@@ -4484,15 +4034,6 @@ exports.Account = {
4484
4034
  note
4485
4035
  status
4486
4036
  fee
4487
- trade {
4488
- id
4489
- }
4490
- order {
4491
- id
4492
- }
4493
- }
4494
- asset {
4495
- id
4496
4037
  }
4497
4038
  fee
4498
4039
  strikePrice
@@ -4504,9 +4045,6 @@ exports.Account = {
4504
4045
  positions {
4505
4046
  id
4506
4047
  assetId
4507
- asset {
4508
- id
4509
- }
4510
4048
  averageEntryPrice
4511
4049
  qty
4512
4050
  qtyAvailable
@@ -4520,9 +4058,6 @@ exports.Account = {
4520
4058
  lastTradePrice
4521
4059
  changeToday
4522
4060
  assetMarginable
4523
- alpacaAccount {
4524
- id
4525
- }
4526
4061
  alpacaAccountId
4527
4062
  }
4528
4063
  newsMentions {
@@ -4547,12 +4082,6 @@ exports.Account = {
4547
4082
  logo
4548
4083
  createdAt
4549
4084
  updatedAt
4550
- assets {
4551
- id
4552
- }
4553
- }
4554
- asset {
4555
- id
4556
4085
  }
4557
4086
  relevancyScore
4558
4087
  sentimentScore
@@ -4567,9 +4096,6 @@ exports.Account = {
4567
4096
  note
4568
4097
  status
4569
4098
  fee
4570
- trade {
4571
- id
4572
- }
4573
4099
  order {
4574
4100
  id
4575
4101
  clientOrderId
@@ -4590,9 +4116,6 @@ exports.Account = {
4590
4116
  createdAt
4591
4117
  updatedAt
4592
4118
  orderId
4593
- Order {
4594
- id
4595
- }
4596
4119
  }
4597
4120
  takeProfit {
4598
4121
  id
@@ -4601,9 +4124,6 @@ exports.Account = {
4601
4124
  createdAt
4602
4125
  updatedAt
4603
4126
  orderId
4604
- Order {
4605
- id
4606
- }
4607
4127
  }
4608
4128
  trailPrice
4609
4129
  trailPercent
@@ -4615,12 +4135,6 @@ exports.Account = {
4615
4135
  filledAt
4616
4136
  filledAvgPrice
4617
4137
  actionId
4618
- alpacaAccount {
4619
- id
4620
- }
4621
- action {
4622
- id
4623
- }
4624
4138
  asset {
4625
4139
  id
4626
4140
  symbol
@@ -4680,18 +4194,9 @@ exports.Account = {
4680
4194
  buyPrice
4681
4195
  createdAt
4682
4196
  updatedAt
4683
- trades {
4684
- id
4685
- }
4686
- orders {
4687
- id
4688
- }
4689
4197
  positions {
4690
4198
  id
4691
4199
  assetId
4692
- asset {
4693
- id
4694
- }
4695
4200
  averageEntryPrice
4696
4201
  qty
4697
4202
  qtyAvailable
@@ -4705,9 +4210,6 @@ exports.Account = {
4705
4210
  lastTradePrice
4706
4211
  changeToday
4707
4212
  assetMarginable
4708
- alpacaAccount {
4709
- id
4710
- }
4711
4213
  alpacaAccountId
4712
4214
  }
4713
4215
  newsMentions {
@@ -4732,12 +4234,6 @@ exports.Account = {
4732
4234
  logo
4733
4235
  createdAt
4734
4236
  updatedAt
4735
- assets {
4736
- id
4737
- }
4738
- }
4739
- asset {
4740
- id
4741
4237
  }
4742
4238
  relevancyScore
4743
4239
  sentimentScore
@@ -4773,9 +4269,6 @@ exports.Account = {
4773
4269
  createdAt
4774
4270
  updatedAt
4775
4271
  orderId
4776
- Order {
4777
- id
4778
- }
4779
4272
  }
4780
4273
  takeProfit {
4781
4274
  id
@@ -4784,9 +4277,6 @@ exports.Account = {
4784
4277
  createdAt
4785
4278
  updatedAt
4786
4279
  orderId
4787
- Order {
4788
- id
4789
- }
4790
4280
  }
4791
4281
  trailPrice
4792
4282
  trailPercent
@@ -4798,9 +4288,6 @@ exports.Account = {
4798
4288
  filledAt
4799
4289
  filledAvgPrice
4800
4290
  actionId
4801
- alpacaAccount {
4802
- id
4803
- }
4804
4291
  action {
4805
4292
  id
4806
4293
  sequence
@@ -4824,9 +4311,6 @@ exports.Account = {
4824
4311
  createdAt
4825
4312
  updatedAt
4826
4313
  status
4827
- alpacaAccount {
4828
- id
4829
- }
4830
4314
  asset {
4831
4315
  id
4832
4316
  symbol
@@ -4886,18 +4370,9 @@ exports.Account = {
4886
4370
  buyPrice
4887
4371
  createdAt
4888
4372
  updatedAt
4889
- trades {
4890
- id
4891
- }
4892
- orders {
4893
- id
4894
- }
4895
4373
  positions {
4896
4374
  id
4897
4375
  assetId
4898
- asset {
4899
- id
4900
- }
4901
4376
  averageEntryPrice
4902
4377
  qty
4903
4378
  qtyAvailable
@@ -4911,9 +4386,6 @@ exports.Account = {
4911
4386
  lastTradePrice
4912
4387
  changeToday
4913
4388
  assetMarginable
4914
- alpacaAccount {
4915
- id
4916
- }
4917
4389
  alpacaAccountId
4918
4390
  }
4919
4391
  newsMentions {
@@ -4938,24 +4410,12 @@ exports.Account = {
4938
4410
  logo
4939
4411
  createdAt
4940
4412
  updatedAt
4941
- assets {
4942
- id
4943
- }
4944
- }
4945
- asset {
4946
- id
4947
4413
  }
4948
4414
  relevancyScore
4949
4415
  sentimentScore
4950
4416
  sentimentLabel
4951
4417
  }
4952
4418
  }
4953
- actions {
4954
- id
4955
- }
4956
- }
4957
- order {
4958
- id
4959
4419
  }
4960
4420
  }
4961
4421
  asset {
@@ -5032,12 +4492,6 @@ exports.Account = {
5032
4492
  createdAt
5033
4493
  updatedAt
5034
4494
  status
5035
- alpacaAccount {
5036
- id
5037
- }
5038
- asset {
5039
- id
5040
- }
5041
4495
  actions {
5042
4496
  id
5043
4497
  sequence
@@ -5046,23 +4500,11 @@ exports.Account = {
5046
4500
  note
5047
4501
  status
5048
4502
  fee
5049
- trade {
5050
- id
5051
- }
5052
- order {
5053
- id
5054
- }
5055
4503
  }
5056
4504
  }
5057
- orders {
5058
- id
5059
- }
5060
4505
  positions {
5061
4506
  id
5062
4507
  assetId
5063
- asset {
5064
- id
5065
- }
5066
4508
  averageEntryPrice
5067
4509
  qty
5068
4510
  qtyAvailable
@@ -5076,9 +4518,6 @@ exports.Account = {
5076
4518
  lastTradePrice
5077
4519
  changeToday
5078
4520
  assetMarginable
5079
- alpacaAccount {
5080
- id
5081
- }
5082
4521
  alpacaAccountId
5083
4522
  }
5084
4523
  newsMentions {
@@ -5103,12 +4542,6 @@ exports.Account = {
5103
4542
  logo
5104
4543
  createdAt
5105
4544
  updatedAt
5106
- assets {
5107
- id
5108
- }
5109
- }
5110
- asset {
5111
- id
5112
4545
  }
5113
4546
  relevancyScore
5114
4547
  sentimentScore
@@ -5199,12 +4632,6 @@ exports.Account = {
5199
4632
  createdAt
5200
4633
  updatedAt
5201
4634
  status
5202
- alpacaAccount {
5203
- id
5204
- }
5205
- asset {
5206
- id
5207
- }
5208
4635
  actions {
5209
4636
  id
5210
4637
  sequence
@@ -5213,9 +4640,6 @@ exports.Account = {
5213
4640
  note
5214
4641
  status
5215
4642
  fee
5216
- trade {
5217
- id
5218
- }
5219
4643
  order {
5220
4644
  id
5221
4645
  clientOrderId
@@ -5236,9 +4660,6 @@ exports.Account = {
5236
4660
  createdAt
5237
4661
  updatedAt
5238
4662
  orderId
5239
- Order {
5240
- id
5241
- }
5242
4663
  }
5243
4664
  takeProfit {
5244
4665
  id
@@ -5247,9 +4668,6 @@ exports.Account = {
5247
4668
  createdAt
5248
4669
  updatedAt
5249
4670
  orderId
5250
- Order {
5251
- id
5252
- }
5253
4671
  }
5254
4672
  trailPrice
5255
4673
  trailPercent
@@ -5261,15 +4679,6 @@ exports.Account = {
5261
4679
  filledAt
5262
4680
  filledAvgPrice
5263
4681
  actionId
5264
- alpacaAccount {
5265
- id
5266
- }
5267
- action {
5268
- id
5269
- }
5270
- asset {
5271
- id
5272
- }
5273
4682
  fee
5274
4683
  strikePrice
5275
4684
  expirationDate
@@ -5299,9 +4708,6 @@ exports.Account = {
5299
4708
  createdAt
5300
4709
  updatedAt
5301
4710
  orderId
5302
- Order {
5303
- id
5304
- }
5305
4711
  }
5306
4712
  takeProfit {
5307
4713
  id
@@ -5310,9 +4716,6 @@ exports.Account = {
5310
4716
  createdAt
5311
4717
  updatedAt
5312
4718
  orderId
5313
- Order {
5314
- id
5315
- }
5316
4719
  }
5317
4720
  trailPrice
5318
4721
  trailPercent
@@ -5324,9 +4727,6 @@ exports.Account = {
5324
4727
  filledAt
5325
4728
  filledAvgPrice
5326
4729
  actionId
5327
- alpacaAccount {
5328
- id
5329
- }
5330
4730
  action {
5331
4731
  id
5332
4732
  sequence
@@ -5350,22 +4750,7 @@ exports.Account = {
5350
4750
  createdAt
5351
4751
  updatedAt
5352
4752
  status
5353
- alpacaAccount {
5354
- id
5355
- }
5356
- asset {
5357
- id
5358
- }
5359
- actions {
5360
- id
5361
- }
5362
4753
  }
5363
- order {
5364
- id
5365
- }
5366
- }
5367
- asset {
5368
- id
5369
4754
  }
5370
4755
  fee
5371
4756
  strikePrice
@@ -5374,9 +4759,6 @@ exports.Account = {
5374
4759
  stopLossId
5375
4760
  takeProfitId
5376
4761
  }
5377
- positions {
5378
- id
5379
- }
5380
4762
  newsMentions {
5381
4763
  id
5382
4764
  assetId
@@ -5399,12 +4781,6 @@ exports.Account = {
5399
4781
  logo
5400
4782
  createdAt
5401
4783
  updatedAt
5402
- assets {
5403
- id
5404
- }
5405
- }
5406
- asset {
5407
- id
5408
4784
  }
5409
4785
  relevancyScore
5410
4786
  sentimentScore
@@ -5424,9 +4800,6 @@ exports.Account = {
5424
4800
  lastTradePrice
5425
4801
  changeToday
5426
4802
  assetMarginable
5427
- alpacaAccount {
5428
- id
5429
- }
5430
4803
  alpacaAccountId
5431
4804
  }
5432
4805
  alerts {
@@ -5437,9 +4810,6 @@ exports.Account = {
5437
4810
  isRead
5438
4811
  createdAt
5439
4812
  updatedAt
5440
- alpacaAccount {
5441
- id
5442
- }
5443
4813
  }
5444
4814
  }
5445
4815
  }
@@ -5515,22 +4885,13 @@ exports.Account = {
5515
4885
  stripeCurrentPeriodEnd
5516
4886
  createdAt
5517
4887
  updatedAt
5518
- users {
5519
- id
5520
- }
5521
4888
  }
5522
4889
  customerId
5523
- accounts {
5524
- id
5525
- }
5526
4890
  sessions {
5527
4891
  id
5528
4892
  sessionToken
5529
4893
  userId
5530
4894
  expires
5531
- user {
5532
- id
5533
- }
5534
4895
  createdAt
5535
4896
  updatedAt
5536
4897
  }
@@ -5540,9 +4901,6 @@ exports.Account = {
5540
4901
  credentialID
5541
4902
  publicKey
5542
4903
  counter
5543
- user {
5544
- id
5545
- }
5546
4904
  createdAt
5547
4905
  updatedAt
5548
4906
  }
@@ -5556,9 +4914,6 @@ exports.Account = {
5556
4914
  marketOpen
5557
4915
  minOrderSize
5558
4916
  maxOrderSize
5559
- user {
5560
- id
5561
- }
5562
4917
  userId
5563
4918
  createdAt
5564
4919
  updatedAt
@@ -5577,9 +4932,6 @@ exports.Account = {
5577
4932
  createdAt
5578
4933
  updatedAt
5579
4934
  status
5580
- alpacaAccount {
5581
- id
5582
- }
5583
4935
  asset {
5584
4936
  id
5585
4937
  symbol
@@ -5639,9 +4991,6 @@ exports.Account = {
5639
4991
  buyPrice
5640
4992
  createdAt
5641
4993
  updatedAt
5642
- trades {
5643
- id
5644
- }
5645
4994
  orders {
5646
4995
  id
5647
4996
  clientOrderId
@@ -5662,9 +5011,6 @@ exports.Account = {
5662
5011
  createdAt
5663
5012
  updatedAt
5664
5013
  orderId
5665
- Order {
5666
- id
5667
- }
5668
5014
  }
5669
5015
  takeProfit {
5670
5016
  id
@@ -5673,9 +5019,6 @@ exports.Account = {
5673
5019
  createdAt
5674
5020
  updatedAt
5675
5021
  orderId
5676
- Order {
5677
- id
5678
- }
5679
5022
  }
5680
5023
  trailPrice
5681
5024
  trailPercent
@@ -5687,9 +5030,6 @@ exports.Account = {
5687
5030
  filledAt
5688
5031
  filledAvgPrice
5689
5032
  actionId
5690
- alpacaAccount {
5691
- id
5692
- }
5693
5033
  action {
5694
5034
  id
5695
5035
  sequence
@@ -5698,15 +5038,6 @@ exports.Account = {
5698
5038
  note
5699
5039
  status
5700
5040
  fee
5701
- trade {
5702
- id
5703
- }
5704
- order {
5705
- id
5706
- }
5707
- }
5708
- asset {
5709
- id
5710
5041
  }
5711
5042
  fee
5712
5043
  strikePrice
@@ -5718,9 +5049,6 @@ exports.Account = {
5718
5049
  positions {
5719
5050
  id
5720
5051
  assetId
5721
- asset {
5722
- id
5723
- }
5724
5052
  averageEntryPrice
5725
5053
  qty
5726
5054
  qtyAvailable
@@ -5734,9 +5062,6 @@ exports.Account = {
5734
5062
  lastTradePrice
5735
5063
  changeToday
5736
5064
  assetMarginable
5737
- alpacaAccount {
5738
- id
5739
- }
5740
5065
  alpacaAccountId
5741
5066
  }
5742
5067
  newsMentions {
@@ -5761,12 +5086,6 @@ exports.Account = {
5761
5086
  logo
5762
5087
  createdAt
5763
5088
  updatedAt
5764
- assets {
5765
- id
5766
- }
5767
- }
5768
- asset {
5769
- id
5770
5089
  }
5771
5090
  relevancyScore
5772
5091
  sentimentScore
@@ -5781,9 +5100,6 @@ exports.Account = {
5781
5100
  note
5782
5101
  status
5783
5102
  fee
5784
- trade {
5785
- id
5786
- }
5787
5103
  order {
5788
5104
  id
5789
5105
  clientOrderId
@@ -5804,9 +5120,6 @@ exports.Account = {
5804
5120
  createdAt
5805
5121
  updatedAt
5806
5122
  orderId
5807
- Order {
5808
- id
5809
- }
5810
5123
  }
5811
5124
  takeProfit {
5812
5125
  id
@@ -5815,9 +5128,6 @@ exports.Account = {
5815
5128
  createdAt
5816
5129
  updatedAt
5817
5130
  orderId
5818
- Order {
5819
- id
5820
- }
5821
5131
  }
5822
5132
  trailPrice
5823
5133
  trailPercent
@@ -5829,13 +5139,7 @@ exports.Account = {
5829
5139
  filledAt
5830
5140
  filledAvgPrice
5831
5141
  actionId
5832
- alpacaAccount {
5833
- id
5834
- }
5835
- action {
5836
- id
5837
- }
5838
- asset {
5142
+ asset {
5839
5143
  id
5840
5144
  symbol
5841
5145
  name
@@ -5894,18 +5198,9 @@ exports.Account = {
5894
5198
  buyPrice
5895
5199
  createdAt
5896
5200
  updatedAt
5897
- trades {
5898
- id
5899
- }
5900
- orders {
5901
- id
5902
- }
5903
5201
  positions {
5904
5202
  id
5905
5203
  assetId
5906
- asset {
5907
- id
5908
- }
5909
5204
  averageEntryPrice
5910
5205
  qty
5911
5206
  qtyAvailable
@@ -5919,9 +5214,6 @@ exports.Account = {
5919
5214
  lastTradePrice
5920
5215
  changeToday
5921
5216
  assetMarginable
5922
- alpacaAccount {
5923
- id
5924
- }
5925
5217
  alpacaAccountId
5926
5218
  }
5927
5219
  newsMentions {
@@ -5946,12 +5238,6 @@ exports.Account = {
5946
5238
  logo
5947
5239
  createdAt
5948
5240
  updatedAt
5949
- assets {
5950
- id
5951
- }
5952
- }
5953
- asset {
5954
- id
5955
5241
  }
5956
5242
  relevancyScore
5957
5243
  sentimentScore
@@ -5987,9 +5273,6 @@ exports.Account = {
5987
5273
  createdAt
5988
5274
  updatedAt
5989
5275
  orderId
5990
- Order {
5991
- id
5992
- }
5993
5276
  }
5994
5277
  takeProfit {
5995
5278
  id
@@ -5998,9 +5281,6 @@ exports.Account = {
5998
5281
  createdAt
5999
5282
  updatedAt
6000
5283
  orderId
6001
- Order {
6002
- id
6003
- }
6004
5284
  }
6005
5285
  trailPrice
6006
5286
  trailPercent
@@ -6012,9 +5292,6 @@ exports.Account = {
6012
5292
  filledAt
6013
5293
  filledAvgPrice
6014
5294
  actionId
6015
- alpacaAccount {
6016
- id
6017
- }
6018
5295
  action {
6019
5296
  id
6020
5297
  sequence
@@ -6038,9 +5315,6 @@ exports.Account = {
6038
5315
  createdAt
6039
5316
  updatedAt
6040
5317
  status
6041
- alpacaAccount {
6042
- id
6043
- }
6044
5318
  asset {
6045
5319
  id
6046
5320
  symbol
@@ -6100,18 +5374,9 @@ exports.Account = {
6100
5374
  buyPrice
6101
5375
  createdAt
6102
5376
  updatedAt
6103
- trades {
6104
- id
6105
- }
6106
- orders {
6107
- id
6108
- }
6109
5377
  positions {
6110
5378
  id
6111
5379
  assetId
6112
- asset {
6113
- id
6114
- }
6115
5380
  averageEntryPrice
6116
5381
  qty
6117
5382
  qtyAvailable
@@ -6125,9 +5390,6 @@ exports.Account = {
6125
5390
  lastTradePrice
6126
5391
  changeToday
6127
5392
  assetMarginable
6128
- alpacaAccount {
6129
- id
6130
- }
6131
5393
  alpacaAccountId
6132
5394
  }
6133
5395
  newsMentions {
@@ -6152,24 +5414,12 @@ exports.Account = {
6152
5414
  logo
6153
5415
  createdAt
6154
5416
  updatedAt
6155
- assets {
6156
- id
6157
- }
6158
- }
6159
- asset {
6160
- id
6161
5417
  }
6162
5418
  relevancyScore
6163
5419
  sentimentScore
6164
5420
  sentimentLabel
6165
5421
  }
6166
5422
  }
6167
- actions {
6168
- id
6169
- }
6170
- }
6171
- order {
6172
- id
6173
5423
  }
6174
5424
  }
6175
5425
  asset {
@@ -6246,12 +5496,6 @@ exports.Account = {
6246
5496
  createdAt
6247
5497
  updatedAt
6248
5498
  status
6249
- alpacaAccount {
6250
- id
6251
- }
6252
- asset {
6253
- id
6254
- }
6255
5499
  actions {
6256
5500
  id
6257
5501
  sequence
@@ -6260,23 +5504,11 @@ exports.Account = {
6260
5504
  note
6261
5505
  status
6262
5506
  fee
6263
- trade {
6264
- id
6265
- }
6266
- order {
6267
- id
6268
- }
6269
5507
  }
6270
5508
  }
6271
- orders {
6272
- id
6273
- }
6274
5509
  positions {
6275
5510
  id
6276
5511
  assetId
6277
- asset {
6278
- id
6279
- }
6280
5512
  averageEntryPrice
6281
5513
  qty
6282
5514
  qtyAvailable
@@ -6290,9 +5522,6 @@ exports.Account = {
6290
5522
  lastTradePrice
6291
5523
  changeToday
6292
5524
  assetMarginable
6293
- alpacaAccount {
6294
- id
6295
- }
6296
5525
  alpacaAccountId
6297
5526
  }
6298
5527
  newsMentions {
@@ -6317,12 +5546,6 @@ exports.Account = {
6317
5546
  logo
6318
5547
  createdAt
6319
5548
  updatedAt
6320
- assets {
6321
- id
6322
- }
6323
- }
6324
- asset {
6325
- id
6326
5549
  }
6327
5550
  relevancyScore
6328
5551
  sentimentScore
@@ -6413,12 +5636,6 @@ exports.Account = {
6413
5636
  createdAt
6414
5637
  updatedAt
6415
5638
  status
6416
- alpacaAccount {
6417
- id
6418
- }
6419
- asset {
6420
- id
6421
- }
6422
5639
  actions {
6423
5640
  id
6424
5641
  sequence
@@ -6427,9 +5644,6 @@ exports.Account = {
6427
5644
  note
6428
5645
  status
6429
5646
  fee
6430
- trade {
6431
- id
6432
- }
6433
5647
  order {
6434
5648
  id
6435
5649
  clientOrderId
@@ -6450,9 +5664,6 @@ exports.Account = {
6450
5664
  createdAt
6451
5665
  updatedAt
6452
5666
  orderId
6453
- Order {
6454
- id
6455
- }
6456
5667
  }
6457
5668
  takeProfit {
6458
5669
  id
@@ -6461,9 +5672,6 @@ exports.Account = {
6461
5672
  createdAt
6462
5673
  updatedAt
6463
5674
  orderId
6464
- Order {
6465
- id
6466
- }
6467
5675
  }
6468
5676
  trailPrice
6469
5677
  trailPercent
@@ -6475,15 +5683,6 @@ exports.Account = {
6475
5683
  filledAt
6476
5684
  filledAvgPrice
6477
5685
  actionId
6478
- alpacaAccount {
6479
- id
6480
- }
6481
- action {
6482
- id
6483
- }
6484
- asset {
6485
- id
6486
- }
6487
5686
  fee
6488
5687
  strikePrice
6489
5688
  expirationDate
@@ -6513,9 +5712,6 @@ exports.Account = {
6513
5712
  createdAt
6514
5713
  updatedAt
6515
5714
  orderId
6516
- Order {
6517
- id
6518
- }
6519
5715
  }
6520
5716
  takeProfit {
6521
5717
  id
@@ -6524,9 +5720,6 @@ exports.Account = {
6524
5720
  createdAt
6525
5721
  updatedAt
6526
5722
  orderId
6527
- Order {
6528
- id
6529
- }
6530
5723
  }
6531
5724
  trailPrice
6532
5725
  trailPercent
@@ -6538,9 +5731,6 @@ exports.Account = {
6538
5731
  filledAt
6539
5732
  filledAvgPrice
6540
5733
  actionId
6541
- alpacaAccount {
6542
- id
6543
- }
6544
5734
  action {
6545
5735
  id
6546
5736
  sequence
@@ -6564,23 +5754,8 @@ exports.Account = {
6564
5754
  createdAt
6565
5755
  updatedAt
6566
5756
  status
6567
- alpacaAccount {
6568
- id
6569
- }
6570
- asset {
6571
- id
6572
- }
6573
- actions {
6574
- id
6575
- }
6576
- }
6577
- order {
6578
- id
6579
5757
  }
6580
5758
  }
6581
- asset {
6582
- id
6583
- }
6584
5759
  fee
6585
5760
  strikePrice
6586
5761
  expirationDate
@@ -6588,9 +5763,6 @@ exports.Account = {
6588
5763
  stopLossId
6589
5764
  takeProfitId
6590
5765
  }
6591
- positions {
6592
- id
6593
- }
6594
5766
  newsMentions {
6595
5767
  id
6596
5768
  assetId
@@ -6613,12 +5785,6 @@ exports.Account = {
6613
5785
  logo
6614
5786
  createdAt
6615
5787
  updatedAt
6616
- assets {
6617
- id
6618
- }
6619
- }
6620
- asset {
6621
- id
6622
5788
  }
6623
5789
  relevancyScore
6624
5790
  sentimentScore
@@ -6638,9 +5804,6 @@ exports.Account = {
6638
5804
  lastTradePrice
6639
5805
  changeToday
6640
5806
  assetMarginable
6641
- alpacaAccount {
6642
- id
6643
- }
6644
5807
  alpacaAccountId
6645
5808
  }
6646
5809
  alerts {
@@ -6651,9 +5814,6 @@ exports.Account = {
6651
5814
  isRead
6652
5815
  createdAt
6653
5816
  updatedAt
6654
- alpacaAccount {
6655
- id
6656
- }
6657
5817
  }
6658
5818
  }
6659
5819
  }
@@ -6728,22 +5888,13 @@ exports.Account = {
6728
5888
  stripeCurrentPeriodEnd
6729
5889
  createdAt
6730
5890
  updatedAt
6731
- users {
6732
- id
6733
- }
6734
5891
  }
6735
5892
  customerId
6736
- accounts {
6737
- id
6738
- }
6739
5893
  sessions {
6740
5894
  id
6741
5895
  sessionToken
6742
5896
  userId
6743
5897
  expires
6744
- user {
6745
- id
6746
- }
6747
5898
  createdAt
6748
5899
  updatedAt
6749
5900
  }
@@ -6753,9 +5904,6 @@ exports.Account = {
6753
5904
  credentialID
6754
5905
  publicKey
6755
5906
  counter
6756
- user {
6757
- id
6758
- }
6759
5907
  createdAt
6760
5908
  updatedAt
6761
5909
  }
@@ -6769,9 +5917,6 @@ exports.Account = {
6769
5917
  marketOpen
6770
5918
  minOrderSize
6771
5919
  maxOrderSize
6772
- user {
6773
- id
6774
- }
6775
5920
  userId
6776
5921
  createdAt
6777
5922
  updatedAt
@@ -6790,9 +5935,6 @@ exports.Account = {
6790
5935
  createdAt
6791
5936
  updatedAt
6792
5937
  status
6793
- alpacaAccount {
6794
- id
6795
- }
6796
5938
  asset {
6797
5939
  id
6798
5940
  symbol
@@ -6852,9 +5994,6 @@ exports.Account = {
6852
5994
  buyPrice
6853
5995
  createdAt
6854
5996
  updatedAt
6855
- trades {
6856
- id
6857
- }
6858
5997
  orders {
6859
5998
  id
6860
5999
  clientOrderId
@@ -6875,9 +6014,6 @@ exports.Account = {
6875
6014
  createdAt
6876
6015
  updatedAt
6877
6016
  orderId
6878
- Order {
6879
- id
6880
- }
6881
6017
  }
6882
6018
  takeProfit {
6883
6019
  id
@@ -6886,9 +6022,6 @@ exports.Account = {
6886
6022
  createdAt
6887
6023
  updatedAt
6888
6024
  orderId
6889
- Order {
6890
- id
6891
- }
6892
6025
  }
6893
6026
  trailPrice
6894
6027
  trailPercent
@@ -6900,9 +6033,6 @@ exports.Account = {
6900
6033
  filledAt
6901
6034
  filledAvgPrice
6902
6035
  actionId
6903
- alpacaAccount {
6904
- id
6905
- }
6906
6036
  action {
6907
6037
  id
6908
6038
  sequence
@@ -6911,15 +6041,6 @@ exports.Account = {
6911
6041
  note
6912
6042
  status
6913
6043
  fee
6914
- trade {
6915
- id
6916
- }
6917
- order {
6918
- id
6919
- }
6920
- }
6921
- asset {
6922
- id
6923
6044
  }
6924
6045
  fee
6925
6046
  strikePrice
@@ -6931,9 +6052,6 @@ exports.Account = {
6931
6052
  positions {
6932
6053
  id
6933
6054
  assetId
6934
- asset {
6935
- id
6936
- }
6937
6055
  averageEntryPrice
6938
6056
  qty
6939
6057
  qtyAvailable
@@ -6947,9 +6065,6 @@ exports.Account = {
6947
6065
  lastTradePrice
6948
6066
  changeToday
6949
6067
  assetMarginable
6950
- alpacaAccount {
6951
- id
6952
- }
6953
6068
  alpacaAccountId
6954
6069
  }
6955
6070
  newsMentions {
@@ -6974,12 +6089,6 @@ exports.Account = {
6974
6089
  logo
6975
6090
  createdAt
6976
6091
  updatedAt
6977
- assets {
6978
- id
6979
- }
6980
- }
6981
- asset {
6982
- id
6983
6092
  }
6984
6093
  relevancyScore
6985
6094
  sentimentScore
@@ -6994,9 +6103,6 @@ exports.Account = {
6994
6103
  note
6995
6104
  status
6996
6105
  fee
6997
- trade {
6998
- id
6999
- }
7000
6106
  order {
7001
6107
  id
7002
6108
  clientOrderId
@@ -7017,9 +6123,6 @@ exports.Account = {
7017
6123
  createdAt
7018
6124
  updatedAt
7019
6125
  orderId
7020
- Order {
7021
- id
7022
- }
7023
6126
  }
7024
6127
  takeProfit {
7025
6128
  id
@@ -7028,9 +6131,6 @@ exports.Account = {
7028
6131
  createdAt
7029
6132
  updatedAt
7030
6133
  orderId
7031
- Order {
7032
- id
7033
- }
7034
6134
  }
7035
6135
  trailPrice
7036
6136
  trailPercent
@@ -7042,12 +6142,6 @@ exports.Account = {
7042
6142
  filledAt
7043
6143
  filledAvgPrice
7044
6144
  actionId
7045
- alpacaAccount {
7046
- id
7047
- }
7048
- action {
7049
- id
7050
- }
7051
6145
  asset {
7052
6146
  id
7053
6147
  symbol
@@ -7107,18 +6201,9 @@ exports.Account = {
7107
6201
  buyPrice
7108
6202
  createdAt
7109
6203
  updatedAt
7110
- trades {
7111
- id
7112
- }
7113
- orders {
7114
- id
7115
- }
7116
6204
  positions {
7117
6205
  id
7118
6206
  assetId
7119
- asset {
7120
- id
7121
- }
7122
6207
  averageEntryPrice
7123
6208
  qty
7124
6209
  qtyAvailable
@@ -7132,9 +6217,6 @@ exports.Account = {
7132
6217
  lastTradePrice
7133
6218
  changeToday
7134
6219
  assetMarginable
7135
- alpacaAccount {
7136
- id
7137
- }
7138
6220
  alpacaAccountId
7139
6221
  }
7140
6222
  newsMentions {
@@ -7159,12 +6241,6 @@ exports.Account = {
7159
6241
  logo
7160
6242
  createdAt
7161
6243
  updatedAt
7162
- assets {
7163
- id
7164
- }
7165
- }
7166
- asset {
7167
- id
7168
6244
  }
7169
6245
  relevancyScore
7170
6246
  sentimentScore
@@ -7200,9 +6276,6 @@ exports.Account = {
7200
6276
  createdAt
7201
6277
  updatedAt
7202
6278
  orderId
7203
- Order {
7204
- id
7205
- }
7206
6279
  }
7207
6280
  takeProfit {
7208
6281
  id
@@ -7211,9 +6284,6 @@ exports.Account = {
7211
6284
  createdAt
7212
6285
  updatedAt
7213
6286
  orderId
7214
- Order {
7215
- id
7216
- }
7217
6287
  }
7218
6288
  trailPrice
7219
6289
  trailPercent
@@ -7225,9 +6295,6 @@ exports.Account = {
7225
6295
  filledAt
7226
6296
  filledAvgPrice
7227
6297
  actionId
7228
- alpacaAccount {
7229
- id
7230
- }
7231
6298
  action {
7232
6299
  id
7233
6300
  sequence
@@ -7251,9 +6318,6 @@ exports.Account = {
7251
6318
  createdAt
7252
6319
  updatedAt
7253
6320
  status
7254
- alpacaAccount {
7255
- id
7256
- }
7257
6321
  asset {
7258
6322
  id
7259
6323
  symbol
@@ -7313,18 +6377,9 @@ exports.Account = {
7313
6377
  buyPrice
7314
6378
  createdAt
7315
6379
  updatedAt
7316
- trades {
7317
- id
7318
- }
7319
- orders {
7320
- id
7321
- }
7322
6380
  positions {
7323
6381
  id
7324
6382
  assetId
7325
- asset {
7326
- id
7327
- }
7328
6383
  averageEntryPrice
7329
6384
  qty
7330
6385
  qtyAvailable
@@ -7338,9 +6393,6 @@ exports.Account = {
7338
6393
  lastTradePrice
7339
6394
  changeToday
7340
6395
  assetMarginable
7341
- alpacaAccount {
7342
- id
7343
- }
7344
6396
  alpacaAccountId
7345
6397
  }
7346
6398
  newsMentions {
@@ -7365,24 +6417,12 @@ exports.Account = {
7365
6417
  logo
7366
6418
  createdAt
7367
6419
  updatedAt
7368
- assets {
7369
- id
7370
- }
7371
- }
7372
- asset {
7373
- id
7374
6420
  }
7375
6421
  relevancyScore
7376
6422
  sentimentScore
7377
6423
  sentimentLabel
7378
6424
  }
7379
6425
  }
7380
- actions {
7381
- id
7382
- }
7383
- }
7384
- order {
7385
- id
7386
6426
  }
7387
6427
  }
7388
6428
  asset {
@@ -7459,12 +6499,6 @@ exports.Account = {
7459
6499
  createdAt
7460
6500
  updatedAt
7461
6501
  status
7462
- alpacaAccount {
7463
- id
7464
- }
7465
- asset {
7466
- id
7467
- }
7468
6502
  actions {
7469
6503
  id
7470
6504
  sequence
@@ -7473,23 +6507,11 @@ exports.Account = {
7473
6507
  note
7474
6508
  status
7475
6509
  fee
7476
- trade {
7477
- id
7478
- }
7479
- order {
7480
- id
7481
- }
7482
6510
  }
7483
6511
  }
7484
- orders {
7485
- id
7486
- }
7487
6512
  positions {
7488
6513
  id
7489
6514
  assetId
7490
- asset {
7491
- id
7492
- }
7493
6515
  averageEntryPrice
7494
6516
  qty
7495
6517
  qtyAvailable
@@ -7503,9 +6525,6 @@ exports.Account = {
7503
6525
  lastTradePrice
7504
6526
  changeToday
7505
6527
  assetMarginable
7506
- alpacaAccount {
7507
- id
7508
- }
7509
6528
  alpacaAccountId
7510
6529
  }
7511
6530
  newsMentions {
@@ -7530,12 +6549,6 @@ exports.Account = {
7530
6549
  logo
7531
6550
  createdAt
7532
6551
  updatedAt
7533
- assets {
7534
- id
7535
- }
7536
- }
7537
- asset {
7538
- id
7539
6552
  }
7540
6553
  relevancyScore
7541
6554
  sentimentScore
@@ -7626,12 +6639,6 @@ exports.Account = {
7626
6639
  createdAt
7627
6640
  updatedAt
7628
6641
  status
7629
- alpacaAccount {
7630
- id
7631
- }
7632
- asset {
7633
- id
7634
- }
7635
6642
  actions {
7636
6643
  id
7637
6644
  sequence
@@ -7640,9 +6647,6 @@ exports.Account = {
7640
6647
  note
7641
6648
  status
7642
6649
  fee
7643
- trade {
7644
- id
7645
- }
7646
6650
  order {
7647
6651
  id
7648
6652
  clientOrderId
@@ -7663,9 +6667,6 @@ exports.Account = {
7663
6667
  createdAt
7664
6668
  updatedAt
7665
6669
  orderId
7666
- Order {
7667
- id
7668
- }
7669
6670
  }
7670
6671
  takeProfit {
7671
6672
  id
@@ -7674,9 +6675,6 @@ exports.Account = {
7674
6675
  createdAt
7675
6676
  updatedAt
7676
6677
  orderId
7677
- Order {
7678
- id
7679
- }
7680
6678
  }
7681
6679
  trailPrice
7682
6680
  trailPercent
@@ -7688,15 +6686,6 @@ exports.Account = {
7688
6686
  filledAt
7689
6687
  filledAvgPrice
7690
6688
  actionId
7691
- alpacaAccount {
7692
- id
7693
- }
7694
- action {
7695
- id
7696
- }
7697
- asset {
7698
- id
7699
- }
7700
6689
  fee
7701
6690
  strikePrice
7702
6691
  expirationDate
@@ -7726,9 +6715,6 @@ exports.Account = {
7726
6715
  createdAt
7727
6716
  updatedAt
7728
6717
  orderId
7729
- Order {
7730
- id
7731
- }
7732
6718
  }
7733
6719
  takeProfit {
7734
6720
  id
@@ -7737,9 +6723,6 @@ exports.Account = {
7737
6723
  createdAt
7738
6724
  updatedAt
7739
6725
  orderId
7740
- Order {
7741
- id
7742
- }
7743
6726
  }
7744
6727
  trailPrice
7745
6728
  trailPercent
@@ -7751,9 +6734,6 @@ exports.Account = {
7751
6734
  filledAt
7752
6735
  filledAvgPrice
7753
6736
  actionId
7754
- alpacaAccount {
7755
- id
7756
- }
7757
6737
  action {
7758
6738
  id
7759
6739
  sequence
@@ -7777,23 +6757,8 @@ exports.Account = {
7777
6757
  createdAt
7778
6758
  updatedAt
7779
6759
  status
7780
- alpacaAccount {
7781
- id
7782
- }
7783
- asset {
7784
- id
7785
- }
7786
- actions {
7787
- id
7788
- }
7789
- }
7790
- order {
7791
- id
7792
6760
  }
7793
6761
  }
7794
- asset {
7795
- id
7796
- }
7797
6762
  fee
7798
6763
  strikePrice
7799
6764
  expirationDate
@@ -7801,9 +6766,6 @@ exports.Account = {
7801
6766
  stopLossId
7802
6767
  takeProfitId
7803
6768
  }
7804
- positions {
7805
- id
7806
- }
7807
6769
  newsMentions {
7808
6770
  id
7809
6771
  assetId
@@ -7826,12 +6788,6 @@ exports.Account = {
7826
6788
  logo
7827
6789
  createdAt
7828
6790
  updatedAt
7829
- assets {
7830
- id
7831
- }
7832
- }
7833
- asset {
7834
- id
7835
6791
  }
7836
6792
  relevancyScore
7837
6793
  sentimentScore
@@ -7851,9 +6807,6 @@ exports.Account = {
7851
6807
  lastTradePrice
7852
6808
  changeToday
7853
6809
  assetMarginable
7854
- alpacaAccount {
7855
- id
7856
- }
7857
6810
  alpacaAccountId
7858
6811
  }
7859
6812
  alerts {
@@ -7864,9 +6817,6 @@ exports.Account = {
7864
6817
  isRead
7865
6818
  createdAt
7866
6819
  updatedAt
7867
- alpacaAccount {
7868
- id
7869
- }
7870
6820
  }
7871
6821
  }
7872
6822
  }
@@ -7935,22 +6885,13 @@ exports.Account = {
7935
6885
  stripeCurrentPeriodEnd
7936
6886
  createdAt
7937
6887
  updatedAt
7938
- users {
7939
- id
7940
- }
7941
6888
  }
7942
6889
  customerId
7943
- accounts {
7944
- id
7945
- }
7946
6890
  sessions {
7947
6891
  id
7948
6892
  sessionToken
7949
6893
  userId
7950
6894
  expires
7951
- user {
7952
- id
7953
- }
7954
6895
  createdAt
7955
6896
  updatedAt
7956
6897
  }
@@ -7960,9 +6901,6 @@ exports.Account = {
7960
6901
  credentialID
7961
6902
  publicKey
7962
6903
  counter
7963
- user {
7964
- id
7965
- }
7966
6904
  createdAt
7967
6905
  updatedAt
7968
6906
  }
@@ -7976,9 +6914,6 @@ exports.Account = {
7976
6914
  marketOpen
7977
6915
  minOrderSize
7978
6916
  maxOrderSize
7979
- user {
7980
- id
7981
- }
7982
6917
  userId
7983
6918
  createdAt
7984
6919
  updatedAt
@@ -7997,9 +6932,6 @@ exports.Account = {
7997
6932
  createdAt
7998
6933
  updatedAt
7999
6934
  status
8000
- alpacaAccount {
8001
- id
8002
- }
8003
6935
  asset {
8004
6936
  id
8005
6937
  symbol
@@ -8059,9 +6991,6 @@ exports.Account = {
8059
6991
  buyPrice
8060
6992
  createdAt
8061
6993
  updatedAt
8062
- trades {
8063
- id
8064
- }
8065
6994
  orders {
8066
6995
  id
8067
6996
  clientOrderId
@@ -8082,9 +7011,6 @@ exports.Account = {
8082
7011
  createdAt
8083
7012
  updatedAt
8084
7013
  orderId
8085
- Order {
8086
- id
8087
- }
8088
7014
  }
8089
7015
  takeProfit {
8090
7016
  id
@@ -8093,9 +7019,6 @@ exports.Account = {
8093
7019
  createdAt
8094
7020
  updatedAt
8095
7021
  orderId
8096
- Order {
8097
- id
8098
- }
8099
7022
  }
8100
7023
  trailPrice
8101
7024
  trailPercent
@@ -8107,9 +7030,6 @@ exports.Account = {
8107
7030
  filledAt
8108
7031
  filledAvgPrice
8109
7032
  actionId
8110
- alpacaAccount {
8111
- id
8112
- }
8113
7033
  action {
8114
7034
  id
8115
7035
  sequence
@@ -8118,15 +7038,6 @@ exports.Account = {
8118
7038
  note
8119
7039
  status
8120
7040
  fee
8121
- trade {
8122
- id
8123
- }
8124
- order {
8125
- id
8126
- }
8127
- }
8128
- asset {
8129
- id
8130
7041
  }
8131
7042
  fee
8132
7043
  strikePrice
@@ -8138,9 +7049,6 @@ exports.Account = {
8138
7049
  positions {
8139
7050
  id
8140
7051
  assetId
8141
- asset {
8142
- id
8143
- }
8144
7052
  averageEntryPrice
8145
7053
  qty
8146
7054
  qtyAvailable
@@ -8154,9 +7062,6 @@ exports.Account = {
8154
7062
  lastTradePrice
8155
7063
  changeToday
8156
7064
  assetMarginable
8157
- alpacaAccount {
8158
- id
8159
- }
8160
7065
  alpacaAccountId
8161
7066
  }
8162
7067
  newsMentions {
@@ -8181,12 +7086,6 @@ exports.Account = {
8181
7086
  logo
8182
7087
  createdAt
8183
7088
  updatedAt
8184
- assets {
8185
- id
8186
- }
8187
- }
8188
- asset {
8189
- id
8190
7089
  }
8191
7090
  relevancyScore
8192
7091
  sentimentScore
@@ -8201,9 +7100,6 @@ exports.Account = {
8201
7100
  note
8202
7101
  status
8203
7102
  fee
8204
- trade {
8205
- id
8206
- }
8207
7103
  order {
8208
7104
  id
8209
7105
  clientOrderId
@@ -8224,9 +7120,6 @@ exports.Account = {
8224
7120
  createdAt
8225
7121
  updatedAt
8226
7122
  orderId
8227
- Order {
8228
- id
8229
- }
8230
7123
  }
8231
7124
  takeProfit {
8232
7125
  id
@@ -8235,9 +7128,6 @@ exports.Account = {
8235
7128
  createdAt
8236
7129
  updatedAt
8237
7130
  orderId
8238
- Order {
8239
- id
8240
- }
8241
7131
  }
8242
7132
  trailPrice
8243
7133
  trailPercent
@@ -8249,12 +7139,6 @@ exports.Account = {
8249
7139
  filledAt
8250
7140
  filledAvgPrice
8251
7141
  actionId
8252
- alpacaAccount {
8253
- id
8254
- }
8255
- action {
8256
- id
8257
- }
8258
7142
  asset {
8259
7143
  id
8260
7144
  symbol
@@ -8314,18 +7198,9 @@ exports.Account = {
8314
7198
  buyPrice
8315
7199
  createdAt
8316
7200
  updatedAt
8317
- trades {
8318
- id
8319
- }
8320
- orders {
8321
- id
8322
- }
8323
7201
  positions {
8324
7202
  id
8325
7203
  assetId
8326
- asset {
8327
- id
8328
- }
8329
7204
  averageEntryPrice
8330
7205
  qty
8331
7206
  qtyAvailable
@@ -8339,9 +7214,6 @@ exports.Account = {
8339
7214
  lastTradePrice
8340
7215
  changeToday
8341
7216
  assetMarginable
8342
- alpacaAccount {
8343
- id
8344
- }
8345
7217
  alpacaAccountId
8346
7218
  }
8347
7219
  newsMentions {
@@ -8366,12 +7238,6 @@ exports.Account = {
8366
7238
  logo
8367
7239
  createdAt
8368
7240
  updatedAt
8369
- assets {
8370
- id
8371
- }
8372
- }
8373
- asset {
8374
- id
8375
7241
  }
8376
7242
  relevancyScore
8377
7243
  sentimentScore
@@ -8407,9 +7273,6 @@ exports.Account = {
8407
7273
  createdAt
8408
7274
  updatedAt
8409
7275
  orderId
8410
- Order {
8411
- id
8412
- }
8413
7276
  }
8414
7277
  takeProfit {
8415
7278
  id
@@ -8418,9 +7281,6 @@ exports.Account = {
8418
7281
  createdAt
8419
7282
  updatedAt
8420
7283
  orderId
8421
- Order {
8422
- id
8423
- }
8424
7284
  }
8425
7285
  trailPrice
8426
7286
  trailPercent
@@ -8432,9 +7292,6 @@ exports.Account = {
8432
7292
  filledAt
8433
7293
  filledAvgPrice
8434
7294
  actionId
8435
- alpacaAccount {
8436
- id
8437
- }
8438
7295
  action {
8439
7296
  id
8440
7297
  sequence
@@ -8458,9 +7315,6 @@ exports.Account = {
8458
7315
  createdAt
8459
7316
  updatedAt
8460
7317
  status
8461
- alpacaAccount {
8462
- id
8463
- }
8464
7318
  asset {
8465
7319
  id
8466
7320
  symbol
@@ -8520,18 +7374,9 @@ exports.Account = {
8520
7374
  buyPrice
8521
7375
  createdAt
8522
7376
  updatedAt
8523
- trades {
8524
- id
8525
- }
8526
- orders {
8527
- id
8528
- }
8529
7377
  positions {
8530
7378
  id
8531
7379
  assetId
8532
- asset {
8533
- id
8534
- }
8535
7380
  averageEntryPrice
8536
7381
  qty
8537
7382
  qtyAvailable
@@ -8545,9 +7390,6 @@ exports.Account = {
8545
7390
  lastTradePrice
8546
7391
  changeToday
8547
7392
  assetMarginable
8548
- alpacaAccount {
8549
- id
8550
- }
8551
7393
  alpacaAccountId
8552
7394
  }
8553
7395
  newsMentions {
@@ -8572,24 +7414,12 @@ exports.Account = {
8572
7414
  logo
8573
7415
  createdAt
8574
7416
  updatedAt
8575
- assets {
8576
- id
8577
- }
8578
- }
8579
- asset {
8580
- id
8581
7417
  }
8582
7418
  relevancyScore
8583
7419
  sentimentScore
8584
7420
  sentimentLabel
8585
7421
  }
8586
7422
  }
8587
- actions {
8588
- id
8589
- }
8590
- }
8591
- order {
8592
- id
8593
7423
  }
8594
7424
  }
8595
7425
  asset {
@@ -8666,12 +7496,6 @@ exports.Account = {
8666
7496
  createdAt
8667
7497
  updatedAt
8668
7498
  status
8669
- alpacaAccount {
8670
- id
8671
- }
8672
- asset {
8673
- id
8674
- }
8675
7499
  actions {
8676
7500
  id
8677
7501
  sequence
@@ -8680,23 +7504,11 @@ exports.Account = {
8680
7504
  note
8681
7505
  status
8682
7506
  fee
8683
- trade {
8684
- id
8685
- }
8686
- order {
8687
- id
8688
- }
8689
7507
  }
8690
7508
  }
8691
- orders {
8692
- id
8693
- }
8694
7509
  positions {
8695
7510
  id
8696
7511
  assetId
8697
- asset {
8698
- id
8699
- }
8700
7512
  averageEntryPrice
8701
7513
  qty
8702
7514
  qtyAvailable
@@ -8710,9 +7522,6 @@ exports.Account = {
8710
7522
  lastTradePrice
8711
7523
  changeToday
8712
7524
  assetMarginable
8713
- alpacaAccount {
8714
- id
8715
- }
8716
7525
  alpacaAccountId
8717
7526
  }
8718
7527
  newsMentions {
@@ -8737,12 +7546,6 @@ exports.Account = {
8737
7546
  logo
8738
7547
  createdAt
8739
7548
  updatedAt
8740
- assets {
8741
- id
8742
- }
8743
- }
8744
- asset {
8745
- id
8746
7549
  }
8747
7550
  relevancyScore
8748
7551
  sentimentScore
@@ -8833,12 +7636,6 @@ exports.Account = {
8833
7636
  createdAt
8834
7637
  updatedAt
8835
7638
  status
8836
- alpacaAccount {
8837
- id
8838
- }
8839
- asset {
8840
- id
8841
- }
8842
7639
  actions {
8843
7640
  id
8844
7641
  sequence
@@ -8847,9 +7644,6 @@ exports.Account = {
8847
7644
  note
8848
7645
  status
8849
7646
  fee
8850
- trade {
8851
- id
8852
- }
8853
7647
  order {
8854
7648
  id
8855
7649
  clientOrderId
@@ -8870,9 +7664,6 @@ exports.Account = {
8870
7664
  createdAt
8871
7665
  updatedAt
8872
7666
  orderId
8873
- Order {
8874
- id
8875
- }
8876
7667
  }
8877
7668
  takeProfit {
8878
7669
  id
@@ -8881,9 +7672,6 @@ exports.Account = {
8881
7672
  createdAt
8882
7673
  updatedAt
8883
7674
  orderId
8884
- Order {
8885
- id
8886
- }
8887
7675
  }
8888
7676
  trailPrice
8889
7677
  trailPercent
@@ -8895,15 +7683,6 @@ exports.Account = {
8895
7683
  filledAt
8896
7684
  filledAvgPrice
8897
7685
  actionId
8898
- alpacaAccount {
8899
- id
8900
- }
8901
- action {
8902
- id
8903
- }
8904
- asset {
8905
- id
8906
- }
8907
7686
  fee
8908
7687
  strikePrice
8909
7688
  expirationDate
@@ -8933,9 +7712,6 @@ exports.Account = {
8933
7712
  createdAt
8934
7713
  updatedAt
8935
7714
  orderId
8936
- Order {
8937
- id
8938
- }
8939
7715
  }
8940
7716
  takeProfit {
8941
7717
  id
@@ -8944,9 +7720,6 @@ exports.Account = {
8944
7720
  createdAt
8945
7721
  updatedAt
8946
7722
  orderId
8947
- Order {
8948
- id
8949
- }
8950
7723
  }
8951
7724
  trailPrice
8952
7725
  trailPercent
@@ -8958,9 +7731,6 @@ exports.Account = {
8958
7731
  filledAt
8959
7732
  filledAvgPrice
8960
7733
  actionId
8961
- alpacaAccount {
8962
- id
8963
- }
8964
7734
  action {
8965
7735
  id
8966
7736
  sequence
@@ -8984,22 +7754,7 @@ exports.Account = {
8984
7754
  createdAt
8985
7755
  updatedAt
8986
7756
  status
8987
- alpacaAccount {
8988
- id
8989
- }
8990
- asset {
8991
- id
8992
- }
8993
- actions {
8994
- id
8995
- }
8996
7757
  }
8997
- order {
8998
- id
8999
- }
9000
- }
9001
- asset {
9002
- id
9003
7758
  }
9004
7759
  fee
9005
7760
  strikePrice
@@ -9008,9 +7763,6 @@ exports.Account = {
9008
7763
  stopLossId
9009
7764
  takeProfitId
9010
7765
  }
9011
- positions {
9012
- id
9013
- }
9014
7766
  newsMentions {
9015
7767
  id
9016
7768
  assetId
@@ -9033,12 +7785,6 @@ exports.Account = {
9033
7785
  logo
9034
7786
  createdAt
9035
7787
  updatedAt
9036
- assets {
9037
- id
9038
- }
9039
- }
9040
- asset {
9041
- id
9042
7788
  }
9043
7789
  relevancyScore
9044
7790
  sentimentScore
@@ -9058,9 +7804,6 @@ exports.Account = {
9058
7804
  lastTradePrice
9059
7805
  changeToday
9060
7806
  assetMarginable
9061
- alpacaAccount {
9062
- id
9063
- }
9064
7807
  alpacaAccountId
9065
7808
  }
9066
7809
  alerts {
@@ -9071,9 +7814,6 @@ exports.Account = {
9071
7814
  isRead
9072
7815
  createdAt
9073
7816
  updatedAt
9074
- alpacaAccount {
9075
- id
9076
- }
9077
7817
  }
9078
7818
  }
9079
7819
  }