adaptic-backend 1.0.86 → 1.0.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/Account.cjs +1 -1261
  2. package/Action.cjs +0 -2016
  3. package/Alert.cjs +1 -1261
  4. package/AlpacaAccount.cjs +1 -1261
  5. package/Asset.cjs +0 -1548
  6. package/Authenticator.cjs +1 -1261
  7. package/Customer.cjs +1 -1261
  8. package/NewsArticle.cjs +1 -1549
  9. package/NewsArticleAssetSentiment.cjs +1 -1549
  10. package/Order.cjs +2 -1550
  11. package/Position.cjs +1 -1909
  12. package/Session.cjs +1 -1261
  13. package/StopLoss.cjs +2 -1550
  14. package/TakeProfit.cjs +2 -1550
  15. package/Trade.cjs +2 -1694
  16. package/User.cjs +1 -1261
  17. package/package.json +1 -1
  18. package/server/Account.d.ts.map +1 -1
  19. package/server/Account.js.map +1 -1
  20. package/server/Account.mjs +1 -1261
  21. package/server/Action.d.ts.map +1 -1
  22. package/server/Action.js.map +1 -1
  23. package/server/Action.mjs +0 -2016
  24. package/server/Alert.d.ts.map +1 -1
  25. package/server/Alert.js.map +1 -1
  26. package/server/Alert.mjs +1 -1261
  27. package/server/AlpacaAccount.d.ts.map +1 -1
  28. package/server/AlpacaAccount.js.map +1 -1
  29. package/server/AlpacaAccount.mjs +1 -1261
  30. package/server/Asset.d.ts.map +1 -1
  31. package/server/Asset.js.map +1 -1
  32. package/server/Asset.mjs +0 -1548
  33. package/server/Authenticator.d.ts.map +1 -1
  34. package/server/Authenticator.js.map +1 -1
  35. package/server/Authenticator.mjs +1 -1261
  36. package/server/Customer.d.ts.map +1 -1
  37. package/server/Customer.js.map +1 -1
  38. package/server/Customer.mjs +1 -1261
  39. package/server/NewsArticle.d.ts.map +1 -1
  40. package/server/NewsArticle.js.map +1 -1
  41. package/server/NewsArticle.mjs +1 -1549
  42. package/server/NewsArticleAssetSentiment.d.ts.map +1 -1
  43. package/server/NewsArticleAssetSentiment.js.map +1 -1
  44. package/server/NewsArticleAssetSentiment.mjs +1 -1549
  45. package/server/Order.d.ts.map +1 -1
  46. package/server/Order.js.map +1 -1
  47. package/server/Order.mjs +2 -1550
  48. package/server/Position.d.ts.map +1 -1
  49. package/server/Position.js.map +1 -1
  50. package/server/Position.mjs +1 -1909
  51. package/server/Session.d.ts.map +1 -1
  52. package/server/Session.js.map +1 -1
  53. package/server/Session.mjs +1 -1261
  54. package/server/StopLoss.d.ts.map +1 -1
  55. package/server/StopLoss.js.map +1 -1
  56. package/server/StopLoss.mjs +2 -1550
  57. package/server/TakeProfit.d.ts.map +1 -1
  58. package/server/TakeProfit.js.map +1 -1
  59. package/server/TakeProfit.mjs +2 -1550
  60. package/server/Trade.d.ts.map +1 -1
  61. package/server/Trade.js.map +1 -1
  62. package/server/Trade.mjs +2 -1694
  63. package/server/User.d.ts.map +1 -1
  64. package/server/User.js.map +1 -1
  65. package/server/User.mjs +1 -1261
package/server/Action.mjs CHANGED
@@ -70,9 +70,6 @@ export const Action = {
70
70
  stripeCurrentPeriodEnd
71
71
  createdAt
72
72
  updatedAt
73
- users {
74
- id
75
- }
76
73
  }
77
74
  customerId
78
75
  accounts {
@@ -90,18 +87,12 @@ export const Action = {
90
87
  session_state
91
88
  createdAt
92
89
  updatedAt
93
- user {
94
- id
95
- }
96
90
  }
97
91
  sessions {
98
92
  id
99
93
  sessionToken
100
94
  userId
101
95
  expires
102
- user {
103
- id
104
- }
105
96
  createdAt
106
97
  updatedAt
107
98
  }
@@ -111,23 +102,14 @@ export const Action = {
111
102
  credentialID
112
103
  publicKey
113
104
  counter
114
- user {
115
- id
116
- }
117
105
  createdAt
118
106
  updatedAt
119
107
  }
120
108
  plan
121
- alpacaAccounts {
122
- id
123
- }
124
109
  }
125
110
  userId
126
111
  createdAt
127
112
  updatedAt
128
- trades {
129
- id
130
- }
131
113
  orders {
132
114
  id
133
115
  clientOrderId
@@ -148,9 +130,6 @@ export const Action = {
148
130
  createdAt
149
131
  updatedAt
150
132
  orderId
151
- Order {
152
- id
153
- }
154
133
  }
155
134
  takeProfit {
156
135
  id
@@ -159,9 +138,6 @@ export const Action = {
159
138
  createdAt
160
139
  updatedAt
161
140
  orderId
162
- Order {
163
- id
164
- }
165
141
  }
166
142
  trailPrice
167
143
  trailPercent
@@ -173,12 +149,6 @@ export const Action = {
173
149
  filledAt
174
150
  filledAvgPrice
175
151
  actionId
176
- alpacaAccount {
177
- id
178
- }
179
- action {
180
- id
181
- }
182
152
  asset {
183
153
  id
184
154
  symbol
@@ -238,18 +208,9 @@ export const Action = {
238
208
  buyPrice
239
209
  createdAt
240
210
  updatedAt
241
- trades {
242
- id
243
- }
244
- orders {
245
- id
246
- }
247
211
  positions {
248
212
  id
249
213
  assetId
250
- asset {
251
- id
252
- }
253
214
  averageEntryPrice
254
215
  qty
255
216
  qtyAvailable
@@ -263,9 +224,6 @@ export const Action = {
263
224
  lastTradePrice
264
225
  changeToday
265
226
  assetMarginable
266
- alpacaAccount {
267
- id
268
- }
269
227
  alpacaAccountId
270
228
  }
271
229
  newsMentions {
@@ -290,12 +248,6 @@ export const Action = {
290
248
  logo
291
249
  createdAt
292
250
  updatedAt
293
- assets {
294
- id
295
- }
296
- }
297
- asset {
298
- id
299
251
  }
300
252
  relevancyScore
301
253
  sentimentScore
@@ -371,9 +323,6 @@ export const Action = {
371
323
  buyPrice
372
324
  createdAt
373
325
  updatedAt
374
- trades {
375
- id
376
- }
377
326
  orders {
378
327
  id
379
328
  clientOrderId
@@ -394,9 +343,6 @@ export const Action = {
394
343
  createdAt
395
344
  updatedAt
396
345
  orderId
397
- Order {
398
- id
399
- }
400
346
  }
401
347
  takeProfit {
402
348
  id
@@ -405,9 +351,6 @@ export const Action = {
405
351
  createdAt
406
352
  updatedAt
407
353
  orderId
408
- Order {
409
- id
410
- }
411
354
  }
412
355
  trailPrice
413
356
  trailPercent
@@ -419,15 +362,6 @@ export const Action = {
419
362
  filledAt
420
363
  filledAvgPrice
421
364
  actionId
422
- alpacaAccount {
423
- id
424
- }
425
- action {
426
- id
427
- }
428
- asset {
429
- id
430
- }
431
365
  fee
432
366
  strikePrice
433
367
  expirationDate
@@ -435,9 +369,6 @@ export const Action = {
435
369
  stopLossId
436
370
  takeProfitId
437
371
  }
438
- positions {
439
- id
440
- }
441
372
  newsMentions {
442
373
  id
443
374
  assetId
@@ -460,12 +391,6 @@ export const Action = {
460
391
  logo
461
392
  createdAt
462
393
  updatedAt
463
- assets {
464
- id
465
- }
466
- }
467
- asset {
468
- id
469
394
  }
470
395
  relevancyScore
471
396
  sentimentScore
@@ -485,9 +410,6 @@ export const Action = {
485
410
  lastTradePrice
486
411
  changeToday
487
412
  assetMarginable
488
- alpacaAccount {
489
- id
490
- }
491
413
  alpacaAccountId
492
414
  }
493
415
  alerts {
@@ -498,9 +420,6 @@ export const Action = {
498
420
  isRead
499
421
  createdAt
500
422
  updatedAt
501
- alpacaAccount {
502
- id
503
- }
504
423
  }
505
424
  }
506
425
  asset {
@@ -562,9 +481,6 @@ export const Action = {
562
481
  buyPrice
563
482
  createdAt
564
483
  updatedAt
565
- trades {
566
- id
567
- }
568
484
  orders {
569
485
  id
570
486
  clientOrderId
@@ -585,9 +501,6 @@ export const Action = {
585
501
  createdAt
586
502
  updatedAt
587
503
  orderId
588
- Order {
589
- id
590
- }
591
504
  }
592
505
  takeProfit {
593
506
  id
@@ -596,9 +509,6 @@ export const Action = {
596
509
  createdAt
597
510
  updatedAt
598
511
  orderId
599
- Order {
600
- id
601
- }
602
512
  }
603
513
  trailPrice
604
514
  trailPercent
@@ -642,9 +552,6 @@ export const Action = {
642
552
  stripeCurrentPeriodEnd
643
553
  createdAt
644
554
  updatedAt
645
- users {
646
- id
647
- }
648
555
  }
649
556
  customerId
650
557
  accounts {
@@ -662,18 +569,12 @@ export const Action = {
662
569
  session_state
663
570
  createdAt
664
571
  updatedAt
665
- user {
666
- id
667
- }
668
572
  }
669
573
  sessions {
670
574
  id
671
575
  sessionToken
672
576
  userId
673
577
  expires
674
- user {
675
- id
676
- }
677
578
  createdAt
678
579
  updatedAt
679
580
  }
@@ -683,32 +584,17 @@ export const Action = {
683
584
  credentialID
684
585
  publicKey
685
586
  counter
686
- user {
687
- id
688
- }
689
587
  createdAt
690
588
  updatedAt
691
589
  }
692
590
  plan
693
- alpacaAccounts {
694
- id
695
- }
696
591
  }
697
592
  userId
698
593
  createdAt
699
594
  updatedAt
700
- trades {
701
- id
702
- }
703
- orders {
704
- id
705
- }
706
595
  positions {
707
596
  id
708
597
  assetId
709
- asset {
710
- id
711
- }
712
598
  averageEntryPrice
713
599
  qty
714
600
  qtyAvailable
@@ -722,9 +608,6 @@ export const Action = {
722
608
  lastTradePrice
723
609
  changeToday
724
610
  assetMarginable
725
- alpacaAccount {
726
- id
727
- }
728
611
  alpacaAccountId
729
612
  }
730
613
  alerts {
@@ -735,17 +618,8 @@ export const Action = {
735
618
  isRead
736
619
  createdAt
737
620
  updatedAt
738
- alpacaAccount {
739
- id
740
- }
741
621
  }
742
622
  }
743
- action {
744
- id
745
- }
746
- asset {
747
- id
748
- }
749
623
  fee
750
624
  strikePrice
751
625
  expirationDate
@@ -756,9 +630,6 @@ export const Action = {
756
630
  positions {
757
631
  id
758
632
  assetId
759
- asset {
760
- id
761
- }
762
633
  averageEntryPrice
763
634
  qty
764
635
  qtyAvailable
@@ -804,9 +675,6 @@ export const Action = {
804
675
  stripeCurrentPeriodEnd
805
676
  createdAt
806
677
  updatedAt
807
- users {
808
- id
809
- }
810
678
  }
811
679
  customerId
812
680
  accounts {
@@ -824,18 +692,12 @@ export const Action = {
824
692
  session_state
825
693
  createdAt
826
694
  updatedAt
827
- user {
828
- id
829
- }
830
695
  }
831
696
  sessions {
832
697
  id
833
698
  sessionToken
834
699
  userId
835
700
  expires
836
- user {
837
- id
838
- }
839
701
  createdAt
840
702
  updatedAt
841
703
  }
@@ -845,23 +707,14 @@ export const Action = {
845
707
  credentialID
846
708
  publicKey
847
709
  counter
848
- user {
849
- id
850
- }
851
710
  createdAt
852
711
  updatedAt
853
712
  }
854
713
  plan
855
- alpacaAccounts {
856
- id
857
- }
858
714
  }
859
715
  userId
860
716
  createdAt
861
717
  updatedAt
862
- trades {
863
- id
864
- }
865
718
  orders {
866
719
  id
867
720
  clientOrderId
@@ -882,9 +735,6 @@ export const Action = {
882
735
  createdAt
883
736
  updatedAt
884
737
  orderId
885
- Order {
886
- id
887
- }
888
738
  }
889
739
  takeProfit {
890
740
  id
@@ -893,9 +743,6 @@ export const Action = {
893
743
  createdAt
894
744
  updatedAt
895
745
  orderId
896
- Order {
897
- id
898
- }
899
746
  }
900
747
  trailPrice
901
748
  trailPercent
@@ -907,15 +754,6 @@ export const Action = {
907
754
  filledAt
908
755
  filledAvgPrice
909
756
  actionId
910
- alpacaAccount {
911
- id
912
- }
913
- action {
914
- id
915
- }
916
- asset {
917
- id
918
- }
919
757
  fee
920
758
  strikePrice
921
759
  expirationDate
@@ -923,9 +761,6 @@ export const Action = {
923
761
  stopLossId
924
762
  takeProfitId
925
763
  }
926
- positions {
927
- id
928
- }
929
764
  alerts {
930
765
  id
931
766
  alpacaAccountId
@@ -934,9 +769,6 @@ export const Action = {
934
769
  isRead
935
770
  createdAt
936
771
  updatedAt
937
- alpacaAccount {
938
- id
939
- }
940
772
  }
941
773
  }
942
774
  alpacaAccountId
@@ -963,21 +795,12 @@ export const Action = {
963
795
  logo
964
796
  createdAt
965
797
  updatedAt
966
- assets {
967
- id
968
- }
969
- }
970
- asset {
971
- id
972
798
  }
973
799
  relevancyScore
974
800
  sentimentScore
975
801
  sentimentLabel
976
802
  }
977
803
  }
978
- actions {
979
- id
980
- }
981
804
  }
982
805
  order {
983
806
  id
@@ -999,9 +822,6 @@ export const Action = {
999
822
  createdAt
1000
823
  updatedAt
1001
824
  orderId
1002
- Order {
1003
- id
1004
- }
1005
825
  }
1006
826
  takeProfit {
1007
827
  id
@@ -1010,9 +830,6 @@ export const Action = {
1010
830
  createdAt
1011
831
  updatedAt
1012
832
  orderId
1013
- Order {
1014
- id
1015
- }
1016
833
  }
1017
834
  trailPrice
1018
835
  trailPercent
@@ -1056,9 +873,6 @@ export const Action = {
1056
873
  stripeCurrentPeriodEnd
1057
874
  createdAt
1058
875
  updatedAt
1059
- users {
1060
- id
1061
- }
1062
876
  }
1063
877
  customerId
1064
878
  accounts {
@@ -1076,18 +890,12 @@ export const Action = {
1076
890
  session_state
1077
891
  createdAt
1078
892
  updatedAt
1079
- user {
1080
- id
1081
- }
1082
893
  }
1083
894
  sessions {
1084
895
  id
1085
896
  sessionToken
1086
897
  userId
1087
898
  expires
1088
- user {
1089
- id
1090
- }
1091
899
  createdAt
1092
900
  updatedAt
1093
901
  }
@@ -1097,16 +905,10 @@ export const Action = {
1097
905
  credentialID
1098
906
  publicKey
1099
907
  counter
1100
- user {
1101
- id
1102
- }
1103
908
  createdAt
1104
909
  updatedAt
1105
910
  }
1106
911
  plan
1107
- alpacaAccounts {
1108
- id
1109
- }
1110
912
  }
1111
913
  userId
1112
914
  createdAt
@@ -1126,9 +928,6 @@ export const Action = {
1126
928
  createdAt
1127
929
  updatedAt
1128
930
  status
1129
- alpacaAccount {
1130
- id
1131
- }
1132
931
  asset {
1133
932
  id
1134
933
  symbol
@@ -1188,18 +987,9 @@ export const Action = {
1188
987
  buyPrice
1189
988
  createdAt
1190
989
  updatedAt
1191
- trades {
1192
- id
1193
- }
1194
- orders {
1195
- id
1196
- }
1197
990
  positions {
1198
991
  id
1199
992
  assetId
1200
- asset {
1201
- id
1202
- }
1203
993
  averageEntryPrice
1204
994
  qty
1205
995
  qtyAvailable
@@ -1213,9 +1003,6 @@ export const Action = {
1213
1003
  lastTradePrice
1214
1004
  changeToday
1215
1005
  assetMarginable
1216
- alpacaAccount {
1217
- id
1218
- }
1219
1006
  alpacaAccountId
1220
1007
  }
1221
1008
  newsMentions {
@@ -1240,24 +1027,12 @@ export const Action = {
1240
1027
  logo
1241
1028
  createdAt
1242
1029
  updatedAt
1243
- assets {
1244
- id
1245
- }
1246
- }
1247
- asset {
1248
- id
1249
1030
  }
1250
1031
  relevancyScore
1251
1032
  sentimentScore
1252
1033
  sentimentLabel
1253
1034
  }
1254
1035
  }
1255
- actions {
1256
- id
1257
- }
1258
- }
1259
- orders {
1260
- id
1261
1036
  }
1262
1037
  positions {
1263
1038
  id
@@ -1336,21 +1111,6 @@ export const Action = {
1336
1111
  createdAt
1337
1112
  updatedAt
1338
1113
  status
1339
- alpacaAccount {
1340
- id
1341
- }
1342
- asset {
1343
- id
1344
- }
1345
- actions {
1346
- id
1347
- }
1348
- }
1349
- orders {
1350
- id
1351
- }
1352
- positions {
1353
- id
1354
1114
  }
1355
1115
  newsMentions {
1356
1116
  id
@@ -1374,12 +1134,6 @@ export const Action = {
1374
1134
  logo
1375
1135
  createdAt
1376
1136
  updatedAt
1377
- assets {
1378
- id
1379
- }
1380
- }
1381
- asset {
1382
- id
1383
1137
  }
1384
1138
  relevancyScore
1385
1139
  sentimentScore
@@ -1399,9 +1153,6 @@ export const Action = {
1399
1153
  lastTradePrice
1400
1154
  changeToday
1401
1155
  assetMarginable
1402
- alpacaAccount {
1403
- id
1404
- }
1405
1156
  alpacaAccountId
1406
1157
  }
1407
1158
  alerts {
@@ -1412,14 +1163,8 @@ export const Action = {
1412
1163
  isRead
1413
1164
  createdAt
1414
1165
  updatedAt
1415
- alpacaAccount {
1416
- id
1417
- }
1418
1166
  }
1419
1167
  }
1420
- action {
1421
- id
1422
- }
1423
1168
  asset {
1424
1169
  id
1425
1170
  symbol
@@ -1526,9 +1271,6 @@ export const Action = {
1526
1271
  stripeCurrentPeriodEnd
1527
1272
  createdAt
1528
1273
  updatedAt
1529
- users {
1530
- id
1531
- }
1532
1274
  }
1533
1275
  customerId
1534
1276
  accounts {
@@ -1546,18 +1288,12 @@ export const Action = {
1546
1288
  session_state
1547
1289
  createdAt
1548
1290
  updatedAt
1549
- user {
1550
- id
1551
- }
1552
1291
  }
1553
1292
  sessions {
1554
1293
  id
1555
1294
  sessionToken
1556
1295
  userId
1557
1296
  expires
1558
- user {
1559
- id
1560
- }
1561
1297
  createdAt
1562
1298
  updatedAt
1563
1299
  }
@@ -1567,32 +1303,17 @@ export const Action = {
1567
1303
  credentialID
1568
1304
  publicKey
1569
1305
  counter
1570
- user {
1571
- id
1572
- }
1573
1306
  createdAt
1574
1307
  updatedAt
1575
1308
  }
1576
1309
  plan
1577
- alpacaAccounts {
1578
- id
1579
- }
1580
1310
  }
1581
1311
  userId
1582
1312
  createdAt
1583
1313
  updatedAt
1584
- trades {
1585
- id
1586
- }
1587
- orders {
1588
- id
1589
- }
1590
1314
  positions {
1591
1315
  id
1592
1316
  assetId
1593
- asset {
1594
- id
1595
- }
1596
1317
  averageEntryPrice
1597
1318
  qty
1598
1319
  qtyAvailable
@@ -1606,9 +1327,6 @@ export const Action = {
1606
1327
  lastTradePrice
1607
1328
  changeToday
1608
1329
  assetMarginable
1609
- alpacaAccount {
1610
- id
1611
- }
1612
1330
  alpacaAccountId
1613
1331
  }
1614
1332
  alerts {
@@ -1619,27 +1337,12 @@ export const Action = {
1619
1337
  isRead
1620
1338
  createdAt
1621
1339
  updatedAt
1622
- alpacaAccount {
1623
- id
1624
- }
1625
1340
  }
1626
1341
  }
1627
- asset {
1628
- id
1629
- }
1630
- actions {
1631
- id
1632
- }
1633
- }
1634
- orders {
1635
- id
1636
1342
  }
1637
1343
  positions {
1638
1344
  id
1639
1345
  assetId
1640
- asset {
1641
- id
1642
- }
1643
1346
  averageEntryPrice
1644
1347
  qty
1645
1348
  qtyAvailable
@@ -1685,9 +1388,6 @@ export const Action = {
1685
1388
  stripeCurrentPeriodEnd
1686
1389
  createdAt
1687
1390
  updatedAt
1688
- users {
1689
- id
1690
- }
1691
1391
  }
1692
1392
  customerId
1693
1393
  accounts {
@@ -1705,18 +1405,12 @@ export const Action = {
1705
1405
  session_state
1706
1406
  createdAt
1707
1407
  updatedAt
1708
- user {
1709
- id
1710
- }
1711
1408
  }
1712
1409
  sessions {
1713
1410
  id
1714
1411
  sessionToken
1715
1412
  userId
1716
1413
  expires
1717
- user {
1718
- id
1719
- }
1720
1414
  createdAt
1721
1415
  updatedAt
1722
1416
  }
@@ -1726,16 +1420,10 @@ export const Action = {
1726
1420
  credentialID
1727
1421
  publicKey
1728
1422
  counter
1729
- user {
1730
- id
1731
- }
1732
1423
  createdAt
1733
1424
  updatedAt
1734
1425
  }
1735
1426
  plan
1736
- alpacaAccounts {
1737
- id
1738
- }
1739
1427
  }
1740
1428
  userId
1741
1429
  createdAt
@@ -1755,21 +1443,6 @@ export const Action = {
1755
1443
  createdAt
1756
1444
  updatedAt
1757
1445
  status
1758
- alpacaAccount {
1759
- id
1760
- }
1761
- asset {
1762
- id
1763
- }
1764
- actions {
1765
- id
1766
- }
1767
- }
1768
- orders {
1769
- id
1770
- }
1771
- positions {
1772
- id
1773
1446
  }
1774
1447
  alerts {
1775
1448
  id
@@ -1779,9 +1452,6 @@ export const Action = {
1779
1452
  isRead
1780
1453
  createdAt
1781
1454
  updatedAt
1782
- alpacaAccount {
1783
- id
1784
- }
1785
1455
  }
1786
1456
  }
1787
1457
  alpacaAccountId
@@ -1808,12 +1478,6 @@ export const Action = {
1808
1478
  logo
1809
1479
  createdAt
1810
1480
  updatedAt
1811
- assets {
1812
- id
1813
- }
1814
- }
1815
- asset {
1816
- id
1817
1481
  }
1818
1482
  relevancyScore
1819
1483
  sentimentScore
@@ -2587,9 +2251,6 @@ export const Action = {
2587
2251
  stripeCurrentPeriodEnd
2588
2252
  createdAt
2589
2253
  updatedAt
2590
- users {
2591
- id
2592
- }
2593
2254
  }
2594
2255
  customerId
2595
2256
  accounts {
@@ -2607,18 +2268,12 @@ export const Action = {
2607
2268
  session_state
2608
2269
  createdAt
2609
2270
  updatedAt
2610
- user {
2611
- id
2612
- }
2613
2271
  }
2614
2272
  sessions {
2615
2273
  id
2616
2274
  sessionToken
2617
2275
  userId
2618
2276
  expires
2619
- user {
2620
- id
2621
- }
2622
2277
  createdAt
2623
2278
  updatedAt
2624
2279
  }
@@ -2628,23 +2283,14 @@ export const Action = {
2628
2283
  credentialID
2629
2284
  publicKey
2630
2285
  counter
2631
- user {
2632
- id
2633
- }
2634
2286
  createdAt
2635
2287
  updatedAt
2636
2288
  }
2637
2289
  plan
2638
- alpacaAccounts {
2639
- id
2640
- }
2641
2290
  }
2642
2291
  userId
2643
2292
  createdAt
2644
2293
  updatedAt
2645
- trades {
2646
- id
2647
- }
2648
2294
  orders {
2649
2295
  id
2650
2296
  clientOrderId
@@ -2665,9 +2311,6 @@ export const Action = {
2665
2311
  createdAt
2666
2312
  updatedAt
2667
2313
  orderId
2668
- Order {
2669
- id
2670
- }
2671
2314
  }
2672
2315
  takeProfit {
2673
2316
  id
@@ -2676,9 +2319,6 @@ export const Action = {
2676
2319
  createdAt
2677
2320
  updatedAt
2678
2321
  orderId
2679
- Order {
2680
- id
2681
- }
2682
2322
  }
2683
2323
  trailPrice
2684
2324
  trailPercent
@@ -2690,12 +2330,6 @@ export const Action = {
2690
2330
  filledAt
2691
2331
  filledAvgPrice
2692
2332
  actionId
2693
- alpacaAccount {
2694
- id
2695
- }
2696
- action {
2697
- id
2698
- }
2699
2333
  asset {
2700
2334
  id
2701
2335
  symbol
@@ -2755,18 +2389,9 @@ export const Action = {
2755
2389
  buyPrice
2756
2390
  createdAt
2757
2391
  updatedAt
2758
- trades {
2759
- id
2760
- }
2761
- orders {
2762
- id
2763
- }
2764
2392
  positions {
2765
2393
  id
2766
2394
  assetId
2767
- asset {
2768
- id
2769
- }
2770
2395
  averageEntryPrice
2771
2396
  qty
2772
2397
  qtyAvailable
@@ -2780,9 +2405,6 @@ export const Action = {
2780
2405
  lastTradePrice
2781
2406
  changeToday
2782
2407
  assetMarginable
2783
- alpacaAccount {
2784
- id
2785
- }
2786
2408
  alpacaAccountId
2787
2409
  }
2788
2410
  newsMentions {
@@ -2807,12 +2429,6 @@ export const Action = {
2807
2429
  logo
2808
2430
  createdAt
2809
2431
  updatedAt
2810
- assets {
2811
- id
2812
- }
2813
- }
2814
- asset {
2815
- id
2816
2432
  }
2817
2433
  relevancyScore
2818
2434
  sentimentScore
@@ -2888,9 +2504,6 @@ export const Action = {
2888
2504
  buyPrice
2889
2505
  createdAt
2890
2506
  updatedAt
2891
- trades {
2892
- id
2893
- }
2894
2507
  orders {
2895
2508
  id
2896
2509
  clientOrderId
@@ -2911,9 +2524,6 @@ export const Action = {
2911
2524
  createdAt
2912
2525
  updatedAt
2913
2526
  orderId
2914
- Order {
2915
- id
2916
- }
2917
2527
  }
2918
2528
  takeProfit {
2919
2529
  id
@@ -2922,9 +2532,6 @@ export const Action = {
2922
2532
  createdAt
2923
2533
  updatedAt
2924
2534
  orderId
2925
- Order {
2926
- id
2927
- }
2928
2535
  }
2929
2536
  trailPrice
2930
2537
  trailPercent
@@ -2936,15 +2543,6 @@ export const Action = {
2936
2543
  filledAt
2937
2544
  filledAvgPrice
2938
2545
  actionId
2939
- alpacaAccount {
2940
- id
2941
- }
2942
- action {
2943
- id
2944
- }
2945
- asset {
2946
- id
2947
- }
2948
2546
  fee
2949
2547
  strikePrice
2950
2548
  expirationDate
@@ -2952,9 +2550,6 @@ export const Action = {
2952
2550
  stopLossId
2953
2551
  takeProfitId
2954
2552
  }
2955
- positions {
2956
- id
2957
- }
2958
2553
  newsMentions {
2959
2554
  id
2960
2555
  assetId
@@ -2977,12 +2572,6 @@ export const Action = {
2977
2572
  logo
2978
2573
  createdAt
2979
2574
  updatedAt
2980
- assets {
2981
- id
2982
- }
2983
- }
2984
- asset {
2985
- id
2986
2575
  }
2987
2576
  relevancyScore
2988
2577
  sentimentScore
@@ -3002,9 +2591,6 @@ export const Action = {
3002
2591
  lastTradePrice
3003
2592
  changeToday
3004
2593
  assetMarginable
3005
- alpacaAccount {
3006
- id
3007
- }
3008
2594
  alpacaAccountId
3009
2595
  }
3010
2596
  alerts {
@@ -3015,9 +2601,6 @@ export const Action = {
3015
2601
  isRead
3016
2602
  createdAt
3017
2603
  updatedAt
3018
- alpacaAccount {
3019
- id
3020
- }
3021
2604
  }
3022
2605
  }
3023
2606
  asset {
@@ -3079,9 +2662,6 @@ export const Action = {
3079
2662
  buyPrice
3080
2663
  createdAt
3081
2664
  updatedAt
3082
- trades {
3083
- id
3084
- }
3085
2665
  orders {
3086
2666
  id
3087
2667
  clientOrderId
@@ -3102,9 +2682,6 @@ export const Action = {
3102
2682
  createdAt
3103
2683
  updatedAt
3104
2684
  orderId
3105
- Order {
3106
- id
3107
- }
3108
2685
  }
3109
2686
  takeProfit {
3110
2687
  id
@@ -3113,9 +2690,6 @@ export const Action = {
3113
2690
  createdAt
3114
2691
  updatedAt
3115
2692
  orderId
3116
- Order {
3117
- id
3118
- }
3119
2693
  }
3120
2694
  trailPrice
3121
2695
  trailPercent
@@ -3159,9 +2733,6 @@ export const Action = {
3159
2733
  stripeCurrentPeriodEnd
3160
2734
  createdAt
3161
2735
  updatedAt
3162
- users {
3163
- id
3164
- }
3165
2736
  }
3166
2737
  customerId
3167
2738
  accounts {
@@ -3179,18 +2750,12 @@ export const Action = {
3179
2750
  session_state
3180
2751
  createdAt
3181
2752
  updatedAt
3182
- user {
3183
- id
3184
- }
3185
2753
  }
3186
2754
  sessions {
3187
2755
  id
3188
2756
  sessionToken
3189
2757
  userId
3190
2758
  expires
3191
- user {
3192
- id
3193
- }
3194
2759
  createdAt
3195
2760
  updatedAt
3196
2761
  }
@@ -3200,32 +2765,17 @@ export const Action = {
3200
2765
  credentialID
3201
2766
  publicKey
3202
2767
  counter
3203
- user {
3204
- id
3205
- }
3206
2768
  createdAt
3207
2769
  updatedAt
3208
2770
  }
3209
2771
  plan
3210
- alpacaAccounts {
3211
- id
3212
- }
3213
2772
  }
3214
2773
  userId
3215
2774
  createdAt
3216
2775
  updatedAt
3217
- trades {
3218
- id
3219
- }
3220
- orders {
3221
- id
3222
- }
3223
2776
  positions {
3224
2777
  id
3225
2778
  assetId
3226
- asset {
3227
- id
3228
- }
3229
2779
  averageEntryPrice
3230
2780
  qty
3231
2781
  qtyAvailable
@@ -3239,9 +2789,6 @@ export const Action = {
3239
2789
  lastTradePrice
3240
2790
  changeToday
3241
2791
  assetMarginable
3242
- alpacaAccount {
3243
- id
3244
- }
3245
2792
  alpacaAccountId
3246
2793
  }
3247
2794
  alerts {
@@ -3252,17 +2799,8 @@ export const Action = {
3252
2799
  isRead
3253
2800
  createdAt
3254
2801
  updatedAt
3255
- alpacaAccount {
3256
- id
3257
- }
3258
2802
  }
3259
2803
  }
3260
- action {
3261
- id
3262
- }
3263
- asset {
3264
- id
3265
- }
3266
2804
  fee
3267
2805
  strikePrice
3268
2806
  expirationDate
@@ -3273,9 +2811,6 @@ export const Action = {
3273
2811
  positions {
3274
2812
  id
3275
2813
  assetId
3276
- asset {
3277
- id
3278
- }
3279
2814
  averageEntryPrice
3280
2815
  qty
3281
2816
  qtyAvailable
@@ -3321,9 +2856,6 @@ export const Action = {
3321
2856
  stripeCurrentPeriodEnd
3322
2857
  createdAt
3323
2858
  updatedAt
3324
- users {
3325
- id
3326
- }
3327
2859
  }
3328
2860
  customerId
3329
2861
  accounts {
@@ -3341,18 +2873,12 @@ export const Action = {
3341
2873
  session_state
3342
2874
  createdAt
3343
2875
  updatedAt
3344
- user {
3345
- id
3346
- }
3347
2876
  }
3348
2877
  sessions {
3349
2878
  id
3350
2879
  sessionToken
3351
2880
  userId
3352
2881
  expires
3353
- user {
3354
- id
3355
- }
3356
2882
  createdAt
3357
2883
  updatedAt
3358
2884
  }
@@ -3362,23 +2888,14 @@ export const Action = {
3362
2888
  credentialID
3363
2889
  publicKey
3364
2890
  counter
3365
- user {
3366
- id
3367
- }
3368
2891
  createdAt
3369
2892
  updatedAt
3370
2893
  }
3371
2894
  plan
3372
- alpacaAccounts {
3373
- id
3374
- }
3375
2895
  }
3376
2896
  userId
3377
2897
  createdAt
3378
2898
  updatedAt
3379
- trades {
3380
- id
3381
- }
3382
2899
  orders {
3383
2900
  id
3384
2901
  clientOrderId
@@ -3399,9 +2916,6 @@ export const Action = {
3399
2916
  createdAt
3400
2917
  updatedAt
3401
2918
  orderId
3402
- Order {
3403
- id
3404
- }
3405
2919
  }
3406
2920
  takeProfit {
3407
2921
  id
@@ -3410,9 +2924,6 @@ export const Action = {
3410
2924
  createdAt
3411
2925
  updatedAt
3412
2926
  orderId
3413
- Order {
3414
- id
3415
- }
3416
2927
  }
3417
2928
  trailPrice
3418
2929
  trailPercent
@@ -3424,15 +2935,6 @@ export const Action = {
3424
2935
  filledAt
3425
2936
  filledAvgPrice
3426
2937
  actionId
3427
- alpacaAccount {
3428
- id
3429
- }
3430
- action {
3431
- id
3432
- }
3433
- asset {
3434
- id
3435
- }
3436
2938
  fee
3437
2939
  strikePrice
3438
2940
  expirationDate
@@ -3440,9 +2942,6 @@ export const Action = {
3440
2942
  stopLossId
3441
2943
  takeProfitId
3442
2944
  }
3443
- positions {
3444
- id
3445
- }
3446
2945
  alerts {
3447
2946
  id
3448
2947
  alpacaAccountId
@@ -3451,9 +2950,6 @@ export const Action = {
3451
2950
  isRead
3452
2951
  createdAt
3453
2952
  updatedAt
3454
- alpacaAccount {
3455
- id
3456
- }
3457
2953
  }
3458
2954
  }
3459
2955
  alpacaAccountId
@@ -3480,21 +2976,12 @@ export const Action = {
3480
2976
  logo
3481
2977
  createdAt
3482
2978
  updatedAt
3483
- assets {
3484
- id
3485
- }
3486
- }
3487
- asset {
3488
- id
3489
2979
  }
3490
2980
  relevancyScore
3491
2981
  sentimentScore
3492
2982
  sentimentLabel
3493
2983
  }
3494
2984
  }
3495
- actions {
3496
- id
3497
- }
3498
2985
  }
3499
2986
  order {
3500
2987
  id
@@ -3516,9 +3003,6 @@ export const Action = {
3516
3003
  createdAt
3517
3004
  updatedAt
3518
3005
  orderId
3519
- Order {
3520
- id
3521
- }
3522
3006
  }
3523
3007
  takeProfit {
3524
3008
  id
@@ -3527,9 +3011,6 @@ export const Action = {
3527
3011
  createdAt
3528
3012
  updatedAt
3529
3013
  orderId
3530
- Order {
3531
- id
3532
- }
3533
3014
  }
3534
3015
  trailPrice
3535
3016
  trailPercent
@@ -3573,9 +3054,6 @@ export const Action = {
3573
3054
  stripeCurrentPeriodEnd
3574
3055
  createdAt
3575
3056
  updatedAt
3576
- users {
3577
- id
3578
- }
3579
3057
  }
3580
3058
  customerId
3581
3059
  accounts {
@@ -3593,18 +3071,12 @@ export const Action = {
3593
3071
  session_state
3594
3072
  createdAt
3595
3073
  updatedAt
3596
- user {
3597
- id
3598
- }
3599
3074
  }
3600
3075
  sessions {
3601
3076
  id
3602
3077
  sessionToken
3603
3078
  userId
3604
3079
  expires
3605
- user {
3606
- id
3607
- }
3608
3080
  createdAt
3609
3081
  updatedAt
3610
3082
  }
@@ -3614,16 +3086,10 @@ export const Action = {
3614
3086
  credentialID
3615
3087
  publicKey
3616
3088
  counter
3617
- user {
3618
- id
3619
- }
3620
3089
  createdAt
3621
3090
  updatedAt
3622
3091
  }
3623
3092
  plan
3624
- alpacaAccounts {
3625
- id
3626
- }
3627
3093
  }
3628
3094
  userId
3629
3095
  createdAt
@@ -3643,9 +3109,6 @@ export const Action = {
3643
3109
  createdAt
3644
3110
  updatedAt
3645
3111
  status
3646
- alpacaAccount {
3647
- id
3648
- }
3649
3112
  asset {
3650
3113
  id
3651
3114
  symbol
@@ -3705,18 +3168,9 @@ export const Action = {
3705
3168
  buyPrice
3706
3169
  createdAt
3707
3170
  updatedAt
3708
- trades {
3709
- id
3710
- }
3711
- orders {
3712
- id
3713
- }
3714
3171
  positions {
3715
3172
  id
3716
3173
  assetId
3717
- asset {
3718
- id
3719
- }
3720
3174
  averageEntryPrice
3721
3175
  qty
3722
3176
  qtyAvailable
@@ -3730,9 +3184,6 @@ export const Action = {
3730
3184
  lastTradePrice
3731
3185
  changeToday
3732
3186
  assetMarginable
3733
- alpacaAccount {
3734
- id
3735
- }
3736
3187
  alpacaAccountId
3737
3188
  }
3738
3189
  newsMentions {
@@ -3757,24 +3208,12 @@ export const Action = {
3757
3208
  logo
3758
3209
  createdAt
3759
3210
  updatedAt
3760
- assets {
3761
- id
3762
- }
3763
- }
3764
- asset {
3765
- id
3766
3211
  }
3767
3212
  relevancyScore
3768
3213
  sentimentScore
3769
3214
  sentimentLabel
3770
3215
  }
3771
3216
  }
3772
- actions {
3773
- id
3774
- }
3775
- }
3776
- orders {
3777
- id
3778
3217
  }
3779
3218
  positions {
3780
3219
  id
@@ -3853,21 +3292,6 @@ export const Action = {
3853
3292
  createdAt
3854
3293
  updatedAt
3855
3294
  status
3856
- alpacaAccount {
3857
- id
3858
- }
3859
- asset {
3860
- id
3861
- }
3862
- actions {
3863
- id
3864
- }
3865
- }
3866
- orders {
3867
- id
3868
- }
3869
- positions {
3870
- id
3871
3295
  }
3872
3296
  newsMentions {
3873
3297
  id
@@ -3891,12 +3315,6 @@ export const Action = {
3891
3315
  logo
3892
3316
  createdAt
3893
3317
  updatedAt
3894
- assets {
3895
- id
3896
- }
3897
- }
3898
- asset {
3899
- id
3900
3318
  }
3901
3319
  relevancyScore
3902
3320
  sentimentScore
@@ -3916,9 +3334,6 @@ export const Action = {
3916
3334
  lastTradePrice
3917
3335
  changeToday
3918
3336
  assetMarginable
3919
- alpacaAccount {
3920
- id
3921
- }
3922
3337
  alpacaAccountId
3923
3338
  }
3924
3339
  alerts {
@@ -3929,14 +3344,8 @@ export const Action = {
3929
3344
  isRead
3930
3345
  createdAt
3931
3346
  updatedAt
3932
- alpacaAccount {
3933
- id
3934
- }
3935
3347
  }
3936
3348
  }
3937
- action {
3938
- id
3939
- }
3940
3349
  asset {
3941
3350
  id
3942
3351
  symbol
@@ -4043,9 +3452,6 @@ export const Action = {
4043
3452
  stripeCurrentPeriodEnd
4044
3453
  createdAt
4045
3454
  updatedAt
4046
- users {
4047
- id
4048
- }
4049
3455
  }
4050
3456
  customerId
4051
3457
  accounts {
@@ -4063,18 +3469,12 @@ export const Action = {
4063
3469
  session_state
4064
3470
  createdAt
4065
3471
  updatedAt
4066
- user {
4067
- id
4068
- }
4069
3472
  }
4070
3473
  sessions {
4071
3474
  id
4072
3475
  sessionToken
4073
3476
  userId
4074
3477
  expires
4075
- user {
4076
- id
4077
- }
4078
3478
  createdAt
4079
3479
  updatedAt
4080
3480
  }
@@ -4084,32 +3484,17 @@ export const Action = {
4084
3484
  credentialID
4085
3485
  publicKey
4086
3486
  counter
4087
- user {
4088
- id
4089
- }
4090
3487
  createdAt
4091
3488
  updatedAt
4092
3489
  }
4093
3490
  plan
4094
- alpacaAccounts {
4095
- id
4096
- }
4097
3491
  }
4098
3492
  userId
4099
3493
  createdAt
4100
3494
  updatedAt
4101
- trades {
4102
- id
4103
- }
4104
- orders {
4105
- id
4106
- }
4107
3495
  positions {
4108
3496
  id
4109
3497
  assetId
4110
- asset {
4111
- id
4112
- }
4113
3498
  averageEntryPrice
4114
3499
  qty
4115
3500
  qtyAvailable
@@ -4123,9 +3508,6 @@ export const Action = {
4123
3508
  lastTradePrice
4124
3509
  changeToday
4125
3510
  assetMarginable
4126
- alpacaAccount {
4127
- id
4128
- }
4129
3511
  alpacaAccountId
4130
3512
  }
4131
3513
  alerts {
@@ -4136,27 +3518,12 @@ export const Action = {
4136
3518
  isRead
4137
3519
  createdAt
4138
3520
  updatedAt
4139
- alpacaAccount {
4140
- id
4141
- }
4142
3521
  }
4143
3522
  }
4144
- asset {
4145
- id
4146
- }
4147
- actions {
4148
- id
4149
- }
4150
- }
4151
- orders {
4152
- id
4153
3523
  }
4154
3524
  positions {
4155
3525
  id
4156
3526
  assetId
4157
- asset {
4158
- id
4159
- }
4160
3527
  averageEntryPrice
4161
3528
  qty
4162
3529
  qtyAvailable
@@ -4202,9 +3569,6 @@ export const Action = {
4202
3569
  stripeCurrentPeriodEnd
4203
3570
  createdAt
4204
3571
  updatedAt
4205
- users {
4206
- id
4207
- }
4208
3572
  }
4209
3573
  customerId
4210
3574
  accounts {
@@ -4222,18 +3586,12 @@ export const Action = {
4222
3586
  session_state
4223
3587
  createdAt
4224
3588
  updatedAt
4225
- user {
4226
- id
4227
- }
4228
3589
  }
4229
3590
  sessions {
4230
3591
  id
4231
3592
  sessionToken
4232
3593
  userId
4233
3594
  expires
4234
- user {
4235
- id
4236
- }
4237
3595
  createdAt
4238
3596
  updatedAt
4239
3597
  }
@@ -4243,16 +3601,10 @@ export const Action = {
4243
3601
  credentialID
4244
3602
  publicKey
4245
3603
  counter
4246
- user {
4247
- id
4248
- }
4249
3604
  createdAt
4250
3605
  updatedAt
4251
3606
  }
4252
3607
  plan
4253
- alpacaAccounts {
4254
- id
4255
- }
4256
3608
  }
4257
3609
  userId
4258
3610
  createdAt
@@ -4272,21 +3624,6 @@ export const Action = {
4272
3624
  createdAt
4273
3625
  updatedAt
4274
3626
  status
4275
- alpacaAccount {
4276
- id
4277
- }
4278
- asset {
4279
- id
4280
- }
4281
- actions {
4282
- id
4283
- }
4284
- }
4285
- orders {
4286
- id
4287
- }
4288
- positions {
4289
- id
4290
3627
  }
4291
3628
  alerts {
4292
3629
  id
@@ -4296,9 +3633,6 @@ export const Action = {
4296
3633
  isRead
4297
3634
  createdAt
4298
3635
  updatedAt
4299
- alpacaAccount {
4300
- id
4301
- }
4302
3636
  }
4303
3637
  }
4304
3638
  alpacaAccountId
@@ -4325,12 +3659,6 @@ export const Action = {
4325
3659
  logo
4326
3660
  createdAt
4327
3661
  updatedAt
4328
- assets {
4329
- id
4330
- }
4331
- }
4332
- asset {
4333
- id
4334
3662
  }
4335
3663
  relevancyScore
4336
3664
  sentimentScore
@@ -9495,9 +8823,6 @@ export const Action = {
9495
8823
  stripeCurrentPeriodEnd
9496
8824
  createdAt
9497
8825
  updatedAt
9498
- users {
9499
- id
9500
- }
9501
8826
  }
9502
8827
  customerId
9503
8828
  accounts {
@@ -9515,18 +8840,12 @@ export const Action = {
9515
8840
  session_state
9516
8841
  createdAt
9517
8842
  updatedAt
9518
- user {
9519
- id
9520
- }
9521
8843
  }
9522
8844
  sessions {
9523
8845
  id
9524
8846
  sessionToken
9525
8847
  userId
9526
8848
  expires
9527
- user {
9528
- id
9529
- }
9530
8849
  createdAt
9531
8850
  updatedAt
9532
8851
  }
@@ -9536,23 +8855,14 @@ export const Action = {
9536
8855
  credentialID
9537
8856
  publicKey
9538
8857
  counter
9539
- user {
9540
- id
9541
- }
9542
8858
  createdAt
9543
8859
  updatedAt
9544
8860
  }
9545
8861
  plan
9546
- alpacaAccounts {
9547
- id
9548
- }
9549
8862
  }
9550
8863
  userId
9551
8864
  createdAt
9552
8865
  updatedAt
9553
- trades {
9554
- id
9555
- }
9556
8866
  orders {
9557
8867
  id
9558
8868
  clientOrderId
@@ -9573,9 +8883,6 @@ export const Action = {
9573
8883
  createdAt
9574
8884
  updatedAt
9575
8885
  orderId
9576
- Order {
9577
- id
9578
- }
9579
8886
  }
9580
8887
  takeProfit {
9581
8888
  id
@@ -9584,9 +8891,6 @@ export const Action = {
9584
8891
  createdAt
9585
8892
  updatedAt
9586
8893
  orderId
9587
- Order {
9588
- id
9589
- }
9590
8894
  }
9591
8895
  trailPrice
9592
8896
  trailPercent
@@ -9598,12 +8902,6 @@ export const Action = {
9598
8902
  filledAt
9599
8903
  filledAvgPrice
9600
8904
  actionId
9601
- alpacaAccount {
9602
- id
9603
- }
9604
- action {
9605
- id
9606
- }
9607
8905
  asset {
9608
8906
  id
9609
8907
  symbol
@@ -9663,18 +8961,9 @@ export const Action = {
9663
8961
  buyPrice
9664
8962
  createdAt
9665
8963
  updatedAt
9666
- trades {
9667
- id
9668
- }
9669
- orders {
9670
- id
9671
- }
9672
8964
  positions {
9673
8965
  id
9674
8966
  assetId
9675
- asset {
9676
- id
9677
- }
9678
8967
  averageEntryPrice
9679
8968
  qty
9680
8969
  qtyAvailable
@@ -9688,9 +8977,6 @@ export const Action = {
9688
8977
  lastTradePrice
9689
8978
  changeToday
9690
8979
  assetMarginable
9691
- alpacaAccount {
9692
- id
9693
- }
9694
8980
  alpacaAccountId
9695
8981
  }
9696
8982
  newsMentions {
@@ -9715,12 +9001,6 @@ export const Action = {
9715
9001
  logo
9716
9002
  createdAt
9717
9003
  updatedAt
9718
- assets {
9719
- id
9720
- }
9721
- }
9722
- asset {
9723
- id
9724
9004
  }
9725
9005
  relevancyScore
9726
9006
  sentimentScore
@@ -9796,9 +9076,6 @@ export const Action = {
9796
9076
  buyPrice
9797
9077
  createdAt
9798
9078
  updatedAt
9799
- trades {
9800
- id
9801
- }
9802
9079
  orders {
9803
9080
  id
9804
9081
  clientOrderId
@@ -9819,9 +9096,6 @@ export const Action = {
9819
9096
  createdAt
9820
9097
  updatedAt
9821
9098
  orderId
9822
- Order {
9823
- id
9824
- }
9825
9099
  }
9826
9100
  takeProfit {
9827
9101
  id
@@ -9830,9 +9104,6 @@ export const Action = {
9830
9104
  createdAt
9831
9105
  updatedAt
9832
9106
  orderId
9833
- Order {
9834
- id
9835
- }
9836
9107
  }
9837
9108
  trailPrice
9838
9109
  trailPercent
@@ -9844,15 +9115,6 @@ export const Action = {
9844
9115
  filledAt
9845
9116
  filledAvgPrice
9846
9117
  actionId
9847
- alpacaAccount {
9848
- id
9849
- }
9850
- action {
9851
- id
9852
- }
9853
- asset {
9854
- id
9855
- }
9856
9118
  fee
9857
9119
  strikePrice
9858
9120
  expirationDate
@@ -9860,9 +9122,6 @@ export const Action = {
9860
9122
  stopLossId
9861
9123
  takeProfitId
9862
9124
  }
9863
- positions {
9864
- id
9865
- }
9866
9125
  newsMentions {
9867
9126
  id
9868
9127
  assetId
@@ -9885,12 +9144,6 @@ export const Action = {
9885
9144
  logo
9886
9145
  createdAt
9887
9146
  updatedAt
9888
- assets {
9889
- id
9890
- }
9891
- }
9892
- asset {
9893
- id
9894
9147
  }
9895
9148
  relevancyScore
9896
9149
  sentimentScore
@@ -9910,9 +9163,6 @@ export const Action = {
9910
9163
  lastTradePrice
9911
9164
  changeToday
9912
9165
  assetMarginable
9913
- alpacaAccount {
9914
- id
9915
- }
9916
9166
  alpacaAccountId
9917
9167
  }
9918
9168
  alerts {
@@ -9923,9 +9173,6 @@ export const Action = {
9923
9173
  isRead
9924
9174
  createdAt
9925
9175
  updatedAt
9926
- alpacaAccount {
9927
- id
9928
- }
9929
9176
  }
9930
9177
  }
9931
9178
  asset {
@@ -9987,9 +9234,6 @@ export const Action = {
9987
9234
  buyPrice
9988
9235
  createdAt
9989
9236
  updatedAt
9990
- trades {
9991
- id
9992
- }
9993
9237
  orders {
9994
9238
  id
9995
9239
  clientOrderId
@@ -10010,9 +9254,6 @@ export const Action = {
10010
9254
  createdAt
10011
9255
  updatedAt
10012
9256
  orderId
10013
- Order {
10014
- id
10015
- }
10016
9257
  }
10017
9258
  takeProfit {
10018
9259
  id
@@ -10021,9 +9262,6 @@ export const Action = {
10021
9262
  createdAt
10022
9263
  updatedAt
10023
9264
  orderId
10024
- Order {
10025
- id
10026
- }
10027
9265
  }
10028
9266
  trailPrice
10029
9267
  trailPercent
@@ -10067,9 +9305,6 @@ export const Action = {
10067
9305
  stripeCurrentPeriodEnd
10068
9306
  createdAt
10069
9307
  updatedAt
10070
- users {
10071
- id
10072
- }
10073
9308
  }
10074
9309
  customerId
10075
9310
  accounts {
@@ -10087,18 +9322,12 @@ export const Action = {
10087
9322
  session_state
10088
9323
  createdAt
10089
9324
  updatedAt
10090
- user {
10091
- id
10092
- }
10093
9325
  }
10094
9326
  sessions {
10095
9327
  id
10096
9328
  sessionToken
10097
9329
  userId
10098
9330
  expires
10099
- user {
10100
- id
10101
- }
10102
9331
  createdAt
10103
9332
  updatedAt
10104
9333
  }
@@ -10108,32 +9337,17 @@ export const Action = {
10108
9337
  credentialID
10109
9338
  publicKey
10110
9339
  counter
10111
- user {
10112
- id
10113
- }
10114
9340
  createdAt
10115
9341
  updatedAt
10116
9342
  }
10117
9343
  plan
10118
- alpacaAccounts {
10119
- id
10120
- }
10121
9344
  }
10122
9345
  userId
10123
9346
  createdAt
10124
9347
  updatedAt
10125
- trades {
10126
- id
10127
- }
10128
- orders {
10129
- id
10130
- }
10131
9348
  positions {
10132
9349
  id
10133
9350
  assetId
10134
- asset {
10135
- id
10136
- }
10137
9351
  averageEntryPrice
10138
9352
  qty
10139
9353
  qtyAvailable
@@ -10147,9 +9361,6 @@ export const Action = {
10147
9361
  lastTradePrice
10148
9362
  changeToday
10149
9363
  assetMarginable
10150
- alpacaAccount {
10151
- id
10152
- }
10153
9364
  alpacaAccountId
10154
9365
  }
10155
9366
  alerts {
@@ -10160,17 +9371,8 @@ export const Action = {
10160
9371
  isRead
10161
9372
  createdAt
10162
9373
  updatedAt
10163
- alpacaAccount {
10164
- id
10165
- }
10166
9374
  }
10167
9375
  }
10168
- action {
10169
- id
10170
- }
10171
- asset {
10172
- id
10173
- }
10174
9376
  fee
10175
9377
  strikePrice
10176
9378
  expirationDate
@@ -10181,9 +9383,6 @@ export const Action = {
10181
9383
  positions {
10182
9384
  id
10183
9385
  assetId
10184
- asset {
10185
- id
10186
- }
10187
9386
  averageEntryPrice
10188
9387
  qty
10189
9388
  qtyAvailable
@@ -10229,9 +9428,6 @@ export const Action = {
10229
9428
  stripeCurrentPeriodEnd
10230
9429
  createdAt
10231
9430
  updatedAt
10232
- users {
10233
- id
10234
- }
10235
9431
  }
10236
9432
  customerId
10237
9433
  accounts {
@@ -10249,18 +9445,12 @@ export const Action = {
10249
9445
  session_state
10250
9446
  createdAt
10251
9447
  updatedAt
10252
- user {
10253
- id
10254
- }
10255
9448
  }
10256
9449
  sessions {
10257
9450
  id
10258
9451
  sessionToken
10259
9452
  userId
10260
9453
  expires
10261
- user {
10262
- id
10263
- }
10264
9454
  createdAt
10265
9455
  updatedAt
10266
9456
  }
@@ -10270,23 +9460,14 @@ export const Action = {
10270
9460
  credentialID
10271
9461
  publicKey
10272
9462
  counter
10273
- user {
10274
- id
10275
- }
10276
9463
  createdAt
10277
9464
  updatedAt
10278
9465
  }
10279
9466
  plan
10280
- alpacaAccounts {
10281
- id
10282
- }
10283
9467
  }
10284
9468
  userId
10285
9469
  createdAt
10286
9470
  updatedAt
10287
- trades {
10288
- id
10289
- }
10290
9471
  orders {
10291
9472
  id
10292
9473
  clientOrderId
@@ -10307,9 +9488,6 @@ export const Action = {
10307
9488
  createdAt
10308
9489
  updatedAt
10309
9490
  orderId
10310
- Order {
10311
- id
10312
- }
10313
9491
  }
10314
9492
  takeProfit {
10315
9493
  id
@@ -10318,9 +9496,6 @@ export const Action = {
10318
9496
  createdAt
10319
9497
  updatedAt
10320
9498
  orderId
10321
- Order {
10322
- id
10323
- }
10324
9499
  }
10325
9500
  trailPrice
10326
9501
  trailPercent
@@ -10332,15 +9507,6 @@ export const Action = {
10332
9507
  filledAt
10333
9508
  filledAvgPrice
10334
9509
  actionId
10335
- alpacaAccount {
10336
- id
10337
- }
10338
- action {
10339
- id
10340
- }
10341
- asset {
10342
- id
10343
- }
10344
9510
  fee
10345
9511
  strikePrice
10346
9512
  expirationDate
@@ -10348,9 +9514,6 @@ export const Action = {
10348
9514
  stopLossId
10349
9515
  takeProfitId
10350
9516
  }
10351
- positions {
10352
- id
10353
- }
10354
9517
  alerts {
10355
9518
  id
10356
9519
  alpacaAccountId
@@ -10359,9 +9522,6 @@ export const Action = {
10359
9522
  isRead
10360
9523
  createdAt
10361
9524
  updatedAt
10362
- alpacaAccount {
10363
- id
10364
- }
10365
9525
  }
10366
9526
  }
10367
9527
  alpacaAccountId
@@ -10388,21 +9548,12 @@ export const Action = {
10388
9548
  logo
10389
9549
  createdAt
10390
9550
  updatedAt
10391
- assets {
10392
- id
10393
- }
10394
- }
10395
- asset {
10396
- id
10397
9551
  }
10398
9552
  relevancyScore
10399
9553
  sentimentScore
10400
9554
  sentimentLabel
10401
9555
  }
10402
9556
  }
10403
- actions {
10404
- id
10405
- }
10406
9557
  }
10407
9558
  order {
10408
9559
  id
@@ -10424,9 +9575,6 @@ export const Action = {
10424
9575
  createdAt
10425
9576
  updatedAt
10426
9577
  orderId
10427
- Order {
10428
- id
10429
- }
10430
9578
  }
10431
9579
  takeProfit {
10432
9580
  id
@@ -10435,9 +9583,6 @@ export const Action = {
10435
9583
  createdAt
10436
9584
  updatedAt
10437
9585
  orderId
10438
- Order {
10439
- id
10440
- }
10441
9586
  }
10442
9587
  trailPrice
10443
9588
  trailPercent
@@ -10481,9 +9626,6 @@ export const Action = {
10481
9626
  stripeCurrentPeriodEnd
10482
9627
  createdAt
10483
9628
  updatedAt
10484
- users {
10485
- id
10486
- }
10487
9629
  }
10488
9630
  customerId
10489
9631
  accounts {
@@ -10501,18 +9643,12 @@ export const Action = {
10501
9643
  session_state
10502
9644
  createdAt
10503
9645
  updatedAt
10504
- user {
10505
- id
10506
- }
10507
9646
  }
10508
9647
  sessions {
10509
9648
  id
10510
9649
  sessionToken
10511
9650
  userId
10512
9651
  expires
10513
- user {
10514
- id
10515
- }
10516
9652
  createdAt
10517
9653
  updatedAt
10518
9654
  }
@@ -10522,16 +9658,10 @@ export const Action = {
10522
9658
  credentialID
10523
9659
  publicKey
10524
9660
  counter
10525
- user {
10526
- id
10527
- }
10528
9661
  createdAt
10529
9662
  updatedAt
10530
9663
  }
10531
9664
  plan
10532
- alpacaAccounts {
10533
- id
10534
- }
10535
9665
  }
10536
9666
  userId
10537
9667
  createdAt
@@ -10551,9 +9681,6 @@ export const Action = {
10551
9681
  createdAt
10552
9682
  updatedAt
10553
9683
  status
10554
- alpacaAccount {
10555
- id
10556
- }
10557
9684
  asset {
10558
9685
  id
10559
9686
  symbol
@@ -10613,18 +9740,9 @@ export const Action = {
10613
9740
  buyPrice
10614
9741
  createdAt
10615
9742
  updatedAt
10616
- trades {
10617
- id
10618
- }
10619
- orders {
10620
- id
10621
- }
10622
9743
  positions {
10623
9744
  id
10624
9745
  assetId
10625
- asset {
10626
- id
10627
- }
10628
9746
  averageEntryPrice
10629
9747
  qty
10630
9748
  qtyAvailable
@@ -10638,9 +9756,6 @@ export const Action = {
10638
9756
  lastTradePrice
10639
9757
  changeToday
10640
9758
  assetMarginable
10641
- alpacaAccount {
10642
- id
10643
- }
10644
9759
  alpacaAccountId
10645
9760
  }
10646
9761
  newsMentions {
@@ -10665,24 +9780,12 @@ export const Action = {
10665
9780
  logo
10666
9781
  createdAt
10667
9782
  updatedAt
10668
- assets {
10669
- id
10670
- }
10671
- }
10672
- asset {
10673
- id
10674
9783
  }
10675
9784
  relevancyScore
10676
9785
  sentimentScore
10677
9786
  sentimentLabel
10678
9787
  }
10679
9788
  }
10680
- actions {
10681
- id
10682
- }
10683
- }
10684
- orders {
10685
- id
10686
9789
  }
10687
9790
  positions {
10688
9791
  id
@@ -10761,21 +9864,6 @@ export const Action = {
10761
9864
  createdAt
10762
9865
  updatedAt
10763
9866
  status
10764
- alpacaAccount {
10765
- id
10766
- }
10767
- asset {
10768
- id
10769
- }
10770
- actions {
10771
- id
10772
- }
10773
- }
10774
- orders {
10775
- id
10776
- }
10777
- positions {
10778
- id
10779
9867
  }
10780
9868
  newsMentions {
10781
9869
  id
@@ -10799,12 +9887,6 @@ export const Action = {
10799
9887
  logo
10800
9888
  createdAt
10801
9889
  updatedAt
10802
- assets {
10803
- id
10804
- }
10805
- }
10806
- asset {
10807
- id
10808
9890
  }
10809
9891
  relevancyScore
10810
9892
  sentimentScore
@@ -10824,9 +9906,6 @@ export const Action = {
10824
9906
  lastTradePrice
10825
9907
  changeToday
10826
9908
  assetMarginable
10827
- alpacaAccount {
10828
- id
10829
- }
10830
9909
  alpacaAccountId
10831
9910
  }
10832
9911
  alerts {
@@ -10837,14 +9916,8 @@ export const Action = {
10837
9916
  isRead
10838
9917
  createdAt
10839
9918
  updatedAt
10840
- alpacaAccount {
10841
- id
10842
- }
10843
9919
  }
10844
9920
  }
10845
- action {
10846
- id
10847
- }
10848
9921
  asset {
10849
9922
  id
10850
9923
  symbol
@@ -10951,9 +10024,6 @@ export const Action = {
10951
10024
  stripeCurrentPeriodEnd
10952
10025
  createdAt
10953
10026
  updatedAt
10954
- users {
10955
- id
10956
- }
10957
10027
  }
10958
10028
  customerId
10959
10029
  accounts {
@@ -10971,18 +10041,12 @@ export const Action = {
10971
10041
  session_state
10972
10042
  createdAt
10973
10043
  updatedAt
10974
- user {
10975
- id
10976
- }
10977
10044
  }
10978
10045
  sessions {
10979
10046
  id
10980
10047
  sessionToken
10981
10048
  userId
10982
10049
  expires
10983
- user {
10984
- id
10985
- }
10986
10050
  createdAt
10987
10051
  updatedAt
10988
10052
  }
@@ -10992,32 +10056,17 @@ export const Action = {
10992
10056
  credentialID
10993
10057
  publicKey
10994
10058
  counter
10995
- user {
10996
- id
10997
- }
10998
10059
  createdAt
10999
10060
  updatedAt
11000
10061
  }
11001
10062
  plan
11002
- alpacaAccounts {
11003
- id
11004
- }
11005
10063
  }
11006
10064
  userId
11007
10065
  createdAt
11008
10066
  updatedAt
11009
- trades {
11010
- id
11011
- }
11012
- orders {
11013
- id
11014
- }
11015
10067
  positions {
11016
10068
  id
11017
10069
  assetId
11018
- asset {
11019
- id
11020
- }
11021
10070
  averageEntryPrice
11022
10071
  qty
11023
10072
  qtyAvailable
@@ -11031,9 +10080,6 @@ export const Action = {
11031
10080
  lastTradePrice
11032
10081
  changeToday
11033
10082
  assetMarginable
11034
- alpacaAccount {
11035
- id
11036
- }
11037
10083
  alpacaAccountId
11038
10084
  }
11039
10085
  alerts {
@@ -11044,27 +10090,12 @@ export const Action = {
11044
10090
  isRead
11045
10091
  createdAt
11046
10092
  updatedAt
11047
- alpacaAccount {
11048
- id
11049
- }
11050
10093
  }
11051
10094
  }
11052
- asset {
11053
- id
11054
- }
11055
- actions {
11056
- id
11057
- }
11058
- }
11059
- orders {
11060
- id
11061
10095
  }
11062
10096
  positions {
11063
10097
  id
11064
10098
  assetId
11065
- asset {
11066
- id
11067
- }
11068
10099
  averageEntryPrice
11069
10100
  qty
11070
10101
  qtyAvailable
@@ -11110,9 +10141,6 @@ export const Action = {
11110
10141
  stripeCurrentPeriodEnd
11111
10142
  createdAt
11112
10143
  updatedAt
11113
- users {
11114
- id
11115
- }
11116
10144
  }
11117
10145
  customerId
11118
10146
  accounts {
@@ -11130,18 +10158,12 @@ export const Action = {
11130
10158
  session_state
11131
10159
  createdAt
11132
10160
  updatedAt
11133
- user {
11134
- id
11135
- }
11136
10161
  }
11137
10162
  sessions {
11138
10163
  id
11139
10164
  sessionToken
11140
10165
  userId
11141
10166
  expires
11142
- user {
11143
- id
11144
- }
11145
10167
  createdAt
11146
10168
  updatedAt
11147
10169
  }
@@ -11151,16 +10173,10 @@ export const Action = {
11151
10173
  credentialID
11152
10174
  publicKey
11153
10175
  counter
11154
- user {
11155
- id
11156
- }
11157
10176
  createdAt
11158
10177
  updatedAt
11159
10178
  }
11160
10179
  plan
11161
- alpacaAccounts {
11162
- id
11163
- }
11164
10180
  }
11165
10181
  userId
11166
10182
  createdAt
@@ -11180,21 +10196,6 @@ export const Action = {
11180
10196
  createdAt
11181
10197
  updatedAt
11182
10198
  status
11183
- alpacaAccount {
11184
- id
11185
- }
11186
- asset {
11187
- id
11188
- }
11189
- actions {
11190
- id
11191
- }
11192
- }
11193
- orders {
11194
- id
11195
- }
11196
- positions {
11197
- id
11198
10199
  }
11199
10200
  alerts {
11200
10201
  id
@@ -11204,9 +10205,6 @@ export const Action = {
11204
10205
  isRead
11205
10206
  createdAt
11206
10207
  updatedAt
11207
- alpacaAccount {
11208
- id
11209
- }
11210
10208
  }
11211
10209
  }
11212
10210
  alpacaAccountId
@@ -11233,12 +10231,6 @@ export const Action = {
11233
10231
  logo
11234
10232
  createdAt
11235
10233
  updatedAt
11236
- assets {
11237
- id
11238
- }
11239
- }
11240
- asset {
11241
- id
11242
10234
  }
11243
10235
  relevancyScore
11244
10236
  sentimentScore
@@ -11340,9 +10332,6 @@ export const Action = {
11340
10332
  stripeCurrentPeriodEnd
11341
10333
  createdAt
11342
10334
  updatedAt
11343
- users {
11344
- id
11345
- }
11346
10335
  }
11347
10336
  customerId
11348
10337
  accounts {
@@ -11360,18 +10349,12 @@ export const Action = {
11360
10349
  session_state
11361
10350
  createdAt
11362
10351
  updatedAt
11363
- user {
11364
- id
11365
- }
11366
10352
  }
11367
10353
  sessions {
11368
10354
  id
11369
10355
  sessionToken
11370
10356
  userId
11371
10357
  expires
11372
- user {
11373
- id
11374
- }
11375
10358
  createdAt
11376
10359
  updatedAt
11377
10360
  }
@@ -11381,23 +10364,14 @@ export const Action = {
11381
10364
  credentialID
11382
10365
  publicKey
11383
10366
  counter
11384
- user {
11385
- id
11386
- }
11387
10367
  createdAt
11388
10368
  updatedAt
11389
10369
  }
11390
10370
  plan
11391
- alpacaAccounts {
11392
- id
11393
- }
11394
10371
  }
11395
10372
  userId
11396
10373
  createdAt
11397
10374
  updatedAt
11398
- trades {
11399
- id
11400
- }
11401
10375
  orders {
11402
10376
  id
11403
10377
  clientOrderId
@@ -11418,9 +10392,6 @@ export const Action = {
11418
10392
  createdAt
11419
10393
  updatedAt
11420
10394
  orderId
11421
- Order {
11422
- id
11423
- }
11424
10395
  }
11425
10396
  takeProfit {
11426
10397
  id
@@ -11429,9 +10400,6 @@ export const Action = {
11429
10400
  createdAt
11430
10401
  updatedAt
11431
10402
  orderId
11432
- Order {
11433
- id
11434
- }
11435
10403
  }
11436
10404
  trailPrice
11437
10405
  trailPercent
@@ -11443,12 +10411,6 @@ export const Action = {
11443
10411
  filledAt
11444
10412
  filledAvgPrice
11445
10413
  actionId
11446
- alpacaAccount {
11447
- id
11448
- }
11449
- action {
11450
- id
11451
- }
11452
10414
  asset {
11453
10415
  id
11454
10416
  symbol
@@ -11508,18 +10470,9 @@ export const Action = {
11508
10470
  buyPrice
11509
10471
  createdAt
11510
10472
  updatedAt
11511
- trades {
11512
- id
11513
- }
11514
- orders {
11515
- id
11516
- }
11517
10473
  positions {
11518
10474
  id
11519
10475
  assetId
11520
- asset {
11521
- id
11522
- }
11523
10476
  averageEntryPrice
11524
10477
  qty
11525
10478
  qtyAvailable
@@ -11533,9 +10486,6 @@ export const Action = {
11533
10486
  lastTradePrice
11534
10487
  changeToday
11535
10488
  assetMarginable
11536
- alpacaAccount {
11537
- id
11538
- }
11539
10489
  alpacaAccountId
11540
10490
  }
11541
10491
  newsMentions {
@@ -11560,12 +10510,6 @@ export const Action = {
11560
10510
  logo
11561
10511
  createdAt
11562
10512
  updatedAt
11563
- assets {
11564
- id
11565
- }
11566
- }
11567
- asset {
11568
- id
11569
10513
  }
11570
10514
  relevancyScore
11571
10515
  sentimentScore
@@ -11641,9 +10585,6 @@ export const Action = {
11641
10585
  buyPrice
11642
10586
  createdAt
11643
10587
  updatedAt
11644
- trades {
11645
- id
11646
- }
11647
10588
  orders {
11648
10589
  id
11649
10590
  clientOrderId
@@ -11664,9 +10605,6 @@ export const Action = {
11664
10605
  createdAt
11665
10606
  updatedAt
11666
10607
  orderId
11667
- Order {
11668
- id
11669
- }
11670
10608
  }
11671
10609
  takeProfit {
11672
10610
  id
@@ -11675,9 +10613,6 @@ export const Action = {
11675
10613
  createdAt
11676
10614
  updatedAt
11677
10615
  orderId
11678
- Order {
11679
- id
11680
- }
11681
10616
  }
11682
10617
  trailPrice
11683
10618
  trailPercent
@@ -11689,15 +10624,6 @@ export const Action = {
11689
10624
  filledAt
11690
10625
  filledAvgPrice
11691
10626
  actionId
11692
- alpacaAccount {
11693
- id
11694
- }
11695
- action {
11696
- id
11697
- }
11698
- asset {
11699
- id
11700
- }
11701
10627
  fee
11702
10628
  strikePrice
11703
10629
  expirationDate
@@ -11705,9 +10631,6 @@ export const Action = {
11705
10631
  stopLossId
11706
10632
  takeProfitId
11707
10633
  }
11708
- positions {
11709
- id
11710
- }
11711
10634
  newsMentions {
11712
10635
  id
11713
10636
  assetId
@@ -11730,12 +10653,6 @@ export const Action = {
11730
10653
  logo
11731
10654
  createdAt
11732
10655
  updatedAt
11733
- assets {
11734
- id
11735
- }
11736
- }
11737
- asset {
11738
- id
11739
10656
  }
11740
10657
  relevancyScore
11741
10658
  sentimentScore
@@ -11755,9 +10672,6 @@ export const Action = {
11755
10672
  lastTradePrice
11756
10673
  changeToday
11757
10674
  assetMarginable
11758
- alpacaAccount {
11759
- id
11760
- }
11761
10675
  alpacaAccountId
11762
10676
  }
11763
10677
  alerts {
@@ -11768,9 +10682,6 @@ export const Action = {
11768
10682
  isRead
11769
10683
  createdAt
11770
10684
  updatedAt
11771
- alpacaAccount {
11772
- id
11773
- }
11774
10685
  }
11775
10686
  }
11776
10687
  asset {
@@ -11832,9 +10743,6 @@ export const Action = {
11832
10743
  buyPrice
11833
10744
  createdAt
11834
10745
  updatedAt
11835
- trades {
11836
- id
11837
- }
11838
10746
  orders {
11839
10747
  id
11840
10748
  clientOrderId
@@ -11855,9 +10763,6 @@ export const Action = {
11855
10763
  createdAt
11856
10764
  updatedAt
11857
10765
  orderId
11858
- Order {
11859
- id
11860
- }
11861
10766
  }
11862
10767
  takeProfit {
11863
10768
  id
@@ -11866,9 +10771,6 @@ export const Action = {
11866
10771
  createdAt
11867
10772
  updatedAt
11868
10773
  orderId
11869
- Order {
11870
- id
11871
- }
11872
10774
  }
11873
10775
  trailPrice
11874
10776
  trailPercent
@@ -11912,9 +10814,6 @@ export const Action = {
11912
10814
  stripeCurrentPeriodEnd
11913
10815
  createdAt
11914
10816
  updatedAt
11915
- users {
11916
- id
11917
- }
11918
10817
  }
11919
10818
  customerId
11920
10819
  accounts {
@@ -11932,18 +10831,12 @@ export const Action = {
11932
10831
  session_state
11933
10832
  createdAt
11934
10833
  updatedAt
11935
- user {
11936
- id
11937
- }
11938
10834
  }
11939
10835
  sessions {
11940
10836
  id
11941
10837
  sessionToken
11942
10838
  userId
11943
10839
  expires
11944
- user {
11945
- id
11946
- }
11947
10840
  createdAt
11948
10841
  updatedAt
11949
10842
  }
@@ -11953,32 +10846,17 @@ export const Action = {
11953
10846
  credentialID
11954
10847
  publicKey
11955
10848
  counter
11956
- user {
11957
- id
11958
- }
11959
10849
  createdAt
11960
10850
  updatedAt
11961
10851
  }
11962
10852
  plan
11963
- alpacaAccounts {
11964
- id
11965
- }
11966
10853
  }
11967
10854
  userId
11968
10855
  createdAt
11969
10856
  updatedAt
11970
- trades {
11971
- id
11972
- }
11973
- orders {
11974
- id
11975
- }
11976
10857
  positions {
11977
10858
  id
11978
10859
  assetId
11979
- asset {
11980
- id
11981
- }
11982
10860
  averageEntryPrice
11983
10861
  qty
11984
10862
  qtyAvailable
@@ -11992,9 +10870,6 @@ export const Action = {
11992
10870
  lastTradePrice
11993
10871
  changeToday
11994
10872
  assetMarginable
11995
- alpacaAccount {
11996
- id
11997
- }
11998
10873
  alpacaAccountId
11999
10874
  }
12000
10875
  alerts {
@@ -12005,17 +10880,8 @@ export const Action = {
12005
10880
  isRead
12006
10881
  createdAt
12007
10882
  updatedAt
12008
- alpacaAccount {
12009
- id
12010
- }
12011
10883
  }
12012
10884
  }
12013
- action {
12014
- id
12015
- }
12016
- asset {
12017
- id
12018
- }
12019
10885
  fee
12020
10886
  strikePrice
12021
10887
  expirationDate
@@ -12026,9 +10892,6 @@ export const Action = {
12026
10892
  positions {
12027
10893
  id
12028
10894
  assetId
12029
- asset {
12030
- id
12031
- }
12032
10895
  averageEntryPrice
12033
10896
  qty
12034
10897
  qtyAvailable
@@ -12074,9 +10937,6 @@ export const Action = {
12074
10937
  stripeCurrentPeriodEnd
12075
10938
  createdAt
12076
10939
  updatedAt
12077
- users {
12078
- id
12079
- }
12080
10940
  }
12081
10941
  customerId
12082
10942
  accounts {
@@ -12094,18 +10954,12 @@ export const Action = {
12094
10954
  session_state
12095
10955
  createdAt
12096
10956
  updatedAt
12097
- user {
12098
- id
12099
- }
12100
10957
  }
12101
10958
  sessions {
12102
10959
  id
12103
10960
  sessionToken
12104
10961
  userId
12105
10962
  expires
12106
- user {
12107
- id
12108
- }
12109
10963
  createdAt
12110
10964
  updatedAt
12111
10965
  }
@@ -12115,23 +10969,14 @@ export const Action = {
12115
10969
  credentialID
12116
10970
  publicKey
12117
10971
  counter
12118
- user {
12119
- id
12120
- }
12121
10972
  createdAt
12122
10973
  updatedAt
12123
10974
  }
12124
10975
  plan
12125
- alpacaAccounts {
12126
- id
12127
- }
12128
10976
  }
12129
10977
  userId
12130
10978
  createdAt
12131
10979
  updatedAt
12132
- trades {
12133
- id
12134
- }
12135
10980
  orders {
12136
10981
  id
12137
10982
  clientOrderId
@@ -12152,9 +10997,6 @@ export const Action = {
12152
10997
  createdAt
12153
10998
  updatedAt
12154
10999
  orderId
12155
- Order {
12156
- id
12157
- }
12158
11000
  }
12159
11001
  takeProfit {
12160
11002
  id
@@ -12163,9 +11005,6 @@ export const Action = {
12163
11005
  createdAt
12164
11006
  updatedAt
12165
11007
  orderId
12166
- Order {
12167
- id
12168
- }
12169
11008
  }
12170
11009
  trailPrice
12171
11010
  trailPercent
@@ -12177,15 +11016,6 @@ export const Action = {
12177
11016
  filledAt
12178
11017
  filledAvgPrice
12179
11018
  actionId
12180
- alpacaAccount {
12181
- id
12182
- }
12183
- action {
12184
- id
12185
- }
12186
- asset {
12187
- id
12188
- }
12189
11019
  fee
12190
11020
  strikePrice
12191
11021
  expirationDate
@@ -12193,9 +11023,6 @@ export const Action = {
12193
11023
  stopLossId
12194
11024
  takeProfitId
12195
11025
  }
12196
- positions {
12197
- id
12198
- }
12199
11026
  alerts {
12200
11027
  id
12201
11028
  alpacaAccountId
@@ -12204,9 +11031,6 @@ export const Action = {
12204
11031
  isRead
12205
11032
  createdAt
12206
11033
  updatedAt
12207
- alpacaAccount {
12208
- id
12209
- }
12210
11034
  }
12211
11035
  }
12212
11036
  alpacaAccountId
@@ -12233,21 +11057,12 @@ export const Action = {
12233
11057
  logo
12234
11058
  createdAt
12235
11059
  updatedAt
12236
- assets {
12237
- id
12238
- }
12239
- }
12240
- asset {
12241
- id
12242
11060
  }
12243
11061
  relevancyScore
12244
11062
  sentimentScore
12245
11063
  sentimentLabel
12246
11064
  }
12247
11065
  }
12248
- actions {
12249
- id
12250
- }
12251
11066
  }
12252
11067
  order {
12253
11068
  id
@@ -12269,9 +11084,6 @@ export const Action = {
12269
11084
  createdAt
12270
11085
  updatedAt
12271
11086
  orderId
12272
- Order {
12273
- id
12274
- }
12275
11087
  }
12276
11088
  takeProfit {
12277
11089
  id
@@ -12280,9 +11092,6 @@ export const Action = {
12280
11092
  createdAt
12281
11093
  updatedAt
12282
11094
  orderId
12283
- Order {
12284
- id
12285
- }
12286
11095
  }
12287
11096
  trailPrice
12288
11097
  trailPercent
@@ -12326,9 +11135,6 @@ export const Action = {
12326
11135
  stripeCurrentPeriodEnd
12327
11136
  createdAt
12328
11137
  updatedAt
12329
- users {
12330
- id
12331
- }
12332
11138
  }
12333
11139
  customerId
12334
11140
  accounts {
@@ -12346,18 +11152,12 @@ export const Action = {
12346
11152
  session_state
12347
11153
  createdAt
12348
11154
  updatedAt
12349
- user {
12350
- id
12351
- }
12352
11155
  }
12353
11156
  sessions {
12354
11157
  id
12355
11158
  sessionToken
12356
11159
  userId
12357
11160
  expires
12358
- user {
12359
- id
12360
- }
12361
11161
  createdAt
12362
11162
  updatedAt
12363
11163
  }
@@ -12367,16 +11167,10 @@ export const Action = {
12367
11167
  credentialID
12368
11168
  publicKey
12369
11169
  counter
12370
- user {
12371
- id
12372
- }
12373
11170
  createdAt
12374
11171
  updatedAt
12375
11172
  }
12376
11173
  plan
12377
- alpacaAccounts {
12378
- id
12379
- }
12380
11174
  }
12381
11175
  userId
12382
11176
  createdAt
@@ -12396,9 +11190,6 @@ export const Action = {
12396
11190
  createdAt
12397
11191
  updatedAt
12398
11192
  status
12399
- alpacaAccount {
12400
- id
12401
- }
12402
11193
  asset {
12403
11194
  id
12404
11195
  symbol
@@ -12458,18 +11249,9 @@ export const Action = {
12458
11249
  buyPrice
12459
11250
  createdAt
12460
11251
  updatedAt
12461
- trades {
12462
- id
12463
- }
12464
- orders {
12465
- id
12466
- }
12467
11252
  positions {
12468
11253
  id
12469
11254
  assetId
12470
- asset {
12471
- id
12472
- }
12473
11255
  averageEntryPrice
12474
11256
  qty
12475
11257
  qtyAvailable
@@ -12483,9 +11265,6 @@ export const Action = {
12483
11265
  lastTradePrice
12484
11266
  changeToday
12485
11267
  assetMarginable
12486
- alpacaAccount {
12487
- id
12488
- }
12489
11268
  alpacaAccountId
12490
11269
  }
12491
11270
  newsMentions {
@@ -12510,24 +11289,12 @@ export const Action = {
12510
11289
  logo
12511
11290
  createdAt
12512
11291
  updatedAt
12513
- assets {
12514
- id
12515
- }
12516
- }
12517
- asset {
12518
- id
12519
11292
  }
12520
11293
  relevancyScore
12521
11294
  sentimentScore
12522
11295
  sentimentLabel
12523
11296
  }
12524
11297
  }
12525
- actions {
12526
- id
12527
- }
12528
- }
12529
- orders {
12530
- id
12531
11298
  }
12532
11299
  positions {
12533
11300
  id
@@ -12606,21 +11373,6 @@ export const Action = {
12606
11373
  createdAt
12607
11374
  updatedAt
12608
11375
  status
12609
- alpacaAccount {
12610
- id
12611
- }
12612
- asset {
12613
- id
12614
- }
12615
- actions {
12616
- id
12617
- }
12618
- }
12619
- orders {
12620
- id
12621
- }
12622
- positions {
12623
- id
12624
11376
  }
12625
11377
  newsMentions {
12626
11378
  id
@@ -12644,12 +11396,6 @@ export const Action = {
12644
11396
  logo
12645
11397
  createdAt
12646
11398
  updatedAt
12647
- assets {
12648
- id
12649
- }
12650
- }
12651
- asset {
12652
- id
12653
11399
  }
12654
11400
  relevancyScore
12655
11401
  sentimentScore
@@ -12669,9 +11415,6 @@ export const Action = {
12669
11415
  lastTradePrice
12670
11416
  changeToday
12671
11417
  assetMarginable
12672
- alpacaAccount {
12673
- id
12674
- }
12675
11418
  alpacaAccountId
12676
11419
  }
12677
11420
  alerts {
@@ -12682,14 +11425,8 @@ export const Action = {
12682
11425
  isRead
12683
11426
  createdAt
12684
11427
  updatedAt
12685
- alpacaAccount {
12686
- id
12687
- }
12688
11428
  }
12689
11429
  }
12690
- action {
12691
- id
12692
- }
12693
11430
  asset {
12694
11431
  id
12695
11432
  symbol
@@ -12796,9 +11533,6 @@ export const Action = {
12796
11533
  stripeCurrentPeriodEnd
12797
11534
  createdAt
12798
11535
  updatedAt
12799
- users {
12800
- id
12801
- }
12802
11536
  }
12803
11537
  customerId
12804
11538
  accounts {
@@ -12816,18 +11550,12 @@ export const Action = {
12816
11550
  session_state
12817
11551
  createdAt
12818
11552
  updatedAt
12819
- user {
12820
- id
12821
- }
12822
11553
  }
12823
11554
  sessions {
12824
11555
  id
12825
11556
  sessionToken
12826
11557
  userId
12827
11558
  expires
12828
- user {
12829
- id
12830
- }
12831
11559
  createdAt
12832
11560
  updatedAt
12833
11561
  }
@@ -12837,32 +11565,17 @@ export const Action = {
12837
11565
  credentialID
12838
11566
  publicKey
12839
11567
  counter
12840
- user {
12841
- id
12842
- }
12843
11568
  createdAt
12844
11569
  updatedAt
12845
11570
  }
12846
11571
  plan
12847
- alpacaAccounts {
12848
- id
12849
- }
12850
11572
  }
12851
11573
  userId
12852
11574
  createdAt
12853
11575
  updatedAt
12854
- trades {
12855
- id
12856
- }
12857
- orders {
12858
- id
12859
- }
12860
11576
  positions {
12861
11577
  id
12862
11578
  assetId
12863
- asset {
12864
- id
12865
- }
12866
11579
  averageEntryPrice
12867
11580
  qty
12868
11581
  qtyAvailable
@@ -12876,9 +11589,6 @@ export const Action = {
12876
11589
  lastTradePrice
12877
11590
  changeToday
12878
11591
  assetMarginable
12879
- alpacaAccount {
12880
- id
12881
- }
12882
11592
  alpacaAccountId
12883
11593
  }
12884
11594
  alerts {
@@ -12889,27 +11599,12 @@ export const Action = {
12889
11599
  isRead
12890
11600
  createdAt
12891
11601
  updatedAt
12892
- alpacaAccount {
12893
- id
12894
- }
12895
11602
  }
12896
11603
  }
12897
- asset {
12898
- id
12899
- }
12900
- actions {
12901
- id
12902
- }
12903
- }
12904
- orders {
12905
- id
12906
11604
  }
12907
11605
  positions {
12908
11606
  id
12909
11607
  assetId
12910
- asset {
12911
- id
12912
- }
12913
11608
  averageEntryPrice
12914
11609
  qty
12915
11610
  qtyAvailable
@@ -12955,9 +11650,6 @@ export const Action = {
12955
11650
  stripeCurrentPeriodEnd
12956
11651
  createdAt
12957
11652
  updatedAt
12958
- users {
12959
- id
12960
- }
12961
11653
  }
12962
11654
  customerId
12963
11655
  accounts {
@@ -12975,18 +11667,12 @@ export const Action = {
12975
11667
  session_state
12976
11668
  createdAt
12977
11669
  updatedAt
12978
- user {
12979
- id
12980
- }
12981
11670
  }
12982
11671
  sessions {
12983
11672
  id
12984
11673
  sessionToken
12985
11674
  userId
12986
11675
  expires
12987
- user {
12988
- id
12989
- }
12990
11676
  createdAt
12991
11677
  updatedAt
12992
11678
  }
@@ -12996,16 +11682,10 @@ export const Action = {
12996
11682
  credentialID
12997
11683
  publicKey
12998
11684
  counter
12999
- user {
13000
- id
13001
- }
13002
11685
  createdAt
13003
11686
  updatedAt
13004
11687
  }
13005
11688
  plan
13006
- alpacaAccounts {
13007
- id
13008
- }
13009
11689
  }
13010
11690
  userId
13011
11691
  createdAt
@@ -13025,21 +11705,6 @@ export const Action = {
13025
11705
  createdAt
13026
11706
  updatedAt
13027
11707
  status
13028
- alpacaAccount {
13029
- id
13030
- }
13031
- asset {
13032
- id
13033
- }
13034
- actions {
13035
- id
13036
- }
13037
- }
13038
- orders {
13039
- id
13040
- }
13041
- positions {
13042
- id
13043
11708
  }
13044
11709
  alerts {
13045
11710
  id
@@ -13049,9 +11714,6 @@ export const Action = {
13049
11714
  isRead
13050
11715
  createdAt
13051
11716
  updatedAt
13052
- alpacaAccount {
13053
- id
13054
- }
13055
11717
  }
13056
11718
  }
13057
11719
  alpacaAccountId
@@ -13078,12 +11740,6 @@ export const Action = {
13078
11740
  logo
13079
11741
  createdAt
13080
11742
  updatedAt
13081
- assets {
13082
- id
13083
- }
13084
- }
13085
- asset {
13086
- id
13087
11743
  }
13088
11744
  relevancyScore
13089
11745
  sentimentScore
@@ -13184,9 +11840,6 @@ export const Action = {
13184
11840
  stripeCurrentPeriodEnd
13185
11841
  createdAt
13186
11842
  updatedAt
13187
- users {
13188
- id
13189
- }
13190
11843
  }
13191
11844
  customerId
13192
11845
  accounts {
@@ -13204,18 +11857,12 @@ export const Action = {
13204
11857
  session_state
13205
11858
  createdAt
13206
11859
  updatedAt
13207
- user {
13208
- id
13209
- }
13210
11860
  }
13211
11861
  sessions {
13212
11862
  id
13213
11863
  sessionToken
13214
11864
  userId
13215
11865
  expires
13216
- user {
13217
- id
13218
- }
13219
11866
  createdAt
13220
11867
  updatedAt
13221
11868
  }
@@ -13225,23 +11872,14 @@ export const Action = {
13225
11872
  credentialID
13226
11873
  publicKey
13227
11874
  counter
13228
- user {
13229
- id
13230
- }
13231
11875
  createdAt
13232
11876
  updatedAt
13233
11877
  }
13234
11878
  plan
13235
- alpacaAccounts {
13236
- id
13237
- }
13238
11879
  }
13239
11880
  userId
13240
11881
  createdAt
13241
11882
  updatedAt
13242
- trades {
13243
- id
13244
- }
13245
11883
  orders {
13246
11884
  id
13247
11885
  clientOrderId
@@ -13262,9 +11900,6 @@ export const Action = {
13262
11900
  createdAt
13263
11901
  updatedAt
13264
11902
  orderId
13265
- Order {
13266
- id
13267
- }
13268
11903
  }
13269
11904
  takeProfit {
13270
11905
  id
@@ -13273,9 +11908,6 @@ export const Action = {
13273
11908
  createdAt
13274
11909
  updatedAt
13275
11910
  orderId
13276
- Order {
13277
- id
13278
- }
13279
11911
  }
13280
11912
  trailPrice
13281
11913
  trailPercent
@@ -13287,12 +11919,6 @@ export const Action = {
13287
11919
  filledAt
13288
11920
  filledAvgPrice
13289
11921
  actionId
13290
- alpacaAccount {
13291
- id
13292
- }
13293
- action {
13294
- id
13295
- }
13296
11922
  asset {
13297
11923
  id
13298
11924
  symbol
@@ -13352,18 +11978,9 @@ export const Action = {
13352
11978
  buyPrice
13353
11979
  createdAt
13354
11980
  updatedAt
13355
- trades {
13356
- id
13357
- }
13358
- orders {
13359
- id
13360
- }
13361
11981
  positions {
13362
11982
  id
13363
11983
  assetId
13364
- asset {
13365
- id
13366
- }
13367
11984
  averageEntryPrice
13368
11985
  qty
13369
11986
  qtyAvailable
@@ -13377,9 +11994,6 @@ export const Action = {
13377
11994
  lastTradePrice
13378
11995
  changeToday
13379
11996
  assetMarginable
13380
- alpacaAccount {
13381
- id
13382
- }
13383
11997
  alpacaAccountId
13384
11998
  }
13385
11999
  newsMentions {
@@ -13404,12 +12018,6 @@ export const Action = {
13404
12018
  logo
13405
12019
  createdAt
13406
12020
  updatedAt
13407
- assets {
13408
- id
13409
- }
13410
- }
13411
- asset {
13412
- id
13413
12021
  }
13414
12022
  relevancyScore
13415
12023
  sentimentScore
@@ -13485,9 +12093,6 @@ export const Action = {
13485
12093
  buyPrice
13486
12094
  createdAt
13487
12095
  updatedAt
13488
- trades {
13489
- id
13490
- }
13491
12096
  orders {
13492
12097
  id
13493
12098
  clientOrderId
@@ -13508,9 +12113,6 @@ export const Action = {
13508
12113
  createdAt
13509
12114
  updatedAt
13510
12115
  orderId
13511
- Order {
13512
- id
13513
- }
13514
12116
  }
13515
12117
  takeProfit {
13516
12118
  id
@@ -13519,9 +12121,6 @@ export const Action = {
13519
12121
  createdAt
13520
12122
  updatedAt
13521
12123
  orderId
13522
- Order {
13523
- id
13524
- }
13525
12124
  }
13526
12125
  trailPrice
13527
12126
  trailPercent
@@ -13533,15 +12132,6 @@ export const Action = {
13533
12132
  filledAt
13534
12133
  filledAvgPrice
13535
12134
  actionId
13536
- alpacaAccount {
13537
- id
13538
- }
13539
- action {
13540
- id
13541
- }
13542
- asset {
13543
- id
13544
- }
13545
12135
  fee
13546
12136
  strikePrice
13547
12137
  expirationDate
@@ -13549,9 +12139,6 @@ export const Action = {
13549
12139
  stopLossId
13550
12140
  takeProfitId
13551
12141
  }
13552
- positions {
13553
- id
13554
- }
13555
12142
  newsMentions {
13556
12143
  id
13557
12144
  assetId
@@ -13574,12 +12161,6 @@ export const Action = {
13574
12161
  logo
13575
12162
  createdAt
13576
12163
  updatedAt
13577
- assets {
13578
- id
13579
- }
13580
- }
13581
- asset {
13582
- id
13583
12164
  }
13584
12165
  relevancyScore
13585
12166
  sentimentScore
@@ -13599,9 +12180,6 @@ export const Action = {
13599
12180
  lastTradePrice
13600
12181
  changeToday
13601
12182
  assetMarginable
13602
- alpacaAccount {
13603
- id
13604
- }
13605
12183
  alpacaAccountId
13606
12184
  }
13607
12185
  alerts {
@@ -13612,9 +12190,6 @@ export const Action = {
13612
12190
  isRead
13613
12191
  createdAt
13614
12192
  updatedAt
13615
- alpacaAccount {
13616
- id
13617
- }
13618
12193
  }
13619
12194
  }
13620
12195
  asset {
@@ -13676,9 +12251,6 @@ export const Action = {
13676
12251
  buyPrice
13677
12252
  createdAt
13678
12253
  updatedAt
13679
- trades {
13680
- id
13681
- }
13682
12254
  orders {
13683
12255
  id
13684
12256
  clientOrderId
@@ -13699,9 +12271,6 @@ export const Action = {
13699
12271
  createdAt
13700
12272
  updatedAt
13701
12273
  orderId
13702
- Order {
13703
- id
13704
- }
13705
12274
  }
13706
12275
  takeProfit {
13707
12276
  id
@@ -13710,9 +12279,6 @@ export const Action = {
13710
12279
  createdAt
13711
12280
  updatedAt
13712
12281
  orderId
13713
- Order {
13714
- id
13715
- }
13716
12282
  }
13717
12283
  trailPrice
13718
12284
  trailPercent
@@ -13756,9 +12322,6 @@ export const Action = {
13756
12322
  stripeCurrentPeriodEnd
13757
12323
  createdAt
13758
12324
  updatedAt
13759
- users {
13760
- id
13761
- }
13762
12325
  }
13763
12326
  customerId
13764
12327
  accounts {
@@ -13776,18 +12339,12 @@ export const Action = {
13776
12339
  session_state
13777
12340
  createdAt
13778
12341
  updatedAt
13779
- user {
13780
- id
13781
- }
13782
12342
  }
13783
12343
  sessions {
13784
12344
  id
13785
12345
  sessionToken
13786
12346
  userId
13787
12347
  expires
13788
- user {
13789
- id
13790
- }
13791
12348
  createdAt
13792
12349
  updatedAt
13793
12350
  }
@@ -13797,32 +12354,17 @@ export const Action = {
13797
12354
  credentialID
13798
12355
  publicKey
13799
12356
  counter
13800
- user {
13801
- id
13802
- }
13803
12357
  createdAt
13804
12358
  updatedAt
13805
12359
  }
13806
12360
  plan
13807
- alpacaAccounts {
13808
- id
13809
- }
13810
12361
  }
13811
12362
  userId
13812
12363
  createdAt
13813
12364
  updatedAt
13814
- trades {
13815
- id
13816
- }
13817
- orders {
13818
- id
13819
- }
13820
12365
  positions {
13821
12366
  id
13822
12367
  assetId
13823
- asset {
13824
- id
13825
- }
13826
12368
  averageEntryPrice
13827
12369
  qty
13828
12370
  qtyAvailable
@@ -13836,9 +12378,6 @@ export const Action = {
13836
12378
  lastTradePrice
13837
12379
  changeToday
13838
12380
  assetMarginable
13839
- alpacaAccount {
13840
- id
13841
- }
13842
12381
  alpacaAccountId
13843
12382
  }
13844
12383
  alerts {
@@ -13849,17 +12388,8 @@ export const Action = {
13849
12388
  isRead
13850
12389
  createdAt
13851
12390
  updatedAt
13852
- alpacaAccount {
13853
- id
13854
- }
13855
12391
  }
13856
12392
  }
13857
- action {
13858
- id
13859
- }
13860
- asset {
13861
- id
13862
- }
13863
12393
  fee
13864
12394
  strikePrice
13865
12395
  expirationDate
@@ -13870,9 +12400,6 @@ export const Action = {
13870
12400
  positions {
13871
12401
  id
13872
12402
  assetId
13873
- asset {
13874
- id
13875
- }
13876
12403
  averageEntryPrice
13877
12404
  qty
13878
12405
  qtyAvailable
@@ -13918,9 +12445,6 @@ export const Action = {
13918
12445
  stripeCurrentPeriodEnd
13919
12446
  createdAt
13920
12447
  updatedAt
13921
- users {
13922
- id
13923
- }
13924
12448
  }
13925
12449
  customerId
13926
12450
  accounts {
@@ -13938,18 +12462,12 @@ export const Action = {
13938
12462
  session_state
13939
12463
  createdAt
13940
12464
  updatedAt
13941
- user {
13942
- id
13943
- }
13944
12465
  }
13945
12466
  sessions {
13946
12467
  id
13947
12468
  sessionToken
13948
12469
  userId
13949
12470
  expires
13950
- user {
13951
- id
13952
- }
13953
12471
  createdAt
13954
12472
  updatedAt
13955
12473
  }
@@ -13959,23 +12477,14 @@ export const Action = {
13959
12477
  credentialID
13960
12478
  publicKey
13961
12479
  counter
13962
- user {
13963
- id
13964
- }
13965
12480
  createdAt
13966
12481
  updatedAt
13967
12482
  }
13968
12483
  plan
13969
- alpacaAccounts {
13970
- id
13971
- }
13972
12484
  }
13973
12485
  userId
13974
12486
  createdAt
13975
12487
  updatedAt
13976
- trades {
13977
- id
13978
- }
13979
12488
  orders {
13980
12489
  id
13981
12490
  clientOrderId
@@ -13996,9 +12505,6 @@ export const Action = {
13996
12505
  createdAt
13997
12506
  updatedAt
13998
12507
  orderId
13999
- Order {
14000
- id
14001
- }
14002
12508
  }
14003
12509
  takeProfit {
14004
12510
  id
@@ -14007,9 +12513,6 @@ export const Action = {
14007
12513
  createdAt
14008
12514
  updatedAt
14009
12515
  orderId
14010
- Order {
14011
- id
14012
- }
14013
12516
  }
14014
12517
  trailPrice
14015
12518
  trailPercent
@@ -14021,15 +12524,6 @@ export const Action = {
14021
12524
  filledAt
14022
12525
  filledAvgPrice
14023
12526
  actionId
14024
- alpacaAccount {
14025
- id
14026
- }
14027
- action {
14028
- id
14029
- }
14030
- asset {
14031
- id
14032
- }
14033
12527
  fee
14034
12528
  strikePrice
14035
12529
  expirationDate
@@ -14037,9 +12531,6 @@ export const Action = {
14037
12531
  stopLossId
14038
12532
  takeProfitId
14039
12533
  }
14040
- positions {
14041
- id
14042
- }
14043
12534
  alerts {
14044
12535
  id
14045
12536
  alpacaAccountId
@@ -14048,9 +12539,6 @@ export const Action = {
14048
12539
  isRead
14049
12540
  createdAt
14050
12541
  updatedAt
14051
- alpacaAccount {
14052
- id
14053
- }
14054
12542
  }
14055
12543
  }
14056
12544
  alpacaAccountId
@@ -14077,21 +12565,12 @@ export const Action = {
14077
12565
  logo
14078
12566
  createdAt
14079
12567
  updatedAt
14080
- assets {
14081
- id
14082
- }
14083
- }
14084
- asset {
14085
- id
14086
12568
  }
14087
12569
  relevancyScore
14088
12570
  sentimentScore
14089
12571
  sentimentLabel
14090
12572
  }
14091
12573
  }
14092
- actions {
14093
- id
14094
- }
14095
12574
  }
14096
12575
  order {
14097
12576
  id
@@ -14113,9 +12592,6 @@ export const Action = {
14113
12592
  createdAt
14114
12593
  updatedAt
14115
12594
  orderId
14116
- Order {
14117
- id
14118
- }
14119
12595
  }
14120
12596
  takeProfit {
14121
12597
  id
@@ -14124,9 +12600,6 @@ export const Action = {
14124
12600
  createdAt
14125
12601
  updatedAt
14126
12602
  orderId
14127
- Order {
14128
- id
14129
- }
14130
12603
  }
14131
12604
  trailPrice
14132
12605
  trailPercent
@@ -14170,9 +12643,6 @@ export const Action = {
14170
12643
  stripeCurrentPeriodEnd
14171
12644
  createdAt
14172
12645
  updatedAt
14173
- users {
14174
- id
14175
- }
14176
12646
  }
14177
12647
  customerId
14178
12648
  accounts {
@@ -14190,18 +12660,12 @@ export const Action = {
14190
12660
  session_state
14191
12661
  createdAt
14192
12662
  updatedAt
14193
- user {
14194
- id
14195
- }
14196
12663
  }
14197
12664
  sessions {
14198
12665
  id
14199
12666
  sessionToken
14200
12667
  userId
14201
12668
  expires
14202
- user {
14203
- id
14204
- }
14205
12669
  createdAt
14206
12670
  updatedAt
14207
12671
  }
@@ -14211,16 +12675,10 @@ export const Action = {
14211
12675
  credentialID
14212
12676
  publicKey
14213
12677
  counter
14214
- user {
14215
- id
14216
- }
14217
12678
  createdAt
14218
12679
  updatedAt
14219
12680
  }
14220
12681
  plan
14221
- alpacaAccounts {
14222
- id
14223
- }
14224
12682
  }
14225
12683
  userId
14226
12684
  createdAt
@@ -14240,9 +12698,6 @@ export const Action = {
14240
12698
  createdAt
14241
12699
  updatedAt
14242
12700
  status
14243
- alpacaAccount {
14244
- id
14245
- }
14246
12701
  asset {
14247
12702
  id
14248
12703
  symbol
@@ -14302,18 +12757,9 @@ export const Action = {
14302
12757
  buyPrice
14303
12758
  createdAt
14304
12759
  updatedAt
14305
- trades {
14306
- id
14307
- }
14308
- orders {
14309
- id
14310
- }
14311
12760
  positions {
14312
12761
  id
14313
12762
  assetId
14314
- asset {
14315
- id
14316
- }
14317
12763
  averageEntryPrice
14318
12764
  qty
14319
12765
  qtyAvailable
@@ -14327,9 +12773,6 @@ export const Action = {
14327
12773
  lastTradePrice
14328
12774
  changeToday
14329
12775
  assetMarginable
14330
- alpacaAccount {
14331
- id
14332
- }
14333
12776
  alpacaAccountId
14334
12777
  }
14335
12778
  newsMentions {
@@ -14354,24 +12797,12 @@ export const Action = {
14354
12797
  logo
14355
12798
  createdAt
14356
12799
  updatedAt
14357
- assets {
14358
- id
14359
- }
14360
- }
14361
- asset {
14362
- id
14363
12800
  }
14364
12801
  relevancyScore
14365
12802
  sentimentScore
14366
12803
  sentimentLabel
14367
12804
  }
14368
12805
  }
14369
- actions {
14370
- id
14371
- }
14372
- }
14373
- orders {
14374
- id
14375
12806
  }
14376
12807
  positions {
14377
12808
  id
@@ -14450,21 +12881,6 @@ export const Action = {
14450
12881
  createdAt
14451
12882
  updatedAt
14452
12883
  status
14453
- alpacaAccount {
14454
- id
14455
- }
14456
- asset {
14457
- id
14458
- }
14459
- actions {
14460
- id
14461
- }
14462
- }
14463
- orders {
14464
- id
14465
- }
14466
- positions {
14467
- id
14468
12884
  }
14469
12885
  newsMentions {
14470
12886
  id
@@ -14488,12 +12904,6 @@ export const Action = {
14488
12904
  logo
14489
12905
  createdAt
14490
12906
  updatedAt
14491
- assets {
14492
- id
14493
- }
14494
- }
14495
- asset {
14496
- id
14497
12907
  }
14498
12908
  relevancyScore
14499
12909
  sentimentScore
@@ -14513,9 +12923,6 @@ export const Action = {
14513
12923
  lastTradePrice
14514
12924
  changeToday
14515
12925
  assetMarginable
14516
- alpacaAccount {
14517
- id
14518
- }
14519
12926
  alpacaAccountId
14520
12927
  }
14521
12928
  alerts {
@@ -14526,14 +12933,8 @@ export const Action = {
14526
12933
  isRead
14527
12934
  createdAt
14528
12935
  updatedAt
14529
- alpacaAccount {
14530
- id
14531
- }
14532
12936
  }
14533
12937
  }
14534
- action {
14535
- id
14536
- }
14537
12938
  asset {
14538
12939
  id
14539
12940
  symbol
@@ -14640,9 +13041,6 @@ export const Action = {
14640
13041
  stripeCurrentPeriodEnd
14641
13042
  createdAt
14642
13043
  updatedAt
14643
- users {
14644
- id
14645
- }
14646
13044
  }
14647
13045
  customerId
14648
13046
  accounts {
@@ -14660,18 +13058,12 @@ export const Action = {
14660
13058
  session_state
14661
13059
  createdAt
14662
13060
  updatedAt
14663
- user {
14664
- id
14665
- }
14666
13061
  }
14667
13062
  sessions {
14668
13063
  id
14669
13064
  sessionToken
14670
13065
  userId
14671
13066
  expires
14672
- user {
14673
- id
14674
- }
14675
13067
  createdAt
14676
13068
  updatedAt
14677
13069
  }
@@ -14681,32 +13073,17 @@ export const Action = {
14681
13073
  credentialID
14682
13074
  publicKey
14683
13075
  counter
14684
- user {
14685
- id
14686
- }
14687
13076
  createdAt
14688
13077
  updatedAt
14689
13078
  }
14690
13079
  plan
14691
- alpacaAccounts {
14692
- id
14693
- }
14694
13080
  }
14695
13081
  userId
14696
13082
  createdAt
14697
13083
  updatedAt
14698
- trades {
14699
- id
14700
- }
14701
- orders {
14702
- id
14703
- }
14704
13084
  positions {
14705
13085
  id
14706
13086
  assetId
14707
- asset {
14708
- id
14709
- }
14710
13087
  averageEntryPrice
14711
13088
  qty
14712
13089
  qtyAvailable
@@ -14720,9 +13097,6 @@ export const Action = {
14720
13097
  lastTradePrice
14721
13098
  changeToday
14722
13099
  assetMarginable
14723
- alpacaAccount {
14724
- id
14725
- }
14726
13100
  alpacaAccountId
14727
13101
  }
14728
13102
  alerts {
@@ -14733,27 +13107,12 @@ export const Action = {
14733
13107
  isRead
14734
13108
  createdAt
14735
13109
  updatedAt
14736
- alpacaAccount {
14737
- id
14738
- }
14739
13110
  }
14740
13111
  }
14741
- asset {
14742
- id
14743
- }
14744
- actions {
14745
- id
14746
- }
14747
- }
14748
- orders {
14749
- id
14750
13112
  }
14751
13113
  positions {
14752
13114
  id
14753
13115
  assetId
14754
- asset {
14755
- id
14756
- }
14757
13116
  averageEntryPrice
14758
13117
  qty
14759
13118
  qtyAvailable
@@ -14799,9 +13158,6 @@ export const Action = {
14799
13158
  stripeCurrentPeriodEnd
14800
13159
  createdAt
14801
13160
  updatedAt
14802
- users {
14803
- id
14804
- }
14805
13161
  }
14806
13162
  customerId
14807
13163
  accounts {
@@ -14819,18 +13175,12 @@ export const Action = {
14819
13175
  session_state
14820
13176
  createdAt
14821
13177
  updatedAt
14822
- user {
14823
- id
14824
- }
14825
13178
  }
14826
13179
  sessions {
14827
13180
  id
14828
13181
  sessionToken
14829
13182
  userId
14830
13183
  expires
14831
- user {
14832
- id
14833
- }
14834
13184
  createdAt
14835
13185
  updatedAt
14836
13186
  }
@@ -14840,16 +13190,10 @@ export const Action = {
14840
13190
  credentialID
14841
13191
  publicKey
14842
13192
  counter
14843
- user {
14844
- id
14845
- }
14846
13193
  createdAt
14847
13194
  updatedAt
14848
13195
  }
14849
13196
  plan
14850
- alpacaAccounts {
14851
- id
14852
- }
14853
13197
  }
14854
13198
  userId
14855
13199
  createdAt
@@ -14869,21 +13213,6 @@ export const Action = {
14869
13213
  createdAt
14870
13214
  updatedAt
14871
13215
  status
14872
- alpacaAccount {
14873
- id
14874
- }
14875
- asset {
14876
- id
14877
- }
14878
- actions {
14879
- id
14880
- }
14881
- }
14882
- orders {
14883
- id
14884
- }
14885
- positions {
14886
- id
14887
13216
  }
14888
13217
  alerts {
14889
13218
  id
@@ -14893,9 +13222,6 @@ export const Action = {
14893
13222
  isRead
14894
13223
  createdAt
14895
13224
  updatedAt
14896
- alpacaAccount {
14897
- id
14898
- }
14899
13225
  }
14900
13226
  }
14901
13227
  alpacaAccountId
@@ -14922,12 +13248,6 @@ export const Action = {
14922
13248
  logo
14923
13249
  createdAt
14924
13250
  updatedAt
14925
- assets {
14926
- id
14927
- }
14928
- }
14929
- asset {
14930
- id
14931
13251
  }
14932
13252
  relevancyScore
14933
13253
  sentimentScore
@@ -15023,9 +13343,6 @@ export const Action = {
15023
13343
  stripeCurrentPeriodEnd
15024
13344
  createdAt
15025
13345
  updatedAt
15026
- users {
15027
- id
15028
- }
15029
13346
  }
15030
13347
  customerId
15031
13348
  accounts {
@@ -15043,18 +13360,12 @@ export const Action = {
15043
13360
  session_state
15044
13361
  createdAt
15045
13362
  updatedAt
15046
- user {
15047
- id
15048
- }
15049
13363
  }
15050
13364
  sessions {
15051
13365
  id
15052
13366
  sessionToken
15053
13367
  userId
15054
13368
  expires
15055
- user {
15056
- id
15057
- }
15058
13369
  createdAt
15059
13370
  updatedAt
15060
13371
  }
@@ -15064,23 +13375,14 @@ export const Action = {
15064
13375
  credentialID
15065
13376
  publicKey
15066
13377
  counter
15067
- user {
15068
- id
15069
- }
15070
13378
  createdAt
15071
13379
  updatedAt
15072
13380
  }
15073
13381
  plan
15074
- alpacaAccounts {
15075
- id
15076
- }
15077
13382
  }
15078
13383
  userId
15079
13384
  createdAt
15080
13385
  updatedAt
15081
- trades {
15082
- id
15083
- }
15084
13386
  orders {
15085
13387
  id
15086
13388
  clientOrderId
@@ -15101,9 +13403,6 @@ export const Action = {
15101
13403
  createdAt
15102
13404
  updatedAt
15103
13405
  orderId
15104
- Order {
15105
- id
15106
- }
15107
13406
  }
15108
13407
  takeProfit {
15109
13408
  id
@@ -15112,9 +13411,6 @@ export const Action = {
15112
13411
  createdAt
15113
13412
  updatedAt
15114
13413
  orderId
15115
- Order {
15116
- id
15117
- }
15118
13414
  }
15119
13415
  trailPrice
15120
13416
  trailPercent
@@ -15126,12 +13422,6 @@ export const Action = {
15126
13422
  filledAt
15127
13423
  filledAvgPrice
15128
13424
  actionId
15129
- alpacaAccount {
15130
- id
15131
- }
15132
- action {
15133
- id
15134
- }
15135
13425
  asset {
15136
13426
  id
15137
13427
  symbol
@@ -15191,18 +13481,9 @@ export const Action = {
15191
13481
  buyPrice
15192
13482
  createdAt
15193
13483
  updatedAt
15194
- trades {
15195
- id
15196
- }
15197
- orders {
15198
- id
15199
- }
15200
13484
  positions {
15201
13485
  id
15202
13486
  assetId
15203
- asset {
15204
- id
15205
- }
15206
13487
  averageEntryPrice
15207
13488
  qty
15208
13489
  qtyAvailable
@@ -15216,9 +13497,6 @@ export const Action = {
15216
13497
  lastTradePrice
15217
13498
  changeToday
15218
13499
  assetMarginable
15219
- alpacaAccount {
15220
- id
15221
- }
15222
13500
  alpacaAccountId
15223
13501
  }
15224
13502
  newsMentions {
@@ -15243,12 +13521,6 @@ export const Action = {
15243
13521
  logo
15244
13522
  createdAt
15245
13523
  updatedAt
15246
- assets {
15247
- id
15248
- }
15249
- }
15250
- asset {
15251
- id
15252
13524
  }
15253
13525
  relevancyScore
15254
13526
  sentimentScore
@@ -15324,9 +13596,6 @@ export const Action = {
15324
13596
  buyPrice
15325
13597
  createdAt
15326
13598
  updatedAt
15327
- trades {
15328
- id
15329
- }
15330
13599
  orders {
15331
13600
  id
15332
13601
  clientOrderId
@@ -15347,9 +13616,6 @@ export const Action = {
15347
13616
  createdAt
15348
13617
  updatedAt
15349
13618
  orderId
15350
- Order {
15351
- id
15352
- }
15353
13619
  }
15354
13620
  takeProfit {
15355
13621
  id
@@ -15358,9 +13624,6 @@ export const Action = {
15358
13624
  createdAt
15359
13625
  updatedAt
15360
13626
  orderId
15361
- Order {
15362
- id
15363
- }
15364
13627
  }
15365
13628
  trailPrice
15366
13629
  trailPercent
@@ -15372,15 +13635,6 @@ export const Action = {
15372
13635
  filledAt
15373
13636
  filledAvgPrice
15374
13637
  actionId
15375
- alpacaAccount {
15376
- id
15377
- }
15378
- action {
15379
- id
15380
- }
15381
- asset {
15382
- id
15383
- }
15384
13638
  fee
15385
13639
  strikePrice
15386
13640
  expirationDate
@@ -15388,9 +13642,6 @@ export const Action = {
15388
13642
  stopLossId
15389
13643
  takeProfitId
15390
13644
  }
15391
- positions {
15392
- id
15393
- }
15394
13645
  newsMentions {
15395
13646
  id
15396
13647
  assetId
@@ -15413,12 +13664,6 @@ export const Action = {
15413
13664
  logo
15414
13665
  createdAt
15415
13666
  updatedAt
15416
- assets {
15417
- id
15418
- }
15419
- }
15420
- asset {
15421
- id
15422
13667
  }
15423
13668
  relevancyScore
15424
13669
  sentimentScore
@@ -15438,9 +13683,6 @@ export const Action = {
15438
13683
  lastTradePrice
15439
13684
  changeToday
15440
13685
  assetMarginable
15441
- alpacaAccount {
15442
- id
15443
- }
15444
13686
  alpacaAccountId
15445
13687
  }
15446
13688
  alerts {
@@ -15451,9 +13693,6 @@ export const Action = {
15451
13693
  isRead
15452
13694
  createdAt
15453
13695
  updatedAt
15454
- alpacaAccount {
15455
- id
15456
- }
15457
13696
  }
15458
13697
  }
15459
13698
  asset {
@@ -15515,9 +13754,6 @@ export const Action = {
15515
13754
  buyPrice
15516
13755
  createdAt
15517
13756
  updatedAt
15518
- trades {
15519
- id
15520
- }
15521
13757
  orders {
15522
13758
  id
15523
13759
  clientOrderId
@@ -15538,9 +13774,6 @@ export const Action = {
15538
13774
  createdAt
15539
13775
  updatedAt
15540
13776
  orderId
15541
- Order {
15542
- id
15543
- }
15544
13777
  }
15545
13778
  takeProfit {
15546
13779
  id
@@ -15549,9 +13782,6 @@ export const Action = {
15549
13782
  createdAt
15550
13783
  updatedAt
15551
13784
  orderId
15552
- Order {
15553
- id
15554
- }
15555
13785
  }
15556
13786
  trailPrice
15557
13787
  trailPercent
@@ -15595,9 +13825,6 @@ export const Action = {
15595
13825
  stripeCurrentPeriodEnd
15596
13826
  createdAt
15597
13827
  updatedAt
15598
- users {
15599
- id
15600
- }
15601
13828
  }
15602
13829
  customerId
15603
13830
  accounts {
@@ -15615,18 +13842,12 @@ export const Action = {
15615
13842
  session_state
15616
13843
  createdAt
15617
13844
  updatedAt
15618
- user {
15619
- id
15620
- }
15621
13845
  }
15622
13846
  sessions {
15623
13847
  id
15624
13848
  sessionToken
15625
13849
  userId
15626
13850
  expires
15627
- user {
15628
- id
15629
- }
15630
13851
  createdAt
15631
13852
  updatedAt
15632
13853
  }
@@ -15636,32 +13857,17 @@ export const Action = {
15636
13857
  credentialID
15637
13858
  publicKey
15638
13859
  counter
15639
- user {
15640
- id
15641
- }
15642
13860
  createdAt
15643
13861
  updatedAt
15644
13862
  }
15645
13863
  plan
15646
- alpacaAccounts {
15647
- id
15648
- }
15649
13864
  }
15650
13865
  userId
15651
13866
  createdAt
15652
13867
  updatedAt
15653
- trades {
15654
- id
15655
- }
15656
- orders {
15657
- id
15658
- }
15659
13868
  positions {
15660
13869
  id
15661
13870
  assetId
15662
- asset {
15663
- id
15664
- }
15665
13871
  averageEntryPrice
15666
13872
  qty
15667
13873
  qtyAvailable
@@ -15675,9 +13881,6 @@ export const Action = {
15675
13881
  lastTradePrice
15676
13882
  changeToday
15677
13883
  assetMarginable
15678
- alpacaAccount {
15679
- id
15680
- }
15681
13884
  alpacaAccountId
15682
13885
  }
15683
13886
  alerts {
@@ -15688,17 +13891,8 @@ export const Action = {
15688
13891
  isRead
15689
13892
  createdAt
15690
13893
  updatedAt
15691
- alpacaAccount {
15692
- id
15693
- }
15694
13894
  }
15695
13895
  }
15696
- action {
15697
- id
15698
- }
15699
- asset {
15700
- id
15701
- }
15702
13896
  fee
15703
13897
  strikePrice
15704
13898
  expirationDate
@@ -15709,9 +13903,6 @@ export const Action = {
15709
13903
  positions {
15710
13904
  id
15711
13905
  assetId
15712
- asset {
15713
- id
15714
- }
15715
13906
  averageEntryPrice
15716
13907
  qty
15717
13908
  qtyAvailable
@@ -15757,9 +13948,6 @@ export const Action = {
15757
13948
  stripeCurrentPeriodEnd
15758
13949
  createdAt
15759
13950
  updatedAt
15760
- users {
15761
- id
15762
- }
15763
13951
  }
15764
13952
  customerId
15765
13953
  accounts {
@@ -15777,18 +13965,12 @@ export const Action = {
15777
13965
  session_state
15778
13966
  createdAt
15779
13967
  updatedAt
15780
- user {
15781
- id
15782
- }
15783
13968
  }
15784
13969
  sessions {
15785
13970
  id
15786
13971
  sessionToken
15787
13972
  userId
15788
13973
  expires
15789
- user {
15790
- id
15791
- }
15792
13974
  createdAt
15793
13975
  updatedAt
15794
13976
  }
@@ -15798,23 +13980,14 @@ export const Action = {
15798
13980
  credentialID
15799
13981
  publicKey
15800
13982
  counter
15801
- user {
15802
- id
15803
- }
15804
13983
  createdAt
15805
13984
  updatedAt
15806
13985
  }
15807
13986
  plan
15808
- alpacaAccounts {
15809
- id
15810
- }
15811
13987
  }
15812
13988
  userId
15813
13989
  createdAt
15814
13990
  updatedAt
15815
- trades {
15816
- id
15817
- }
15818
13991
  orders {
15819
13992
  id
15820
13993
  clientOrderId
@@ -15835,9 +14008,6 @@ export const Action = {
15835
14008
  createdAt
15836
14009
  updatedAt
15837
14010
  orderId
15838
- Order {
15839
- id
15840
- }
15841
14011
  }
15842
14012
  takeProfit {
15843
14013
  id
@@ -15846,9 +14016,6 @@ export const Action = {
15846
14016
  createdAt
15847
14017
  updatedAt
15848
14018
  orderId
15849
- Order {
15850
- id
15851
- }
15852
14019
  }
15853
14020
  trailPrice
15854
14021
  trailPercent
@@ -15860,15 +14027,6 @@ export const Action = {
15860
14027
  filledAt
15861
14028
  filledAvgPrice
15862
14029
  actionId
15863
- alpacaAccount {
15864
- id
15865
- }
15866
- action {
15867
- id
15868
- }
15869
- asset {
15870
- id
15871
- }
15872
14030
  fee
15873
14031
  strikePrice
15874
14032
  expirationDate
@@ -15876,9 +14034,6 @@ export const Action = {
15876
14034
  stopLossId
15877
14035
  takeProfitId
15878
14036
  }
15879
- positions {
15880
- id
15881
- }
15882
14037
  alerts {
15883
14038
  id
15884
14039
  alpacaAccountId
@@ -15887,9 +14042,6 @@ export const Action = {
15887
14042
  isRead
15888
14043
  createdAt
15889
14044
  updatedAt
15890
- alpacaAccount {
15891
- id
15892
- }
15893
14045
  }
15894
14046
  }
15895
14047
  alpacaAccountId
@@ -15916,21 +14068,12 @@ export const Action = {
15916
14068
  logo
15917
14069
  createdAt
15918
14070
  updatedAt
15919
- assets {
15920
- id
15921
- }
15922
- }
15923
- asset {
15924
- id
15925
14071
  }
15926
14072
  relevancyScore
15927
14073
  sentimentScore
15928
14074
  sentimentLabel
15929
14075
  }
15930
14076
  }
15931
- actions {
15932
- id
15933
- }
15934
14077
  }
15935
14078
  order {
15936
14079
  id
@@ -15952,9 +14095,6 @@ export const Action = {
15952
14095
  createdAt
15953
14096
  updatedAt
15954
14097
  orderId
15955
- Order {
15956
- id
15957
- }
15958
14098
  }
15959
14099
  takeProfit {
15960
14100
  id
@@ -15963,9 +14103,6 @@ export const Action = {
15963
14103
  createdAt
15964
14104
  updatedAt
15965
14105
  orderId
15966
- Order {
15967
- id
15968
- }
15969
14106
  }
15970
14107
  trailPrice
15971
14108
  trailPercent
@@ -16009,9 +14146,6 @@ export const Action = {
16009
14146
  stripeCurrentPeriodEnd
16010
14147
  createdAt
16011
14148
  updatedAt
16012
- users {
16013
- id
16014
- }
16015
14149
  }
16016
14150
  customerId
16017
14151
  accounts {
@@ -16029,18 +14163,12 @@ export const Action = {
16029
14163
  session_state
16030
14164
  createdAt
16031
14165
  updatedAt
16032
- user {
16033
- id
16034
- }
16035
14166
  }
16036
14167
  sessions {
16037
14168
  id
16038
14169
  sessionToken
16039
14170
  userId
16040
14171
  expires
16041
- user {
16042
- id
16043
- }
16044
14172
  createdAt
16045
14173
  updatedAt
16046
14174
  }
@@ -16050,16 +14178,10 @@ export const Action = {
16050
14178
  credentialID
16051
14179
  publicKey
16052
14180
  counter
16053
- user {
16054
- id
16055
- }
16056
14181
  createdAt
16057
14182
  updatedAt
16058
14183
  }
16059
14184
  plan
16060
- alpacaAccounts {
16061
- id
16062
- }
16063
14185
  }
16064
14186
  userId
16065
14187
  createdAt
@@ -16079,9 +14201,6 @@ export const Action = {
16079
14201
  createdAt
16080
14202
  updatedAt
16081
14203
  status
16082
- alpacaAccount {
16083
- id
16084
- }
16085
14204
  asset {
16086
14205
  id
16087
14206
  symbol
@@ -16141,18 +14260,9 @@ export const Action = {
16141
14260
  buyPrice
16142
14261
  createdAt
16143
14262
  updatedAt
16144
- trades {
16145
- id
16146
- }
16147
- orders {
16148
- id
16149
- }
16150
14263
  positions {
16151
14264
  id
16152
14265
  assetId
16153
- asset {
16154
- id
16155
- }
16156
14266
  averageEntryPrice
16157
14267
  qty
16158
14268
  qtyAvailable
@@ -16166,9 +14276,6 @@ export const Action = {
16166
14276
  lastTradePrice
16167
14277
  changeToday
16168
14278
  assetMarginable
16169
- alpacaAccount {
16170
- id
16171
- }
16172
14279
  alpacaAccountId
16173
14280
  }
16174
14281
  newsMentions {
@@ -16193,24 +14300,12 @@ export const Action = {
16193
14300
  logo
16194
14301
  createdAt
16195
14302
  updatedAt
16196
- assets {
16197
- id
16198
- }
16199
- }
16200
- asset {
16201
- id
16202
14303
  }
16203
14304
  relevancyScore
16204
14305
  sentimentScore
16205
14306
  sentimentLabel
16206
14307
  }
16207
14308
  }
16208
- actions {
16209
- id
16210
- }
16211
- }
16212
- orders {
16213
- id
16214
14309
  }
16215
14310
  positions {
16216
14311
  id
@@ -16289,21 +14384,6 @@ export const Action = {
16289
14384
  createdAt
16290
14385
  updatedAt
16291
14386
  status
16292
- alpacaAccount {
16293
- id
16294
- }
16295
- asset {
16296
- id
16297
- }
16298
- actions {
16299
- id
16300
- }
16301
- }
16302
- orders {
16303
- id
16304
- }
16305
- positions {
16306
- id
16307
14387
  }
16308
14388
  newsMentions {
16309
14389
  id
@@ -16327,12 +14407,6 @@ export const Action = {
16327
14407
  logo
16328
14408
  createdAt
16329
14409
  updatedAt
16330
- assets {
16331
- id
16332
- }
16333
- }
16334
- asset {
16335
- id
16336
14410
  }
16337
14411
  relevancyScore
16338
14412
  sentimentScore
@@ -16352,9 +14426,6 @@ export const Action = {
16352
14426
  lastTradePrice
16353
14427
  changeToday
16354
14428
  assetMarginable
16355
- alpacaAccount {
16356
- id
16357
- }
16358
14429
  alpacaAccountId
16359
14430
  }
16360
14431
  alerts {
@@ -16365,14 +14436,8 @@ export const Action = {
16365
14436
  isRead
16366
14437
  createdAt
16367
14438
  updatedAt
16368
- alpacaAccount {
16369
- id
16370
- }
16371
14439
  }
16372
14440
  }
16373
- action {
16374
- id
16375
- }
16376
14441
  asset {
16377
14442
  id
16378
14443
  symbol
@@ -16479,9 +14544,6 @@ export const Action = {
16479
14544
  stripeCurrentPeriodEnd
16480
14545
  createdAt
16481
14546
  updatedAt
16482
- users {
16483
- id
16484
- }
16485
14547
  }
16486
14548
  customerId
16487
14549
  accounts {
@@ -16499,18 +14561,12 @@ export const Action = {
16499
14561
  session_state
16500
14562
  createdAt
16501
14563
  updatedAt
16502
- user {
16503
- id
16504
- }
16505
14564
  }
16506
14565
  sessions {
16507
14566
  id
16508
14567
  sessionToken
16509
14568
  userId
16510
14569
  expires
16511
- user {
16512
- id
16513
- }
16514
14570
  createdAt
16515
14571
  updatedAt
16516
14572
  }
@@ -16520,32 +14576,17 @@ export const Action = {
16520
14576
  credentialID
16521
14577
  publicKey
16522
14578
  counter
16523
- user {
16524
- id
16525
- }
16526
14579
  createdAt
16527
14580
  updatedAt
16528
14581
  }
16529
14582
  plan
16530
- alpacaAccounts {
16531
- id
16532
- }
16533
14583
  }
16534
14584
  userId
16535
14585
  createdAt
16536
14586
  updatedAt
16537
- trades {
16538
- id
16539
- }
16540
- orders {
16541
- id
16542
- }
16543
14587
  positions {
16544
14588
  id
16545
14589
  assetId
16546
- asset {
16547
- id
16548
- }
16549
14590
  averageEntryPrice
16550
14591
  qty
16551
14592
  qtyAvailable
@@ -16559,9 +14600,6 @@ export const Action = {
16559
14600
  lastTradePrice
16560
14601
  changeToday
16561
14602
  assetMarginable
16562
- alpacaAccount {
16563
- id
16564
- }
16565
14603
  alpacaAccountId
16566
14604
  }
16567
14605
  alerts {
@@ -16572,27 +14610,12 @@ export const Action = {
16572
14610
  isRead
16573
14611
  createdAt
16574
14612
  updatedAt
16575
- alpacaAccount {
16576
- id
16577
- }
16578
14613
  }
16579
14614
  }
16580
- asset {
16581
- id
16582
- }
16583
- actions {
16584
- id
16585
- }
16586
- }
16587
- orders {
16588
- id
16589
14615
  }
16590
14616
  positions {
16591
14617
  id
16592
14618
  assetId
16593
- asset {
16594
- id
16595
- }
16596
14619
  averageEntryPrice
16597
14620
  qty
16598
14621
  qtyAvailable
@@ -16638,9 +14661,6 @@ export const Action = {
16638
14661
  stripeCurrentPeriodEnd
16639
14662
  createdAt
16640
14663
  updatedAt
16641
- users {
16642
- id
16643
- }
16644
14664
  }
16645
14665
  customerId
16646
14666
  accounts {
@@ -16658,18 +14678,12 @@ export const Action = {
16658
14678
  session_state
16659
14679
  createdAt
16660
14680
  updatedAt
16661
- user {
16662
- id
16663
- }
16664
14681
  }
16665
14682
  sessions {
16666
14683
  id
16667
14684
  sessionToken
16668
14685
  userId
16669
14686
  expires
16670
- user {
16671
- id
16672
- }
16673
14687
  createdAt
16674
14688
  updatedAt
16675
14689
  }
@@ -16679,16 +14693,10 @@ export const Action = {
16679
14693
  credentialID
16680
14694
  publicKey
16681
14695
  counter
16682
- user {
16683
- id
16684
- }
16685
14696
  createdAt
16686
14697
  updatedAt
16687
14698
  }
16688
14699
  plan
16689
- alpacaAccounts {
16690
- id
16691
- }
16692
14700
  }
16693
14701
  userId
16694
14702
  createdAt
@@ -16708,21 +14716,6 @@ export const Action = {
16708
14716
  createdAt
16709
14717
  updatedAt
16710
14718
  status
16711
- alpacaAccount {
16712
- id
16713
- }
16714
- asset {
16715
- id
16716
- }
16717
- actions {
16718
- id
16719
- }
16720
- }
16721
- orders {
16722
- id
16723
- }
16724
- positions {
16725
- id
16726
14719
  }
16727
14720
  alerts {
16728
14721
  id
@@ -16732,9 +14725,6 @@ export const Action = {
16732
14725
  isRead
16733
14726
  createdAt
16734
14727
  updatedAt
16735
- alpacaAccount {
16736
- id
16737
- }
16738
14728
  }
16739
14729
  }
16740
14730
  alpacaAccountId
@@ -16761,12 +14751,6 @@ export const Action = {
16761
14751
  logo
16762
14752
  createdAt
16763
14753
  updatedAt
16764
- assets {
16765
- id
16766
- }
16767
- }
16768
- asset {
16769
- id
16770
14754
  }
16771
14755
  relevancyScore
16772
14756
  sentimentScore