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/NewsArticle.cjs CHANGED
@@ -39,9 +39,6 @@ exports.NewsArticle = {
39
39
  assetId
40
40
  newsArticleId
41
41
  url
42
- news {
43
- id
44
- }
45
42
  asset {
46
43
  id
47
44
  symbol
@@ -148,9 +145,6 @@ exports.NewsArticle = {
148
145
  stripeCurrentPeriodEnd
149
146
  createdAt
150
147
  updatedAt
151
- users {
152
- id
153
- }
154
148
  }
155
149
  customerId
156
150
  accounts {
@@ -168,18 +162,12 @@ exports.NewsArticle = {
168
162
  session_state
169
163
  createdAt
170
164
  updatedAt
171
- user {
172
- id
173
- }
174
165
  }
175
166
  sessions {
176
167
  id
177
168
  sessionToken
178
169
  userId
179
170
  expires
180
- user {
181
- id
182
- }
183
171
  createdAt
184
172
  updatedAt
185
173
  }
@@ -189,23 +177,14 @@ exports.NewsArticle = {
189
177
  credentialID
190
178
  publicKey
191
179
  counter
192
- user {
193
- id
194
- }
195
180
  createdAt
196
181
  updatedAt
197
182
  }
198
183
  plan
199
- alpacaAccounts {
200
- id
201
- }
202
184
  }
203
185
  userId
204
186
  createdAt
205
187
  updatedAt
206
- trades {
207
- id
208
- }
209
188
  orders {
210
189
  id
211
190
  clientOrderId
@@ -226,9 +205,6 @@ exports.NewsArticle = {
226
205
  createdAt
227
206
  updatedAt
228
207
  orderId
229
- Order {
230
- id
231
- }
232
208
  }
233
209
  takeProfit {
234
210
  id
@@ -237,9 +213,6 @@ exports.NewsArticle = {
237
213
  createdAt
238
214
  updatedAt
239
215
  orderId
240
- Order {
241
- id
242
- }
243
216
  }
244
217
  trailPrice
245
218
  trailPercent
@@ -251,9 +224,6 @@ exports.NewsArticle = {
251
224
  filledAt
252
225
  filledAvgPrice
253
226
  actionId
254
- alpacaAccount {
255
- id
256
- }
257
227
  action {
258
228
  id
259
229
  sequence
@@ -262,15 +232,6 @@ exports.NewsArticle = {
262
232
  note
263
233
  status
264
234
  fee
265
- trade {
266
- id
267
- }
268
- order {
269
- id
270
- }
271
- }
272
- asset {
273
- id
274
235
  }
275
236
  fee
276
237
  strikePrice
@@ -282,9 +243,6 @@ exports.NewsArticle = {
282
243
  positions {
283
244
  id
284
245
  assetId
285
- asset {
286
- id
287
- }
288
246
  averageEntryPrice
289
247
  qty
290
248
  qtyAvailable
@@ -298,9 +256,6 @@ exports.NewsArticle = {
298
256
  lastTradePrice
299
257
  changeToday
300
258
  assetMarginable
301
- alpacaAccount {
302
- id
303
- }
304
259
  alpacaAccountId
305
260
  }
306
261
  alerts {
@@ -311,14 +266,8 @@ exports.NewsArticle = {
311
266
  isRead
312
267
  createdAt
313
268
  updatedAt
314
- alpacaAccount {
315
- id
316
- }
317
269
  }
318
270
  }
319
- asset {
320
- id
321
- }
322
271
  actions {
323
272
  id
324
273
  sequence
@@ -327,9 +276,6 @@ exports.NewsArticle = {
327
276
  note
328
277
  status
329
278
  fee
330
- trade {
331
- id
332
- }
333
279
  order {
334
280
  id
335
281
  clientOrderId
@@ -350,9 +296,6 @@ exports.NewsArticle = {
350
296
  createdAt
351
297
  updatedAt
352
298
  orderId
353
- Order {
354
- id
355
- }
356
299
  }
357
300
  takeProfit {
358
301
  id
@@ -361,9 +304,6 @@ exports.NewsArticle = {
361
304
  createdAt
362
305
  updatedAt
363
306
  orderId
364
- Order {
365
- id
366
- }
367
307
  }
368
308
  trailPrice
369
309
  trailPercent
@@ -407,9 +347,6 @@ exports.NewsArticle = {
407
347
  stripeCurrentPeriodEnd
408
348
  createdAt
409
349
  updatedAt
410
- users {
411
- id
412
- }
413
350
  }
414
351
  customerId
415
352
  accounts {
@@ -427,18 +364,12 @@ exports.NewsArticle = {
427
364
  session_state
428
365
  createdAt
429
366
  updatedAt
430
- user {
431
- id
432
- }
433
367
  }
434
368
  sessions {
435
369
  id
436
370
  sessionToken
437
371
  userId
438
372
  expires
439
- user {
440
- id
441
- }
442
373
  createdAt
443
374
  updatedAt
444
375
  }
@@ -448,32 +379,17 @@ exports.NewsArticle = {
448
379
  credentialID
449
380
  publicKey
450
381
  counter
451
- user {
452
- id
453
- }
454
382
  createdAt
455
383
  updatedAt
456
384
  }
457
385
  plan
458
- alpacaAccounts {
459
- id
460
- }
461
386
  }
462
387
  userId
463
388
  createdAt
464
389
  updatedAt
465
- trades {
466
- id
467
- }
468
- orders {
469
- id
470
- }
471
390
  positions {
472
391
  id
473
392
  assetId
474
- asset {
475
- id
476
- }
477
393
  averageEntryPrice
478
394
  qty
479
395
  qtyAvailable
@@ -487,9 +403,6 @@ exports.NewsArticle = {
487
403
  lastTradePrice
488
404
  changeToday
489
405
  assetMarginable
490
- alpacaAccount {
491
- id
492
- }
493
406
  alpacaAccountId
494
407
  }
495
408
  alerts {
@@ -500,17 +413,8 @@ exports.NewsArticle = {
500
413
  isRead
501
414
  createdAt
502
415
  updatedAt
503
- alpacaAccount {
504
- id
505
- }
506
416
  }
507
417
  }
508
- action {
509
- id
510
- }
511
- asset {
512
- id
513
- }
514
418
  fee
515
419
  strikePrice
516
420
  expirationDate
@@ -540,9 +444,6 @@ exports.NewsArticle = {
540
444
  createdAt
541
445
  updatedAt
542
446
  orderId
543
- Order {
544
- id
545
- }
546
447
  }
547
448
  takeProfit {
548
449
  id
@@ -551,9 +452,6 @@ exports.NewsArticle = {
551
452
  createdAt
552
453
  updatedAt
553
454
  orderId
554
- Order {
555
- id
556
- }
557
455
  }
558
456
  trailPrice
559
457
  trailPercent
@@ -597,9 +495,6 @@ exports.NewsArticle = {
597
495
  stripeCurrentPeriodEnd
598
496
  createdAt
599
497
  updatedAt
600
- users {
601
- id
602
- }
603
498
  }
604
499
  customerId
605
500
  accounts {
@@ -617,18 +512,12 @@ exports.NewsArticle = {
617
512
  session_state
618
513
  createdAt
619
514
  updatedAt
620
- user {
621
- id
622
- }
623
515
  }
624
516
  sessions {
625
517
  id
626
518
  sessionToken
627
519
  userId
628
520
  expires
629
- user {
630
- id
631
- }
632
521
  createdAt
633
522
  updatedAt
634
523
  }
@@ -638,16 +527,10 @@ exports.NewsArticle = {
638
527
  credentialID
639
528
  publicKey
640
529
  counter
641
- user {
642
- id
643
- }
644
530
  createdAt
645
531
  updatedAt
646
532
  }
647
533
  plan
648
- alpacaAccounts {
649
- id
650
- }
651
534
  }
652
535
  userId
653
536
  createdAt
@@ -667,12 +550,6 @@ exports.NewsArticle = {
667
550
  createdAt
668
551
  updatedAt
669
552
  status
670
- alpacaAccount {
671
- id
672
- }
673
- asset {
674
- id
675
- }
676
553
  actions {
677
554
  id
678
555
  sequence
@@ -681,23 +558,11 @@ exports.NewsArticle = {
681
558
  note
682
559
  status
683
560
  fee
684
- trade {
685
- id
686
- }
687
- order {
688
- id
689
- }
690
561
  }
691
562
  }
692
- orders {
693
- id
694
- }
695
563
  positions {
696
564
  id
697
565
  assetId
698
- asset {
699
- id
700
- }
701
566
  averageEntryPrice
702
567
  qty
703
568
  qtyAvailable
@@ -711,9 +576,6 @@ exports.NewsArticle = {
711
576
  lastTradePrice
712
577
  changeToday
713
578
  assetMarginable
714
- alpacaAccount {
715
- id
716
- }
717
579
  alpacaAccountId
718
580
  }
719
581
  alerts {
@@ -724,9 +586,6 @@ exports.NewsArticle = {
724
586
  isRead
725
587
  createdAt
726
588
  updatedAt
727
- alpacaAccount {
728
- id
729
- }
730
589
  }
731
590
  }
732
591
  action {
@@ -784,9 +643,6 @@ exports.NewsArticle = {
784
643
  stripeCurrentPeriodEnd
785
644
  createdAt
786
645
  updatedAt
787
- users {
788
- id
789
- }
790
646
  }
791
647
  customerId
792
648
  accounts {
@@ -804,18 +660,12 @@ exports.NewsArticle = {
804
660
  session_state
805
661
  createdAt
806
662
  updatedAt
807
- user {
808
- id
809
- }
810
663
  }
811
664
  sessions {
812
665
  id
813
666
  sessionToken
814
667
  userId
815
668
  expires
816
- user {
817
- id
818
- }
819
669
  createdAt
820
670
  updatedAt
821
671
  }
@@ -825,32 +675,17 @@ exports.NewsArticle = {
825
675
  credentialID
826
676
  publicKey
827
677
  counter
828
- user {
829
- id
830
- }
831
678
  createdAt
832
679
  updatedAt
833
680
  }
834
681
  plan
835
- alpacaAccounts {
836
- id
837
- }
838
682
  }
839
683
  userId
840
684
  createdAt
841
685
  updatedAt
842
- trades {
843
- id
844
- }
845
- orders {
846
- id
847
- }
848
686
  positions {
849
687
  id
850
688
  assetId
851
- asset {
852
- id
853
- }
854
689
  averageEntryPrice
855
690
  qty
856
691
  qtyAvailable
@@ -864,9 +699,6 @@ exports.NewsArticle = {
864
699
  lastTradePrice
865
700
  changeToday
866
701
  assetMarginable
867
- alpacaAccount {
868
- id
869
- }
870
702
  alpacaAccountId
871
703
  }
872
704
  alerts {
@@ -877,25 +709,10 @@ exports.NewsArticle = {
877
709
  isRead
878
710
  createdAt
879
711
  updatedAt
880
- alpacaAccount {
881
- id
882
- }
883
712
  }
884
713
  }
885
- asset {
886
- id
887
- }
888
- actions {
889
- id
890
- }
891
- }
892
- order {
893
- id
894
714
  }
895
715
  }
896
- asset {
897
- id
898
- }
899
716
  fee
900
717
  strikePrice
901
718
  expirationDate
@@ -906,9 +723,6 @@ exports.NewsArticle = {
906
723
  positions {
907
724
  id
908
725
  assetId
909
- asset {
910
- id
911
- }
912
726
  averageEntryPrice
913
727
  qty
914
728
  qtyAvailable
@@ -954,9 +768,6 @@ exports.NewsArticle = {
954
768
  stripeCurrentPeriodEnd
955
769
  createdAt
956
770
  updatedAt
957
- users {
958
- id
959
- }
960
771
  }
961
772
  customerId
962
773
  accounts {
@@ -974,18 +785,12 @@ exports.NewsArticle = {
974
785
  session_state
975
786
  createdAt
976
787
  updatedAt
977
- user {
978
- id
979
- }
980
788
  }
981
789
  sessions {
982
790
  id
983
791
  sessionToken
984
792
  userId
985
793
  expires
986
- user {
987
- id
988
- }
989
794
  createdAt
990
795
  updatedAt
991
796
  }
@@ -995,16 +800,10 @@ exports.NewsArticle = {
995
800
  credentialID
996
801
  publicKey
997
802
  counter
998
- user {
999
- id
1000
- }
1001
803
  createdAt
1002
804
  updatedAt
1003
805
  }
1004
806
  plan
1005
- alpacaAccounts {
1006
- id
1007
- }
1008
807
  }
1009
808
  userId
1010
809
  createdAt
@@ -1024,12 +823,6 @@ exports.NewsArticle = {
1024
823
  createdAt
1025
824
  updatedAt
1026
825
  status
1027
- alpacaAccount {
1028
- id
1029
- }
1030
- asset {
1031
- id
1032
- }
1033
826
  actions {
1034
827
  id
1035
828
  sequence
@@ -1038,9 +831,6 @@ exports.NewsArticle = {
1038
831
  note
1039
832
  status
1040
833
  fee
1041
- trade {
1042
- id
1043
- }
1044
834
  order {
1045
835
  id
1046
836
  clientOrderId
@@ -1061,9 +851,6 @@ exports.NewsArticle = {
1061
851
  createdAt
1062
852
  updatedAt
1063
853
  orderId
1064
- Order {
1065
- id
1066
- }
1067
854
  }
1068
855
  takeProfit {
1069
856
  id
@@ -1072,9 +859,6 @@ exports.NewsArticle = {
1072
859
  createdAt
1073
860
  updatedAt
1074
861
  orderId
1075
- Order {
1076
- id
1077
- }
1078
862
  }
1079
863
  trailPrice
1080
864
  trailPercent
@@ -1086,15 +870,6 @@ exports.NewsArticle = {
1086
870
  filledAt
1087
871
  filledAvgPrice
1088
872
  actionId
1089
- alpacaAccount {
1090
- id
1091
- }
1092
- action {
1093
- id
1094
- }
1095
- asset {
1096
- id
1097
- }
1098
873
  fee
1099
874
  strikePrice
1100
875
  expirationDate
@@ -1124,9 +899,6 @@ exports.NewsArticle = {
1124
899
  createdAt
1125
900
  updatedAt
1126
901
  orderId
1127
- Order {
1128
- id
1129
- }
1130
902
  }
1131
903
  takeProfit {
1132
904
  id
@@ -1135,9 +907,6 @@ exports.NewsArticle = {
1135
907
  createdAt
1136
908
  updatedAt
1137
909
  orderId
1138
- Order {
1139
- id
1140
- }
1141
910
  }
1142
911
  trailPrice
1143
912
  trailPercent
@@ -1149,9 +918,6 @@ exports.NewsArticle = {
1149
918
  filledAt
1150
919
  filledAvgPrice
1151
920
  actionId
1152
- alpacaAccount {
1153
- id
1154
- }
1155
921
  action {
1156
922
  id
1157
923
  sequence
@@ -1175,23 +941,8 @@ exports.NewsArticle = {
1175
941
  createdAt
1176
942
  updatedAt
1177
943
  status
1178
- alpacaAccount {
1179
- id
1180
- }
1181
- asset {
1182
- id
1183
- }
1184
- actions {
1185
- id
1186
- }
1187
- }
1188
- order {
1189
- id
1190
944
  }
1191
945
  }
1192
- asset {
1193
- id
1194
- }
1195
946
  fee
1196
947
  strikePrice
1197
948
  expirationDate
@@ -1199,9 +950,6 @@ exports.NewsArticle = {
1199
950
  stopLossId
1200
951
  takeProfitId
1201
952
  }
1202
- positions {
1203
- id
1204
- }
1205
953
  alerts {
1206
954
  id
1207
955
  alpacaAccountId
@@ -1210,16 +958,10 @@ exports.NewsArticle = {
1210
958
  isRead
1211
959
  createdAt
1212
960
  updatedAt
1213
- alpacaAccount {
1214
- id
1215
- }
1216
961
  }
1217
962
  }
1218
963
  alpacaAccountId
1219
964
  }
1220
- newsMentions {
1221
- id
1222
- }
1223
965
  }
1224
966
  relevancyScore
1225
967
  sentimentScore
@@ -1516,9 +1258,6 @@ exports.NewsArticle = {
1516
1258
  assetId
1517
1259
  newsArticleId
1518
1260
  url
1519
- news {
1520
- id
1521
- }
1522
1261
  asset {
1523
1262
  id
1524
1263
  symbol
@@ -1625,9 +1364,6 @@ exports.NewsArticle = {
1625
1364
  stripeCurrentPeriodEnd
1626
1365
  createdAt
1627
1366
  updatedAt
1628
- users {
1629
- id
1630
- }
1631
1367
  }
1632
1368
  customerId
1633
1369
  accounts {
@@ -1645,18 +1381,12 @@ exports.NewsArticle = {
1645
1381
  session_state
1646
1382
  createdAt
1647
1383
  updatedAt
1648
- user {
1649
- id
1650
- }
1651
1384
  }
1652
1385
  sessions {
1653
1386
  id
1654
1387
  sessionToken
1655
1388
  userId
1656
1389
  expires
1657
- user {
1658
- id
1659
- }
1660
1390
  createdAt
1661
1391
  updatedAt
1662
1392
  }
@@ -1666,23 +1396,14 @@ exports.NewsArticle = {
1666
1396
  credentialID
1667
1397
  publicKey
1668
1398
  counter
1669
- user {
1670
- id
1671
- }
1672
1399
  createdAt
1673
1400
  updatedAt
1674
1401
  }
1675
1402
  plan
1676
- alpacaAccounts {
1677
- id
1678
- }
1679
1403
  }
1680
1404
  userId
1681
1405
  createdAt
1682
1406
  updatedAt
1683
- trades {
1684
- id
1685
- }
1686
1407
  orders {
1687
1408
  id
1688
1409
  clientOrderId
@@ -1703,9 +1424,6 @@ exports.NewsArticle = {
1703
1424
  createdAt
1704
1425
  updatedAt
1705
1426
  orderId
1706
- Order {
1707
- id
1708
- }
1709
1427
  }
1710
1428
  takeProfit {
1711
1429
  id
@@ -1714,9 +1432,6 @@ exports.NewsArticle = {
1714
1432
  createdAt
1715
1433
  updatedAt
1716
1434
  orderId
1717
- Order {
1718
- id
1719
- }
1720
1435
  }
1721
1436
  trailPrice
1722
1437
  trailPercent
@@ -1728,9 +1443,6 @@ exports.NewsArticle = {
1728
1443
  filledAt
1729
1444
  filledAvgPrice
1730
1445
  actionId
1731
- alpacaAccount {
1732
- id
1733
- }
1734
1446
  action {
1735
1447
  id
1736
1448
  sequence
@@ -1739,15 +1451,6 @@ exports.NewsArticle = {
1739
1451
  note
1740
1452
  status
1741
1453
  fee
1742
- trade {
1743
- id
1744
- }
1745
- order {
1746
- id
1747
- }
1748
- }
1749
- asset {
1750
- id
1751
1454
  }
1752
1455
  fee
1753
1456
  strikePrice
@@ -1759,9 +1462,6 @@ exports.NewsArticle = {
1759
1462
  positions {
1760
1463
  id
1761
1464
  assetId
1762
- asset {
1763
- id
1764
- }
1765
1465
  averageEntryPrice
1766
1466
  qty
1767
1467
  qtyAvailable
@@ -1775,9 +1475,6 @@ exports.NewsArticle = {
1775
1475
  lastTradePrice
1776
1476
  changeToday
1777
1477
  assetMarginable
1778
- alpacaAccount {
1779
- id
1780
- }
1781
1478
  alpacaAccountId
1782
1479
  }
1783
1480
  alerts {
@@ -1788,14 +1485,8 @@ exports.NewsArticle = {
1788
1485
  isRead
1789
1486
  createdAt
1790
1487
  updatedAt
1791
- alpacaAccount {
1792
- id
1793
- }
1794
1488
  }
1795
1489
  }
1796
- asset {
1797
- id
1798
- }
1799
1490
  actions {
1800
1491
  id
1801
1492
  sequence
@@ -1804,9 +1495,6 @@ exports.NewsArticle = {
1804
1495
  note
1805
1496
  status
1806
1497
  fee
1807
- trade {
1808
- id
1809
- }
1810
1498
  order {
1811
1499
  id
1812
1500
  clientOrderId
@@ -1827,9 +1515,6 @@ exports.NewsArticle = {
1827
1515
  createdAt
1828
1516
  updatedAt
1829
1517
  orderId
1830
- Order {
1831
- id
1832
- }
1833
1518
  }
1834
1519
  takeProfit {
1835
1520
  id
@@ -1838,9 +1523,6 @@ exports.NewsArticle = {
1838
1523
  createdAt
1839
1524
  updatedAt
1840
1525
  orderId
1841
- Order {
1842
- id
1843
- }
1844
1526
  }
1845
1527
  trailPrice
1846
1528
  trailPercent
@@ -1884,9 +1566,6 @@ exports.NewsArticle = {
1884
1566
  stripeCurrentPeriodEnd
1885
1567
  createdAt
1886
1568
  updatedAt
1887
- users {
1888
- id
1889
- }
1890
1569
  }
1891
1570
  customerId
1892
1571
  accounts {
@@ -1904,18 +1583,12 @@ exports.NewsArticle = {
1904
1583
  session_state
1905
1584
  createdAt
1906
1585
  updatedAt
1907
- user {
1908
- id
1909
- }
1910
1586
  }
1911
1587
  sessions {
1912
1588
  id
1913
1589
  sessionToken
1914
1590
  userId
1915
1591
  expires
1916
- user {
1917
- id
1918
- }
1919
1592
  createdAt
1920
1593
  updatedAt
1921
1594
  }
@@ -1925,32 +1598,17 @@ exports.NewsArticle = {
1925
1598
  credentialID
1926
1599
  publicKey
1927
1600
  counter
1928
- user {
1929
- id
1930
- }
1931
1601
  createdAt
1932
1602
  updatedAt
1933
1603
  }
1934
1604
  plan
1935
- alpacaAccounts {
1936
- id
1937
- }
1938
1605
  }
1939
1606
  userId
1940
1607
  createdAt
1941
1608
  updatedAt
1942
- trades {
1943
- id
1944
- }
1945
- orders {
1946
- id
1947
- }
1948
1609
  positions {
1949
1610
  id
1950
1611
  assetId
1951
- asset {
1952
- id
1953
- }
1954
1612
  averageEntryPrice
1955
1613
  qty
1956
1614
  qtyAvailable
@@ -1964,9 +1622,6 @@ exports.NewsArticle = {
1964
1622
  lastTradePrice
1965
1623
  changeToday
1966
1624
  assetMarginable
1967
- alpacaAccount {
1968
- id
1969
- }
1970
1625
  alpacaAccountId
1971
1626
  }
1972
1627
  alerts {
@@ -1977,17 +1632,8 @@ exports.NewsArticle = {
1977
1632
  isRead
1978
1633
  createdAt
1979
1634
  updatedAt
1980
- alpacaAccount {
1981
- id
1982
- }
1983
1635
  }
1984
1636
  }
1985
- action {
1986
- id
1987
- }
1988
- asset {
1989
- id
1990
- }
1991
1637
  fee
1992
1638
  strikePrice
1993
1639
  expirationDate
@@ -2017,9 +1663,6 @@ exports.NewsArticle = {
2017
1663
  createdAt
2018
1664
  updatedAt
2019
1665
  orderId
2020
- Order {
2021
- id
2022
- }
2023
1666
  }
2024
1667
  takeProfit {
2025
1668
  id
@@ -2028,9 +1671,6 @@ exports.NewsArticle = {
2028
1671
  createdAt
2029
1672
  updatedAt
2030
1673
  orderId
2031
- Order {
2032
- id
2033
- }
2034
1674
  }
2035
1675
  trailPrice
2036
1676
  trailPercent
@@ -2074,9 +1714,6 @@ exports.NewsArticle = {
2074
1714
  stripeCurrentPeriodEnd
2075
1715
  createdAt
2076
1716
  updatedAt
2077
- users {
2078
- id
2079
- }
2080
1717
  }
2081
1718
  customerId
2082
1719
  accounts {
@@ -2094,18 +1731,12 @@ exports.NewsArticle = {
2094
1731
  session_state
2095
1732
  createdAt
2096
1733
  updatedAt
2097
- user {
2098
- id
2099
- }
2100
1734
  }
2101
1735
  sessions {
2102
1736
  id
2103
1737
  sessionToken
2104
1738
  userId
2105
1739
  expires
2106
- user {
2107
- id
2108
- }
2109
1740
  createdAt
2110
1741
  updatedAt
2111
1742
  }
@@ -2115,16 +1746,10 @@ exports.NewsArticle = {
2115
1746
  credentialID
2116
1747
  publicKey
2117
1748
  counter
2118
- user {
2119
- id
2120
- }
2121
1749
  createdAt
2122
1750
  updatedAt
2123
1751
  }
2124
1752
  plan
2125
- alpacaAccounts {
2126
- id
2127
- }
2128
1753
  }
2129
1754
  userId
2130
1755
  createdAt
@@ -2144,12 +1769,6 @@ exports.NewsArticle = {
2144
1769
  createdAt
2145
1770
  updatedAt
2146
1771
  status
2147
- alpacaAccount {
2148
- id
2149
- }
2150
- asset {
2151
- id
2152
- }
2153
1772
  actions {
2154
1773
  id
2155
1774
  sequence
@@ -2158,23 +1777,11 @@ exports.NewsArticle = {
2158
1777
  note
2159
1778
  status
2160
1779
  fee
2161
- trade {
2162
- id
2163
- }
2164
- order {
2165
- id
2166
- }
2167
1780
  }
2168
1781
  }
2169
- orders {
2170
- id
2171
- }
2172
1782
  positions {
2173
1783
  id
2174
1784
  assetId
2175
- asset {
2176
- id
2177
- }
2178
1785
  averageEntryPrice
2179
1786
  qty
2180
1787
  qtyAvailable
@@ -2188,9 +1795,6 @@ exports.NewsArticle = {
2188
1795
  lastTradePrice
2189
1796
  changeToday
2190
1797
  assetMarginable
2191
- alpacaAccount {
2192
- id
2193
- }
2194
1798
  alpacaAccountId
2195
1799
  }
2196
1800
  alerts {
@@ -2201,9 +1805,6 @@ exports.NewsArticle = {
2201
1805
  isRead
2202
1806
  createdAt
2203
1807
  updatedAt
2204
- alpacaAccount {
2205
- id
2206
- }
2207
1808
  }
2208
1809
  }
2209
1810
  action {
@@ -2261,9 +1862,6 @@ exports.NewsArticle = {
2261
1862
  stripeCurrentPeriodEnd
2262
1863
  createdAt
2263
1864
  updatedAt
2264
- users {
2265
- id
2266
- }
2267
1865
  }
2268
1866
  customerId
2269
1867
  accounts {
@@ -2281,18 +1879,12 @@ exports.NewsArticle = {
2281
1879
  session_state
2282
1880
  createdAt
2283
1881
  updatedAt
2284
- user {
2285
- id
2286
- }
2287
1882
  }
2288
1883
  sessions {
2289
1884
  id
2290
1885
  sessionToken
2291
1886
  userId
2292
1887
  expires
2293
- user {
2294
- id
2295
- }
2296
1888
  createdAt
2297
1889
  updatedAt
2298
1890
  }
@@ -2302,32 +1894,17 @@ exports.NewsArticle = {
2302
1894
  credentialID
2303
1895
  publicKey
2304
1896
  counter
2305
- user {
2306
- id
2307
- }
2308
1897
  createdAt
2309
1898
  updatedAt
2310
1899
  }
2311
1900
  plan
2312
- alpacaAccounts {
2313
- id
2314
- }
2315
1901
  }
2316
1902
  userId
2317
1903
  createdAt
2318
1904
  updatedAt
2319
- trades {
2320
- id
2321
- }
2322
- orders {
2323
- id
2324
- }
2325
1905
  positions {
2326
1906
  id
2327
1907
  assetId
2328
- asset {
2329
- id
2330
- }
2331
1908
  averageEntryPrice
2332
1909
  qty
2333
1910
  qtyAvailable
@@ -2341,9 +1918,6 @@ exports.NewsArticle = {
2341
1918
  lastTradePrice
2342
1919
  changeToday
2343
1920
  assetMarginable
2344
- alpacaAccount {
2345
- id
2346
- }
2347
1921
  alpacaAccountId
2348
1922
  }
2349
1923
  alerts {
@@ -2354,25 +1928,10 @@ exports.NewsArticle = {
2354
1928
  isRead
2355
1929
  createdAt
2356
1930
  updatedAt
2357
- alpacaAccount {
2358
- id
2359
- }
2360
1931
  }
2361
1932
  }
2362
- asset {
2363
- id
2364
- }
2365
- actions {
2366
- id
2367
- }
2368
- }
2369
- order {
2370
- id
2371
1933
  }
2372
1934
  }
2373
- asset {
2374
- id
2375
- }
2376
1935
  fee
2377
1936
  strikePrice
2378
1937
  expirationDate
@@ -2383,9 +1942,6 @@ exports.NewsArticle = {
2383
1942
  positions {
2384
1943
  id
2385
1944
  assetId
2386
- asset {
2387
- id
2388
- }
2389
1945
  averageEntryPrice
2390
1946
  qty
2391
1947
  qtyAvailable
@@ -2431,9 +1987,6 @@ exports.NewsArticle = {
2431
1987
  stripeCurrentPeriodEnd
2432
1988
  createdAt
2433
1989
  updatedAt
2434
- users {
2435
- id
2436
- }
2437
1990
  }
2438
1991
  customerId
2439
1992
  accounts {
@@ -2451,18 +2004,12 @@ exports.NewsArticle = {
2451
2004
  session_state
2452
2005
  createdAt
2453
2006
  updatedAt
2454
- user {
2455
- id
2456
- }
2457
2007
  }
2458
2008
  sessions {
2459
2009
  id
2460
2010
  sessionToken
2461
2011
  userId
2462
2012
  expires
2463
- user {
2464
- id
2465
- }
2466
2013
  createdAt
2467
2014
  updatedAt
2468
2015
  }
@@ -2472,16 +2019,10 @@ exports.NewsArticle = {
2472
2019
  credentialID
2473
2020
  publicKey
2474
2021
  counter
2475
- user {
2476
- id
2477
- }
2478
2022
  createdAt
2479
2023
  updatedAt
2480
2024
  }
2481
2025
  plan
2482
- alpacaAccounts {
2483
- id
2484
- }
2485
2026
  }
2486
2027
  userId
2487
2028
  createdAt
@@ -2501,12 +2042,6 @@ exports.NewsArticle = {
2501
2042
  createdAt
2502
2043
  updatedAt
2503
2044
  status
2504
- alpacaAccount {
2505
- id
2506
- }
2507
- asset {
2508
- id
2509
- }
2510
2045
  actions {
2511
2046
  id
2512
2047
  sequence
@@ -2515,9 +2050,6 @@ exports.NewsArticle = {
2515
2050
  note
2516
2051
  status
2517
2052
  fee
2518
- trade {
2519
- id
2520
- }
2521
2053
  order {
2522
2054
  id
2523
2055
  clientOrderId
@@ -2538,9 +2070,6 @@ exports.NewsArticle = {
2538
2070
  createdAt
2539
2071
  updatedAt
2540
2072
  orderId
2541
- Order {
2542
- id
2543
- }
2544
2073
  }
2545
2074
  takeProfit {
2546
2075
  id
@@ -2549,9 +2078,6 @@ exports.NewsArticle = {
2549
2078
  createdAt
2550
2079
  updatedAt
2551
2080
  orderId
2552
- Order {
2553
- id
2554
- }
2555
2081
  }
2556
2082
  trailPrice
2557
2083
  trailPercent
@@ -2563,15 +2089,6 @@ exports.NewsArticle = {
2563
2089
  filledAt
2564
2090
  filledAvgPrice
2565
2091
  actionId
2566
- alpacaAccount {
2567
- id
2568
- }
2569
- action {
2570
- id
2571
- }
2572
- asset {
2573
- id
2574
- }
2575
2092
  fee
2576
2093
  strikePrice
2577
2094
  expirationDate
@@ -2601,9 +2118,6 @@ exports.NewsArticle = {
2601
2118
  createdAt
2602
2119
  updatedAt
2603
2120
  orderId
2604
- Order {
2605
- id
2606
- }
2607
2121
  }
2608
2122
  takeProfit {
2609
2123
  id
@@ -2612,9 +2126,6 @@ exports.NewsArticle = {
2612
2126
  createdAt
2613
2127
  updatedAt
2614
2128
  orderId
2615
- Order {
2616
- id
2617
- }
2618
2129
  }
2619
2130
  trailPrice
2620
2131
  trailPercent
@@ -2626,9 +2137,6 @@ exports.NewsArticle = {
2626
2137
  filledAt
2627
2138
  filledAvgPrice
2628
2139
  actionId
2629
- alpacaAccount {
2630
- id
2631
- }
2632
2140
  action {
2633
2141
  id
2634
2142
  sequence
@@ -2652,23 +2160,8 @@ exports.NewsArticle = {
2652
2160
  createdAt
2653
2161
  updatedAt
2654
2162
  status
2655
- alpacaAccount {
2656
- id
2657
- }
2658
- asset {
2659
- id
2660
- }
2661
- actions {
2662
- id
2663
- }
2664
- }
2665
- order {
2666
- id
2667
2163
  }
2668
2164
  }
2669
- asset {
2670
- id
2671
- }
2672
2165
  fee
2673
2166
  strikePrice
2674
2167
  expirationDate
@@ -2676,9 +2169,6 @@ exports.NewsArticle = {
2676
2169
  stopLossId
2677
2170
  takeProfitId
2678
2171
  }
2679
- positions {
2680
- id
2681
- }
2682
2172
  alerts {
2683
2173
  id
2684
2174
  alpacaAccountId
@@ -2687,16 +2177,10 @@ exports.NewsArticle = {
2687
2177
  isRead
2688
2178
  createdAt
2689
2179
  updatedAt
2690
- alpacaAccount {
2691
- id
2692
- }
2693
2180
  }
2694
2181
  }
2695
2182
  alpacaAccountId
2696
2183
  }
2697
- newsMentions {
2698
- id
2699
- }
2700
2184
  }
2701
2185
  relevancyScore
2702
2186
  sentimentScore
@@ -4356,9 +3840,6 @@ exports.NewsArticle = {
4356
3840
  assetId
4357
3841
  newsArticleId
4358
3842
  url
4359
- news {
4360
- id
4361
- }
4362
3843
  asset {
4363
3844
  id
4364
3845
  symbol
@@ -4465,9 +3946,6 @@ exports.NewsArticle = {
4465
3946
  stripeCurrentPeriodEnd
4466
3947
  createdAt
4467
3948
  updatedAt
4468
- users {
4469
- id
4470
- }
4471
3949
  }
4472
3950
  customerId
4473
3951
  accounts {
@@ -4485,18 +3963,12 @@ exports.NewsArticle = {
4485
3963
  session_state
4486
3964
  createdAt
4487
3965
  updatedAt
4488
- user {
4489
- id
4490
- }
4491
3966
  }
4492
3967
  sessions {
4493
3968
  id
4494
3969
  sessionToken
4495
3970
  userId
4496
3971
  expires
4497
- user {
4498
- id
4499
- }
4500
3972
  createdAt
4501
3973
  updatedAt
4502
3974
  }
@@ -4506,23 +3978,14 @@ exports.NewsArticle = {
4506
3978
  credentialID
4507
3979
  publicKey
4508
3980
  counter
4509
- user {
4510
- id
4511
- }
4512
3981
  createdAt
4513
3982
  updatedAt
4514
3983
  }
4515
3984
  plan
4516
- alpacaAccounts {
4517
- id
4518
- }
4519
3985
  }
4520
3986
  userId
4521
3987
  createdAt
4522
3988
  updatedAt
4523
- trades {
4524
- id
4525
- }
4526
3989
  orders {
4527
3990
  id
4528
3991
  clientOrderId
@@ -4543,9 +4006,6 @@ exports.NewsArticle = {
4543
4006
  createdAt
4544
4007
  updatedAt
4545
4008
  orderId
4546
- Order {
4547
- id
4548
- }
4549
4009
  }
4550
4010
  takeProfit {
4551
4011
  id
@@ -4554,9 +4014,6 @@ exports.NewsArticle = {
4554
4014
  createdAt
4555
4015
  updatedAt
4556
4016
  orderId
4557
- Order {
4558
- id
4559
- }
4560
4017
  }
4561
4018
  trailPrice
4562
4019
  trailPercent
@@ -4568,9 +4025,6 @@ exports.NewsArticle = {
4568
4025
  filledAt
4569
4026
  filledAvgPrice
4570
4027
  actionId
4571
- alpacaAccount {
4572
- id
4573
- }
4574
4028
  action {
4575
4029
  id
4576
4030
  sequence
@@ -4579,15 +4033,6 @@ exports.NewsArticle = {
4579
4033
  note
4580
4034
  status
4581
4035
  fee
4582
- trade {
4583
- id
4584
- }
4585
- order {
4586
- id
4587
- }
4588
- }
4589
- asset {
4590
- id
4591
4036
  }
4592
4037
  fee
4593
4038
  strikePrice
@@ -4599,9 +4044,6 @@ exports.NewsArticle = {
4599
4044
  positions {
4600
4045
  id
4601
4046
  assetId
4602
- asset {
4603
- id
4604
- }
4605
4047
  averageEntryPrice
4606
4048
  qty
4607
4049
  qtyAvailable
@@ -4615,9 +4057,6 @@ exports.NewsArticle = {
4615
4057
  lastTradePrice
4616
4058
  changeToday
4617
4059
  assetMarginable
4618
- alpacaAccount {
4619
- id
4620
- }
4621
4060
  alpacaAccountId
4622
4061
  }
4623
4062
  alerts {
@@ -4628,14 +4067,8 @@ exports.NewsArticle = {
4628
4067
  isRead
4629
4068
  createdAt
4630
4069
  updatedAt
4631
- alpacaAccount {
4632
- id
4633
- }
4634
4070
  }
4635
4071
  }
4636
- asset {
4637
- id
4638
- }
4639
4072
  actions {
4640
4073
  id
4641
4074
  sequence
@@ -4644,9 +4077,6 @@ exports.NewsArticle = {
4644
4077
  note
4645
4078
  status
4646
4079
  fee
4647
- trade {
4648
- id
4649
- }
4650
4080
  order {
4651
4081
  id
4652
4082
  clientOrderId
@@ -4667,9 +4097,6 @@ exports.NewsArticle = {
4667
4097
  createdAt
4668
4098
  updatedAt
4669
4099
  orderId
4670
- Order {
4671
- id
4672
- }
4673
4100
  }
4674
4101
  takeProfit {
4675
4102
  id
@@ -4678,9 +4105,6 @@ exports.NewsArticle = {
4678
4105
  createdAt
4679
4106
  updatedAt
4680
4107
  orderId
4681
- Order {
4682
- id
4683
- }
4684
4108
  }
4685
4109
  trailPrice
4686
4110
  trailPercent
@@ -4724,9 +4148,6 @@ exports.NewsArticle = {
4724
4148
  stripeCurrentPeriodEnd
4725
4149
  createdAt
4726
4150
  updatedAt
4727
- users {
4728
- id
4729
- }
4730
4151
  }
4731
4152
  customerId
4732
4153
  accounts {
@@ -4744,18 +4165,12 @@ exports.NewsArticle = {
4744
4165
  session_state
4745
4166
  createdAt
4746
4167
  updatedAt
4747
- user {
4748
- id
4749
- }
4750
4168
  }
4751
4169
  sessions {
4752
4170
  id
4753
4171
  sessionToken
4754
4172
  userId
4755
4173
  expires
4756
- user {
4757
- id
4758
- }
4759
4174
  createdAt
4760
4175
  updatedAt
4761
4176
  }
@@ -4765,32 +4180,17 @@ exports.NewsArticle = {
4765
4180
  credentialID
4766
4181
  publicKey
4767
4182
  counter
4768
- user {
4769
- id
4770
- }
4771
4183
  createdAt
4772
4184
  updatedAt
4773
4185
  }
4774
4186
  plan
4775
- alpacaAccounts {
4776
- id
4777
- }
4778
4187
  }
4779
4188
  userId
4780
4189
  createdAt
4781
4190
  updatedAt
4782
- trades {
4783
- id
4784
- }
4785
- orders {
4786
- id
4787
- }
4788
4191
  positions {
4789
4192
  id
4790
4193
  assetId
4791
- asset {
4792
- id
4793
- }
4794
4194
  averageEntryPrice
4795
4195
  qty
4796
4196
  qtyAvailable
@@ -4804,9 +4204,6 @@ exports.NewsArticle = {
4804
4204
  lastTradePrice
4805
4205
  changeToday
4806
4206
  assetMarginable
4807
- alpacaAccount {
4808
- id
4809
- }
4810
4207
  alpacaAccountId
4811
4208
  }
4812
4209
  alerts {
@@ -4817,17 +4214,8 @@ exports.NewsArticle = {
4817
4214
  isRead
4818
4215
  createdAt
4819
4216
  updatedAt
4820
- alpacaAccount {
4821
- id
4822
- }
4823
4217
  }
4824
4218
  }
4825
- action {
4826
- id
4827
- }
4828
- asset {
4829
- id
4830
- }
4831
4219
  fee
4832
4220
  strikePrice
4833
4221
  expirationDate
@@ -4857,9 +4245,6 @@ exports.NewsArticle = {
4857
4245
  createdAt
4858
4246
  updatedAt
4859
4247
  orderId
4860
- Order {
4861
- id
4862
- }
4863
4248
  }
4864
4249
  takeProfit {
4865
4250
  id
@@ -4868,9 +4253,6 @@ exports.NewsArticle = {
4868
4253
  createdAt
4869
4254
  updatedAt
4870
4255
  orderId
4871
- Order {
4872
- id
4873
- }
4874
4256
  }
4875
4257
  trailPrice
4876
4258
  trailPercent
@@ -4914,9 +4296,6 @@ exports.NewsArticle = {
4914
4296
  stripeCurrentPeriodEnd
4915
4297
  createdAt
4916
4298
  updatedAt
4917
- users {
4918
- id
4919
- }
4920
4299
  }
4921
4300
  customerId
4922
4301
  accounts {
@@ -4934,18 +4313,12 @@ exports.NewsArticle = {
4934
4313
  session_state
4935
4314
  createdAt
4936
4315
  updatedAt
4937
- user {
4938
- id
4939
- }
4940
4316
  }
4941
4317
  sessions {
4942
4318
  id
4943
4319
  sessionToken
4944
4320
  userId
4945
4321
  expires
4946
- user {
4947
- id
4948
- }
4949
4322
  createdAt
4950
4323
  updatedAt
4951
4324
  }
@@ -4955,16 +4328,10 @@ exports.NewsArticle = {
4955
4328
  credentialID
4956
4329
  publicKey
4957
4330
  counter
4958
- user {
4959
- id
4960
- }
4961
4331
  createdAt
4962
4332
  updatedAt
4963
4333
  }
4964
4334
  plan
4965
- alpacaAccounts {
4966
- id
4967
- }
4968
4335
  }
4969
4336
  userId
4970
4337
  createdAt
@@ -4984,12 +4351,6 @@ exports.NewsArticle = {
4984
4351
  createdAt
4985
4352
  updatedAt
4986
4353
  status
4987
- alpacaAccount {
4988
- id
4989
- }
4990
- asset {
4991
- id
4992
- }
4993
4354
  actions {
4994
4355
  id
4995
4356
  sequence
@@ -4998,23 +4359,11 @@ exports.NewsArticle = {
4998
4359
  note
4999
4360
  status
5000
4361
  fee
5001
- trade {
5002
- id
5003
- }
5004
- order {
5005
- id
5006
- }
5007
4362
  }
5008
4363
  }
5009
- orders {
5010
- id
5011
- }
5012
4364
  positions {
5013
4365
  id
5014
4366
  assetId
5015
- asset {
5016
- id
5017
- }
5018
4367
  averageEntryPrice
5019
4368
  qty
5020
4369
  qtyAvailable
@@ -5028,9 +4377,6 @@ exports.NewsArticle = {
5028
4377
  lastTradePrice
5029
4378
  changeToday
5030
4379
  assetMarginable
5031
- alpacaAccount {
5032
- id
5033
- }
5034
4380
  alpacaAccountId
5035
4381
  }
5036
4382
  alerts {
@@ -5041,9 +4387,6 @@ exports.NewsArticle = {
5041
4387
  isRead
5042
4388
  createdAt
5043
4389
  updatedAt
5044
- alpacaAccount {
5045
- id
5046
- }
5047
4390
  }
5048
4391
  }
5049
4392
  action {
@@ -5101,9 +4444,6 @@ exports.NewsArticle = {
5101
4444
  stripeCurrentPeriodEnd
5102
4445
  createdAt
5103
4446
  updatedAt
5104
- users {
5105
- id
5106
- }
5107
4447
  }
5108
4448
  customerId
5109
4449
  accounts {
@@ -5121,18 +4461,12 @@ exports.NewsArticle = {
5121
4461
  session_state
5122
4462
  createdAt
5123
4463
  updatedAt
5124
- user {
5125
- id
5126
- }
5127
4464
  }
5128
4465
  sessions {
5129
4466
  id
5130
4467
  sessionToken
5131
4468
  userId
5132
4469
  expires
5133
- user {
5134
- id
5135
- }
5136
4470
  createdAt
5137
4471
  updatedAt
5138
4472
  }
@@ -5142,32 +4476,17 @@ exports.NewsArticle = {
5142
4476
  credentialID
5143
4477
  publicKey
5144
4478
  counter
5145
- user {
5146
- id
5147
- }
5148
4479
  createdAt
5149
4480
  updatedAt
5150
4481
  }
5151
4482
  plan
5152
- alpacaAccounts {
5153
- id
5154
- }
5155
4483
  }
5156
4484
  userId
5157
4485
  createdAt
5158
4486
  updatedAt
5159
- trades {
5160
- id
5161
- }
5162
- orders {
5163
- id
5164
- }
5165
4487
  positions {
5166
4488
  id
5167
4489
  assetId
5168
- asset {
5169
- id
5170
- }
5171
4490
  averageEntryPrice
5172
4491
  qty
5173
4492
  qtyAvailable
@@ -5181,9 +4500,6 @@ exports.NewsArticle = {
5181
4500
  lastTradePrice
5182
4501
  changeToday
5183
4502
  assetMarginable
5184
- alpacaAccount {
5185
- id
5186
- }
5187
4503
  alpacaAccountId
5188
4504
  }
5189
4505
  alerts {
@@ -5194,25 +4510,10 @@ exports.NewsArticle = {
5194
4510
  isRead
5195
4511
  createdAt
5196
4512
  updatedAt
5197
- alpacaAccount {
5198
- id
5199
- }
5200
4513
  }
5201
4514
  }
5202
- asset {
5203
- id
5204
- }
5205
- actions {
5206
- id
5207
- }
5208
- }
5209
- order {
5210
- id
5211
4515
  }
5212
4516
  }
5213
- asset {
5214
- id
5215
- }
5216
4517
  fee
5217
4518
  strikePrice
5218
4519
  expirationDate
@@ -5223,9 +4524,6 @@ exports.NewsArticle = {
5223
4524
  positions {
5224
4525
  id
5225
4526
  assetId
5226
- asset {
5227
- id
5228
- }
5229
4527
  averageEntryPrice
5230
4528
  qty
5231
4529
  qtyAvailable
@@ -5271,9 +4569,6 @@ exports.NewsArticle = {
5271
4569
  stripeCurrentPeriodEnd
5272
4570
  createdAt
5273
4571
  updatedAt
5274
- users {
5275
- id
5276
- }
5277
4572
  }
5278
4573
  customerId
5279
4574
  accounts {
@@ -5291,18 +4586,12 @@ exports.NewsArticle = {
5291
4586
  session_state
5292
4587
  createdAt
5293
4588
  updatedAt
5294
- user {
5295
- id
5296
- }
5297
4589
  }
5298
4590
  sessions {
5299
4591
  id
5300
4592
  sessionToken
5301
4593
  userId
5302
4594
  expires
5303
- user {
5304
- id
5305
- }
5306
4595
  createdAt
5307
4596
  updatedAt
5308
4597
  }
@@ -5312,16 +4601,10 @@ exports.NewsArticle = {
5312
4601
  credentialID
5313
4602
  publicKey
5314
4603
  counter
5315
- user {
5316
- id
5317
- }
5318
4604
  createdAt
5319
4605
  updatedAt
5320
4606
  }
5321
4607
  plan
5322
- alpacaAccounts {
5323
- id
5324
- }
5325
4608
  }
5326
4609
  userId
5327
4610
  createdAt
@@ -5341,13 +4624,7 @@ exports.NewsArticle = {
5341
4624
  createdAt
5342
4625
  updatedAt
5343
4626
  status
5344
- alpacaAccount {
5345
- id
5346
- }
5347
- asset {
5348
- id
5349
- }
5350
- actions {
4627
+ actions {
5351
4628
  id
5352
4629
  sequence
5353
4630
  tradeId
@@ -5355,9 +4632,6 @@ exports.NewsArticle = {
5355
4632
  note
5356
4633
  status
5357
4634
  fee
5358
- trade {
5359
- id
5360
- }
5361
4635
  order {
5362
4636
  id
5363
4637
  clientOrderId
@@ -5378,9 +4652,6 @@ exports.NewsArticle = {
5378
4652
  createdAt
5379
4653
  updatedAt
5380
4654
  orderId
5381
- Order {
5382
- id
5383
- }
5384
4655
  }
5385
4656
  takeProfit {
5386
4657
  id
@@ -5389,9 +4660,6 @@ exports.NewsArticle = {
5389
4660
  createdAt
5390
4661
  updatedAt
5391
4662
  orderId
5392
- Order {
5393
- id
5394
- }
5395
4663
  }
5396
4664
  trailPrice
5397
4665
  trailPercent
@@ -5403,15 +4671,6 @@ exports.NewsArticle = {
5403
4671
  filledAt
5404
4672
  filledAvgPrice
5405
4673
  actionId
5406
- alpacaAccount {
5407
- id
5408
- }
5409
- action {
5410
- id
5411
- }
5412
- asset {
5413
- id
5414
- }
5415
4674
  fee
5416
4675
  strikePrice
5417
4676
  expirationDate
@@ -5441,9 +4700,6 @@ exports.NewsArticle = {
5441
4700
  createdAt
5442
4701
  updatedAt
5443
4702
  orderId
5444
- Order {
5445
- id
5446
- }
5447
4703
  }
5448
4704
  takeProfit {
5449
4705
  id
@@ -5452,9 +4708,6 @@ exports.NewsArticle = {
5452
4708
  createdAt
5453
4709
  updatedAt
5454
4710
  orderId
5455
- Order {
5456
- id
5457
- }
5458
4711
  }
5459
4712
  trailPrice
5460
4713
  trailPercent
@@ -5466,9 +4719,6 @@ exports.NewsArticle = {
5466
4719
  filledAt
5467
4720
  filledAvgPrice
5468
4721
  actionId
5469
- alpacaAccount {
5470
- id
5471
- }
5472
4722
  action {
5473
4723
  id
5474
4724
  sequence
@@ -5492,23 +4742,8 @@ exports.NewsArticle = {
5492
4742
  createdAt
5493
4743
  updatedAt
5494
4744
  status
5495
- alpacaAccount {
5496
- id
5497
- }
5498
- asset {
5499
- id
5500
- }
5501
- actions {
5502
- id
5503
- }
5504
- }
5505
- order {
5506
- id
5507
4745
  }
5508
4746
  }
5509
- asset {
5510
- id
5511
- }
5512
4747
  fee
5513
4748
  strikePrice
5514
4749
  expirationDate
@@ -5516,9 +4751,6 @@ exports.NewsArticle = {
5516
4751
  stopLossId
5517
4752
  takeProfitId
5518
4753
  }
5519
- positions {
5520
- id
5521
- }
5522
4754
  alerts {
5523
4755
  id
5524
4756
  alpacaAccountId
@@ -5527,16 +4759,10 @@ exports.NewsArticle = {
5527
4759
  isRead
5528
4760
  createdAt
5529
4761
  updatedAt
5530
- alpacaAccount {
5531
- id
5532
- }
5533
4762
  }
5534
4763
  }
5535
4764
  alpacaAccountId
5536
4765
  }
5537
- newsMentions {
5538
- id
5539
- }
5540
4766
  }
5541
4767
  relevancyScore
5542
4768
  sentimentScore
@@ -5598,9 +4824,6 @@ exports.NewsArticle = {
5598
4824
  assetId
5599
4825
  newsArticleId
5600
4826
  url
5601
- news {
5602
- id
5603
- }
5604
4827
  asset {
5605
4828
  id
5606
4829
  symbol
@@ -5707,9 +4930,6 @@ exports.NewsArticle = {
5707
4930
  stripeCurrentPeriodEnd
5708
4931
  createdAt
5709
4932
  updatedAt
5710
- users {
5711
- id
5712
- }
5713
4933
  }
5714
4934
  customerId
5715
4935
  accounts {
@@ -5727,18 +4947,12 @@ exports.NewsArticle = {
5727
4947
  session_state
5728
4948
  createdAt
5729
4949
  updatedAt
5730
- user {
5731
- id
5732
- }
5733
4950
  }
5734
4951
  sessions {
5735
4952
  id
5736
4953
  sessionToken
5737
4954
  userId
5738
4955
  expires
5739
- user {
5740
- id
5741
- }
5742
4956
  createdAt
5743
4957
  updatedAt
5744
4958
  }
@@ -5748,23 +4962,14 @@ exports.NewsArticle = {
5748
4962
  credentialID
5749
4963
  publicKey
5750
4964
  counter
5751
- user {
5752
- id
5753
- }
5754
4965
  createdAt
5755
4966
  updatedAt
5756
4967
  }
5757
4968
  plan
5758
- alpacaAccounts {
5759
- id
5760
- }
5761
4969
  }
5762
4970
  userId
5763
4971
  createdAt
5764
4972
  updatedAt
5765
- trades {
5766
- id
5767
- }
5768
4973
  orders {
5769
4974
  id
5770
4975
  clientOrderId
@@ -5785,9 +4990,6 @@ exports.NewsArticle = {
5785
4990
  createdAt
5786
4991
  updatedAt
5787
4992
  orderId
5788
- Order {
5789
- id
5790
- }
5791
4993
  }
5792
4994
  takeProfit {
5793
4995
  id
@@ -5796,9 +4998,6 @@ exports.NewsArticle = {
5796
4998
  createdAt
5797
4999
  updatedAt
5798
5000
  orderId
5799
- Order {
5800
- id
5801
- }
5802
5001
  }
5803
5002
  trailPrice
5804
5003
  trailPercent
@@ -5810,9 +5009,6 @@ exports.NewsArticle = {
5810
5009
  filledAt
5811
5010
  filledAvgPrice
5812
5011
  actionId
5813
- alpacaAccount {
5814
- id
5815
- }
5816
5012
  action {
5817
5013
  id
5818
5014
  sequence
@@ -5821,15 +5017,6 @@ exports.NewsArticle = {
5821
5017
  note
5822
5018
  status
5823
5019
  fee
5824
- trade {
5825
- id
5826
- }
5827
- order {
5828
- id
5829
- }
5830
- }
5831
- asset {
5832
- id
5833
5020
  }
5834
5021
  fee
5835
5022
  strikePrice
@@ -5841,9 +5028,6 @@ exports.NewsArticle = {
5841
5028
  positions {
5842
5029
  id
5843
5030
  assetId
5844
- asset {
5845
- id
5846
- }
5847
5031
  averageEntryPrice
5848
5032
  qty
5849
5033
  qtyAvailable
@@ -5857,9 +5041,6 @@ exports.NewsArticle = {
5857
5041
  lastTradePrice
5858
5042
  changeToday
5859
5043
  assetMarginable
5860
- alpacaAccount {
5861
- id
5862
- }
5863
5044
  alpacaAccountId
5864
5045
  }
5865
5046
  alerts {
@@ -5870,14 +5051,8 @@ exports.NewsArticle = {
5870
5051
  isRead
5871
5052
  createdAt
5872
5053
  updatedAt
5873
- alpacaAccount {
5874
- id
5875
- }
5876
5054
  }
5877
5055
  }
5878
- asset {
5879
- id
5880
- }
5881
5056
  actions {
5882
5057
  id
5883
5058
  sequence
@@ -5886,9 +5061,6 @@ exports.NewsArticle = {
5886
5061
  note
5887
5062
  status
5888
5063
  fee
5889
- trade {
5890
- id
5891
- }
5892
5064
  order {
5893
5065
  id
5894
5066
  clientOrderId
@@ -5909,9 +5081,6 @@ exports.NewsArticle = {
5909
5081
  createdAt
5910
5082
  updatedAt
5911
5083
  orderId
5912
- Order {
5913
- id
5914
- }
5915
5084
  }
5916
5085
  takeProfit {
5917
5086
  id
@@ -5920,9 +5089,6 @@ exports.NewsArticle = {
5920
5089
  createdAt
5921
5090
  updatedAt
5922
5091
  orderId
5923
- Order {
5924
- id
5925
- }
5926
5092
  }
5927
5093
  trailPrice
5928
5094
  trailPercent
@@ -5966,9 +5132,6 @@ exports.NewsArticle = {
5966
5132
  stripeCurrentPeriodEnd
5967
5133
  createdAt
5968
5134
  updatedAt
5969
- users {
5970
- id
5971
- }
5972
5135
  }
5973
5136
  customerId
5974
5137
  accounts {
@@ -5986,18 +5149,12 @@ exports.NewsArticle = {
5986
5149
  session_state
5987
5150
  createdAt
5988
5151
  updatedAt
5989
- user {
5990
- id
5991
- }
5992
5152
  }
5993
5153
  sessions {
5994
5154
  id
5995
5155
  sessionToken
5996
5156
  userId
5997
5157
  expires
5998
- user {
5999
- id
6000
- }
6001
5158
  createdAt
6002
5159
  updatedAt
6003
5160
  }
@@ -6007,32 +5164,17 @@ exports.NewsArticle = {
6007
5164
  credentialID
6008
5165
  publicKey
6009
5166
  counter
6010
- user {
6011
- id
6012
- }
6013
5167
  createdAt
6014
5168
  updatedAt
6015
5169
  }
6016
5170
  plan
6017
- alpacaAccounts {
6018
- id
6019
- }
6020
5171
  }
6021
5172
  userId
6022
5173
  createdAt
6023
5174
  updatedAt
6024
- trades {
6025
- id
6026
- }
6027
- orders {
6028
- id
6029
- }
6030
5175
  positions {
6031
5176
  id
6032
5177
  assetId
6033
- asset {
6034
- id
6035
- }
6036
5178
  averageEntryPrice
6037
5179
  qty
6038
5180
  qtyAvailable
@@ -6046,9 +5188,6 @@ exports.NewsArticle = {
6046
5188
  lastTradePrice
6047
5189
  changeToday
6048
5190
  assetMarginable
6049
- alpacaAccount {
6050
- id
6051
- }
6052
5191
  alpacaAccountId
6053
5192
  }
6054
5193
  alerts {
@@ -6059,17 +5198,8 @@ exports.NewsArticle = {
6059
5198
  isRead
6060
5199
  createdAt
6061
5200
  updatedAt
6062
- alpacaAccount {
6063
- id
6064
- }
6065
5201
  }
6066
5202
  }
6067
- action {
6068
- id
6069
- }
6070
- asset {
6071
- id
6072
- }
6073
5203
  fee
6074
5204
  strikePrice
6075
5205
  expirationDate
@@ -6099,9 +5229,6 @@ exports.NewsArticle = {
6099
5229
  createdAt
6100
5230
  updatedAt
6101
5231
  orderId
6102
- Order {
6103
- id
6104
- }
6105
5232
  }
6106
5233
  takeProfit {
6107
5234
  id
@@ -6110,9 +5237,6 @@ exports.NewsArticle = {
6110
5237
  createdAt
6111
5238
  updatedAt
6112
5239
  orderId
6113
- Order {
6114
- id
6115
- }
6116
5240
  }
6117
5241
  trailPrice
6118
5242
  trailPercent
@@ -6156,9 +5280,6 @@ exports.NewsArticle = {
6156
5280
  stripeCurrentPeriodEnd
6157
5281
  createdAt
6158
5282
  updatedAt
6159
- users {
6160
- id
6161
- }
6162
5283
  }
6163
5284
  customerId
6164
5285
  accounts {
@@ -6176,18 +5297,12 @@ exports.NewsArticle = {
6176
5297
  session_state
6177
5298
  createdAt
6178
5299
  updatedAt
6179
- user {
6180
- id
6181
- }
6182
5300
  }
6183
5301
  sessions {
6184
5302
  id
6185
5303
  sessionToken
6186
5304
  userId
6187
5305
  expires
6188
- user {
6189
- id
6190
- }
6191
5306
  createdAt
6192
5307
  updatedAt
6193
5308
  }
@@ -6197,16 +5312,10 @@ exports.NewsArticle = {
6197
5312
  credentialID
6198
5313
  publicKey
6199
5314
  counter
6200
- user {
6201
- id
6202
- }
6203
5315
  createdAt
6204
5316
  updatedAt
6205
5317
  }
6206
5318
  plan
6207
- alpacaAccounts {
6208
- id
6209
- }
6210
5319
  }
6211
5320
  userId
6212
5321
  createdAt
@@ -6226,12 +5335,6 @@ exports.NewsArticle = {
6226
5335
  createdAt
6227
5336
  updatedAt
6228
5337
  status
6229
- alpacaAccount {
6230
- id
6231
- }
6232
- asset {
6233
- id
6234
- }
6235
5338
  actions {
6236
5339
  id
6237
5340
  sequence
@@ -6240,23 +5343,11 @@ exports.NewsArticle = {
6240
5343
  note
6241
5344
  status
6242
5345
  fee
6243
- trade {
6244
- id
6245
- }
6246
- order {
6247
- id
6248
- }
6249
5346
  }
6250
5347
  }
6251
- orders {
6252
- id
6253
- }
6254
5348
  positions {
6255
5349
  id
6256
5350
  assetId
6257
- asset {
6258
- id
6259
- }
6260
5351
  averageEntryPrice
6261
5352
  qty
6262
5353
  qtyAvailable
@@ -6270,9 +5361,6 @@ exports.NewsArticle = {
6270
5361
  lastTradePrice
6271
5362
  changeToday
6272
5363
  assetMarginable
6273
- alpacaAccount {
6274
- id
6275
- }
6276
5364
  alpacaAccountId
6277
5365
  }
6278
5366
  alerts {
@@ -6283,9 +5371,6 @@ exports.NewsArticle = {
6283
5371
  isRead
6284
5372
  createdAt
6285
5373
  updatedAt
6286
- alpacaAccount {
6287
- id
6288
- }
6289
5374
  }
6290
5375
  }
6291
5376
  action {
@@ -6343,9 +5428,6 @@ exports.NewsArticle = {
6343
5428
  stripeCurrentPeriodEnd
6344
5429
  createdAt
6345
5430
  updatedAt
6346
- users {
6347
- id
6348
- }
6349
5431
  }
6350
5432
  customerId
6351
5433
  accounts {
@@ -6363,18 +5445,12 @@ exports.NewsArticle = {
6363
5445
  session_state
6364
5446
  createdAt
6365
5447
  updatedAt
6366
- user {
6367
- id
6368
- }
6369
5448
  }
6370
5449
  sessions {
6371
5450
  id
6372
5451
  sessionToken
6373
5452
  userId
6374
5453
  expires
6375
- user {
6376
- id
6377
- }
6378
5454
  createdAt
6379
5455
  updatedAt
6380
5456
  }
@@ -6384,32 +5460,17 @@ exports.NewsArticle = {
6384
5460
  credentialID
6385
5461
  publicKey
6386
5462
  counter
6387
- user {
6388
- id
6389
- }
6390
5463
  createdAt
6391
5464
  updatedAt
6392
5465
  }
6393
5466
  plan
6394
- alpacaAccounts {
6395
- id
6396
- }
6397
5467
  }
6398
5468
  userId
6399
5469
  createdAt
6400
5470
  updatedAt
6401
- trades {
6402
- id
6403
- }
6404
- orders {
6405
- id
6406
- }
6407
5471
  positions {
6408
5472
  id
6409
5473
  assetId
6410
- asset {
6411
- id
6412
- }
6413
5474
  averageEntryPrice
6414
5475
  qty
6415
5476
  qtyAvailable
@@ -6423,9 +5484,6 @@ exports.NewsArticle = {
6423
5484
  lastTradePrice
6424
5485
  changeToday
6425
5486
  assetMarginable
6426
- alpacaAccount {
6427
- id
6428
- }
6429
5487
  alpacaAccountId
6430
5488
  }
6431
5489
  alerts {
@@ -6436,25 +5494,10 @@ exports.NewsArticle = {
6436
5494
  isRead
6437
5495
  createdAt
6438
5496
  updatedAt
6439
- alpacaAccount {
6440
- id
6441
- }
6442
5497
  }
6443
5498
  }
6444
- asset {
6445
- id
6446
- }
6447
- actions {
6448
- id
6449
- }
6450
- }
6451
- order {
6452
- id
6453
5499
  }
6454
5500
  }
6455
- asset {
6456
- id
6457
- }
6458
5501
  fee
6459
5502
  strikePrice
6460
5503
  expirationDate
@@ -6465,9 +5508,6 @@ exports.NewsArticle = {
6465
5508
  positions {
6466
5509
  id
6467
5510
  assetId
6468
- asset {
6469
- id
6470
- }
6471
5511
  averageEntryPrice
6472
5512
  qty
6473
5513
  qtyAvailable
@@ -6513,9 +5553,6 @@ exports.NewsArticle = {
6513
5553
  stripeCurrentPeriodEnd
6514
5554
  createdAt
6515
5555
  updatedAt
6516
- users {
6517
- id
6518
- }
6519
5556
  }
6520
5557
  customerId
6521
5558
  accounts {
@@ -6533,18 +5570,12 @@ exports.NewsArticle = {
6533
5570
  session_state
6534
5571
  createdAt
6535
5572
  updatedAt
6536
- user {
6537
- id
6538
- }
6539
5573
  }
6540
5574
  sessions {
6541
5575
  id
6542
5576
  sessionToken
6543
5577
  userId
6544
5578
  expires
6545
- user {
6546
- id
6547
- }
6548
5579
  createdAt
6549
5580
  updatedAt
6550
5581
  }
@@ -6554,16 +5585,10 @@ exports.NewsArticle = {
6554
5585
  credentialID
6555
5586
  publicKey
6556
5587
  counter
6557
- user {
6558
- id
6559
- }
6560
5588
  createdAt
6561
5589
  updatedAt
6562
5590
  }
6563
5591
  plan
6564
- alpacaAccounts {
6565
- id
6566
- }
6567
5592
  }
6568
5593
  userId
6569
5594
  createdAt
@@ -6583,12 +5608,6 @@ exports.NewsArticle = {
6583
5608
  createdAt
6584
5609
  updatedAt
6585
5610
  status
6586
- alpacaAccount {
6587
- id
6588
- }
6589
- asset {
6590
- id
6591
- }
6592
5611
  actions {
6593
5612
  id
6594
5613
  sequence
@@ -6597,9 +5616,6 @@ exports.NewsArticle = {
6597
5616
  note
6598
5617
  status
6599
5618
  fee
6600
- trade {
6601
- id
6602
- }
6603
5619
  order {
6604
5620
  id
6605
5621
  clientOrderId
@@ -6620,9 +5636,6 @@ exports.NewsArticle = {
6620
5636
  createdAt
6621
5637
  updatedAt
6622
5638
  orderId
6623
- Order {
6624
- id
6625
- }
6626
5639
  }
6627
5640
  takeProfit {
6628
5641
  id
@@ -6631,9 +5644,6 @@ exports.NewsArticle = {
6631
5644
  createdAt
6632
5645
  updatedAt
6633
5646
  orderId
6634
- Order {
6635
- id
6636
- }
6637
5647
  }
6638
5648
  trailPrice
6639
5649
  trailPercent
@@ -6645,15 +5655,6 @@ exports.NewsArticle = {
6645
5655
  filledAt
6646
5656
  filledAvgPrice
6647
5657
  actionId
6648
- alpacaAccount {
6649
- id
6650
- }
6651
- action {
6652
- id
6653
- }
6654
- asset {
6655
- id
6656
- }
6657
5658
  fee
6658
5659
  strikePrice
6659
5660
  expirationDate
@@ -6683,9 +5684,6 @@ exports.NewsArticle = {
6683
5684
  createdAt
6684
5685
  updatedAt
6685
5686
  orderId
6686
- Order {
6687
- id
6688
- }
6689
5687
  }
6690
5688
  takeProfit {
6691
5689
  id
@@ -6694,9 +5692,6 @@ exports.NewsArticle = {
6694
5692
  createdAt
6695
5693
  updatedAt
6696
5694
  orderId
6697
- Order {
6698
- id
6699
- }
6700
5695
  }
6701
5696
  trailPrice
6702
5697
  trailPercent
@@ -6708,9 +5703,6 @@ exports.NewsArticle = {
6708
5703
  filledAt
6709
5704
  filledAvgPrice
6710
5705
  actionId
6711
- alpacaAccount {
6712
- id
6713
- }
6714
5706
  action {
6715
5707
  id
6716
5708
  sequence
@@ -6734,23 +5726,8 @@ exports.NewsArticle = {
6734
5726
  createdAt
6735
5727
  updatedAt
6736
5728
  status
6737
- alpacaAccount {
6738
- id
6739
- }
6740
- asset {
6741
- id
6742
- }
6743
- actions {
6744
- id
6745
- }
6746
- }
6747
- order {
6748
- id
6749
5729
  }
6750
5730
  }
6751
- asset {
6752
- id
6753
- }
6754
5731
  fee
6755
5732
  strikePrice
6756
5733
  expirationDate
@@ -6758,9 +5735,6 @@ exports.NewsArticle = {
6758
5735
  stopLossId
6759
5736
  takeProfitId
6760
5737
  }
6761
- positions {
6762
- id
6763
- }
6764
5738
  alerts {
6765
5739
  id
6766
5740
  alpacaAccountId
@@ -6769,16 +5743,10 @@ exports.NewsArticle = {
6769
5743
  isRead
6770
5744
  createdAt
6771
5745
  updatedAt
6772
- alpacaAccount {
6773
- id
6774
- }
6775
5746
  }
6776
5747
  }
6777
5748
  alpacaAccountId
6778
5749
  }
6779
- newsMentions {
6780
- id
6781
- }
6782
5750
  }
6783
5751
  relevancyScore
6784
5752
  sentimentScore
@@ -6843,9 +5811,6 @@ exports.NewsArticle = {
6843
5811
  assetId
6844
5812
  newsArticleId
6845
5813
  url
6846
- news {
6847
- id
6848
- }
6849
5814
  asset {
6850
5815
  id
6851
5816
  symbol
@@ -6952,9 +5917,6 @@ exports.NewsArticle = {
6952
5917
  stripeCurrentPeriodEnd
6953
5918
  createdAt
6954
5919
  updatedAt
6955
- users {
6956
- id
6957
- }
6958
5920
  }
6959
5921
  customerId
6960
5922
  accounts {
@@ -6972,18 +5934,12 @@ exports.NewsArticle = {
6972
5934
  session_state
6973
5935
  createdAt
6974
5936
  updatedAt
6975
- user {
6976
- id
6977
- }
6978
5937
  }
6979
5938
  sessions {
6980
5939
  id
6981
5940
  sessionToken
6982
5941
  userId
6983
5942
  expires
6984
- user {
6985
- id
6986
- }
6987
5943
  createdAt
6988
5944
  updatedAt
6989
5945
  }
@@ -6993,23 +5949,14 @@ exports.NewsArticle = {
6993
5949
  credentialID
6994
5950
  publicKey
6995
5951
  counter
6996
- user {
6997
- id
6998
- }
6999
5952
  createdAt
7000
5953
  updatedAt
7001
5954
  }
7002
5955
  plan
7003
- alpacaAccounts {
7004
- id
7005
- }
7006
5956
  }
7007
5957
  userId
7008
5958
  createdAt
7009
5959
  updatedAt
7010
- trades {
7011
- id
7012
- }
7013
5960
  orders {
7014
5961
  id
7015
5962
  clientOrderId
@@ -7030,9 +5977,6 @@ exports.NewsArticle = {
7030
5977
  createdAt
7031
5978
  updatedAt
7032
5979
  orderId
7033
- Order {
7034
- id
7035
- }
7036
5980
  }
7037
5981
  takeProfit {
7038
5982
  id
@@ -7041,9 +5985,6 @@ exports.NewsArticle = {
7041
5985
  createdAt
7042
5986
  updatedAt
7043
5987
  orderId
7044
- Order {
7045
- id
7046
- }
7047
5988
  }
7048
5989
  trailPrice
7049
5990
  trailPercent
@@ -7055,9 +5996,6 @@ exports.NewsArticle = {
7055
5996
  filledAt
7056
5997
  filledAvgPrice
7057
5998
  actionId
7058
- alpacaAccount {
7059
- id
7060
- }
7061
5999
  action {
7062
6000
  id
7063
6001
  sequence
@@ -7066,15 +6004,6 @@ exports.NewsArticle = {
7066
6004
  note
7067
6005
  status
7068
6006
  fee
7069
- trade {
7070
- id
7071
- }
7072
- order {
7073
- id
7074
- }
7075
- }
7076
- asset {
7077
- id
7078
6007
  }
7079
6008
  fee
7080
6009
  strikePrice
@@ -7086,9 +6015,6 @@ exports.NewsArticle = {
7086
6015
  positions {
7087
6016
  id
7088
6017
  assetId
7089
- asset {
7090
- id
7091
- }
7092
6018
  averageEntryPrice
7093
6019
  qty
7094
6020
  qtyAvailable
@@ -7102,9 +6028,6 @@ exports.NewsArticle = {
7102
6028
  lastTradePrice
7103
6029
  changeToday
7104
6030
  assetMarginable
7105
- alpacaAccount {
7106
- id
7107
- }
7108
6031
  alpacaAccountId
7109
6032
  }
7110
6033
  alerts {
@@ -7115,14 +6038,8 @@ exports.NewsArticle = {
7115
6038
  isRead
7116
6039
  createdAt
7117
6040
  updatedAt
7118
- alpacaAccount {
7119
- id
7120
- }
7121
6041
  }
7122
6042
  }
7123
- asset {
7124
- id
7125
- }
7126
6043
  actions {
7127
6044
  id
7128
6045
  sequence
@@ -7131,9 +6048,6 @@ exports.NewsArticle = {
7131
6048
  note
7132
6049
  status
7133
6050
  fee
7134
- trade {
7135
- id
7136
- }
7137
6051
  order {
7138
6052
  id
7139
6053
  clientOrderId
@@ -7154,9 +6068,6 @@ exports.NewsArticle = {
7154
6068
  createdAt
7155
6069
  updatedAt
7156
6070
  orderId
7157
- Order {
7158
- id
7159
- }
7160
6071
  }
7161
6072
  takeProfit {
7162
6073
  id
@@ -7165,9 +6076,6 @@ exports.NewsArticle = {
7165
6076
  createdAt
7166
6077
  updatedAt
7167
6078
  orderId
7168
- Order {
7169
- id
7170
- }
7171
6079
  }
7172
6080
  trailPrice
7173
6081
  trailPercent
@@ -7211,9 +6119,6 @@ exports.NewsArticle = {
7211
6119
  stripeCurrentPeriodEnd
7212
6120
  createdAt
7213
6121
  updatedAt
7214
- users {
7215
- id
7216
- }
7217
6122
  }
7218
6123
  customerId
7219
6124
  accounts {
@@ -7231,18 +6136,12 @@ exports.NewsArticle = {
7231
6136
  session_state
7232
6137
  createdAt
7233
6138
  updatedAt
7234
- user {
7235
- id
7236
- }
7237
6139
  }
7238
6140
  sessions {
7239
6141
  id
7240
6142
  sessionToken
7241
6143
  userId
7242
6144
  expires
7243
- user {
7244
- id
7245
- }
7246
6145
  createdAt
7247
6146
  updatedAt
7248
6147
  }
@@ -7252,32 +6151,17 @@ exports.NewsArticle = {
7252
6151
  credentialID
7253
6152
  publicKey
7254
6153
  counter
7255
- user {
7256
- id
7257
- }
7258
6154
  createdAt
7259
6155
  updatedAt
7260
6156
  }
7261
6157
  plan
7262
- alpacaAccounts {
7263
- id
7264
- }
7265
6158
  }
7266
6159
  userId
7267
6160
  createdAt
7268
6161
  updatedAt
7269
- trades {
7270
- id
7271
- }
7272
- orders {
7273
- id
7274
- }
7275
6162
  positions {
7276
6163
  id
7277
6164
  assetId
7278
- asset {
7279
- id
7280
- }
7281
6165
  averageEntryPrice
7282
6166
  qty
7283
6167
  qtyAvailable
@@ -7291,9 +6175,6 @@ exports.NewsArticle = {
7291
6175
  lastTradePrice
7292
6176
  changeToday
7293
6177
  assetMarginable
7294
- alpacaAccount {
7295
- id
7296
- }
7297
6178
  alpacaAccountId
7298
6179
  }
7299
6180
  alerts {
@@ -7304,17 +6185,8 @@ exports.NewsArticle = {
7304
6185
  isRead
7305
6186
  createdAt
7306
6187
  updatedAt
7307
- alpacaAccount {
7308
- id
7309
- }
7310
6188
  }
7311
6189
  }
7312
- action {
7313
- id
7314
- }
7315
- asset {
7316
- id
7317
- }
7318
6190
  fee
7319
6191
  strikePrice
7320
6192
  expirationDate
@@ -7344,9 +6216,6 @@ exports.NewsArticle = {
7344
6216
  createdAt
7345
6217
  updatedAt
7346
6218
  orderId
7347
- Order {
7348
- id
7349
- }
7350
6219
  }
7351
6220
  takeProfit {
7352
6221
  id
@@ -7355,9 +6224,6 @@ exports.NewsArticle = {
7355
6224
  createdAt
7356
6225
  updatedAt
7357
6226
  orderId
7358
- Order {
7359
- id
7360
- }
7361
6227
  }
7362
6228
  trailPrice
7363
6229
  trailPercent
@@ -7401,9 +6267,6 @@ exports.NewsArticle = {
7401
6267
  stripeCurrentPeriodEnd
7402
6268
  createdAt
7403
6269
  updatedAt
7404
- users {
7405
- id
7406
- }
7407
6270
  }
7408
6271
  customerId
7409
6272
  accounts {
@@ -7421,18 +6284,12 @@ exports.NewsArticle = {
7421
6284
  session_state
7422
6285
  createdAt
7423
6286
  updatedAt
7424
- user {
7425
- id
7426
- }
7427
6287
  }
7428
6288
  sessions {
7429
6289
  id
7430
6290
  sessionToken
7431
6291
  userId
7432
6292
  expires
7433
- user {
7434
- id
7435
- }
7436
6293
  createdAt
7437
6294
  updatedAt
7438
6295
  }
@@ -7442,16 +6299,10 @@ exports.NewsArticle = {
7442
6299
  credentialID
7443
6300
  publicKey
7444
6301
  counter
7445
- user {
7446
- id
7447
- }
7448
6302
  createdAt
7449
6303
  updatedAt
7450
6304
  }
7451
6305
  plan
7452
- alpacaAccounts {
7453
- id
7454
- }
7455
6306
  }
7456
6307
  userId
7457
6308
  createdAt
@@ -7471,12 +6322,6 @@ exports.NewsArticle = {
7471
6322
  createdAt
7472
6323
  updatedAt
7473
6324
  status
7474
- alpacaAccount {
7475
- id
7476
- }
7477
- asset {
7478
- id
7479
- }
7480
6325
  actions {
7481
6326
  id
7482
6327
  sequence
@@ -7485,23 +6330,11 @@ exports.NewsArticle = {
7485
6330
  note
7486
6331
  status
7487
6332
  fee
7488
- trade {
7489
- id
7490
- }
7491
- order {
7492
- id
7493
- }
7494
6333
  }
7495
6334
  }
7496
- orders {
7497
- id
7498
- }
7499
6335
  positions {
7500
6336
  id
7501
6337
  assetId
7502
- asset {
7503
- id
7504
- }
7505
6338
  averageEntryPrice
7506
6339
  qty
7507
6340
  qtyAvailable
@@ -7515,9 +6348,6 @@ exports.NewsArticle = {
7515
6348
  lastTradePrice
7516
6349
  changeToday
7517
6350
  assetMarginable
7518
- alpacaAccount {
7519
- id
7520
- }
7521
6351
  alpacaAccountId
7522
6352
  }
7523
6353
  alerts {
@@ -7528,9 +6358,6 @@ exports.NewsArticle = {
7528
6358
  isRead
7529
6359
  createdAt
7530
6360
  updatedAt
7531
- alpacaAccount {
7532
- id
7533
- }
7534
6361
  }
7535
6362
  }
7536
6363
  action {
@@ -7588,9 +6415,6 @@ exports.NewsArticle = {
7588
6415
  stripeCurrentPeriodEnd
7589
6416
  createdAt
7590
6417
  updatedAt
7591
- users {
7592
- id
7593
- }
7594
6418
  }
7595
6419
  customerId
7596
6420
  accounts {
@@ -7608,18 +6432,12 @@ exports.NewsArticle = {
7608
6432
  session_state
7609
6433
  createdAt
7610
6434
  updatedAt
7611
- user {
7612
- id
7613
- }
7614
6435
  }
7615
6436
  sessions {
7616
6437
  id
7617
6438
  sessionToken
7618
6439
  userId
7619
6440
  expires
7620
- user {
7621
- id
7622
- }
7623
6441
  createdAt
7624
6442
  updatedAt
7625
6443
  }
@@ -7629,32 +6447,17 @@ exports.NewsArticle = {
7629
6447
  credentialID
7630
6448
  publicKey
7631
6449
  counter
7632
- user {
7633
- id
7634
- }
7635
6450
  createdAt
7636
6451
  updatedAt
7637
6452
  }
7638
6453
  plan
7639
- alpacaAccounts {
7640
- id
7641
- }
7642
6454
  }
7643
6455
  userId
7644
6456
  createdAt
7645
6457
  updatedAt
7646
- trades {
7647
- id
7648
- }
7649
- orders {
7650
- id
7651
- }
7652
6458
  positions {
7653
6459
  id
7654
6460
  assetId
7655
- asset {
7656
- id
7657
- }
7658
6461
  averageEntryPrice
7659
6462
  qty
7660
6463
  qtyAvailable
@@ -7668,9 +6471,6 @@ exports.NewsArticle = {
7668
6471
  lastTradePrice
7669
6472
  changeToday
7670
6473
  assetMarginable
7671
- alpacaAccount {
7672
- id
7673
- }
7674
6474
  alpacaAccountId
7675
6475
  }
7676
6476
  alerts {
@@ -7681,24 +6481,9 @@ exports.NewsArticle = {
7681
6481
  isRead
7682
6482
  createdAt
7683
6483
  updatedAt
7684
- alpacaAccount {
7685
- id
7686
- }
7687
6484
  }
7688
6485
  }
7689
- asset {
7690
- id
7691
- }
7692
- actions {
7693
- id
7694
- }
7695
6486
  }
7696
- order {
7697
- id
7698
- }
7699
- }
7700
- asset {
7701
- id
7702
6487
  }
7703
6488
  fee
7704
6489
  strikePrice
@@ -7710,9 +6495,6 @@ exports.NewsArticle = {
7710
6495
  positions {
7711
6496
  id
7712
6497
  assetId
7713
- asset {
7714
- id
7715
- }
7716
6498
  averageEntryPrice
7717
6499
  qty
7718
6500
  qtyAvailable
@@ -7758,9 +6540,6 @@ exports.NewsArticle = {
7758
6540
  stripeCurrentPeriodEnd
7759
6541
  createdAt
7760
6542
  updatedAt
7761
- users {
7762
- id
7763
- }
7764
6543
  }
7765
6544
  customerId
7766
6545
  accounts {
@@ -7778,18 +6557,12 @@ exports.NewsArticle = {
7778
6557
  session_state
7779
6558
  createdAt
7780
6559
  updatedAt
7781
- user {
7782
- id
7783
- }
7784
6560
  }
7785
6561
  sessions {
7786
6562
  id
7787
6563
  sessionToken
7788
6564
  userId
7789
6565
  expires
7790
- user {
7791
- id
7792
- }
7793
6566
  createdAt
7794
6567
  updatedAt
7795
6568
  }
@@ -7799,16 +6572,10 @@ exports.NewsArticle = {
7799
6572
  credentialID
7800
6573
  publicKey
7801
6574
  counter
7802
- user {
7803
- id
7804
- }
7805
6575
  createdAt
7806
6576
  updatedAt
7807
6577
  }
7808
6578
  plan
7809
- alpacaAccounts {
7810
- id
7811
- }
7812
6579
  }
7813
6580
  userId
7814
6581
  createdAt
@@ -7828,12 +6595,6 @@ exports.NewsArticle = {
7828
6595
  createdAt
7829
6596
  updatedAt
7830
6597
  status
7831
- alpacaAccount {
7832
- id
7833
- }
7834
- asset {
7835
- id
7836
- }
7837
6598
  actions {
7838
6599
  id
7839
6600
  sequence
@@ -7842,9 +6603,6 @@ exports.NewsArticle = {
7842
6603
  note
7843
6604
  status
7844
6605
  fee
7845
- trade {
7846
- id
7847
- }
7848
6606
  order {
7849
6607
  id
7850
6608
  clientOrderId
@@ -7865,9 +6623,6 @@ exports.NewsArticle = {
7865
6623
  createdAt
7866
6624
  updatedAt
7867
6625
  orderId
7868
- Order {
7869
- id
7870
- }
7871
6626
  }
7872
6627
  takeProfit {
7873
6628
  id
@@ -7876,9 +6631,6 @@ exports.NewsArticle = {
7876
6631
  createdAt
7877
6632
  updatedAt
7878
6633
  orderId
7879
- Order {
7880
- id
7881
- }
7882
6634
  }
7883
6635
  trailPrice
7884
6636
  trailPercent
@@ -7890,15 +6642,6 @@ exports.NewsArticle = {
7890
6642
  filledAt
7891
6643
  filledAvgPrice
7892
6644
  actionId
7893
- alpacaAccount {
7894
- id
7895
- }
7896
- action {
7897
- id
7898
- }
7899
- asset {
7900
- id
7901
- }
7902
6645
  fee
7903
6646
  strikePrice
7904
6647
  expirationDate
@@ -7928,9 +6671,6 @@ exports.NewsArticle = {
7928
6671
  createdAt
7929
6672
  updatedAt
7930
6673
  orderId
7931
- Order {
7932
- id
7933
- }
7934
6674
  }
7935
6675
  takeProfit {
7936
6676
  id
@@ -7939,9 +6679,6 @@ exports.NewsArticle = {
7939
6679
  createdAt
7940
6680
  updatedAt
7941
6681
  orderId
7942
- Order {
7943
- id
7944
- }
7945
6682
  }
7946
6683
  trailPrice
7947
6684
  trailPercent
@@ -7953,9 +6690,6 @@ exports.NewsArticle = {
7953
6690
  filledAt
7954
6691
  filledAvgPrice
7955
6692
  actionId
7956
- alpacaAccount {
7957
- id
7958
- }
7959
6693
  action {
7960
6694
  id
7961
6695
  sequence
@@ -7979,22 +6713,7 @@ exports.NewsArticle = {
7979
6713
  createdAt
7980
6714
  updatedAt
7981
6715
  status
7982
- alpacaAccount {
7983
- id
7984
- }
7985
- asset {
7986
- id
7987
- }
7988
- actions {
7989
- id
7990
- }
7991
6716
  }
7992
- order {
7993
- id
7994
- }
7995
- }
7996
- asset {
7997
- id
7998
6717
  }
7999
6718
  fee
8000
6719
  strikePrice
@@ -8003,9 +6722,6 @@ exports.NewsArticle = {
8003
6722
  stopLossId
8004
6723
  takeProfitId
8005
6724
  }
8006
- positions {
8007
- id
8008
- }
8009
6725
  alerts {
8010
6726
  id
8011
6727
  alpacaAccountId
@@ -8014,16 +6730,10 @@ exports.NewsArticle = {
8014
6730
  isRead
8015
6731
  createdAt
8016
6732
  updatedAt
8017
- alpacaAccount {
8018
- id
8019
- }
8020
6733
  }
8021
6734
  }
8022
6735
  alpacaAccountId
8023
6736
  }
8024
- newsMentions {
8025
- id
8026
- }
8027
6737
  }
8028
6738
  relevancyScore
8029
6739
  sentimentScore
@@ -8078,9 +6788,6 @@ exports.NewsArticle = {
8078
6788
  assetId
8079
6789
  newsArticleId
8080
6790
  url
8081
- news {
8082
- id
8083
- }
8084
6791
  asset {
8085
6792
  id
8086
6793
  symbol
@@ -8187,9 +6894,6 @@ exports.NewsArticle = {
8187
6894
  stripeCurrentPeriodEnd
8188
6895
  createdAt
8189
6896
  updatedAt
8190
- users {
8191
- id
8192
- }
8193
6897
  }
8194
6898
  customerId
8195
6899
  accounts {
@@ -8207,18 +6911,12 @@ exports.NewsArticle = {
8207
6911
  session_state
8208
6912
  createdAt
8209
6913
  updatedAt
8210
- user {
8211
- id
8212
- }
8213
6914
  }
8214
6915
  sessions {
8215
6916
  id
8216
6917
  sessionToken
8217
6918
  userId
8218
6919
  expires
8219
- user {
8220
- id
8221
- }
8222
6920
  createdAt
8223
6921
  updatedAt
8224
6922
  }
@@ -8228,23 +6926,14 @@ exports.NewsArticle = {
8228
6926
  credentialID
8229
6927
  publicKey
8230
6928
  counter
8231
- user {
8232
- id
8233
- }
8234
6929
  createdAt
8235
6930
  updatedAt
8236
6931
  }
8237
6932
  plan
8238
- alpacaAccounts {
8239
- id
8240
- }
8241
6933
  }
8242
6934
  userId
8243
6935
  createdAt
8244
6936
  updatedAt
8245
- trades {
8246
- id
8247
- }
8248
6937
  orders {
8249
6938
  id
8250
6939
  clientOrderId
@@ -8265,9 +6954,6 @@ exports.NewsArticle = {
8265
6954
  createdAt
8266
6955
  updatedAt
8267
6956
  orderId
8268
- Order {
8269
- id
8270
- }
8271
6957
  }
8272
6958
  takeProfit {
8273
6959
  id
@@ -8276,9 +6962,6 @@ exports.NewsArticle = {
8276
6962
  createdAt
8277
6963
  updatedAt
8278
6964
  orderId
8279
- Order {
8280
- id
8281
- }
8282
6965
  }
8283
6966
  trailPrice
8284
6967
  trailPercent
@@ -8290,9 +6973,6 @@ exports.NewsArticle = {
8290
6973
  filledAt
8291
6974
  filledAvgPrice
8292
6975
  actionId
8293
- alpacaAccount {
8294
- id
8295
- }
8296
6976
  action {
8297
6977
  id
8298
6978
  sequence
@@ -8301,15 +6981,6 @@ exports.NewsArticle = {
8301
6981
  note
8302
6982
  status
8303
6983
  fee
8304
- trade {
8305
- id
8306
- }
8307
- order {
8308
- id
8309
- }
8310
- }
8311
- asset {
8312
- id
8313
6984
  }
8314
6985
  fee
8315
6986
  strikePrice
@@ -8321,9 +6992,6 @@ exports.NewsArticle = {
8321
6992
  positions {
8322
6993
  id
8323
6994
  assetId
8324
- asset {
8325
- id
8326
- }
8327
6995
  averageEntryPrice
8328
6996
  qty
8329
6997
  qtyAvailable
@@ -8337,9 +7005,6 @@ exports.NewsArticle = {
8337
7005
  lastTradePrice
8338
7006
  changeToday
8339
7007
  assetMarginable
8340
- alpacaAccount {
8341
- id
8342
- }
8343
7008
  alpacaAccountId
8344
7009
  }
8345
7010
  alerts {
@@ -8350,14 +7015,8 @@ exports.NewsArticle = {
8350
7015
  isRead
8351
7016
  createdAt
8352
7017
  updatedAt
8353
- alpacaAccount {
8354
- id
8355
- }
8356
7018
  }
8357
7019
  }
8358
- asset {
8359
- id
8360
- }
8361
7020
  actions {
8362
7021
  id
8363
7022
  sequence
@@ -8366,9 +7025,6 @@ exports.NewsArticle = {
8366
7025
  note
8367
7026
  status
8368
7027
  fee
8369
- trade {
8370
- id
8371
- }
8372
7028
  order {
8373
7029
  id
8374
7030
  clientOrderId
@@ -8389,9 +7045,6 @@ exports.NewsArticle = {
8389
7045
  createdAt
8390
7046
  updatedAt
8391
7047
  orderId
8392
- Order {
8393
- id
8394
- }
8395
7048
  }
8396
7049
  takeProfit {
8397
7050
  id
@@ -8400,9 +7053,6 @@ exports.NewsArticle = {
8400
7053
  createdAt
8401
7054
  updatedAt
8402
7055
  orderId
8403
- Order {
8404
- id
8405
- }
8406
7056
  }
8407
7057
  trailPrice
8408
7058
  trailPercent
@@ -8446,9 +7096,6 @@ exports.NewsArticle = {
8446
7096
  stripeCurrentPeriodEnd
8447
7097
  createdAt
8448
7098
  updatedAt
8449
- users {
8450
- id
8451
- }
8452
7099
  }
8453
7100
  customerId
8454
7101
  accounts {
@@ -8466,18 +7113,12 @@ exports.NewsArticle = {
8466
7113
  session_state
8467
7114
  createdAt
8468
7115
  updatedAt
8469
- user {
8470
- id
8471
- }
8472
7116
  }
8473
7117
  sessions {
8474
7118
  id
8475
7119
  sessionToken
8476
7120
  userId
8477
7121
  expires
8478
- user {
8479
- id
8480
- }
8481
7122
  createdAt
8482
7123
  updatedAt
8483
7124
  }
@@ -8487,32 +7128,17 @@ exports.NewsArticle = {
8487
7128
  credentialID
8488
7129
  publicKey
8489
7130
  counter
8490
- user {
8491
- id
8492
- }
8493
7131
  createdAt
8494
7132
  updatedAt
8495
7133
  }
8496
7134
  plan
8497
- alpacaAccounts {
8498
- id
8499
- }
8500
7135
  }
8501
7136
  userId
8502
7137
  createdAt
8503
7138
  updatedAt
8504
- trades {
8505
- id
8506
- }
8507
- orders {
8508
- id
8509
- }
8510
7139
  positions {
8511
7140
  id
8512
7141
  assetId
8513
- asset {
8514
- id
8515
- }
8516
7142
  averageEntryPrice
8517
7143
  qty
8518
7144
  qtyAvailable
@@ -8526,9 +7152,6 @@ exports.NewsArticle = {
8526
7152
  lastTradePrice
8527
7153
  changeToday
8528
7154
  assetMarginable
8529
- alpacaAccount {
8530
- id
8531
- }
8532
7155
  alpacaAccountId
8533
7156
  }
8534
7157
  alerts {
@@ -8539,17 +7162,8 @@ exports.NewsArticle = {
8539
7162
  isRead
8540
7163
  createdAt
8541
7164
  updatedAt
8542
- alpacaAccount {
8543
- id
8544
- }
8545
7165
  }
8546
7166
  }
8547
- action {
8548
- id
8549
- }
8550
- asset {
8551
- id
8552
- }
8553
7167
  fee
8554
7168
  strikePrice
8555
7169
  expirationDate
@@ -8579,9 +7193,6 @@ exports.NewsArticle = {
8579
7193
  createdAt
8580
7194
  updatedAt
8581
7195
  orderId
8582
- Order {
8583
- id
8584
- }
8585
7196
  }
8586
7197
  takeProfit {
8587
7198
  id
@@ -8590,9 +7201,6 @@ exports.NewsArticle = {
8590
7201
  createdAt
8591
7202
  updatedAt
8592
7203
  orderId
8593
- Order {
8594
- id
8595
- }
8596
7204
  }
8597
7205
  trailPrice
8598
7206
  trailPercent
@@ -8636,9 +7244,6 @@ exports.NewsArticle = {
8636
7244
  stripeCurrentPeriodEnd
8637
7245
  createdAt
8638
7246
  updatedAt
8639
- users {
8640
- id
8641
- }
8642
7247
  }
8643
7248
  customerId
8644
7249
  accounts {
@@ -8656,18 +7261,12 @@ exports.NewsArticle = {
8656
7261
  session_state
8657
7262
  createdAt
8658
7263
  updatedAt
8659
- user {
8660
- id
8661
- }
8662
7264
  }
8663
7265
  sessions {
8664
7266
  id
8665
7267
  sessionToken
8666
7268
  userId
8667
7269
  expires
8668
- user {
8669
- id
8670
- }
8671
7270
  createdAt
8672
7271
  updatedAt
8673
7272
  }
@@ -8677,16 +7276,10 @@ exports.NewsArticle = {
8677
7276
  credentialID
8678
7277
  publicKey
8679
7278
  counter
8680
- user {
8681
- id
8682
- }
8683
7279
  createdAt
8684
7280
  updatedAt
8685
7281
  }
8686
7282
  plan
8687
- alpacaAccounts {
8688
- id
8689
- }
8690
7283
  }
8691
7284
  userId
8692
7285
  createdAt
@@ -8706,12 +7299,6 @@ exports.NewsArticle = {
8706
7299
  createdAt
8707
7300
  updatedAt
8708
7301
  status
8709
- alpacaAccount {
8710
- id
8711
- }
8712
- asset {
8713
- id
8714
- }
8715
7302
  actions {
8716
7303
  id
8717
7304
  sequence
@@ -8720,23 +7307,11 @@ exports.NewsArticle = {
8720
7307
  note
8721
7308
  status
8722
7309
  fee
8723
- trade {
8724
- id
8725
- }
8726
- order {
8727
- id
8728
- }
8729
7310
  }
8730
7311
  }
8731
- orders {
8732
- id
8733
- }
8734
7312
  positions {
8735
7313
  id
8736
7314
  assetId
8737
- asset {
8738
- id
8739
- }
8740
7315
  averageEntryPrice
8741
7316
  qty
8742
7317
  qtyAvailable
@@ -8750,9 +7325,6 @@ exports.NewsArticle = {
8750
7325
  lastTradePrice
8751
7326
  changeToday
8752
7327
  assetMarginable
8753
- alpacaAccount {
8754
- id
8755
- }
8756
7328
  alpacaAccountId
8757
7329
  }
8758
7330
  alerts {
@@ -8763,9 +7335,6 @@ exports.NewsArticle = {
8763
7335
  isRead
8764
7336
  createdAt
8765
7337
  updatedAt
8766
- alpacaAccount {
8767
- id
8768
- }
8769
7338
  }
8770
7339
  }
8771
7340
  action {
@@ -8823,9 +7392,6 @@ exports.NewsArticle = {
8823
7392
  stripeCurrentPeriodEnd
8824
7393
  createdAt
8825
7394
  updatedAt
8826
- users {
8827
- id
8828
- }
8829
7395
  }
8830
7396
  customerId
8831
7397
  accounts {
@@ -8843,18 +7409,12 @@ exports.NewsArticle = {
8843
7409
  session_state
8844
7410
  createdAt
8845
7411
  updatedAt
8846
- user {
8847
- id
8848
- }
8849
7412
  }
8850
7413
  sessions {
8851
7414
  id
8852
7415
  sessionToken
8853
7416
  userId
8854
7417
  expires
8855
- user {
8856
- id
8857
- }
8858
7418
  createdAt
8859
7419
  updatedAt
8860
7420
  }
@@ -8864,32 +7424,17 @@ exports.NewsArticle = {
8864
7424
  credentialID
8865
7425
  publicKey
8866
7426
  counter
8867
- user {
8868
- id
8869
- }
8870
7427
  createdAt
8871
7428
  updatedAt
8872
7429
  }
8873
7430
  plan
8874
- alpacaAccounts {
8875
- id
8876
- }
8877
7431
  }
8878
7432
  userId
8879
7433
  createdAt
8880
7434
  updatedAt
8881
- trades {
8882
- id
8883
- }
8884
- orders {
8885
- id
8886
- }
8887
7435
  positions {
8888
7436
  id
8889
7437
  assetId
8890
- asset {
8891
- id
8892
- }
8893
7438
  averageEntryPrice
8894
7439
  qty
8895
7440
  qtyAvailable
@@ -8903,9 +7448,6 @@ exports.NewsArticle = {
8903
7448
  lastTradePrice
8904
7449
  changeToday
8905
7450
  assetMarginable
8906
- alpacaAccount {
8907
- id
8908
- }
8909
7451
  alpacaAccountId
8910
7452
  }
8911
7453
  alerts {
@@ -8916,25 +7458,10 @@ exports.NewsArticle = {
8916
7458
  isRead
8917
7459
  createdAt
8918
7460
  updatedAt
8919
- alpacaAccount {
8920
- id
8921
- }
8922
7461
  }
8923
7462
  }
8924
- asset {
8925
- id
8926
- }
8927
- actions {
8928
- id
8929
- }
8930
- }
8931
- order {
8932
- id
8933
7463
  }
8934
7464
  }
8935
- asset {
8936
- id
8937
- }
8938
7465
  fee
8939
7466
  strikePrice
8940
7467
  expirationDate
@@ -8945,9 +7472,6 @@ exports.NewsArticle = {
8945
7472
  positions {
8946
7473
  id
8947
7474
  assetId
8948
- asset {
8949
- id
8950
- }
8951
7475
  averageEntryPrice
8952
7476
  qty
8953
7477
  qtyAvailable
@@ -8993,9 +7517,6 @@ exports.NewsArticle = {
8993
7517
  stripeCurrentPeriodEnd
8994
7518
  createdAt
8995
7519
  updatedAt
8996
- users {
8997
- id
8998
- }
8999
7520
  }
9000
7521
  customerId
9001
7522
  accounts {
@@ -9013,18 +7534,12 @@ exports.NewsArticle = {
9013
7534
  session_state
9014
7535
  createdAt
9015
7536
  updatedAt
9016
- user {
9017
- id
9018
- }
9019
7537
  }
9020
7538
  sessions {
9021
7539
  id
9022
7540
  sessionToken
9023
7541
  userId
9024
7542
  expires
9025
- user {
9026
- id
9027
- }
9028
7543
  createdAt
9029
7544
  updatedAt
9030
7545
  }
@@ -9034,16 +7549,10 @@ exports.NewsArticle = {
9034
7549
  credentialID
9035
7550
  publicKey
9036
7551
  counter
9037
- user {
9038
- id
9039
- }
9040
7552
  createdAt
9041
7553
  updatedAt
9042
7554
  }
9043
7555
  plan
9044
- alpacaAccounts {
9045
- id
9046
- }
9047
7556
  }
9048
7557
  userId
9049
7558
  createdAt
@@ -9063,12 +7572,6 @@ exports.NewsArticle = {
9063
7572
  createdAt
9064
7573
  updatedAt
9065
7574
  status
9066
- alpacaAccount {
9067
- id
9068
- }
9069
- asset {
9070
- id
9071
- }
9072
7575
  actions {
9073
7576
  id
9074
7577
  sequence
@@ -9077,9 +7580,6 @@ exports.NewsArticle = {
9077
7580
  note
9078
7581
  status
9079
7582
  fee
9080
- trade {
9081
- id
9082
- }
9083
7583
  order {
9084
7584
  id
9085
7585
  clientOrderId
@@ -9100,9 +7600,6 @@ exports.NewsArticle = {
9100
7600
  createdAt
9101
7601
  updatedAt
9102
7602
  orderId
9103
- Order {
9104
- id
9105
- }
9106
7603
  }
9107
7604
  takeProfit {
9108
7605
  id
@@ -9111,9 +7608,6 @@ exports.NewsArticle = {
9111
7608
  createdAt
9112
7609
  updatedAt
9113
7610
  orderId
9114
- Order {
9115
- id
9116
- }
9117
7611
  }
9118
7612
  trailPrice
9119
7613
  trailPercent
@@ -9125,15 +7619,6 @@ exports.NewsArticle = {
9125
7619
  filledAt
9126
7620
  filledAvgPrice
9127
7621
  actionId
9128
- alpacaAccount {
9129
- id
9130
- }
9131
- action {
9132
- id
9133
- }
9134
- asset {
9135
- id
9136
- }
9137
7622
  fee
9138
7623
  strikePrice
9139
7624
  expirationDate
@@ -9163,9 +7648,6 @@ exports.NewsArticle = {
9163
7648
  createdAt
9164
7649
  updatedAt
9165
7650
  orderId
9166
- Order {
9167
- id
9168
- }
9169
7651
  }
9170
7652
  takeProfit {
9171
7653
  id
@@ -9174,9 +7656,6 @@ exports.NewsArticle = {
9174
7656
  createdAt
9175
7657
  updatedAt
9176
7658
  orderId
9177
- Order {
9178
- id
9179
- }
9180
7659
  }
9181
7660
  trailPrice
9182
7661
  trailPercent
@@ -9188,9 +7667,6 @@ exports.NewsArticle = {
9188
7667
  filledAt
9189
7668
  filledAvgPrice
9190
7669
  actionId
9191
- alpacaAccount {
9192
- id
9193
- }
9194
7670
  action {
9195
7671
  id
9196
7672
  sequence
@@ -9214,23 +7690,8 @@ exports.NewsArticle = {
9214
7690
  createdAt
9215
7691
  updatedAt
9216
7692
  status
9217
- alpacaAccount {
9218
- id
9219
- }
9220
- asset {
9221
- id
9222
- }
9223
- actions {
9224
- id
9225
- }
9226
- }
9227
- order {
9228
- id
9229
7693
  }
9230
7694
  }
9231
- asset {
9232
- id
9233
- }
9234
7695
  fee
9235
7696
  strikePrice
9236
7697
  expirationDate
@@ -9238,9 +7699,6 @@ exports.NewsArticle = {
9238
7699
  stopLossId
9239
7700
  takeProfitId
9240
7701
  }
9241
- positions {
9242
- id
9243
- }
9244
7702
  alerts {
9245
7703
  id
9246
7704
  alpacaAccountId
@@ -9249,16 +7707,10 @@ exports.NewsArticle = {
9249
7707
  isRead
9250
7708
  createdAt
9251
7709
  updatedAt
9252
- alpacaAccount {
9253
- id
9254
- }
9255
7710
  }
9256
7711
  }
9257
7712
  alpacaAccountId
9258
7713
  }
9259
- newsMentions {
9260
- id
9261
- }
9262
7714
  }
9263
7715
  relevancyScore
9264
7716
  sentimentScore