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
@@ -37,9 +37,6 @@ export const NewsArticle = {
37
37
  assetId
38
38
  newsArticleId
39
39
  url
40
- news {
41
- id
42
- }
43
40
  asset {
44
41
  id
45
42
  symbol
@@ -146,9 +143,6 @@ export const NewsArticle = {
146
143
  stripeCurrentPeriodEnd
147
144
  createdAt
148
145
  updatedAt
149
- users {
150
- id
151
- }
152
146
  }
153
147
  customerId
154
148
  accounts {
@@ -166,18 +160,12 @@ export const NewsArticle = {
166
160
  session_state
167
161
  createdAt
168
162
  updatedAt
169
- user {
170
- id
171
- }
172
163
  }
173
164
  sessions {
174
165
  id
175
166
  sessionToken
176
167
  userId
177
168
  expires
178
- user {
179
- id
180
- }
181
169
  createdAt
182
170
  updatedAt
183
171
  }
@@ -187,23 +175,14 @@ export const NewsArticle = {
187
175
  credentialID
188
176
  publicKey
189
177
  counter
190
- user {
191
- id
192
- }
193
178
  createdAt
194
179
  updatedAt
195
180
  }
196
181
  plan
197
- alpacaAccounts {
198
- id
199
- }
200
182
  }
201
183
  userId
202
184
  createdAt
203
185
  updatedAt
204
- trades {
205
- id
206
- }
207
186
  orders {
208
187
  id
209
188
  clientOrderId
@@ -224,9 +203,6 @@ export const NewsArticle = {
224
203
  createdAt
225
204
  updatedAt
226
205
  orderId
227
- Order {
228
- id
229
- }
230
206
  }
231
207
  takeProfit {
232
208
  id
@@ -235,9 +211,6 @@ export const NewsArticle = {
235
211
  createdAt
236
212
  updatedAt
237
213
  orderId
238
- Order {
239
- id
240
- }
241
214
  }
242
215
  trailPrice
243
216
  trailPercent
@@ -249,9 +222,6 @@ export const NewsArticle = {
249
222
  filledAt
250
223
  filledAvgPrice
251
224
  actionId
252
- alpacaAccount {
253
- id
254
- }
255
225
  action {
256
226
  id
257
227
  sequence
@@ -260,15 +230,6 @@ export const NewsArticle = {
260
230
  note
261
231
  status
262
232
  fee
263
- trade {
264
- id
265
- }
266
- order {
267
- id
268
- }
269
- }
270
- asset {
271
- id
272
233
  }
273
234
  fee
274
235
  strikePrice
@@ -280,9 +241,6 @@ export const NewsArticle = {
280
241
  positions {
281
242
  id
282
243
  assetId
283
- asset {
284
- id
285
- }
286
244
  averageEntryPrice
287
245
  qty
288
246
  qtyAvailable
@@ -296,9 +254,6 @@ export const NewsArticle = {
296
254
  lastTradePrice
297
255
  changeToday
298
256
  assetMarginable
299
- alpacaAccount {
300
- id
301
- }
302
257
  alpacaAccountId
303
258
  }
304
259
  alerts {
@@ -309,14 +264,8 @@ export const NewsArticle = {
309
264
  isRead
310
265
  createdAt
311
266
  updatedAt
312
- alpacaAccount {
313
- id
314
- }
315
267
  }
316
268
  }
317
- asset {
318
- id
319
- }
320
269
  actions {
321
270
  id
322
271
  sequence
@@ -325,9 +274,6 @@ export const NewsArticle = {
325
274
  note
326
275
  status
327
276
  fee
328
- trade {
329
- id
330
- }
331
277
  order {
332
278
  id
333
279
  clientOrderId
@@ -348,9 +294,6 @@ export const NewsArticle = {
348
294
  createdAt
349
295
  updatedAt
350
296
  orderId
351
- Order {
352
- id
353
- }
354
297
  }
355
298
  takeProfit {
356
299
  id
@@ -359,9 +302,6 @@ export const NewsArticle = {
359
302
  createdAt
360
303
  updatedAt
361
304
  orderId
362
- Order {
363
- id
364
- }
365
305
  }
366
306
  trailPrice
367
307
  trailPercent
@@ -405,9 +345,6 @@ export const NewsArticle = {
405
345
  stripeCurrentPeriodEnd
406
346
  createdAt
407
347
  updatedAt
408
- users {
409
- id
410
- }
411
348
  }
412
349
  customerId
413
350
  accounts {
@@ -425,18 +362,12 @@ export const NewsArticle = {
425
362
  session_state
426
363
  createdAt
427
364
  updatedAt
428
- user {
429
- id
430
- }
431
365
  }
432
366
  sessions {
433
367
  id
434
368
  sessionToken
435
369
  userId
436
370
  expires
437
- user {
438
- id
439
- }
440
371
  createdAt
441
372
  updatedAt
442
373
  }
@@ -446,32 +377,17 @@ export const NewsArticle = {
446
377
  credentialID
447
378
  publicKey
448
379
  counter
449
- user {
450
- id
451
- }
452
380
  createdAt
453
381
  updatedAt
454
382
  }
455
383
  plan
456
- alpacaAccounts {
457
- id
458
- }
459
384
  }
460
385
  userId
461
386
  createdAt
462
387
  updatedAt
463
- trades {
464
- id
465
- }
466
- orders {
467
- id
468
- }
469
388
  positions {
470
389
  id
471
390
  assetId
472
- asset {
473
- id
474
- }
475
391
  averageEntryPrice
476
392
  qty
477
393
  qtyAvailable
@@ -485,9 +401,6 @@ export const NewsArticle = {
485
401
  lastTradePrice
486
402
  changeToday
487
403
  assetMarginable
488
- alpacaAccount {
489
- id
490
- }
491
404
  alpacaAccountId
492
405
  }
493
406
  alerts {
@@ -498,17 +411,8 @@ export const NewsArticle = {
498
411
  isRead
499
412
  createdAt
500
413
  updatedAt
501
- alpacaAccount {
502
- id
503
- }
504
414
  }
505
415
  }
506
- action {
507
- id
508
- }
509
- asset {
510
- id
511
- }
512
416
  fee
513
417
  strikePrice
514
418
  expirationDate
@@ -538,9 +442,6 @@ export const NewsArticle = {
538
442
  createdAt
539
443
  updatedAt
540
444
  orderId
541
- Order {
542
- id
543
- }
544
445
  }
545
446
  takeProfit {
546
447
  id
@@ -549,9 +450,6 @@ export const NewsArticle = {
549
450
  createdAt
550
451
  updatedAt
551
452
  orderId
552
- Order {
553
- id
554
- }
555
453
  }
556
454
  trailPrice
557
455
  trailPercent
@@ -595,9 +493,6 @@ export const NewsArticle = {
595
493
  stripeCurrentPeriodEnd
596
494
  createdAt
597
495
  updatedAt
598
- users {
599
- id
600
- }
601
496
  }
602
497
  customerId
603
498
  accounts {
@@ -615,18 +510,12 @@ export const NewsArticle = {
615
510
  session_state
616
511
  createdAt
617
512
  updatedAt
618
- user {
619
- id
620
- }
621
513
  }
622
514
  sessions {
623
515
  id
624
516
  sessionToken
625
517
  userId
626
518
  expires
627
- user {
628
- id
629
- }
630
519
  createdAt
631
520
  updatedAt
632
521
  }
@@ -636,16 +525,10 @@ export const NewsArticle = {
636
525
  credentialID
637
526
  publicKey
638
527
  counter
639
- user {
640
- id
641
- }
642
528
  createdAt
643
529
  updatedAt
644
530
  }
645
531
  plan
646
- alpacaAccounts {
647
- id
648
- }
649
532
  }
650
533
  userId
651
534
  createdAt
@@ -665,12 +548,6 @@ export const NewsArticle = {
665
548
  createdAt
666
549
  updatedAt
667
550
  status
668
- alpacaAccount {
669
- id
670
- }
671
- asset {
672
- id
673
- }
674
551
  actions {
675
552
  id
676
553
  sequence
@@ -679,23 +556,11 @@ export const NewsArticle = {
679
556
  note
680
557
  status
681
558
  fee
682
- trade {
683
- id
684
- }
685
- order {
686
- id
687
- }
688
559
  }
689
560
  }
690
- orders {
691
- id
692
- }
693
561
  positions {
694
562
  id
695
563
  assetId
696
- asset {
697
- id
698
- }
699
564
  averageEntryPrice
700
565
  qty
701
566
  qtyAvailable
@@ -709,9 +574,6 @@ export const NewsArticle = {
709
574
  lastTradePrice
710
575
  changeToday
711
576
  assetMarginable
712
- alpacaAccount {
713
- id
714
- }
715
577
  alpacaAccountId
716
578
  }
717
579
  alerts {
@@ -722,9 +584,6 @@ export const NewsArticle = {
722
584
  isRead
723
585
  createdAt
724
586
  updatedAt
725
- alpacaAccount {
726
- id
727
- }
728
587
  }
729
588
  }
730
589
  action {
@@ -782,9 +641,6 @@ export const NewsArticle = {
782
641
  stripeCurrentPeriodEnd
783
642
  createdAt
784
643
  updatedAt
785
- users {
786
- id
787
- }
788
644
  }
789
645
  customerId
790
646
  accounts {
@@ -802,18 +658,12 @@ export const NewsArticle = {
802
658
  session_state
803
659
  createdAt
804
660
  updatedAt
805
- user {
806
- id
807
- }
808
661
  }
809
662
  sessions {
810
663
  id
811
664
  sessionToken
812
665
  userId
813
666
  expires
814
- user {
815
- id
816
- }
817
667
  createdAt
818
668
  updatedAt
819
669
  }
@@ -823,32 +673,17 @@ export const NewsArticle = {
823
673
  credentialID
824
674
  publicKey
825
675
  counter
826
- user {
827
- id
828
- }
829
676
  createdAt
830
677
  updatedAt
831
678
  }
832
679
  plan
833
- alpacaAccounts {
834
- id
835
- }
836
680
  }
837
681
  userId
838
682
  createdAt
839
683
  updatedAt
840
- trades {
841
- id
842
- }
843
- orders {
844
- id
845
- }
846
684
  positions {
847
685
  id
848
686
  assetId
849
- asset {
850
- id
851
- }
852
687
  averageEntryPrice
853
688
  qty
854
689
  qtyAvailable
@@ -862,9 +697,6 @@ export const NewsArticle = {
862
697
  lastTradePrice
863
698
  changeToday
864
699
  assetMarginable
865
- alpacaAccount {
866
- id
867
- }
868
700
  alpacaAccountId
869
701
  }
870
702
  alerts {
@@ -875,25 +707,10 @@ export const NewsArticle = {
875
707
  isRead
876
708
  createdAt
877
709
  updatedAt
878
- alpacaAccount {
879
- id
880
- }
881
710
  }
882
711
  }
883
- asset {
884
- id
885
- }
886
- actions {
887
- id
888
- }
889
- }
890
- order {
891
- id
892
712
  }
893
713
  }
894
- asset {
895
- id
896
- }
897
714
  fee
898
715
  strikePrice
899
716
  expirationDate
@@ -904,9 +721,6 @@ export const NewsArticle = {
904
721
  positions {
905
722
  id
906
723
  assetId
907
- asset {
908
- id
909
- }
910
724
  averageEntryPrice
911
725
  qty
912
726
  qtyAvailable
@@ -952,9 +766,6 @@ export const NewsArticle = {
952
766
  stripeCurrentPeriodEnd
953
767
  createdAt
954
768
  updatedAt
955
- users {
956
- id
957
- }
958
769
  }
959
770
  customerId
960
771
  accounts {
@@ -972,18 +783,12 @@ export const NewsArticle = {
972
783
  session_state
973
784
  createdAt
974
785
  updatedAt
975
- user {
976
- id
977
- }
978
786
  }
979
787
  sessions {
980
788
  id
981
789
  sessionToken
982
790
  userId
983
791
  expires
984
- user {
985
- id
986
- }
987
792
  createdAt
988
793
  updatedAt
989
794
  }
@@ -993,16 +798,10 @@ export const NewsArticle = {
993
798
  credentialID
994
799
  publicKey
995
800
  counter
996
- user {
997
- id
998
- }
999
801
  createdAt
1000
802
  updatedAt
1001
803
  }
1002
804
  plan
1003
- alpacaAccounts {
1004
- id
1005
- }
1006
805
  }
1007
806
  userId
1008
807
  createdAt
@@ -1022,12 +821,6 @@ export const NewsArticle = {
1022
821
  createdAt
1023
822
  updatedAt
1024
823
  status
1025
- alpacaAccount {
1026
- id
1027
- }
1028
- asset {
1029
- id
1030
- }
1031
824
  actions {
1032
825
  id
1033
826
  sequence
@@ -1036,9 +829,6 @@ export const NewsArticle = {
1036
829
  note
1037
830
  status
1038
831
  fee
1039
- trade {
1040
- id
1041
- }
1042
832
  order {
1043
833
  id
1044
834
  clientOrderId
@@ -1059,9 +849,6 @@ export const NewsArticle = {
1059
849
  createdAt
1060
850
  updatedAt
1061
851
  orderId
1062
- Order {
1063
- id
1064
- }
1065
852
  }
1066
853
  takeProfit {
1067
854
  id
@@ -1070,9 +857,6 @@ export const NewsArticle = {
1070
857
  createdAt
1071
858
  updatedAt
1072
859
  orderId
1073
- Order {
1074
- id
1075
- }
1076
860
  }
1077
861
  trailPrice
1078
862
  trailPercent
@@ -1084,15 +868,6 @@ export const NewsArticle = {
1084
868
  filledAt
1085
869
  filledAvgPrice
1086
870
  actionId
1087
- alpacaAccount {
1088
- id
1089
- }
1090
- action {
1091
- id
1092
- }
1093
- asset {
1094
- id
1095
- }
1096
871
  fee
1097
872
  strikePrice
1098
873
  expirationDate
@@ -1122,9 +897,6 @@ export const NewsArticle = {
1122
897
  createdAt
1123
898
  updatedAt
1124
899
  orderId
1125
- Order {
1126
- id
1127
- }
1128
900
  }
1129
901
  takeProfit {
1130
902
  id
@@ -1133,9 +905,6 @@ export const NewsArticle = {
1133
905
  createdAt
1134
906
  updatedAt
1135
907
  orderId
1136
- Order {
1137
- id
1138
- }
1139
908
  }
1140
909
  trailPrice
1141
910
  trailPercent
@@ -1147,9 +916,6 @@ export const NewsArticle = {
1147
916
  filledAt
1148
917
  filledAvgPrice
1149
918
  actionId
1150
- alpacaAccount {
1151
- id
1152
- }
1153
919
  action {
1154
920
  id
1155
921
  sequence
@@ -1173,23 +939,8 @@ export const NewsArticle = {
1173
939
  createdAt
1174
940
  updatedAt
1175
941
  status
1176
- alpacaAccount {
1177
- id
1178
- }
1179
- asset {
1180
- id
1181
- }
1182
- actions {
1183
- id
1184
- }
1185
- }
1186
- order {
1187
- id
1188
942
  }
1189
943
  }
1190
- asset {
1191
- id
1192
- }
1193
944
  fee
1194
945
  strikePrice
1195
946
  expirationDate
@@ -1197,9 +948,6 @@ export const NewsArticle = {
1197
948
  stopLossId
1198
949
  takeProfitId
1199
950
  }
1200
- positions {
1201
- id
1202
- }
1203
951
  alerts {
1204
952
  id
1205
953
  alpacaAccountId
@@ -1208,16 +956,10 @@ export const NewsArticle = {
1208
956
  isRead
1209
957
  createdAt
1210
958
  updatedAt
1211
- alpacaAccount {
1212
- id
1213
- }
1214
959
  }
1215
960
  }
1216
961
  alpacaAccountId
1217
962
  }
1218
- newsMentions {
1219
- id
1220
- }
1221
963
  }
1222
964
  relevancyScore
1223
965
  sentimentScore
@@ -1514,9 +1256,6 @@ export const NewsArticle = {
1514
1256
  assetId
1515
1257
  newsArticleId
1516
1258
  url
1517
- news {
1518
- id
1519
- }
1520
1259
  asset {
1521
1260
  id
1522
1261
  symbol
@@ -1623,9 +1362,6 @@ export const NewsArticle = {
1623
1362
  stripeCurrentPeriodEnd
1624
1363
  createdAt
1625
1364
  updatedAt
1626
- users {
1627
- id
1628
- }
1629
1365
  }
1630
1366
  customerId
1631
1367
  accounts {
@@ -1643,18 +1379,12 @@ export const NewsArticle = {
1643
1379
  session_state
1644
1380
  createdAt
1645
1381
  updatedAt
1646
- user {
1647
- id
1648
- }
1649
1382
  }
1650
1383
  sessions {
1651
1384
  id
1652
1385
  sessionToken
1653
1386
  userId
1654
1387
  expires
1655
- user {
1656
- id
1657
- }
1658
1388
  createdAt
1659
1389
  updatedAt
1660
1390
  }
@@ -1664,23 +1394,14 @@ export const NewsArticle = {
1664
1394
  credentialID
1665
1395
  publicKey
1666
1396
  counter
1667
- user {
1668
- id
1669
- }
1670
1397
  createdAt
1671
1398
  updatedAt
1672
1399
  }
1673
1400
  plan
1674
- alpacaAccounts {
1675
- id
1676
- }
1677
1401
  }
1678
1402
  userId
1679
1403
  createdAt
1680
1404
  updatedAt
1681
- trades {
1682
- id
1683
- }
1684
1405
  orders {
1685
1406
  id
1686
1407
  clientOrderId
@@ -1701,9 +1422,6 @@ export const NewsArticle = {
1701
1422
  createdAt
1702
1423
  updatedAt
1703
1424
  orderId
1704
- Order {
1705
- id
1706
- }
1707
1425
  }
1708
1426
  takeProfit {
1709
1427
  id
@@ -1712,9 +1430,6 @@ export const NewsArticle = {
1712
1430
  createdAt
1713
1431
  updatedAt
1714
1432
  orderId
1715
- Order {
1716
- id
1717
- }
1718
1433
  }
1719
1434
  trailPrice
1720
1435
  trailPercent
@@ -1726,9 +1441,6 @@ export const NewsArticle = {
1726
1441
  filledAt
1727
1442
  filledAvgPrice
1728
1443
  actionId
1729
- alpacaAccount {
1730
- id
1731
- }
1732
1444
  action {
1733
1445
  id
1734
1446
  sequence
@@ -1737,15 +1449,6 @@ export const NewsArticle = {
1737
1449
  note
1738
1450
  status
1739
1451
  fee
1740
- trade {
1741
- id
1742
- }
1743
- order {
1744
- id
1745
- }
1746
- }
1747
- asset {
1748
- id
1749
1452
  }
1750
1453
  fee
1751
1454
  strikePrice
@@ -1757,9 +1460,6 @@ export const NewsArticle = {
1757
1460
  positions {
1758
1461
  id
1759
1462
  assetId
1760
- asset {
1761
- id
1762
- }
1763
1463
  averageEntryPrice
1764
1464
  qty
1765
1465
  qtyAvailable
@@ -1773,9 +1473,6 @@ export const NewsArticle = {
1773
1473
  lastTradePrice
1774
1474
  changeToday
1775
1475
  assetMarginable
1776
- alpacaAccount {
1777
- id
1778
- }
1779
1476
  alpacaAccountId
1780
1477
  }
1781
1478
  alerts {
@@ -1786,14 +1483,8 @@ export const NewsArticle = {
1786
1483
  isRead
1787
1484
  createdAt
1788
1485
  updatedAt
1789
- alpacaAccount {
1790
- id
1791
- }
1792
1486
  }
1793
1487
  }
1794
- asset {
1795
- id
1796
- }
1797
1488
  actions {
1798
1489
  id
1799
1490
  sequence
@@ -1802,9 +1493,6 @@ export const NewsArticle = {
1802
1493
  note
1803
1494
  status
1804
1495
  fee
1805
- trade {
1806
- id
1807
- }
1808
1496
  order {
1809
1497
  id
1810
1498
  clientOrderId
@@ -1825,9 +1513,6 @@ export const NewsArticle = {
1825
1513
  createdAt
1826
1514
  updatedAt
1827
1515
  orderId
1828
- Order {
1829
- id
1830
- }
1831
1516
  }
1832
1517
  takeProfit {
1833
1518
  id
@@ -1836,9 +1521,6 @@ export const NewsArticle = {
1836
1521
  createdAt
1837
1522
  updatedAt
1838
1523
  orderId
1839
- Order {
1840
- id
1841
- }
1842
1524
  }
1843
1525
  trailPrice
1844
1526
  trailPercent
@@ -1882,9 +1564,6 @@ export const NewsArticle = {
1882
1564
  stripeCurrentPeriodEnd
1883
1565
  createdAt
1884
1566
  updatedAt
1885
- users {
1886
- id
1887
- }
1888
1567
  }
1889
1568
  customerId
1890
1569
  accounts {
@@ -1902,18 +1581,12 @@ export const NewsArticle = {
1902
1581
  session_state
1903
1582
  createdAt
1904
1583
  updatedAt
1905
- user {
1906
- id
1907
- }
1908
1584
  }
1909
1585
  sessions {
1910
1586
  id
1911
1587
  sessionToken
1912
1588
  userId
1913
1589
  expires
1914
- user {
1915
- id
1916
- }
1917
1590
  createdAt
1918
1591
  updatedAt
1919
1592
  }
@@ -1923,32 +1596,17 @@ export const NewsArticle = {
1923
1596
  credentialID
1924
1597
  publicKey
1925
1598
  counter
1926
- user {
1927
- id
1928
- }
1929
1599
  createdAt
1930
1600
  updatedAt
1931
1601
  }
1932
1602
  plan
1933
- alpacaAccounts {
1934
- id
1935
- }
1936
1603
  }
1937
1604
  userId
1938
1605
  createdAt
1939
1606
  updatedAt
1940
- trades {
1941
- id
1942
- }
1943
- orders {
1944
- id
1945
- }
1946
1607
  positions {
1947
1608
  id
1948
1609
  assetId
1949
- asset {
1950
- id
1951
- }
1952
1610
  averageEntryPrice
1953
1611
  qty
1954
1612
  qtyAvailable
@@ -1962,9 +1620,6 @@ export const NewsArticle = {
1962
1620
  lastTradePrice
1963
1621
  changeToday
1964
1622
  assetMarginable
1965
- alpacaAccount {
1966
- id
1967
- }
1968
1623
  alpacaAccountId
1969
1624
  }
1970
1625
  alerts {
@@ -1975,17 +1630,8 @@ export const NewsArticle = {
1975
1630
  isRead
1976
1631
  createdAt
1977
1632
  updatedAt
1978
- alpacaAccount {
1979
- id
1980
- }
1981
1633
  }
1982
1634
  }
1983
- action {
1984
- id
1985
- }
1986
- asset {
1987
- id
1988
- }
1989
1635
  fee
1990
1636
  strikePrice
1991
1637
  expirationDate
@@ -2015,9 +1661,6 @@ export const NewsArticle = {
2015
1661
  createdAt
2016
1662
  updatedAt
2017
1663
  orderId
2018
- Order {
2019
- id
2020
- }
2021
1664
  }
2022
1665
  takeProfit {
2023
1666
  id
@@ -2026,9 +1669,6 @@ export const NewsArticle = {
2026
1669
  createdAt
2027
1670
  updatedAt
2028
1671
  orderId
2029
- Order {
2030
- id
2031
- }
2032
1672
  }
2033
1673
  trailPrice
2034
1674
  trailPercent
@@ -2072,9 +1712,6 @@ export const NewsArticle = {
2072
1712
  stripeCurrentPeriodEnd
2073
1713
  createdAt
2074
1714
  updatedAt
2075
- users {
2076
- id
2077
- }
2078
1715
  }
2079
1716
  customerId
2080
1717
  accounts {
@@ -2092,18 +1729,12 @@ export const NewsArticle = {
2092
1729
  session_state
2093
1730
  createdAt
2094
1731
  updatedAt
2095
- user {
2096
- id
2097
- }
2098
1732
  }
2099
1733
  sessions {
2100
1734
  id
2101
1735
  sessionToken
2102
1736
  userId
2103
1737
  expires
2104
- user {
2105
- id
2106
- }
2107
1738
  createdAt
2108
1739
  updatedAt
2109
1740
  }
@@ -2113,16 +1744,10 @@ export const NewsArticle = {
2113
1744
  credentialID
2114
1745
  publicKey
2115
1746
  counter
2116
- user {
2117
- id
2118
- }
2119
1747
  createdAt
2120
1748
  updatedAt
2121
1749
  }
2122
1750
  plan
2123
- alpacaAccounts {
2124
- id
2125
- }
2126
1751
  }
2127
1752
  userId
2128
1753
  createdAt
@@ -2142,12 +1767,6 @@ export const NewsArticle = {
2142
1767
  createdAt
2143
1768
  updatedAt
2144
1769
  status
2145
- alpacaAccount {
2146
- id
2147
- }
2148
- asset {
2149
- id
2150
- }
2151
1770
  actions {
2152
1771
  id
2153
1772
  sequence
@@ -2156,23 +1775,11 @@ export const NewsArticle = {
2156
1775
  note
2157
1776
  status
2158
1777
  fee
2159
- trade {
2160
- id
2161
- }
2162
- order {
2163
- id
2164
- }
2165
1778
  }
2166
1779
  }
2167
- orders {
2168
- id
2169
- }
2170
1780
  positions {
2171
1781
  id
2172
1782
  assetId
2173
- asset {
2174
- id
2175
- }
2176
1783
  averageEntryPrice
2177
1784
  qty
2178
1785
  qtyAvailable
@@ -2186,9 +1793,6 @@ export const NewsArticle = {
2186
1793
  lastTradePrice
2187
1794
  changeToday
2188
1795
  assetMarginable
2189
- alpacaAccount {
2190
- id
2191
- }
2192
1796
  alpacaAccountId
2193
1797
  }
2194
1798
  alerts {
@@ -2199,9 +1803,6 @@ export const NewsArticle = {
2199
1803
  isRead
2200
1804
  createdAt
2201
1805
  updatedAt
2202
- alpacaAccount {
2203
- id
2204
- }
2205
1806
  }
2206
1807
  }
2207
1808
  action {
@@ -2259,9 +1860,6 @@ export const NewsArticle = {
2259
1860
  stripeCurrentPeriodEnd
2260
1861
  createdAt
2261
1862
  updatedAt
2262
- users {
2263
- id
2264
- }
2265
1863
  }
2266
1864
  customerId
2267
1865
  accounts {
@@ -2279,18 +1877,12 @@ export const NewsArticle = {
2279
1877
  session_state
2280
1878
  createdAt
2281
1879
  updatedAt
2282
- user {
2283
- id
2284
- }
2285
1880
  }
2286
1881
  sessions {
2287
1882
  id
2288
1883
  sessionToken
2289
1884
  userId
2290
1885
  expires
2291
- user {
2292
- id
2293
- }
2294
1886
  createdAt
2295
1887
  updatedAt
2296
1888
  }
@@ -2300,32 +1892,17 @@ export const NewsArticle = {
2300
1892
  credentialID
2301
1893
  publicKey
2302
1894
  counter
2303
- user {
2304
- id
2305
- }
2306
1895
  createdAt
2307
1896
  updatedAt
2308
1897
  }
2309
1898
  plan
2310
- alpacaAccounts {
2311
- id
2312
- }
2313
1899
  }
2314
1900
  userId
2315
1901
  createdAt
2316
1902
  updatedAt
2317
- trades {
2318
- id
2319
- }
2320
- orders {
2321
- id
2322
- }
2323
1903
  positions {
2324
1904
  id
2325
1905
  assetId
2326
- asset {
2327
- id
2328
- }
2329
1906
  averageEntryPrice
2330
1907
  qty
2331
1908
  qtyAvailable
@@ -2339,9 +1916,6 @@ export const NewsArticle = {
2339
1916
  lastTradePrice
2340
1917
  changeToday
2341
1918
  assetMarginable
2342
- alpacaAccount {
2343
- id
2344
- }
2345
1919
  alpacaAccountId
2346
1920
  }
2347
1921
  alerts {
@@ -2352,25 +1926,10 @@ export const NewsArticle = {
2352
1926
  isRead
2353
1927
  createdAt
2354
1928
  updatedAt
2355
- alpacaAccount {
2356
- id
2357
- }
2358
1929
  }
2359
1930
  }
2360
- asset {
2361
- id
2362
- }
2363
- actions {
2364
- id
2365
- }
2366
- }
2367
- order {
2368
- id
2369
1931
  }
2370
1932
  }
2371
- asset {
2372
- id
2373
- }
2374
1933
  fee
2375
1934
  strikePrice
2376
1935
  expirationDate
@@ -2381,9 +1940,6 @@ export const NewsArticle = {
2381
1940
  positions {
2382
1941
  id
2383
1942
  assetId
2384
- asset {
2385
- id
2386
- }
2387
1943
  averageEntryPrice
2388
1944
  qty
2389
1945
  qtyAvailable
@@ -2429,9 +1985,6 @@ export const NewsArticle = {
2429
1985
  stripeCurrentPeriodEnd
2430
1986
  createdAt
2431
1987
  updatedAt
2432
- users {
2433
- id
2434
- }
2435
1988
  }
2436
1989
  customerId
2437
1990
  accounts {
@@ -2449,18 +2002,12 @@ export const NewsArticle = {
2449
2002
  session_state
2450
2003
  createdAt
2451
2004
  updatedAt
2452
- user {
2453
- id
2454
- }
2455
2005
  }
2456
2006
  sessions {
2457
2007
  id
2458
2008
  sessionToken
2459
2009
  userId
2460
2010
  expires
2461
- user {
2462
- id
2463
- }
2464
2011
  createdAt
2465
2012
  updatedAt
2466
2013
  }
@@ -2470,16 +2017,10 @@ export const NewsArticle = {
2470
2017
  credentialID
2471
2018
  publicKey
2472
2019
  counter
2473
- user {
2474
- id
2475
- }
2476
2020
  createdAt
2477
2021
  updatedAt
2478
2022
  }
2479
2023
  plan
2480
- alpacaAccounts {
2481
- id
2482
- }
2483
2024
  }
2484
2025
  userId
2485
2026
  createdAt
@@ -2499,12 +2040,6 @@ export const NewsArticle = {
2499
2040
  createdAt
2500
2041
  updatedAt
2501
2042
  status
2502
- alpacaAccount {
2503
- id
2504
- }
2505
- asset {
2506
- id
2507
- }
2508
2043
  actions {
2509
2044
  id
2510
2045
  sequence
@@ -2513,9 +2048,6 @@ export const NewsArticle = {
2513
2048
  note
2514
2049
  status
2515
2050
  fee
2516
- trade {
2517
- id
2518
- }
2519
2051
  order {
2520
2052
  id
2521
2053
  clientOrderId
@@ -2536,9 +2068,6 @@ export const NewsArticle = {
2536
2068
  createdAt
2537
2069
  updatedAt
2538
2070
  orderId
2539
- Order {
2540
- id
2541
- }
2542
2071
  }
2543
2072
  takeProfit {
2544
2073
  id
@@ -2547,9 +2076,6 @@ export const NewsArticle = {
2547
2076
  createdAt
2548
2077
  updatedAt
2549
2078
  orderId
2550
- Order {
2551
- id
2552
- }
2553
2079
  }
2554
2080
  trailPrice
2555
2081
  trailPercent
@@ -2561,15 +2087,6 @@ export const NewsArticle = {
2561
2087
  filledAt
2562
2088
  filledAvgPrice
2563
2089
  actionId
2564
- alpacaAccount {
2565
- id
2566
- }
2567
- action {
2568
- id
2569
- }
2570
- asset {
2571
- id
2572
- }
2573
2090
  fee
2574
2091
  strikePrice
2575
2092
  expirationDate
@@ -2599,9 +2116,6 @@ export const NewsArticle = {
2599
2116
  createdAt
2600
2117
  updatedAt
2601
2118
  orderId
2602
- Order {
2603
- id
2604
- }
2605
2119
  }
2606
2120
  takeProfit {
2607
2121
  id
@@ -2610,9 +2124,6 @@ export const NewsArticle = {
2610
2124
  createdAt
2611
2125
  updatedAt
2612
2126
  orderId
2613
- Order {
2614
- id
2615
- }
2616
2127
  }
2617
2128
  trailPrice
2618
2129
  trailPercent
@@ -2624,9 +2135,6 @@ export const NewsArticle = {
2624
2135
  filledAt
2625
2136
  filledAvgPrice
2626
2137
  actionId
2627
- alpacaAccount {
2628
- id
2629
- }
2630
2138
  action {
2631
2139
  id
2632
2140
  sequence
@@ -2650,23 +2158,8 @@ export const NewsArticle = {
2650
2158
  createdAt
2651
2159
  updatedAt
2652
2160
  status
2653
- alpacaAccount {
2654
- id
2655
- }
2656
- asset {
2657
- id
2658
- }
2659
- actions {
2660
- id
2661
- }
2662
- }
2663
- order {
2664
- id
2665
2161
  }
2666
2162
  }
2667
- asset {
2668
- id
2669
- }
2670
2163
  fee
2671
2164
  strikePrice
2672
2165
  expirationDate
@@ -2674,9 +2167,6 @@ export const NewsArticle = {
2674
2167
  stopLossId
2675
2168
  takeProfitId
2676
2169
  }
2677
- positions {
2678
- id
2679
- }
2680
2170
  alerts {
2681
2171
  id
2682
2172
  alpacaAccountId
@@ -2685,16 +2175,10 @@ export const NewsArticle = {
2685
2175
  isRead
2686
2176
  createdAt
2687
2177
  updatedAt
2688
- alpacaAccount {
2689
- id
2690
- }
2691
2178
  }
2692
2179
  }
2693
2180
  alpacaAccountId
2694
2181
  }
2695
- newsMentions {
2696
- id
2697
- }
2698
2182
  }
2699
2183
  relevancyScore
2700
2184
  sentimentScore
@@ -4354,9 +3838,6 @@ export const NewsArticle = {
4354
3838
  assetId
4355
3839
  newsArticleId
4356
3840
  url
4357
- news {
4358
- id
4359
- }
4360
3841
  asset {
4361
3842
  id
4362
3843
  symbol
@@ -4463,9 +3944,6 @@ export const NewsArticle = {
4463
3944
  stripeCurrentPeriodEnd
4464
3945
  createdAt
4465
3946
  updatedAt
4466
- users {
4467
- id
4468
- }
4469
3947
  }
4470
3948
  customerId
4471
3949
  accounts {
@@ -4483,18 +3961,12 @@ export const NewsArticle = {
4483
3961
  session_state
4484
3962
  createdAt
4485
3963
  updatedAt
4486
- user {
4487
- id
4488
- }
4489
3964
  }
4490
3965
  sessions {
4491
3966
  id
4492
3967
  sessionToken
4493
3968
  userId
4494
3969
  expires
4495
- user {
4496
- id
4497
- }
4498
3970
  createdAt
4499
3971
  updatedAt
4500
3972
  }
@@ -4504,23 +3976,14 @@ export const NewsArticle = {
4504
3976
  credentialID
4505
3977
  publicKey
4506
3978
  counter
4507
- user {
4508
- id
4509
- }
4510
3979
  createdAt
4511
3980
  updatedAt
4512
3981
  }
4513
3982
  plan
4514
- alpacaAccounts {
4515
- id
4516
- }
4517
3983
  }
4518
3984
  userId
4519
3985
  createdAt
4520
3986
  updatedAt
4521
- trades {
4522
- id
4523
- }
4524
3987
  orders {
4525
3988
  id
4526
3989
  clientOrderId
@@ -4541,9 +4004,6 @@ export const NewsArticle = {
4541
4004
  createdAt
4542
4005
  updatedAt
4543
4006
  orderId
4544
- Order {
4545
- id
4546
- }
4547
4007
  }
4548
4008
  takeProfit {
4549
4009
  id
@@ -4552,9 +4012,6 @@ export const NewsArticle = {
4552
4012
  createdAt
4553
4013
  updatedAt
4554
4014
  orderId
4555
- Order {
4556
- id
4557
- }
4558
4015
  }
4559
4016
  trailPrice
4560
4017
  trailPercent
@@ -4566,9 +4023,6 @@ export const NewsArticle = {
4566
4023
  filledAt
4567
4024
  filledAvgPrice
4568
4025
  actionId
4569
- alpacaAccount {
4570
- id
4571
- }
4572
4026
  action {
4573
4027
  id
4574
4028
  sequence
@@ -4577,15 +4031,6 @@ export const NewsArticle = {
4577
4031
  note
4578
4032
  status
4579
4033
  fee
4580
- trade {
4581
- id
4582
- }
4583
- order {
4584
- id
4585
- }
4586
- }
4587
- asset {
4588
- id
4589
4034
  }
4590
4035
  fee
4591
4036
  strikePrice
@@ -4597,9 +4042,6 @@ export const NewsArticle = {
4597
4042
  positions {
4598
4043
  id
4599
4044
  assetId
4600
- asset {
4601
- id
4602
- }
4603
4045
  averageEntryPrice
4604
4046
  qty
4605
4047
  qtyAvailable
@@ -4613,9 +4055,6 @@ export const NewsArticle = {
4613
4055
  lastTradePrice
4614
4056
  changeToday
4615
4057
  assetMarginable
4616
- alpacaAccount {
4617
- id
4618
- }
4619
4058
  alpacaAccountId
4620
4059
  }
4621
4060
  alerts {
@@ -4626,14 +4065,8 @@ export const NewsArticle = {
4626
4065
  isRead
4627
4066
  createdAt
4628
4067
  updatedAt
4629
- alpacaAccount {
4630
- id
4631
- }
4632
4068
  }
4633
4069
  }
4634
- asset {
4635
- id
4636
- }
4637
4070
  actions {
4638
4071
  id
4639
4072
  sequence
@@ -4642,9 +4075,6 @@ export const NewsArticle = {
4642
4075
  note
4643
4076
  status
4644
4077
  fee
4645
- trade {
4646
- id
4647
- }
4648
4078
  order {
4649
4079
  id
4650
4080
  clientOrderId
@@ -4665,9 +4095,6 @@ export const NewsArticle = {
4665
4095
  createdAt
4666
4096
  updatedAt
4667
4097
  orderId
4668
- Order {
4669
- id
4670
- }
4671
4098
  }
4672
4099
  takeProfit {
4673
4100
  id
@@ -4676,9 +4103,6 @@ export const NewsArticle = {
4676
4103
  createdAt
4677
4104
  updatedAt
4678
4105
  orderId
4679
- Order {
4680
- id
4681
- }
4682
4106
  }
4683
4107
  trailPrice
4684
4108
  trailPercent
@@ -4722,9 +4146,6 @@ export const NewsArticle = {
4722
4146
  stripeCurrentPeriodEnd
4723
4147
  createdAt
4724
4148
  updatedAt
4725
- users {
4726
- id
4727
- }
4728
4149
  }
4729
4150
  customerId
4730
4151
  accounts {
@@ -4742,18 +4163,12 @@ export const NewsArticle = {
4742
4163
  session_state
4743
4164
  createdAt
4744
4165
  updatedAt
4745
- user {
4746
- id
4747
- }
4748
4166
  }
4749
4167
  sessions {
4750
4168
  id
4751
4169
  sessionToken
4752
4170
  userId
4753
4171
  expires
4754
- user {
4755
- id
4756
- }
4757
4172
  createdAt
4758
4173
  updatedAt
4759
4174
  }
@@ -4763,32 +4178,17 @@ export const NewsArticle = {
4763
4178
  credentialID
4764
4179
  publicKey
4765
4180
  counter
4766
- user {
4767
- id
4768
- }
4769
4181
  createdAt
4770
4182
  updatedAt
4771
4183
  }
4772
4184
  plan
4773
- alpacaAccounts {
4774
- id
4775
- }
4776
4185
  }
4777
4186
  userId
4778
4187
  createdAt
4779
4188
  updatedAt
4780
- trades {
4781
- id
4782
- }
4783
- orders {
4784
- id
4785
- }
4786
4189
  positions {
4787
4190
  id
4788
4191
  assetId
4789
- asset {
4790
- id
4791
- }
4792
4192
  averageEntryPrice
4793
4193
  qty
4794
4194
  qtyAvailable
@@ -4802,9 +4202,6 @@ export const NewsArticle = {
4802
4202
  lastTradePrice
4803
4203
  changeToday
4804
4204
  assetMarginable
4805
- alpacaAccount {
4806
- id
4807
- }
4808
4205
  alpacaAccountId
4809
4206
  }
4810
4207
  alerts {
@@ -4815,17 +4212,8 @@ export const NewsArticle = {
4815
4212
  isRead
4816
4213
  createdAt
4817
4214
  updatedAt
4818
- alpacaAccount {
4819
- id
4820
- }
4821
4215
  }
4822
4216
  }
4823
- action {
4824
- id
4825
- }
4826
- asset {
4827
- id
4828
- }
4829
4217
  fee
4830
4218
  strikePrice
4831
4219
  expirationDate
@@ -4855,9 +4243,6 @@ export const NewsArticle = {
4855
4243
  createdAt
4856
4244
  updatedAt
4857
4245
  orderId
4858
- Order {
4859
- id
4860
- }
4861
4246
  }
4862
4247
  takeProfit {
4863
4248
  id
@@ -4866,9 +4251,6 @@ export const NewsArticle = {
4866
4251
  createdAt
4867
4252
  updatedAt
4868
4253
  orderId
4869
- Order {
4870
- id
4871
- }
4872
4254
  }
4873
4255
  trailPrice
4874
4256
  trailPercent
@@ -4912,9 +4294,6 @@ export const NewsArticle = {
4912
4294
  stripeCurrentPeriodEnd
4913
4295
  createdAt
4914
4296
  updatedAt
4915
- users {
4916
- id
4917
- }
4918
4297
  }
4919
4298
  customerId
4920
4299
  accounts {
@@ -4932,18 +4311,12 @@ export const NewsArticle = {
4932
4311
  session_state
4933
4312
  createdAt
4934
4313
  updatedAt
4935
- user {
4936
- id
4937
- }
4938
4314
  }
4939
4315
  sessions {
4940
4316
  id
4941
4317
  sessionToken
4942
4318
  userId
4943
4319
  expires
4944
- user {
4945
- id
4946
- }
4947
4320
  createdAt
4948
4321
  updatedAt
4949
4322
  }
@@ -4953,16 +4326,10 @@ export const NewsArticle = {
4953
4326
  credentialID
4954
4327
  publicKey
4955
4328
  counter
4956
- user {
4957
- id
4958
- }
4959
4329
  createdAt
4960
4330
  updatedAt
4961
4331
  }
4962
4332
  plan
4963
- alpacaAccounts {
4964
- id
4965
- }
4966
4333
  }
4967
4334
  userId
4968
4335
  createdAt
@@ -4982,12 +4349,6 @@ export const NewsArticle = {
4982
4349
  createdAt
4983
4350
  updatedAt
4984
4351
  status
4985
- alpacaAccount {
4986
- id
4987
- }
4988
- asset {
4989
- id
4990
- }
4991
4352
  actions {
4992
4353
  id
4993
4354
  sequence
@@ -4996,23 +4357,11 @@ export const NewsArticle = {
4996
4357
  note
4997
4358
  status
4998
4359
  fee
4999
- trade {
5000
- id
5001
- }
5002
- order {
5003
- id
5004
- }
5005
4360
  }
5006
4361
  }
5007
- orders {
5008
- id
5009
- }
5010
4362
  positions {
5011
4363
  id
5012
4364
  assetId
5013
- asset {
5014
- id
5015
- }
5016
4365
  averageEntryPrice
5017
4366
  qty
5018
4367
  qtyAvailable
@@ -5026,9 +4375,6 @@ export const NewsArticle = {
5026
4375
  lastTradePrice
5027
4376
  changeToday
5028
4377
  assetMarginable
5029
- alpacaAccount {
5030
- id
5031
- }
5032
4378
  alpacaAccountId
5033
4379
  }
5034
4380
  alerts {
@@ -5039,9 +4385,6 @@ export const NewsArticle = {
5039
4385
  isRead
5040
4386
  createdAt
5041
4387
  updatedAt
5042
- alpacaAccount {
5043
- id
5044
- }
5045
4388
  }
5046
4389
  }
5047
4390
  action {
@@ -5099,9 +4442,6 @@ export const NewsArticle = {
5099
4442
  stripeCurrentPeriodEnd
5100
4443
  createdAt
5101
4444
  updatedAt
5102
- users {
5103
- id
5104
- }
5105
4445
  }
5106
4446
  customerId
5107
4447
  accounts {
@@ -5119,18 +4459,12 @@ export const NewsArticle = {
5119
4459
  session_state
5120
4460
  createdAt
5121
4461
  updatedAt
5122
- user {
5123
- id
5124
- }
5125
4462
  }
5126
4463
  sessions {
5127
4464
  id
5128
4465
  sessionToken
5129
4466
  userId
5130
4467
  expires
5131
- user {
5132
- id
5133
- }
5134
4468
  createdAt
5135
4469
  updatedAt
5136
4470
  }
@@ -5140,32 +4474,17 @@ export const NewsArticle = {
5140
4474
  credentialID
5141
4475
  publicKey
5142
4476
  counter
5143
- user {
5144
- id
5145
- }
5146
4477
  createdAt
5147
4478
  updatedAt
5148
4479
  }
5149
4480
  plan
5150
- alpacaAccounts {
5151
- id
5152
- }
5153
4481
  }
5154
4482
  userId
5155
4483
  createdAt
5156
4484
  updatedAt
5157
- trades {
5158
- id
5159
- }
5160
- orders {
5161
- id
5162
- }
5163
4485
  positions {
5164
4486
  id
5165
4487
  assetId
5166
- asset {
5167
- id
5168
- }
5169
4488
  averageEntryPrice
5170
4489
  qty
5171
4490
  qtyAvailable
@@ -5179,9 +4498,6 @@ export const NewsArticle = {
5179
4498
  lastTradePrice
5180
4499
  changeToday
5181
4500
  assetMarginable
5182
- alpacaAccount {
5183
- id
5184
- }
5185
4501
  alpacaAccountId
5186
4502
  }
5187
4503
  alerts {
@@ -5192,25 +4508,10 @@ export const NewsArticle = {
5192
4508
  isRead
5193
4509
  createdAt
5194
4510
  updatedAt
5195
- alpacaAccount {
5196
- id
5197
- }
5198
4511
  }
5199
4512
  }
5200
- asset {
5201
- id
5202
- }
5203
- actions {
5204
- id
5205
- }
5206
- }
5207
- order {
5208
- id
5209
4513
  }
5210
4514
  }
5211
- asset {
5212
- id
5213
- }
5214
4515
  fee
5215
4516
  strikePrice
5216
4517
  expirationDate
@@ -5221,9 +4522,6 @@ export const NewsArticle = {
5221
4522
  positions {
5222
4523
  id
5223
4524
  assetId
5224
- asset {
5225
- id
5226
- }
5227
4525
  averageEntryPrice
5228
4526
  qty
5229
4527
  qtyAvailable
@@ -5269,9 +4567,6 @@ export const NewsArticle = {
5269
4567
  stripeCurrentPeriodEnd
5270
4568
  createdAt
5271
4569
  updatedAt
5272
- users {
5273
- id
5274
- }
5275
4570
  }
5276
4571
  customerId
5277
4572
  accounts {
@@ -5289,18 +4584,12 @@ export const NewsArticle = {
5289
4584
  session_state
5290
4585
  createdAt
5291
4586
  updatedAt
5292
- user {
5293
- id
5294
- }
5295
4587
  }
5296
4588
  sessions {
5297
4589
  id
5298
4590
  sessionToken
5299
4591
  userId
5300
4592
  expires
5301
- user {
5302
- id
5303
- }
5304
4593
  createdAt
5305
4594
  updatedAt
5306
4595
  }
@@ -5310,16 +4599,10 @@ export const NewsArticle = {
5310
4599
  credentialID
5311
4600
  publicKey
5312
4601
  counter
5313
- user {
5314
- id
5315
- }
5316
4602
  createdAt
5317
4603
  updatedAt
5318
4604
  }
5319
4605
  plan
5320
- alpacaAccounts {
5321
- id
5322
- }
5323
4606
  }
5324
4607
  userId
5325
4608
  createdAt
@@ -5339,13 +4622,7 @@ export const NewsArticle = {
5339
4622
  createdAt
5340
4623
  updatedAt
5341
4624
  status
5342
- alpacaAccount {
5343
- id
5344
- }
5345
- asset {
5346
- id
5347
- }
5348
- actions {
4625
+ actions {
5349
4626
  id
5350
4627
  sequence
5351
4628
  tradeId
@@ -5353,9 +4630,6 @@ export const NewsArticle = {
5353
4630
  note
5354
4631
  status
5355
4632
  fee
5356
- trade {
5357
- id
5358
- }
5359
4633
  order {
5360
4634
  id
5361
4635
  clientOrderId
@@ -5376,9 +4650,6 @@ export const NewsArticle = {
5376
4650
  createdAt
5377
4651
  updatedAt
5378
4652
  orderId
5379
- Order {
5380
- id
5381
- }
5382
4653
  }
5383
4654
  takeProfit {
5384
4655
  id
@@ -5387,9 +4658,6 @@ export const NewsArticle = {
5387
4658
  createdAt
5388
4659
  updatedAt
5389
4660
  orderId
5390
- Order {
5391
- id
5392
- }
5393
4661
  }
5394
4662
  trailPrice
5395
4663
  trailPercent
@@ -5401,15 +4669,6 @@ export const NewsArticle = {
5401
4669
  filledAt
5402
4670
  filledAvgPrice
5403
4671
  actionId
5404
- alpacaAccount {
5405
- id
5406
- }
5407
- action {
5408
- id
5409
- }
5410
- asset {
5411
- id
5412
- }
5413
4672
  fee
5414
4673
  strikePrice
5415
4674
  expirationDate
@@ -5439,9 +4698,6 @@ export const NewsArticle = {
5439
4698
  createdAt
5440
4699
  updatedAt
5441
4700
  orderId
5442
- Order {
5443
- id
5444
- }
5445
4701
  }
5446
4702
  takeProfit {
5447
4703
  id
@@ -5450,9 +4706,6 @@ export const NewsArticle = {
5450
4706
  createdAt
5451
4707
  updatedAt
5452
4708
  orderId
5453
- Order {
5454
- id
5455
- }
5456
4709
  }
5457
4710
  trailPrice
5458
4711
  trailPercent
@@ -5464,9 +4717,6 @@ export const NewsArticle = {
5464
4717
  filledAt
5465
4718
  filledAvgPrice
5466
4719
  actionId
5467
- alpacaAccount {
5468
- id
5469
- }
5470
4720
  action {
5471
4721
  id
5472
4722
  sequence
@@ -5490,23 +4740,8 @@ export const NewsArticle = {
5490
4740
  createdAt
5491
4741
  updatedAt
5492
4742
  status
5493
- alpacaAccount {
5494
- id
5495
- }
5496
- asset {
5497
- id
5498
- }
5499
- actions {
5500
- id
5501
- }
5502
- }
5503
- order {
5504
- id
5505
4743
  }
5506
4744
  }
5507
- asset {
5508
- id
5509
- }
5510
4745
  fee
5511
4746
  strikePrice
5512
4747
  expirationDate
@@ -5514,9 +4749,6 @@ export const NewsArticle = {
5514
4749
  stopLossId
5515
4750
  takeProfitId
5516
4751
  }
5517
- positions {
5518
- id
5519
- }
5520
4752
  alerts {
5521
4753
  id
5522
4754
  alpacaAccountId
@@ -5525,16 +4757,10 @@ export const NewsArticle = {
5525
4757
  isRead
5526
4758
  createdAt
5527
4759
  updatedAt
5528
- alpacaAccount {
5529
- id
5530
- }
5531
4760
  }
5532
4761
  }
5533
4762
  alpacaAccountId
5534
4763
  }
5535
- newsMentions {
5536
- id
5537
- }
5538
4764
  }
5539
4765
  relevancyScore
5540
4766
  sentimentScore
@@ -5595,9 +4821,6 @@ export const NewsArticle = {
5595
4821
  assetId
5596
4822
  newsArticleId
5597
4823
  url
5598
- news {
5599
- id
5600
- }
5601
4824
  asset {
5602
4825
  id
5603
4826
  symbol
@@ -5704,9 +4927,6 @@ export const NewsArticle = {
5704
4927
  stripeCurrentPeriodEnd
5705
4928
  createdAt
5706
4929
  updatedAt
5707
- users {
5708
- id
5709
- }
5710
4930
  }
5711
4931
  customerId
5712
4932
  accounts {
@@ -5724,18 +4944,12 @@ export const NewsArticle = {
5724
4944
  session_state
5725
4945
  createdAt
5726
4946
  updatedAt
5727
- user {
5728
- id
5729
- }
5730
4947
  }
5731
4948
  sessions {
5732
4949
  id
5733
4950
  sessionToken
5734
4951
  userId
5735
4952
  expires
5736
- user {
5737
- id
5738
- }
5739
4953
  createdAt
5740
4954
  updatedAt
5741
4955
  }
@@ -5745,23 +4959,14 @@ export const NewsArticle = {
5745
4959
  credentialID
5746
4960
  publicKey
5747
4961
  counter
5748
- user {
5749
- id
5750
- }
5751
4962
  createdAt
5752
4963
  updatedAt
5753
4964
  }
5754
4965
  plan
5755
- alpacaAccounts {
5756
- id
5757
- }
5758
4966
  }
5759
4967
  userId
5760
4968
  createdAt
5761
4969
  updatedAt
5762
- trades {
5763
- id
5764
- }
5765
4970
  orders {
5766
4971
  id
5767
4972
  clientOrderId
@@ -5782,9 +4987,6 @@ export const NewsArticle = {
5782
4987
  createdAt
5783
4988
  updatedAt
5784
4989
  orderId
5785
- Order {
5786
- id
5787
- }
5788
4990
  }
5789
4991
  takeProfit {
5790
4992
  id
@@ -5793,9 +4995,6 @@ export const NewsArticle = {
5793
4995
  createdAt
5794
4996
  updatedAt
5795
4997
  orderId
5796
- Order {
5797
- id
5798
- }
5799
4998
  }
5800
4999
  trailPrice
5801
5000
  trailPercent
@@ -5807,9 +5006,6 @@ export const NewsArticle = {
5807
5006
  filledAt
5808
5007
  filledAvgPrice
5809
5008
  actionId
5810
- alpacaAccount {
5811
- id
5812
- }
5813
5009
  action {
5814
5010
  id
5815
5011
  sequence
@@ -5818,15 +5014,6 @@ export const NewsArticle = {
5818
5014
  note
5819
5015
  status
5820
5016
  fee
5821
- trade {
5822
- id
5823
- }
5824
- order {
5825
- id
5826
- }
5827
- }
5828
- asset {
5829
- id
5830
5017
  }
5831
5018
  fee
5832
5019
  strikePrice
@@ -5838,9 +5025,6 @@ export const NewsArticle = {
5838
5025
  positions {
5839
5026
  id
5840
5027
  assetId
5841
- asset {
5842
- id
5843
- }
5844
5028
  averageEntryPrice
5845
5029
  qty
5846
5030
  qtyAvailable
@@ -5854,9 +5038,6 @@ export const NewsArticle = {
5854
5038
  lastTradePrice
5855
5039
  changeToday
5856
5040
  assetMarginable
5857
- alpacaAccount {
5858
- id
5859
- }
5860
5041
  alpacaAccountId
5861
5042
  }
5862
5043
  alerts {
@@ -5867,14 +5048,8 @@ export const NewsArticle = {
5867
5048
  isRead
5868
5049
  createdAt
5869
5050
  updatedAt
5870
- alpacaAccount {
5871
- id
5872
- }
5873
5051
  }
5874
5052
  }
5875
- asset {
5876
- id
5877
- }
5878
5053
  actions {
5879
5054
  id
5880
5055
  sequence
@@ -5883,9 +5058,6 @@ export const NewsArticle = {
5883
5058
  note
5884
5059
  status
5885
5060
  fee
5886
- trade {
5887
- id
5888
- }
5889
5061
  order {
5890
5062
  id
5891
5063
  clientOrderId
@@ -5906,9 +5078,6 @@ export const NewsArticle = {
5906
5078
  createdAt
5907
5079
  updatedAt
5908
5080
  orderId
5909
- Order {
5910
- id
5911
- }
5912
5081
  }
5913
5082
  takeProfit {
5914
5083
  id
@@ -5917,9 +5086,6 @@ export const NewsArticle = {
5917
5086
  createdAt
5918
5087
  updatedAt
5919
5088
  orderId
5920
- Order {
5921
- id
5922
- }
5923
5089
  }
5924
5090
  trailPrice
5925
5091
  trailPercent
@@ -5963,9 +5129,6 @@ export const NewsArticle = {
5963
5129
  stripeCurrentPeriodEnd
5964
5130
  createdAt
5965
5131
  updatedAt
5966
- users {
5967
- id
5968
- }
5969
5132
  }
5970
5133
  customerId
5971
5134
  accounts {
@@ -5983,18 +5146,12 @@ export const NewsArticle = {
5983
5146
  session_state
5984
5147
  createdAt
5985
5148
  updatedAt
5986
- user {
5987
- id
5988
- }
5989
5149
  }
5990
5150
  sessions {
5991
5151
  id
5992
5152
  sessionToken
5993
5153
  userId
5994
5154
  expires
5995
- user {
5996
- id
5997
- }
5998
5155
  createdAt
5999
5156
  updatedAt
6000
5157
  }
@@ -6004,32 +5161,17 @@ export const NewsArticle = {
6004
5161
  credentialID
6005
5162
  publicKey
6006
5163
  counter
6007
- user {
6008
- id
6009
- }
6010
5164
  createdAt
6011
5165
  updatedAt
6012
5166
  }
6013
5167
  plan
6014
- alpacaAccounts {
6015
- id
6016
- }
6017
5168
  }
6018
5169
  userId
6019
5170
  createdAt
6020
5171
  updatedAt
6021
- trades {
6022
- id
6023
- }
6024
- orders {
6025
- id
6026
- }
6027
5172
  positions {
6028
5173
  id
6029
5174
  assetId
6030
- asset {
6031
- id
6032
- }
6033
5175
  averageEntryPrice
6034
5176
  qty
6035
5177
  qtyAvailable
@@ -6043,9 +5185,6 @@ export const NewsArticle = {
6043
5185
  lastTradePrice
6044
5186
  changeToday
6045
5187
  assetMarginable
6046
- alpacaAccount {
6047
- id
6048
- }
6049
5188
  alpacaAccountId
6050
5189
  }
6051
5190
  alerts {
@@ -6056,17 +5195,8 @@ export const NewsArticle = {
6056
5195
  isRead
6057
5196
  createdAt
6058
5197
  updatedAt
6059
- alpacaAccount {
6060
- id
6061
- }
6062
5198
  }
6063
5199
  }
6064
- action {
6065
- id
6066
- }
6067
- asset {
6068
- id
6069
- }
6070
5200
  fee
6071
5201
  strikePrice
6072
5202
  expirationDate
@@ -6096,9 +5226,6 @@ export const NewsArticle = {
6096
5226
  createdAt
6097
5227
  updatedAt
6098
5228
  orderId
6099
- Order {
6100
- id
6101
- }
6102
5229
  }
6103
5230
  takeProfit {
6104
5231
  id
@@ -6107,9 +5234,6 @@ export const NewsArticle = {
6107
5234
  createdAt
6108
5235
  updatedAt
6109
5236
  orderId
6110
- Order {
6111
- id
6112
- }
6113
5237
  }
6114
5238
  trailPrice
6115
5239
  trailPercent
@@ -6153,9 +5277,6 @@ export const NewsArticle = {
6153
5277
  stripeCurrentPeriodEnd
6154
5278
  createdAt
6155
5279
  updatedAt
6156
- users {
6157
- id
6158
- }
6159
5280
  }
6160
5281
  customerId
6161
5282
  accounts {
@@ -6173,18 +5294,12 @@ export const NewsArticle = {
6173
5294
  session_state
6174
5295
  createdAt
6175
5296
  updatedAt
6176
- user {
6177
- id
6178
- }
6179
5297
  }
6180
5298
  sessions {
6181
5299
  id
6182
5300
  sessionToken
6183
5301
  userId
6184
5302
  expires
6185
- user {
6186
- id
6187
- }
6188
5303
  createdAt
6189
5304
  updatedAt
6190
5305
  }
@@ -6194,16 +5309,10 @@ export const NewsArticle = {
6194
5309
  credentialID
6195
5310
  publicKey
6196
5311
  counter
6197
- user {
6198
- id
6199
- }
6200
5312
  createdAt
6201
5313
  updatedAt
6202
5314
  }
6203
5315
  plan
6204
- alpacaAccounts {
6205
- id
6206
- }
6207
5316
  }
6208
5317
  userId
6209
5318
  createdAt
@@ -6223,12 +5332,6 @@ export const NewsArticle = {
6223
5332
  createdAt
6224
5333
  updatedAt
6225
5334
  status
6226
- alpacaAccount {
6227
- id
6228
- }
6229
- asset {
6230
- id
6231
- }
6232
5335
  actions {
6233
5336
  id
6234
5337
  sequence
@@ -6237,23 +5340,11 @@ export const NewsArticle = {
6237
5340
  note
6238
5341
  status
6239
5342
  fee
6240
- trade {
6241
- id
6242
- }
6243
- order {
6244
- id
6245
- }
6246
5343
  }
6247
5344
  }
6248
- orders {
6249
- id
6250
- }
6251
5345
  positions {
6252
5346
  id
6253
5347
  assetId
6254
- asset {
6255
- id
6256
- }
6257
5348
  averageEntryPrice
6258
5349
  qty
6259
5350
  qtyAvailable
@@ -6267,9 +5358,6 @@ export const NewsArticle = {
6267
5358
  lastTradePrice
6268
5359
  changeToday
6269
5360
  assetMarginable
6270
- alpacaAccount {
6271
- id
6272
- }
6273
5361
  alpacaAccountId
6274
5362
  }
6275
5363
  alerts {
@@ -6280,9 +5368,6 @@ export const NewsArticle = {
6280
5368
  isRead
6281
5369
  createdAt
6282
5370
  updatedAt
6283
- alpacaAccount {
6284
- id
6285
- }
6286
5371
  }
6287
5372
  }
6288
5373
  action {
@@ -6340,9 +5425,6 @@ export const NewsArticle = {
6340
5425
  stripeCurrentPeriodEnd
6341
5426
  createdAt
6342
5427
  updatedAt
6343
- users {
6344
- id
6345
- }
6346
5428
  }
6347
5429
  customerId
6348
5430
  accounts {
@@ -6360,18 +5442,12 @@ export const NewsArticle = {
6360
5442
  session_state
6361
5443
  createdAt
6362
5444
  updatedAt
6363
- user {
6364
- id
6365
- }
6366
5445
  }
6367
5446
  sessions {
6368
5447
  id
6369
5448
  sessionToken
6370
5449
  userId
6371
5450
  expires
6372
- user {
6373
- id
6374
- }
6375
5451
  createdAt
6376
5452
  updatedAt
6377
5453
  }
@@ -6381,32 +5457,17 @@ export const NewsArticle = {
6381
5457
  credentialID
6382
5458
  publicKey
6383
5459
  counter
6384
- user {
6385
- id
6386
- }
6387
5460
  createdAt
6388
5461
  updatedAt
6389
5462
  }
6390
5463
  plan
6391
- alpacaAccounts {
6392
- id
6393
- }
6394
5464
  }
6395
5465
  userId
6396
5466
  createdAt
6397
5467
  updatedAt
6398
- trades {
6399
- id
6400
- }
6401
- orders {
6402
- id
6403
- }
6404
5468
  positions {
6405
5469
  id
6406
5470
  assetId
6407
- asset {
6408
- id
6409
- }
6410
5471
  averageEntryPrice
6411
5472
  qty
6412
5473
  qtyAvailable
@@ -6420,9 +5481,6 @@ export const NewsArticle = {
6420
5481
  lastTradePrice
6421
5482
  changeToday
6422
5483
  assetMarginable
6423
- alpacaAccount {
6424
- id
6425
- }
6426
5484
  alpacaAccountId
6427
5485
  }
6428
5486
  alerts {
@@ -6433,25 +5491,10 @@ export const NewsArticle = {
6433
5491
  isRead
6434
5492
  createdAt
6435
5493
  updatedAt
6436
- alpacaAccount {
6437
- id
6438
- }
6439
5494
  }
6440
5495
  }
6441
- asset {
6442
- id
6443
- }
6444
- actions {
6445
- id
6446
- }
6447
- }
6448
- order {
6449
- id
6450
5496
  }
6451
5497
  }
6452
- asset {
6453
- id
6454
- }
6455
5498
  fee
6456
5499
  strikePrice
6457
5500
  expirationDate
@@ -6462,9 +5505,6 @@ export const NewsArticle = {
6462
5505
  positions {
6463
5506
  id
6464
5507
  assetId
6465
- asset {
6466
- id
6467
- }
6468
5508
  averageEntryPrice
6469
5509
  qty
6470
5510
  qtyAvailable
@@ -6510,9 +5550,6 @@ export const NewsArticle = {
6510
5550
  stripeCurrentPeriodEnd
6511
5551
  createdAt
6512
5552
  updatedAt
6513
- users {
6514
- id
6515
- }
6516
5553
  }
6517
5554
  customerId
6518
5555
  accounts {
@@ -6530,18 +5567,12 @@ export const NewsArticle = {
6530
5567
  session_state
6531
5568
  createdAt
6532
5569
  updatedAt
6533
- user {
6534
- id
6535
- }
6536
5570
  }
6537
5571
  sessions {
6538
5572
  id
6539
5573
  sessionToken
6540
5574
  userId
6541
5575
  expires
6542
- user {
6543
- id
6544
- }
6545
5576
  createdAt
6546
5577
  updatedAt
6547
5578
  }
@@ -6551,16 +5582,10 @@ export const NewsArticle = {
6551
5582
  credentialID
6552
5583
  publicKey
6553
5584
  counter
6554
- user {
6555
- id
6556
- }
6557
5585
  createdAt
6558
5586
  updatedAt
6559
5587
  }
6560
5588
  plan
6561
- alpacaAccounts {
6562
- id
6563
- }
6564
5589
  }
6565
5590
  userId
6566
5591
  createdAt
@@ -6580,12 +5605,6 @@ export const NewsArticle = {
6580
5605
  createdAt
6581
5606
  updatedAt
6582
5607
  status
6583
- alpacaAccount {
6584
- id
6585
- }
6586
- asset {
6587
- id
6588
- }
6589
5608
  actions {
6590
5609
  id
6591
5610
  sequence
@@ -6594,9 +5613,6 @@ export const NewsArticle = {
6594
5613
  note
6595
5614
  status
6596
5615
  fee
6597
- trade {
6598
- id
6599
- }
6600
5616
  order {
6601
5617
  id
6602
5618
  clientOrderId
@@ -6617,9 +5633,6 @@ export const NewsArticle = {
6617
5633
  createdAt
6618
5634
  updatedAt
6619
5635
  orderId
6620
- Order {
6621
- id
6622
- }
6623
5636
  }
6624
5637
  takeProfit {
6625
5638
  id
@@ -6628,9 +5641,6 @@ export const NewsArticle = {
6628
5641
  createdAt
6629
5642
  updatedAt
6630
5643
  orderId
6631
- Order {
6632
- id
6633
- }
6634
5644
  }
6635
5645
  trailPrice
6636
5646
  trailPercent
@@ -6642,15 +5652,6 @@ export const NewsArticle = {
6642
5652
  filledAt
6643
5653
  filledAvgPrice
6644
5654
  actionId
6645
- alpacaAccount {
6646
- id
6647
- }
6648
- action {
6649
- id
6650
- }
6651
- asset {
6652
- id
6653
- }
6654
5655
  fee
6655
5656
  strikePrice
6656
5657
  expirationDate
@@ -6680,9 +5681,6 @@ export const NewsArticle = {
6680
5681
  createdAt
6681
5682
  updatedAt
6682
5683
  orderId
6683
- Order {
6684
- id
6685
- }
6686
5684
  }
6687
5685
  takeProfit {
6688
5686
  id
@@ -6691,9 +5689,6 @@ export const NewsArticle = {
6691
5689
  createdAt
6692
5690
  updatedAt
6693
5691
  orderId
6694
- Order {
6695
- id
6696
- }
6697
5692
  }
6698
5693
  trailPrice
6699
5694
  trailPercent
@@ -6705,9 +5700,6 @@ export const NewsArticle = {
6705
5700
  filledAt
6706
5701
  filledAvgPrice
6707
5702
  actionId
6708
- alpacaAccount {
6709
- id
6710
- }
6711
5703
  action {
6712
5704
  id
6713
5705
  sequence
@@ -6731,23 +5723,8 @@ export const NewsArticle = {
6731
5723
  createdAt
6732
5724
  updatedAt
6733
5725
  status
6734
- alpacaAccount {
6735
- id
6736
- }
6737
- asset {
6738
- id
6739
- }
6740
- actions {
6741
- id
6742
- }
6743
- }
6744
- order {
6745
- id
6746
5726
  }
6747
5727
  }
6748
- asset {
6749
- id
6750
- }
6751
5728
  fee
6752
5729
  strikePrice
6753
5730
  expirationDate
@@ -6755,9 +5732,6 @@ export const NewsArticle = {
6755
5732
  stopLossId
6756
5733
  takeProfitId
6757
5734
  }
6758
- positions {
6759
- id
6760
- }
6761
5735
  alerts {
6762
5736
  id
6763
5737
  alpacaAccountId
@@ -6766,16 +5740,10 @@ export const NewsArticle = {
6766
5740
  isRead
6767
5741
  createdAt
6768
5742
  updatedAt
6769
- alpacaAccount {
6770
- id
6771
- }
6772
5743
  }
6773
5744
  }
6774
5745
  alpacaAccountId
6775
5746
  }
6776
- newsMentions {
6777
- id
6778
- }
6779
5747
  }
6780
5748
  relevancyScore
6781
5749
  sentimentScore
@@ -6839,9 +5807,6 @@ export const NewsArticle = {
6839
5807
  assetId
6840
5808
  newsArticleId
6841
5809
  url
6842
- news {
6843
- id
6844
- }
6845
5810
  asset {
6846
5811
  id
6847
5812
  symbol
@@ -6948,9 +5913,6 @@ export const NewsArticle = {
6948
5913
  stripeCurrentPeriodEnd
6949
5914
  createdAt
6950
5915
  updatedAt
6951
- users {
6952
- id
6953
- }
6954
5916
  }
6955
5917
  customerId
6956
5918
  accounts {
@@ -6968,18 +5930,12 @@ export const NewsArticle = {
6968
5930
  session_state
6969
5931
  createdAt
6970
5932
  updatedAt
6971
- user {
6972
- id
6973
- }
6974
5933
  }
6975
5934
  sessions {
6976
5935
  id
6977
5936
  sessionToken
6978
5937
  userId
6979
5938
  expires
6980
- user {
6981
- id
6982
- }
6983
5939
  createdAt
6984
5940
  updatedAt
6985
5941
  }
@@ -6989,23 +5945,14 @@ export const NewsArticle = {
6989
5945
  credentialID
6990
5946
  publicKey
6991
5947
  counter
6992
- user {
6993
- id
6994
- }
6995
5948
  createdAt
6996
5949
  updatedAt
6997
5950
  }
6998
5951
  plan
6999
- alpacaAccounts {
7000
- id
7001
- }
7002
5952
  }
7003
5953
  userId
7004
5954
  createdAt
7005
5955
  updatedAt
7006
- trades {
7007
- id
7008
- }
7009
5956
  orders {
7010
5957
  id
7011
5958
  clientOrderId
@@ -7026,9 +5973,6 @@ export const NewsArticle = {
7026
5973
  createdAt
7027
5974
  updatedAt
7028
5975
  orderId
7029
- Order {
7030
- id
7031
- }
7032
5976
  }
7033
5977
  takeProfit {
7034
5978
  id
@@ -7037,9 +5981,6 @@ export const NewsArticle = {
7037
5981
  createdAt
7038
5982
  updatedAt
7039
5983
  orderId
7040
- Order {
7041
- id
7042
- }
7043
5984
  }
7044
5985
  trailPrice
7045
5986
  trailPercent
@@ -7051,9 +5992,6 @@ export const NewsArticle = {
7051
5992
  filledAt
7052
5993
  filledAvgPrice
7053
5994
  actionId
7054
- alpacaAccount {
7055
- id
7056
- }
7057
5995
  action {
7058
5996
  id
7059
5997
  sequence
@@ -7062,15 +6000,6 @@ export const NewsArticle = {
7062
6000
  note
7063
6001
  status
7064
6002
  fee
7065
- trade {
7066
- id
7067
- }
7068
- order {
7069
- id
7070
- }
7071
- }
7072
- asset {
7073
- id
7074
6003
  }
7075
6004
  fee
7076
6005
  strikePrice
@@ -7082,9 +6011,6 @@ export const NewsArticle = {
7082
6011
  positions {
7083
6012
  id
7084
6013
  assetId
7085
- asset {
7086
- id
7087
- }
7088
6014
  averageEntryPrice
7089
6015
  qty
7090
6016
  qtyAvailable
@@ -7098,9 +6024,6 @@ export const NewsArticle = {
7098
6024
  lastTradePrice
7099
6025
  changeToday
7100
6026
  assetMarginable
7101
- alpacaAccount {
7102
- id
7103
- }
7104
6027
  alpacaAccountId
7105
6028
  }
7106
6029
  alerts {
@@ -7111,14 +6034,8 @@ export const NewsArticle = {
7111
6034
  isRead
7112
6035
  createdAt
7113
6036
  updatedAt
7114
- alpacaAccount {
7115
- id
7116
- }
7117
6037
  }
7118
6038
  }
7119
- asset {
7120
- id
7121
- }
7122
6039
  actions {
7123
6040
  id
7124
6041
  sequence
@@ -7127,9 +6044,6 @@ export const NewsArticle = {
7127
6044
  note
7128
6045
  status
7129
6046
  fee
7130
- trade {
7131
- id
7132
- }
7133
6047
  order {
7134
6048
  id
7135
6049
  clientOrderId
@@ -7150,9 +6064,6 @@ export const NewsArticle = {
7150
6064
  createdAt
7151
6065
  updatedAt
7152
6066
  orderId
7153
- Order {
7154
- id
7155
- }
7156
6067
  }
7157
6068
  takeProfit {
7158
6069
  id
@@ -7161,9 +6072,6 @@ export const NewsArticle = {
7161
6072
  createdAt
7162
6073
  updatedAt
7163
6074
  orderId
7164
- Order {
7165
- id
7166
- }
7167
6075
  }
7168
6076
  trailPrice
7169
6077
  trailPercent
@@ -7207,9 +6115,6 @@ export const NewsArticle = {
7207
6115
  stripeCurrentPeriodEnd
7208
6116
  createdAt
7209
6117
  updatedAt
7210
- users {
7211
- id
7212
- }
7213
6118
  }
7214
6119
  customerId
7215
6120
  accounts {
@@ -7227,18 +6132,12 @@ export const NewsArticle = {
7227
6132
  session_state
7228
6133
  createdAt
7229
6134
  updatedAt
7230
- user {
7231
- id
7232
- }
7233
6135
  }
7234
6136
  sessions {
7235
6137
  id
7236
6138
  sessionToken
7237
6139
  userId
7238
6140
  expires
7239
- user {
7240
- id
7241
- }
7242
6141
  createdAt
7243
6142
  updatedAt
7244
6143
  }
@@ -7248,32 +6147,17 @@ export const NewsArticle = {
7248
6147
  credentialID
7249
6148
  publicKey
7250
6149
  counter
7251
- user {
7252
- id
7253
- }
7254
6150
  createdAt
7255
6151
  updatedAt
7256
6152
  }
7257
6153
  plan
7258
- alpacaAccounts {
7259
- id
7260
- }
7261
6154
  }
7262
6155
  userId
7263
6156
  createdAt
7264
6157
  updatedAt
7265
- trades {
7266
- id
7267
- }
7268
- orders {
7269
- id
7270
- }
7271
6158
  positions {
7272
6159
  id
7273
6160
  assetId
7274
- asset {
7275
- id
7276
- }
7277
6161
  averageEntryPrice
7278
6162
  qty
7279
6163
  qtyAvailable
@@ -7287,9 +6171,6 @@ export const NewsArticle = {
7287
6171
  lastTradePrice
7288
6172
  changeToday
7289
6173
  assetMarginable
7290
- alpacaAccount {
7291
- id
7292
- }
7293
6174
  alpacaAccountId
7294
6175
  }
7295
6176
  alerts {
@@ -7300,17 +6181,8 @@ export const NewsArticle = {
7300
6181
  isRead
7301
6182
  createdAt
7302
6183
  updatedAt
7303
- alpacaAccount {
7304
- id
7305
- }
7306
6184
  }
7307
6185
  }
7308
- action {
7309
- id
7310
- }
7311
- asset {
7312
- id
7313
- }
7314
6186
  fee
7315
6187
  strikePrice
7316
6188
  expirationDate
@@ -7340,9 +6212,6 @@ export const NewsArticle = {
7340
6212
  createdAt
7341
6213
  updatedAt
7342
6214
  orderId
7343
- Order {
7344
- id
7345
- }
7346
6215
  }
7347
6216
  takeProfit {
7348
6217
  id
@@ -7351,9 +6220,6 @@ export const NewsArticle = {
7351
6220
  createdAt
7352
6221
  updatedAt
7353
6222
  orderId
7354
- Order {
7355
- id
7356
- }
7357
6223
  }
7358
6224
  trailPrice
7359
6225
  trailPercent
@@ -7397,9 +6263,6 @@ export const NewsArticle = {
7397
6263
  stripeCurrentPeriodEnd
7398
6264
  createdAt
7399
6265
  updatedAt
7400
- users {
7401
- id
7402
- }
7403
6266
  }
7404
6267
  customerId
7405
6268
  accounts {
@@ -7417,18 +6280,12 @@ export const NewsArticle = {
7417
6280
  session_state
7418
6281
  createdAt
7419
6282
  updatedAt
7420
- user {
7421
- id
7422
- }
7423
6283
  }
7424
6284
  sessions {
7425
6285
  id
7426
6286
  sessionToken
7427
6287
  userId
7428
6288
  expires
7429
- user {
7430
- id
7431
- }
7432
6289
  createdAt
7433
6290
  updatedAt
7434
6291
  }
@@ -7438,16 +6295,10 @@ export const NewsArticle = {
7438
6295
  credentialID
7439
6296
  publicKey
7440
6297
  counter
7441
- user {
7442
- id
7443
- }
7444
6298
  createdAt
7445
6299
  updatedAt
7446
6300
  }
7447
6301
  plan
7448
- alpacaAccounts {
7449
- id
7450
- }
7451
6302
  }
7452
6303
  userId
7453
6304
  createdAt
@@ -7467,12 +6318,6 @@ export const NewsArticle = {
7467
6318
  createdAt
7468
6319
  updatedAt
7469
6320
  status
7470
- alpacaAccount {
7471
- id
7472
- }
7473
- asset {
7474
- id
7475
- }
7476
6321
  actions {
7477
6322
  id
7478
6323
  sequence
@@ -7481,23 +6326,11 @@ export const NewsArticle = {
7481
6326
  note
7482
6327
  status
7483
6328
  fee
7484
- trade {
7485
- id
7486
- }
7487
- order {
7488
- id
7489
- }
7490
6329
  }
7491
6330
  }
7492
- orders {
7493
- id
7494
- }
7495
6331
  positions {
7496
6332
  id
7497
6333
  assetId
7498
- asset {
7499
- id
7500
- }
7501
6334
  averageEntryPrice
7502
6335
  qty
7503
6336
  qtyAvailable
@@ -7511,9 +6344,6 @@ export const NewsArticle = {
7511
6344
  lastTradePrice
7512
6345
  changeToday
7513
6346
  assetMarginable
7514
- alpacaAccount {
7515
- id
7516
- }
7517
6347
  alpacaAccountId
7518
6348
  }
7519
6349
  alerts {
@@ -7524,9 +6354,6 @@ export const NewsArticle = {
7524
6354
  isRead
7525
6355
  createdAt
7526
6356
  updatedAt
7527
- alpacaAccount {
7528
- id
7529
- }
7530
6357
  }
7531
6358
  }
7532
6359
  action {
@@ -7584,9 +6411,6 @@ export const NewsArticle = {
7584
6411
  stripeCurrentPeriodEnd
7585
6412
  createdAt
7586
6413
  updatedAt
7587
- users {
7588
- id
7589
- }
7590
6414
  }
7591
6415
  customerId
7592
6416
  accounts {
@@ -7604,18 +6428,12 @@ export const NewsArticle = {
7604
6428
  session_state
7605
6429
  createdAt
7606
6430
  updatedAt
7607
- user {
7608
- id
7609
- }
7610
6431
  }
7611
6432
  sessions {
7612
6433
  id
7613
6434
  sessionToken
7614
6435
  userId
7615
6436
  expires
7616
- user {
7617
- id
7618
- }
7619
6437
  createdAt
7620
6438
  updatedAt
7621
6439
  }
@@ -7625,32 +6443,17 @@ export const NewsArticle = {
7625
6443
  credentialID
7626
6444
  publicKey
7627
6445
  counter
7628
- user {
7629
- id
7630
- }
7631
6446
  createdAt
7632
6447
  updatedAt
7633
6448
  }
7634
6449
  plan
7635
- alpacaAccounts {
7636
- id
7637
- }
7638
6450
  }
7639
6451
  userId
7640
6452
  createdAt
7641
6453
  updatedAt
7642
- trades {
7643
- id
7644
- }
7645
- orders {
7646
- id
7647
- }
7648
6454
  positions {
7649
6455
  id
7650
6456
  assetId
7651
- asset {
7652
- id
7653
- }
7654
6457
  averageEntryPrice
7655
6458
  qty
7656
6459
  qtyAvailable
@@ -7664,9 +6467,6 @@ export const NewsArticle = {
7664
6467
  lastTradePrice
7665
6468
  changeToday
7666
6469
  assetMarginable
7667
- alpacaAccount {
7668
- id
7669
- }
7670
6470
  alpacaAccountId
7671
6471
  }
7672
6472
  alerts {
@@ -7677,24 +6477,9 @@ export const NewsArticle = {
7677
6477
  isRead
7678
6478
  createdAt
7679
6479
  updatedAt
7680
- alpacaAccount {
7681
- id
7682
- }
7683
6480
  }
7684
6481
  }
7685
- asset {
7686
- id
7687
- }
7688
- actions {
7689
- id
7690
- }
7691
6482
  }
7692
- order {
7693
- id
7694
- }
7695
- }
7696
- asset {
7697
- id
7698
6483
  }
7699
6484
  fee
7700
6485
  strikePrice
@@ -7706,9 +6491,6 @@ export const NewsArticle = {
7706
6491
  positions {
7707
6492
  id
7708
6493
  assetId
7709
- asset {
7710
- id
7711
- }
7712
6494
  averageEntryPrice
7713
6495
  qty
7714
6496
  qtyAvailable
@@ -7754,9 +6536,6 @@ export const NewsArticle = {
7754
6536
  stripeCurrentPeriodEnd
7755
6537
  createdAt
7756
6538
  updatedAt
7757
- users {
7758
- id
7759
- }
7760
6539
  }
7761
6540
  customerId
7762
6541
  accounts {
@@ -7774,18 +6553,12 @@ export const NewsArticle = {
7774
6553
  session_state
7775
6554
  createdAt
7776
6555
  updatedAt
7777
- user {
7778
- id
7779
- }
7780
6556
  }
7781
6557
  sessions {
7782
6558
  id
7783
6559
  sessionToken
7784
6560
  userId
7785
6561
  expires
7786
- user {
7787
- id
7788
- }
7789
6562
  createdAt
7790
6563
  updatedAt
7791
6564
  }
@@ -7795,16 +6568,10 @@ export const NewsArticle = {
7795
6568
  credentialID
7796
6569
  publicKey
7797
6570
  counter
7798
- user {
7799
- id
7800
- }
7801
6571
  createdAt
7802
6572
  updatedAt
7803
6573
  }
7804
6574
  plan
7805
- alpacaAccounts {
7806
- id
7807
- }
7808
6575
  }
7809
6576
  userId
7810
6577
  createdAt
@@ -7824,12 +6591,6 @@ export const NewsArticle = {
7824
6591
  createdAt
7825
6592
  updatedAt
7826
6593
  status
7827
- alpacaAccount {
7828
- id
7829
- }
7830
- asset {
7831
- id
7832
- }
7833
6594
  actions {
7834
6595
  id
7835
6596
  sequence
@@ -7838,9 +6599,6 @@ export const NewsArticle = {
7838
6599
  note
7839
6600
  status
7840
6601
  fee
7841
- trade {
7842
- id
7843
- }
7844
6602
  order {
7845
6603
  id
7846
6604
  clientOrderId
@@ -7861,9 +6619,6 @@ export const NewsArticle = {
7861
6619
  createdAt
7862
6620
  updatedAt
7863
6621
  orderId
7864
- Order {
7865
- id
7866
- }
7867
6622
  }
7868
6623
  takeProfit {
7869
6624
  id
@@ -7872,9 +6627,6 @@ export const NewsArticle = {
7872
6627
  createdAt
7873
6628
  updatedAt
7874
6629
  orderId
7875
- Order {
7876
- id
7877
- }
7878
6630
  }
7879
6631
  trailPrice
7880
6632
  trailPercent
@@ -7886,15 +6638,6 @@ export const NewsArticle = {
7886
6638
  filledAt
7887
6639
  filledAvgPrice
7888
6640
  actionId
7889
- alpacaAccount {
7890
- id
7891
- }
7892
- action {
7893
- id
7894
- }
7895
- asset {
7896
- id
7897
- }
7898
6641
  fee
7899
6642
  strikePrice
7900
6643
  expirationDate
@@ -7924,9 +6667,6 @@ export const NewsArticle = {
7924
6667
  createdAt
7925
6668
  updatedAt
7926
6669
  orderId
7927
- Order {
7928
- id
7929
- }
7930
6670
  }
7931
6671
  takeProfit {
7932
6672
  id
@@ -7935,9 +6675,6 @@ export const NewsArticle = {
7935
6675
  createdAt
7936
6676
  updatedAt
7937
6677
  orderId
7938
- Order {
7939
- id
7940
- }
7941
6678
  }
7942
6679
  trailPrice
7943
6680
  trailPercent
@@ -7949,9 +6686,6 @@ export const NewsArticle = {
7949
6686
  filledAt
7950
6687
  filledAvgPrice
7951
6688
  actionId
7952
- alpacaAccount {
7953
- id
7954
- }
7955
6689
  action {
7956
6690
  id
7957
6691
  sequence
@@ -7975,22 +6709,7 @@ export const NewsArticle = {
7975
6709
  createdAt
7976
6710
  updatedAt
7977
6711
  status
7978
- alpacaAccount {
7979
- id
7980
- }
7981
- asset {
7982
- id
7983
- }
7984
- actions {
7985
- id
7986
- }
7987
6712
  }
7988
- order {
7989
- id
7990
- }
7991
- }
7992
- asset {
7993
- id
7994
6713
  }
7995
6714
  fee
7996
6715
  strikePrice
@@ -7999,9 +6718,6 @@ export const NewsArticle = {
7999
6718
  stopLossId
8000
6719
  takeProfitId
8001
6720
  }
8002
- positions {
8003
- id
8004
- }
8005
6721
  alerts {
8006
6722
  id
8007
6723
  alpacaAccountId
@@ -8010,16 +6726,10 @@ export const NewsArticle = {
8010
6726
  isRead
8011
6727
  createdAt
8012
6728
  updatedAt
8013
- alpacaAccount {
8014
- id
8015
- }
8016
6729
  }
8017
6730
  }
8018
6731
  alpacaAccountId
8019
6732
  }
8020
- newsMentions {
8021
- id
8022
- }
8023
6733
  }
8024
6734
  relevancyScore
8025
6735
  sentimentScore
@@ -8074,9 +6784,6 @@ export const NewsArticle = {
8074
6784
  assetId
8075
6785
  newsArticleId
8076
6786
  url
8077
- news {
8078
- id
8079
- }
8080
6787
  asset {
8081
6788
  id
8082
6789
  symbol
@@ -8183,9 +6890,6 @@ export const NewsArticle = {
8183
6890
  stripeCurrentPeriodEnd
8184
6891
  createdAt
8185
6892
  updatedAt
8186
- users {
8187
- id
8188
- }
8189
6893
  }
8190
6894
  customerId
8191
6895
  accounts {
@@ -8203,18 +6907,12 @@ export const NewsArticle = {
8203
6907
  session_state
8204
6908
  createdAt
8205
6909
  updatedAt
8206
- user {
8207
- id
8208
- }
8209
6910
  }
8210
6911
  sessions {
8211
6912
  id
8212
6913
  sessionToken
8213
6914
  userId
8214
6915
  expires
8215
- user {
8216
- id
8217
- }
8218
6916
  createdAt
8219
6917
  updatedAt
8220
6918
  }
@@ -8224,23 +6922,14 @@ export const NewsArticle = {
8224
6922
  credentialID
8225
6923
  publicKey
8226
6924
  counter
8227
- user {
8228
- id
8229
- }
8230
6925
  createdAt
8231
6926
  updatedAt
8232
6927
  }
8233
6928
  plan
8234
- alpacaAccounts {
8235
- id
8236
- }
8237
6929
  }
8238
6930
  userId
8239
6931
  createdAt
8240
6932
  updatedAt
8241
- trades {
8242
- id
8243
- }
8244
6933
  orders {
8245
6934
  id
8246
6935
  clientOrderId
@@ -8261,9 +6950,6 @@ export const NewsArticle = {
8261
6950
  createdAt
8262
6951
  updatedAt
8263
6952
  orderId
8264
- Order {
8265
- id
8266
- }
8267
6953
  }
8268
6954
  takeProfit {
8269
6955
  id
@@ -8272,9 +6958,6 @@ export const NewsArticle = {
8272
6958
  createdAt
8273
6959
  updatedAt
8274
6960
  orderId
8275
- Order {
8276
- id
8277
- }
8278
6961
  }
8279
6962
  trailPrice
8280
6963
  trailPercent
@@ -8286,9 +6969,6 @@ export const NewsArticle = {
8286
6969
  filledAt
8287
6970
  filledAvgPrice
8288
6971
  actionId
8289
- alpacaAccount {
8290
- id
8291
- }
8292
6972
  action {
8293
6973
  id
8294
6974
  sequence
@@ -8297,15 +6977,6 @@ export const NewsArticle = {
8297
6977
  note
8298
6978
  status
8299
6979
  fee
8300
- trade {
8301
- id
8302
- }
8303
- order {
8304
- id
8305
- }
8306
- }
8307
- asset {
8308
- id
8309
6980
  }
8310
6981
  fee
8311
6982
  strikePrice
@@ -8317,9 +6988,6 @@ export const NewsArticle = {
8317
6988
  positions {
8318
6989
  id
8319
6990
  assetId
8320
- asset {
8321
- id
8322
- }
8323
6991
  averageEntryPrice
8324
6992
  qty
8325
6993
  qtyAvailable
@@ -8333,9 +7001,6 @@ export const NewsArticle = {
8333
7001
  lastTradePrice
8334
7002
  changeToday
8335
7003
  assetMarginable
8336
- alpacaAccount {
8337
- id
8338
- }
8339
7004
  alpacaAccountId
8340
7005
  }
8341
7006
  alerts {
@@ -8346,14 +7011,8 @@ export const NewsArticle = {
8346
7011
  isRead
8347
7012
  createdAt
8348
7013
  updatedAt
8349
- alpacaAccount {
8350
- id
8351
- }
8352
7014
  }
8353
7015
  }
8354
- asset {
8355
- id
8356
- }
8357
7016
  actions {
8358
7017
  id
8359
7018
  sequence
@@ -8362,9 +7021,6 @@ export const NewsArticle = {
8362
7021
  note
8363
7022
  status
8364
7023
  fee
8365
- trade {
8366
- id
8367
- }
8368
7024
  order {
8369
7025
  id
8370
7026
  clientOrderId
@@ -8385,9 +7041,6 @@ export const NewsArticle = {
8385
7041
  createdAt
8386
7042
  updatedAt
8387
7043
  orderId
8388
- Order {
8389
- id
8390
- }
8391
7044
  }
8392
7045
  takeProfit {
8393
7046
  id
@@ -8396,9 +7049,6 @@ export const NewsArticle = {
8396
7049
  createdAt
8397
7050
  updatedAt
8398
7051
  orderId
8399
- Order {
8400
- id
8401
- }
8402
7052
  }
8403
7053
  trailPrice
8404
7054
  trailPercent
@@ -8442,9 +7092,6 @@ export const NewsArticle = {
8442
7092
  stripeCurrentPeriodEnd
8443
7093
  createdAt
8444
7094
  updatedAt
8445
- users {
8446
- id
8447
- }
8448
7095
  }
8449
7096
  customerId
8450
7097
  accounts {
@@ -8462,18 +7109,12 @@ export const NewsArticle = {
8462
7109
  session_state
8463
7110
  createdAt
8464
7111
  updatedAt
8465
- user {
8466
- id
8467
- }
8468
7112
  }
8469
7113
  sessions {
8470
7114
  id
8471
7115
  sessionToken
8472
7116
  userId
8473
7117
  expires
8474
- user {
8475
- id
8476
- }
8477
7118
  createdAt
8478
7119
  updatedAt
8479
7120
  }
@@ -8483,32 +7124,17 @@ export const NewsArticle = {
8483
7124
  credentialID
8484
7125
  publicKey
8485
7126
  counter
8486
- user {
8487
- id
8488
- }
8489
7127
  createdAt
8490
7128
  updatedAt
8491
7129
  }
8492
7130
  plan
8493
- alpacaAccounts {
8494
- id
8495
- }
8496
7131
  }
8497
7132
  userId
8498
7133
  createdAt
8499
7134
  updatedAt
8500
- trades {
8501
- id
8502
- }
8503
- orders {
8504
- id
8505
- }
8506
7135
  positions {
8507
7136
  id
8508
7137
  assetId
8509
- asset {
8510
- id
8511
- }
8512
7138
  averageEntryPrice
8513
7139
  qty
8514
7140
  qtyAvailable
@@ -8522,9 +7148,6 @@ export const NewsArticle = {
8522
7148
  lastTradePrice
8523
7149
  changeToday
8524
7150
  assetMarginable
8525
- alpacaAccount {
8526
- id
8527
- }
8528
7151
  alpacaAccountId
8529
7152
  }
8530
7153
  alerts {
@@ -8535,17 +7158,8 @@ export const NewsArticle = {
8535
7158
  isRead
8536
7159
  createdAt
8537
7160
  updatedAt
8538
- alpacaAccount {
8539
- id
8540
- }
8541
7161
  }
8542
7162
  }
8543
- action {
8544
- id
8545
- }
8546
- asset {
8547
- id
8548
- }
8549
7163
  fee
8550
7164
  strikePrice
8551
7165
  expirationDate
@@ -8575,9 +7189,6 @@ export const NewsArticle = {
8575
7189
  createdAt
8576
7190
  updatedAt
8577
7191
  orderId
8578
- Order {
8579
- id
8580
- }
8581
7192
  }
8582
7193
  takeProfit {
8583
7194
  id
@@ -8586,9 +7197,6 @@ export const NewsArticle = {
8586
7197
  createdAt
8587
7198
  updatedAt
8588
7199
  orderId
8589
- Order {
8590
- id
8591
- }
8592
7200
  }
8593
7201
  trailPrice
8594
7202
  trailPercent
@@ -8632,9 +7240,6 @@ export const NewsArticle = {
8632
7240
  stripeCurrentPeriodEnd
8633
7241
  createdAt
8634
7242
  updatedAt
8635
- users {
8636
- id
8637
- }
8638
7243
  }
8639
7244
  customerId
8640
7245
  accounts {
@@ -8652,18 +7257,12 @@ export const NewsArticle = {
8652
7257
  session_state
8653
7258
  createdAt
8654
7259
  updatedAt
8655
- user {
8656
- id
8657
- }
8658
7260
  }
8659
7261
  sessions {
8660
7262
  id
8661
7263
  sessionToken
8662
7264
  userId
8663
7265
  expires
8664
- user {
8665
- id
8666
- }
8667
7266
  createdAt
8668
7267
  updatedAt
8669
7268
  }
@@ -8673,16 +7272,10 @@ export const NewsArticle = {
8673
7272
  credentialID
8674
7273
  publicKey
8675
7274
  counter
8676
- user {
8677
- id
8678
- }
8679
7275
  createdAt
8680
7276
  updatedAt
8681
7277
  }
8682
7278
  plan
8683
- alpacaAccounts {
8684
- id
8685
- }
8686
7279
  }
8687
7280
  userId
8688
7281
  createdAt
@@ -8702,12 +7295,6 @@ export const NewsArticle = {
8702
7295
  createdAt
8703
7296
  updatedAt
8704
7297
  status
8705
- alpacaAccount {
8706
- id
8707
- }
8708
- asset {
8709
- id
8710
- }
8711
7298
  actions {
8712
7299
  id
8713
7300
  sequence
@@ -8716,23 +7303,11 @@ export const NewsArticle = {
8716
7303
  note
8717
7304
  status
8718
7305
  fee
8719
- trade {
8720
- id
8721
- }
8722
- order {
8723
- id
8724
- }
8725
7306
  }
8726
7307
  }
8727
- orders {
8728
- id
8729
- }
8730
7308
  positions {
8731
7309
  id
8732
7310
  assetId
8733
- asset {
8734
- id
8735
- }
8736
7311
  averageEntryPrice
8737
7312
  qty
8738
7313
  qtyAvailable
@@ -8746,9 +7321,6 @@ export const NewsArticle = {
8746
7321
  lastTradePrice
8747
7322
  changeToday
8748
7323
  assetMarginable
8749
- alpacaAccount {
8750
- id
8751
- }
8752
7324
  alpacaAccountId
8753
7325
  }
8754
7326
  alerts {
@@ -8759,9 +7331,6 @@ export const NewsArticle = {
8759
7331
  isRead
8760
7332
  createdAt
8761
7333
  updatedAt
8762
- alpacaAccount {
8763
- id
8764
- }
8765
7334
  }
8766
7335
  }
8767
7336
  action {
@@ -8819,9 +7388,6 @@ export const NewsArticle = {
8819
7388
  stripeCurrentPeriodEnd
8820
7389
  createdAt
8821
7390
  updatedAt
8822
- users {
8823
- id
8824
- }
8825
7391
  }
8826
7392
  customerId
8827
7393
  accounts {
@@ -8839,18 +7405,12 @@ export const NewsArticle = {
8839
7405
  session_state
8840
7406
  createdAt
8841
7407
  updatedAt
8842
- user {
8843
- id
8844
- }
8845
7408
  }
8846
7409
  sessions {
8847
7410
  id
8848
7411
  sessionToken
8849
7412
  userId
8850
7413
  expires
8851
- user {
8852
- id
8853
- }
8854
7414
  createdAt
8855
7415
  updatedAt
8856
7416
  }
@@ -8860,32 +7420,17 @@ export const NewsArticle = {
8860
7420
  credentialID
8861
7421
  publicKey
8862
7422
  counter
8863
- user {
8864
- id
8865
- }
8866
7423
  createdAt
8867
7424
  updatedAt
8868
7425
  }
8869
7426
  plan
8870
- alpacaAccounts {
8871
- id
8872
- }
8873
7427
  }
8874
7428
  userId
8875
7429
  createdAt
8876
7430
  updatedAt
8877
- trades {
8878
- id
8879
- }
8880
- orders {
8881
- id
8882
- }
8883
7431
  positions {
8884
7432
  id
8885
7433
  assetId
8886
- asset {
8887
- id
8888
- }
8889
7434
  averageEntryPrice
8890
7435
  qty
8891
7436
  qtyAvailable
@@ -8899,9 +7444,6 @@ export const NewsArticle = {
8899
7444
  lastTradePrice
8900
7445
  changeToday
8901
7446
  assetMarginable
8902
- alpacaAccount {
8903
- id
8904
- }
8905
7447
  alpacaAccountId
8906
7448
  }
8907
7449
  alerts {
@@ -8912,25 +7454,10 @@ export const NewsArticle = {
8912
7454
  isRead
8913
7455
  createdAt
8914
7456
  updatedAt
8915
- alpacaAccount {
8916
- id
8917
- }
8918
7457
  }
8919
7458
  }
8920
- asset {
8921
- id
8922
- }
8923
- actions {
8924
- id
8925
- }
8926
- }
8927
- order {
8928
- id
8929
7459
  }
8930
7460
  }
8931
- asset {
8932
- id
8933
- }
8934
7461
  fee
8935
7462
  strikePrice
8936
7463
  expirationDate
@@ -8941,9 +7468,6 @@ export const NewsArticle = {
8941
7468
  positions {
8942
7469
  id
8943
7470
  assetId
8944
- asset {
8945
- id
8946
- }
8947
7471
  averageEntryPrice
8948
7472
  qty
8949
7473
  qtyAvailable
@@ -8989,9 +7513,6 @@ export const NewsArticle = {
8989
7513
  stripeCurrentPeriodEnd
8990
7514
  createdAt
8991
7515
  updatedAt
8992
- users {
8993
- id
8994
- }
8995
7516
  }
8996
7517
  customerId
8997
7518
  accounts {
@@ -9009,18 +7530,12 @@ export const NewsArticle = {
9009
7530
  session_state
9010
7531
  createdAt
9011
7532
  updatedAt
9012
- user {
9013
- id
9014
- }
9015
7533
  }
9016
7534
  sessions {
9017
7535
  id
9018
7536
  sessionToken
9019
7537
  userId
9020
7538
  expires
9021
- user {
9022
- id
9023
- }
9024
7539
  createdAt
9025
7540
  updatedAt
9026
7541
  }
@@ -9030,16 +7545,10 @@ export const NewsArticle = {
9030
7545
  credentialID
9031
7546
  publicKey
9032
7547
  counter
9033
- user {
9034
- id
9035
- }
9036
7548
  createdAt
9037
7549
  updatedAt
9038
7550
  }
9039
7551
  plan
9040
- alpacaAccounts {
9041
- id
9042
- }
9043
7552
  }
9044
7553
  userId
9045
7554
  createdAt
@@ -9059,12 +7568,6 @@ export const NewsArticle = {
9059
7568
  createdAt
9060
7569
  updatedAt
9061
7570
  status
9062
- alpacaAccount {
9063
- id
9064
- }
9065
- asset {
9066
- id
9067
- }
9068
7571
  actions {
9069
7572
  id
9070
7573
  sequence
@@ -9073,9 +7576,6 @@ export const NewsArticle = {
9073
7576
  note
9074
7577
  status
9075
7578
  fee
9076
- trade {
9077
- id
9078
- }
9079
7579
  order {
9080
7580
  id
9081
7581
  clientOrderId
@@ -9096,9 +7596,6 @@ export const NewsArticle = {
9096
7596
  createdAt
9097
7597
  updatedAt
9098
7598
  orderId
9099
- Order {
9100
- id
9101
- }
9102
7599
  }
9103
7600
  takeProfit {
9104
7601
  id
@@ -9107,9 +7604,6 @@ export const NewsArticle = {
9107
7604
  createdAt
9108
7605
  updatedAt
9109
7606
  orderId
9110
- Order {
9111
- id
9112
- }
9113
7607
  }
9114
7608
  trailPrice
9115
7609
  trailPercent
@@ -9121,15 +7615,6 @@ export const NewsArticle = {
9121
7615
  filledAt
9122
7616
  filledAvgPrice
9123
7617
  actionId
9124
- alpacaAccount {
9125
- id
9126
- }
9127
- action {
9128
- id
9129
- }
9130
- asset {
9131
- id
9132
- }
9133
7618
  fee
9134
7619
  strikePrice
9135
7620
  expirationDate
@@ -9159,9 +7644,6 @@ export const NewsArticle = {
9159
7644
  createdAt
9160
7645
  updatedAt
9161
7646
  orderId
9162
- Order {
9163
- id
9164
- }
9165
7647
  }
9166
7648
  takeProfit {
9167
7649
  id
@@ -9170,9 +7652,6 @@ export const NewsArticle = {
9170
7652
  createdAt
9171
7653
  updatedAt
9172
7654
  orderId
9173
- Order {
9174
- id
9175
- }
9176
7655
  }
9177
7656
  trailPrice
9178
7657
  trailPercent
@@ -9184,9 +7663,6 @@ export const NewsArticle = {
9184
7663
  filledAt
9185
7664
  filledAvgPrice
9186
7665
  actionId
9187
- alpacaAccount {
9188
- id
9189
- }
9190
7666
  action {
9191
7667
  id
9192
7668
  sequence
@@ -9210,23 +7686,8 @@ export const NewsArticle = {
9210
7686
  createdAt
9211
7687
  updatedAt
9212
7688
  status
9213
- alpacaAccount {
9214
- id
9215
- }
9216
- asset {
9217
- id
9218
- }
9219
- actions {
9220
- id
9221
- }
9222
- }
9223
- order {
9224
- id
9225
7689
  }
9226
7690
  }
9227
- asset {
9228
- id
9229
- }
9230
7691
  fee
9231
7692
  strikePrice
9232
7693
  expirationDate
@@ -9234,9 +7695,6 @@ export const NewsArticle = {
9234
7695
  stopLossId
9235
7696
  takeProfitId
9236
7697
  }
9237
- positions {
9238
- id
9239
- }
9240
7698
  alerts {
9241
7699
  id
9242
7700
  alpacaAccountId
@@ -9245,16 +7703,10 @@ export const NewsArticle = {
9245
7703
  isRead
9246
7704
  createdAt
9247
7705
  updatedAt
9248
- alpacaAccount {
9249
- id
9250
- }
9251
7706
  }
9252
7707
  }
9253
7708
  alpacaAccountId
9254
7709
  }
9255
- newsMentions {
9256
- id
9257
- }
9258
7710
  }
9259
7711
  relevancyScore
9260
7712
  sentimentScore