adaptic-backend 1.0.86 → 1.0.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/Account.cjs +1 -1261
  2. package/Action.cjs +0 -2016
  3. package/Alert.cjs +1 -1261
  4. package/AlpacaAccount.cjs +1 -1261
  5. package/Asset.cjs +0 -1548
  6. package/Authenticator.cjs +1 -1261
  7. package/Customer.cjs +1 -1261
  8. package/NewsArticle.cjs +1 -1549
  9. package/NewsArticleAssetSentiment.cjs +1 -1549
  10. package/Order.cjs +2 -1550
  11. package/Position.cjs +1 -1909
  12. package/Session.cjs +1 -1261
  13. package/StopLoss.cjs +2 -1550
  14. package/TakeProfit.cjs +2 -1550
  15. package/Trade.cjs +2 -1694
  16. package/User.cjs +1 -1261
  17. package/package.json +1 -1
  18. package/server/Account.d.ts.map +1 -1
  19. package/server/Account.js.map +1 -1
  20. package/server/Account.mjs +1 -1261
  21. package/server/Action.d.ts.map +1 -1
  22. package/server/Action.js.map +1 -1
  23. package/server/Action.mjs +0 -2016
  24. package/server/Alert.d.ts.map +1 -1
  25. package/server/Alert.js.map +1 -1
  26. package/server/Alert.mjs +1 -1261
  27. package/server/AlpacaAccount.d.ts.map +1 -1
  28. package/server/AlpacaAccount.js.map +1 -1
  29. package/server/AlpacaAccount.mjs +1 -1261
  30. package/server/Asset.d.ts.map +1 -1
  31. package/server/Asset.js.map +1 -1
  32. package/server/Asset.mjs +0 -1548
  33. package/server/Authenticator.d.ts.map +1 -1
  34. package/server/Authenticator.js.map +1 -1
  35. package/server/Authenticator.mjs +1 -1261
  36. package/server/Customer.d.ts.map +1 -1
  37. package/server/Customer.js.map +1 -1
  38. package/server/Customer.mjs +1 -1261
  39. package/server/NewsArticle.d.ts.map +1 -1
  40. package/server/NewsArticle.js.map +1 -1
  41. package/server/NewsArticle.mjs +1 -1549
  42. package/server/NewsArticleAssetSentiment.d.ts.map +1 -1
  43. package/server/NewsArticleAssetSentiment.js.map +1 -1
  44. package/server/NewsArticleAssetSentiment.mjs +1 -1549
  45. package/server/Order.d.ts.map +1 -1
  46. package/server/Order.js.map +1 -1
  47. package/server/Order.mjs +2 -1550
  48. package/server/Position.d.ts.map +1 -1
  49. package/server/Position.js.map +1 -1
  50. package/server/Position.mjs +1 -1909
  51. package/server/Session.d.ts.map +1 -1
  52. package/server/Session.js.map +1 -1
  53. package/server/Session.mjs +1 -1261
  54. package/server/StopLoss.d.ts.map +1 -1
  55. package/server/StopLoss.js.map +1 -1
  56. package/server/StopLoss.mjs +2 -1550
  57. package/server/TakeProfit.d.ts.map +1 -1
  58. package/server/TakeProfit.js.map +1 -1
  59. package/server/TakeProfit.mjs +2 -1550
  60. package/server/Trade.d.ts.map +1 -1
  61. package/server/Trade.js.map +1 -1
  62. package/server/Trade.mjs +2 -1694
  63. package/server/User.d.ts.map +1 -1
  64. package/server/User.js.map +1 -1
  65. package/server/User.mjs +1 -1261
package/server/Alert.mjs CHANGED
@@ -55,9 +55,6 @@ export const Alert = {
55
55
  stripeCurrentPeriodEnd
56
56
  createdAt
57
57
  updatedAt
58
- users {
59
- id
60
- }
61
58
  }
62
59
  customerId
63
60
  accounts {
@@ -75,18 +72,12 @@ export const Alert = {
75
72
  session_state
76
73
  createdAt
77
74
  updatedAt
78
- user {
79
- id
80
- }
81
75
  }
82
76
  sessions {
83
77
  id
84
78
  sessionToken
85
79
  userId
86
80
  expires
87
- user {
88
- id
89
- }
90
81
  createdAt
91
82
  updatedAt
92
83
  }
@@ -96,16 +87,10 @@ export const Alert = {
96
87
  credentialID
97
88
  publicKey
98
89
  counter
99
- user {
100
- id
101
- }
102
90
  createdAt
103
91
  updatedAt
104
92
  }
105
93
  plan
106
- alpacaAccounts {
107
- id
108
- }
109
94
  }
110
95
  userId
111
96
  createdAt
@@ -125,9 +110,6 @@ export const Alert = {
125
110
  createdAt
126
111
  updatedAt
127
112
  status
128
- alpacaAccount {
129
- id
130
- }
131
113
  asset {
132
114
  id
133
115
  symbol
@@ -187,9 +169,6 @@ export const Alert = {
187
169
  buyPrice
188
170
  createdAt
189
171
  updatedAt
190
- trades {
191
- id
192
- }
193
172
  orders {
194
173
  id
195
174
  clientOrderId
@@ -210,9 +189,6 @@ export const Alert = {
210
189
  createdAt
211
190
  updatedAt
212
191
  orderId
213
- Order {
214
- id
215
- }
216
192
  }
217
193
  takeProfit {
218
194
  id
@@ -221,9 +197,6 @@ export const Alert = {
221
197
  createdAt
222
198
  updatedAt
223
199
  orderId
224
- Order {
225
- id
226
- }
227
200
  }
228
201
  trailPrice
229
202
  trailPercent
@@ -235,9 +208,6 @@ export const Alert = {
235
208
  filledAt
236
209
  filledAvgPrice
237
210
  actionId
238
- alpacaAccount {
239
- id
240
- }
241
211
  action {
242
212
  id
243
213
  sequence
@@ -246,15 +216,6 @@ export const Alert = {
246
216
  note
247
217
  status
248
218
  fee
249
- trade {
250
- id
251
- }
252
- order {
253
- id
254
- }
255
- }
256
- asset {
257
- id
258
219
  }
259
220
  fee
260
221
  strikePrice
@@ -266,9 +227,6 @@ export const Alert = {
266
227
  positions {
267
228
  id
268
229
  assetId
269
- asset {
270
- id
271
- }
272
230
  averageEntryPrice
273
231
  qty
274
232
  qtyAvailable
@@ -282,9 +240,6 @@ export const Alert = {
282
240
  lastTradePrice
283
241
  changeToday
284
242
  assetMarginable
285
- alpacaAccount {
286
- id
287
- }
288
243
  alpacaAccountId
289
244
  }
290
245
  newsMentions {
@@ -309,12 +264,6 @@ export const Alert = {
309
264
  logo
310
265
  createdAt
311
266
  updatedAt
312
- assets {
313
- id
314
- }
315
- }
316
- asset {
317
- id
318
267
  }
319
268
  relevancyScore
320
269
  sentimentScore
@@ -329,9 +278,6 @@ export const Alert = {
329
278
  note
330
279
  status
331
280
  fee
332
- trade {
333
- id
334
- }
335
281
  order {
336
282
  id
337
283
  clientOrderId
@@ -352,9 +298,6 @@ export const Alert = {
352
298
  createdAt
353
299
  updatedAt
354
300
  orderId
355
- Order {
356
- id
357
- }
358
301
  }
359
302
  takeProfit {
360
303
  id
@@ -363,9 +306,6 @@ export const Alert = {
363
306
  createdAt
364
307
  updatedAt
365
308
  orderId
366
- Order {
367
- id
368
- }
369
309
  }
370
310
  trailPrice
371
311
  trailPercent
@@ -377,12 +317,6 @@ export const Alert = {
377
317
  filledAt
378
318
  filledAvgPrice
379
319
  actionId
380
- alpacaAccount {
381
- id
382
- }
383
- action {
384
- id
385
- }
386
320
  asset {
387
321
  id
388
322
  symbol
@@ -442,18 +376,9 @@ export const Alert = {
442
376
  buyPrice
443
377
  createdAt
444
378
  updatedAt
445
- trades {
446
- id
447
- }
448
- orders {
449
- id
450
- }
451
379
  positions {
452
380
  id
453
381
  assetId
454
- asset {
455
- id
456
- }
457
382
  averageEntryPrice
458
383
  qty
459
384
  qtyAvailable
@@ -467,9 +392,6 @@ export const Alert = {
467
392
  lastTradePrice
468
393
  changeToday
469
394
  assetMarginable
470
- alpacaAccount {
471
- id
472
- }
473
395
  alpacaAccountId
474
396
  }
475
397
  newsMentions {
@@ -494,12 +416,6 @@ export const Alert = {
494
416
  logo
495
417
  createdAt
496
418
  updatedAt
497
- assets {
498
- id
499
- }
500
- }
501
- asset {
502
- id
503
419
  }
504
420
  relevancyScore
505
421
  sentimentScore
@@ -535,9 +451,6 @@ export const Alert = {
535
451
  createdAt
536
452
  updatedAt
537
453
  orderId
538
- Order {
539
- id
540
- }
541
454
  }
542
455
  takeProfit {
543
456
  id
@@ -546,9 +459,6 @@ export const Alert = {
546
459
  createdAt
547
460
  updatedAt
548
461
  orderId
549
- Order {
550
- id
551
- }
552
462
  }
553
463
  trailPrice
554
464
  trailPercent
@@ -560,9 +470,6 @@ export const Alert = {
560
470
  filledAt
561
471
  filledAvgPrice
562
472
  actionId
563
- alpacaAccount {
564
- id
565
- }
566
473
  action {
567
474
  id
568
475
  sequence
@@ -586,9 +493,6 @@ export const Alert = {
586
493
  createdAt
587
494
  updatedAt
588
495
  status
589
- alpacaAccount {
590
- id
591
- }
592
496
  asset {
593
497
  id
594
498
  symbol
@@ -648,18 +552,9 @@ export const Alert = {
648
552
  buyPrice
649
553
  createdAt
650
554
  updatedAt
651
- trades {
652
- id
653
- }
654
- orders {
655
- id
656
- }
657
555
  positions {
658
556
  id
659
557
  assetId
660
- asset {
661
- id
662
- }
663
558
  averageEntryPrice
664
559
  qty
665
560
  qtyAvailable
@@ -673,9 +568,6 @@ export const Alert = {
673
568
  lastTradePrice
674
569
  changeToday
675
570
  assetMarginable
676
- alpacaAccount {
677
- id
678
- }
679
571
  alpacaAccountId
680
572
  }
681
573
  newsMentions {
@@ -700,24 +592,12 @@ export const Alert = {
700
592
  logo
701
593
  createdAt
702
594
  updatedAt
703
- assets {
704
- id
705
- }
706
- }
707
- asset {
708
- id
709
595
  }
710
596
  relevancyScore
711
597
  sentimentScore
712
598
  sentimentLabel
713
599
  }
714
600
  }
715
- actions {
716
- id
717
- }
718
- }
719
- order {
720
- id
721
601
  }
722
602
  }
723
603
  asset {
@@ -794,12 +674,6 @@ export const Alert = {
794
674
  createdAt
795
675
  updatedAt
796
676
  status
797
- alpacaAccount {
798
- id
799
- }
800
- asset {
801
- id
802
- }
803
677
  actions {
804
678
  id
805
679
  sequence
@@ -808,23 +682,11 @@ export const Alert = {
808
682
  note
809
683
  status
810
684
  fee
811
- trade {
812
- id
813
- }
814
- order {
815
- id
816
- }
817
685
  }
818
686
  }
819
- orders {
820
- id
821
- }
822
687
  positions {
823
688
  id
824
689
  assetId
825
- asset {
826
- id
827
- }
828
690
  averageEntryPrice
829
691
  qty
830
692
  qtyAvailable
@@ -838,9 +700,6 @@ export const Alert = {
838
700
  lastTradePrice
839
701
  changeToday
840
702
  assetMarginable
841
- alpacaAccount {
842
- id
843
- }
844
703
  alpacaAccountId
845
704
  }
846
705
  newsMentions {
@@ -865,12 +724,6 @@ export const Alert = {
865
724
  logo
866
725
  createdAt
867
726
  updatedAt
868
- assets {
869
- id
870
- }
871
- }
872
- asset {
873
- id
874
727
  }
875
728
  relevancyScore
876
729
  sentimentScore
@@ -961,12 +814,6 @@ export const Alert = {
961
814
  createdAt
962
815
  updatedAt
963
816
  status
964
- alpacaAccount {
965
- id
966
- }
967
- asset {
968
- id
969
- }
970
817
  actions {
971
818
  id
972
819
  sequence
@@ -975,9 +822,6 @@ export const Alert = {
975
822
  note
976
823
  status
977
824
  fee
978
- trade {
979
- id
980
- }
981
825
  order {
982
826
  id
983
827
  clientOrderId
@@ -998,9 +842,6 @@ export const Alert = {
998
842
  createdAt
999
843
  updatedAt
1000
844
  orderId
1001
- Order {
1002
- id
1003
- }
1004
845
  }
1005
846
  takeProfit {
1006
847
  id
@@ -1009,9 +850,6 @@ export const Alert = {
1009
850
  createdAt
1010
851
  updatedAt
1011
852
  orderId
1012
- Order {
1013
- id
1014
- }
1015
853
  }
1016
854
  trailPrice
1017
855
  trailPercent
@@ -1023,15 +861,6 @@ export const Alert = {
1023
861
  filledAt
1024
862
  filledAvgPrice
1025
863
  actionId
1026
- alpacaAccount {
1027
- id
1028
- }
1029
- action {
1030
- id
1031
- }
1032
- asset {
1033
- id
1034
- }
1035
864
  fee
1036
865
  strikePrice
1037
866
  expirationDate
@@ -1061,9 +890,6 @@ export const Alert = {
1061
890
  createdAt
1062
891
  updatedAt
1063
892
  orderId
1064
- Order {
1065
- id
1066
- }
1067
893
  }
1068
894
  takeProfit {
1069
895
  id
@@ -1072,9 +898,6 @@ export const Alert = {
1072
898
  createdAt
1073
899
  updatedAt
1074
900
  orderId
1075
- Order {
1076
- id
1077
- }
1078
901
  }
1079
902
  trailPrice
1080
903
  trailPercent
@@ -1086,9 +909,6 @@ export const Alert = {
1086
909
  filledAt
1087
910
  filledAvgPrice
1088
911
  actionId
1089
- alpacaAccount {
1090
- id
1091
- }
1092
912
  action {
1093
913
  id
1094
914
  sequence
@@ -1112,22 +932,7 @@ export const Alert = {
1112
932
  createdAt
1113
933
  updatedAt
1114
934
  status
1115
- alpacaAccount {
1116
- id
1117
- }
1118
- asset {
1119
- id
1120
- }
1121
- actions {
1122
- id
1123
- }
1124
935
  }
1125
- order {
1126
- id
1127
- }
1128
- }
1129
- asset {
1130
- id
1131
936
  }
1132
937
  fee
1133
938
  strikePrice
@@ -1136,9 +941,6 @@ export const Alert = {
1136
941
  stopLossId
1137
942
  takeProfitId
1138
943
  }
1139
- positions {
1140
- id
1141
- }
1142
944
  newsMentions {
1143
945
  id
1144
946
  assetId
@@ -1161,12 +963,6 @@ export const Alert = {
1161
963
  logo
1162
964
  createdAt
1163
965
  updatedAt
1164
- assets {
1165
- id
1166
- }
1167
- }
1168
- asset {
1169
- id
1170
966
  }
1171
967
  relevancyScore
1172
968
  sentimentScore
@@ -1186,14 +982,8 @@ export const Alert = {
1186
982
  lastTradePrice
1187
983
  changeToday
1188
984
  assetMarginable
1189
- alpacaAccount {
1190
- id
1191
- }
1192
985
  alpacaAccountId
1193
986
  }
1194
- alerts {
1195
- id
1196
- }
1197
987
  }
1198
988
  }
1199
989
  }
@@ -1807,9 +1597,6 @@ export const Alert = {
1807
1597
  stripeCurrentPeriodEnd
1808
1598
  createdAt
1809
1599
  updatedAt
1810
- users {
1811
- id
1812
- }
1813
1600
  }
1814
1601
  customerId
1815
1602
  accounts {
@@ -1827,18 +1614,12 @@ export const Alert = {
1827
1614
  session_state
1828
1615
  createdAt
1829
1616
  updatedAt
1830
- user {
1831
- id
1832
- }
1833
1617
  }
1834
1618
  sessions {
1835
1619
  id
1836
1620
  sessionToken
1837
1621
  userId
1838
1622
  expires
1839
- user {
1840
- id
1841
- }
1842
1623
  createdAt
1843
1624
  updatedAt
1844
1625
  }
@@ -1848,16 +1629,10 @@ export const Alert = {
1848
1629
  credentialID
1849
1630
  publicKey
1850
1631
  counter
1851
- user {
1852
- id
1853
- }
1854
1632
  createdAt
1855
1633
  updatedAt
1856
1634
  }
1857
1635
  plan
1858
- alpacaAccounts {
1859
- id
1860
- }
1861
1636
  }
1862
1637
  userId
1863
1638
  createdAt
@@ -1877,9 +1652,6 @@ export const Alert = {
1877
1652
  createdAt
1878
1653
  updatedAt
1879
1654
  status
1880
- alpacaAccount {
1881
- id
1882
- }
1883
1655
  asset {
1884
1656
  id
1885
1657
  symbol
@@ -1939,9 +1711,6 @@ export const Alert = {
1939
1711
  buyPrice
1940
1712
  createdAt
1941
1713
  updatedAt
1942
- trades {
1943
- id
1944
- }
1945
1714
  orders {
1946
1715
  id
1947
1716
  clientOrderId
@@ -1962,9 +1731,6 @@ export const Alert = {
1962
1731
  createdAt
1963
1732
  updatedAt
1964
1733
  orderId
1965
- Order {
1966
- id
1967
- }
1968
1734
  }
1969
1735
  takeProfit {
1970
1736
  id
@@ -1973,9 +1739,6 @@ export const Alert = {
1973
1739
  createdAt
1974
1740
  updatedAt
1975
1741
  orderId
1976
- Order {
1977
- id
1978
- }
1979
1742
  }
1980
1743
  trailPrice
1981
1744
  trailPercent
@@ -1987,9 +1750,6 @@ export const Alert = {
1987
1750
  filledAt
1988
1751
  filledAvgPrice
1989
1752
  actionId
1990
- alpacaAccount {
1991
- id
1992
- }
1993
1753
  action {
1994
1754
  id
1995
1755
  sequence
@@ -1998,15 +1758,6 @@ export const Alert = {
1998
1758
  note
1999
1759
  status
2000
1760
  fee
2001
- trade {
2002
- id
2003
- }
2004
- order {
2005
- id
2006
- }
2007
- }
2008
- asset {
2009
- id
2010
1761
  }
2011
1762
  fee
2012
1763
  strikePrice
@@ -2018,9 +1769,6 @@ export const Alert = {
2018
1769
  positions {
2019
1770
  id
2020
1771
  assetId
2021
- asset {
2022
- id
2023
- }
2024
1772
  averageEntryPrice
2025
1773
  qty
2026
1774
  qtyAvailable
@@ -2034,9 +1782,6 @@ export const Alert = {
2034
1782
  lastTradePrice
2035
1783
  changeToday
2036
1784
  assetMarginable
2037
- alpacaAccount {
2038
- id
2039
- }
2040
1785
  alpacaAccountId
2041
1786
  }
2042
1787
  newsMentions {
@@ -2061,12 +1806,6 @@ export const Alert = {
2061
1806
  logo
2062
1807
  createdAt
2063
1808
  updatedAt
2064
- assets {
2065
- id
2066
- }
2067
- }
2068
- asset {
2069
- id
2070
1809
  }
2071
1810
  relevancyScore
2072
1811
  sentimentScore
@@ -2081,9 +1820,6 @@ export const Alert = {
2081
1820
  note
2082
1821
  status
2083
1822
  fee
2084
- trade {
2085
- id
2086
- }
2087
1823
  order {
2088
1824
  id
2089
1825
  clientOrderId
@@ -2104,9 +1840,6 @@ export const Alert = {
2104
1840
  createdAt
2105
1841
  updatedAt
2106
1842
  orderId
2107
- Order {
2108
- id
2109
- }
2110
1843
  }
2111
1844
  takeProfit {
2112
1845
  id
@@ -2115,9 +1848,6 @@ export const Alert = {
2115
1848
  createdAt
2116
1849
  updatedAt
2117
1850
  orderId
2118
- Order {
2119
- id
2120
- }
2121
1851
  }
2122
1852
  trailPrice
2123
1853
  trailPercent
@@ -2129,12 +1859,6 @@ export const Alert = {
2129
1859
  filledAt
2130
1860
  filledAvgPrice
2131
1861
  actionId
2132
- alpacaAccount {
2133
- id
2134
- }
2135
- action {
2136
- id
2137
- }
2138
1862
  asset {
2139
1863
  id
2140
1864
  symbol
@@ -2194,18 +1918,9 @@ export const Alert = {
2194
1918
  buyPrice
2195
1919
  createdAt
2196
1920
  updatedAt
2197
- trades {
2198
- id
2199
- }
2200
- orders {
2201
- id
2202
- }
2203
1921
  positions {
2204
1922
  id
2205
1923
  assetId
2206
- asset {
2207
- id
2208
- }
2209
1924
  averageEntryPrice
2210
1925
  qty
2211
1926
  qtyAvailable
@@ -2219,9 +1934,6 @@ export const Alert = {
2219
1934
  lastTradePrice
2220
1935
  changeToday
2221
1936
  assetMarginable
2222
- alpacaAccount {
2223
- id
2224
- }
2225
1937
  alpacaAccountId
2226
1938
  }
2227
1939
  newsMentions {
@@ -2246,12 +1958,6 @@ export const Alert = {
2246
1958
  logo
2247
1959
  createdAt
2248
1960
  updatedAt
2249
- assets {
2250
- id
2251
- }
2252
- }
2253
- asset {
2254
- id
2255
1961
  }
2256
1962
  relevancyScore
2257
1963
  sentimentScore
@@ -2287,9 +1993,6 @@ export const Alert = {
2287
1993
  createdAt
2288
1994
  updatedAt
2289
1995
  orderId
2290
- Order {
2291
- id
2292
- }
2293
1996
  }
2294
1997
  takeProfit {
2295
1998
  id
@@ -2298,9 +2001,6 @@ export const Alert = {
2298
2001
  createdAt
2299
2002
  updatedAt
2300
2003
  orderId
2301
- Order {
2302
- id
2303
- }
2304
2004
  }
2305
2005
  trailPrice
2306
2006
  trailPercent
@@ -2312,9 +2012,6 @@ export const Alert = {
2312
2012
  filledAt
2313
2013
  filledAvgPrice
2314
2014
  actionId
2315
- alpacaAccount {
2316
- id
2317
- }
2318
2015
  action {
2319
2016
  id
2320
2017
  sequence
@@ -2338,9 +2035,6 @@ export const Alert = {
2338
2035
  createdAt
2339
2036
  updatedAt
2340
2037
  status
2341
- alpacaAccount {
2342
- id
2343
- }
2344
2038
  asset {
2345
2039
  id
2346
2040
  symbol
@@ -2400,18 +2094,9 @@ export const Alert = {
2400
2094
  buyPrice
2401
2095
  createdAt
2402
2096
  updatedAt
2403
- trades {
2404
- id
2405
- }
2406
- orders {
2407
- id
2408
- }
2409
2097
  positions {
2410
2098
  id
2411
2099
  assetId
2412
- asset {
2413
- id
2414
- }
2415
2100
  averageEntryPrice
2416
2101
  qty
2417
2102
  qtyAvailable
@@ -2425,9 +2110,6 @@ export const Alert = {
2425
2110
  lastTradePrice
2426
2111
  changeToday
2427
2112
  assetMarginable
2428
- alpacaAccount {
2429
- id
2430
- }
2431
2113
  alpacaAccountId
2432
2114
  }
2433
2115
  newsMentions {
@@ -2452,24 +2134,12 @@ export const Alert = {
2452
2134
  logo
2453
2135
  createdAt
2454
2136
  updatedAt
2455
- assets {
2456
- id
2457
- }
2458
- }
2459
- asset {
2460
- id
2461
2137
  }
2462
2138
  relevancyScore
2463
2139
  sentimentScore
2464
2140
  sentimentLabel
2465
2141
  }
2466
2142
  }
2467
- actions {
2468
- id
2469
- }
2470
- }
2471
- order {
2472
- id
2473
2143
  }
2474
2144
  }
2475
2145
  asset {
@@ -2546,12 +2216,6 @@ export const Alert = {
2546
2216
  createdAt
2547
2217
  updatedAt
2548
2218
  status
2549
- alpacaAccount {
2550
- id
2551
- }
2552
- asset {
2553
- id
2554
- }
2555
2219
  actions {
2556
2220
  id
2557
2221
  sequence
@@ -2560,23 +2224,11 @@ export const Alert = {
2560
2224
  note
2561
2225
  status
2562
2226
  fee
2563
- trade {
2564
- id
2565
- }
2566
- order {
2567
- id
2568
- }
2569
2227
  }
2570
2228
  }
2571
- orders {
2572
- id
2573
- }
2574
2229
  positions {
2575
2230
  id
2576
2231
  assetId
2577
- asset {
2578
- id
2579
- }
2580
2232
  averageEntryPrice
2581
2233
  qty
2582
2234
  qtyAvailable
@@ -2590,9 +2242,6 @@ export const Alert = {
2590
2242
  lastTradePrice
2591
2243
  changeToday
2592
2244
  assetMarginable
2593
- alpacaAccount {
2594
- id
2595
- }
2596
2245
  alpacaAccountId
2597
2246
  }
2598
2247
  newsMentions {
@@ -2617,12 +2266,6 @@ export const Alert = {
2617
2266
  logo
2618
2267
  createdAt
2619
2268
  updatedAt
2620
- assets {
2621
- id
2622
- }
2623
- }
2624
- asset {
2625
- id
2626
2269
  }
2627
2270
  relevancyScore
2628
2271
  sentimentScore
@@ -2713,12 +2356,6 @@ export const Alert = {
2713
2356
  createdAt
2714
2357
  updatedAt
2715
2358
  status
2716
- alpacaAccount {
2717
- id
2718
- }
2719
- asset {
2720
- id
2721
- }
2722
2359
  actions {
2723
2360
  id
2724
2361
  sequence
@@ -2727,9 +2364,6 @@ export const Alert = {
2727
2364
  note
2728
2365
  status
2729
2366
  fee
2730
- trade {
2731
- id
2732
- }
2733
2367
  order {
2734
2368
  id
2735
2369
  clientOrderId
@@ -2750,9 +2384,6 @@ export const Alert = {
2750
2384
  createdAt
2751
2385
  updatedAt
2752
2386
  orderId
2753
- Order {
2754
- id
2755
- }
2756
2387
  }
2757
2388
  takeProfit {
2758
2389
  id
@@ -2761,9 +2392,6 @@ export const Alert = {
2761
2392
  createdAt
2762
2393
  updatedAt
2763
2394
  orderId
2764
- Order {
2765
- id
2766
- }
2767
2395
  }
2768
2396
  trailPrice
2769
2397
  trailPercent
@@ -2775,15 +2403,6 @@ export const Alert = {
2775
2403
  filledAt
2776
2404
  filledAvgPrice
2777
2405
  actionId
2778
- alpacaAccount {
2779
- id
2780
- }
2781
- action {
2782
- id
2783
- }
2784
- asset {
2785
- id
2786
- }
2787
2406
  fee
2788
2407
  strikePrice
2789
2408
  expirationDate
@@ -2813,9 +2432,6 @@ export const Alert = {
2813
2432
  createdAt
2814
2433
  updatedAt
2815
2434
  orderId
2816
- Order {
2817
- id
2818
- }
2819
2435
  }
2820
2436
  takeProfit {
2821
2437
  id
@@ -2824,9 +2440,6 @@ export const Alert = {
2824
2440
  createdAt
2825
2441
  updatedAt
2826
2442
  orderId
2827
- Order {
2828
- id
2829
- }
2830
2443
  }
2831
2444
  trailPrice
2832
2445
  trailPercent
@@ -2838,9 +2451,6 @@ export const Alert = {
2838
2451
  filledAt
2839
2452
  filledAvgPrice
2840
2453
  actionId
2841
- alpacaAccount {
2842
- id
2843
- }
2844
2454
  action {
2845
2455
  id
2846
2456
  sequence
@@ -2864,23 +2474,8 @@ export const Alert = {
2864
2474
  createdAt
2865
2475
  updatedAt
2866
2476
  status
2867
- alpacaAccount {
2868
- id
2869
- }
2870
- asset {
2871
- id
2872
- }
2873
- actions {
2874
- id
2875
- }
2876
- }
2877
- order {
2878
- id
2879
2477
  }
2880
2478
  }
2881
- asset {
2882
- id
2883
- }
2884
2479
  fee
2885
2480
  strikePrice
2886
2481
  expirationDate
@@ -2888,9 +2483,6 @@ export const Alert = {
2888
2483
  stopLossId
2889
2484
  takeProfitId
2890
2485
  }
2891
- positions {
2892
- id
2893
- }
2894
2486
  newsMentions {
2895
2487
  id
2896
2488
  assetId
@@ -2913,12 +2505,6 @@ export const Alert = {
2913
2505
  logo
2914
2506
  createdAt
2915
2507
  updatedAt
2916
- assets {
2917
- id
2918
- }
2919
- }
2920
- asset {
2921
- id
2922
2508
  }
2923
2509
  relevancyScore
2924
2510
  sentimentScore
@@ -2938,14 +2524,8 @@ export const Alert = {
2938
2524
  lastTradePrice
2939
2525
  changeToday
2940
2526
  assetMarginable
2941
- alpacaAccount {
2942
- id
2943
- }
2944
2527
  alpacaAccountId
2945
2528
  }
2946
- alerts {
2947
- id
2948
- }
2949
2529
  }
2950
2530
  }
2951
2531
  }`;
@@ -7397,9 +6977,6 @@ export const Alert = {
7397
6977
  stripeCurrentPeriodEnd
7398
6978
  createdAt
7399
6979
  updatedAt
7400
- users {
7401
- id
7402
- }
7403
6980
  }
7404
6981
  customerId
7405
6982
  accounts {
@@ -7417,18 +6994,12 @@ export const Alert = {
7417
6994
  session_state
7418
6995
  createdAt
7419
6996
  updatedAt
7420
- user {
7421
- id
7422
- }
7423
6997
  }
7424
6998
  sessions {
7425
6999
  id
7426
7000
  sessionToken
7427
7001
  userId
7428
7002
  expires
7429
- user {
7430
- id
7431
- }
7432
7003
  createdAt
7433
7004
  updatedAt
7434
7005
  }
@@ -7438,16 +7009,10 @@ export const Alert = {
7438
7009
  credentialID
7439
7010
  publicKey
7440
7011
  counter
7441
- user {
7442
- id
7443
- }
7444
7012
  createdAt
7445
7013
  updatedAt
7446
7014
  }
7447
7015
  plan
7448
- alpacaAccounts {
7449
- id
7450
- }
7451
7016
  }
7452
7017
  userId
7453
7018
  createdAt
@@ -7467,9 +7032,6 @@ export const Alert = {
7467
7032
  createdAt
7468
7033
  updatedAt
7469
7034
  status
7470
- alpacaAccount {
7471
- id
7472
- }
7473
7035
  asset {
7474
7036
  id
7475
7037
  symbol
@@ -7529,9 +7091,6 @@ export const Alert = {
7529
7091
  buyPrice
7530
7092
  createdAt
7531
7093
  updatedAt
7532
- trades {
7533
- id
7534
- }
7535
7094
  orders {
7536
7095
  id
7537
7096
  clientOrderId
@@ -7552,9 +7111,6 @@ export const Alert = {
7552
7111
  createdAt
7553
7112
  updatedAt
7554
7113
  orderId
7555
- Order {
7556
- id
7557
- }
7558
7114
  }
7559
7115
  takeProfit {
7560
7116
  id
@@ -7563,9 +7119,6 @@ export const Alert = {
7563
7119
  createdAt
7564
7120
  updatedAt
7565
7121
  orderId
7566
- Order {
7567
- id
7568
- }
7569
7122
  }
7570
7123
  trailPrice
7571
7124
  trailPercent
@@ -7577,9 +7130,6 @@ export const Alert = {
7577
7130
  filledAt
7578
7131
  filledAvgPrice
7579
7132
  actionId
7580
- alpacaAccount {
7581
- id
7582
- }
7583
7133
  action {
7584
7134
  id
7585
7135
  sequence
@@ -7588,15 +7138,6 @@ export const Alert = {
7588
7138
  note
7589
7139
  status
7590
7140
  fee
7591
- trade {
7592
- id
7593
- }
7594
- order {
7595
- id
7596
- }
7597
- }
7598
- asset {
7599
- id
7600
7141
  }
7601
7142
  fee
7602
7143
  strikePrice
@@ -7608,9 +7149,6 @@ export const Alert = {
7608
7149
  positions {
7609
7150
  id
7610
7151
  assetId
7611
- asset {
7612
- id
7613
- }
7614
7152
  averageEntryPrice
7615
7153
  qty
7616
7154
  qtyAvailable
@@ -7624,9 +7162,6 @@ export const Alert = {
7624
7162
  lastTradePrice
7625
7163
  changeToday
7626
7164
  assetMarginable
7627
- alpacaAccount {
7628
- id
7629
- }
7630
7165
  alpacaAccountId
7631
7166
  }
7632
7167
  newsMentions {
@@ -7651,12 +7186,6 @@ export const Alert = {
7651
7186
  logo
7652
7187
  createdAt
7653
7188
  updatedAt
7654
- assets {
7655
- id
7656
- }
7657
- }
7658
- asset {
7659
- id
7660
7189
  }
7661
7190
  relevancyScore
7662
7191
  sentimentScore
@@ -7671,9 +7200,6 @@ export const Alert = {
7671
7200
  note
7672
7201
  status
7673
7202
  fee
7674
- trade {
7675
- id
7676
- }
7677
7203
  order {
7678
7204
  id
7679
7205
  clientOrderId
@@ -7694,9 +7220,6 @@ export const Alert = {
7694
7220
  createdAt
7695
7221
  updatedAt
7696
7222
  orderId
7697
- Order {
7698
- id
7699
- }
7700
7223
  }
7701
7224
  takeProfit {
7702
7225
  id
@@ -7705,9 +7228,6 @@ export const Alert = {
7705
7228
  createdAt
7706
7229
  updatedAt
7707
7230
  orderId
7708
- Order {
7709
- id
7710
- }
7711
7231
  }
7712
7232
  trailPrice
7713
7233
  trailPercent
@@ -7719,12 +7239,6 @@ export const Alert = {
7719
7239
  filledAt
7720
7240
  filledAvgPrice
7721
7241
  actionId
7722
- alpacaAccount {
7723
- id
7724
- }
7725
- action {
7726
- id
7727
- }
7728
7242
  asset {
7729
7243
  id
7730
7244
  symbol
@@ -7784,18 +7298,9 @@ export const Alert = {
7784
7298
  buyPrice
7785
7299
  createdAt
7786
7300
  updatedAt
7787
- trades {
7788
- id
7789
- }
7790
- orders {
7791
- id
7792
- }
7793
7301
  positions {
7794
7302
  id
7795
7303
  assetId
7796
- asset {
7797
- id
7798
- }
7799
7304
  averageEntryPrice
7800
7305
  qty
7801
7306
  qtyAvailable
@@ -7809,9 +7314,6 @@ export const Alert = {
7809
7314
  lastTradePrice
7810
7315
  changeToday
7811
7316
  assetMarginable
7812
- alpacaAccount {
7813
- id
7814
- }
7815
7317
  alpacaAccountId
7816
7318
  }
7817
7319
  newsMentions {
@@ -7836,12 +7338,6 @@ export const Alert = {
7836
7338
  logo
7837
7339
  createdAt
7838
7340
  updatedAt
7839
- assets {
7840
- id
7841
- }
7842
- }
7843
- asset {
7844
- id
7845
7341
  }
7846
7342
  relevancyScore
7847
7343
  sentimentScore
@@ -7877,9 +7373,6 @@ export const Alert = {
7877
7373
  createdAt
7878
7374
  updatedAt
7879
7375
  orderId
7880
- Order {
7881
- id
7882
- }
7883
7376
  }
7884
7377
  takeProfit {
7885
7378
  id
@@ -7888,9 +7381,6 @@ export const Alert = {
7888
7381
  createdAt
7889
7382
  updatedAt
7890
7383
  orderId
7891
- Order {
7892
- id
7893
- }
7894
7384
  }
7895
7385
  trailPrice
7896
7386
  trailPercent
@@ -7902,9 +7392,6 @@ export const Alert = {
7902
7392
  filledAt
7903
7393
  filledAvgPrice
7904
7394
  actionId
7905
- alpacaAccount {
7906
- id
7907
- }
7908
7395
  action {
7909
7396
  id
7910
7397
  sequence
@@ -7928,9 +7415,6 @@ export const Alert = {
7928
7415
  createdAt
7929
7416
  updatedAt
7930
7417
  status
7931
- alpacaAccount {
7932
- id
7933
- }
7934
7418
  asset {
7935
7419
  id
7936
7420
  symbol
@@ -7990,18 +7474,9 @@ export const Alert = {
7990
7474
  buyPrice
7991
7475
  createdAt
7992
7476
  updatedAt
7993
- trades {
7994
- id
7995
- }
7996
- orders {
7997
- id
7998
- }
7999
7477
  positions {
8000
7478
  id
8001
7479
  assetId
8002
- asset {
8003
- id
8004
- }
8005
7480
  averageEntryPrice
8006
7481
  qty
8007
7482
  qtyAvailable
@@ -8015,9 +7490,6 @@ export const Alert = {
8015
7490
  lastTradePrice
8016
7491
  changeToday
8017
7492
  assetMarginable
8018
- alpacaAccount {
8019
- id
8020
- }
8021
7493
  alpacaAccountId
8022
7494
  }
8023
7495
  newsMentions {
@@ -8042,24 +7514,12 @@ export const Alert = {
8042
7514
  logo
8043
7515
  createdAt
8044
7516
  updatedAt
8045
- assets {
8046
- id
8047
- }
8048
- }
8049
- asset {
8050
- id
8051
7517
  }
8052
7518
  relevancyScore
8053
7519
  sentimentScore
8054
7520
  sentimentLabel
8055
7521
  }
8056
7522
  }
8057
- actions {
8058
- id
8059
- }
8060
- }
8061
- order {
8062
- id
8063
7523
  }
8064
7524
  }
8065
7525
  asset {
@@ -8136,12 +7596,6 @@ export const Alert = {
8136
7596
  createdAt
8137
7597
  updatedAt
8138
7598
  status
8139
- alpacaAccount {
8140
- id
8141
- }
8142
- asset {
8143
- id
8144
- }
8145
7599
  actions {
8146
7600
  id
8147
7601
  sequence
@@ -8150,23 +7604,11 @@ export const Alert = {
8150
7604
  note
8151
7605
  status
8152
7606
  fee
8153
- trade {
8154
- id
8155
- }
8156
- order {
8157
- id
8158
- }
8159
7607
  }
8160
7608
  }
8161
- orders {
8162
- id
8163
- }
8164
7609
  positions {
8165
7610
  id
8166
7611
  assetId
8167
- asset {
8168
- id
8169
- }
8170
7612
  averageEntryPrice
8171
7613
  qty
8172
7614
  qtyAvailable
@@ -8180,9 +7622,6 @@ export const Alert = {
8180
7622
  lastTradePrice
8181
7623
  changeToday
8182
7624
  assetMarginable
8183
- alpacaAccount {
8184
- id
8185
- }
8186
7625
  alpacaAccountId
8187
7626
  }
8188
7627
  newsMentions {
@@ -8207,12 +7646,6 @@ export const Alert = {
8207
7646
  logo
8208
7647
  createdAt
8209
7648
  updatedAt
8210
- assets {
8211
- id
8212
- }
8213
- }
8214
- asset {
8215
- id
8216
7649
  }
8217
7650
  relevancyScore
8218
7651
  sentimentScore
@@ -8303,12 +7736,6 @@ export const Alert = {
8303
7736
  createdAt
8304
7737
  updatedAt
8305
7738
  status
8306
- alpacaAccount {
8307
- id
8308
- }
8309
- asset {
8310
- id
8311
- }
8312
7739
  actions {
8313
7740
  id
8314
7741
  sequence
@@ -8317,9 +7744,6 @@ export const Alert = {
8317
7744
  note
8318
7745
  status
8319
7746
  fee
8320
- trade {
8321
- id
8322
- }
8323
7747
  order {
8324
7748
  id
8325
7749
  clientOrderId
@@ -8340,9 +7764,6 @@ export const Alert = {
8340
7764
  createdAt
8341
7765
  updatedAt
8342
7766
  orderId
8343
- Order {
8344
- id
8345
- }
8346
7767
  }
8347
7768
  takeProfit {
8348
7769
  id
@@ -8351,9 +7772,6 @@ export const Alert = {
8351
7772
  createdAt
8352
7773
  updatedAt
8353
7774
  orderId
8354
- Order {
8355
- id
8356
- }
8357
7775
  }
8358
7776
  trailPrice
8359
7777
  trailPercent
@@ -8365,15 +7783,6 @@ export const Alert = {
8365
7783
  filledAt
8366
7784
  filledAvgPrice
8367
7785
  actionId
8368
- alpacaAccount {
8369
- id
8370
- }
8371
- action {
8372
- id
8373
- }
8374
- asset {
8375
- id
8376
- }
8377
7786
  fee
8378
7787
  strikePrice
8379
7788
  expirationDate
@@ -8403,9 +7812,6 @@ export const Alert = {
8403
7812
  createdAt
8404
7813
  updatedAt
8405
7814
  orderId
8406
- Order {
8407
- id
8408
- }
8409
7815
  }
8410
7816
  takeProfit {
8411
7817
  id
@@ -8414,9 +7820,6 @@ export const Alert = {
8414
7820
  createdAt
8415
7821
  updatedAt
8416
7822
  orderId
8417
- Order {
8418
- id
8419
- }
8420
7823
  }
8421
7824
  trailPrice
8422
7825
  trailPercent
@@ -8428,9 +7831,6 @@ export const Alert = {
8428
7831
  filledAt
8429
7832
  filledAvgPrice
8430
7833
  actionId
8431
- alpacaAccount {
8432
- id
8433
- }
8434
7834
  action {
8435
7835
  id
8436
7836
  sequence
@@ -8454,22 +7854,7 @@ export const Alert = {
8454
7854
  createdAt
8455
7855
  updatedAt
8456
7856
  status
8457
- alpacaAccount {
8458
- id
8459
- }
8460
- asset {
8461
- id
8462
- }
8463
- actions {
8464
- id
8465
- }
8466
7857
  }
8467
- order {
8468
- id
8469
- }
8470
- }
8471
- asset {
8472
- id
8473
7858
  }
8474
7859
  fee
8475
7860
  strikePrice
@@ -8478,9 +7863,6 @@ export const Alert = {
8478
7863
  stopLossId
8479
7864
  takeProfitId
8480
7865
  }
8481
- positions {
8482
- id
8483
- }
8484
7866
  newsMentions {
8485
7867
  id
8486
7868
  assetId
@@ -8503,12 +7885,6 @@ export const Alert = {
8503
7885
  logo
8504
7886
  createdAt
8505
7887
  updatedAt
8506
- assets {
8507
- id
8508
- }
8509
- }
8510
- asset {
8511
- id
8512
7888
  }
8513
7889
  relevancyScore
8514
7890
  sentimentScore
@@ -8528,14 +7904,8 @@ export const Alert = {
8528
7904
  lastTradePrice
8529
7905
  changeToday
8530
7906
  assetMarginable
8531
- alpacaAccount {
8532
- id
8533
- }
8534
7907
  alpacaAccountId
8535
7908
  }
8536
- alerts {
8537
- id
8538
- }
8539
7909
  }
8540
7910
  }
8541
7911
  }`;
@@ -8610,9 +7980,6 @@ export const Alert = {
8610
7980
  stripeCurrentPeriodEnd
8611
7981
  createdAt
8612
7982
  updatedAt
8613
- users {
8614
- id
8615
- }
8616
7983
  }
8617
7984
  customerId
8618
7985
  accounts {
@@ -8630,18 +7997,12 @@ export const Alert = {
8630
7997
  session_state
8631
7998
  createdAt
8632
7999
  updatedAt
8633
- user {
8634
- id
8635
- }
8636
8000
  }
8637
8001
  sessions {
8638
8002
  id
8639
8003
  sessionToken
8640
8004
  userId
8641
8005
  expires
8642
- user {
8643
- id
8644
- }
8645
8006
  createdAt
8646
8007
  updatedAt
8647
8008
  }
@@ -8651,16 +8012,10 @@ export const Alert = {
8651
8012
  credentialID
8652
8013
  publicKey
8653
8014
  counter
8654
- user {
8655
- id
8656
- }
8657
8015
  createdAt
8658
8016
  updatedAt
8659
8017
  }
8660
8018
  plan
8661
- alpacaAccounts {
8662
- id
8663
- }
8664
8019
  }
8665
8020
  userId
8666
8021
  createdAt
@@ -8680,9 +8035,6 @@ export const Alert = {
8680
8035
  createdAt
8681
8036
  updatedAt
8682
8037
  status
8683
- alpacaAccount {
8684
- id
8685
- }
8686
8038
  asset {
8687
8039
  id
8688
8040
  symbol
@@ -8742,9 +8094,6 @@ export const Alert = {
8742
8094
  buyPrice
8743
8095
  createdAt
8744
8096
  updatedAt
8745
- trades {
8746
- id
8747
- }
8748
8097
  orders {
8749
8098
  id
8750
8099
  clientOrderId
@@ -8765,9 +8114,6 @@ export const Alert = {
8765
8114
  createdAt
8766
8115
  updatedAt
8767
8116
  orderId
8768
- Order {
8769
- id
8770
- }
8771
8117
  }
8772
8118
  takeProfit {
8773
8119
  id
@@ -8776,9 +8122,6 @@ export const Alert = {
8776
8122
  createdAt
8777
8123
  updatedAt
8778
8124
  orderId
8779
- Order {
8780
- id
8781
- }
8782
8125
  }
8783
8126
  trailPrice
8784
8127
  trailPercent
@@ -8790,9 +8133,6 @@ export const Alert = {
8790
8133
  filledAt
8791
8134
  filledAvgPrice
8792
8135
  actionId
8793
- alpacaAccount {
8794
- id
8795
- }
8796
8136
  action {
8797
8137
  id
8798
8138
  sequence
@@ -8801,15 +8141,6 @@ export const Alert = {
8801
8141
  note
8802
8142
  status
8803
8143
  fee
8804
- trade {
8805
- id
8806
- }
8807
- order {
8808
- id
8809
- }
8810
- }
8811
- asset {
8812
- id
8813
8144
  }
8814
8145
  fee
8815
8146
  strikePrice
@@ -8821,9 +8152,6 @@ export const Alert = {
8821
8152
  positions {
8822
8153
  id
8823
8154
  assetId
8824
- asset {
8825
- id
8826
- }
8827
8155
  averageEntryPrice
8828
8156
  qty
8829
8157
  qtyAvailable
@@ -8837,9 +8165,6 @@ export const Alert = {
8837
8165
  lastTradePrice
8838
8166
  changeToday
8839
8167
  assetMarginable
8840
- alpacaAccount {
8841
- id
8842
- }
8843
8168
  alpacaAccountId
8844
8169
  }
8845
8170
  newsMentions {
@@ -8864,12 +8189,6 @@ export const Alert = {
8864
8189
  logo
8865
8190
  createdAt
8866
8191
  updatedAt
8867
- assets {
8868
- id
8869
- }
8870
- }
8871
- asset {
8872
- id
8873
8192
  }
8874
8193
  relevancyScore
8875
8194
  sentimentScore
@@ -8884,9 +8203,6 @@ export const Alert = {
8884
8203
  note
8885
8204
  status
8886
8205
  fee
8887
- trade {
8888
- id
8889
- }
8890
8206
  order {
8891
8207
  id
8892
8208
  clientOrderId
@@ -8907,9 +8223,6 @@ export const Alert = {
8907
8223
  createdAt
8908
8224
  updatedAt
8909
8225
  orderId
8910
- Order {
8911
- id
8912
- }
8913
8226
  }
8914
8227
  takeProfit {
8915
8228
  id
@@ -8918,9 +8231,6 @@ export const Alert = {
8918
8231
  createdAt
8919
8232
  updatedAt
8920
8233
  orderId
8921
- Order {
8922
- id
8923
- }
8924
8234
  }
8925
8235
  trailPrice
8926
8236
  trailPercent
@@ -8932,13 +8242,7 @@ export const Alert = {
8932
8242
  filledAt
8933
8243
  filledAvgPrice
8934
8244
  actionId
8935
- alpacaAccount {
8936
- id
8937
- }
8938
- action {
8939
- id
8940
- }
8941
- asset {
8245
+ asset {
8942
8246
  id
8943
8247
  symbol
8944
8248
  name
@@ -8997,18 +8301,9 @@ export const Alert = {
8997
8301
  buyPrice
8998
8302
  createdAt
8999
8303
  updatedAt
9000
- trades {
9001
- id
9002
- }
9003
- orders {
9004
- id
9005
- }
9006
8304
  positions {
9007
8305
  id
9008
8306
  assetId
9009
- asset {
9010
- id
9011
- }
9012
8307
  averageEntryPrice
9013
8308
  qty
9014
8309
  qtyAvailable
@@ -9022,9 +8317,6 @@ export const Alert = {
9022
8317
  lastTradePrice
9023
8318
  changeToday
9024
8319
  assetMarginable
9025
- alpacaAccount {
9026
- id
9027
- }
9028
8320
  alpacaAccountId
9029
8321
  }
9030
8322
  newsMentions {
@@ -9049,12 +8341,6 @@ export const Alert = {
9049
8341
  logo
9050
8342
  createdAt
9051
8343
  updatedAt
9052
- assets {
9053
- id
9054
- }
9055
- }
9056
- asset {
9057
- id
9058
8344
  }
9059
8345
  relevancyScore
9060
8346
  sentimentScore
@@ -9090,9 +8376,6 @@ export const Alert = {
9090
8376
  createdAt
9091
8377
  updatedAt
9092
8378
  orderId
9093
- Order {
9094
- id
9095
- }
9096
8379
  }
9097
8380
  takeProfit {
9098
8381
  id
@@ -9101,9 +8384,6 @@ export const Alert = {
9101
8384
  createdAt
9102
8385
  updatedAt
9103
8386
  orderId
9104
- Order {
9105
- id
9106
- }
9107
8387
  }
9108
8388
  trailPrice
9109
8389
  trailPercent
@@ -9115,9 +8395,6 @@ export const Alert = {
9115
8395
  filledAt
9116
8396
  filledAvgPrice
9117
8397
  actionId
9118
- alpacaAccount {
9119
- id
9120
- }
9121
8398
  action {
9122
8399
  id
9123
8400
  sequence
@@ -9141,9 +8418,6 @@ export const Alert = {
9141
8418
  createdAt
9142
8419
  updatedAt
9143
8420
  status
9144
- alpacaAccount {
9145
- id
9146
- }
9147
8421
  asset {
9148
8422
  id
9149
8423
  symbol
@@ -9203,18 +8477,9 @@ export const Alert = {
9203
8477
  buyPrice
9204
8478
  createdAt
9205
8479
  updatedAt
9206
- trades {
9207
- id
9208
- }
9209
- orders {
9210
- id
9211
- }
9212
8480
  positions {
9213
8481
  id
9214
8482
  assetId
9215
- asset {
9216
- id
9217
- }
9218
8483
  averageEntryPrice
9219
8484
  qty
9220
8485
  qtyAvailable
@@ -9228,9 +8493,6 @@ export const Alert = {
9228
8493
  lastTradePrice
9229
8494
  changeToday
9230
8495
  assetMarginable
9231
- alpacaAccount {
9232
- id
9233
- }
9234
8496
  alpacaAccountId
9235
8497
  }
9236
8498
  newsMentions {
@@ -9255,24 +8517,12 @@ export const Alert = {
9255
8517
  logo
9256
8518
  createdAt
9257
8519
  updatedAt
9258
- assets {
9259
- id
9260
- }
9261
- }
9262
- asset {
9263
- id
9264
8520
  }
9265
8521
  relevancyScore
9266
8522
  sentimentScore
9267
8523
  sentimentLabel
9268
8524
  }
9269
8525
  }
9270
- actions {
9271
- id
9272
- }
9273
- }
9274
- order {
9275
- id
9276
8526
  }
9277
8527
  }
9278
8528
  asset {
@@ -9349,12 +8599,6 @@ export const Alert = {
9349
8599
  createdAt
9350
8600
  updatedAt
9351
8601
  status
9352
- alpacaAccount {
9353
- id
9354
- }
9355
- asset {
9356
- id
9357
- }
9358
8602
  actions {
9359
8603
  id
9360
8604
  sequence
@@ -9363,23 +8607,11 @@ export const Alert = {
9363
8607
  note
9364
8608
  status
9365
8609
  fee
9366
- trade {
9367
- id
9368
- }
9369
- order {
9370
- id
9371
- }
9372
8610
  }
9373
8611
  }
9374
- orders {
9375
- id
9376
- }
9377
8612
  positions {
9378
8613
  id
9379
8614
  assetId
9380
- asset {
9381
- id
9382
- }
9383
8615
  averageEntryPrice
9384
8616
  qty
9385
8617
  qtyAvailable
@@ -9393,9 +8625,6 @@ export const Alert = {
9393
8625
  lastTradePrice
9394
8626
  changeToday
9395
8627
  assetMarginable
9396
- alpacaAccount {
9397
- id
9398
- }
9399
8628
  alpacaAccountId
9400
8629
  }
9401
8630
  newsMentions {
@@ -9420,12 +8649,6 @@ export const Alert = {
9420
8649
  logo
9421
8650
  createdAt
9422
8651
  updatedAt
9423
- assets {
9424
- id
9425
- }
9426
- }
9427
- asset {
9428
- id
9429
8652
  }
9430
8653
  relevancyScore
9431
8654
  sentimentScore
@@ -9516,12 +8739,6 @@ export const Alert = {
9516
8739
  createdAt
9517
8740
  updatedAt
9518
8741
  status
9519
- alpacaAccount {
9520
- id
9521
- }
9522
- asset {
9523
- id
9524
- }
9525
8742
  actions {
9526
8743
  id
9527
8744
  sequence
@@ -9530,9 +8747,6 @@ export const Alert = {
9530
8747
  note
9531
8748
  status
9532
8749
  fee
9533
- trade {
9534
- id
9535
- }
9536
8750
  order {
9537
8751
  id
9538
8752
  clientOrderId
@@ -9553,9 +8767,6 @@ export const Alert = {
9553
8767
  createdAt
9554
8768
  updatedAt
9555
8769
  orderId
9556
- Order {
9557
- id
9558
- }
9559
8770
  }
9560
8771
  takeProfit {
9561
8772
  id
@@ -9564,9 +8775,6 @@ export const Alert = {
9564
8775
  createdAt
9565
8776
  updatedAt
9566
8777
  orderId
9567
- Order {
9568
- id
9569
- }
9570
8778
  }
9571
8779
  trailPrice
9572
8780
  trailPercent
@@ -9578,15 +8786,6 @@ export const Alert = {
9578
8786
  filledAt
9579
8787
  filledAvgPrice
9580
8788
  actionId
9581
- alpacaAccount {
9582
- id
9583
- }
9584
- action {
9585
- id
9586
- }
9587
- asset {
9588
- id
9589
- }
9590
8789
  fee
9591
8790
  strikePrice
9592
8791
  expirationDate
@@ -9616,9 +8815,6 @@ export const Alert = {
9616
8815
  createdAt
9617
8816
  updatedAt
9618
8817
  orderId
9619
- Order {
9620
- id
9621
- }
9622
8818
  }
9623
8819
  takeProfit {
9624
8820
  id
@@ -9627,9 +8823,6 @@ export const Alert = {
9627
8823
  createdAt
9628
8824
  updatedAt
9629
8825
  orderId
9630
- Order {
9631
- id
9632
- }
9633
8826
  }
9634
8827
  trailPrice
9635
8828
  trailPercent
@@ -9641,9 +8834,6 @@ export const Alert = {
9641
8834
  filledAt
9642
8835
  filledAvgPrice
9643
8836
  actionId
9644
- alpacaAccount {
9645
- id
9646
- }
9647
8837
  action {
9648
8838
  id
9649
8839
  sequence
@@ -9667,23 +8857,8 @@ export const Alert = {
9667
8857
  createdAt
9668
8858
  updatedAt
9669
8859
  status
9670
- alpacaAccount {
9671
- id
9672
- }
9673
- asset {
9674
- id
9675
- }
9676
- actions {
9677
- id
9678
- }
9679
- }
9680
- order {
9681
- id
9682
8860
  }
9683
8861
  }
9684
- asset {
9685
- id
9686
- }
9687
8862
  fee
9688
8863
  strikePrice
9689
8864
  expirationDate
@@ -9691,9 +8866,6 @@ export const Alert = {
9691
8866
  stopLossId
9692
8867
  takeProfitId
9693
8868
  }
9694
- positions {
9695
- id
9696
- }
9697
8869
  newsMentions {
9698
8870
  id
9699
8871
  assetId
@@ -9716,12 +8888,6 @@ export const Alert = {
9716
8888
  logo
9717
8889
  createdAt
9718
8890
  updatedAt
9719
- assets {
9720
- id
9721
- }
9722
- }
9723
- asset {
9724
- id
9725
8891
  }
9726
8892
  relevancyScore
9727
8893
  sentimentScore
@@ -9741,14 +8907,8 @@ export const Alert = {
9741
8907
  lastTradePrice
9742
8908
  changeToday
9743
8909
  assetMarginable
9744
- alpacaAccount {
9745
- id
9746
- }
9747
8910
  alpacaAccountId
9748
8911
  }
9749
- alerts {
9750
- id
9751
- }
9752
8912
  }
9753
8913
  }
9754
8914
  }`;
@@ -9822,9 +8982,6 @@ export const Alert = {
9822
8982
  stripeCurrentPeriodEnd
9823
8983
  createdAt
9824
8984
  updatedAt
9825
- users {
9826
- id
9827
- }
9828
8985
  }
9829
8986
  customerId
9830
8987
  accounts {
@@ -9842,18 +8999,12 @@ export const Alert = {
9842
8999
  session_state
9843
9000
  createdAt
9844
9001
  updatedAt
9845
- user {
9846
- id
9847
- }
9848
9002
  }
9849
9003
  sessions {
9850
9004
  id
9851
9005
  sessionToken
9852
9006
  userId
9853
9007
  expires
9854
- user {
9855
- id
9856
- }
9857
9008
  createdAt
9858
9009
  updatedAt
9859
9010
  }
@@ -9863,16 +9014,10 @@ export const Alert = {
9863
9014
  credentialID
9864
9015
  publicKey
9865
9016
  counter
9866
- user {
9867
- id
9868
- }
9869
9017
  createdAt
9870
9018
  updatedAt
9871
9019
  }
9872
9020
  plan
9873
- alpacaAccounts {
9874
- id
9875
- }
9876
9021
  }
9877
9022
  userId
9878
9023
  createdAt
@@ -9892,9 +9037,6 @@ export const Alert = {
9892
9037
  createdAt
9893
9038
  updatedAt
9894
9039
  status
9895
- alpacaAccount {
9896
- id
9897
- }
9898
9040
  asset {
9899
9041
  id
9900
9042
  symbol
@@ -9954,9 +9096,6 @@ export const Alert = {
9954
9096
  buyPrice
9955
9097
  createdAt
9956
9098
  updatedAt
9957
- trades {
9958
- id
9959
- }
9960
9099
  orders {
9961
9100
  id
9962
9101
  clientOrderId
@@ -9977,9 +9116,6 @@ export const Alert = {
9977
9116
  createdAt
9978
9117
  updatedAt
9979
9118
  orderId
9980
- Order {
9981
- id
9982
- }
9983
9119
  }
9984
9120
  takeProfit {
9985
9121
  id
@@ -9988,9 +9124,6 @@ export const Alert = {
9988
9124
  createdAt
9989
9125
  updatedAt
9990
9126
  orderId
9991
- Order {
9992
- id
9993
- }
9994
9127
  }
9995
9128
  trailPrice
9996
9129
  trailPercent
@@ -10002,9 +9135,6 @@ export const Alert = {
10002
9135
  filledAt
10003
9136
  filledAvgPrice
10004
9137
  actionId
10005
- alpacaAccount {
10006
- id
10007
- }
10008
9138
  action {
10009
9139
  id
10010
9140
  sequence
@@ -10013,15 +9143,6 @@ export const Alert = {
10013
9143
  note
10014
9144
  status
10015
9145
  fee
10016
- trade {
10017
- id
10018
- }
10019
- order {
10020
- id
10021
- }
10022
- }
10023
- asset {
10024
- id
10025
9146
  }
10026
9147
  fee
10027
9148
  strikePrice
@@ -10033,9 +9154,6 @@ export const Alert = {
10033
9154
  positions {
10034
9155
  id
10035
9156
  assetId
10036
- asset {
10037
- id
10038
- }
10039
9157
  averageEntryPrice
10040
9158
  qty
10041
9159
  qtyAvailable
@@ -10049,9 +9167,6 @@ export const Alert = {
10049
9167
  lastTradePrice
10050
9168
  changeToday
10051
9169
  assetMarginable
10052
- alpacaAccount {
10053
- id
10054
- }
10055
9170
  alpacaAccountId
10056
9171
  }
10057
9172
  newsMentions {
@@ -10076,12 +9191,6 @@ export const Alert = {
10076
9191
  logo
10077
9192
  createdAt
10078
9193
  updatedAt
10079
- assets {
10080
- id
10081
- }
10082
- }
10083
- asset {
10084
- id
10085
9194
  }
10086
9195
  relevancyScore
10087
9196
  sentimentScore
@@ -10096,9 +9205,6 @@ export const Alert = {
10096
9205
  note
10097
9206
  status
10098
9207
  fee
10099
- trade {
10100
- id
10101
- }
10102
9208
  order {
10103
9209
  id
10104
9210
  clientOrderId
@@ -10119,9 +9225,6 @@ export const Alert = {
10119
9225
  createdAt
10120
9226
  updatedAt
10121
9227
  orderId
10122
- Order {
10123
- id
10124
- }
10125
9228
  }
10126
9229
  takeProfit {
10127
9230
  id
@@ -10130,9 +9233,6 @@ export const Alert = {
10130
9233
  createdAt
10131
9234
  updatedAt
10132
9235
  orderId
10133
- Order {
10134
- id
10135
- }
10136
9236
  }
10137
9237
  trailPrice
10138
9238
  trailPercent
@@ -10144,12 +9244,6 @@ export const Alert = {
10144
9244
  filledAt
10145
9245
  filledAvgPrice
10146
9246
  actionId
10147
- alpacaAccount {
10148
- id
10149
- }
10150
- action {
10151
- id
10152
- }
10153
9247
  asset {
10154
9248
  id
10155
9249
  symbol
@@ -10209,18 +9303,9 @@ export const Alert = {
10209
9303
  buyPrice
10210
9304
  createdAt
10211
9305
  updatedAt
10212
- trades {
10213
- id
10214
- }
10215
- orders {
10216
- id
10217
- }
10218
9306
  positions {
10219
9307
  id
10220
9308
  assetId
10221
- asset {
10222
- id
10223
- }
10224
9309
  averageEntryPrice
10225
9310
  qty
10226
9311
  qtyAvailable
@@ -10234,9 +9319,6 @@ export const Alert = {
10234
9319
  lastTradePrice
10235
9320
  changeToday
10236
9321
  assetMarginable
10237
- alpacaAccount {
10238
- id
10239
- }
10240
9322
  alpacaAccountId
10241
9323
  }
10242
9324
  newsMentions {
@@ -10261,12 +9343,6 @@ export const Alert = {
10261
9343
  logo
10262
9344
  createdAt
10263
9345
  updatedAt
10264
- assets {
10265
- id
10266
- }
10267
- }
10268
- asset {
10269
- id
10270
9346
  }
10271
9347
  relevancyScore
10272
9348
  sentimentScore
@@ -10302,9 +9378,6 @@ export const Alert = {
10302
9378
  createdAt
10303
9379
  updatedAt
10304
9380
  orderId
10305
- Order {
10306
- id
10307
- }
10308
9381
  }
10309
9382
  takeProfit {
10310
9383
  id
@@ -10313,9 +9386,6 @@ export const Alert = {
10313
9386
  createdAt
10314
9387
  updatedAt
10315
9388
  orderId
10316
- Order {
10317
- id
10318
- }
10319
9389
  }
10320
9390
  trailPrice
10321
9391
  trailPercent
@@ -10327,9 +9397,6 @@ export const Alert = {
10327
9397
  filledAt
10328
9398
  filledAvgPrice
10329
9399
  actionId
10330
- alpacaAccount {
10331
- id
10332
- }
10333
9400
  action {
10334
9401
  id
10335
9402
  sequence
@@ -10353,9 +9420,6 @@ export const Alert = {
10353
9420
  createdAt
10354
9421
  updatedAt
10355
9422
  status
10356
- alpacaAccount {
10357
- id
10358
- }
10359
9423
  asset {
10360
9424
  id
10361
9425
  symbol
@@ -10415,18 +9479,9 @@ export const Alert = {
10415
9479
  buyPrice
10416
9480
  createdAt
10417
9481
  updatedAt
10418
- trades {
10419
- id
10420
- }
10421
- orders {
10422
- id
10423
- }
10424
9482
  positions {
10425
9483
  id
10426
9484
  assetId
10427
- asset {
10428
- id
10429
- }
10430
9485
  averageEntryPrice
10431
9486
  qty
10432
9487
  qtyAvailable
@@ -10440,9 +9495,6 @@ export const Alert = {
10440
9495
  lastTradePrice
10441
9496
  changeToday
10442
9497
  assetMarginable
10443
- alpacaAccount {
10444
- id
10445
- }
10446
9498
  alpacaAccountId
10447
9499
  }
10448
9500
  newsMentions {
@@ -10467,24 +9519,12 @@ export const Alert = {
10467
9519
  logo
10468
9520
  createdAt
10469
9521
  updatedAt
10470
- assets {
10471
- id
10472
- }
10473
- }
10474
- asset {
10475
- id
10476
9522
  }
10477
9523
  relevancyScore
10478
9524
  sentimentScore
10479
9525
  sentimentLabel
10480
9526
  }
10481
9527
  }
10482
- actions {
10483
- id
10484
- }
10485
- }
10486
- order {
10487
- id
10488
9528
  }
10489
9529
  }
10490
9530
  asset {
@@ -10561,12 +9601,6 @@ export const Alert = {
10561
9601
  createdAt
10562
9602
  updatedAt
10563
9603
  status
10564
- alpacaAccount {
10565
- id
10566
- }
10567
- asset {
10568
- id
10569
- }
10570
9604
  actions {
10571
9605
  id
10572
9606
  sequence
@@ -10575,23 +9609,11 @@ export const Alert = {
10575
9609
  note
10576
9610
  status
10577
9611
  fee
10578
- trade {
10579
- id
10580
- }
10581
- order {
10582
- id
10583
- }
10584
9612
  }
10585
9613
  }
10586
- orders {
10587
- id
10588
- }
10589
9614
  positions {
10590
9615
  id
10591
9616
  assetId
10592
- asset {
10593
- id
10594
- }
10595
9617
  averageEntryPrice
10596
9618
  qty
10597
9619
  qtyAvailable
@@ -10605,9 +9627,6 @@ export const Alert = {
10605
9627
  lastTradePrice
10606
9628
  changeToday
10607
9629
  assetMarginable
10608
- alpacaAccount {
10609
- id
10610
- }
10611
9630
  alpacaAccountId
10612
9631
  }
10613
9632
  newsMentions {
@@ -10632,12 +9651,6 @@ export const Alert = {
10632
9651
  logo
10633
9652
  createdAt
10634
9653
  updatedAt
10635
- assets {
10636
- id
10637
- }
10638
- }
10639
- asset {
10640
- id
10641
9654
  }
10642
9655
  relevancyScore
10643
9656
  sentimentScore
@@ -10728,12 +9741,6 @@ export const Alert = {
10728
9741
  createdAt
10729
9742
  updatedAt
10730
9743
  status
10731
- alpacaAccount {
10732
- id
10733
- }
10734
- asset {
10735
- id
10736
- }
10737
9744
  actions {
10738
9745
  id
10739
9746
  sequence
@@ -10742,9 +9749,6 @@ export const Alert = {
10742
9749
  note
10743
9750
  status
10744
9751
  fee
10745
- trade {
10746
- id
10747
- }
10748
9752
  order {
10749
9753
  id
10750
9754
  clientOrderId
@@ -10765,9 +9769,6 @@ export const Alert = {
10765
9769
  createdAt
10766
9770
  updatedAt
10767
9771
  orderId
10768
- Order {
10769
- id
10770
- }
10771
9772
  }
10772
9773
  takeProfit {
10773
9774
  id
@@ -10776,9 +9777,6 @@ export const Alert = {
10776
9777
  createdAt
10777
9778
  updatedAt
10778
9779
  orderId
10779
- Order {
10780
- id
10781
- }
10782
9780
  }
10783
9781
  trailPrice
10784
9782
  trailPercent
@@ -10790,15 +9788,6 @@ export const Alert = {
10790
9788
  filledAt
10791
9789
  filledAvgPrice
10792
9790
  actionId
10793
- alpacaAccount {
10794
- id
10795
- }
10796
- action {
10797
- id
10798
- }
10799
- asset {
10800
- id
10801
- }
10802
9791
  fee
10803
9792
  strikePrice
10804
9793
  expirationDate
@@ -10828,9 +9817,6 @@ export const Alert = {
10828
9817
  createdAt
10829
9818
  updatedAt
10830
9819
  orderId
10831
- Order {
10832
- id
10833
- }
10834
9820
  }
10835
9821
  takeProfit {
10836
9822
  id
@@ -10839,9 +9825,6 @@ export const Alert = {
10839
9825
  createdAt
10840
9826
  updatedAt
10841
9827
  orderId
10842
- Order {
10843
- id
10844
- }
10845
9828
  }
10846
9829
  trailPrice
10847
9830
  trailPercent
@@ -10853,9 +9836,6 @@ export const Alert = {
10853
9836
  filledAt
10854
9837
  filledAvgPrice
10855
9838
  actionId
10856
- alpacaAccount {
10857
- id
10858
- }
10859
9839
  action {
10860
9840
  id
10861
9841
  sequence
@@ -10879,23 +9859,8 @@ export const Alert = {
10879
9859
  createdAt
10880
9860
  updatedAt
10881
9861
  status
10882
- alpacaAccount {
10883
- id
10884
- }
10885
- asset {
10886
- id
10887
- }
10888
- actions {
10889
- id
10890
- }
10891
- }
10892
- order {
10893
- id
10894
9862
  }
10895
9863
  }
10896
- asset {
10897
- id
10898
- }
10899
9864
  fee
10900
9865
  strikePrice
10901
9866
  expirationDate
@@ -10903,9 +9868,6 @@ export const Alert = {
10903
9868
  stopLossId
10904
9869
  takeProfitId
10905
9870
  }
10906
- positions {
10907
- id
10908
- }
10909
9871
  newsMentions {
10910
9872
  id
10911
9873
  assetId
@@ -10928,12 +9890,6 @@ export const Alert = {
10928
9890
  logo
10929
9891
  createdAt
10930
9892
  updatedAt
10931
- assets {
10932
- id
10933
- }
10934
- }
10935
- asset {
10936
- id
10937
9893
  }
10938
9894
  relevancyScore
10939
9895
  sentimentScore
@@ -10953,14 +9909,8 @@ export const Alert = {
10953
9909
  lastTradePrice
10954
9910
  changeToday
10955
9911
  assetMarginable
10956
- alpacaAccount {
10957
- id
10958
- }
10959
9912
  alpacaAccountId
10960
9913
  }
10961
- alerts {
10962
- id
10963
- }
10964
9914
  }
10965
9915
  }
10966
9916
  }`;
@@ -11029,9 +9979,6 @@ export const Alert = {
11029
9979
  stripeCurrentPeriodEnd
11030
9980
  createdAt
11031
9981
  updatedAt
11032
- users {
11033
- id
11034
- }
11035
9982
  }
11036
9983
  customerId
11037
9984
  accounts {
@@ -11049,18 +9996,12 @@ export const Alert = {
11049
9996
  session_state
11050
9997
  createdAt
11051
9998
  updatedAt
11052
- user {
11053
- id
11054
- }
11055
9999
  }
11056
10000
  sessions {
11057
10001
  id
11058
10002
  sessionToken
11059
10003
  userId
11060
10004
  expires
11061
- user {
11062
- id
11063
- }
11064
10005
  createdAt
11065
10006
  updatedAt
11066
10007
  }
@@ -11070,16 +10011,10 @@ export const Alert = {
11070
10011
  credentialID
11071
10012
  publicKey
11072
10013
  counter
11073
- user {
11074
- id
11075
- }
11076
10014
  createdAt
11077
10015
  updatedAt
11078
10016
  }
11079
10017
  plan
11080
- alpacaAccounts {
11081
- id
11082
- }
11083
10018
  }
11084
10019
  userId
11085
10020
  createdAt
@@ -11099,9 +10034,6 @@ export const Alert = {
11099
10034
  createdAt
11100
10035
  updatedAt
11101
10036
  status
11102
- alpacaAccount {
11103
- id
11104
- }
11105
10037
  asset {
11106
10038
  id
11107
10039
  symbol
@@ -11161,9 +10093,6 @@ export const Alert = {
11161
10093
  buyPrice
11162
10094
  createdAt
11163
10095
  updatedAt
11164
- trades {
11165
- id
11166
- }
11167
10096
  orders {
11168
10097
  id
11169
10098
  clientOrderId
@@ -11184,9 +10113,6 @@ export const Alert = {
11184
10113
  createdAt
11185
10114
  updatedAt
11186
10115
  orderId
11187
- Order {
11188
- id
11189
- }
11190
10116
  }
11191
10117
  takeProfit {
11192
10118
  id
@@ -11195,9 +10121,6 @@ export const Alert = {
11195
10121
  createdAt
11196
10122
  updatedAt
11197
10123
  orderId
11198
- Order {
11199
- id
11200
- }
11201
10124
  }
11202
10125
  trailPrice
11203
10126
  trailPercent
@@ -11209,9 +10132,6 @@ export const Alert = {
11209
10132
  filledAt
11210
10133
  filledAvgPrice
11211
10134
  actionId
11212
- alpacaAccount {
11213
- id
11214
- }
11215
10135
  action {
11216
10136
  id
11217
10137
  sequence
@@ -11220,15 +10140,6 @@ export const Alert = {
11220
10140
  note
11221
10141
  status
11222
10142
  fee
11223
- trade {
11224
- id
11225
- }
11226
- order {
11227
- id
11228
- }
11229
- }
11230
- asset {
11231
- id
11232
10143
  }
11233
10144
  fee
11234
10145
  strikePrice
@@ -11240,9 +10151,6 @@ export const Alert = {
11240
10151
  positions {
11241
10152
  id
11242
10153
  assetId
11243
- asset {
11244
- id
11245
- }
11246
10154
  averageEntryPrice
11247
10155
  qty
11248
10156
  qtyAvailable
@@ -11256,9 +10164,6 @@ export const Alert = {
11256
10164
  lastTradePrice
11257
10165
  changeToday
11258
10166
  assetMarginable
11259
- alpacaAccount {
11260
- id
11261
- }
11262
10167
  alpacaAccountId
11263
10168
  }
11264
10169
  newsMentions {
@@ -11283,12 +10188,6 @@ export const Alert = {
11283
10188
  logo
11284
10189
  createdAt
11285
10190
  updatedAt
11286
- assets {
11287
- id
11288
- }
11289
- }
11290
- asset {
11291
- id
11292
10191
  }
11293
10192
  relevancyScore
11294
10193
  sentimentScore
@@ -11303,9 +10202,6 @@ export const Alert = {
11303
10202
  note
11304
10203
  status
11305
10204
  fee
11306
- trade {
11307
- id
11308
- }
11309
10205
  order {
11310
10206
  id
11311
10207
  clientOrderId
@@ -11326,9 +10222,6 @@ export const Alert = {
11326
10222
  createdAt
11327
10223
  updatedAt
11328
10224
  orderId
11329
- Order {
11330
- id
11331
- }
11332
10225
  }
11333
10226
  takeProfit {
11334
10227
  id
@@ -11337,9 +10230,6 @@ export const Alert = {
11337
10230
  createdAt
11338
10231
  updatedAt
11339
10232
  orderId
11340
- Order {
11341
- id
11342
- }
11343
10233
  }
11344
10234
  trailPrice
11345
10235
  trailPercent
@@ -11351,12 +10241,6 @@ export const Alert = {
11351
10241
  filledAt
11352
10242
  filledAvgPrice
11353
10243
  actionId
11354
- alpacaAccount {
11355
- id
11356
- }
11357
- action {
11358
- id
11359
- }
11360
10244
  asset {
11361
10245
  id
11362
10246
  symbol
@@ -11416,18 +10300,9 @@ export const Alert = {
11416
10300
  buyPrice
11417
10301
  createdAt
11418
10302
  updatedAt
11419
- trades {
11420
- id
11421
- }
11422
- orders {
11423
- id
11424
- }
11425
10303
  positions {
11426
10304
  id
11427
10305
  assetId
11428
- asset {
11429
- id
11430
- }
11431
10306
  averageEntryPrice
11432
10307
  qty
11433
10308
  qtyAvailable
@@ -11441,9 +10316,6 @@ export const Alert = {
11441
10316
  lastTradePrice
11442
10317
  changeToday
11443
10318
  assetMarginable
11444
- alpacaAccount {
11445
- id
11446
- }
11447
10319
  alpacaAccountId
11448
10320
  }
11449
10321
  newsMentions {
@@ -11468,12 +10340,6 @@ export const Alert = {
11468
10340
  logo
11469
10341
  createdAt
11470
10342
  updatedAt
11471
- assets {
11472
- id
11473
- }
11474
- }
11475
- asset {
11476
- id
11477
10343
  }
11478
10344
  relevancyScore
11479
10345
  sentimentScore
@@ -11509,9 +10375,6 @@ export const Alert = {
11509
10375
  createdAt
11510
10376
  updatedAt
11511
10377
  orderId
11512
- Order {
11513
- id
11514
- }
11515
10378
  }
11516
10379
  takeProfit {
11517
10380
  id
@@ -11520,9 +10383,6 @@ export const Alert = {
11520
10383
  createdAt
11521
10384
  updatedAt
11522
10385
  orderId
11523
- Order {
11524
- id
11525
- }
11526
10386
  }
11527
10387
  trailPrice
11528
10388
  trailPercent
@@ -11534,9 +10394,6 @@ export const Alert = {
11534
10394
  filledAt
11535
10395
  filledAvgPrice
11536
10396
  actionId
11537
- alpacaAccount {
11538
- id
11539
- }
11540
10397
  action {
11541
10398
  id
11542
10399
  sequence
@@ -11560,9 +10417,6 @@ export const Alert = {
11560
10417
  createdAt
11561
10418
  updatedAt
11562
10419
  status
11563
- alpacaAccount {
11564
- id
11565
- }
11566
10420
  asset {
11567
10421
  id
11568
10422
  symbol
@@ -11622,18 +10476,9 @@ export const Alert = {
11622
10476
  buyPrice
11623
10477
  createdAt
11624
10478
  updatedAt
11625
- trades {
11626
- id
11627
- }
11628
- orders {
11629
- id
11630
- }
11631
10479
  positions {
11632
10480
  id
11633
10481
  assetId
11634
- asset {
11635
- id
11636
- }
11637
10482
  averageEntryPrice
11638
10483
  qty
11639
10484
  qtyAvailable
@@ -11647,9 +10492,6 @@ export const Alert = {
11647
10492
  lastTradePrice
11648
10493
  changeToday
11649
10494
  assetMarginable
11650
- alpacaAccount {
11651
- id
11652
- }
11653
10495
  alpacaAccountId
11654
10496
  }
11655
10497
  newsMentions {
@@ -11674,24 +10516,12 @@ export const Alert = {
11674
10516
  logo
11675
10517
  createdAt
11676
10518
  updatedAt
11677
- assets {
11678
- id
11679
- }
11680
- }
11681
- asset {
11682
- id
11683
10519
  }
11684
10520
  relevancyScore
11685
10521
  sentimentScore
11686
10522
  sentimentLabel
11687
10523
  }
11688
10524
  }
11689
- actions {
11690
- id
11691
- }
11692
- }
11693
- order {
11694
- id
11695
10525
  }
11696
10526
  }
11697
10527
  asset {
@@ -11768,12 +10598,6 @@ export const Alert = {
11768
10598
  createdAt
11769
10599
  updatedAt
11770
10600
  status
11771
- alpacaAccount {
11772
- id
11773
- }
11774
- asset {
11775
- id
11776
- }
11777
10601
  actions {
11778
10602
  id
11779
10603
  sequence
@@ -11782,23 +10606,11 @@ export const Alert = {
11782
10606
  note
11783
10607
  status
11784
10608
  fee
11785
- trade {
11786
- id
11787
- }
11788
- order {
11789
- id
11790
- }
11791
10609
  }
11792
10610
  }
11793
- orders {
11794
- id
11795
- }
11796
10611
  positions {
11797
10612
  id
11798
10613
  assetId
11799
- asset {
11800
- id
11801
- }
11802
10614
  averageEntryPrice
11803
10615
  qty
11804
10616
  qtyAvailable
@@ -11812,9 +10624,6 @@ export const Alert = {
11812
10624
  lastTradePrice
11813
10625
  changeToday
11814
10626
  assetMarginable
11815
- alpacaAccount {
11816
- id
11817
- }
11818
10627
  alpacaAccountId
11819
10628
  }
11820
10629
  newsMentions {
@@ -11839,12 +10648,6 @@ export const Alert = {
11839
10648
  logo
11840
10649
  createdAt
11841
10650
  updatedAt
11842
- assets {
11843
- id
11844
- }
11845
- }
11846
- asset {
11847
- id
11848
10651
  }
11849
10652
  relevancyScore
11850
10653
  sentimentScore
@@ -11935,12 +10738,6 @@ export const Alert = {
11935
10738
  createdAt
11936
10739
  updatedAt
11937
10740
  status
11938
- alpacaAccount {
11939
- id
11940
- }
11941
- asset {
11942
- id
11943
- }
11944
10741
  actions {
11945
10742
  id
11946
10743
  sequence
@@ -11949,9 +10746,6 @@ export const Alert = {
11949
10746
  note
11950
10747
  status
11951
10748
  fee
11952
- trade {
11953
- id
11954
- }
11955
10749
  order {
11956
10750
  id
11957
10751
  clientOrderId
@@ -11972,9 +10766,6 @@ export const Alert = {
11972
10766
  createdAt
11973
10767
  updatedAt
11974
10768
  orderId
11975
- Order {
11976
- id
11977
- }
11978
10769
  }
11979
10770
  takeProfit {
11980
10771
  id
@@ -11983,9 +10774,6 @@ export const Alert = {
11983
10774
  createdAt
11984
10775
  updatedAt
11985
10776
  orderId
11986
- Order {
11987
- id
11988
- }
11989
10777
  }
11990
10778
  trailPrice
11991
10779
  trailPercent
@@ -11997,15 +10785,6 @@ export const Alert = {
11997
10785
  filledAt
11998
10786
  filledAvgPrice
11999
10787
  actionId
12000
- alpacaAccount {
12001
- id
12002
- }
12003
- action {
12004
- id
12005
- }
12006
- asset {
12007
- id
12008
- }
12009
10788
  fee
12010
10789
  strikePrice
12011
10790
  expirationDate
@@ -12035,9 +10814,6 @@ export const Alert = {
12035
10814
  createdAt
12036
10815
  updatedAt
12037
10816
  orderId
12038
- Order {
12039
- id
12040
- }
12041
10817
  }
12042
10818
  takeProfit {
12043
10819
  id
@@ -12046,9 +10822,6 @@ export const Alert = {
12046
10822
  createdAt
12047
10823
  updatedAt
12048
10824
  orderId
12049
- Order {
12050
- id
12051
- }
12052
10825
  }
12053
10826
  trailPrice
12054
10827
  trailPercent
@@ -12060,9 +10833,6 @@ export const Alert = {
12060
10833
  filledAt
12061
10834
  filledAvgPrice
12062
10835
  actionId
12063
- alpacaAccount {
12064
- id
12065
- }
12066
10836
  action {
12067
10837
  id
12068
10838
  sequence
@@ -12086,22 +10856,7 @@ export const Alert = {
12086
10856
  createdAt
12087
10857
  updatedAt
12088
10858
  status
12089
- alpacaAccount {
12090
- id
12091
- }
12092
- asset {
12093
- id
12094
- }
12095
- actions {
12096
- id
12097
- }
12098
10859
  }
12099
- order {
12100
- id
12101
- }
12102
- }
12103
- asset {
12104
- id
12105
10860
  }
12106
10861
  fee
12107
10862
  strikePrice
@@ -12110,9 +10865,6 @@ export const Alert = {
12110
10865
  stopLossId
12111
10866
  takeProfitId
12112
10867
  }
12113
- positions {
12114
- id
12115
- }
12116
10868
  newsMentions {
12117
10869
  id
12118
10870
  assetId
@@ -12135,12 +10887,6 @@ export const Alert = {
12135
10887
  logo
12136
10888
  createdAt
12137
10889
  updatedAt
12138
- assets {
12139
- id
12140
- }
12141
- }
12142
- asset {
12143
- id
12144
10890
  }
12145
10891
  relevancyScore
12146
10892
  sentimentScore
@@ -12160,14 +10906,8 @@ export const Alert = {
12160
10906
  lastTradePrice
12161
10907
  changeToday
12162
10908
  assetMarginable
12163
- alpacaAccount {
12164
- id
12165
- }
12166
10909
  alpacaAccountId
12167
10910
  }
12168
- alerts {
12169
- id
12170
- }
12171
10911
  }
12172
10912
  }
12173
10913
  }`;