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
@@ -43,9 +43,6 @@ export const Session = {
43
43
  stripeCurrentPeriodEnd
44
44
  createdAt
45
45
  updatedAt
46
- users {
47
- id
48
- }
49
46
  }
50
47
  customerId
51
48
  accounts {
@@ -63,12 +60,6 @@ export const Session = {
63
60
  session_state
64
61
  createdAt
65
62
  updatedAt
66
- user {
67
- id
68
- }
69
- }
70
- sessions {
71
- id
72
63
  }
73
64
  authenticators {
74
65
  id
@@ -76,9 +67,6 @@ export const Session = {
76
67
  credentialID
77
68
  publicKey
78
69
  counter
79
- user {
80
- id
81
- }
82
70
  createdAt
83
71
  updatedAt
84
72
  }
@@ -92,9 +80,6 @@ export const Session = {
92
80
  marketOpen
93
81
  minOrderSize
94
82
  maxOrderSize
95
- user {
96
- id
97
- }
98
83
  userId
99
84
  createdAt
100
85
  updatedAt
@@ -113,9 +98,6 @@ export const Session = {
113
98
  createdAt
114
99
  updatedAt
115
100
  status
116
- alpacaAccount {
117
- id
118
- }
119
101
  asset {
120
102
  id
121
103
  symbol
@@ -175,9 +157,6 @@ export const Session = {
175
157
  buyPrice
176
158
  createdAt
177
159
  updatedAt
178
- trades {
179
- id
180
- }
181
160
  orders {
182
161
  id
183
162
  clientOrderId
@@ -198,9 +177,6 @@ export const Session = {
198
177
  createdAt
199
178
  updatedAt
200
179
  orderId
201
- Order {
202
- id
203
- }
204
180
  }
205
181
  takeProfit {
206
182
  id
@@ -209,9 +185,6 @@ export const Session = {
209
185
  createdAt
210
186
  updatedAt
211
187
  orderId
212
- Order {
213
- id
214
- }
215
188
  }
216
189
  trailPrice
217
190
  trailPercent
@@ -223,9 +196,6 @@ export const Session = {
223
196
  filledAt
224
197
  filledAvgPrice
225
198
  actionId
226
- alpacaAccount {
227
- id
228
- }
229
199
  action {
230
200
  id
231
201
  sequence
@@ -234,15 +204,6 @@ export const Session = {
234
204
  note
235
205
  status
236
206
  fee
237
- trade {
238
- id
239
- }
240
- order {
241
- id
242
- }
243
- }
244
- asset {
245
- id
246
207
  }
247
208
  fee
248
209
  strikePrice
@@ -254,9 +215,6 @@ export const Session = {
254
215
  positions {
255
216
  id
256
217
  assetId
257
- asset {
258
- id
259
- }
260
218
  averageEntryPrice
261
219
  qty
262
220
  qtyAvailable
@@ -270,9 +228,6 @@ export const Session = {
270
228
  lastTradePrice
271
229
  changeToday
272
230
  assetMarginable
273
- alpacaAccount {
274
- id
275
- }
276
231
  alpacaAccountId
277
232
  }
278
233
  newsMentions {
@@ -297,12 +252,6 @@ export const Session = {
297
252
  logo
298
253
  createdAt
299
254
  updatedAt
300
- assets {
301
- id
302
- }
303
- }
304
- asset {
305
- id
306
255
  }
307
256
  relevancyScore
308
257
  sentimentScore
@@ -317,9 +266,6 @@ export const Session = {
317
266
  note
318
267
  status
319
268
  fee
320
- trade {
321
- id
322
- }
323
269
  order {
324
270
  id
325
271
  clientOrderId
@@ -340,9 +286,6 @@ export const Session = {
340
286
  createdAt
341
287
  updatedAt
342
288
  orderId
343
- Order {
344
- id
345
- }
346
289
  }
347
290
  takeProfit {
348
291
  id
@@ -351,9 +294,6 @@ export const Session = {
351
294
  createdAt
352
295
  updatedAt
353
296
  orderId
354
- Order {
355
- id
356
- }
357
297
  }
358
298
  trailPrice
359
299
  trailPercent
@@ -365,12 +305,6 @@ export const Session = {
365
305
  filledAt
366
306
  filledAvgPrice
367
307
  actionId
368
- alpacaAccount {
369
- id
370
- }
371
- action {
372
- id
373
- }
374
308
  asset {
375
309
  id
376
310
  symbol
@@ -430,18 +364,9 @@ export const Session = {
430
364
  buyPrice
431
365
  createdAt
432
366
  updatedAt
433
- trades {
434
- id
435
- }
436
- orders {
437
- id
438
- }
439
367
  positions {
440
368
  id
441
369
  assetId
442
- asset {
443
- id
444
- }
445
370
  averageEntryPrice
446
371
  qty
447
372
  qtyAvailable
@@ -455,9 +380,6 @@ export const Session = {
455
380
  lastTradePrice
456
381
  changeToday
457
382
  assetMarginable
458
- alpacaAccount {
459
- id
460
- }
461
383
  alpacaAccountId
462
384
  }
463
385
  newsMentions {
@@ -482,12 +404,6 @@ export const Session = {
482
404
  logo
483
405
  createdAt
484
406
  updatedAt
485
- assets {
486
- id
487
- }
488
- }
489
- asset {
490
- id
491
407
  }
492
408
  relevancyScore
493
409
  sentimentScore
@@ -523,9 +439,6 @@ export const Session = {
523
439
  createdAt
524
440
  updatedAt
525
441
  orderId
526
- Order {
527
- id
528
- }
529
442
  }
530
443
  takeProfit {
531
444
  id
@@ -534,9 +447,6 @@ export const Session = {
534
447
  createdAt
535
448
  updatedAt
536
449
  orderId
537
- Order {
538
- id
539
- }
540
450
  }
541
451
  trailPrice
542
452
  trailPercent
@@ -548,9 +458,6 @@ export const Session = {
548
458
  filledAt
549
459
  filledAvgPrice
550
460
  actionId
551
- alpacaAccount {
552
- id
553
- }
554
461
  action {
555
462
  id
556
463
  sequence
@@ -574,9 +481,6 @@ export const Session = {
574
481
  createdAt
575
482
  updatedAt
576
483
  status
577
- alpacaAccount {
578
- id
579
- }
580
484
  asset {
581
485
  id
582
486
  symbol
@@ -636,18 +540,9 @@ export const Session = {
636
540
  buyPrice
637
541
  createdAt
638
542
  updatedAt
639
- trades {
640
- id
641
- }
642
- orders {
643
- id
644
- }
645
543
  positions {
646
544
  id
647
545
  assetId
648
- asset {
649
- id
650
- }
651
546
  averageEntryPrice
652
547
  qty
653
548
  qtyAvailable
@@ -661,9 +556,6 @@ export const Session = {
661
556
  lastTradePrice
662
557
  changeToday
663
558
  assetMarginable
664
- alpacaAccount {
665
- id
666
- }
667
559
  alpacaAccountId
668
560
  }
669
561
  newsMentions {
@@ -688,24 +580,12 @@ export const Session = {
688
580
  logo
689
581
  createdAt
690
582
  updatedAt
691
- assets {
692
- id
693
- }
694
- }
695
- asset {
696
- id
697
583
  }
698
584
  relevancyScore
699
585
  sentimentScore
700
586
  sentimentLabel
701
587
  }
702
588
  }
703
- actions {
704
- id
705
- }
706
- }
707
- order {
708
- id
709
589
  }
710
590
  }
711
591
  asset {
@@ -782,12 +662,6 @@ export const Session = {
782
662
  createdAt
783
663
  updatedAt
784
664
  status
785
- alpacaAccount {
786
- id
787
- }
788
- asset {
789
- id
790
- }
791
665
  actions {
792
666
  id
793
667
  sequence
@@ -796,23 +670,11 @@ export const Session = {
796
670
  note
797
671
  status
798
672
  fee
799
- trade {
800
- id
801
- }
802
- order {
803
- id
804
- }
805
673
  }
806
674
  }
807
- orders {
808
- id
809
- }
810
675
  positions {
811
676
  id
812
677
  assetId
813
- asset {
814
- id
815
- }
816
678
  averageEntryPrice
817
679
  qty
818
680
  qtyAvailable
@@ -826,9 +688,6 @@ export const Session = {
826
688
  lastTradePrice
827
689
  changeToday
828
690
  assetMarginable
829
- alpacaAccount {
830
- id
831
- }
832
691
  alpacaAccountId
833
692
  }
834
693
  newsMentions {
@@ -853,12 +712,6 @@ export const Session = {
853
712
  logo
854
713
  createdAt
855
714
  updatedAt
856
- assets {
857
- id
858
- }
859
- }
860
- asset {
861
- id
862
715
  }
863
716
  relevancyScore
864
717
  sentimentScore
@@ -949,12 +802,6 @@ export const Session = {
949
802
  createdAt
950
803
  updatedAt
951
804
  status
952
- alpacaAccount {
953
- id
954
- }
955
- asset {
956
- id
957
- }
958
805
  actions {
959
806
  id
960
807
  sequence
@@ -963,9 +810,6 @@ export const Session = {
963
810
  note
964
811
  status
965
812
  fee
966
- trade {
967
- id
968
- }
969
813
  order {
970
814
  id
971
815
  clientOrderId
@@ -986,9 +830,6 @@ export const Session = {
986
830
  createdAt
987
831
  updatedAt
988
832
  orderId
989
- Order {
990
- id
991
- }
992
833
  }
993
834
  takeProfit {
994
835
  id
@@ -997,9 +838,6 @@ export const Session = {
997
838
  createdAt
998
839
  updatedAt
999
840
  orderId
1000
- Order {
1001
- id
1002
- }
1003
841
  }
1004
842
  trailPrice
1005
843
  trailPercent
@@ -1011,15 +849,6 @@ export const Session = {
1011
849
  filledAt
1012
850
  filledAvgPrice
1013
851
  actionId
1014
- alpacaAccount {
1015
- id
1016
- }
1017
- action {
1018
- id
1019
- }
1020
- asset {
1021
- id
1022
- }
1023
852
  fee
1024
853
  strikePrice
1025
854
  expirationDate
@@ -1049,9 +878,6 @@ export const Session = {
1049
878
  createdAt
1050
879
  updatedAt
1051
880
  orderId
1052
- Order {
1053
- id
1054
- }
1055
881
  }
1056
882
  takeProfit {
1057
883
  id
@@ -1060,9 +886,6 @@ export const Session = {
1060
886
  createdAt
1061
887
  updatedAt
1062
888
  orderId
1063
- Order {
1064
- id
1065
- }
1066
889
  }
1067
890
  trailPrice
1068
891
  trailPercent
@@ -1074,9 +897,6 @@ export const Session = {
1074
897
  filledAt
1075
898
  filledAvgPrice
1076
899
  actionId
1077
- alpacaAccount {
1078
- id
1079
- }
1080
900
  action {
1081
901
  id
1082
902
  sequence
@@ -1100,22 +920,7 @@ export const Session = {
1100
920
  createdAt
1101
921
  updatedAt
1102
922
  status
1103
- alpacaAccount {
1104
- id
1105
- }
1106
- asset {
1107
- id
1108
- }
1109
- actions {
1110
- id
1111
- }
1112
923
  }
1113
- order {
1114
- id
1115
- }
1116
- }
1117
- asset {
1118
- id
1119
924
  }
1120
925
  fee
1121
926
  strikePrice
@@ -1124,9 +929,6 @@ export const Session = {
1124
929
  stopLossId
1125
930
  takeProfitId
1126
931
  }
1127
- positions {
1128
- id
1129
- }
1130
932
  newsMentions {
1131
933
  id
1132
934
  assetId
@@ -1149,12 +951,6 @@ export const Session = {
1149
951
  logo
1150
952
  createdAt
1151
953
  updatedAt
1152
- assets {
1153
- id
1154
- }
1155
- }
1156
- asset {
1157
- id
1158
954
  }
1159
955
  relevancyScore
1160
956
  sentimentScore
@@ -1174,9 +970,6 @@ export const Session = {
1174
970
  lastTradePrice
1175
971
  changeToday
1176
972
  assetMarginable
1177
- alpacaAccount {
1178
- id
1179
- }
1180
973
  alpacaAccountId
1181
974
  }
1182
975
  alerts {
@@ -1187,9 +980,6 @@ export const Session = {
1187
980
  isRead
1188
981
  createdAt
1189
982
  updatedAt
1190
- alpacaAccount {
1191
- id
1192
- }
1193
983
  }
1194
984
  }
1195
985
  }
@@ -1511,9 +1301,6 @@ export const Session = {
1511
1301
  stripeCurrentPeriodEnd
1512
1302
  createdAt
1513
1303
  updatedAt
1514
- users {
1515
- id
1516
- }
1517
1304
  }
1518
1305
  customerId
1519
1306
  accounts {
@@ -1531,12 +1318,6 @@ export const Session = {
1531
1318
  session_state
1532
1319
  createdAt
1533
1320
  updatedAt
1534
- user {
1535
- id
1536
- }
1537
- }
1538
- sessions {
1539
- id
1540
1321
  }
1541
1322
  authenticators {
1542
1323
  id
@@ -1544,9 +1325,6 @@ export const Session = {
1544
1325
  credentialID
1545
1326
  publicKey
1546
1327
  counter
1547
- user {
1548
- id
1549
- }
1550
1328
  createdAt
1551
1329
  updatedAt
1552
1330
  }
@@ -1560,9 +1338,6 @@ export const Session = {
1560
1338
  marketOpen
1561
1339
  minOrderSize
1562
1340
  maxOrderSize
1563
- user {
1564
- id
1565
- }
1566
1341
  userId
1567
1342
  createdAt
1568
1343
  updatedAt
@@ -1581,9 +1356,6 @@ export const Session = {
1581
1356
  createdAt
1582
1357
  updatedAt
1583
1358
  status
1584
- alpacaAccount {
1585
- id
1586
- }
1587
1359
  asset {
1588
1360
  id
1589
1361
  symbol
@@ -1643,9 +1415,6 @@ export const Session = {
1643
1415
  buyPrice
1644
1416
  createdAt
1645
1417
  updatedAt
1646
- trades {
1647
- id
1648
- }
1649
1418
  orders {
1650
1419
  id
1651
1420
  clientOrderId
@@ -1666,9 +1435,6 @@ export const Session = {
1666
1435
  createdAt
1667
1436
  updatedAt
1668
1437
  orderId
1669
- Order {
1670
- id
1671
- }
1672
1438
  }
1673
1439
  takeProfit {
1674
1440
  id
@@ -1677,9 +1443,6 @@ export const Session = {
1677
1443
  createdAt
1678
1444
  updatedAt
1679
1445
  orderId
1680
- Order {
1681
- id
1682
- }
1683
1446
  }
1684
1447
  trailPrice
1685
1448
  trailPercent
@@ -1691,9 +1454,6 @@ export const Session = {
1691
1454
  filledAt
1692
1455
  filledAvgPrice
1693
1456
  actionId
1694
- alpacaAccount {
1695
- id
1696
- }
1697
1457
  action {
1698
1458
  id
1699
1459
  sequence
@@ -1702,15 +1462,6 @@ export const Session = {
1702
1462
  note
1703
1463
  status
1704
1464
  fee
1705
- trade {
1706
- id
1707
- }
1708
- order {
1709
- id
1710
- }
1711
- }
1712
- asset {
1713
- id
1714
1465
  }
1715
1466
  fee
1716
1467
  strikePrice
@@ -1722,9 +1473,6 @@ export const Session = {
1722
1473
  positions {
1723
1474
  id
1724
1475
  assetId
1725
- asset {
1726
- id
1727
- }
1728
1476
  averageEntryPrice
1729
1477
  qty
1730
1478
  qtyAvailable
@@ -1738,9 +1486,6 @@ export const Session = {
1738
1486
  lastTradePrice
1739
1487
  changeToday
1740
1488
  assetMarginable
1741
- alpacaAccount {
1742
- id
1743
- }
1744
1489
  alpacaAccountId
1745
1490
  }
1746
1491
  newsMentions {
@@ -1765,12 +1510,6 @@ export const Session = {
1765
1510
  logo
1766
1511
  createdAt
1767
1512
  updatedAt
1768
- assets {
1769
- id
1770
- }
1771
- }
1772
- asset {
1773
- id
1774
1513
  }
1775
1514
  relevancyScore
1776
1515
  sentimentScore
@@ -1785,9 +1524,6 @@ export const Session = {
1785
1524
  note
1786
1525
  status
1787
1526
  fee
1788
- trade {
1789
- id
1790
- }
1791
1527
  order {
1792
1528
  id
1793
1529
  clientOrderId
@@ -1808,9 +1544,6 @@ export const Session = {
1808
1544
  createdAt
1809
1545
  updatedAt
1810
1546
  orderId
1811
- Order {
1812
- id
1813
- }
1814
1547
  }
1815
1548
  takeProfit {
1816
1549
  id
@@ -1819,9 +1552,6 @@ export const Session = {
1819
1552
  createdAt
1820
1553
  updatedAt
1821
1554
  orderId
1822
- Order {
1823
- id
1824
- }
1825
1555
  }
1826
1556
  trailPrice
1827
1557
  trailPercent
@@ -1833,12 +1563,6 @@ export const Session = {
1833
1563
  filledAt
1834
1564
  filledAvgPrice
1835
1565
  actionId
1836
- alpacaAccount {
1837
- id
1838
- }
1839
- action {
1840
- id
1841
- }
1842
1566
  asset {
1843
1567
  id
1844
1568
  symbol
@@ -1898,18 +1622,9 @@ export const Session = {
1898
1622
  buyPrice
1899
1623
  createdAt
1900
1624
  updatedAt
1901
- trades {
1902
- id
1903
- }
1904
- orders {
1905
- id
1906
- }
1907
1625
  positions {
1908
1626
  id
1909
1627
  assetId
1910
- asset {
1911
- id
1912
- }
1913
1628
  averageEntryPrice
1914
1629
  qty
1915
1630
  qtyAvailable
@@ -1923,9 +1638,6 @@ export const Session = {
1923
1638
  lastTradePrice
1924
1639
  changeToday
1925
1640
  assetMarginable
1926
- alpacaAccount {
1927
- id
1928
- }
1929
1641
  alpacaAccountId
1930
1642
  }
1931
1643
  newsMentions {
@@ -1950,12 +1662,6 @@ export const Session = {
1950
1662
  logo
1951
1663
  createdAt
1952
1664
  updatedAt
1953
- assets {
1954
- id
1955
- }
1956
- }
1957
- asset {
1958
- id
1959
1665
  }
1960
1666
  relevancyScore
1961
1667
  sentimentScore
@@ -1991,9 +1697,6 @@ export const Session = {
1991
1697
  createdAt
1992
1698
  updatedAt
1993
1699
  orderId
1994
- Order {
1995
- id
1996
- }
1997
1700
  }
1998
1701
  takeProfit {
1999
1702
  id
@@ -2002,9 +1705,6 @@ export const Session = {
2002
1705
  createdAt
2003
1706
  updatedAt
2004
1707
  orderId
2005
- Order {
2006
- id
2007
- }
2008
1708
  }
2009
1709
  trailPrice
2010
1710
  trailPercent
@@ -2016,9 +1716,6 @@ export const Session = {
2016
1716
  filledAt
2017
1717
  filledAvgPrice
2018
1718
  actionId
2019
- alpacaAccount {
2020
- id
2021
- }
2022
1719
  action {
2023
1720
  id
2024
1721
  sequence
@@ -2042,9 +1739,6 @@ export const Session = {
2042
1739
  createdAt
2043
1740
  updatedAt
2044
1741
  status
2045
- alpacaAccount {
2046
- id
2047
- }
2048
1742
  asset {
2049
1743
  id
2050
1744
  symbol
@@ -2104,18 +1798,9 @@ export const Session = {
2104
1798
  buyPrice
2105
1799
  createdAt
2106
1800
  updatedAt
2107
- trades {
2108
- id
2109
- }
2110
- orders {
2111
- id
2112
- }
2113
1801
  positions {
2114
1802
  id
2115
1803
  assetId
2116
- asset {
2117
- id
2118
- }
2119
1804
  averageEntryPrice
2120
1805
  qty
2121
1806
  qtyAvailable
@@ -2129,9 +1814,6 @@ export const Session = {
2129
1814
  lastTradePrice
2130
1815
  changeToday
2131
1816
  assetMarginable
2132
- alpacaAccount {
2133
- id
2134
- }
2135
1817
  alpacaAccountId
2136
1818
  }
2137
1819
  newsMentions {
@@ -2156,24 +1838,12 @@ export const Session = {
2156
1838
  logo
2157
1839
  createdAt
2158
1840
  updatedAt
2159
- assets {
2160
- id
2161
- }
2162
- }
2163
- asset {
2164
- id
2165
1841
  }
2166
1842
  relevancyScore
2167
1843
  sentimentScore
2168
1844
  sentimentLabel
2169
1845
  }
2170
1846
  }
2171
- actions {
2172
- id
2173
- }
2174
- }
2175
- order {
2176
- id
2177
1847
  }
2178
1848
  }
2179
1849
  asset {
@@ -2250,12 +1920,6 @@ export const Session = {
2250
1920
  createdAt
2251
1921
  updatedAt
2252
1922
  status
2253
- alpacaAccount {
2254
- id
2255
- }
2256
- asset {
2257
- id
2258
- }
2259
1923
  actions {
2260
1924
  id
2261
1925
  sequence
@@ -2264,23 +1928,11 @@ export const Session = {
2264
1928
  note
2265
1929
  status
2266
1930
  fee
2267
- trade {
2268
- id
2269
- }
2270
- order {
2271
- id
2272
- }
2273
1931
  }
2274
1932
  }
2275
- orders {
2276
- id
2277
- }
2278
1933
  positions {
2279
1934
  id
2280
1935
  assetId
2281
- asset {
2282
- id
2283
- }
2284
1936
  averageEntryPrice
2285
1937
  qty
2286
1938
  qtyAvailable
@@ -2294,9 +1946,6 @@ export const Session = {
2294
1946
  lastTradePrice
2295
1947
  changeToday
2296
1948
  assetMarginable
2297
- alpacaAccount {
2298
- id
2299
- }
2300
1949
  alpacaAccountId
2301
1950
  }
2302
1951
  newsMentions {
@@ -2321,12 +1970,6 @@ export const Session = {
2321
1970
  logo
2322
1971
  createdAt
2323
1972
  updatedAt
2324
- assets {
2325
- id
2326
- }
2327
- }
2328
- asset {
2329
- id
2330
1973
  }
2331
1974
  relevancyScore
2332
1975
  sentimentScore
@@ -2417,12 +2060,6 @@ export const Session = {
2417
2060
  createdAt
2418
2061
  updatedAt
2419
2062
  status
2420
- alpacaAccount {
2421
- id
2422
- }
2423
- asset {
2424
- id
2425
- }
2426
2063
  actions {
2427
2064
  id
2428
2065
  sequence
@@ -2431,9 +2068,6 @@ export const Session = {
2431
2068
  note
2432
2069
  status
2433
2070
  fee
2434
- trade {
2435
- id
2436
- }
2437
2071
  order {
2438
2072
  id
2439
2073
  clientOrderId
@@ -2454,9 +2088,6 @@ export const Session = {
2454
2088
  createdAt
2455
2089
  updatedAt
2456
2090
  orderId
2457
- Order {
2458
- id
2459
- }
2460
2091
  }
2461
2092
  takeProfit {
2462
2093
  id
@@ -2465,9 +2096,6 @@ export const Session = {
2465
2096
  createdAt
2466
2097
  updatedAt
2467
2098
  orderId
2468
- Order {
2469
- id
2470
- }
2471
2099
  }
2472
2100
  trailPrice
2473
2101
  trailPercent
@@ -2479,15 +2107,6 @@ export const Session = {
2479
2107
  filledAt
2480
2108
  filledAvgPrice
2481
2109
  actionId
2482
- alpacaAccount {
2483
- id
2484
- }
2485
- action {
2486
- id
2487
- }
2488
- asset {
2489
- id
2490
- }
2491
2110
  fee
2492
2111
  strikePrice
2493
2112
  expirationDate
@@ -2517,9 +2136,6 @@ export const Session = {
2517
2136
  createdAt
2518
2137
  updatedAt
2519
2138
  orderId
2520
- Order {
2521
- id
2522
- }
2523
2139
  }
2524
2140
  takeProfit {
2525
2141
  id
@@ -2528,9 +2144,6 @@ export const Session = {
2528
2144
  createdAt
2529
2145
  updatedAt
2530
2146
  orderId
2531
- Order {
2532
- id
2533
- }
2534
2147
  }
2535
2148
  trailPrice
2536
2149
  trailPercent
@@ -2542,9 +2155,6 @@ export const Session = {
2542
2155
  filledAt
2543
2156
  filledAvgPrice
2544
2157
  actionId
2545
- alpacaAccount {
2546
- id
2547
- }
2548
2158
  action {
2549
2159
  id
2550
2160
  sequence
@@ -2568,23 +2178,8 @@ export const Session = {
2568
2178
  createdAt
2569
2179
  updatedAt
2570
2180
  status
2571
- alpacaAccount {
2572
- id
2573
- }
2574
- asset {
2575
- id
2576
- }
2577
- actions {
2578
- id
2579
- }
2580
- }
2581
- order {
2582
- id
2583
2181
  }
2584
2182
  }
2585
- asset {
2586
- id
2587
- }
2588
2183
  fee
2589
2184
  strikePrice
2590
2185
  expirationDate
@@ -2592,9 +2187,6 @@ export const Session = {
2592
2187
  stopLossId
2593
2188
  takeProfitId
2594
2189
  }
2595
- positions {
2596
- id
2597
- }
2598
2190
  newsMentions {
2599
2191
  id
2600
2192
  assetId
@@ -2617,12 +2209,6 @@ export const Session = {
2617
2209
  logo
2618
2210
  createdAt
2619
2211
  updatedAt
2620
- assets {
2621
- id
2622
- }
2623
- }
2624
- asset {
2625
- id
2626
2212
  }
2627
2213
  relevancyScore
2628
2214
  sentimentScore
@@ -2642,9 +2228,6 @@ export const Session = {
2642
2228
  lastTradePrice
2643
2229
  changeToday
2644
2230
  assetMarginable
2645
- alpacaAccount {
2646
- id
2647
- }
2648
2231
  alpacaAccountId
2649
2232
  }
2650
2233
  alerts {
@@ -2655,9 +2238,6 @@ export const Session = {
2655
2238
  isRead
2656
2239
  createdAt
2657
2240
  updatedAt
2658
- alpacaAccount {
2659
- id
2660
- }
2661
2241
  }
2662
2242
  }
2663
2243
  }
@@ -4313,9 +3893,6 @@ export const Session = {
4313
3893
  stripeCurrentPeriodEnd
4314
3894
  createdAt
4315
3895
  updatedAt
4316
- users {
4317
- id
4318
- }
4319
3896
  }
4320
3897
  customerId
4321
3898
  accounts {
@@ -4333,12 +3910,6 @@ export const Session = {
4333
3910
  session_state
4334
3911
  createdAt
4335
3912
  updatedAt
4336
- user {
4337
- id
4338
- }
4339
- }
4340
- sessions {
4341
- id
4342
3913
  }
4343
3914
  authenticators {
4344
3915
  id
@@ -4346,9 +3917,6 @@ export const Session = {
4346
3917
  credentialID
4347
3918
  publicKey
4348
3919
  counter
4349
- user {
4350
- id
4351
- }
4352
3920
  createdAt
4353
3921
  updatedAt
4354
3922
  }
@@ -4362,9 +3930,6 @@ export const Session = {
4362
3930
  marketOpen
4363
3931
  minOrderSize
4364
3932
  maxOrderSize
4365
- user {
4366
- id
4367
- }
4368
3933
  userId
4369
3934
  createdAt
4370
3935
  updatedAt
@@ -4383,9 +3948,6 @@ export const Session = {
4383
3948
  createdAt
4384
3949
  updatedAt
4385
3950
  status
4386
- alpacaAccount {
4387
- id
4388
- }
4389
3951
  asset {
4390
3952
  id
4391
3953
  symbol
@@ -4445,9 +4007,6 @@ export const Session = {
4445
4007
  buyPrice
4446
4008
  createdAt
4447
4009
  updatedAt
4448
- trades {
4449
- id
4450
- }
4451
4010
  orders {
4452
4011
  id
4453
4012
  clientOrderId
@@ -4468,9 +4027,6 @@ export const Session = {
4468
4027
  createdAt
4469
4028
  updatedAt
4470
4029
  orderId
4471
- Order {
4472
- id
4473
- }
4474
4030
  }
4475
4031
  takeProfit {
4476
4032
  id
@@ -4479,9 +4035,6 @@ export const Session = {
4479
4035
  createdAt
4480
4036
  updatedAt
4481
4037
  orderId
4482
- Order {
4483
- id
4484
- }
4485
4038
  }
4486
4039
  trailPrice
4487
4040
  trailPercent
@@ -4493,9 +4046,6 @@ export const Session = {
4493
4046
  filledAt
4494
4047
  filledAvgPrice
4495
4048
  actionId
4496
- alpacaAccount {
4497
- id
4498
- }
4499
4049
  action {
4500
4050
  id
4501
4051
  sequence
@@ -4504,15 +4054,6 @@ export const Session = {
4504
4054
  note
4505
4055
  status
4506
4056
  fee
4507
- trade {
4508
- id
4509
- }
4510
- order {
4511
- id
4512
- }
4513
- }
4514
- asset {
4515
- id
4516
4057
  }
4517
4058
  fee
4518
4059
  strikePrice
@@ -4524,9 +4065,6 @@ export const Session = {
4524
4065
  positions {
4525
4066
  id
4526
4067
  assetId
4527
- asset {
4528
- id
4529
- }
4530
4068
  averageEntryPrice
4531
4069
  qty
4532
4070
  qtyAvailable
@@ -4540,9 +4078,6 @@ export const Session = {
4540
4078
  lastTradePrice
4541
4079
  changeToday
4542
4080
  assetMarginable
4543
- alpacaAccount {
4544
- id
4545
- }
4546
4081
  alpacaAccountId
4547
4082
  }
4548
4083
  newsMentions {
@@ -4567,12 +4102,6 @@ export const Session = {
4567
4102
  logo
4568
4103
  createdAt
4569
4104
  updatedAt
4570
- assets {
4571
- id
4572
- }
4573
- }
4574
- asset {
4575
- id
4576
4105
  }
4577
4106
  relevancyScore
4578
4107
  sentimentScore
@@ -4587,9 +4116,6 @@ export const Session = {
4587
4116
  note
4588
4117
  status
4589
4118
  fee
4590
- trade {
4591
- id
4592
- }
4593
4119
  order {
4594
4120
  id
4595
4121
  clientOrderId
@@ -4610,9 +4136,6 @@ export const Session = {
4610
4136
  createdAt
4611
4137
  updatedAt
4612
4138
  orderId
4613
- Order {
4614
- id
4615
- }
4616
4139
  }
4617
4140
  takeProfit {
4618
4141
  id
@@ -4621,9 +4144,6 @@ export const Session = {
4621
4144
  createdAt
4622
4145
  updatedAt
4623
4146
  orderId
4624
- Order {
4625
- id
4626
- }
4627
4147
  }
4628
4148
  trailPrice
4629
4149
  trailPercent
@@ -4635,12 +4155,6 @@ export const Session = {
4635
4155
  filledAt
4636
4156
  filledAvgPrice
4637
4157
  actionId
4638
- alpacaAccount {
4639
- id
4640
- }
4641
- action {
4642
- id
4643
- }
4644
4158
  asset {
4645
4159
  id
4646
4160
  symbol
@@ -4700,18 +4214,9 @@ export const Session = {
4700
4214
  buyPrice
4701
4215
  createdAt
4702
4216
  updatedAt
4703
- trades {
4704
- id
4705
- }
4706
- orders {
4707
- id
4708
- }
4709
4217
  positions {
4710
4218
  id
4711
4219
  assetId
4712
- asset {
4713
- id
4714
- }
4715
4220
  averageEntryPrice
4716
4221
  qty
4717
4222
  qtyAvailable
@@ -4725,9 +4230,6 @@ export const Session = {
4725
4230
  lastTradePrice
4726
4231
  changeToday
4727
4232
  assetMarginable
4728
- alpacaAccount {
4729
- id
4730
- }
4731
4233
  alpacaAccountId
4732
4234
  }
4733
4235
  newsMentions {
@@ -4752,12 +4254,6 @@ export const Session = {
4752
4254
  logo
4753
4255
  createdAt
4754
4256
  updatedAt
4755
- assets {
4756
- id
4757
- }
4758
- }
4759
- asset {
4760
- id
4761
4257
  }
4762
4258
  relevancyScore
4763
4259
  sentimentScore
@@ -4793,9 +4289,6 @@ export const Session = {
4793
4289
  createdAt
4794
4290
  updatedAt
4795
4291
  orderId
4796
- Order {
4797
- id
4798
- }
4799
4292
  }
4800
4293
  takeProfit {
4801
4294
  id
@@ -4804,9 +4297,6 @@ export const Session = {
4804
4297
  createdAt
4805
4298
  updatedAt
4806
4299
  orderId
4807
- Order {
4808
- id
4809
- }
4810
4300
  }
4811
4301
  trailPrice
4812
4302
  trailPercent
@@ -4818,9 +4308,6 @@ export const Session = {
4818
4308
  filledAt
4819
4309
  filledAvgPrice
4820
4310
  actionId
4821
- alpacaAccount {
4822
- id
4823
- }
4824
4311
  action {
4825
4312
  id
4826
4313
  sequence
@@ -4844,9 +4331,6 @@ export const Session = {
4844
4331
  createdAt
4845
4332
  updatedAt
4846
4333
  status
4847
- alpacaAccount {
4848
- id
4849
- }
4850
4334
  asset {
4851
4335
  id
4852
4336
  symbol
@@ -4906,18 +4390,9 @@ export const Session = {
4906
4390
  buyPrice
4907
4391
  createdAt
4908
4392
  updatedAt
4909
- trades {
4910
- id
4911
- }
4912
- orders {
4913
- id
4914
- }
4915
4393
  positions {
4916
4394
  id
4917
4395
  assetId
4918
- asset {
4919
- id
4920
- }
4921
4396
  averageEntryPrice
4922
4397
  qty
4923
4398
  qtyAvailable
@@ -4931,9 +4406,6 @@ export const Session = {
4931
4406
  lastTradePrice
4932
4407
  changeToday
4933
4408
  assetMarginable
4934
- alpacaAccount {
4935
- id
4936
- }
4937
4409
  alpacaAccountId
4938
4410
  }
4939
4411
  newsMentions {
@@ -4958,24 +4430,12 @@ export const Session = {
4958
4430
  logo
4959
4431
  createdAt
4960
4432
  updatedAt
4961
- assets {
4962
- id
4963
- }
4964
- }
4965
- asset {
4966
- id
4967
4433
  }
4968
4434
  relevancyScore
4969
4435
  sentimentScore
4970
4436
  sentimentLabel
4971
4437
  }
4972
4438
  }
4973
- actions {
4974
- id
4975
- }
4976
- }
4977
- order {
4978
- id
4979
4439
  }
4980
4440
  }
4981
4441
  asset {
@@ -5052,12 +4512,6 @@ export const Session = {
5052
4512
  createdAt
5053
4513
  updatedAt
5054
4514
  status
5055
- alpacaAccount {
5056
- id
5057
- }
5058
- asset {
5059
- id
5060
- }
5061
4515
  actions {
5062
4516
  id
5063
4517
  sequence
@@ -5066,23 +4520,11 @@ export const Session = {
5066
4520
  note
5067
4521
  status
5068
4522
  fee
5069
- trade {
5070
- id
5071
- }
5072
- order {
5073
- id
5074
- }
5075
4523
  }
5076
4524
  }
5077
- orders {
5078
- id
5079
- }
5080
4525
  positions {
5081
4526
  id
5082
4527
  assetId
5083
- asset {
5084
- id
5085
- }
5086
4528
  averageEntryPrice
5087
4529
  qty
5088
4530
  qtyAvailable
@@ -5096,9 +4538,6 @@ export const Session = {
5096
4538
  lastTradePrice
5097
4539
  changeToday
5098
4540
  assetMarginable
5099
- alpacaAccount {
5100
- id
5101
- }
5102
4541
  alpacaAccountId
5103
4542
  }
5104
4543
  newsMentions {
@@ -5123,12 +4562,6 @@ export const Session = {
5123
4562
  logo
5124
4563
  createdAt
5125
4564
  updatedAt
5126
- assets {
5127
- id
5128
- }
5129
- }
5130
- asset {
5131
- id
5132
4565
  }
5133
4566
  relevancyScore
5134
4567
  sentimentScore
@@ -5219,12 +4652,6 @@ export const Session = {
5219
4652
  createdAt
5220
4653
  updatedAt
5221
4654
  status
5222
- alpacaAccount {
5223
- id
5224
- }
5225
- asset {
5226
- id
5227
- }
5228
4655
  actions {
5229
4656
  id
5230
4657
  sequence
@@ -5233,9 +4660,6 @@ export const Session = {
5233
4660
  note
5234
4661
  status
5235
4662
  fee
5236
- trade {
5237
- id
5238
- }
5239
4663
  order {
5240
4664
  id
5241
4665
  clientOrderId
@@ -5256,9 +4680,6 @@ export const Session = {
5256
4680
  createdAt
5257
4681
  updatedAt
5258
4682
  orderId
5259
- Order {
5260
- id
5261
- }
5262
4683
  }
5263
4684
  takeProfit {
5264
4685
  id
@@ -5267,9 +4688,6 @@ export const Session = {
5267
4688
  createdAt
5268
4689
  updatedAt
5269
4690
  orderId
5270
- Order {
5271
- id
5272
- }
5273
4691
  }
5274
4692
  trailPrice
5275
4693
  trailPercent
@@ -5281,15 +4699,6 @@ export const Session = {
5281
4699
  filledAt
5282
4700
  filledAvgPrice
5283
4701
  actionId
5284
- alpacaAccount {
5285
- id
5286
- }
5287
- action {
5288
- id
5289
- }
5290
- asset {
5291
- id
5292
- }
5293
4702
  fee
5294
4703
  strikePrice
5295
4704
  expirationDate
@@ -5319,9 +4728,6 @@ export const Session = {
5319
4728
  createdAt
5320
4729
  updatedAt
5321
4730
  orderId
5322
- Order {
5323
- id
5324
- }
5325
4731
  }
5326
4732
  takeProfit {
5327
4733
  id
@@ -5330,9 +4736,6 @@ export const Session = {
5330
4736
  createdAt
5331
4737
  updatedAt
5332
4738
  orderId
5333
- Order {
5334
- id
5335
- }
5336
4739
  }
5337
4740
  trailPrice
5338
4741
  trailPercent
@@ -5344,9 +4747,6 @@ export const Session = {
5344
4747
  filledAt
5345
4748
  filledAvgPrice
5346
4749
  actionId
5347
- alpacaAccount {
5348
- id
5349
- }
5350
4750
  action {
5351
4751
  id
5352
4752
  sequence
@@ -5370,22 +4770,7 @@ export const Session = {
5370
4770
  createdAt
5371
4771
  updatedAt
5372
4772
  status
5373
- alpacaAccount {
5374
- id
5375
- }
5376
- asset {
5377
- id
5378
- }
5379
- actions {
5380
- id
5381
- }
5382
4773
  }
5383
- order {
5384
- id
5385
- }
5386
- }
5387
- asset {
5388
- id
5389
4774
  }
5390
4775
  fee
5391
4776
  strikePrice
@@ -5394,9 +4779,6 @@ export const Session = {
5394
4779
  stopLossId
5395
4780
  takeProfitId
5396
4781
  }
5397
- positions {
5398
- id
5399
- }
5400
4782
  newsMentions {
5401
4783
  id
5402
4784
  assetId
@@ -5419,12 +4801,6 @@ export const Session = {
5419
4801
  logo
5420
4802
  createdAt
5421
4803
  updatedAt
5422
- assets {
5423
- id
5424
- }
5425
- }
5426
- asset {
5427
- id
5428
4804
  }
5429
4805
  relevancyScore
5430
4806
  sentimentScore
@@ -5444,9 +4820,6 @@ export const Session = {
5444
4820
  lastTradePrice
5445
4821
  changeToday
5446
4822
  assetMarginable
5447
- alpacaAccount {
5448
- id
5449
- }
5450
4823
  alpacaAccountId
5451
4824
  }
5452
4825
  alerts {
@@ -5457,9 +4830,6 @@ export const Session = {
5457
4830
  isRead
5458
4831
  createdAt
5459
4832
  updatedAt
5460
- alpacaAccount {
5461
- id
5462
- }
5463
4833
  }
5464
4834
  }
5465
4835
  }
@@ -5526,9 +4896,6 @@ export const Session = {
5526
4896
  stripeCurrentPeriodEnd
5527
4897
  createdAt
5528
4898
  updatedAt
5529
- users {
5530
- id
5531
- }
5532
4899
  }
5533
4900
  customerId
5534
4901
  accounts {
@@ -5546,12 +4913,6 @@ export const Session = {
5546
4913
  session_state
5547
4914
  createdAt
5548
4915
  updatedAt
5549
- user {
5550
- id
5551
- }
5552
- }
5553
- sessions {
5554
- id
5555
4916
  }
5556
4917
  authenticators {
5557
4918
  id
@@ -5559,9 +4920,6 @@ export const Session = {
5559
4920
  credentialID
5560
4921
  publicKey
5561
4922
  counter
5562
- user {
5563
- id
5564
- }
5565
4923
  createdAt
5566
4924
  updatedAt
5567
4925
  }
@@ -5575,9 +4933,6 @@ export const Session = {
5575
4933
  marketOpen
5576
4934
  minOrderSize
5577
4935
  maxOrderSize
5578
- user {
5579
- id
5580
- }
5581
4936
  userId
5582
4937
  createdAt
5583
4938
  updatedAt
@@ -5596,9 +4951,6 @@ export const Session = {
5596
4951
  createdAt
5597
4952
  updatedAt
5598
4953
  status
5599
- alpacaAccount {
5600
- id
5601
- }
5602
4954
  asset {
5603
4955
  id
5604
4956
  symbol
@@ -5658,9 +5010,6 @@ export const Session = {
5658
5010
  buyPrice
5659
5011
  createdAt
5660
5012
  updatedAt
5661
- trades {
5662
- id
5663
- }
5664
5013
  orders {
5665
5014
  id
5666
5015
  clientOrderId
@@ -5681,9 +5030,6 @@ export const Session = {
5681
5030
  createdAt
5682
5031
  updatedAt
5683
5032
  orderId
5684
- Order {
5685
- id
5686
- }
5687
5033
  }
5688
5034
  takeProfit {
5689
5035
  id
@@ -5692,9 +5038,6 @@ export const Session = {
5692
5038
  createdAt
5693
5039
  updatedAt
5694
5040
  orderId
5695
- Order {
5696
- id
5697
- }
5698
5041
  }
5699
5042
  trailPrice
5700
5043
  trailPercent
@@ -5706,9 +5049,6 @@ export const Session = {
5706
5049
  filledAt
5707
5050
  filledAvgPrice
5708
5051
  actionId
5709
- alpacaAccount {
5710
- id
5711
- }
5712
5052
  action {
5713
5053
  id
5714
5054
  sequence
@@ -5717,15 +5057,6 @@ export const Session = {
5717
5057
  note
5718
5058
  status
5719
5059
  fee
5720
- trade {
5721
- id
5722
- }
5723
- order {
5724
- id
5725
- }
5726
- }
5727
- asset {
5728
- id
5729
5060
  }
5730
5061
  fee
5731
5062
  strikePrice
@@ -5737,9 +5068,6 @@ export const Session = {
5737
5068
  positions {
5738
5069
  id
5739
5070
  assetId
5740
- asset {
5741
- id
5742
- }
5743
5071
  averageEntryPrice
5744
5072
  qty
5745
5073
  qtyAvailable
@@ -5753,9 +5081,6 @@ export const Session = {
5753
5081
  lastTradePrice
5754
5082
  changeToday
5755
5083
  assetMarginable
5756
- alpacaAccount {
5757
- id
5758
- }
5759
5084
  alpacaAccountId
5760
5085
  }
5761
5086
  newsMentions {
@@ -5780,12 +5105,6 @@ export const Session = {
5780
5105
  logo
5781
5106
  createdAt
5782
5107
  updatedAt
5783
- assets {
5784
- id
5785
- }
5786
- }
5787
- asset {
5788
- id
5789
5108
  }
5790
5109
  relevancyScore
5791
5110
  sentimentScore
@@ -5800,9 +5119,6 @@ export const Session = {
5800
5119
  note
5801
5120
  status
5802
5121
  fee
5803
- trade {
5804
- id
5805
- }
5806
5122
  order {
5807
5123
  id
5808
5124
  clientOrderId
@@ -5823,9 +5139,6 @@ export const Session = {
5823
5139
  createdAt
5824
5140
  updatedAt
5825
5141
  orderId
5826
- Order {
5827
- id
5828
- }
5829
5142
  }
5830
5143
  takeProfit {
5831
5144
  id
@@ -5834,9 +5147,6 @@ export const Session = {
5834
5147
  createdAt
5835
5148
  updatedAt
5836
5149
  orderId
5837
- Order {
5838
- id
5839
- }
5840
5150
  }
5841
5151
  trailPrice
5842
5152
  trailPercent
@@ -5848,13 +5158,7 @@ export const Session = {
5848
5158
  filledAt
5849
5159
  filledAvgPrice
5850
5160
  actionId
5851
- alpacaAccount {
5852
- id
5853
- }
5854
- action {
5855
- id
5856
- }
5857
- asset {
5161
+ asset {
5858
5162
  id
5859
5163
  symbol
5860
5164
  name
@@ -5913,18 +5217,9 @@ export const Session = {
5913
5217
  buyPrice
5914
5218
  createdAt
5915
5219
  updatedAt
5916
- trades {
5917
- id
5918
- }
5919
- orders {
5920
- id
5921
- }
5922
5220
  positions {
5923
5221
  id
5924
5222
  assetId
5925
- asset {
5926
- id
5927
- }
5928
5223
  averageEntryPrice
5929
5224
  qty
5930
5225
  qtyAvailable
@@ -5938,9 +5233,6 @@ export const Session = {
5938
5233
  lastTradePrice
5939
5234
  changeToday
5940
5235
  assetMarginable
5941
- alpacaAccount {
5942
- id
5943
- }
5944
5236
  alpacaAccountId
5945
5237
  }
5946
5238
  newsMentions {
@@ -5965,12 +5257,6 @@ export const Session = {
5965
5257
  logo
5966
5258
  createdAt
5967
5259
  updatedAt
5968
- assets {
5969
- id
5970
- }
5971
- }
5972
- asset {
5973
- id
5974
5260
  }
5975
5261
  relevancyScore
5976
5262
  sentimentScore
@@ -6006,9 +5292,6 @@ export const Session = {
6006
5292
  createdAt
6007
5293
  updatedAt
6008
5294
  orderId
6009
- Order {
6010
- id
6011
- }
6012
5295
  }
6013
5296
  takeProfit {
6014
5297
  id
@@ -6017,9 +5300,6 @@ export const Session = {
6017
5300
  createdAt
6018
5301
  updatedAt
6019
5302
  orderId
6020
- Order {
6021
- id
6022
- }
6023
5303
  }
6024
5304
  trailPrice
6025
5305
  trailPercent
@@ -6031,9 +5311,6 @@ export const Session = {
6031
5311
  filledAt
6032
5312
  filledAvgPrice
6033
5313
  actionId
6034
- alpacaAccount {
6035
- id
6036
- }
6037
5314
  action {
6038
5315
  id
6039
5316
  sequence
@@ -6057,9 +5334,6 @@ export const Session = {
6057
5334
  createdAt
6058
5335
  updatedAt
6059
5336
  status
6060
- alpacaAccount {
6061
- id
6062
- }
6063
5337
  asset {
6064
5338
  id
6065
5339
  symbol
@@ -6119,18 +5393,9 @@ export const Session = {
6119
5393
  buyPrice
6120
5394
  createdAt
6121
5395
  updatedAt
6122
- trades {
6123
- id
6124
- }
6125
- orders {
6126
- id
6127
- }
6128
5396
  positions {
6129
5397
  id
6130
5398
  assetId
6131
- asset {
6132
- id
6133
- }
6134
5399
  averageEntryPrice
6135
5400
  qty
6136
5401
  qtyAvailable
@@ -6144,9 +5409,6 @@ export const Session = {
6144
5409
  lastTradePrice
6145
5410
  changeToday
6146
5411
  assetMarginable
6147
- alpacaAccount {
6148
- id
6149
- }
6150
5412
  alpacaAccountId
6151
5413
  }
6152
5414
  newsMentions {
@@ -6171,24 +5433,12 @@ export const Session = {
6171
5433
  logo
6172
5434
  createdAt
6173
5435
  updatedAt
6174
- assets {
6175
- id
6176
- }
6177
- }
6178
- asset {
6179
- id
6180
5436
  }
6181
5437
  relevancyScore
6182
5438
  sentimentScore
6183
5439
  sentimentLabel
6184
5440
  }
6185
5441
  }
6186
- actions {
6187
- id
6188
- }
6189
- }
6190
- order {
6191
- id
6192
5442
  }
6193
5443
  }
6194
5444
  asset {
@@ -6265,12 +5515,6 @@ export const Session = {
6265
5515
  createdAt
6266
5516
  updatedAt
6267
5517
  status
6268
- alpacaAccount {
6269
- id
6270
- }
6271
- asset {
6272
- id
6273
- }
6274
5518
  actions {
6275
5519
  id
6276
5520
  sequence
@@ -6279,23 +5523,11 @@ export const Session = {
6279
5523
  note
6280
5524
  status
6281
5525
  fee
6282
- trade {
6283
- id
6284
- }
6285
- order {
6286
- id
6287
- }
6288
5526
  }
6289
5527
  }
6290
- orders {
6291
- id
6292
- }
6293
5528
  positions {
6294
5529
  id
6295
5530
  assetId
6296
- asset {
6297
- id
6298
- }
6299
5531
  averageEntryPrice
6300
5532
  qty
6301
5533
  qtyAvailable
@@ -6309,9 +5541,6 @@ export const Session = {
6309
5541
  lastTradePrice
6310
5542
  changeToday
6311
5543
  assetMarginable
6312
- alpacaAccount {
6313
- id
6314
- }
6315
5544
  alpacaAccountId
6316
5545
  }
6317
5546
  newsMentions {
@@ -6336,12 +5565,6 @@ export const Session = {
6336
5565
  logo
6337
5566
  createdAt
6338
5567
  updatedAt
6339
- assets {
6340
- id
6341
- }
6342
- }
6343
- asset {
6344
- id
6345
5568
  }
6346
5569
  relevancyScore
6347
5570
  sentimentScore
@@ -6432,12 +5655,6 @@ export const Session = {
6432
5655
  createdAt
6433
5656
  updatedAt
6434
5657
  status
6435
- alpacaAccount {
6436
- id
6437
- }
6438
- asset {
6439
- id
6440
- }
6441
5658
  actions {
6442
5659
  id
6443
5660
  sequence
@@ -6446,9 +5663,6 @@ export const Session = {
6446
5663
  note
6447
5664
  status
6448
5665
  fee
6449
- trade {
6450
- id
6451
- }
6452
5666
  order {
6453
5667
  id
6454
5668
  clientOrderId
@@ -6469,9 +5683,6 @@ export const Session = {
6469
5683
  createdAt
6470
5684
  updatedAt
6471
5685
  orderId
6472
- Order {
6473
- id
6474
- }
6475
5686
  }
6476
5687
  takeProfit {
6477
5688
  id
@@ -6480,9 +5691,6 @@ export const Session = {
6480
5691
  createdAt
6481
5692
  updatedAt
6482
5693
  orderId
6483
- Order {
6484
- id
6485
- }
6486
5694
  }
6487
5695
  trailPrice
6488
5696
  trailPercent
@@ -6494,15 +5702,6 @@ export const Session = {
6494
5702
  filledAt
6495
5703
  filledAvgPrice
6496
5704
  actionId
6497
- alpacaAccount {
6498
- id
6499
- }
6500
- action {
6501
- id
6502
- }
6503
- asset {
6504
- id
6505
- }
6506
5705
  fee
6507
5706
  strikePrice
6508
5707
  expirationDate
@@ -6532,9 +5731,6 @@ export const Session = {
6532
5731
  createdAt
6533
5732
  updatedAt
6534
5733
  orderId
6535
- Order {
6536
- id
6537
- }
6538
5734
  }
6539
5735
  takeProfit {
6540
5736
  id
@@ -6543,9 +5739,6 @@ export const Session = {
6543
5739
  createdAt
6544
5740
  updatedAt
6545
5741
  orderId
6546
- Order {
6547
- id
6548
- }
6549
5742
  }
6550
5743
  trailPrice
6551
5744
  trailPercent
@@ -6557,9 +5750,6 @@ export const Session = {
6557
5750
  filledAt
6558
5751
  filledAvgPrice
6559
5752
  actionId
6560
- alpacaAccount {
6561
- id
6562
- }
6563
5753
  action {
6564
5754
  id
6565
5755
  sequence
@@ -6583,23 +5773,8 @@ export const Session = {
6583
5773
  createdAt
6584
5774
  updatedAt
6585
5775
  status
6586
- alpacaAccount {
6587
- id
6588
- }
6589
- asset {
6590
- id
6591
- }
6592
- actions {
6593
- id
6594
- }
6595
- }
6596
- order {
6597
- id
6598
5776
  }
6599
5777
  }
6600
- asset {
6601
- id
6602
- }
6603
5778
  fee
6604
5779
  strikePrice
6605
5780
  expirationDate
@@ -6607,9 +5782,6 @@ export const Session = {
6607
5782
  stopLossId
6608
5783
  takeProfitId
6609
5784
  }
6610
- positions {
6611
- id
6612
- }
6613
5785
  newsMentions {
6614
5786
  id
6615
5787
  assetId
@@ -6632,12 +5804,6 @@ export const Session = {
6632
5804
  logo
6633
5805
  createdAt
6634
5806
  updatedAt
6635
- assets {
6636
- id
6637
- }
6638
- }
6639
- asset {
6640
- id
6641
5807
  }
6642
5808
  relevancyScore
6643
5809
  sentimentScore
@@ -6657,9 +5823,6 @@ export const Session = {
6657
5823
  lastTradePrice
6658
5824
  changeToday
6659
5825
  assetMarginable
6660
- alpacaAccount {
6661
- id
6662
- }
6663
5826
  alpacaAccountId
6664
5827
  }
6665
5828
  alerts {
@@ -6670,9 +5833,6 @@ export const Session = {
6670
5833
  isRead
6671
5834
  createdAt
6672
5835
  updatedAt
6673
- alpacaAccount {
6674
- id
6675
- }
6676
5836
  }
6677
5837
  }
6678
5838
  }
@@ -6738,9 +5898,6 @@ export const Session = {
6738
5898
  stripeCurrentPeriodEnd
6739
5899
  createdAt
6740
5900
  updatedAt
6741
- users {
6742
- id
6743
- }
6744
5901
  }
6745
5902
  customerId
6746
5903
  accounts {
@@ -6758,12 +5915,6 @@ export const Session = {
6758
5915
  session_state
6759
5916
  createdAt
6760
5917
  updatedAt
6761
- user {
6762
- id
6763
- }
6764
- }
6765
- sessions {
6766
- id
6767
5918
  }
6768
5919
  authenticators {
6769
5920
  id
@@ -6771,9 +5922,6 @@ export const Session = {
6771
5922
  credentialID
6772
5923
  publicKey
6773
5924
  counter
6774
- user {
6775
- id
6776
- }
6777
5925
  createdAt
6778
5926
  updatedAt
6779
5927
  }
@@ -6787,9 +5935,6 @@ export const Session = {
6787
5935
  marketOpen
6788
5936
  minOrderSize
6789
5937
  maxOrderSize
6790
- user {
6791
- id
6792
- }
6793
5938
  userId
6794
5939
  createdAt
6795
5940
  updatedAt
@@ -6808,9 +5953,6 @@ export const Session = {
6808
5953
  createdAt
6809
5954
  updatedAt
6810
5955
  status
6811
- alpacaAccount {
6812
- id
6813
- }
6814
5956
  asset {
6815
5957
  id
6816
5958
  symbol
@@ -6870,9 +6012,6 @@ export const Session = {
6870
6012
  buyPrice
6871
6013
  createdAt
6872
6014
  updatedAt
6873
- trades {
6874
- id
6875
- }
6876
6015
  orders {
6877
6016
  id
6878
6017
  clientOrderId
@@ -6893,9 +6032,6 @@ export const Session = {
6893
6032
  createdAt
6894
6033
  updatedAt
6895
6034
  orderId
6896
- Order {
6897
- id
6898
- }
6899
6035
  }
6900
6036
  takeProfit {
6901
6037
  id
@@ -6904,9 +6040,6 @@ export const Session = {
6904
6040
  createdAt
6905
6041
  updatedAt
6906
6042
  orderId
6907
- Order {
6908
- id
6909
- }
6910
6043
  }
6911
6044
  trailPrice
6912
6045
  trailPercent
@@ -6918,9 +6051,6 @@ export const Session = {
6918
6051
  filledAt
6919
6052
  filledAvgPrice
6920
6053
  actionId
6921
- alpacaAccount {
6922
- id
6923
- }
6924
6054
  action {
6925
6055
  id
6926
6056
  sequence
@@ -6929,15 +6059,6 @@ export const Session = {
6929
6059
  note
6930
6060
  status
6931
6061
  fee
6932
- trade {
6933
- id
6934
- }
6935
- order {
6936
- id
6937
- }
6938
- }
6939
- asset {
6940
- id
6941
6062
  }
6942
6063
  fee
6943
6064
  strikePrice
@@ -6949,9 +6070,6 @@ export const Session = {
6949
6070
  positions {
6950
6071
  id
6951
6072
  assetId
6952
- asset {
6953
- id
6954
- }
6955
6073
  averageEntryPrice
6956
6074
  qty
6957
6075
  qtyAvailable
@@ -6965,9 +6083,6 @@ export const Session = {
6965
6083
  lastTradePrice
6966
6084
  changeToday
6967
6085
  assetMarginable
6968
- alpacaAccount {
6969
- id
6970
- }
6971
6086
  alpacaAccountId
6972
6087
  }
6973
6088
  newsMentions {
@@ -6992,12 +6107,6 @@ export const Session = {
6992
6107
  logo
6993
6108
  createdAt
6994
6109
  updatedAt
6995
- assets {
6996
- id
6997
- }
6998
- }
6999
- asset {
7000
- id
7001
6110
  }
7002
6111
  relevancyScore
7003
6112
  sentimentScore
@@ -7012,9 +6121,6 @@ export const Session = {
7012
6121
  note
7013
6122
  status
7014
6123
  fee
7015
- trade {
7016
- id
7017
- }
7018
6124
  order {
7019
6125
  id
7020
6126
  clientOrderId
@@ -7035,9 +6141,6 @@ export const Session = {
7035
6141
  createdAt
7036
6142
  updatedAt
7037
6143
  orderId
7038
- Order {
7039
- id
7040
- }
7041
6144
  }
7042
6145
  takeProfit {
7043
6146
  id
@@ -7046,9 +6149,6 @@ export const Session = {
7046
6149
  createdAt
7047
6150
  updatedAt
7048
6151
  orderId
7049
- Order {
7050
- id
7051
- }
7052
6152
  }
7053
6153
  trailPrice
7054
6154
  trailPercent
@@ -7060,12 +6160,6 @@ export const Session = {
7060
6160
  filledAt
7061
6161
  filledAvgPrice
7062
6162
  actionId
7063
- alpacaAccount {
7064
- id
7065
- }
7066
- action {
7067
- id
7068
- }
7069
6163
  asset {
7070
6164
  id
7071
6165
  symbol
@@ -7125,18 +6219,9 @@ export const Session = {
7125
6219
  buyPrice
7126
6220
  createdAt
7127
6221
  updatedAt
7128
- trades {
7129
- id
7130
- }
7131
- orders {
7132
- id
7133
- }
7134
6222
  positions {
7135
6223
  id
7136
6224
  assetId
7137
- asset {
7138
- id
7139
- }
7140
6225
  averageEntryPrice
7141
6226
  qty
7142
6227
  qtyAvailable
@@ -7150,9 +6235,6 @@ export const Session = {
7150
6235
  lastTradePrice
7151
6236
  changeToday
7152
6237
  assetMarginable
7153
- alpacaAccount {
7154
- id
7155
- }
7156
6238
  alpacaAccountId
7157
6239
  }
7158
6240
  newsMentions {
@@ -7177,12 +6259,6 @@ export const Session = {
7177
6259
  logo
7178
6260
  createdAt
7179
6261
  updatedAt
7180
- assets {
7181
- id
7182
- }
7183
- }
7184
- asset {
7185
- id
7186
6262
  }
7187
6263
  relevancyScore
7188
6264
  sentimentScore
@@ -7218,9 +6294,6 @@ export const Session = {
7218
6294
  createdAt
7219
6295
  updatedAt
7220
6296
  orderId
7221
- Order {
7222
- id
7223
- }
7224
6297
  }
7225
6298
  takeProfit {
7226
6299
  id
@@ -7229,9 +6302,6 @@ export const Session = {
7229
6302
  createdAt
7230
6303
  updatedAt
7231
6304
  orderId
7232
- Order {
7233
- id
7234
- }
7235
6305
  }
7236
6306
  trailPrice
7237
6307
  trailPercent
@@ -7243,9 +6313,6 @@ export const Session = {
7243
6313
  filledAt
7244
6314
  filledAvgPrice
7245
6315
  actionId
7246
- alpacaAccount {
7247
- id
7248
- }
7249
6316
  action {
7250
6317
  id
7251
6318
  sequence
@@ -7269,9 +6336,6 @@ export const Session = {
7269
6336
  createdAt
7270
6337
  updatedAt
7271
6338
  status
7272
- alpacaAccount {
7273
- id
7274
- }
7275
6339
  asset {
7276
6340
  id
7277
6341
  symbol
@@ -7331,18 +6395,9 @@ export const Session = {
7331
6395
  buyPrice
7332
6396
  createdAt
7333
6397
  updatedAt
7334
- trades {
7335
- id
7336
- }
7337
- orders {
7338
- id
7339
- }
7340
6398
  positions {
7341
6399
  id
7342
6400
  assetId
7343
- asset {
7344
- id
7345
- }
7346
6401
  averageEntryPrice
7347
6402
  qty
7348
6403
  qtyAvailable
@@ -7356,9 +6411,6 @@ export const Session = {
7356
6411
  lastTradePrice
7357
6412
  changeToday
7358
6413
  assetMarginable
7359
- alpacaAccount {
7360
- id
7361
- }
7362
6414
  alpacaAccountId
7363
6415
  }
7364
6416
  newsMentions {
@@ -7383,24 +6435,12 @@ export const Session = {
7383
6435
  logo
7384
6436
  createdAt
7385
6437
  updatedAt
7386
- assets {
7387
- id
7388
- }
7389
- }
7390
- asset {
7391
- id
7392
6438
  }
7393
6439
  relevancyScore
7394
6440
  sentimentScore
7395
6441
  sentimentLabel
7396
6442
  }
7397
6443
  }
7398
- actions {
7399
- id
7400
- }
7401
- }
7402
- order {
7403
- id
7404
6444
  }
7405
6445
  }
7406
6446
  asset {
@@ -7477,12 +6517,6 @@ export const Session = {
7477
6517
  createdAt
7478
6518
  updatedAt
7479
6519
  status
7480
- alpacaAccount {
7481
- id
7482
- }
7483
- asset {
7484
- id
7485
- }
7486
6520
  actions {
7487
6521
  id
7488
6522
  sequence
@@ -7491,23 +6525,11 @@ export const Session = {
7491
6525
  note
7492
6526
  status
7493
6527
  fee
7494
- trade {
7495
- id
7496
- }
7497
- order {
7498
- id
7499
- }
7500
6528
  }
7501
6529
  }
7502
- orders {
7503
- id
7504
- }
7505
6530
  positions {
7506
6531
  id
7507
6532
  assetId
7508
- asset {
7509
- id
7510
- }
7511
6533
  averageEntryPrice
7512
6534
  qty
7513
6535
  qtyAvailable
@@ -7521,9 +6543,6 @@ export const Session = {
7521
6543
  lastTradePrice
7522
6544
  changeToday
7523
6545
  assetMarginable
7524
- alpacaAccount {
7525
- id
7526
- }
7527
6546
  alpacaAccountId
7528
6547
  }
7529
6548
  newsMentions {
@@ -7548,12 +6567,6 @@ export const Session = {
7548
6567
  logo
7549
6568
  createdAt
7550
6569
  updatedAt
7551
- assets {
7552
- id
7553
- }
7554
- }
7555
- asset {
7556
- id
7557
6570
  }
7558
6571
  relevancyScore
7559
6572
  sentimentScore
@@ -7644,12 +6657,6 @@ export const Session = {
7644
6657
  createdAt
7645
6658
  updatedAt
7646
6659
  status
7647
- alpacaAccount {
7648
- id
7649
- }
7650
- asset {
7651
- id
7652
- }
7653
6660
  actions {
7654
6661
  id
7655
6662
  sequence
@@ -7658,9 +6665,6 @@ export const Session = {
7658
6665
  note
7659
6666
  status
7660
6667
  fee
7661
- trade {
7662
- id
7663
- }
7664
6668
  order {
7665
6669
  id
7666
6670
  clientOrderId
@@ -7681,9 +6685,6 @@ export const Session = {
7681
6685
  createdAt
7682
6686
  updatedAt
7683
6687
  orderId
7684
- Order {
7685
- id
7686
- }
7687
6688
  }
7688
6689
  takeProfit {
7689
6690
  id
@@ -7692,9 +6693,6 @@ export const Session = {
7692
6693
  createdAt
7693
6694
  updatedAt
7694
6695
  orderId
7695
- Order {
7696
- id
7697
- }
7698
6696
  }
7699
6697
  trailPrice
7700
6698
  trailPercent
@@ -7706,15 +6704,6 @@ export const Session = {
7706
6704
  filledAt
7707
6705
  filledAvgPrice
7708
6706
  actionId
7709
- alpacaAccount {
7710
- id
7711
- }
7712
- action {
7713
- id
7714
- }
7715
- asset {
7716
- id
7717
- }
7718
6707
  fee
7719
6708
  strikePrice
7720
6709
  expirationDate
@@ -7744,9 +6733,6 @@ export const Session = {
7744
6733
  createdAt
7745
6734
  updatedAt
7746
6735
  orderId
7747
- Order {
7748
- id
7749
- }
7750
6736
  }
7751
6737
  takeProfit {
7752
6738
  id
@@ -7755,9 +6741,6 @@ export const Session = {
7755
6741
  createdAt
7756
6742
  updatedAt
7757
6743
  orderId
7758
- Order {
7759
- id
7760
- }
7761
6744
  }
7762
6745
  trailPrice
7763
6746
  trailPercent
@@ -7769,9 +6752,6 @@ export const Session = {
7769
6752
  filledAt
7770
6753
  filledAvgPrice
7771
6754
  actionId
7772
- alpacaAccount {
7773
- id
7774
- }
7775
6755
  action {
7776
6756
  id
7777
6757
  sequence
@@ -7795,23 +6775,8 @@ export const Session = {
7795
6775
  createdAt
7796
6776
  updatedAt
7797
6777
  status
7798
- alpacaAccount {
7799
- id
7800
- }
7801
- asset {
7802
- id
7803
- }
7804
- actions {
7805
- id
7806
- }
7807
- }
7808
- order {
7809
- id
7810
6778
  }
7811
6779
  }
7812
- asset {
7813
- id
7814
- }
7815
6780
  fee
7816
6781
  strikePrice
7817
6782
  expirationDate
@@ -7819,9 +6784,6 @@ export const Session = {
7819
6784
  stopLossId
7820
6785
  takeProfitId
7821
6786
  }
7822
- positions {
7823
- id
7824
- }
7825
6787
  newsMentions {
7826
6788
  id
7827
6789
  assetId
@@ -7844,12 +6806,6 @@ export const Session = {
7844
6806
  logo
7845
6807
  createdAt
7846
6808
  updatedAt
7847
- assets {
7848
- id
7849
- }
7850
- }
7851
- asset {
7852
- id
7853
6809
  }
7854
6810
  relevancyScore
7855
6811
  sentimentScore
@@ -7869,9 +6825,6 @@ export const Session = {
7869
6825
  lastTradePrice
7870
6826
  changeToday
7871
6827
  assetMarginable
7872
- alpacaAccount {
7873
- id
7874
- }
7875
6828
  alpacaAccountId
7876
6829
  }
7877
6830
  alerts {
@@ -7882,9 +6835,6 @@ export const Session = {
7882
6835
  isRead
7883
6836
  createdAt
7884
6837
  updatedAt
7885
- alpacaAccount {
7886
- id
7887
- }
7888
6838
  }
7889
6839
  }
7890
6840
  }
@@ -7945,9 +6895,6 @@ export const Session = {
7945
6895
  stripeCurrentPeriodEnd
7946
6896
  createdAt
7947
6897
  updatedAt
7948
- users {
7949
- id
7950
- }
7951
6898
  }
7952
6899
  customerId
7953
6900
  accounts {
@@ -7965,12 +6912,6 @@ export const Session = {
7965
6912
  session_state
7966
6913
  createdAt
7967
6914
  updatedAt
7968
- user {
7969
- id
7970
- }
7971
- }
7972
- sessions {
7973
- id
7974
6915
  }
7975
6916
  authenticators {
7976
6917
  id
@@ -7978,9 +6919,6 @@ export const Session = {
7978
6919
  credentialID
7979
6920
  publicKey
7980
6921
  counter
7981
- user {
7982
- id
7983
- }
7984
6922
  createdAt
7985
6923
  updatedAt
7986
6924
  }
@@ -7994,9 +6932,6 @@ export const Session = {
7994
6932
  marketOpen
7995
6933
  minOrderSize
7996
6934
  maxOrderSize
7997
- user {
7998
- id
7999
- }
8000
6935
  userId
8001
6936
  createdAt
8002
6937
  updatedAt
@@ -8015,9 +6950,6 @@ export const Session = {
8015
6950
  createdAt
8016
6951
  updatedAt
8017
6952
  status
8018
- alpacaAccount {
8019
- id
8020
- }
8021
6953
  asset {
8022
6954
  id
8023
6955
  symbol
@@ -8077,9 +7009,6 @@ export const Session = {
8077
7009
  buyPrice
8078
7010
  createdAt
8079
7011
  updatedAt
8080
- trades {
8081
- id
8082
- }
8083
7012
  orders {
8084
7013
  id
8085
7014
  clientOrderId
@@ -8100,9 +7029,6 @@ export const Session = {
8100
7029
  createdAt
8101
7030
  updatedAt
8102
7031
  orderId
8103
- Order {
8104
- id
8105
- }
8106
7032
  }
8107
7033
  takeProfit {
8108
7034
  id
@@ -8111,9 +7037,6 @@ export const Session = {
8111
7037
  createdAt
8112
7038
  updatedAt
8113
7039
  orderId
8114
- Order {
8115
- id
8116
- }
8117
7040
  }
8118
7041
  trailPrice
8119
7042
  trailPercent
@@ -8125,9 +7048,6 @@ export const Session = {
8125
7048
  filledAt
8126
7049
  filledAvgPrice
8127
7050
  actionId
8128
- alpacaAccount {
8129
- id
8130
- }
8131
7051
  action {
8132
7052
  id
8133
7053
  sequence
@@ -8136,15 +7056,6 @@ export const Session = {
8136
7056
  note
8137
7057
  status
8138
7058
  fee
8139
- trade {
8140
- id
8141
- }
8142
- order {
8143
- id
8144
- }
8145
- }
8146
- asset {
8147
- id
8148
7059
  }
8149
7060
  fee
8150
7061
  strikePrice
@@ -8156,9 +7067,6 @@ export const Session = {
8156
7067
  positions {
8157
7068
  id
8158
7069
  assetId
8159
- asset {
8160
- id
8161
- }
8162
7070
  averageEntryPrice
8163
7071
  qty
8164
7072
  qtyAvailable
@@ -8172,9 +7080,6 @@ export const Session = {
8172
7080
  lastTradePrice
8173
7081
  changeToday
8174
7082
  assetMarginable
8175
- alpacaAccount {
8176
- id
8177
- }
8178
7083
  alpacaAccountId
8179
7084
  }
8180
7085
  newsMentions {
@@ -8199,12 +7104,6 @@ export const Session = {
8199
7104
  logo
8200
7105
  createdAt
8201
7106
  updatedAt
8202
- assets {
8203
- id
8204
- }
8205
- }
8206
- asset {
8207
- id
8208
7107
  }
8209
7108
  relevancyScore
8210
7109
  sentimentScore
@@ -8219,9 +7118,6 @@ export const Session = {
8219
7118
  note
8220
7119
  status
8221
7120
  fee
8222
- trade {
8223
- id
8224
- }
8225
7121
  order {
8226
7122
  id
8227
7123
  clientOrderId
@@ -8242,9 +7138,6 @@ export const Session = {
8242
7138
  createdAt
8243
7139
  updatedAt
8244
7140
  orderId
8245
- Order {
8246
- id
8247
- }
8248
7141
  }
8249
7142
  takeProfit {
8250
7143
  id
@@ -8253,9 +7146,6 @@ export const Session = {
8253
7146
  createdAt
8254
7147
  updatedAt
8255
7148
  orderId
8256
- Order {
8257
- id
8258
- }
8259
7149
  }
8260
7150
  trailPrice
8261
7151
  trailPercent
@@ -8267,12 +7157,6 @@ export const Session = {
8267
7157
  filledAt
8268
7158
  filledAvgPrice
8269
7159
  actionId
8270
- alpacaAccount {
8271
- id
8272
- }
8273
- action {
8274
- id
8275
- }
8276
7160
  asset {
8277
7161
  id
8278
7162
  symbol
@@ -8332,18 +7216,9 @@ export const Session = {
8332
7216
  buyPrice
8333
7217
  createdAt
8334
7218
  updatedAt
8335
- trades {
8336
- id
8337
- }
8338
- orders {
8339
- id
8340
- }
8341
7219
  positions {
8342
7220
  id
8343
7221
  assetId
8344
- asset {
8345
- id
8346
- }
8347
7222
  averageEntryPrice
8348
7223
  qty
8349
7224
  qtyAvailable
@@ -8357,9 +7232,6 @@ export const Session = {
8357
7232
  lastTradePrice
8358
7233
  changeToday
8359
7234
  assetMarginable
8360
- alpacaAccount {
8361
- id
8362
- }
8363
7235
  alpacaAccountId
8364
7236
  }
8365
7237
  newsMentions {
@@ -8384,12 +7256,6 @@ export const Session = {
8384
7256
  logo
8385
7257
  createdAt
8386
7258
  updatedAt
8387
- assets {
8388
- id
8389
- }
8390
- }
8391
- asset {
8392
- id
8393
7259
  }
8394
7260
  relevancyScore
8395
7261
  sentimentScore
@@ -8425,9 +7291,6 @@ export const Session = {
8425
7291
  createdAt
8426
7292
  updatedAt
8427
7293
  orderId
8428
- Order {
8429
- id
8430
- }
8431
7294
  }
8432
7295
  takeProfit {
8433
7296
  id
@@ -8436,9 +7299,6 @@ export const Session = {
8436
7299
  createdAt
8437
7300
  updatedAt
8438
7301
  orderId
8439
- Order {
8440
- id
8441
- }
8442
7302
  }
8443
7303
  trailPrice
8444
7304
  trailPercent
@@ -8450,9 +7310,6 @@ export const Session = {
8450
7310
  filledAt
8451
7311
  filledAvgPrice
8452
7312
  actionId
8453
- alpacaAccount {
8454
- id
8455
- }
8456
7313
  action {
8457
7314
  id
8458
7315
  sequence
@@ -8476,9 +7333,6 @@ export const Session = {
8476
7333
  createdAt
8477
7334
  updatedAt
8478
7335
  status
8479
- alpacaAccount {
8480
- id
8481
- }
8482
7336
  asset {
8483
7337
  id
8484
7338
  symbol
@@ -8538,18 +7392,9 @@ export const Session = {
8538
7392
  buyPrice
8539
7393
  createdAt
8540
7394
  updatedAt
8541
- trades {
8542
- id
8543
- }
8544
- orders {
8545
- id
8546
- }
8547
7395
  positions {
8548
7396
  id
8549
7397
  assetId
8550
- asset {
8551
- id
8552
- }
8553
7398
  averageEntryPrice
8554
7399
  qty
8555
7400
  qtyAvailable
@@ -8563,9 +7408,6 @@ export const Session = {
8563
7408
  lastTradePrice
8564
7409
  changeToday
8565
7410
  assetMarginable
8566
- alpacaAccount {
8567
- id
8568
- }
8569
7411
  alpacaAccountId
8570
7412
  }
8571
7413
  newsMentions {
@@ -8590,24 +7432,12 @@ export const Session = {
8590
7432
  logo
8591
7433
  createdAt
8592
7434
  updatedAt
8593
- assets {
8594
- id
8595
- }
8596
- }
8597
- asset {
8598
- id
8599
7435
  }
8600
7436
  relevancyScore
8601
7437
  sentimentScore
8602
7438
  sentimentLabel
8603
7439
  }
8604
7440
  }
8605
- actions {
8606
- id
8607
- }
8608
- }
8609
- order {
8610
- id
8611
7441
  }
8612
7442
  }
8613
7443
  asset {
@@ -8684,12 +7514,6 @@ export const Session = {
8684
7514
  createdAt
8685
7515
  updatedAt
8686
7516
  status
8687
- alpacaAccount {
8688
- id
8689
- }
8690
- asset {
8691
- id
8692
- }
8693
7517
  actions {
8694
7518
  id
8695
7519
  sequence
@@ -8698,23 +7522,11 @@ export const Session = {
8698
7522
  note
8699
7523
  status
8700
7524
  fee
8701
- trade {
8702
- id
8703
- }
8704
- order {
8705
- id
8706
- }
8707
7525
  }
8708
7526
  }
8709
- orders {
8710
- id
8711
- }
8712
7527
  positions {
8713
7528
  id
8714
7529
  assetId
8715
- asset {
8716
- id
8717
- }
8718
7530
  averageEntryPrice
8719
7531
  qty
8720
7532
  qtyAvailable
@@ -8728,9 +7540,6 @@ export const Session = {
8728
7540
  lastTradePrice
8729
7541
  changeToday
8730
7542
  assetMarginable
8731
- alpacaAccount {
8732
- id
8733
- }
8734
7543
  alpacaAccountId
8735
7544
  }
8736
7545
  newsMentions {
@@ -8755,12 +7564,6 @@ export const Session = {
8755
7564
  logo
8756
7565
  createdAt
8757
7566
  updatedAt
8758
- assets {
8759
- id
8760
- }
8761
- }
8762
- asset {
8763
- id
8764
7567
  }
8765
7568
  relevancyScore
8766
7569
  sentimentScore
@@ -8851,12 +7654,6 @@ export const Session = {
8851
7654
  createdAt
8852
7655
  updatedAt
8853
7656
  status
8854
- alpacaAccount {
8855
- id
8856
- }
8857
- asset {
8858
- id
8859
- }
8860
7657
  actions {
8861
7658
  id
8862
7659
  sequence
@@ -8865,9 +7662,6 @@ export const Session = {
8865
7662
  note
8866
7663
  status
8867
7664
  fee
8868
- trade {
8869
- id
8870
- }
8871
7665
  order {
8872
7666
  id
8873
7667
  clientOrderId
@@ -8888,9 +7682,6 @@ export const Session = {
8888
7682
  createdAt
8889
7683
  updatedAt
8890
7684
  orderId
8891
- Order {
8892
- id
8893
- }
8894
7685
  }
8895
7686
  takeProfit {
8896
7687
  id
@@ -8899,9 +7690,6 @@ export const Session = {
8899
7690
  createdAt
8900
7691
  updatedAt
8901
7692
  orderId
8902
- Order {
8903
- id
8904
- }
8905
7693
  }
8906
7694
  trailPrice
8907
7695
  trailPercent
@@ -8913,15 +7701,6 @@ export const Session = {
8913
7701
  filledAt
8914
7702
  filledAvgPrice
8915
7703
  actionId
8916
- alpacaAccount {
8917
- id
8918
- }
8919
- action {
8920
- id
8921
- }
8922
- asset {
8923
- id
8924
- }
8925
7704
  fee
8926
7705
  strikePrice
8927
7706
  expirationDate
@@ -8951,9 +7730,6 @@ export const Session = {
8951
7730
  createdAt
8952
7731
  updatedAt
8953
7732
  orderId
8954
- Order {
8955
- id
8956
- }
8957
7733
  }
8958
7734
  takeProfit {
8959
7735
  id
@@ -8962,9 +7738,6 @@ export const Session = {
8962
7738
  createdAt
8963
7739
  updatedAt
8964
7740
  orderId
8965
- Order {
8966
- id
8967
- }
8968
7741
  }
8969
7742
  trailPrice
8970
7743
  trailPercent
@@ -8976,9 +7749,6 @@ export const Session = {
8976
7749
  filledAt
8977
7750
  filledAvgPrice
8978
7751
  actionId
8979
- alpacaAccount {
8980
- id
8981
- }
8982
7752
  action {
8983
7753
  id
8984
7754
  sequence
@@ -9002,22 +7772,7 @@ export const Session = {
9002
7772
  createdAt
9003
7773
  updatedAt
9004
7774
  status
9005
- alpacaAccount {
9006
- id
9007
- }
9008
- asset {
9009
- id
9010
- }
9011
- actions {
9012
- id
9013
- }
9014
7775
  }
9015
- order {
9016
- id
9017
- }
9018
- }
9019
- asset {
9020
- id
9021
7776
  }
9022
7777
  fee
9023
7778
  strikePrice
@@ -9026,9 +7781,6 @@ export const Session = {
9026
7781
  stopLossId
9027
7782
  takeProfitId
9028
7783
  }
9029
- positions {
9030
- id
9031
- }
9032
7784
  newsMentions {
9033
7785
  id
9034
7786
  assetId
@@ -9051,12 +7803,6 @@ export const Session = {
9051
7803
  logo
9052
7804
  createdAt
9053
7805
  updatedAt
9054
- assets {
9055
- id
9056
- }
9057
- }
9058
- asset {
9059
- id
9060
7806
  }
9061
7807
  relevancyScore
9062
7808
  sentimentScore
@@ -9076,9 +7822,6 @@ export const Session = {
9076
7822
  lastTradePrice
9077
7823
  changeToday
9078
7824
  assetMarginable
9079
- alpacaAccount {
9080
- id
9081
- }
9082
7825
  alpacaAccountId
9083
7826
  }
9084
7827
  alerts {
@@ -9089,9 +7832,6 @@ export const Session = {
9089
7832
  isRead
9090
7833
  createdAt
9091
7834
  updatedAt
9092
- alpacaAccount {
9093
- id
9094
- }
9095
7835
  }
9096
7836
  }
9097
7837
  }