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
@@ -53,22 +53,13 @@ export const Account = {
53
53
  stripeCurrentPeriodEnd
54
54
  createdAt
55
55
  updatedAt
56
- users {
57
- id
58
- }
59
56
  }
60
57
  customerId
61
- accounts {
62
- id
63
- }
64
58
  sessions {
65
59
  id
66
60
  sessionToken
67
61
  userId
68
62
  expires
69
- user {
70
- id
71
- }
72
63
  createdAt
73
64
  updatedAt
74
65
  }
@@ -78,9 +69,6 @@ export const Account = {
78
69
  credentialID
79
70
  publicKey
80
71
  counter
81
- user {
82
- id
83
- }
84
72
  createdAt
85
73
  updatedAt
86
74
  }
@@ -94,9 +82,6 @@ export const Account = {
94
82
  marketOpen
95
83
  minOrderSize
96
84
  maxOrderSize
97
- user {
98
- id
99
- }
100
85
  userId
101
86
  createdAt
102
87
  updatedAt
@@ -115,9 +100,6 @@ export const Account = {
115
100
  createdAt
116
101
  updatedAt
117
102
  status
118
- alpacaAccount {
119
- id
120
- }
121
103
  asset {
122
104
  id
123
105
  symbol
@@ -177,9 +159,6 @@ export const Account = {
177
159
  buyPrice
178
160
  createdAt
179
161
  updatedAt
180
- trades {
181
- id
182
- }
183
162
  orders {
184
163
  id
185
164
  clientOrderId
@@ -200,9 +179,6 @@ export const Account = {
200
179
  createdAt
201
180
  updatedAt
202
181
  orderId
203
- Order {
204
- id
205
- }
206
182
  }
207
183
  takeProfit {
208
184
  id
@@ -211,9 +187,6 @@ export const Account = {
211
187
  createdAt
212
188
  updatedAt
213
189
  orderId
214
- Order {
215
- id
216
- }
217
190
  }
218
191
  trailPrice
219
192
  trailPercent
@@ -225,9 +198,6 @@ export const Account = {
225
198
  filledAt
226
199
  filledAvgPrice
227
200
  actionId
228
- alpacaAccount {
229
- id
230
- }
231
201
  action {
232
202
  id
233
203
  sequence
@@ -236,15 +206,6 @@ export const Account = {
236
206
  note
237
207
  status
238
208
  fee
239
- trade {
240
- id
241
- }
242
- order {
243
- id
244
- }
245
- }
246
- asset {
247
- id
248
209
  }
249
210
  fee
250
211
  strikePrice
@@ -256,9 +217,6 @@ export const Account = {
256
217
  positions {
257
218
  id
258
219
  assetId
259
- asset {
260
- id
261
- }
262
220
  averageEntryPrice
263
221
  qty
264
222
  qtyAvailable
@@ -272,9 +230,6 @@ export const Account = {
272
230
  lastTradePrice
273
231
  changeToday
274
232
  assetMarginable
275
- alpacaAccount {
276
- id
277
- }
278
233
  alpacaAccountId
279
234
  }
280
235
  newsMentions {
@@ -299,12 +254,6 @@ export const Account = {
299
254
  logo
300
255
  createdAt
301
256
  updatedAt
302
- assets {
303
- id
304
- }
305
- }
306
- asset {
307
- id
308
257
  }
309
258
  relevancyScore
310
259
  sentimentScore
@@ -319,9 +268,6 @@ export const Account = {
319
268
  note
320
269
  status
321
270
  fee
322
- trade {
323
- id
324
- }
325
271
  order {
326
272
  id
327
273
  clientOrderId
@@ -342,9 +288,6 @@ export const Account = {
342
288
  createdAt
343
289
  updatedAt
344
290
  orderId
345
- Order {
346
- id
347
- }
348
291
  }
349
292
  takeProfit {
350
293
  id
@@ -353,9 +296,6 @@ export const Account = {
353
296
  createdAt
354
297
  updatedAt
355
298
  orderId
356
- Order {
357
- id
358
- }
359
299
  }
360
300
  trailPrice
361
301
  trailPercent
@@ -367,12 +307,6 @@ export const Account = {
367
307
  filledAt
368
308
  filledAvgPrice
369
309
  actionId
370
- alpacaAccount {
371
- id
372
- }
373
- action {
374
- id
375
- }
376
310
  asset {
377
311
  id
378
312
  symbol
@@ -432,18 +366,9 @@ export const Account = {
432
366
  buyPrice
433
367
  createdAt
434
368
  updatedAt
435
- trades {
436
- id
437
- }
438
- orders {
439
- id
440
- }
441
369
  positions {
442
370
  id
443
371
  assetId
444
- asset {
445
- id
446
- }
447
372
  averageEntryPrice
448
373
  qty
449
374
  qtyAvailable
@@ -457,9 +382,6 @@ export const Account = {
457
382
  lastTradePrice
458
383
  changeToday
459
384
  assetMarginable
460
- alpacaAccount {
461
- id
462
- }
463
385
  alpacaAccountId
464
386
  }
465
387
  newsMentions {
@@ -484,12 +406,6 @@ export const Account = {
484
406
  logo
485
407
  createdAt
486
408
  updatedAt
487
- assets {
488
- id
489
- }
490
- }
491
- asset {
492
- id
493
409
  }
494
410
  relevancyScore
495
411
  sentimentScore
@@ -525,9 +441,6 @@ export const Account = {
525
441
  createdAt
526
442
  updatedAt
527
443
  orderId
528
- Order {
529
- id
530
- }
531
444
  }
532
445
  takeProfit {
533
446
  id
@@ -536,9 +449,6 @@ export const Account = {
536
449
  createdAt
537
450
  updatedAt
538
451
  orderId
539
- Order {
540
- id
541
- }
542
452
  }
543
453
  trailPrice
544
454
  trailPercent
@@ -550,9 +460,6 @@ export const Account = {
550
460
  filledAt
551
461
  filledAvgPrice
552
462
  actionId
553
- alpacaAccount {
554
- id
555
- }
556
463
  action {
557
464
  id
558
465
  sequence
@@ -576,9 +483,6 @@ export const Account = {
576
483
  createdAt
577
484
  updatedAt
578
485
  status
579
- alpacaAccount {
580
- id
581
- }
582
486
  asset {
583
487
  id
584
488
  symbol
@@ -638,18 +542,9 @@ export const Account = {
638
542
  buyPrice
639
543
  createdAt
640
544
  updatedAt
641
- trades {
642
- id
643
- }
644
- orders {
645
- id
646
- }
647
545
  positions {
648
546
  id
649
547
  assetId
650
- asset {
651
- id
652
- }
653
548
  averageEntryPrice
654
549
  qty
655
550
  qtyAvailable
@@ -663,9 +558,6 @@ export const Account = {
663
558
  lastTradePrice
664
559
  changeToday
665
560
  assetMarginable
666
- alpacaAccount {
667
- id
668
- }
669
561
  alpacaAccountId
670
562
  }
671
563
  newsMentions {
@@ -690,24 +582,12 @@ export const Account = {
690
582
  logo
691
583
  createdAt
692
584
  updatedAt
693
- assets {
694
- id
695
- }
696
- }
697
- asset {
698
- id
699
585
  }
700
586
  relevancyScore
701
587
  sentimentScore
702
588
  sentimentLabel
703
589
  }
704
590
  }
705
- actions {
706
- id
707
- }
708
- }
709
- order {
710
- id
711
591
  }
712
592
  }
713
593
  asset {
@@ -784,12 +664,6 @@ export const Account = {
784
664
  createdAt
785
665
  updatedAt
786
666
  status
787
- alpacaAccount {
788
- id
789
- }
790
- asset {
791
- id
792
- }
793
667
  actions {
794
668
  id
795
669
  sequence
@@ -798,23 +672,11 @@ export const Account = {
798
672
  note
799
673
  status
800
674
  fee
801
- trade {
802
- id
803
- }
804
- order {
805
- id
806
- }
807
675
  }
808
676
  }
809
- orders {
810
- id
811
- }
812
677
  positions {
813
678
  id
814
679
  assetId
815
- asset {
816
- id
817
- }
818
680
  averageEntryPrice
819
681
  qty
820
682
  qtyAvailable
@@ -828,9 +690,6 @@ export const Account = {
828
690
  lastTradePrice
829
691
  changeToday
830
692
  assetMarginable
831
- alpacaAccount {
832
- id
833
- }
834
693
  alpacaAccountId
835
694
  }
836
695
  newsMentions {
@@ -855,12 +714,6 @@ export const Account = {
855
714
  logo
856
715
  createdAt
857
716
  updatedAt
858
- assets {
859
- id
860
- }
861
- }
862
- asset {
863
- id
864
717
  }
865
718
  relevancyScore
866
719
  sentimentScore
@@ -951,12 +804,6 @@ export const Account = {
951
804
  createdAt
952
805
  updatedAt
953
806
  status
954
- alpacaAccount {
955
- id
956
- }
957
- asset {
958
- id
959
- }
960
807
  actions {
961
808
  id
962
809
  sequence
@@ -965,9 +812,6 @@ export const Account = {
965
812
  note
966
813
  status
967
814
  fee
968
- trade {
969
- id
970
- }
971
815
  order {
972
816
  id
973
817
  clientOrderId
@@ -988,9 +832,6 @@ export const Account = {
988
832
  createdAt
989
833
  updatedAt
990
834
  orderId
991
- Order {
992
- id
993
- }
994
835
  }
995
836
  takeProfit {
996
837
  id
@@ -999,9 +840,6 @@ export const Account = {
999
840
  createdAt
1000
841
  updatedAt
1001
842
  orderId
1002
- Order {
1003
- id
1004
- }
1005
843
  }
1006
844
  trailPrice
1007
845
  trailPercent
@@ -1013,15 +851,6 @@ export const Account = {
1013
851
  filledAt
1014
852
  filledAvgPrice
1015
853
  actionId
1016
- alpacaAccount {
1017
- id
1018
- }
1019
- action {
1020
- id
1021
- }
1022
- asset {
1023
- id
1024
- }
1025
854
  fee
1026
855
  strikePrice
1027
856
  expirationDate
@@ -1051,9 +880,6 @@ export const Account = {
1051
880
  createdAt
1052
881
  updatedAt
1053
882
  orderId
1054
- Order {
1055
- id
1056
- }
1057
883
  }
1058
884
  takeProfit {
1059
885
  id
@@ -1062,9 +888,6 @@ export const Account = {
1062
888
  createdAt
1063
889
  updatedAt
1064
890
  orderId
1065
- Order {
1066
- id
1067
- }
1068
891
  }
1069
892
  trailPrice
1070
893
  trailPercent
@@ -1076,9 +899,6 @@ export const Account = {
1076
899
  filledAt
1077
900
  filledAvgPrice
1078
901
  actionId
1079
- alpacaAccount {
1080
- id
1081
- }
1082
902
  action {
1083
903
  id
1084
904
  sequence
@@ -1102,22 +922,7 @@ export const Account = {
1102
922
  createdAt
1103
923
  updatedAt
1104
924
  status
1105
- alpacaAccount {
1106
- id
1107
- }
1108
- asset {
1109
- id
1110
- }
1111
- actions {
1112
- id
1113
- }
1114
925
  }
1115
- order {
1116
- id
1117
- }
1118
- }
1119
- asset {
1120
- id
1121
926
  }
1122
927
  fee
1123
928
  strikePrice
@@ -1126,9 +931,6 @@ export const Account = {
1126
931
  stopLossId
1127
932
  takeProfitId
1128
933
  }
1129
- positions {
1130
- id
1131
- }
1132
934
  newsMentions {
1133
935
  id
1134
936
  assetId
@@ -1151,12 +953,6 @@ export const Account = {
1151
953
  logo
1152
954
  createdAt
1153
955
  updatedAt
1154
- assets {
1155
- id
1156
- }
1157
- }
1158
- asset {
1159
- id
1160
956
  }
1161
957
  relevancyScore
1162
958
  sentimentScore
@@ -1176,9 +972,6 @@ export const Account = {
1176
972
  lastTradePrice
1177
973
  changeToday
1178
974
  assetMarginable
1179
- alpacaAccount {
1180
- id
1181
- }
1182
975
  alpacaAccountId
1183
976
  }
1184
977
  alerts {
@@ -1189,9 +982,6 @@ export const Account = {
1189
982
  isRead
1190
983
  createdAt
1191
984
  updatedAt
1192
- alpacaAccount {
1193
- id
1194
- }
1195
985
  }
1196
986
  }
1197
987
  }
@@ -1529,22 +1319,13 @@ export const Account = {
1529
1319
  stripeCurrentPeriodEnd
1530
1320
  createdAt
1531
1321
  updatedAt
1532
- users {
1533
- id
1534
- }
1535
1322
  }
1536
1323
  customerId
1537
- accounts {
1538
- id
1539
- }
1540
1324
  sessions {
1541
1325
  id
1542
1326
  sessionToken
1543
1327
  userId
1544
1328
  expires
1545
- user {
1546
- id
1547
- }
1548
1329
  createdAt
1549
1330
  updatedAt
1550
1331
  }
@@ -1554,9 +1335,6 @@ export const Account = {
1554
1335
  credentialID
1555
1336
  publicKey
1556
1337
  counter
1557
- user {
1558
- id
1559
- }
1560
1338
  createdAt
1561
1339
  updatedAt
1562
1340
  }
@@ -1570,9 +1348,6 @@ export const Account = {
1570
1348
  marketOpen
1571
1349
  minOrderSize
1572
1350
  maxOrderSize
1573
- user {
1574
- id
1575
- }
1576
1351
  userId
1577
1352
  createdAt
1578
1353
  updatedAt
@@ -1591,9 +1366,6 @@ export const Account = {
1591
1366
  createdAt
1592
1367
  updatedAt
1593
1368
  status
1594
- alpacaAccount {
1595
- id
1596
- }
1597
1369
  asset {
1598
1370
  id
1599
1371
  symbol
@@ -1653,9 +1425,6 @@ export const Account = {
1653
1425
  buyPrice
1654
1426
  createdAt
1655
1427
  updatedAt
1656
- trades {
1657
- id
1658
- }
1659
1428
  orders {
1660
1429
  id
1661
1430
  clientOrderId
@@ -1676,9 +1445,6 @@ export const Account = {
1676
1445
  createdAt
1677
1446
  updatedAt
1678
1447
  orderId
1679
- Order {
1680
- id
1681
- }
1682
1448
  }
1683
1449
  takeProfit {
1684
1450
  id
@@ -1687,9 +1453,6 @@ export const Account = {
1687
1453
  createdAt
1688
1454
  updatedAt
1689
1455
  orderId
1690
- Order {
1691
- id
1692
- }
1693
1456
  }
1694
1457
  trailPrice
1695
1458
  trailPercent
@@ -1701,9 +1464,6 @@ export const Account = {
1701
1464
  filledAt
1702
1465
  filledAvgPrice
1703
1466
  actionId
1704
- alpacaAccount {
1705
- id
1706
- }
1707
1467
  action {
1708
1468
  id
1709
1469
  sequence
@@ -1712,15 +1472,6 @@ export const Account = {
1712
1472
  note
1713
1473
  status
1714
1474
  fee
1715
- trade {
1716
- id
1717
- }
1718
- order {
1719
- id
1720
- }
1721
- }
1722
- asset {
1723
- id
1724
1475
  }
1725
1476
  fee
1726
1477
  strikePrice
@@ -1732,9 +1483,6 @@ export const Account = {
1732
1483
  positions {
1733
1484
  id
1734
1485
  assetId
1735
- asset {
1736
- id
1737
- }
1738
1486
  averageEntryPrice
1739
1487
  qty
1740
1488
  qtyAvailable
@@ -1748,9 +1496,6 @@ export const Account = {
1748
1496
  lastTradePrice
1749
1497
  changeToday
1750
1498
  assetMarginable
1751
- alpacaAccount {
1752
- id
1753
- }
1754
1499
  alpacaAccountId
1755
1500
  }
1756
1501
  newsMentions {
@@ -1775,12 +1520,6 @@ export const Account = {
1775
1520
  logo
1776
1521
  createdAt
1777
1522
  updatedAt
1778
- assets {
1779
- id
1780
- }
1781
- }
1782
- asset {
1783
- id
1784
1523
  }
1785
1524
  relevancyScore
1786
1525
  sentimentScore
@@ -1795,9 +1534,6 @@ export const Account = {
1795
1534
  note
1796
1535
  status
1797
1536
  fee
1798
- trade {
1799
- id
1800
- }
1801
1537
  order {
1802
1538
  id
1803
1539
  clientOrderId
@@ -1818,9 +1554,6 @@ export const Account = {
1818
1554
  createdAt
1819
1555
  updatedAt
1820
1556
  orderId
1821
- Order {
1822
- id
1823
- }
1824
1557
  }
1825
1558
  takeProfit {
1826
1559
  id
@@ -1829,9 +1562,6 @@ export const Account = {
1829
1562
  createdAt
1830
1563
  updatedAt
1831
1564
  orderId
1832
- Order {
1833
- id
1834
- }
1835
1565
  }
1836
1566
  trailPrice
1837
1567
  trailPercent
@@ -1843,12 +1573,6 @@ export const Account = {
1843
1573
  filledAt
1844
1574
  filledAvgPrice
1845
1575
  actionId
1846
- alpacaAccount {
1847
- id
1848
- }
1849
- action {
1850
- id
1851
- }
1852
1576
  asset {
1853
1577
  id
1854
1578
  symbol
@@ -1908,18 +1632,9 @@ export const Account = {
1908
1632
  buyPrice
1909
1633
  createdAt
1910
1634
  updatedAt
1911
- trades {
1912
- id
1913
- }
1914
- orders {
1915
- id
1916
- }
1917
1635
  positions {
1918
1636
  id
1919
1637
  assetId
1920
- asset {
1921
- id
1922
- }
1923
1638
  averageEntryPrice
1924
1639
  qty
1925
1640
  qtyAvailable
@@ -1933,9 +1648,6 @@ export const Account = {
1933
1648
  lastTradePrice
1934
1649
  changeToday
1935
1650
  assetMarginable
1936
- alpacaAccount {
1937
- id
1938
- }
1939
1651
  alpacaAccountId
1940
1652
  }
1941
1653
  newsMentions {
@@ -1960,12 +1672,6 @@ export const Account = {
1960
1672
  logo
1961
1673
  createdAt
1962
1674
  updatedAt
1963
- assets {
1964
- id
1965
- }
1966
- }
1967
- asset {
1968
- id
1969
1675
  }
1970
1676
  relevancyScore
1971
1677
  sentimentScore
@@ -2001,9 +1707,6 @@ export const Account = {
2001
1707
  createdAt
2002
1708
  updatedAt
2003
1709
  orderId
2004
- Order {
2005
- id
2006
- }
2007
1710
  }
2008
1711
  takeProfit {
2009
1712
  id
@@ -2012,9 +1715,6 @@ export const Account = {
2012
1715
  createdAt
2013
1716
  updatedAt
2014
1717
  orderId
2015
- Order {
2016
- id
2017
- }
2018
1718
  }
2019
1719
  trailPrice
2020
1720
  trailPercent
@@ -2026,9 +1726,6 @@ export const Account = {
2026
1726
  filledAt
2027
1727
  filledAvgPrice
2028
1728
  actionId
2029
- alpacaAccount {
2030
- id
2031
- }
2032
1729
  action {
2033
1730
  id
2034
1731
  sequence
@@ -2052,9 +1749,6 @@ export const Account = {
2052
1749
  createdAt
2053
1750
  updatedAt
2054
1751
  status
2055
- alpacaAccount {
2056
- id
2057
- }
2058
1752
  asset {
2059
1753
  id
2060
1754
  symbol
@@ -2114,18 +1808,9 @@ export const Account = {
2114
1808
  buyPrice
2115
1809
  createdAt
2116
1810
  updatedAt
2117
- trades {
2118
- id
2119
- }
2120
- orders {
2121
- id
2122
- }
2123
1811
  positions {
2124
1812
  id
2125
1813
  assetId
2126
- asset {
2127
- id
2128
- }
2129
1814
  averageEntryPrice
2130
1815
  qty
2131
1816
  qtyAvailable
@@ -2139,9 +1824,6 @@ export const Account = {
2139
1824
  lastTradePrice
2140
1825
  changeToday
2141
1826
  assetMarginable
2142
- alpacaAccount {
2143
- id
2144
- }
2145
1827
  alpacaAccountId
2146
1828
  }
2147
1829
  newsMentions {
@@ -2166,24 +1848,12 @@ export const Account = {
2166
1848
  logo
2167
1849
  createdAt
2168
1850
  updatedAt
2169
- assets {
2170
- id
2171
- }
2172
- }
2173
- asset {
2174
- id
2175
1851
  }
2176
1852
  relevancyScore
2177
1853
  sentimentScore
2178
1854
  sentimentLabel
2179
1855
  }
2180
1856
  }
2181
- actions {
2182
- id
2183
- }
2184
- }
2185
- order {
2186
- id
2187
1857
  }
2188
1858
  }
2189
1859
  asset {
@@ -2260,12 +1930,6 @@ export const Account = {
2260
1930
  createdAt
2261
1931
  updatedAt
2262
1932
  status
2263
- alpacaAccount {
2264
- id
2265
- }
2266
- asset {
2267
- id
2268
- }
2269
1933
  actions {
2270
1934
  id
2271
1935
  sequence
@@ -2274,23 +1938,11 @@ export const Account = {
2274
1938
  note
2275
1939
  status
2276
1940
  fee
2277
- trade {
2278
- id
2279
- }
2280
- order {
2281
- id
2282
- }
2283
1941
  }
2284
1942
  }
2285
- orders {
2286
- id
2287
- }
2288
1943
  positions {
2289
1944
  id
2290
1945
  assetId
2291
- asset {
2292
- id
2293
- }
2294
1946
  averageEntryPrice
2295
1947
  qty
2296
1948
  qtyAvailable
@@ -2304,9 +1956,6 @@ export const Account = {
2304
1956
  lastTradePrice
2305
1957
  changeToday
2306
1958
  assetMarginable
2307
- alpacaAccount {
2308
- id
2309
- }
2310
1959
  alpacaAccountId
2311
1960
  }
2312
1961
  newsMentions {
@@ -2331,12 +1980,6 @@ export const Account = {
2331
1980
  logo
2332
1981
  createdAt
2333
1982
  updatedAt
2334
- assets {
2335
- id
2336
- }
2337
- }
2338
- asset {
2339
- id
2340
1983
  }
2341
1984
  relevancyScore
2342
1985
  sentimentScore
@@ -2427,12 +2070,6 @@ export const Account = {
2427
2070
  createdAt
2428
2071
  updatedAt
2429
2072
  status
2430
- alpacaAccount {
2431
- id
2432
- }
2433
- asset {
2434
- id
2435
- }
2436
2073
  actions {
2437
2074
  id
2438
2075
  sequence
@@ -2441,9 +2078,6 @@ export const Account = {
2441
2078
  note
2442
2079
  status
2443
2080
  fee
2444
- trade {
2445
- id
2446
- }
2447
2081
  order {
2448
2082
  id
2449
2083
  clientOrderId
@@ -2464,9 +2098,6 @@ export const Account = {
2464
2098
  createdAt
2465
2099
  updatedAt
2466
2100
  orderId
2467
- Order {
2468
- id
2469
- }
2470
2101
  }
2471
2102
  takeProfit {
2472
2103
  id
@@ -2475,9 +2106,6 @@ export const Account = {
2475
2106
  createdAt
2476
2107
  updatedAt
2477
2108
  orderId
2478
- Order {
2479
- id
2480
- }
2481
2109
  }
2482
2110
  trailPrice
2483
2111
  trailPercent
@@ -2489,15 +2117,6 @@ export const Account = {
2489
2117
  filledAt
2490
2118
  filledAvgPrice
2491
2119
  actionId
2492
- alpacaAccount {
2493
- id
2494
- }
2495
- action {
2496
- id
2497
- }
2498
- asset {
2499
- id
2500
- }
2501
2120
  fee
2502
2121
  strikePrice
2503
2122
  expirationDate
@@ -2527,9 +2146,6 @@ export const Account = {
2527
2146
  createdAt
2528
2147
  updatedAt
2529
2148
  orderId
2530
- Order {
2531
- id
2532
- }
2533
2149
  }
2534
2150
  takeProfit {
2535
2151
  id
@@ -2538,9 +2154,6 @@ export const Account = {
2538
2154
  createdAt
2539
2155
  updatedAt
2540
2156
  orderId
2541
- Order {
2542
- id
2543
- }
2544
2157
  }
2545
2158
  trailPrice
2546
2159
  trailPercent
@@ -2552,9 +2165,6 @@ export const Account = {
2552
2165
  filledAt
2553
2166
  filledAvgPrice
2554
2167
  actionId
2555
- alpacaAccount {
2556
- id
2557
- }
2558
2168
  action {
2559
2169
  id
2560
2170
  sequence
@@ -2578,23 +2188,8 @@ export const Account = {
2578
2188
  createdAt
2579
2189
  updatedAt
2580
2190
  status
2581
- alpacaAccount {
2582
- id
2583
- }
2584
- asset {
2585
- id
2586
- }
2587
- actions {
2588
- id
2589
- }
2590
- }
2591
- order {
2592
- id
2593
2191
  }
2594
2192
  }
2595
- asset {
2596
- id
2597
- }
2598
2193
  fee
2599
2194
  strikePrice
2600
2195
  expirationDate
@@ -2602,9 +2197,6 @@ export const Account = {
2602
2197
  stopLossId
2603
2198
  takeProfitId
2604
2199
  }
2605
- positions {
2606
- id
2607
- }
2608
2200
  newsMentions {
2609
2201
  id
2610
2202
  assetId
@@ -2627,12 +2219,6 @@ export const Account = {
2627
2219
  logo
2628
2220
  createdAt
2629
2221
  updatedAt
2630
- assets {
2631
- id
2632
- }
2633
- }
2634
- asset {
2635
- id
2636
2222
  }
2637
2223
  relevancyScore
2638
2224
  sentimentScore
@@ -2652,9 +2238,6 @@ export const Account = {
2652
2238
  lastTradePrice
2653
2239
  changeToday
2654
2240
  assetMarginable
2655
- alpacaAccount {
2656
- id
2657
- }
2658
2241
  alpacaAccountId
2659
2242
  }
2660
2243
  alerts {
@@ -2665,9 +2248,6 @@ export const Account = {
2665
2248
  isRead
2666
2249
  createdAt
2667
2250
  updatedAt
2668
- alpacaAccount {
2669
- id
2670
- }
2671
2251
  }
2672
2252
  }
2673
2253
  }
@@ -4299,22 +3879,13 @@ export const Account = {
4299
3879
  stripeCurrentPeriodEnd
4300
3880
  createdAt
4301
3881
  updatedAt
4302
- users {
4303
- id
4304
- }
4305
3882
  }
4306
3883
  customerId
4307
- accounts {
4308
- id
4309
- }
4310
3884
  sessions {
4311
3885
  id
4312
3886
  sessionToken
4313
3887
  userId
4314
3888
  expires
4315
- user {
4316
- id
4317
- }
4318
3889
  createdAt
4319
3890
  updatedAt
4320
3891
  }
@@ -4324,9 +3895,6 @@ export const Account = {
4324
3895
  credentialID
4325
3896
  publicKey
4326
3897
  counter
4327
- user {
4328
- id
4329
- }
4330
3898
  createdAt
4331
3899
  updatedAt
4332
3900
  }
@@ -4340,9 +3908,6 @@ export const Account = {
4340
3908
  marketOpen
4341
3909
  minOrderSize
4342
3910
  maxOrderSize
4343
- user {
4344
- id
4345
- }
4346
3911
  userId
4347
3912
  createdAt
4348
3913
  updatedAt
@@ -4361,9 +3926,6 @@ export const Account = {
4361
3926
  createdAt
4362
3927
  updatedAt
4363
3928
  status
4364
- alpacaAccount {
4365
- id
4366
- }
4367
3929
  asset {
4368
3930
  id
4369
3931
  symbol
@@ -4423,9 +3985,6 @@ export const Account = {
4423
3985
  buyPrice
4424
3986
  createdAt
4425
3987
  updatedAt
4426
- trades {
4427
- id
4428
- }
4429
3988
  orders {
4430
3989
  id
4431
3990
  clientOrderId
@@ -4446,9 +4005,6 @@ export const Account = {
4446
4005
  createdAt
4447
4006
  updatedAt
4448
4007
  orderId
4449
- Order {
4450
- id
4451
- }
4452
4008
  }
4453
4009
  takeProfit {
4454
4010
  id
@@ -4457,9 +4013,6 @@ export const Account = {
4457
4013
  createdAt
4458
4014
  updatedAt
4459
4015
  orderId
4460
- Order {
4461
- id
4462
- }
4463
4016
  }
4464
4017
  trailPrice
4465
4018
  trailPercent
@@ -4471,9 +4024,6 @@ export const Account = {
4471
4024
  filledAt
4472
4025
  filledAvgPrice
4473
4026
  actionId
4474
- alpacaAccount {
4475
- id
4476
- }
4477
4027
  action {
4478
4028
  id
4479
4029
  sequence
@@ -4482,15 +4032,6 @@ export const Account = {
4482
4032
  note
4483
4033
  status
4484
4034
  fee
4485
- trade {
4486
- id
4487
- }
4488
- order {
4489
- id
4490
- }
4491
- }
4492
- asset {
4493
- id
4494
4035
  }
4495
4036
  fee
4496
4037
  strikePrice
@@ -4502,9 +4043,6 @@ export const Account = {
4502
4043
  positions {
4503
4044
  id
4504
4045
  assetId
4505
- asset {
4506
- id
4507
- }
4508
4046
  averageEntryPrice
4509
4047
  qty
4510
4048
  qtyAvailable
@@ -4518,9 +4056,6 @@ export const Account = {
4518
4056
  lastTradePrice
4519
4057
  changeToday
4520
4058
  assetMarginable
4521
- alpacaAccount {
4522
- id
4523
- }
4524
4059
  alpacaAccountId
4525
4060
  }
4526
4061
  newsMentions {
@@ -4545,12 +4080,6 @@ export const Account = {
4545
4080
  logo
4546
4081
  createdAt
4547
4082
  updatedAt
4548
- assets {
4549
- id
4550
- }
4551
- }
4552
- asset {
4553
- id
4554
4083
  }
4555
4084
  relevancyScore
4556
4085
  sentimentScore
@@ -4565,9 +4094,6 @@ export const Account = {
4565
4094
  note
4566
4095
  status
4567
4096
  fee
4568
- trade {
4569
- id
4570
- }
4571
4097
  order {
4572
4098
  id
4573
4099
  clientOrderId
@@ -4588,9 +4114,6 @@ export const Account = {
4588
4114
  createdAt
4589
4115
  updatedAt
4590
4116
  orderId
4591
- Order {
4592
- id
4593
- }
4594
4117
  }
4595
4118
  takeProfit {
4596
4119
  id
@@ -4599,9 +4122,6 @@ export const Account = {
4599
4122
  createdAt
4600
4123
  updatedAt
4601
4124
  orderId
4602
- Order {
4603
- id
4604
- }
4605
4125
  }
4606
4126
  trailPrice
4607
4127
  trailPercent
@@ -4613,12 +4133,6 @@ export const Account = {
4613
4133
  filledAt
4614
4134
  filledAvgPrice
4615
4135
  actionId
4616
- alpacaAccount {
4617
- id
4618
- }
4619
- action {
4620
- id
4621
- }
4622
4136
  asset {
4623
4137
  id
4624
4138
  symbol
@@ -4678,18 +4192,9 @@ export const Account = {
4678
4192
  buyPrice
4679
4193
  createdAt
4680
4194
  updatedAt
4681
- trades {
4682
- id
4683
- }
4684
- orders {
4685
- id
4686
- }
4687
4195
  positions {
4688
4196
  id
4689
4197
  assetId
4690
- asset {
4691
- id
4692
- }
4693
4198
  averageEntryPrice
4694
4199
  qty
4695
4200
  qtyAvailable
@@ -4703,9 +4208,6 @@ export const Account = {
4703
4208
  lastTradePrice
4704
4209
  changeToday
4705
4210
  assetMarginable
4706
- alpacaAccount {
4707
- id
4708
- }
4709
4211
  alpacaAccountId
4710
4212
  }
4711
4213
  newsMentions {
@@ -4730,12 +4232,6 @@ export const Account = {
4730
4232
  logo
4731
4233
  createdAt
4732
4234
  updatedAt
4733
- assets {
4734
- id
4735
- }
4736
- }
4737
- asset {
4738
- id
4739
4235
  }
4740
4236
  relevancyScore
4741
4237
  sentimentScore
@@ -4771,9 +4267,6 @@ export const Account = {
4771
4267
  createdAt
4772
4268
  updatedAt
4773
4269
  orderId
4774
- Order {
4775
- id
4776
- }
4777
4270
  }
4778
4271
  takeProfit {
4779
4272
  id
@@ -4782,9 +4275,6 @@ export const Account = {
4782
4275
  createdAt
4783
4276
  updatedAt
4784
4277
  orderId
4785
- Order {
4786
- id
4787
- }
4788
4278
  }
4789
4279
  trailPrice
4790
4280
  trailPercent
@@ -4796,9 +4286,6 @@ export const Account = {
4796
4286
  filledAt
4797
4287
  filledAvgPrice
4798
4288
  actionId
4799
- alpacaAccount {
4800
- id
4801
- }
4802
4289
  action {
4803
4290
  id
4804
4291
  sequence
@@ -4822,9 +4309,6 @@ export const Account = {
4822
4309
  createdAt
4823
4310
  updatedAt
4824
4311
  status
4825
- alpacaAccount {
4826
- id
4827
- }
4828
4312
  asset {
4829
4313
  id
4830
4314
  symbol
@@ -4884,18 +4368,9 @@ export const Account = {
4884
4368
  buyPrice
4885
4369
  createdAt
4886
4370
  updatedAt
4887
- trades {
4888
- id
4889
- }
4890
- orders {
4891
- id
4892
- }
4893
4371
  positions {
4894
4372
  id
4895
4373
  assetId
4896
- asset {
4897
- id
4898
- }
4899
4374
  averageEntryPrice
4900
4375
  qty
4901
4376
  qtyAvailable
@@ -4909,9 +4384,6 @@ export const Account = {
4909
4384
  lastTradePrice
4910
4385
  changeToday
4911
4386
  assetMarginable
4912
- alpacaAccount {
4913
- id
4914
- }
4915
4387
  alpacaAccountId
4916
4388
  }
4917
4389
  newsMentions {
@@ -4936,24 +4408,12 @@ export const Account = {
4936
4408
  logo
4937
4409
  createdAt
4938
4410
  updatedAt
4939
- assets {
4940
- id
4941
- }
4942
- }
4943
- asset {
4944
- id
4945
4411
  }
4946
4412
  relevancyScore
4947
4413
  sentimentScore
4948
4414
  sentimentLabel
4949
4415
  }
4950
4416
  }
4951
- actions {
4952
- id
4953
- }
4954
- }
4955
- order {
4956
- id
4957
4417
  }
4958
4418
  }
4959
4419
  asset {
@@ -5030,12 +4490,6 @@ export const Account = {
5030
4490
  createdAt
5031
4491
  updatedAt
5032
4492
  status
5033
- alpacaAccount {
5034
- id
5035
- }
5036
- asset {
5037
- id
5038
- }
5039
4493
  actions {
5040
4494
  id
5041
4495
  sequence
@@ -5044,23 +4498,11 @@ export const Account = {
5044
4498
  note
5045
4499
  status
5046
4500
  fee
5047
- trade {
5048
- id
5049
- }
5050
- order {
5051
- id
5052
- }
5053
4501
  }
5054
4502
  }
5055
- orders {
5056
- id
5057
- }
5058
4503
  positions {
5059
4504
  id
5060
4505
  assetId
5061
- asset {
5062
- id
5063
- }
5064
4506
  averageEntryPrice
5065
4507
  qty
5066
4508
  qtyAvailable
@@ -5074,9 +4516,6 @@ export const Account = {
5074
4516
  lastTradePrice
5075
4517
  changeToday
5076
4518
  assetMarginable
5077
- alpacaAccount {
5078
- id
5079
- }
5080
4519
  alpacaAccountId
5081
4520
  }
5082
4521
  newsMentions {
@@ -5101,12 +4540,6 @@ export const Account = {
5101
4540
  logo
5102
4541
  createdAt
5103
4542
  updatedAt
5104
- assets {
5105
- id
5106
- }
5107
- }
5108
- asset {
5109
- id
5110
4543
  }
5111
4544
  relevancyScore
5112
4545
  sentimentScore
@@ -5197,12 +4630,6 @@ export const Account = {
5197
4630
  createdAt
5198
4631
  updatedAt
5199
4632
  status
5200
- alpacaAccount {
5201
- id
5202
- }
5203
- asset {
5204
- id
5205
- }
5206
4633
  actions {
5207
4634
  id
5208
4635
  sequence
@@ -5211,9 +4638,6 @@ export const Account = {
5211
4638
  note
5212
4639
  status
5213
4640
  fee
5214
- trade {
5215
- id
5216
- }
5217
4641
  order {
5218
4642
  id
5219
4643
  clientOrderId
@@ -5234,9 +4658,6 @@ export const Account = {
5234
4658
  createdAt
5235
4659
  updatedAt
5236
4660
  orderId
5237
- Order {
5238
- id
5239
- }
5240
4661
  }
5241
4662
  takeProfit {
5242
4663
  id
@@ -5245,9 +4666,6 @@ export const Account = {
5245
4666
  createdAt
5246
4667
  updatedAt
5247
4668
  orderId
5248
- Order {
5249
- id
5250
- }
5251
4669
  }
5252
4670
  trailPrice
5253
4671
  trailPercent
@@ -5259,15 +4677,6 @@ export const Account = {
5259
4677
  filledAt
5260
4678
  filledAvgPrice
5261
4679
  actionId
5262
- alpacaAccount {
5263
- id
5264
- }
5265
- action {
5266
- id
5267
- }
5268
- asset {
5269
- id
5270
- }
5271
4680
  fee
5272
4681
  strikePrice
5273
4682
  expirationDate
@@ -5297,9 +4706,6 @@ export const Account = {
5297
4706
  createdAt
5298
4707
  updatedAt
5299
4708
  orderId
5300
- Order {
5301
- id
5302
- }
5303
4709
  }
5304
4710
  takeProfit {
5305
4711
  id
@@ -5308,9 +4714,6 @@ export const Account = {
5308
4714
  createdAt
5309
4715
  updatedAt
5310
4716
  orderId
5311
- Order {
5312
- id
5313
- }
5314
4717
  }
5315
4718
  trailPrice
5316
4719
  trailPercent
@@ -5322,9 +4725,6 @@ export const Account = {
5322
4725
  filledAt
5323
4726
  filledAvgPrice
5324
4727
  actionId
5325
- alpacaAccount {
5326
- id
5327
- }
5328
4728
  action {
5329
4729
  id
5330
4730
  sequence
@@ -5348,22 +4748,7 @@ export const Account = {
5348
4748
  createdAt
5349
4749
  updatedAt
5350
4750
  status
5351
- alpacaAccount {
5352
- id
5353
- }
5354
- asset {
5355
- id
5356
- }
5357
- actions {
5358
- id
5359
- }
5360
4751
  }
5361
- order {
5362
- id
5363
- }
5364
- }
5365
- asset {
5366
- id
5367
4752
  }
5368
4753
  fee
5369
4754
  strikePrice
@@ -5372,9 +4757,6 @@ export const Account = {
5372
4757
  stopLossId
5373
4758
  takeProfitId
5374
4759
  }
5375
- positions {
5376
- id
5377
- }
5378
4760
  newsMentions {
5379
4761
  id
5380
4762
  assetId
@@ -5397,12 +4779,6 @@ export const Account = {
5397
4779
  logo
5398
4780
  createdAt
5399
4781
  updatedAt
5400
- assets {
5401
- id
5402
- }
5403
- }
5404
- asset {
5405
- id
5406
4782
  }
5407
4783
  relevancyScore
5408
4784
  sentimentScore
@@ -5422,9 +4798,6 @@ export const Account = {
5422
4798
  lastTradePrice
5423
4799
  changeToday
5424
4800
  assetMarginable
5425
- alpacaAccount {
5426
- id
5427
- }
5428
4801
  alpacaAccountId
5429
4802
  }
5430
4803
  alerts {
@@ -5435,9 +4808,6 @@ export const Account = {
5435
4808
  isRead
5436
4809
  createdAt
5437
4810
  updatedAt
5438
- alpacaAccount {
5439
- id
5440
- }
5441
4811
  }
5442
4812
  }
5443
4813
  }
@@ -5512,22 +4882,13 @@ export const Account = {
5512
4882
  stripeCurrentPeriodEnd
5513
4883
  createdAt
5514
4884
  updatedAt
5515
- users {
5516
- id
5517
- }
5518
4885
  }
5519
4886
  customerId
5520
- accounts {
5521
- id
5522
- }
5523
4887
  sessions {
5524
4888
  id
5525
4889
  sessionToken
5526
4890
  userId
5527
4891
  expires
5528
- user {
5529
- id
5530
- }
5531
4892
  createdAt
5532
4893
  updatedAt
5533
4894
  }
@@ -5537,9 +4898,6 @@ export const Account = {
5537
4898
  credentialID
5538
4899
  publicKey
5539
4900
  counter
5540
- user {
5541
- id
5542
- }
5543
4901
  createdAt
5544
4902
  updatedAt
5545
4903
  }
@@ -5553,9 +4911,6 @@ export const Account = {
5553
4911
  marketOpen
5554
4912
  minOrderSize
5555
4913
  maxOrderSize
5556
- user {
5557
- id
5558
- }
5559
4914
  userId
5560
4915
  createdAt
5561
4916
  updatedAt
@@ -5574,9 +4929,6 @@ export const Account = {
5574
4929
  createdAt
5575
4930
  updatedAt
5576
4931
  status
5577
- alpacaAccount {
5578
- id
5579
- }
5580
4932
  asset {
5581
4933
  id
5582
4934
  symbol
@@ -5636,9 +4988,6 @@ export const Account = {
5636
4988
  buyPrice
5637
4989
  createdAt
5638
4990
  updatedAt
5639
- trades {
5640
- id
5641
- }
5642
4991
  orders {
5643
4992
  id
5644
4993
  clientOrderId
@@ -5659,9 +5008,6 @@ export const Account = {
5659
5008
  createdAt
5660
5009
  updatedAt
5661
5010
  orderId
5662
- Order {
5663
- id
5664
- }
5665
5011
  }
5666
5012
  takeProfit {
5667
5013
  id
@@ -5670,9 +5016,6 @@ export const Account = {
5670
5016
  createdAt
5671
5017
  updatedAt
5672
5018
  orderId
5673
- Order {
5674
- id
5675
- }
5676
5019
  }
5677
5020
  trailPrice
5678
5021
  trailPercent
@@ -5684,9 +5027,6 @@ export const Account = {
5684
5027
  filledAt
5685
5028
  filledAvgPrice
5686
5029
  actionId
5687
- alpacaAccount {
5688
- id
5689
- }
5690
5030
  action {
5691
5031
  id
5692
5032
  sequence
@@ -5695,15 +5035,6 @@ export const Account = {
5695
5035
  note
5696
5036
  status
5697
5037
  fee
5698
- trade {
5699
- id
5700
- }
5701
- order {
5702
- id
5703
- }
5704
- }
5705
- asset {
5706
- id
5707
5038
  }
5708
5039
  fee
5709
5040
  strikePrice
@@ -5715,9 +5046,6 @@ export const Account = {
5715
5046
  positions {
5716
5047
  id
5717
5048
  assetId
5718
- asset {
5719
- id
5720
- }
5721
5049
  averageEntryPrice
5722
5050
  qty
5723
5051
  qtyAvailable
@@ -5731,9 +5059,6 @@ export const Account = {
5731
5059
  lastTradePrice
5732
5060
  changeToday
5733
5061
  assetMarginable
5734
- alpacaAccount {
5735
- id
5736
- }
5737
5062
  alpacaAccountId
5738
5063
  }
5739
5064
  newsMentions {
@@ -5758,12 +5083,6 @@ export const Account = {
5758
5083
  logo
5759
5084
  createdAt
5760
5085
  updatedAt
5761
- assets {
5762
- id
5763
- }
5764
- }
5765
- asset {
5766
- id
5767
5086
  }
5768
5087
  relevancyScore
5769
5088
  sentimentScore
@@ -5778,9 +5097,6 @@ export const Account = {
5778
5097
  note
5779
5098
  status
5780
5099
  fee
5781
- trade {
5782
- id
5783
- }
5784
5100
  order {
5785
5101
  id
5786
5102
  clientOrderId
@@ -5801,9 +5117,6 @@ export const Account = {
5801
5117
  createdAt
5802
5118
  updatedAt
5803
5119
  orderId
5804
- Order {
5805
- id
5806
- }
5807
5120
  }
5808
5121
  takeProfit {
5809
5122
  id
@@ -5812,9 +5125,6 @@ export const Account = {
5812
5125
  createdAt
5813
5126
  updatedAt
5814
5127
  orderId
5815
- Order {
5816
- id
5817
- }
5818
5128
  }
5819
5129
  trailPrice
5820
5130
  trailPercent
@@ -5826,13 +5136,7 @@ export const Account = {
5826
5136
  filledAt
5827
5137
  filledAvgPrice
5828
5138
  actionId
5829
- alpacaAccount {
5830
- id
5831
- }
5832
- action {
5833
- id
5834
- }
5835
- asset {
5139
+ asset {
5836
5140
  id
5837
5141
  symbol
5838
5142
  name
@@ -5891,18 +5195,9 @@ export const Account = {
5891
5195
  buyPrice
5892
5196
  createdAt
5893
5197
  updatedAt
5894
- trades {
5895
- id
5896
- }
5897
- orders {
5898
- id
5899
- }
5900
5198
  positions {
5901
5199
  id
5902
5200
  assetId
5903
- asset {
5904
- id
5905
- }
5906
5201
  averageEntryPrice
5907
5202
  qty
5908
5203
  qtyAvailable
@@ -5916,9 +5211,6 @@ export const Account = {
5916
5211
  lastTradePrice
5917
5212
  changeToday
5918
5213
  assetMarginable
5919
- alpacaAccount {
5920
- id
5921
- }
5922
5214
  alpacaAccountId
5923
5215
  }
5924
5216
  newsMentions {
@@ -5943,12 +5235,6 @@ export const Account = {
5943
5235
  logo
5944
5236
  createdAt
5945
5237
  updatedAt
5946
- assets {
5947
- id
5948
- }
5949
- }
5950
- asset {
5951
- id
5952
5238
  }
5953
5239
  relevancyScore
5954
5240
  sentimentScore
@@ -5984,9 +5270,6 @@ export const Account = {
5984
5270
  createdAt
5985
5271
  updatedAt
5986
5272
  orderId
5987
- Order {
5988
- id
5989
- }
5990
5273
  }
5991
5274
  takeProfit {
5992
5275
  id
@@ -5995,9 +5278,6 @@ export const Account = {
5995
5278
  createdAt
5996
5279
  updatedAt
5997
5280
  orderId
5998
- Order {
5999
- id
6000
- }
6001
5281
  }
6002
5282
  trailPrice
6003
5283
  trailPercent
@@ -6009,9 +5289,6 @@ export const Account = {
6009
5289
  filledAt
6010
5290
  filledAvgPrice
6011
5291
  actionId
6012
- alpacaAccount {
6013
- id
6014
- }
6015
5292
  action {
6016
5293
  id
6017
5294
  sequence
@@ -6035,9 +5312,6 @@ export const Account = {
6035
5312
  createdAt
6036
5313
  updatedAt
6037
5314
  status
6038
- alpacaAccount {
6039
- id
6040
- }
6041
5315
  asset {
6042
5316
  id
6043
5317
  symbol
@@ -6097,18 +5371,9 @@ export const Account = {
6097
5371
  buyPrice
6098
5372
  createdAt
6099
5373
  updatedAt
6100
- trades {
6101
- id
6102
- }
6103
- orders {
6104
- id
6105
- }
6106
5374
  positions {
6107
5375
  id
6108
5376
  assetId
6109
- asset {
6110
- id
6111
- }
6112
5377
  averageEntryPrice
6113
5378
  qty
6114
5379
  qtyAvailable
@@ -6122,9 +5387,6 @@ export const Account = {
6122
5387
  lastTradePrice
6123
5388
  changeToday
6124
5389
  assetMarginable
6125
- alpacaAccount {
6126
- id
6127
- }
6128
5390
  alpacaAccountId
6129
5391
  }
6130
5392
  newsMentions {
@@ -6149,24 +5411,12 @@ export const Account = {
6149
5411
  logo
6150
5412
  createdAt
6151
5413
  updatedAt
6152
- assets {
6153
- id
6154
- }
6155
- }
6156
- asset {
6157
- id
6158
5414
  }
6159
5415
  relevancyScore
6160
5416
  sentimentScore
6161
5417
  sentimentLabel
6162
5418
  }
6163
5419
  }
6164
- actions {
6165
- id
6166
- }
6167
- }
6168
- order {
6169
- id
6170
5420
  }
6171
5421
  }
6172
5422
  asset {
@@ -6243,12 +5493,6 @@ export const Account = {
6243
5493
  createdAt
6244
5494
  updatedAt
6245
5495
  status
6246
- alpacaAccount {
6247
- id
6248
- }
6249
- asset {
6250
- id
6251
- }
6252
5496
  actions {
6253
5497
  id
6254
5498
  sequence
@@ -6257,23 +5501,11 @@ export const Account = {
6257
5501
  note
6258
5502
  status
6259
5503
  fee
6260
- trade {
6261
- id
6262
- }
6263
- order {
6264
- id
6265
- }
6266
5504
  }
6267
5505
  }
6268
- orders {
6269
- id
6270
- }
6271
5506
  positions {
6272
5507
  id
6273
5508
  assetId
6274
- asset {
6275
- id
6276
- }
6277
5509
  averageEntryPrice
6278
5510
  qty
6279
5511
  qtyAvailable
@@ -6287,9 +5519,6 @@ export const Account = {
6287
5519
  lastTradePrice
6288
5520
  changeToday
6289
5521
  assetMarginable
6290
- alpacaAccount {
6291
- id
6292
- }
6293
5522
  alpacaAccountId
6294
5523
  }
6295
5524
  newsMentions {
@@ -6314,12 +5543,6 @@ export const Account = {
6314
5543
  logo
6315
5544
  createdAt
6316
5545
  updatedAt
6317
- assets {
6318
- id
6319
- }
6320
- }
6321
- asset {
6322
- id
6323
5546
  }
6324
5547
  relevancyScore
6325
5548
  sentimentScore
@@ -6410,12 +5633,6 @@ export const Account = {
6410
5633
  createdAt
6411
5634
  updatedAt
6412
5635
  status
6413
- alpacaAccount {
6414
- id
6415
- }
6416
- asset {
6417
- id
6418
- }
6419
5636
  actions {
6420
5637
  id
6421
5638
  sequence
@@ -6424,9 +5641,6 @@ export const Account = {
6424
5641
  note
6425
5642
  status
6426
5643
  fee
6427
- trade {
6428
- id
6429
- }
6430
5644
  order {
6431
5645
  id
6432
5646
  clientOrderId
@@ -6447,9 +5661,6 @@ export const Account = {
6447
5661
  createdAt
6448
5662
  updatedAt
6449
5663
  orderId
6450
- Order {
6451
- id
6452
- }
6453
5664
  }
6454
5665
  takeProfit {
6455
5666
  id
@@ -6458,9 +5669,6 @@ export const Account = {
6458
5669
  createdAt
6459
5670
  updatedAt
6460
5671
  orderId
6461
- Order {
6462
- id
6463
- }
6464
5672
  }
6465
5673
  trailPrice
6466
5674
  trailPercent
@@ -6472,15 +5680,6 @@ export const Account = {
6472
5680
  filledAt
6473
5681
  filledAvgPrice
6474
5682
  actionId
6475
- alpacaAccount {
6476
- id
6477
- }
6478
- action {
6479
- id
6480
- }
6481
- asset {
6482
- id
6483
- }
6484
5683
  fee
6485
5684
  strikePrice
6486
5685
  expirationDate
@@ -6510,9 +5709,6 @@ export const Account = {
6510
5709
  createdAt
6511
5710
  updatedAt
6512
5711
  orderId
6513
- Order {
6514
- id
6515
- }
6516
5712
  }
6517
5713
  takeProfit {
6518
5714
  id
@@ -6521,9 +5717,6 @@ export const Account = {
6521
5717
  createdAt
6522
5718
  updatedAt
6523
5719
  orderId
6524
- Order {
6525
- id
6526
- }
6527
5720
  }
6528
5721
  trailPrice
6529
5722
  trailPercent
@@ -6535,9 +5728,6 @@ export const Account = {
6535
5728
  filledAt
6536
5729
  filledAvgPrice
6537
5730
  actionId
6538
- alpacaAccount {
6539
- id
6540
- }
6541
5731
  action {
6542
5732
  id
6543
5733
  sequence
@@ -6561,23 +5751,8 @@ export const Account = {
6561
5751
  createdAt
6562
5752
  updatedAt
6563
5753
  status
6564
- alpacaAccount {
6565
- id
6566
- }
6567
- asset {
6568
- id
6569
- }
6570
- actions {
6571
- id
6572
- }
6573
- }
6574
- order {
6575
- id
6576
5754
  }
6577
5755
  }
6578
- asset {
6579
- id
6580
- }
6581
5756
  fee
6582
5757
  strikePrice
6583
5758
  expirationDate
@@ -6585,9 +5760,6 @@ export const Account = {
6585
5760
  stopLossId
6586
5761
  takeProfitId
6587
5762
  }
6588
- positions {
6589
- id
6590
- }
6591
5763
  newsMentions {
6592
5764
  id
6593
5765
  assetId
@@ -6610,12 +5782,6 @@ export const Account = {
6610
5782
  logo
6611
5783
  createdAt
6612
5784
  updatedAt
6613
- assets {
6614
- id
6615
- }
6616
- }
6617
- asset {
6618
- id
6619
5785
  }
6620
5786
  relevancyScore
6621
5787
  sentimentScore
@@ -6635,9 +5801,6 @@ export const Account = {
6635
5801
  lastTradePrice
6636
5802
  changeToday
6637
5803
  assetMarginable
6638
- alpacaAccount {
6639
- id
6640
- }
6641
5804
  alpacaAccountId
6642
5805
  }
6643
5806
  alerts {
@@ -6648,9 +5811,6 @@ export const Account = {
6648
5811
  isRead
6649
5812
  createdAt
6650
5813
  updatedAt
6651
- alpacaAccount {
6652
- id
6653
- }
6654
5814
  }
6655
5815
  }
6656
5816
  }
@@ -6724,22 +5884,13 @@ export const Account = {
6724
5884
  stripeCurrentPeriodEnd
6725
5885
  createdAt
6726
5886
  updatedAt
6727
- users {
6728
- id
6729
- }
6730
5887
  }
6731
5888
  customerId
6732
- accounts {
6733
- id
6734
- }
6735
5889
  sessions {
6736
5890
  id
6737
5891
  sessionToken
6738
5892
  userId
6739
5893
  expires
6740
- user {
6741
- id
6742
- }
6743
5894
  createdAt
6744
5895
  updatedAt
6745
5896
  }
@@ -6749,9 +5900,6 @@ export const Account = {
6749
5900
  credentialID
6750
5901
  publicKey
6751
5902
  counter
6752
- user {
6753
- id
6754
- }
6755
5903
  createdAt
6756
5904
  updatedAt
6757
5905
  }
@@ -6765,9 +5913,6 @@ export const Account = {
6765
5913
  marketOpen
6766
5914
  minOrderSize
6767
5915
  maxOrderSize
6768
- user {
6769
- id
6770
- }
6771
5916
  userId
6772
5917
  createdAt
6773
5918
  updatedAt
@@ -6786,9 +5931,6 @@ export const Account = {
6786
5931
  createdAt
6787
5932
  updatedAt
6788
5933
  status
6789
- alpacaAccount {
6790
- id
6791
- }
6792
5934
  asset {
6793
5935
  id
6794
5936
  symbol
@@ -6848,9 +5990,6 @@ export const Account = {
6848
5990
  buyPrice
6849
5991
  createdAt
6850
5992
  updatedAt
6851
- trades {
6852
- id
6853
- }
6854
5993
  orders {
6855
5994
  id
6856
5995
  clientOrderId
@@ -6871,9 +6010,6 @@ export const Account = {
6871
6010
  createdAt
6872
6011
  updatedAt
6873
6012
  orderId
6874
- Order {
6875
- id
6876
- }
6877
6013
  }
6878
6014
  takeProfit {
6879
6015
  id
@@ -6882,9 +6018,6 @@ export const Account = {
6882
6018
  createdAt
6883
6019
  updatedAt
6884
6020
  orderId
6885
- Order {
6886
- id
6887
- }
6888
6021
  }
6889
6022
  trailPrice
6890
6023
  trailPercent
@@ -6896,9 +6029,6 @@ export const Account = {
6896
6029
  filledAt
6897
6030
  filledAvgPrice
6898
6031
  actionId
6899
- alpacaAccount {
6900
- id
6901
- }
6902
6032
  action {
6903
6033
  id
6904
6034
  sequence
@@ -6907,15 +6037,6 @@ export const Account = {
6907
6037
  note
6908
6038
  status
6909
6039
  fee
6910
- trade {
6911
- id
6912
- }
6913
- order {
6914
- id
6915
- }
6916
- }
6917
- asset {
6918
- id
6919
6040
  }
6920
6041
  fee
6921
6042
  strikePrice
@@ -6927,9 +6048,6 @@ export const Account = {
6927
6048
  positions {
6928
6049
  id
6929
6050
  assetId
6930
- asset {
6931
- id
6932
- }
6933
6051
  averageEntryPrice
6934
6052
  qty
6935
6053
  qtyAvailable
@@ -6943,9 +6061,6 @@ export const Account = {
6943
6061
  lastTradePrice
6944
6062
  changeToday
6945
6063
  assetMarginable
6946
- alpacaAccount {
6947
- id
6948
- }
6949
6064
  alpacaAccountId
6950
6065
  }
6951
6066
  newsMentions {
@@ -6970,12 +6085,6 @@ export const Account = {
6970
6085
  logo
6971
6086
  createdAt
6972
6087
  updatedAt
6973
- assets {
6974
- id
6975
- }
6976
- }
6977
- asset {
6978
- id
6979
6088
  }
6980
6089
  relevancyScore
6981
6090
  sentimentScore
@@ -6990,9 +6099,6 @@ export const Account = {
6990
6099
  note
6991
6100
  status
6992
6101
  fee
6993
- trade {
6994
- id
6995
- }
6996
6102
  order {
6997
6103
  id
6998
6104
  clientOrderId
@@ -7013,9 +6119,6 @@ export const Account = {
7013
6119
  createdAt
7014
6120
  updatedAt
7015
6121
  orderId
7016
- Order {
7017
- id
7018
- }
7019
6122
  }
7020
6123
  takeProfit {
7021
6124
  id
@@ -7024,9 +6127,6 @@ export const Account = {
7024
6127
  createdAt
7025
6128
  updatedAt
7026
6129
  orderId
7027
- Order {
7028
- id
7029
- }
7030
6130
  }
7031
6131
  trailPrice
7032
6132
  trailPercent
@@ -7038,12 +6138,6 @@ export const Account = {
7038
6138
  filledAt
7039
6139
  filledAvgPrice
7040
6140
  actionId
7041
- alpacaAccount {
7042
- id
7043
- }
7044
- action {
7045
- id
7046
- }
7047
6141
  asset {
7048
6142
  id
7049
6143
  symbol
@@ -7103,18 +6197,9 @@ export const Account = {
7103
6197
  buyPrice
7104
6198
  createdAt
7105
6199
  updatedAt
7106
- trades {
7107
- id
7108
- }
7109
- orders {
7110
- id
7111
- }
7112
6200
  positions {
7113
6201
  id
7114
6202
  assetId
7115
- asset {
7116
- id
7117
- }
7118
6203
  averageEntryPrice
7119
6204
  qty
7120
6205
  qtyAvailable
@@ -7128,9 +6213,6 @@ export const Account = {
7128
6213
  lastTradePrice
7129
6214
  changeToday
7130
6215
  assetMarginable
7131
- alpacaAccount {
7132
- id
7133
- }
7134
6216
  alpacaAccountId
7135
6217
  }
7136
6218
  newsMentions {
@@ -7155,12 +6237,6 @@ export const Account = {
7155
6237
  logo
7156
6238
  createdAt
7157
6239
  updatedAt
7158
- assets {
7159
- id
7160
- }
7161
- }
7162
- asset {
7163
- id
7164
6240
  }
7165
6241
  relevancyScore
7166
6242
  sentimentScore
@@ -7196,9 +6272,6 @@ export const Account = {
7196
6272
  createdAt
7197
6273
  updatedAt
7198
6274
  orderId
7199
- Order {
7200
- id
7201
- }
7202
6275
  }
7203
6276
  takeProfit {
7204
6277
  id
@@ -7207,9 +6280,6 @@ export const Account = {
7207
6280
  createdAt
7208
6281
  updatedAt
7209
6282
  orderId
7210
- Order {
7211
- id
7212
- }
7213
6283
  }
7214
6284
  trailPrice
7215
6285
  trailPercent
@@ -7221,9 +6291,6 @@ export const Account = {
7221
6291
  filledAt
7222
6292
  filledAvgPrice
7223
6293
  actionId
7224
- alpacaAccount {
7225
- id
7226
- }
7227
6294
  action {
7228
6295
  id
7229
6296
  sequence
@@ -7247,9 +6314,6 @@ export const Account = {
7247
6314
  createdAt
7248
6315
  updatedAt
7249
6316
  status
7250
- alpacaAccount {
7251
- id
7252
- }
7253
6317
  asset {
7254
6318
  id
7255
6319
  symbol
@@ -7309,18 +6373,9 @@ export const Account = {
7309
6373
  buyPrice
7310
6374
  createdAt
7311
6375
  updatedAt
7312
- trades {
7313
- id
7314
- }
7315
- orders {
7316
- id
7317
- }
7318
6376
  positions {
7319
6377
  id
7320
6378
  assetId
7321
- asset {
7322
- id
7323
- }
7324
6379
  averageEntryPrice
7325
6380
  qty
7326
6381
  qtyAvailable
@@ -7334,9 +6389,6 @@ export const Account = {
7334
6389
  lastTradePrice
7335
6390
  changeToday
7336
6391
  assetMarginable
7337
- alpacaAccount {
7338
- id
7339
- }
7340
6392
  alpacaAccountId
7341
6393
  }
7342
6394
  newsMentions {
@@ -7361,24 +6413,12 @@ export const Account = {
7361
6413
  logo
7362
6414
  createdAt
7363
6415
  updatedAt
7364
- assets {
7365
- id
7366
- }
7367
- }
7368
- asset {
7369
- id
7370
6416
  }
7371
6417
  relevancyScore
7372
6418
  sentimentScore
7373
6419
  sentimentLabel
7374
6420
  }
7375
6421
  }
7376
- actions {
7377
- id
7378
- }
7379
- }
7380
- order {
7381
- id
7382
6422
  }
7383
6423
  }
7384
6424
  asset {
@@ -7455,12 +6495,6 @@ export const Account = {
7455
6495
  createdAt
7456
6496
  updatedAt
7457
6497
  status
7458
- alpacaAccount {
7459
- id
7460
- }
7461
- asset {
7462
- id
7463
- }
7464
6498
  actions {
7465
6499
  id
7466
6500
  sequence
@@ -7469,23 +6503,11 @@ export const Account = {
7469
6503
  note
7470
6504
  status
7471
6505
  fee
7472
- trade {
7473
- id
7474
- }
7475
- order {
7476
- id
7477
- }
7478
6506
  }
7479
6507
  }
7480
- orders {
7481
- id
7482
- }
7483
6508
  positions {
7484
6509
  id
7485
6510
  assetId
7486
- asset {
7487
- id
7488
- }
7489
6511
  averageEntryPrice
7490
6512
  qty
7491
6513
  qtyAvailable
@@ -7499,9 +6521,6 @@ export const Account = {
7499
6521
  lastTradePrice
7500
6522
  changeToday
7501
6523
  assetMarginable
7502
- alpacaAccount {
7503
- id
7504
- }
7505
6524
  alpacaAccountId
7506
6525
  }
7507
6526
  newsMentions {
@@ -7526,12 +6545,6 @@ export const Account = {
7526
6545
  logo
7527
6546
  createdAt
7528
6547
  updatedAt
7529
- assets {
7530
- id
7531
- }
7532
- }
7533
- asset {
7534
- id
7535
6548
  }
7536
6549
  relevancyScore
7537
6550
  sentimentScore
@@ -7622,12 +6635,6 @@ export const Account = {
7622
6635
  createdAt
7623
6636
  updatedAt
7624
6637
  status
7625
- alpacaAccount {
7626
- id
7627
- }
7628
- asset {
7629
- id
7630
- }
7631
6638
  actions {
7632
6639
  id
7633
6640
  sequence
@@ -7636,9 +6643,6 @@ export const Account = {
7636
6643
  note
7637
6644
  status
7638
6645
  fee
7639
- trade {
7640
- id
7641
- }
7642
6646
  order {
7643
6647
  id
7644
6648
  clientOrderId
@@ -7659,9 +6663,6 @@ export const Account = {
7659
6663
  createdAt
7660
6664
  updatedAt
7661
6665
  orderId
7662
- Order {
7663
- id
7664
- }
7665
6666
  }
7666
6667
  takeProfit {
7667
6668
  id
@@ -7670,9 +6671,6 @@ export const Account = {
7670
6671
  createdAt
7671
6672
  updatedAt
7672
6673
  orderId
7673
- Order {
7674
- id
7675
- }
7676
6674
  }
7677
6675
  trailPrice
7678
6676
  trailPercent
@@ -7684,15 +6682,6 @@ export const Account = {
7684
6682
  filledAt
7685
6683
  filledAvgPrice
7686
6684
  actionId
7687
- alpacaAccount {
7688
- id
7689
- }
7690
- action {
7691
- id
7692
- }
7693
- asset {
7694
- id
7695
- }
7696
6685
  fee
7697
6686
  strikePrice
7698
6687
  expirationDate
@@ -7722,9 +6711,6 @@ export const Account = {
7722
6711
  createdAt
7723
6712
  updatedAt
7724
6713
  orderId
7725
- Order {
7726
- id
7727
- }
7728
6714
  }
7729
6715
  takeProfit {
7730
6716
  id
@@ -7733,9 +6719,6 @@ export const Account = {
7733
6719
  createdAt
7734
6720
  updatedAt
7735
6721
  orderId
7736
- Order {
7737
- id
7738
- }
7739
6722
  }
7740
6723
  trailPrice
7741
6724
  trailPercent
@@ -7747,9 +6730,6 @@ export const Account = {
7747
6730
  filledAt
7748
6731
  filledAvgPrice
7749
6732
  actionId
7750
- alpacaAccount {
7751
- id
7752
- }
7753
6733
  action {
7754
6734
  id
7755
6735
  sequence
@@ -7773,23 +6753,8 @@ export const Account = {
7773
6753
  createdAt
7774
6754
  updatedAt
7775
6755
  status
7776
- alpacaAccount {
7777
- id
7778
- }
7779
- asset {
7780
- id
7781
- }
7782
- actions {
7783
- id
7784
- }
7785
- }
7786
- order {
7787
- id
7788
6756
  }
7789
6757
  }
7790
- asset {
7791
- id
7792
- }
7793
6758
  fee
7794
6759
  strikePrice
7795
6760
  expirationDate
@@ -7797,9 +6762,6 @@ export const Account = {
7797
6762
  stopLossId
7798
6763
  takeProfitId
7799
6764
  }
7800
- positions {
7801
- id
7802
- }
7803
6765
  newsMentions {
7804
6766
  id
7805
6767
  assetId
@@ -7822,12 +6784,6 @@ export const Account = {
7822
6784
  logo
7823
6785
  createdAt
7824
6786
  updatedAt
7825
- assets {
7826
- id
7827
- }
7828
- }
7829
- asset {
7830
- id
7831
6787
  }
7832
6788
  relevancyScore
7833
6789
  sentimentScore
@@ -7847,9 +6803,6 @@ export const Account = {
7847
6803
  lastTradePrice
7848
6804
  changeToday
7849
6805
  assetMarginable
7850
- alpacaAccount {
7851
- id
7852
- }
7853
6806
  alpacaAccountId
7854
6807
  }
7855
6808
  alerts {
@@ -7860,9 +6813,6 @@ export const Account = {
7860
6813
  isRead
7861
6814
  createdAt
7862
6815
  updatedAt
7863
- alpacaAccount {
7864
- id
7865
- }
7866
6816
  }
7867
6817
  }
7868
6818
  }
@@ -7931,22 +6881,13 @@ export const Account = {
7931
6881
  stripeCurrentPeriodEnd
7932
6882
  createdAt
7933
6883
  updatedAt
7934
- users {
7935
- id
7936
- }
7937
6884
  }
7938
6885
  customerId
7939
- accounts {
7940
- id
7941
- }
7942
6886
  sessions {
7943
6887
  id
7944
6888
  sessionToken
7945
6889
  userId
7946
6890
  expires
7947
- user {
7948
- id
7949
- }
7950
6891
  createdAt
7951
6892
  updatedAt
7952
6893
  }
@@ -7956,9 +6897,6 @@ export const Account = {
7956
6897
  credentialID
7957
6898
  publicKey
7958
6899
  counter
7959
- user {
7960
- id
7961
- }
7962
6900
  createdAt
7963
6901
  updatedAt
7964
6902
  }
@@ -7972,9 +6910,6 @@ export const Account = {
7972
6910
  marketOpen
7973
6911
  minOrderSize
7974
6912
  maxOrderSize
7975
- user {
7976
- id
7977
- }
7978
6913
  userId
7979
6914
  createdAt
7980
6915
  updatedAt
@@ -7993,9 +6928,6 @@ export const Account = {
7993
6928
  createdAt
7994
6929
  updatedAt
7995
6930
  status
7996
- alpacaAccount {
7997
- id
7998
- }
7999
6931
  asset {
8000
6932
  id
8001
6933
  symbol
@@ -8055,9 +6987,6 @@ export const Account = {
8055
6987
  buyPrice
8056
6988
  createdAt
8057
6989
  updatedAt
8058
- trades {
8059
- id
8060
- }
8061
6990
  orders {
8062
6991
  id
8063
6992
  clientOrderId
@@ -8078,9 +7007,6 @@ export const Account = {
8078
7007
  createdAt
8079
7008
  updatedAt
8080
7009
  orderId
8081
- Order {
8082
- id
8083
- }
8084
7010
  }
8085
7011
  takeProfit {
8086
7012
  id
@@ -8089,9 +7015,6 @@ export const Account = {
8089
7015
  createdAt
8090
7016
  updatedAt
8091
7017
  orderId
8092
- Order {
8093
- id
8094
- }
8095
7018
  }
8096
7019
  trailPrice
8097
7020
  trailPercent
@@ -8103,9 +7026,6 @@ export const Account = {
8103
7026
  filledAt
8104
7027
  filledAvgPrice
8105
7028
  actionId
8106
- alpacaAccount {
8107
- id
8108
- }
8109
7029
  action {
8110
7030
  id
8111
7031
  sequence
@@ -8114,15 +7034,6 @@ export const Account = {
8114
7034
  note
8115
7035
  status
8116
7036
  fee
8117
- trade {
8118
- id
8119
- }
8120
- order {
8121
- id
8122
- }
8123
- }
8124
- asset {
8125
- id
8126
7037
  }
8127
7038
  fee
8128
7039
  strikePrice
@@ -8134,9 +7045,6 @@ export const Account = {
8134
7045
  positions {
8135
7046
  id
8136
7047
  assetId
8137
- asset {
8138
- id
8139
- }
8140
7048
  averageEntryPrice
8141
7049
  qty
8142
7050
  qtyAvailable
@@ -8150,9 +7058,6 @@ export const Account = {
8150
7058
  lastTradePrice
8151
7059
  changeToday
8152
7060
  assetMarginable
8153
- alpacaAccount {
8154
- id
8155
- }
8156
7061
  alpacaAccountId
8157
7062
  }
8158
7063
  newsMentions {
@@ -8177,12 +7082,6 @@ export const Account = {
8177
7082
  logo
8178
7083
  createdAt
8179
7084
  updatedAt
8180
- assets {
8181
- id
8182
- }
8183
- }
8184
- asset {
8185
- id
8186
7085
  }
8187
7086
  relevancyScore
8188
7087
  sentimentScore
@@ -8197,9 +7096,6 @@ export const Account = {
8197
7096
  note
8198
7097
  status
8199
7098
  fee
8200
- trade {
8201
- id
8202
- }
8203
7099
  order {
8204
7100
  id
8205
7101
  clientOrderId
@@ -8220,9 +7116,6 @@ export const Account = {
8220
7116
  createdAt
8221
7117
  updatedAt
8222
7118
  orderId
8223
- Order {
8224
- id
8225
- }
8226
7119
  }
8227
7120
  takeProfit {
8228
7121
  id
@@ -8231,9 +7124,6 @@ export const Account = {
8231
7124
  createdAt
8232
7125
  updatedAt
8233
7126
  orderId
8234
- Order {
8235
- id
8236
- }
8237
7127
  }
8238
7128
  trailPrice
8239
7129
  trailPercent
@@ -8245,12 +7135,6 @@ export const Account = {
8245
7135
  filledAt
8246
7136
  filledAvgPrice
8247
7137
  actionId
8248
- alpacaAccount {
8249
- id
8250
- }
8251
- action {
8252
- id
8253
- }
8254
7138
  asset {
8255
7139
  id
8256
7140
  symbol
@@ -8310,18 +7194,9 @@ export const Account = {
8310
7194
  buyPrice
8311
7195
  createdAt
8312
7196
  updatedAt
8313
- trades {
8314
- id
8315
- }
8316
- orders {
8317
- id
8318
- }
8319
7197
  positions {
8320
7198
  id
8321
7199
  assetId
8322
- asset {
8323
- id
8324
- }
8325
7200
  averageEntryPrice
8326
7201
  qty
8327
7202
  qtyAvailable
@@ -8335,9 +7210,6 @@ export const Account = {
8335
7210
  lastTradePrice
8336
7211
  changeToday
8337
7212
  assetMarginable
8338
- alpacaAccount {
8339
- id
8340
- }
8341
7213
  alpacaAccountId
8342
7214
  }
8343
7215
  newsMentions {
@@ -8362,12 +7234,6 @@ export const Account = {
8362
7234
  logo
8363
7235
  createdAt
8364
7236
  updatedAt
8365
- assets {
8366
- id
8367
- }
8368
- }
8369
- asset {
8370
- id
8371
7237
  }
8372
7238
  relevancyScore
8373
7239
  sentimentScore
@@ -8403,9 +7269,6 @@ export const Account = {
8403
7269
  createdAt
8404
7270
  updatedAt
8405
7271
  orderId
8406
- Order {
8407
- id
8408
- }
8409
7272
  }
8410
7273
  takeProfit {
8411
7274
  id
@@ -8414,9 +7277,6 @@ export const Account = {
8414
7277
  createdAt
8415
7278
  updatedAt
8416
7279
  orderId
8417
- Order {
8418
- id
8419
- }
8420
7280
  }
8421
7281
  trailPrice
8422
7282
  trailPercent
@@ -8428,9 +7288,6 @@ export const Account = {
8428
7288
  filledAt
8429
7289
  filledAvgPrice
8430
7290
  actionId
8431
- alpacaAccount {
8432
- id
8433
- }
8434
7291
  action {
8435
7292
  id
8436
7293
  sequence
@@ -8454,9 +7311,6 @@ export const Account = {
8454
7311
  createdAt
8455
7312
  updatedAt
8456
7313
  status
8457
- alpacaAccount {
8458
- id
8459
- }
8460
7314
  asset {
8461
7315
  id
8462
7316
  symbol
@@ -8516,18 +7370,9 @@ export const Account = {
8516
7370
  buyPrice
8517
7371
  createdAt
8518
7372
  updatedAt
8519
- trades {
8520
- id
8521
- }
8522
- orders {
8523
- id
8524
- }
8525
7373
  positions {
8526
7374
  id
8527
7375
  assetId
8528
- asset {
8529
- id
8530
- }
8531
7376
  averageEntryPrice
8532
7377
  qty
8533
7378
  qtyAvailable
@@ -8541,9 +7386,6 @@ export const Account = {
8541
7386
  lastTradePrice
8542
7387
  changeToday
8543
7388
  assetMarginable
8544
- alpacaAccount {
8545
- id
8546
- }
8547
7389
  alpacaAccountId
8548
7390
  }
8549
7391
  newsMentions {
@@ -8568,24 +7410,12 @@ export const Account = {
8568
7410
  logo
8569
7411
  createdAt
8570
7412
  updatedAt
8571
- assets {
8572
- id
8573
- }
8574
- }
8575
- asset {
8576
- id
8577
7413
  }
8578
7414
  relevancyScore
8579
7415
  sentimentScore
8580
7416
  sentimentLabel
8581
7417
  }
8582
7418
  }
8583
- actions {
8584
- id
8585
- }
8586
- }
8587
- order {
8588
- id
8589
7419
  }
8590
7420
  }
8591
7421
  asset {
@@ -8662,12 +7492,6 @@ export const Account = {
8662
7492
  createdAt
8663
7493
  updatedAt
8664
7494
  status
8665
- alpacaAccount {
8666
- id
8667
- }
8668
- asset {
8669
- id
8670
- }
8671
7495
  actions {
8672
7496
  id
8673
7497
  sequence
@@ -8676,23 +7500,11 @@ export const Account = {
8676
7500
  note
8677
7501
  status
8678
7502
  fee
8679
- trade {
8680
- id
8681
- }
8682
- order {
8683
- id
8684
- }
8685
7503
  }
8686
7504
  }
8687
- orders {
8688
- id
8689
- }
8690
7505
  positions {
8691
7506
  id
8692
7507
  assetId
8693
- asset {
8694
- id
8695
- }
8696
7508
  averageEntryPrice
8697
7509
  qty
8698
7510
  qtyAvailable
@@ -8706,9 +7518,6 @@ export const Account = {
8706
7518
  lastTradePrice
8707
7519
  changeToday
8708
7520
  assetMarginable
8709
- alpacaAccount {
8710
- id
8711
- }
8712
7521
  alpacaAccountId
8713
7522
  }
8714
7523
  newsMentions {
@@ -8733,12 +7542,6 @@ export const Account = {
8733
7542
  logo
8734
7543
  createdAt
8735
7544
  updatedAt
8736
- assets {
8737
- id
8738
- }
8739
- }
8740
- asset {
8741
- id
8742
7545
  }
8743
7546
  relevancyScore
8744
7547
  sentimentScore
@@ -8829,12 +7632,6 @@ export const Account = {
8829
7632
  createdAt
8830
7633
  updatedAt
8831
7634
  status
8832
- alpacaAccount {
8833
- id
8834
- }
8835
- asset {
8836
- id
8837
- }
8838
7635
  actions {
8839
7636
  id
8840
7637
  sequence
@@ -8843,9 +7640,6 @@ export const Account = {
8843
7640
  note
8844
7641
  status
8845
7642
  fee
8846
- trade {
8847
- id
8848
- }
8849
7643
  order {
8850
7644
  id
8851
7645
  clientOrderId
@@ -8866,9 +7660,6 @@ export const Account = {
8866
7660
  createdAt
8867
7661
  updatedAt
8868
7662
  orderId
8869
- Order {
8870
- id
8871
- }
8872
7663
  }
8873
7664
  takeProfit {
8874
7665
  id
@@ -8877,9 +7668,6 @@ export const Account = {
8877
7668
  createdAt
8878
7669
  updatedAt
8879
7670
  orderId
8880
- Order {
8881
- id
8882
- }
8883
7671
  }
8884
7672
  trailPrice
8885
7673
  trailPercent
@@ -8891,15 +7679,6 @@ export const Account = {
8891
7679
  filledAt
8892
7680
  filledAvgPrice
8893
7681
  actionId
8894
- alpacaAccount {
8895
- id
8896
- }
8897
- action {
8898
- id
8899
- }
8900
- asset {
8901
- id
8902
- }
8903
7682
  fee
8904
7683
  strikePrice
8905
7684
  expirationDate
@@ -8929,9 +7708,6 @@ export const Account = {
8929
7708
  createdAt
8930
7709
  updatedAt
8931
7710
  orderId
8932
- Order {
8933
- id
8934
- }
8935
7711
  }
8936
7712
  takeProfit {
8937
7713
  id
@@ -8940,9 +7716,6 @@ export const Account = {
8940
7716
  createdAt
8941
7717
  updatedAt
8942
7718
  orderId
8943
- Order {
8944
- id
8945
- }
8946
7719
  }
8947
7720
  trailPrice
8948
7721
  trailPercent
@@ -8954,9 +7727,6 @@ export const Account = {
8954
7727
  filledAt
8955
7728
  filledAvgPrice
8956
7729
  actionId
8957
- alpacaAccount {
8958
- id
8959
- }
8960
7730
  action {
8961
7731
  id
8962
7732
  sequence
@@ -8980,22 +7750,7 @@ export const Account = {
8980
7750
  createdAt
8981
7751
  updatedAt
8982
7752
  status
8983
- alpacaAccount {
8984
- id
8985
- }
8986
- asset {
8987
- id
8988
- }
8989
- actions {
8990
- id
8991
- }
8992
7753
  }
8993
- order {
8994
- id
8995
- }
8996
- }
8997
- asset {
8998
- id
8999
7754
  }
9000
7755
  fee
9001
7756
  strikePrice
@@ -9004,9 +7759,6 @@ export const Account = {
9004
7759
  stopLossId
9005
7760
  takeProfitId
9006
7761
  }
9007
- positions {
9008
- id
9009
- }
9010
7762
  newsMentions {
9011
7763
  id
9012
7764
  assetId
@@ -9029,12 +7781,6 @@ export const Account = {
9029
7781
  logo
9030
7782
  createdAt
9031
7783
  updatedAt
9032
- assets {
9033
- id
9034
- }
9035
- }
9036
- asset {
9037
- id
9038
7784
  }
9039
7785
  relevancyScore
9040
7786
  sentimentScore
@@ -9054,9 +7800,6 @@ export const Account = {
9054
7800
  lastTradePrice
9055
7801
  changeToday
9056
7802
  assetMarginable
9057
- alpacaAccount {
9058
- id
9059
- }
9060
7803
  alpacaAccountId
9061
7804
  }
9062
7805
  alerts {
@@ -9067,9 +7810,6 @@ export const Account = {
9067
7810
  isRead
9068
7811
  createdAt
9069
7812
  updatedAt
9070
- alpacaAccount {
9071
- id
9072
- }
9073
7813
  }
9074
7814
  }
9075
7815
  }