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/TakeProfit.cjs CHANGED
@@ -44,12 +44,6 @@ exports.TakeProfit = {
44
44
  createdAt
45
45
  updatedAt
46
46
  orderId
47
- Order {
48
- id
49
- }
50
- }
51
- takeProfit {
52
- id
53
47
  }
54
48
  trailPrice
55
49
  trailPercent
@@ -93,9 +87,6 @@ exports.TakeProfit = {
93
87
  stripeCurrentPeriodEnd
94
88
  createdAt
95
89
  updatedAt
96
- users {
97
- id
98
- }
99
90
  }
100
91
  customerId
101
92
  accounts {
@@ -113,18 +104,12 @@ exports.TakeProfit = {
113
104
  session_state
114
105
  createdAt
115
106
  updatedAt
116
- user {
117
- id
118
- }
119
107
  }
120
108
  sessions {
121
109
  id
122
110
  sessionToken
123
111
  userId
124
112
  expires
125
- user {
126
- id
127
- }
128
113
  createdAt
129
114
  updatedAt
130
115
  }
@@ -134,16 +119,10 @@ exports.TakeProfit = {
134
119
  credentialID
135
120
  publicKey
136
121
  counter
137
- user {
138
- id
139
- }
140
122
  createdAt
141
123
  updatedAt
142
124
  }
143
125
  plan
144
- alpacaAccounts {
145
- id
146
- }
147
126
  }
148
127
  userId
149
128
  createdAt
@@ -163,9 +142,6 @@ exports.TakeProfit = {
163
142
  createdAt
164
143
  updatedAt
165
144
  status
166
- alpacaAccount {
167
- id
168
- }
169
145
  asset {
170
146
  id
171
147
  symbol
@@ -225,18 +201,9 @@ exports.TakeProfit = {
225
201
  buyPrice
226
202
  createdAt
227
203
  updatedAt
228
- trades {
229
- id
230
- }
231
- orders {
232
- id
233
- }
234
204
  positions {
235
205
  id
236
206
  assetId
237
- asset {
238
- id
239
- }
240
207
  averageEntryPrice
241
208
  qty
242
209
  qtyAvailable
@@ -250,9 +217,6 @@ exports.TakeProfit = {
250
217
  lastTradePrice
251
218
  changeToday
252
219
  assetMarginable
253
- alpacaAccount {
254
- id
255
- }
256
220
  alpacaAccountId
257
221
  }
258
222
  newsMentions {
@@ -277,12 +241,6 @@ exports.TakeProfit = {
277
241
  logo
278
242
  createdAt
279
243
  updatedAt
280
- assets {
281
- id
282
- }
283
- }
284
- asset {
285
- id
286
244
  }
287
245
  relevancyScore
288
246
  sentimentScore
@@ -297,17 +255,8 @@ exports.TakeProfit = {
297
255
  note
298
256
  status
299
257
  fee
300
- trade {
301
- id
302
- }
303
- order {
304
- id
305
- }
306
258
  }
307
259
  }
308
- orders {
309
- id
310
- }
311
260
  positions {
312
261
  id
313
262
  assetId
@@ -385,12 +334,6 @@ exports.TakeProfit = {
385
334
  createdAt
386
335
  updatedAt
387
336
  status
388
- alpacaAccount {
389
- id
390
- }
391
- asset {
392
- id
393
- }
394
337
  actions {
395
338
  id
396
339
  sequence
@@ -399,20 +342,8 @@ exports.TakeProfit = {
399
342
  note
400
343
  status
401
344
  fee
402
- trade {
403
- id
404
- }
405
- order {
406
- id
407
- }
408
345
  }
409
346
  }
410
- orders {
411
- id
412
- }
413
- positions {
414
- id
415
- }
416
347
  newsMentions {
417
348
  id
418
349
  assetId
@@ -435,12 +366,6 @@ exports.TakeProfit = {
435
366
  logo
436
367
  createdAt
437
368
  updatedAt
438
- assets {
439
- id
440
- }
441
- }
442
- asset {
443
- id
444
369
  }
445
370
  relevancyScore
446
371
  sentimentScore
@@ -460,9 +385,6 @@ exports.TakeProfit = {
460
385
  lastTradePrice
461
386
  changeToday
462
387
  assetMarginable
463
- alpacaAccount {
464
- id
465
- }
466
388
  alpacaAccountId
467
389
  }
468
390
  alerts {
@@ -473,9 +395,6 @@ exports.TakeProfit = {
473
395
  isRead
474
396
  createdAt
475
397
  updatedAt
476
- alpacaAccount {
477
- id
478
- }
479
398
  }
480
399
  }
481
400
  action {
@@ -533,9 +452,6 @@ exports.TakeProfit = {
533
452
  stripeCurrentPeriodEnd
534
453
  createdAt
535
454
  updatedAt
536
- users {
537
- id
538
- }
539
455
  }
540
456
  customerId
541
457
  accounts {
@@ -553,18 +469,12 @@ exports.TakeProfit = {
553
469
  session_state
554
470
  createdAt
555
471
  updatedAt
556
- user {
557
- id
558
- }
559
472
  }
560
473
  sessions {
561
474
  id
562
475
  sessionToken
563
476
  userId
564
477
  expires
565
- user {
566
- id
567
- }
568
478
  createdAt
569
479
  updatedAt
570
480
  }
@@ -574,26 +484,14 @@ exports.TakeProfit = {
574
484
  credentialID
575
485
  publicKey
576
486
  counter
577
- user {
578
- id
579
- }
580
487
  createdAt
581
488
  updatedAt
582
489
  }
583
490
  plan
584
- alpacaAccounts {
585
- id
586
- }
587
491
  }
588
492
  userId
589
493
  createdAt
590
494
  updatedAt
591
- trades {
592
- id
593
- }
594
- orders {
595
- id
596
- }
597
495
  positions {
598
496
  id
599
497
  assetId
@@ -656,15 +554,6 @@ exports.TakeProfit = {
656
554
  buyPrice
657
555
  createdAt
658
556
  updatedAt
659
- trades {
660
- id
661
- }
662
- orders {
663
- id
664
- }
665
- positions {
666
- id
667
- }
668
557
  newsMentions {
669
558
  id
670
559
  assetId
@@ -687,12 +576,6 @@ exports.TakeProfit = {
687
576
  logo
688
577
  createdAt
689
578
  updatedAt
690
- assets {
691
- id
692
- }
693
- }
694
- asset {
695
- id
696
579
  }
697
580
  relevancyScore
698
581
  sentimentScore
@@ -712,9 +595,6 @@ exports.TakeProfit = {
712
595
  lastTradePrice
713
596
  changeToday
714
597
  assetMarginable
715
- alpacaAccount {
716
- id
717
- }
718
598
  alpacaAccountId
719
599
  }
720
600
  alerts {
@@ -725,9 +605,6 @@ exports.TakeProfit = {
725
605
  isRead
726
606
  createdAt
727
607
  updatedAt
728
- alpacaAccount {
729
- id
730
- }
731
608
  }
732
609
  }
733
610
  asset {
@@ -789,18 +666,9 @@ exports.TakeProfit = {
789
666
  buyPrice
790
667
  createdAt
791
668
  updatedAt
792
- trades {
793
- id
794
- }
795
- orders {
796
- id
797
- }
798
669
  positions {
799
670
  id
800
671
  assetId
801
- asset {
802
- id
803
- }
804
672
  averageEntryPrice
805
673
  qty
806
674
  qtyAvailable
@@ -846,9 +714,6 @@ exports.TakeProfit = {
846
714
  stripeCurrentPeriodEnd
847
715
  createdAt
848
716
  updatedAt
849
- users {
850
- id
851
- }
852
717
  }
853
718
  customerId
854
719
  accounts {
@@ -866,18 +731,12 @@ exports.TakeProfit = {
866
731
  session_state
867
732
  createdAt
868
733
  updatedAt
869
- user {
870
- id
871
- }
872
734
  }
873
735
  sessions {
874
736
  id
875
737
  sessionToken
876
738
  userId
877
739
  expires
878
- user {
879
- id
880
- }
881
740
  createdAt
882
741
  updatedAt
883
742
  }
@@ -887,29 +746,14 @@ exports.TakeProfit = {
887
746
  credentialID
888
747
  publicKey
889
748
  counter
890
- user {
891
- id
892
- }
893
749
  createdAt
894
750
  updatedAt
895
751
  }
896
752
  plan
897
- alpacaAccounts {
898
- id
899
- }
900
753
  }
901
754
  userId
902
755
  createdAt
903
756
  updatedAt
904
- trades {
905
- id
906
- }
907
- orders {
908
- id
909
- }
910
- positions {
911
- id
912
- }
913
757
  alerts {
914
758
  id
915
759
  alpacaAccountId
@@ -918,9 +762,6 @@ exports.TakeProfit = {
918
762
  isRead
919
763
  createdAt
920
764
  updatedAt
921
- alpacaAccount {
922
- id
923
- }
924
765
  }
925
766
  }
926
767
  alpacaAccountId
@@ -947,24 +788,12 @@ exports.TakeProfit = {
947
788
  logo
948
789
  createdAt
949
790
  updatedAt
950
- assets {
951
- id
952
- }
953
- }
954
- asset {
955
- id
956
791
  }
957
792
  relevancyScore
958
793
  sentimentScore
959
794
  sentimentLabel
960
795
  }
961
796
  }
962
- actions {
963
- id
964
- }
965
- }
966
- order {
967
- id
968
797
  }
969
798
  }
970
799
  asset {
@@ -1073,9 +902,6 @@ exports.TakeProfit = {
1073
902
  stripeCurrentPeriodEnd
1074
903
  createdAt
1075
904
  updatedAt
1076
- users {
1077
- id
1078
- }
1079
905
  }
1080
906
  customerId
1081
907
  accounts {
@@ -1093,18 +919,12 @@ exports.TakeProfit = {
1093
919
  session_state
1094
920
  createdAt
1095
921
  updatedAt
1096
- user {
1097
- id
1098
- }
1099
922
  }
1100
923
  sessions {
1101
924
  id
1102
925
  sessionToken
1103
926
  userId
1104
927
  expires
1105
- user {
1106
- id
1107
- }
1108
928
  createdAt
1109
929
  updatedAt
1110
930
  }
@@ -1114,32 +934,17 @@ exports.TakeProfit = {
1114
934
  credentialID
1115
935
  publicKey
1116
936
  counter
1117
- user {
1118
- id
1119
- }
1120
937
  createdAt
1121
938
  updatedAt
1122
939
  }
1123
940
  plan
1124
- alpacaAccounts {
1125
- id
1126
- }
1127
941
  }
1128
942
  userId
1129
943
  createdAt
1130
944
  updatedAt
1131
- trades {
1132
- id
1133
- }
1134
- orders {
1135
- id
1136
- }
1137
945
  positions {
1138
946
  id
1139
947
  assetId
1140
- asset {
1141
- id
1142
- }
1143
948
  averageEntryPrice
1144
949
  qty
1145
950
  qtyAvailable
@@ -1153,9 +958,6 @@ exports.TakeProfit = {
1153
958
  lastTradePrice
1154
959
  changeToday
1155
960
  assetMarginable
1156
- alpacaAccount {
1157
- id
1158
- }
1159
961
  alpacaAccountId
1160
962
  }
1161
963
  alerts {
@@ -1166,14 +968,8 @@ exports.TakeProfit = {
1166
968
  isRead
1167
969
  createdAt
1168
970
  updatedAt
1169
- alpacaAccount {
1170
- id
1171
- }
1172
971
  }
1173
972
  }
1174
- asset {
1175
- id
1176
- }
1177
973
  actions {
1178
974
  id
1179
975
  sequence
@@ -1182,23 +978,11 @@ exports.TakeProfit = {
1182
978
  note
1183
979
  status
1184
980
  fee
1185
- trade {
1186
- id
1187
- }
1188
- order {
1189
- id
1190
- }
1191
981
  }
1192
982
  }
1193
- orders {
1194
- id
1195
- }
1196
983
  positions {
1197
984
  id
1198
985
  assetId
1199
- asset {
1200
- id
1201
- }
1202
986
  averageEntryPrice
1203
987
  qty
1204
988
  qtyAvailable
@@ -1244,9 +1028,6 @@ exports.TakeProfit = {
1244
1028
  stripeCurrentPeriodEnd
1245
1029
  createdAt
1246
1030
  updatedAt
1247
- users {
1248
- id
1249
- }
1250
1031
  }
1251
1032
  customerId
1252
1033
  accounts {
@@ -1264,18 +1045,12 @@ exports.TakeProfit = {
1264
1045
  session_state
1265
1046
  createdAt
1266
1047
  updatedAt
1267
- user {
1268
- id
1269
- }
1270
1048
  }
1271
1049
  sessions {
1272
1050
  id
1273
1051
  sessionToken
1274
1052
  userId
1275
1053
  expires
1276
- user {
1277
- id
1278
- }
1279
1054
  createdAt
1280
1055
  updatedAt
1281
1056
  }
@@ -1285,16 +1060,10 @@ exports.TakeProfit = {
1285
1060
  credentialID
1286
1061
  publicKey
1287
1062
  counter
1288
- user {
1289
- id
1290
- }
1291
1063
  createdAt
1292
1064
  updatedAt
1293
1065
  }
1294
1066
  plan
1295
- alpacaAccounts {
1296
- id
1297
- }
1298
1067
  }
1299
1068
  userId
1300
1069
  createdAt
@@ -1314,12 +1083,6 @@ exports.TakeProfit = {
1314
1083
  createdAt
1315
1084
  updatedAt
1316
1085
  status
1317
- alpacaAccount {
1318
- id
1319
- }
1320
- asset {
1321
- id
1322
- }
1323
1086
  actions {
1324
1087
  id
1325
1088
  sequence
@@ -1328,20 +1091,8 @@ exports.TakeProfit = {
1328
1091
  note
1329
1092
  status
1330
1093
  fee
1331
- trade {
1332
- id
1333
- }
1334
- order {
1335
- id
1336
- }
1337
1094
  }
1338
1095
  }
1339
- orders {
1340
- id
1341
- }
1342
- positions {
1343
- id
1344
- }
1345
1096
  alerts {
1346
1097
  id
1347
1098
  alpacaAccountId
@@ -1350,9 +1101,6 @@ exports.TakeProfit = {
1350
1101
  isRead
1351
1102
  createdAt
1352
1103
  updatedAt
1353
- alpacaAccount {
1354
- id
1355
- }
1356
1104
  }
1357
1105
  }
1358
1106
  alpacaAccountId
@@ -1379,12 +1127,6 @@ exports.TakeProfit = {
1379
1127
  logo
1380
1128
  createdAt
1381
1129
  updatedAt
1382
- assets {
1383
- id
1384
- }
1385
- }
1386
- asset {
1387
- id
1388
1130
  }
1389
1131
  relevancyScore
1390
1132
  sentimentScore
@@ -1846,12 +1588,6 @@ exports.TakeProfit = {
1846
1588
  createdAt
1847
1589
  updatedAt
1848
1590
  orderId
1849
- Order {
1850
- id
1851
- }
1852
- }
1853
- takeProfit {
1854
- id
1855
1591
  }
1856
1592
  trailPrice
1857
1593
  trailPercent
@@ -1895,9 +1631,6 @@ exports.TakeProfit = {
1895
1631
  stripeCurrentPeriodEnd
1896
1632
  createdAt
1897
1633
  updatedAt
1898
- users {
1899
- id
1900
- }
1901
1634
  }
1902
1635
  customerId
1903
1636
  accounts {
@@ -1915,18 +1648,12 @@ exports.TakeProfit = {
1915
1648
  session_state
1916
1649
  createdAt
1917
1650
  updatedAt
1918
- user {
1919
- id
1920
- }
1921
1651
  }
1922
1652
  sessions {
1923
1653
  id
1924
1654
  sessionToken
1925
1655
  userId
1926
1656
  expires
1927
- user {
1928
- id
1929
- }
1930
1657
  createdAt
1931
1658
  updatedAt
1932
1659
  }
@@ -1936,16 +1663,10 @@ exports.TakeProfit = {
1936
1663
  credentialID
1937
1664
  publicKey
1938
1665
  counter
1939
- user {
1940
- id
1941
- }
1942
1666
  createdAt
1943
1667
  updatedAt
1944
1668
  }
1945
1669
  plan
1946
- alpacaAccounts {
1947
- id
1948
- }
1949
1670
  }
1950
1671
  userId
1951
1672
  createdAt
@@ -1965,9 +1686,6 @@ exports.TakeProfit = {
1965
1686
  createdAt
1966
1687
  updatedAt
1967
1688
  status
1968
- alpacaAccount {
1969
- id
1970
- }
1971
1689
  asset {
1972
1690
  id
1973
1691
  symbol
@@ -2027,18 +1745,9 @@ exports.TakeProfit = {
2027
1745
  buyPrice
2028
1746
  createdAt
2029
1747
  updatedAt
2030
- trades {
2031
- id
2032
- }
2033
- orders {
2034
- id
2035
- }
2036
1748
  positions {
2037
1749
  id
2038
1750
  assetId
2039
- asset {
2040
- id
2041
- }
2042
1751
  averageEntryPrice
2043
1752
  qty
2044
1753
  qtyAvailable
@@ -2052,9 +1761,6 @@ exports.TakeProfit = {
2052
1761
  lastTradePrice
2053
1762
  changeToday
2054
1763
  assetMarginable
2055
- alpacaAccount {
2056
- id
2057
- }
2058
1764
  alpacaAccountId
2059
1765
  }
2060
1766
  newsMentions {
@@ -2079,12 +1785,6 @@ exports.TakeProfit = {
2079
1785
  logo
2080
1786
  createdAt
2081
1787
  updatedAt
2082
- assets {
2083
- id
2084
- }
2085
- }
2086
- asset {
2087
- id
2088
1788
  }
2089
1789
  relevancyScore
2090
1790
  sentimentScore
@@ -2099,17 +1799,8 @@ exports.TakeProfit = {
2099
1799
  note
2100
1800
  status
2101
1801
  fee
2102
- trade {
2103
- id
2104
- }
2105
- order {
2106
- id
2107
- }
2108
1802
  }
2109
1803
  }
2110
- orders {
2111
- id
2112
- }
2113
1804
  positions {
2114
1805
  id
2115
1806
  assetId
@@ -2187,12 +1878,6 @@ exports.TakeProfit = {
2187
1878
  createdAt
2188
1879
  updatedAt
2189
1880
  status
2190
- alpacaAccount {
2191
- id
2192
- }
2193
- asset {
2194
- id
2195
- }
2196
1881
  actions {
2197
1882
  id
2198
1883
  sequence
@@ -2201,21 +1886,9 @@ exports.TakeProfit = {
2201
1886
  note
2202
1887
  status
2203
1888
  fee
2204
- trade {
2205
- id
2206
- }
2207
- order {
2208
- id
2209
- }
2210
1889
  }
2211
1890
  }
2212
- orders {
2213
- id
2214
- }
2215
- positions {
2216
- id
2217
- }
2218
- newsMentions {
1891
+ newsMentions {
2219
1892
  id
2220
1893
  assetId
2221
1894
  newsArticleId
@@ -2237,12 +1910,6 @@ exports.TakeProfit = {
2237
1910
  logo
2238
1911
  createdAt
2239
1912
  updatedAt
2240
- assets {
2241
- id
2242
- }
2243
- }
2244
- asset {
2245
- id
2246
1913
  }
2247
1914
  relevancyScore
2248
1915
  sentimentScore
@@ -2262,9 +1929,6 @@ exports.TakeProfit = {
2262
1929
  lastTradePrice
2263
1930
  changeToday
2264
1931
  assetMarginable
2265
- alpacaAccount {
2266
- id
2267
- }
2268
1932
  alpacaAccountId
2269
1933
  }
2270
1934
  alerts {
@@ -2275,9 +1939,6 @@ exports.TakeProfit = {
2275
1939
  isRead
2276
1940
  createdAt
2277
1941
  updatedAt
2278
- alpacaAccount {
2279
- id
2280
- }
2281
1942
  }
2282
1943
  }
2283
1944
  action {
@@ -2335,9 +1996,6 @@ exports.TakeProfit = {
2335
1996
  stripeCurrentPeriodEnd
2336
1997
  createdAt
2337
1998
  updatedAt
2338
- users {
2339
- id
2340
- }
2341
1999
  }
2342
2000
  customerId
2343
2001
  accounts {
@@ -2355,18 +2013,12 @@ exports.TakeProfit = {
2355
2013
  session_state
2356
2014
  createdAt
2357
2015
  updatedAt
2358
- user {
2359
- id
2360
- }
2361
2016
  }
2362
2017
  sessions {
2363
2018
  id
2364
2019
  sessionToken
2365
2020
  userId
2366
2021
  expires
2367
- user {
2368
- id
2369
- }
2370
2022
  createdAt
2371
2023
  updatedAt
2372
2024
  }
@@ -2376,26 +2028,14 @@ exports.TakeProfit = {
2376
2028
  credentialID
2377
2029
  publicKey
2378
2030
  counter
2379
- user {
2380
- id
2381
- }
2382
2031
  createdAt
2383
2032
  updatedAt
2384
2033
  }
2385
2034
  plan
2386
- alpacaAccounts {
2387
- id
2388
- }
2389
2035
  }
2390
2036
  userId
2391
2037
  createdAt
2392
2038
  updatedAt
2393
- trades {
2394
- id
2395
- }
2396
- orders {
2397
- id
2398
- }
2399
2039
  positions {
2400
2040
  id
2401
2041
  assetId
@@ -2458,15 +2098,6 @@ exports.TakeProfit = {
2458
2098
  buyPrice
2459
2099
  createdAt
2460
2100
  updatedAt
2461
- trades {
2462
- id
2463
- }
2464
- orders {
2465
- id
2466
- }
2467
- positions {
2468
- id
2469
- }
2470
2101
  newsMentions {
2471
2102
  id
2472
2103
  assetId
@@ -2489,12 +2120,6 @@ exports.TakeProfit = {
2489
2120
  logo
2490
2121
  createdAt
2491
2122
  updatedAt
2492
- assets {
2493
- id
2494
- }
2495
- }
2496
- asset {
2497
- id
2498
2123
  }
2499
2124
  relevancyScore
2500
2125
  sentimentScore
@@ -2514,9 +2139,6 @@ exports.TakeProfit = {
2514
2139
  lastTradePrice
2515
2140
  changeToday
2516
2141
  assetMarginable
2517
- alpacaAccount {
2518
- id
2519
- }
2520
2142
  alpacaAccountId
2521
2143
  }
2522
2144
  alerts {
@@ -2527,9 +2149,6 @@ exports.TakeProfit = {
2527
2149
  isRead
2528
2150
  createdAt
2529
2151
  updatedAt
2530
- alpacaAccount {
2531
- id
2532
- }
2533
2152
  }
2534
2153
  }
2535
2154
  asset {
@@ -2591,18 +2210,9 @@ exports.TakeProfit = {
2591
2210
  buyPrice
2592
2211
  createdAt
2593
2212
  updatedAt
2594
- trades {
2595
- id
2596
- }
2597
- orders {
2598
- id
2599
- }
2600
2213
  positions {
2601
2214
  id
2602
2215
  assetId
2603
- asset {
2604
- id
2605
- }
2606
2216
  averageEntryPrice
2607
2217
  qty
2608
2218
  qtyAvailable
@@ -2648,9 +2258,6 @@ exports.TakeProfit = {
2648
2258
  stripeCurrentPeriodEnd
2649
2259
  createdAt
2650
2260
  updatedAt
2651
- users {
2652
- id
2653
- }
2654
2261
  }
2655
2262
  customerId
2656
2263
  accounts {
@@ -2668,18 +2275,12 @@ exports.TakeProfit = {
2668
2275
  session_state
2669
2276
  createdAt
2670
2277
  updatedAt
2671
- user {
2672
- id
2673
- }
2674
2278
  }
2675
2279
  sessions {
2676
2280
  id
2677
2281
  sessionToken
2678
2282
  userId
2679
2283
  expires
2680
- user {
2681
- id
2682
- }
2683
2284
  createdAt
2684
2285
  updatedAt
2685
2286
  }
@@ -2689,29 +2290,14 @@ exports.TakeProfit = {
2689
2290
  credentialID
2690
2291
  publicKey
2691
2292
  counter
2692
- user {
2693
- id
2694
- }
2695
2293
  createdAt
2696
2294
  updatedAt
2697
2295
  }
2698
2296
  plan
2699
- alpacaAccounts {
2700
- id
2701
- }
2702
2297
  }
2703
2298
  userId
2704
2299
  createdAt
2705
2300
  updatedAt
2706
- trades {
2707
- id
2708
- }
2709
- orders {
2710
- id
2711
- }
2712
- positions {
2713
- id
2714
- }
2715
2301
  alerts {
2716
2302
  id
2717
2303
  alpacaAccountId
@@ -2720,9 +2306,6 @@ exports.TakeProfit = {
2720
2306
  isRead
2721
2307
  createdAt
2722
2308
  updatedAt
2723
- alpacaAccount {
2724
- id
2725
- }
2726
2309
  }
2727
2310
  }
2728
2311
  alpacaAccountId
@@ -2749,24 +2332,12 @@ exports.TakeProfit = {
2749
2332
  logo
2750
2333
  createdAt
2751
2334
  updatedAt
2752
- assets {
2753
- id
2754
- }
2755
- }
2756
- asset {
2757
- id
2758
2335
  }
2759
2336
  relevancyScore
2760
2337
  sentimentScore
2761
2338
  sentimentLabel
2762
2339
  }
2763
2340
  }
2764
- actions {
2765
- id
2766
- }
2767
- }
2768
- order {
2769
- id
2770
2341
  }
2771
2342
  }
2772
2343
  asset {
@@ -2875,9 +2446,6 @@ exports.TakeProfit = {
2875
2446
  stripeCurrentPeriodEnd
2876
2447
  createdAt
2877
2448
  updatedAt
2878
- users {
2879
- id
2880
- }
2881
2449
  }
2882
2450
  customerId
2883
2451
  accounts {
@@ -2895,18 +2463,12 @@ exports.TakeProfit = {
2895
2463
  session_state
2896
2464
  createdAt
2897
2465
  updatedAt
2898
- user {
2899
- id
2900
- }
2901
2466
  }
2902
2467
  sessions {
2903
2468
  id
2904
2469
  sessionToken
2905
2470
  userId
2906
2471
  expires
2907
- user {
2908
- id
2909
- }
2910
2472
  createdAt
2911
2473
  updatedAt
2912
2474
  }
@@ -2916,32 +2478,17 @@ exports.TakeProfit = {
2916
2478
  credentialID
2917
2479
  publicKey
2918
2480
  counter
2919
- user {
2920
- id
2921
- }
2922
2481
  createdAt
2923
2482
  updatedAt
2924
2483
  }
2925
2484
  plan
2926
- alpacaAccounts {
2927
- id
2928
- }
2929
2485
  }
2930
2486
  userId
2931
2487
  createdAt
2932
2488
  updatedAt
2933
- trades {
2934
- id
2935
- }
2936
- orders {
2937
- id
2938
- }
2939
2489
  positions {
2940
2490
  id
2941
2491
  assetId
2942
- asset {
2943
- id
2944
- }
2945
2492
  averageEntryPrice
2946
2493
  qty
2947
2494
  qtyAvailable
@@ -2955,9 +2502,6 @@ exports.TakeProfit = {
2955
2502
  lastTradePrice
2956
2503
  changeToday
2957
2504
  assetMarginable
2958
- alpacaAccount {
2959
- id
2960
- }
2961
2505
  alpacaAccountId
2962
2506
  }
2963
2507
  alerts {
@@ -2968,14 +2512,8 @@ exports.TakeProfit = {
2968
2512
  isRead
2969
2513
  createdAt
2970
2514
  updatedAt
2971
- alpacaAccount {
2972
- id
2973
- }
2974
2515
  }
2975
2516
  }
2976
- asset {
2977
- id
2978
- }
2979
2517
  actions {
2980
2518
  id
2981
2519
  sequence
@@ -2984,23 +2522,11 @@ exports.TakeProfit = {
2984
2522
  note
2985
2523
  status
2986
2524
  fee
2987
- trade {
2988
- id
2989
- }
2990
- order {
2991
- id
2992
- }
2993
2525
  }
2994
2526
  }
2995
- orders {
2996
- id
2997
- }
2998
2527
  positions {
2999
2528
  id
3000
2529
  assetId
3001
- asset {
3002
- id
3003
- }
3004
2530
  averageEntryPrice
3005
2531
  qty
3006
2532
  qtyAvailable
@@ -3046,9 +2572,6 @@ exports.TakeProfit = {
3046
2572
  stripeCurrentPeriodEnd
3047
2573
  createdAt
3048
2574
  updatedAt
3049
- users {
3050
- id
3051
- }
3052
2575
  }
3053
2576
  customerId
3054
2577
  accounts {
@@ -3066,18 +2589,12 @@ exports.TakeProfit = {
3066
2589
  session_state
3067
2590
  createdAt
3068
2591
  updatedAt
3069
- user {
3070
- id
3071
- }
3072
2592
  }
3073
2593
  sessions {
3074
2594
  id
3075
2595
  sessionToken
3076
2596
  userId
3077
2597
  expires
3078
- user {
3079
- id
3080
- }
3081
2598
  createdAt
3082
2599
  updatedAt
3083
2600
  }
@@ -3087,16 +2604,10 @@ exports.TakeProfit = {
3087
2604
  credentialID
3088
2605
  publicKey
3089
2606
  counter
3090
- user {
3091
- id
3092
- }
3093
2607
  createdAt
3094
2608
  updatedAt
3095
2609
  }
3096
2610
  plan
3097
- alpacaAccounts {
3098
- id
3099
- }
3100
2611
  }
3101
2612
  userId
3102
2613
  createdAt
@@ -3116,12 +2627,6 @@ exports.TakeProfit = {
3116
2627
  createdAt
3117
2628
  updatedAt
3118
2629
  status
3119
- alpacaAccount {
3120
- id
3121
- }
3122
- asset {
3123
- id
3124
- }
3125
2630
  actions {
3126
2631
  id
3127
2632
  sequence
@@ -3130,20 +2635,8 @@ exports.TakeProfit = {
3130
2635
  note
3131
2636
  status
3132
2637
  fee
3133
- trade {
3134
- id
3135
- }
3136
- order {
3137
- id
3138
- }
3139
2638
  }
3140
2639
  }
3141
- orders {
3142
- id
3143
- }
3144
- positions {
3145
- id
3146
- }
3147
2640
  alerts {
3148
2641
  id
3149
2642
  alpacaAccountId
@@ -3152,9 +2645,6 @@ exports.TakeProfit = {
3152
2645
  isRead
3153
2646
  createdAt
3154
2647
  updatedAt
3155
- alpacaAccount {
3156
- id
3157
- }
3158
2648
  }
3159
2649
  }
3160
2650
  alpacaAccountId
@@ -3181,12 +2671,6 @@ exports.TakeProfit = {
3181
2671
  logo
3182
2672
  createdAt
3183
2673
  updatedAt
3184
- assets {
3185
- id
3186
- }
3187
- }
3188
- asset {
3189
- id
3190
2674
  }
3191
2675
  relevancyScore
3192
2676
  sentimentScore
@@ -6025,12 +5509,6 @@ exports.TakeProfit = {
6025
5509
  createdAt
6026
5510
  updatedAt
6027
5511
  orderId
6028
- Order {
6029
- id
6030
- }
6031
- }
6032
- takeProfit {
6033
- id
6034
5512
  }
6035
5513
  trailPrice
6036
5514
  trailPercent
@@ -6074,9 +5552,6 @@ exports.TakeProfit = {
6074
5552
  stripeCurrentPeriodEnd
6075
5553
  createdAt
6076
5554
  updatedAt
6077
- users {
6078
- id
6079
- }
6080
5555
  }
6081
5556
  customerId
6082
5557
  accounts {
@@ -6094,18 +5569,12 @@ exports.TakeProfit = {
6094
5569
  session_state
6095
5570
  createdAt
6096
5571
  updatedAt
6097
- user {
6098
- id
6099
- }
6100
5572
  }
6101
5573
  sessions {
6102
5574
  id
6103
5575
  sessionToken
6104
5576
  userId
6105
5577
  expires
6106
- user {
6107
- id
6108
- }
6109
5578
  createdAt
6110
5579
  updatedAt
6111
5580
  }
@@ -6115,16 +5584,10 @@ exports.TakeProfit = {
6115
5584
  credentialID
6116
5585
  publicKey
6117
5586
  counter
6118
- user {
6119
- id
6120
- }
6121
5587
  createdAt
6122
5588
  updatedAt
6123
5589
  }
6124
5590
  plan
6125
- alpacaAccounts {
6126
- id
6127
- }
6128
5591
  }
6129
5592
  userId
6130
5593
  createdAt
@@ -6144,9 +5607,6 @@ exports.TakeProfit = {
6144
5607
  createdAt
6145
5608
  updatedAt
6146
5609
  status
6147
- alpacaAccount {
6148
- id
6149
- }
6150
5610
  asset {
6151
5611
  id
6152
5612
  symbol
@@ -6206,18 +5666,9 @@ exports.TakeProfit = {
6206
5666
  buyPrice
6207
5667
  createdAt
6208
5668
  updatedAt
6209
- trades {
6210
- id
6211
- }
6212
- orders {
6213
- id
6214
- }
6215
5669
  positions {
6216
5670
  id
6217
5671
  assetId
6218
- asset {
6219
- id
6220
- }
6221
5672
  averageEntryPrice
6222
5673
  qty
6223
5674
  qtyAvailable
@@ -6231,9 +5682,6 @@ exports.TakeProfit = {
6231
5682
  lastTradePrice
6232
5683
  changeToday
6233
5684
  assetMarginable
6234
- alpacaAccount {
6235
- id
6236
- }
6237
5685
  alpacaAccountId
6238
5686
  }
6239
5687
  newsMentions {
@@ -6258,12 +5706,6 @@ exports.TakeProfit = {
6258
5706
  logo
6259
5707
  createdAt
6260
5708
  updatedAt
6261
- assets {
6262
- id
6263
- }
6264
- }
6265
- asset {
6266
- id
6267
5709
  }
6268
5710
  relevancyScore
6269
5711
  sentimentScore
@@ -6278,17 +5720,8 @@ exports.TakeProfit = {
6278
5720
  note
6279
5721
  status
6280
5722
  fee
6281
- trade {
6282
- id
6283
- }
6284
- order {
6285
- id
6286
- }
6287
5723
  }
6288
5724
  }
6289
- orders {
6290
- id
6291
- }
6292
5725
  positions {
6293
5726
  id
6294
5727
  assetId
@@ -6366,12 +5799,6 @@ exports.TakeProfit = {
6366
5799
  createdAt
6367
5800
  updatedAt
6368
5801
  status
6369
- alpacaAccount {
6370
- id
6371
- }
6372
- asset {
6373
- id
6374
- }
6375
5802
  actions {
6376
5803
  id
6377
5804
  sequence
@@ -6380,20 +5807,8 @@ exports.TakeProfit = {
6380
5807
  note
6381
5808
  status
6382
5809
  fee
6383
- trade {
6384
- id
6385
- }
6386
- order {
6387
- id
6388
- }
6389
5810
  }
6390
5811
  }
6391
- orders {
6392
- id
6393
- }
6394
- positions {
6395
- id
6396
- }
6397
5812
  newsMentions {
6398
5813
  id
6399
5814
  assetId
@@ -6416,12 +5831,6 @@ exports.TakeProfit = {
6416
5831
  logo
6417
5832
  createdAt
6418
5833
  updatedAt
6419
- assets {
6420
- id
6421
- }
6422
- }
6423
- asset {
6424
- id
6425
5834
  }
6426
5835
  relevancyScore
6427
5836
  sentimentScore
@@ -6441,9 +5850,6 @@ exports.TakeProfit = {
6441
5850
  lastTradePrice
6442
5851
  changeToday
6443
5852
  assetMarginable
6444
- alpacaAccount {
6445
- id
6446
- }
6447
5853
  alpacaAccountId
6448
5854
  }
6449
5855
  alerts {
@@ -6454,9 +5860,6 @@ exports.TakeProfit = {
6454
5860
  isRead
6455
5861
  createdAt
6456
5862
  updatedAt
6457
- alpacaAccount {
6458
- id
6459
- }
6460
5863
  }
6461
5864
  }
6462
5865
  action {
@@ -6514,9 +5917,6 @@ exports.TakeProfit = {
6514
5917
  stripeCurrentPeriodEnd
6515
5918
  createdAt
6516
5919
  updatedAt
6517
- users {
6518
- id
6519
- }
6520
5920
  }
6521
5921
  customerId
6522
5922
  accounts {
@@ -6534,18 +5934,12 @@ exports.TakeProfit = {
6534
5934
  session_state
6535
5935
  createdAt
6536
5936
  updatedAt
6537
- user {
6538
- id
6539
- }
6540
5937
  }
6541
5938
  sessions {
6542
5939
  id
6543
5940
  sessionToken
6544
5941
  userId
6545
5942
  expires
6546
- user {
6547
- id
6548
- }
6549
5943
  createdAt
6550
5944
  updatedAt
6551
5945
  }
@@ -6555,26 +5949,14 @@ exports.TakeProfit = {
6555
5949
  credentialID
6556
5950
  publicKey
6557
5951
  counter
6558
- user {
6559
- id
6560
- }
6561
5952
  createdAt
6562
5953
  updatedAt
6563
5954
  }
6564
5955
  plan
6565
- alpacaAccounts {
6566
- id
6567
- }
6568
5956
  }
6569
5957
  userId
6570
5958
  createdAt
6571
5959
  updatedAt
6572
- trades {
6573
- id
6574
- }
6575
- orders {
6576
- id
6577
- }
6578
5960
  positions {
6579
5961
  id
6580
5962
  assetId
@@ -6637,15 +6019,6 @@ exports.TakeProfit = {
6637
6019
  buyPrice
6638
6020
  createdAt
6639
6021
  updatedAt
6640
- trades {
6641
- id
6642
- }
6643
- orders {
6644
- id
6645
- }
6646
- positions {
6647
- id
6648
- }
6649
6022
  newsMentions {
6650
6023
  id
6651
6024
  assetId
@@ -6668,12 +6041,6 @@ exports.TakeProfit = {
6668
6041
  logo
6669
6042
  createdAt
6670
6043
  updatedAt
6671
- assets {
6672
- id
6673
- }
6674
- }
6675
- asset {
6676
- id
6677
6044
  }
6678
6045
  relevancyScore
6679
6046
  sentimentScore
@@ -6693,9 +6060,6 @@ exports.TakeProfit = {
6693
6060
  lastTradePrice
6694
6061
  changeToday
6695
6062
  assetMarginable
6696
- alpacaAccount {
6697
- id
6698
- }
6699
6063
  alpacaAccountId
6700
6064
  }
6701
6065
  alerts {
@@ -6706,9 +6070,6 @@ exports.TakeProfit = {
6706
6070
  isRead
6707
6071
  createdAt
6708
6072
  updatedAt
6709
- alpacaAccount {
6710
- id
6711
- }
6712
6073
  }
6713
6074
  }
6714
6075
  asset {
@@ -6770,18 +6131,9 @@ exports.TakeProfit = {
6770
6131
  buyPrice
6771
6132
  createdAt
6772
6133
  updatedAt
6773
- trades {
6774
- id
6775
- }
6776
- orders {
6777
- id
6778
- }
6779
- positions {
6134
+ positions {
6780
6135
  id
6781
6136
  assetId
6782
- asset {
6783
- id
6784
- }
6785
6137
  averageEntryPrice
6786
6138
  qty
6787
6139
  qtyAvailable
@@ -6827,9 +6179,6 @@ exports.TakeProfit = {
6827
6179
  stripeCurrentPeriodEnd
6828
6180
  createdAt
6829
6181
  updatedAt
6830
- users {
6831
- id
6832
- }
6833
6182
  }
6834
6183
  customerId
6835
6184
  accounts {
@@ -6847,18 +6196,12 @@ exports.TakeProfit = {
6847
6196
  session_state
6848
6197
  createdAt
6849
6198
  updatedAt
6850
- user {
6851
- id
6852
- }
6853
6199
  }
6854
6200
  sessions {
6855
6201
  id
6856
6202
  sessionToken
6857
6203
  userId
6858
6204
  expires
6859
- user {
6860
- id
6861
- }
6862
6205
  createdAt
6863
6206
  updatedAt
6864
6207
  }
@@ -6868,29 +6211,14 @@ exports.TakeProfit = {
6868
6211
  credentialID
6869
6212
  publicKey
6870
6213
  counter
6871
- user {
6872
- id
6873
- }
6874
6214
  createdAt
6875
6215
  updatedAt
6876
6216
  }
6877
6217
  plan
6878
- alpacaAccounts {
6879
- id
6880
- }
6881
6218
  }
6882
6219
  userId
6883
6220
  createdAt
6884
6221
  updatedAt
6885
- trades {
6886
- id
6887
- }
6888
- orders {
6889
- id
6890
- }
6891
- positions {
6892
- id
6893
- }
6894
6222
  alerts {
6895
6223
  id
6896
6224
  alpacaAccountId
@@ -6899,9 +6227,6 @@ exports.TakeProfit = {
6899
6227
  isRead
6900
6228
  createdAt
6901
6229
  updatedAt
6902
- alpacaAccount {
6903
- id
6904
- }
6905
6230
  }
6906
6231
  }
6907
6232
  alpacaAccountId
@@ -6928,24 +6253,12 @@ exports.TakeProfit = {
6928
6253
  logo
6929
6254
  createdAt
6930
6255
  updatedAt
6931
- assets {
6932
- id
6933
- }
6934
- }
6935
- asset {
6936
- id
6937
6256
  }
6938
6257
  relevancyScore
6939
6258
  sentimentScore
6940
6259
  sentimentLabel
6941
6260
  }
6942
6261
  }
6943
- actions {
6944
- id
6945
- }
6946
- }
6947
- order {
6948
- id
6949
6262
  }
6950
6263
  }
6951
6264
  asset {
@@ -7054,9 +6367,6 @@ exports.TakeProfit = {
7054
6367
  stripeCurrentPeriodEnd
7055
6368
  createdAt
7056
6369
  updatedAt
7057
- users {
7058
- id
7059
- }
7060
6370
  }
7061
6371
  customerId
7062
6372
  accounts {
@@ -7074,18 +6384,12 @@ exports.TakeProfit = {
7074
6384
  session_state
7075
6385
  createdAt
7076
6386
  updatedAt
7077
- user {
7078
- id
7079
- }
7080
6387
  }
7081
6388
  sessions {
7082
6389
  id
7083
6390
  sessionToken
7084
6391
  userId
7085
6392
  expires
7086
- user {
7087
- id
7088
- }
7089
6393
  createdAt
7090
6394
  updatedAt
7091
6395
  }
@@ -7095,32 +6399,17 @@ exports.TakeProfit = {
7095
6399
  credentialID
7096
6400
  publicKey
7097
6401
  counter
7098
- user {
7099
- id
7100
- }
7101
6402
  createdAt
7102
6403
  updatedAt
7103
6404
  }
7104
6405
  plan
7105
- alpacaAccounts {
7106
- id
7107
- }
7108
6406
  }
7109
6407
  userId
7110
6408
  createdAt
7111
6409
  updatedAt
7112
- trades {
7113
- id
7114
- }
7115
- orders {
7116
- id
7117
- }
7118
6410
  positions {
7119
6411
  id
7120
6412
  assetId
7121
- asset {
7122
- id
7123
- }
7124
6413
  averageEntryPrice
7125
6414
  qty
7126
6415
  qtyAvailable
@@ -7134,9 +6423,6 @@ exports.TakeProfit = {
7134
6423
  lastTradePrice
7135
6424
  changeToday
7136
6425
  assetMarginable
7137
- alpacaAccount {
7138
- id
7139
- }
7140
6426
  alpacaAccountId
7141
6427
  }
7142
6428
  alerts {
@@ -7147,14 +6433,8 @@ exports.TakeProfit = {
7147
6433
  isRead
7148
6434
  createdAt
7149
6435
  updatedAt
7150
- alpacaAccount {
7151
- id
7152
- }
7153
6436
  }
7154
6437
  }
7155
- asset {
7156
- id
7157
- }
7158
6438
  actions {
7159
6439
  id
7160
6440
  sequence
@@ -7163,23 +6443,11 @@ exports.TakeProfit = {
7163
6443
  note
7164
6444
  status
7165
6445
  fee
7166
- trade {
7167
- id
7168
- }
7169
- order {
7170
- id
7171
- }
7172
6446
  }
7173
6447
  }
7174
- orders {
7175
- id
7176
- }
7177
6448
  positions {
7178
6449
  id
7179
6450
  assetId
7180
- asset {
7181
- id
7182
- }
7183
6451
  averageEntryPrice
7184
6452
  qty
7185
6453
  qtyAvailable
@@ -7225,9 +6493,6 @@ exports.TakeProfit = {
7225
6493
  stripeCurrentPeriodEnd
7226
6494
  createdAt
7227
6495
  updatedAt
7228
- users {
7229
- id
7230
- }
7231
6496
  }
7232
6497
  customerId
7233
6498
  accounts {
@@ -7245,18 +6510,12 @@ exports.TakeProfit = {
7245
6510
  session_state
7246
6511
  createdAt
7247
6512
  updatedAt
7248
- user {
7249
- id
7250
- }
7251
6513
  }
7252
6514
  sessions {
7253
6515
  id
7254
6516
  sessionToken
7255
6517
  userId
7256
6518
  expires
7257
- user {
7258
- id
7259
- }
7260
6519
  createdAt
7261
6520
  updatedAt
7262
6521
  }
@@ -7266,16 +6525,10 @@ exports.TakeProfit = {
7266
6525
  credentialID
7267
6526
  publicKey
7268
6527
  counter
7269
- user {
7270
- id
7271
- }
7272
6528
  createdAt
7273
6529
  updatedAt
7274
6530
  }
7275
6531
  plan
7276
- alpacaAccounts {
7277
- id
7278
- }
7279
6532
  }
7280
6533
  userId
7281
6534
  createdAt
@@ -7295,12 +6548,6 @@ exports.TakeProfit = {
7295
6548
  createdAt
7296
6549
  updatedAt
7297
6550
  status
7298
- alpacaAccount {
7299
- id
7300
- }
7301
- asset {
7302
- id
7303
- }
7304
6551
  actions {
7305
6552
  id
7306
6553
  sequence
@@ -7309,20 +6556,8 @@ exports.TakeProfit = {
7309
6556
  note
7310
6557
  status
7311
6558
  fee
7312
- trade {
7313
- id
7314
- }
7315
- order {
7316
- id
7317
- }
7318
6559
  }
7319
6560
  }
7320
- orders {
7321
- id
7322
- }
7323
- positions {
7324
- id
7325
- }
7326
6561
  alerts {
7327
6562
  id
7328
6563
  alpacaAccountId
@@ -7331,9 +6566,6 @@ exports.TakeProfit = {
7331
6566
  isRead
7332
6567
  createdAt
7333
6568
  updatedAt
7334
- alpacaAccount {
7335
- id
7336
- }
7337
6569
  }
7338
6570
  }
7339
6571
  alpacaAccountId
@@ -7360,12 +6592,6 @@ exports.TakeProfit = {
7360
6592
  logo
7361
6593
  createdAt
7362
6594
  updatedAt
7363
- assets {
7364
- id
7365
- }
7366
- }
7367
- asset {
7368
- id
7369
6595
  }
7370
6596
  relevancyScore
7371
6597
  sentimentScore
@@ -7440,12 +6666,6 @@ exports.TakeProfit = {
7440
6666
  createdAt
7441
6667
  updatedAt
7442
6668
  orderId
7443
- Order {
7444
- id
7445
- }
7446
- }
7447
- takeProfit {
7448
- id
7449
6669
  }
7450
6670
  trailPrice
7451
6671
  trailPercent
@@ -7489,9 +6709,6 @@ exports.TakeProfit = {
7489
6709
  stripeCurrentPeriodEnd
7490
6710
  createdAt
7491
6711
  updatedAt
7492
- users {
7493
- id
7494
- }
7495
6712
  }
7496
6713
  customerId
7497
6714
  accounts {
@@ -7509,18 +6726,12 @@ exports.TakeProfit = {
7509
6726
  session_state
7510
6727
  createdAt
7511
6728
  updatedAt
7512
- user {
7513
- id
7514
- }
7515
6729
  }
7516
6730
  sessions {
7517
6731
  id
7518
6732
  sessionToken
7519
6733
  userId
7520
6734
  expires
7521
- user {
7522
- id
7523
- }
7524
6735
  createdAt
7525
6736
  updatedAt
7526
6737
  }
@@ -7530,16 +6741,10 @@ exports.TakeProfit = {
7530
6741
  credentialID
7531
6742
  publicKey
7532
6743
  counter
7533
- user {
7534
- id
7535
- }
7536
6744
  createdAt
7537
6745
  updatedAt
7538
6746
  }
7539
6747
  plan
7540
- alpacaAccounts {
7541
- id
7542
- }
7543
6748
  }
7544
6749
  userId
7545
6750
  createdAt
@@ -7559,9 +6764,6 @@ exports.TakeProfit = {
7559
6764
  createdAt
7560
6765
  updatedAt
7561
6766
  status
7562
- alpacaAccount {
7563
- id
7564
- }
7565
6767
  asset {
7566
6768
  id
7567
6769
  symbol
@@ -7621,18 +6823,9 @@ exports.TakeProfit = {
7621
6823
  buyPrice
7622
6824
  createdAt
7623
6825
  updatedAt
7624
- trades {
7625
- id
7626
- }
7627
- orders {
7628
- id
7629
- }
7630
6826
  positions {
7631
6827
  id
7632
6828
  assetId
7633
- asset {
7634
- id
7635
- }
7636
6829
  averageEntryPrice
7637
6830
  qty
7638
6831
  qtyAvailable
@@ -7646,9 +6839,6 @@ exports.TakeProfit = {
7646
6839
  lastTradePrice
7647
6840
  changeToday
7648
6841
  assetMarginable
7649
- alpacaAccount {
7650
- id
7651
- }
7652
6842
  alpacaAccountId
7653
6843
  }
7654
6844
  newsMentions {
@@ -7673,12 +6863,6 @@ exports.TakeProfit = {
7673
6863
  logo
7674
6864
  createdAt
7675
6865
  updatedAt
7676
- assets {
7677
- id
7678
- }
7679
- }
7680
- asset {
7681
- id
7682
6866
  }
7683
6867
  relevancyScore
7684
6868
  sentimentScore
@@ -7693,17 +6877,8 @@ exports.TakeProfit = {
7693
6877
  note
7694
6878
  status
7695
6879
  fee
7696
- trade {
7697
- id
7698
- }
7699
- order {
7700
- id
7701
- }
7702
6880
  }
7703
6881
  }
7704
- orders {
7705
- id
7706
- }
7707
6882
  positions {
7708
6883
  id
7709
6884
  assetId
@@ -7781,12 +6956,6 @@ exports.TakeProfit = {
7781
6956
  createdAt
7782
6957
  updatedAt
7783
6958
  status
7784
- alpacaAccount {
7785
- id
7786
- }
7787
- asset {
7788
- id
7789
- }
7790
6959
  actions {
7791
6960
  id
7792
6961
  sequence
@@ -7795,20 +6964,8 @@ exports.TakeProfit = {
7795
6964
  note
7796
6965
  status
7797
6966
  fee
7798
- trade {
7799
- id
7800
- }
7801
- order {
7802
- id
7803
- }
7804
6967
  }
7805
6968
  }
7806
- orders {
7807
- id
7808
- }
7809
- positions {
7810
- id
7811
- }
7812
6969
  newsMentions {
7813
6970
  id
7814
6971
  assetId
@@ -7831,12 +6988,6 @@ exports.TakeProfit = {
7831
6988
  logo
7832
6989
  createdAt
7833
6990
  updatedAt
7834
- assets {
7835
- id
7836
- }
7837
- }
7838
- asset {
7839
- id
7840
6991
  }
7841
6992
  relevancyScore
7842
6993
  sentimentScore
@@ -7856,9 +7007,6 @@ exports.TakeProfit = {
7856
7007
  lastTradePrice
7857
7008
  changeToday
7858
7009
  assetMarginable
7859
- alpacaAccount {
7860
- id
7861
- }
7862
7010
  alpacaAccountId
7863
7011
  }
7864
7012
  alerts {
@@ -7869,9 +7017,6 @@ exports.TakeProfit = {
7869
7017
  isRead
7870
7018
  createdAt
7871
7019
  updatedAt
7872
- alpacaAccount {
7873
- id
7874
- }
7875
7020
  }
7876
7021
  }
7877
7022
  action {
@@ -7929,9 +7074,6 @@ exports.TakeProfit = {
7929
7074
  stripeCurrentPeriodEnd
7930
7075
  createdAt
7931
7076
  updatedAt
7932
- users {
7933
- id
7934
- }
7935
7077
  }
7936
7078
  customerId
7937
7079
  accounts {
@@ -7949,18 +7091,12 @@ exports.TakeProfit = {
7949
7091
  session_state
7950
7092
  createdAt
7951
7093
  updatedAt
7952
- user {
7953
- id
7954
- }
7955
7094
  }
7956
7095
  sessions {
7957
7096
  id
7958
7097
  sessionToken
7959
7098
  userId
7960
7099
  expires
7961
- user {
7962
- id
7963
- }
7964
7100
  createdAt
7965
7101
  updatedAt
7966
7102
  }
@@ -7970,26 +7106,14 @@ exports.TakeProfit = {
7970
7106
  credentialID
7971
7107
  publicKey
7972
7108
  counter
7973
- user {
7974
- id
7975
- }
7976
7109
  createdAt
7977
7110
  updatedAt
7978
7111
  }
7979
7112
  plan
7980
- alpacaAccounts {
7981
- id
7982
- }
7983
7113
  }
7984
7114
  userId
7985
7115
  createdAt
7986
7116
  updatedAt
7987
- trades {
7988
- id
7989
- }
7990
- orders {
7991
- id
7992
- }
7993
7117
  positions {
7994
7118
  id
7995
7119
  assetId
@@ -8052,15 +7176,6 @@ exports.TakeProfit = {
8052
7176
  buyPrice
8053
7177
  createdAt
8054
7178
  updatedAt
8055
- trades {
8056
- id
8057
- }
8058
- orders {
8059
- id
8060
- }
8061
- positions {
8062
- id
8063
- }
8064
7179
  newsMentions {
8065
7180
  id
8066
7181
  assetId
@@ -8083,12 +7198,6 @@ exports.TakeProfit = {
8083
7198
  logo
8084
7199
  createdAt
8085
7200
  updatedAt
8086
- assets {
8087
- id
8088
- }
8089
- }
8090
- asset {
8091
- id
8092
7201
  }
8093
7202
  relevancyScore
8094
7203
  sentimentScore
@@ -8108,9 +7217,6 @@ exports.TakeProfit = {
8108
7217
  lastTradePrice
8109
7218
  changeToday
8110
7219
  assetMarginable
8111
- alpacaAccount {
8112
- id
8113
- }
8114
7220
  alpacaAccountId
8115
7221
  }
8116
7222
  alerts {
@@ -8121,9 +7227,6 @@ exports.TakeProfit = {
8121
7227
  isRead
8122
7228
  createdAt
8123
7229
  updatedAt
8124
- alpacaAccount {
8125
- id
8126
- }
8127
7230
  }
8128
7231
  }
8129
7232
  asset {
@@ -8185,18 +7288,9 @@ exports.TakeProfit = {
8185
7288
  buyPrice
8186
7289
  createdAt
8187
7290
  updatedAt
8188
- trades {
8189
- id
8190
- }
8191
- orders {
8192
- id
8193
- }
8194
7291
  positions {
8195
7292
  id
8196
7293
  assetId
8197
- asset {
8198
- id
8199
- }
8200
7294
  averageEntryPrice
8201
7295
  qty
8202
7296
  qtyAvailable
@@ -8242,9 +7336,6 @@ exports.TakeProfit = {
8242
7336
  stripeCurrentPeriodEnd
8243
7337
  createdAt
8244
7338
  updatedAt
8245
- users {
8246
- id
8247
- }
8248
7339
  }
8249
7340
  customerId
8250
7341
  accounts {
@@ -8262,18 +7353,12 @@ exports.TakeProfit = {
8262
7353
  session_state
8263
7354
  createdAt
8264
7355
  updatedAt
8265
- user {
8266
- id
8267
- }
8268
7356
  }
8269
7357
  sessions {
8270
7358
  id
8271
7359
  sessionToken
8272
7360
  userId
8273
7361
  expires
8274
- user {
8275
- id
8276
- }
8277
7362
  createdAt
8278
7363
  updatedAt
8279
7364
  }
@@ -8283,29 +7368,14 @@ exports.TakeProfit = {
8283
7368
  credentialID
8284
7369
  publicKey
8285
7370
  counter
8286
- user {
8287
- id
8288
- }
8289
7371
  createdAt
8290
7372
  updatedAt
8291
7373
  }
8292
7374
  plan
8293
- alpacaAccounts {
8294
- id
8295
- }
8296
7375
  }
8297
7376
  userId
8298
7377
  createdAt
8299
7378
  updatedAt
8300
- trades {
8301
- id
8302
- }
8303
- orders {
8304
- id
8305
- }
8306
- positions {
8307
- id
8308
- }
8309
7379
  alerts {
8310
7380
  id
8311
7381
  alpacaAccountId
@@ -8314,9 +7384,6 @@ exports.TakeProfit = {
8314
7384
  isRead
8315
7385
  createdAt
8316
7386
  updatedAt
8317
- alpacaAccount {
8318
- id
8319
- }
8320
7387
  }
8321
7388
  }
8322
7389
  alpacaAccountId
@@ -8343,24 +7410,12 @@ exports.TakeProfit = {
8343
7410
  logo
8344
7411
  createdAt
8345
7412
  updatedAt
8346
- assets {
8347
- id
8348
- }
8349
- }
8350
- asset {
8351
- id
8352
7413
  }
8353
7414
  relevancyScore
8354
7415
  sentimentScore
8355
7416
  sentimentLabel
8356
7417
  }
8357
7418
  }
8358
- actions {
8359
- id
8360
- }
8361
- }
8362
- order {
8363
- id
8364
7419
  }
8365
7420
  }
8366
7421
  asset {
@@ -8469,9 +7524,6 @@ exports.TakeProfit = {
8469
7524
  stripeCurrentPeriodEnd
8470
7525
  createdAt
8471
7526
  updatedAt
8472
- users {
8473
- id
8474
- }
8475
7527
  }
8476
7528
  customerId
8477
7529
  accounts {
@@ -8489,18 +7541,12 @@ exports.TakeProfit = {
8489
7541
  session_state
8490
7542
  createdAt
8491
7543
  updatedAt
8492
- user {
8493
- id
8494
- }
8495
7544
  }
8496
7545
  sessions {
8497
7546
  id
8498
7547
  sessionToken
8499
7548
  userId
8500
7549
  expires
8501
- user {
8502
- id
8503
- }
8504
7550
  createdAt
8505
7551
  updatedAt
8506
7552
  }
@@ -8510,32 +7556,17 @@ exports.TakeProfit = {
8510
7556
  credentialID
8511
7557
  publicKey
8512
7558
  counter
8513
- user {
8514
- id
8515
- }
8516
7559
  createdAt
8517
7560
  updatedAt
8518
7561
  }
8519
7562
  plan
8520
- alpacaAccounts {
8521
- id
8522
- }
8523
7563
  }
8524
7564
  userId
8525
7565
  createdAt
8526
7566
  updatedAt
8527
- trades {
8528
- id
8529
- }
8530
- orders {
8531
- id
8532
- }
8533
7567
  positions {
8534
7568
  id
8535
7569
  assetId
8536
- asset {
8537
- id
8538
- }
8539
7570
  averageEntryPrice
8540
7571
  qty
8541
7572
  qtyAvailable
@@ -8549,9 +7580,6 @@ exports.TakeProfit = {
8549
7580
  lastTradePrice
8550
7581
  changeToday
8551
7582
  assetMarginable
8552
- alpacaAccount {
8553
- id
8554
- }
8555
7583
  alpacaAccountId
8556
7584
  }
8557
7585
  alerts {
@@ -8562,14 +7590,8 @@ exports.TakeProfit = {
8562
7590
  isRead
8563
7591
  createdAt
8564
7592
  updatedAt
8565
- alpacaAccount {
8566
- id
8567
- }
8568
7593
  }
8569
7594
  }
8570
- asset {
8571
- id
8572
- }
8573
7595
  actions {
8574
7596
  id
8575
7597
  sequence
@@ -8578,23 +7600,11 @@ exports.TakeProfit = {
8578
7600
  note
8579
7601
  status
8580
7602
  fee
8581
- trade {
8582
- id
8583
- }
8584
- order {
8585
- id
8586
- }
8587
7603
  }
8588
7604
  }
8589
- orders {
8590
- id
8591
- }
8592
7605
  positions {
8593
7606
  id
8594
7607
  assetId
8595
- asset {
8596
- id
8597
- }
8598
7608
  averageEntryPrice
8599
7609
  qty
8600
7610
  qtyAvailable
@@ -8640,9 +7650,6 @@ exports.TakeProfit = {
8640
7650
  stripeCurrentPeriodEnd
8641
7651
  createdAt
8642
7652
  updatedAt
8643
- users {
8644
- id
8645
- }
8646
7653
  }
8647
7654
  customerId
8648
7655
  accounts {
@@ -8660,18 +7667,12 @@ exports.TakeProfit = {
8660
7667
  session_state
8661
7668
  createdAt
8662
7669
  updatedAt
8663
- user {
8664
- id
8665
- }
8666
7670
  }
8667
7671
  sessions {
8668
7672
  id
8669
7673
  sessionToken
8670
7674
  userId
8671
7675
  expires
8672
- user {
8673
- id
8674
- }
8675
7676
  createdAt
8676
7677
  updatedAt
8677
7678
  }
@@ -8681,16 +7682,10 @@ exports.TakeProfit = {
8681
7682
  credentialID
8682
7683
  publicKey
8683
7684
  counter
8684
- user {
8685
- id
8686
- }
8687
7685
  createdAt
8688
7686
  updatedAt
8689
7687
  }
8690
7688
  plan
8691
- alpacaAccounts {
8692
- id
8693
- }
8694
7689
  }
8695
7690
  userId
8696
7691
  createdAt
@@ -8710,12 +7705,6 @@ exports.TakeProfit = {
8710
7705
  createdAt
8711
7706
  updatedAt
8712
7707
  status
8713
- alpacaAccount {
8714
- id
8715
- }
8716
- asset {
8717
- id
8718
- }
8719
7708
  actions {
8720
7709
  id
8721
7710
  sequence
@@ -8724,20 +7713,8 @@ exports.TakeProfit = {
8724
7713
  note
8725
7714
  status
8726
7715
  fee
8727
- trade {
8728
- id
8729
- }
8730
- order {
8731
- id
8732
- }
8733
7716
  }
8734
7717
  }
8735
- orders {
8736
- id
8737
- }
8738
- positions {
8739
- id
8740
- }
8741
7718
  alerts {
8742
7719
  id
8743
7720
  alpacaAccountId
@@ -8746,9 +7723,6 @@ exports.TakeProfit = {
8746
7723
  isRead
8747
7724
  createdAt
8748
7725
  updatedAt
8749
- alpacaAccount {
8750
- id
8751
- }
8752
7726
  }
8753
7727
  }
8754
7728
  alpacaAccountId
@@ -8775,12 +7749,6 @@ exports.TakeProfit = {
8775
7749
  logo
8776
7750
  createdAt
8777
7751
  updatedAt
8778
- assets {
8779
- id
8780
- }
8781
- }
8782
- asset {
8783
- id
8784
7752
  }
8785
7753
  relevancyScore
8786
7754
  sentimentScore
@@ -8854,12 +7822,6 @@ exports.TakeProfit = {
8854
7822
  createdAt
8855
7823
  updatedAt
8856
7824
  orderId
8857
- Order {
8858
- id
8859
- }
8860
- }
8861
- takeProfit {
8862
- id
8863
7825
  }
8864
7826
  trailPrice
8865
7827
  trailPercent
@@ -8903,9 +7865,6 @@ exports.TakeProfit = {
8903
7865
  stripeCurrentPeriodEnd
8904
7866
  createdAt
8905
7867
  updatedAt
8906
- users {
8907
- id
8908
- }
8909
7868
  }
8910
7869
  customerId
8911
7870
  accounts {
@@ -8923,18 +7882,12 @@ exports.TakeProfit = {
8923
7882
  session_state
8924
7883
  createdAt
8925
7884
  updatedAt
8926
- user {
8927
- id
8928
- }
8929
7885
  }
8930
7886
  sessions {
8931
7887
  id
8932
7888
  sessionToken
8933
7889
  userId
8934
7890
  expires
8935
- user {
8936
- id
8937
- }
8938
7891
  createdAt
8939
7892
  updatedAt
8940
7893
  }
@@ -8944,16 +7897,10 @@ exports.TakeProfit = {
8944
7897
  credentialID
8945
7898
  publicKey
8946
7899
  counter
8947
- user {
8948
- id
8949
- }
8950
7900
  createdAt
8951
7901
  updatedAt
8952
7902
  }
8953
7903
  plan
8954
- alpacaAccounts {
8955
- id
8956
- }
8957
7904
  }
8958
7905
  userId
8959
7906
  createdAt
@@ -8973,9 +7920,6 @@ exports.TakeProfit = {
8973
7920
  createdAt
8974
7921
  updatedAt
8975
7922
  status
8976
- alpacaAccount {
8977
- id
8978
- }
8979
7923
  asset {
8980
7924
  id
8981
7925
  symbol
@@ -9035,18 +7979,9 @@ exports.TakeProfit = {
9035
7979
  buyPrice
9036
7980
  createdAt
9037
7981
  updatedAt
9038
- trades {
9039
- id
9040
- }
9041
- orders {
9042
- id
9043
- }
9044
7982
  positions {
9045
7983
  id
9046
7984
  assetId
9047
- asset {
9048
- id
9049
- }
9050
7985
  averageEntryPrice
9051
7986
  qty
9052
7987
  qtyAvailable
@@ -9060,9 +7995,6 @@ exports.TakeProfit = {
9060
7995
  lastTradePrice
9061
7996
  changeToday
9062
7997
  assetMarginable
9063
- alpacaAccount {
9064
- id
9065
- }
9066
7998
  alpacaAccountId
9067
7999
  }
9068
8000
  newsMentions {
@@ -9087,12 +8019,6 @@ exports.TakeProfit = {
9087
8019
  logo
9088
8020
  createdAt
9089
8021
  updatedAt
9090
- assets {
9091
- id
9092
- }
9093
- }
9094
- asset {
9095
- id
9096
8022
  }
9097
8023
  relevancyScore
9098
8024
  sentimentScore
@@ -9107,17 +8033,8 @@ exports.TakeProfit = {
9107
8033
  note
9108
8034
  status
9109
8035
  fee
9110
- trade {
9111
- id
9112
- }
9113
- order {
9114
- id
9115
- }
9116
8036
  }
9117
8037
  }
9118
- orders {
9119
- id
9120
- }
9121
8038
  positions {
9122
8039
  id
9123
8040
  assetId
@@ -9195,12 +8112,6 @@ exports.TakeProfit = {
9195
8112
  createdAt
9196
8113
  updatedAt
9197
8114
  status
9198
- alpacaAccount {
9199
- id
9200
- }
9201
- asset {
9202
- id
9203
- }
9204
8115
  actions {
9205
8116
  id
9206
8117
  sequence
@@ -9209,20 +8120,8 @@ exports.TakeProfit = {
9209
8120
  note
9210
8121
  status
9211
8122
  fee
9212
- trade {
9213
- id
9214
- }
9215
- order {
9216
- id
9217
- }
9218
8123
  }
9219
8124
  }
9220
- orders {
9221
- id
9222
- }
9223
- positions {
9224
- id
9225
- }
9226
8125
  newsMentions {
9227
8126
  id
9228
8127
  assetId
@@ -9245,12 +8144,6 @@ exports.TakeProfit = {
9245
8144
  logo
9246
8145
  createdAt
9247
8146
  updatedAt
9248
- assets {
9249
- id
9250
- }
9251
- }
9252
- asset {
9253
- id
9254
8147
  }
9255
8148
  relevancyScore
9256
8149
  sentimentScore
@@ -9270,9 +8163,6 @@ exports.TakeProfit = {
9270
8163
  lastTradePrice
9271
8164
  changeToday
9272
8165
  assetMarginable
9273
- alpacaAccount {
9274
- id
9275
- }
9276
8166
  alpacaAccountId
9277
8167
  }
9278
8168
  alerts {
@@ -9283,9 +8173,6 @@ exports.TakeProfit = {
9283
8173
  isRead
9284
8174
  createdAt
9285
8175
  updatedAt
9286
- alpacaAccount {
9287
- id
9288
- }
9289
8176
  }
9290
8177
  }
9291
8178
  action {
@@ -9343,9 +8230,6 @@ exports.TakeProfit = {
9343
8230
  stripeCurrentPeriodEnd
9344
8231
  createdAt
9345
8232
  updatedAt
9346
- users {
9347
- id
9348
- }
9349
8233
  }
9350
8234
  customerId
9351
8235
  accounts {
@@ -9363,18 +8247,12 @@ exports.TakeProfit = {
9363
8247
  session_state
9364
8248
  createdAt
9365
8249
  updatedAt
9366
- user {
9367
- id
9368
- }
9369
8250
  }
9370
8251
  sessions {
9371
8252
  id
9372
8253
  sessionToken
9373
8254
  userId
9374
8255
  expires
9375
- user {
9376
- id
9377
- }
9378
8256
  createdAt
9379
8257
  updatedAt
9380
8258
  }
@@ -9384,26 +8262,14 @@ exports.TakeProfit = {
9384
8262
  credentialID
9385
8263
  publicKey
9386
8264
  counter
9387
- user {
9388
- id
9389
- }
9390
8265
  createdAt
9391
8266
  updatedAt
9392
8267
  }
9393
8268
  plan
9394
- alpacaAccounts {
9395
- id
9396
- }
9397
8269
  }
9398
8270
  userId
9399
8271
  createdAt
9400
8272
  updatedAt
9401
- trades {
9402
- id
9403
- }
9404
- orders {
9405
- id
9406
- }
9407
8273
  positions {
9408
8274
  id
9409
8275
  assetId
@@ -9466,15 +8332,6 @@ exports.TakeProfit = {
9466
8332
  buyPrice
9467
8333
  createdAt
9468
8334
  updatedAt
9469
- trades {
9470
- id
9471
- }
9472
- orders {
9473
- id
9474
- }
9475
- positions {
9476
- id
9477
- }
9478
8335
  newsMentions {
9479
8336
  id
9480
8337
  assetId
@@ -9497,12 +8354,6 @@ exports.TakeProfit = {
9497
8354
  logo
9498
8355
  createdAt
9499
8356
  updatedAt
9500
- assets {
9501
- id
9502
- }
9503
- }
9504
- asset {
9505
- id
9506
8357
  }
9507
8358
  relevancyScore
9508
8359
  sentimentScore
@@ -9522,9 +8373,6 @@ exports.TakeProfit = {
9522
8373
  lastTradePrice
9523
8374
  changeToday
9524
8375
  assetMarginable
9525
- alpacaAccount {
9526
- id
9527
- }
9528
8376
  alpacaAccountId
9529
8377
  }
9530
8378
  alerts {
@@ -9535,9 +8383,6 @@ exports.TakeProfit = {
9535
8383
  isRead
9536
8384
  createdAt
9537
8385
  updatedAt
9538
- alpacaAccount {
9539
- id
9540
- }
9541
8386
  }
9542
8387
  }
9543
8388
  asset {
@@ -9599,18 +8444,9 @@ exports.TakeProfit = {
9599
8444
  buyPrice
9600
8445
  createdAt
9601
8446
  updatedAt
9602
- trades {
9603
- id
9604
- }
9605
- orders {
9606
- id
9607
- }
9608
8447
  positions {
9609
8448
  id
9610
8449
  assetId
9611
- asset {
9612
- id
9613
- }
9614
8450
  averageEntryPrice
9615
8451
  qty
9616
8452
  qtyAvailable
@@ -9656,9 +8492,6 @@ exports.TakeProfit = {
9656
8492
  stripeCurrentPeriodEnd
9657
8493
  createdAt
9658
8494
  updatedAt
9659
- users {
9660
- id
9661
- }
9662
8495
  }
9663
8496
  customerId
9664
8497
  accounts {
@@ -9676,18 +8509,12 @@ exports.TakeProfit = {
9676
8509
  session_state
9677
8510
  createdAt
9678
8511
  updatedAt
9679
- user {
9680
- id
9681
- }
9682
8512
  }
9683
8513
  sessions {
9684
8514
  id
9685
8515
  sessionToken
9686
8516
  userId
9687
8517
  expires
9688
- user {
9689
- id
9690
- }
9691
8518
  createdAt
9692
8519
  updatedAt
9693
8520
  }
@@ -9697,29 +8524,14 @@ exports.TakeProfit = {
9697
8524
  credentialID
9698
8525
  publicKey
9699
8526
  counter
9700
- user {
9701
- id
9702
- }
9703
8527
  createdAt
9704
8528
  updatedAt
9705
8529
  }
9706
8530
  plan
9707
- alpacaAccounts {
9708
- id
9709
- }
9710
8531
  }
9711
8532
  userId
9712
8533
  createdAt
9713
8534
  updatedAt
9714
- trades {
9715
- id
9716
- }
9717
- orders {
9718
- id
9719
- }
9720
- positions {
9721
- id
9722
- }
9723
8535
  alerts {
9724
8536
  id
9725
8537
  alpacaAccountId
@@ -9728,9 +8540,6 @@ exports.TakeProfit = {
9728
8540
  isRead
9729
8541
  createdAt
9730
8542
  updatedAt
9731
- alpacaAccount {
9732
- id
9733
- }
9734
8543
  }
9735
8544
  }
9736
8545
  alpacaAccountId
@@ -9757,24 +8566,12 @@ exports.TakeProfit = {
9757
8566
  logo
9758
8567
  createdAt
9759
8568
  updatedAt
9760
- assets {
9761
- id
9762
- }
9763
- }
9764
- asset {
9765
- id
9766
8569
  }
9767
8570
  relevancyScore
9768
8571
  sentimentScore
9769
8572
  sentimentLabel
9770
8573
  }
9771
8574
  }
9772
- actions {
9773
- id
9774
- }
9775
- }
9776
- order {
9777
- id
9778
8575
  }
9779
8576
  }
9780
8577
  asset {
@@ -9883,9 +8680,6 @@ exports.TakeProfit = {
9883
8680
  stripeCurrentPeriodEnd
9884
8681
  createdAt
9885
8682
  updatedAt
9886
- users {
9887
- id
9888
- }
9889
8683
  }
9890
8684
  customerId
9891
8685
  accounts {
@@ -9903,18 +8697,12 @@ exports.TakeProfit = {
9903
8697
  session_state
9904
8698
  createdAt
9905
8699
  updatedAt
9906
- user {
9907
- id
9908
- }
9909
8700
  }
9910
8701
  sessions {
9911
8702
  id
9912
8703
  sessionToken
9913
8704
  userId
9914
8705
  expires
9915
- user {
9916
- id
9917
- }
9918
8706
  createdAt
9919
8707
  updatedAt
9920
8708
  }
@@ -9924,32 +8712,17 @@ exports.TakeProfit = {
9924
8712
  credentialID
9925
8713
  publicKey
9926
8714
  counter
9927
- user {
9928
- id
9929
- }
9930
8715
  createdAt
9931
8716
  updatedAt
9932
8717
  }
9933
8718
  plan
9934
- alpacaAccounts {
9935
- id
9936
- }
9937
8719
  }
9938
8720
  userId
9939
8721
  createdAt
9940
8722
  updatedAt
9941
- trades {
9942
- id
9943
- }
9944
- orders {
9945
- id
9946
- }
9947
8723
  positions {
9948
8724
  id
9949
8725
  assetId
9950
- asset {
9951
- id
9952
- }
9953
8726
  averageEntryPrice
9954
8727
  qty
9955
8728
  qtyAvailable
@@ -9963,9 +8736,6 @@ exports.TakeProfit = {
9963
8736
  lastTradePrice
9964
8737
  changeToday
9965
8738
  assetMarginable
9966
- alpacaAccount {
9967
- id
9968
- }
9969
8739
  alpacaAccountId
9970
8740
  }
9971
8741
  alerts {
@@ -9976,14 +8746,8 @@ exports.TakeProfit = {
9976
8746
  isRead
9977
8747
  createdAt
9978
8748
  updatedAt
9979
- alpacaAccount {
9980
- id
9981
- }
9982
8749
  }
9983
8750
  }
9984
- asset {
9985
- id
9986
- }
9987
8751
  actions {
9988
8752
  id
9989
8753
  sequence
@@ -9992,23 +8756,11 @@ exports.TakeProfit = {
9992
8756
  note
9993
8757
  status
9994
8758
  fee
9995
- trade {
9996
- id
9997
- }
9998
- order {
9999
- id
10000
- }
10001
8759
  }
10002
8760
  }
10003
- orders {
10004
- id
10005
- }
10006
8761
  positions {
10007
8762
  id
10008
8763
  assetId
10009
- asset {
10010
- id
10011
- }
10012
8764
  averageEntryPrice
10013
8765
  qty
10014
8766
  qtyAvailable
@@ -10054,9 +8806,6 @@ exports.TakeProfit = {
10054
8806
  stripeCurrentPeriodEnd
10055
8807
  createdAt
10056
8808
  updatedAt
10057
- users {
10058
- id
10059
- }
10060
8809
  }
10061
8810
  customerId
10062
8811
  accounts {
@@ -10074,18 +8823,12 @@ exports.TakeProfit = {
10074
8823
  session_state
10075
8824
  createdAt
10076
8825
  updatedAt
10077
- user {
10078
- id
10079
- }
10080
8826
  }
10081
8827
  sessions {
10082
8828
  id
10083
8829
  sessionToken
10084
8830
  userId
10085
8831
  expires
10086
- user {
10087
- id
10088
- }
10089
8832
  createdAt
10090
8833
  updatedAt
10091
8834
  }
@@ -10095,16 +8838,10 @@ exports.TakeProfit = {
10095
8838
  credentialID
10096
8839
  publicKey
10097
8840
  counter
10098
- user {
10099
- id
10100
- }
10101
8841
  createdAt
10102
8842
  updatedAt
10103
8843
  }
10104
8844
  plan
10105
- alpacaAccounts {
10106
- id
10107
- }
10108
8845
  }
10109
8846
  userId
10110
8847
  createdAt
@@ -10124,12 +8861,6 @@ exports.TakeProfit = {
10124
8861
  createdAt
10125
8862
  updatedAt
10126
8863
  status
10127
- alpacaAccount {
10128
- id
10129
- }
10130
- asset {
10131
- id
10132
- }
10133
8864
  actions {
10134
8865
  id
10135
8866
  sequence
@@ -10138,20 +8869,8 @@ exports.TakeProfit = {
10138
8869
  note
10139
8870
  status
10140
8871
  fee
10141
- trade {
10142
- id
10143
- }
10144
- order {
10145
- id
10146
- }
10147
8872
  }
10148
8873
  }
10149
- orders {
10150
- id
10151
- }
10152
- positions {
10153
- id
10154
- }
10155
8874
  alerts {
10156
8875
  id
10157
8876
  alpacaAccountId
@@ -10160,9 +8879,6 @@ exports.TakeProfit = {
10160
8879
  isRead
10161
8880
  createdAt
10162
8881
  updatedAt
10163
- alpacaAccount {
10164
- id
10165
- }
10166
8882
  }
10167
8883
  }
10168
8884
  alpacaAccountId
@@ -10189,12 +8905,6 @@ exports.TakeProfit = {
10189
8905
  logo
10190
8906
  createdAt
10191
8907
  updatedAt
10192
- assets {
10193
- id
10194
- }
10195
- }
10196
- asset {
10197
- id
10198
8908
  }
10199
8909
  relevancyScore
10200
8910
  sentimentScore
@@ -10262,12 +8972,6 @@ exports.TakeProfit = {
10262
8972
  createdAt
10263
8973
  updatedAt
10264
8974
  orderId
10265
- Order {
10266
- id
10267
- }
10268
- }
10269
- takeProfit {
10270
- id
10271
8975
  }
10272
8976
  trailPrice
10273
8977
  trailPercent
@@ -10311,9 +9015,6 @@ exports.TakeProfit = {
10311
9015
  stripeCurrentPeriodEnd
10312
9016
  createdAt
10313
9017
  updatedAt
10314
- users {
10315
- id
10316
- }
10317
9018
  }
10318
9019
  customerId
10319
9020
  accounts {
@@ -10331,18 +9032,12 @@ exports.TakeProfit = {
10331
9032
  session_state
10332
9033
  createdAt
10333
9034
  updatedAt
10334
- user {
10335
- id
10336
- }
10337
9035
  }
10338
9036
  sessions {
10339
9037
  id
10340
9038
  sessionToken
10341
9039
  userId
10342
9040
  expires
10343
- user {
10344
- id
10345
- }
10346
9041
  createdAt
10347
9042
  updatedAt
10348
9043
  }
@@ -10352,16 +9047,10 @@ exports.TakeProfit = {
10352
9047
  credentialID
10353
9048
  publicKey
10354
9049
  counter
10355
- user {
10356
- id
10357
- }
10358
9050
  createdAt
10359
9051
  updatedAt
10360
9052
  }
10361
9053
  plan
10362
- alpacaAccounts {
10363
- id
10364
- }
10365
9054
  }
10366
9055
  userId
10367
9056
  createdAt
@@ -10381,9 +9070,6 @@ exports.TakeProfit = {
10381
9070
  createdAt
10382
9071
  updatedAt
10383
9072
  status
10384
- alpacaAccount {
10385
- id
10386
- }
10387
9073
  asset {
10388
9074
  id
10389
9075
  symbol
@@ -10443,18 +9129,9 @@ exports.TakeProfit = {
10443
9129
  buyPrice
10444
9130
  createdAt
10445
9131
  updatedAt
10446
- trades {
10447
- id
10448
- }
10449
- orders {
10450
- id
10451
- }
10452
9132
  positions {
10453
9133
  id
10454
9134
  assetId
10455
- asset {
10456
- id
10457
- }
10458
9135
  averageEntryPrice
10459
9136
  qty
10460
9137
  qtyAvailable
@@ -10468,9 +9145,6 @@ exports.TakeProfit = {
10468
9145
  lastTradePrice
10469
9146
  changeToday
10470
9147
  assetMarginable
10471
- alpacaAccount {
10472
- id
10473
- }
10474
9148
  alpacaAccountId
10475
9149
  }
10476
9150
  newsMentions {
@@ -10495,12 +9169,6 @@ exports.TakeProfit = {
10495
9169
  logo
10496
9170
  createdAt
10497
9171
  updatedAt
10498
- assets {
10499
- id
10500
- }
10501
- }
10502
- asset {
10503
- id
10504
9172
  }
10505
9173
  relevancyScore
10506
9174
  sentimentScore
@@ -10515,17 +9183,8 @@ exports.TakeProfit = {
10515
9183
  note
10516
9184
  status
10517
9185
  fee
10518
- trade {
10519
- id
10520
- }
10521
- order {
10522
- id
10523
- }
10524
9186
  }
10525
9187
  }
10526
- orders {
10527
- id
10528
- }
10529
9188
  positions {
10530
9189
  id
10531
9190
  assetId
@@ -10603,12 +9262,6 @@ exports.TakeProfit = {
10603
9262
  createdAt
10604
9263
  updatedAt
10605
9264
  status
10606
- alpacaAccount {
10607
- id
10608
- }
10609
- asset {
10610
- id
10611
- }
10612
9265
  actions {
10613
9266
  id
10614
9267
  sequence
@@ -10617,20 +9270,8 @@ exports.TakeProfit = {
10617
9270
  note
10618
9271
  status
10619
9272
  fee
10620
- trade {
10621
- id
10622
- }
10623
- order {
10624
- id
10625
- }
10626
9273
  }
10627
9274
  }
10628
- orders {
10629
- id
10630
- }
10631
- positions {
10632
- id
10633
- }
10634
9275
  newsMentions {
10635
9276
  id
10636
9277
  assetId
@@ -10653,12 +9294,6 @@ exports.TakeProfit = {
10653
9294
  logo
10654
9295
  createdAt
10655
9296
  updatedAt
10656
- assets {
10657
- id
10658
- }
10659
- }
10660
- asset {
10661
- id
10662
9297
  }
10663
9298
  relevancyScore
10664
9299
  sentimentScore
@@ -10678,9 +9313,6 @@ exports.TakeProfit = {
10678
9313
  lastTradePrice
10679
9314
  changeToday
10680
9315
  assetMarginable
10681
- alpacaAccount {
10682
- id
10683
- }
10684
9316
  alpacaAccountId
10685
9317
  }
10686
9318
  alerts {
@@ -10691,9 +9323,6 @@ exports.TakeProfit = {
10691
9323
  isRead
10692
9324
  createdAt
10693
9325
  updatedAt
10694
- alpacaAccount {
10695
- id
10696
- }
10697
9326
  }
10698
9327
  }
10699
9328
  action {
@@ -10751,9 +9380,6 @@ exports.TakeProfit = {
10751
9380
  stripeCurrentPeriodEnd
10752
9381
  createdAt
10753
9382
  updatedAt
10754
- users {
10755
- id
10756
- }
10757
9383
  }
10758
9384
  customerId
10759
9385
  accounts {
@@ -10771,18 +9397,12 @@ exports.TakeProfit = {
10771
9397
  session_state
10772
9398
  createdAt
10773
9399
  updatedAt
10774
- user {
10775
- id
10776
- }
10777
9400
  }
10778
9401
  sessions {
10779
9402
  id
10780
9403
  sessionToken
10781
9404
  userId
10782
9405
  expires
10783
- user {
10784
- id
10785
- }
10786
9406
  createdAt
10787
9407
  updatedAt
10788
9408
  }
@@ -10792,26 +9412,14 @@ exports.TakeProfit = {
10792
9412
  credentialID
10793
9413
  publicKey
10794
9414
  counter
10795
- user {
10796
- id
10797
- }
10798
9415
  createdAt
10799
9416
  updatedAt
10800
9417
  }
10801
9418
  plan
10802
- alpacaAccounts {
10803
- id
10804
- }
10805
9419
  }
10806
9420
  userId
10807
9421
  createdAt
10808
9422
  updatedAt
10809
- trades {
10810
- id
10811
- }
10812
- orders {
10813
- id
10814
- }
10815
9423
  positions {
10816
9424
  id
10817
9425
  assetId
@@ -10874,15 +9482,6 @@ exports.TakeProfit = {
10874
9482
  buyPrice
10875
9483
  createdAt
10876
9484
  updatedAt
10877
- trades {
10878
- id
10879
- }
10880
- orders {
10881
- id
10882
- }
10883
- positions {
10884
- id
10885
- }
10886
9485
  newsMentions {
10887
9486
  id
10888
9487
  assetId
@@ -10905,12 +9504,6 @@ exports.TakeProfit = {
10905
9504
  logo
10906
9505
  createdAt
10907
9506
  updatedAt
10908
- assets {
10909
- id
10910
- }
10911
- }
10912
- asset {
10913
- id
10914
9507
  }
10915
9508
  relevancyScore
10916
9509
  sentimentScore
@@ -10930,9 +9523,6 @@ exports.TakeProfit = {
10930
9523
  lastTradePrice
10931
9524
  changeToday
10932
9525
  assetMarginable
10933
- alpacaAccount {
10934
- id
10935
- }
10936
9526
  alpacaAccountId
10937
9527
  }
10938
9528
  alerts {
@@ -10943,9 +9533,6 @@ exports.TakeProfit = {
10943
9533
  isRead
10944
9534
  createdAt
10945
9535
  updatedAt
10946
- alpacaAccount {
10947
- id
10948
- }
10949
9536
  }
10950
9537
  }
10951
9538
  asset {
@@ -11007,18 +9594,9 @@ exports.TakeProfit = {
11007
9594
  buyPrice
11008
9595
  createdAt
11009
9596
  updatedAt
11010
- trades {
11011
- id
11012
- }
11013
- orders {
11014
- id
11015
- }
11016
9597
  positions {
11017
9598
  id
11018
9599
  assetId
11019
- asset {
11020
- id
11021
- }
11022
9600
  averageEntryPrice
11023
9601
  qty
11024
9602
  qtyAvailable
@@ -11064,9 +9642,6 @@ exports.TakeProfit = {
11064
9642
  stripeCurrentPeriodEnd
11065
9643
  createdAt
11066
9644
  updatedAt
11067
- users {
11068
- id
11069
- }
11070
9645
  }
11071
9646
  customerId
11072
9647
  accounts {
@@ -11084,18 +9659,12 @@ exports.TakeProfit = {
11084
9659
  session_state
11085
9660
  createdAt
11086
9661
  updatedAt
11087
- user {
11088
- id
11089
- }
11090
9662
  }
11091
9663
  sessions {
11092
9664
  id
11093
9665
  sessionToken
11094
9666
  userId
11095
9667
  expires
11096
- user {
11097
- id
11098
- }
11099
9668
  createdAt
11100
9669
  updatedAt
11101
9670
  }
@@ -11105,29 +9674,14 @@ exports.TakeProfit = {
11105
9674
  credentialID
11106
9675
  publicKey
11107
9676
  counter
11108
- user {
11109
- id
11110
- }
11111
9677
  createdAt
11112
9678
  updatedAt
11113
9679
  }
11114
9680
  plan
11115
- alpacaAccounts {
11116
- id
11117
- }
11118
9681
  }
11119
9682
  userId
11120
9683
  createdAt
11121
9684
  updatedAt
11122
- trades {
11123
- id
11124
- }
11125
- orders {
11126
- id
11127
- }
11128
- positions {
11129
- id
11130
- }
11131
9685
  alerts {
11132
9686
  id
11133
9687
  alpacaAccountId
@@ -11136,9 +9690,6 @@ exports.TakeProfit = {
11136
9690
  isRead
11137
9691
  createdAt
11138
9692
  updatedAt
11139
- alpacaAccount {
11140
- id
11141
- }
11142
9693
  }
11143
9694
  }
11144
9695
  alpacaAccountId
@@ -11165,24 +9716,12 @@ exports.TakeProfit = {
11165
9716
  logo
11166
9717
  createdAt
11167
9718
  updatedAt
11168
- assets {
11169
- id
11170
- }
11171
- }
11172
- asset {
11173
- id
11174
9719
  }
11175
9720
  relevancyScore
11176
9721
  sentimentScore
11177
9722
  sentimentLabel
11178
9723
  }
11179
9724
  }
11180
- actions {
11181
- id
11182
- }
11183
- }
11184
- order {
11185
- id
11186
9725
  }
11187
9726
  }
11188
9727
  asset {
@@ -11291,9 +9830,6 @@ exports.TakeProfit = {
11291
9830
  stripeCurrentPeriodEnd
11292
9831
  createdAt
11293
9832
  updatedAt
11294
- users {
11295
- id
11296
- }
11297
9833
  }
11298
9834
  customerId
11299
9835
  accounts {
@@ -11311,18 +9847,12 @@ exports.TakeProfit = {
11311
9847
  session_state
11312
9848
  createdAt
11313
9849
  updatedAt
11314
- user {
11315
- id
11316
- }
11317
9850
  }
11318
9851
  sessions {
11319
9852
  id
11320
9853
  sessionToken
11321
9854
  userId
11322
9855
  expires
11323
- user {
11324
- id
11325
- }
11326
9856
  createdAt
11327
9857
  updatedAt
11328
9858
  }
@@ -11332,32 +9862,17 @@ exports.TakeProfit = {
11332
9862
  credentialID
11333
9863
  publicKey
11334
9864
  counter
11335
- user {
11336
- id
11337
- }
11338
9865
  createdAt
11339
9866
  updatedAt
11340
9867
  }
11341
9868
  plan
11342
- alpacaAccounts {
11343
- id
11344
- }
11345
9869
  }
11346
9870
  userId
11347
9871
  createdAt
11348
9872
  updatedAt
11349
- trades {
11350
- id
11351
- }
11352
- orders {
11353
- id
11354
- }
11355
9873
  positions {
11356
9874
  id
11357
9875
  assetId
11358
- asset {
11359
- id
11360
- }
11361
9876
  averageEntryPrice
11362
9877
  qty
11363
9878
  qtyAvailable
@@ -11371,9 +9886,6 @@ exports.TakeProfit = {
11371
9886
  lastTradePrice
11372
9887
  changeToday
11373
9888
  assetMarginable
11374
- alpacaAccount {
11375
- id
11376
- }
11377
9889
  alpacaAccountId
11378
9890
  }
11379
9891
  alerts {
@@ -11384,14 +9896,8 @@ exports.TakeProfit = {
11384
9896
  isRead
11385
9897
  createdAt
11386
9898
  updatedAt
11387
- alpacaAccount {
11388
- id
11389
- }
11390
9899
  }
11391
9900
  }
11392
- asset {
11393
- id
11394
- }
11395
9901
  actions {
11396
9902
  id
11397
9903
  sequence
@@ -11400,23 +9906,11 @@ exports.TakeProfit = {
11400
9906
  note
11401
9907
  status
11402
9908
  fee
11403
- trade {
11404
- id
11405
- }
11406
- order {
11407
- id
11408
- }
11409
9909
  }
11410
9910
  }
11411
- orders {
11412
- id
11413
- }
11414
9911
  positions {
11415
9912
  id
11416
9913
  assetId
11417
- asset {
11418
- id
11419
- }
11420
9914
  averageEntryPrice
11421
9915
  qty
11422
9916
  qtyAvailable
@@ -11462,9 +9956,6 @@ exports.TakeProfit = {
11462
9956
  stripeCurrentPeriodEnd
11463
9957
  createdAt
11464
9958
  updatedAt
11465
- users {
11466
- id
11467
- }
11468
9959
  }
11469
9960
  customerId
11470
9961
  accounts {
@@ -11482,18 +9973,12 @@ exports.TakeProfit = {
11482
9973
  session_state
11483
9974
  createdAt
11484
9975
  updatedAt
11485
- user {
11486
- id
11487
- }
11488
9976
  }
11489
9977
  sessions {
11490
9978
  id
11491
9979
  sessionToken
11492
9980
  userId
11493
9981
  expires
11494
- user {
11495
- id
11496
- }
11497
9982
  createdAt
11498
9983
  updatedAt
11499
9984
  }
@@ -11503,16 +9988,10 @@ exports.TakeProfit = {
11503
9988
  credentialID
11504
9989
  publicKey
11505
9990
  counter
11506
- user {
11507
- id
11508
- }
11509
9991
  createdAt
11510
9992
  updatedAt
11511
9993
  }
11512
9994
  plan
11513
- alpacaAccounts {
11514
- id
11515
- }
11516
9995
  }
11517
9996
  userId
11518
9997
  createdAt
@@ -11532,12 +10011,6 @@ exports.TakeProfit = {
11532
10011
  createdAt
11533
10012
  updatedAt
11534
10013
  status
11535
- alpacaAccount {
11536
- id
11537
- }
11538
- asset {
11539
- id
11540
- }
11541
10014
  actions {
11542
10015
  id
11543
10016
  sequence
@@ -11546,20 +10019,8 @@ exports.TakeProfit = {
11546
10019
  note
11547
10020
  status
11548
10021
  fee
11549
- trade {
11550
- id
11551
- }
11552
- order {
11553
- id
11554
- }
11555
10022
  }
11556
10023
  }
11557
- orders {
11558
- id
11559
- }
11560
- positions {
11561
- id
11562
- }
11563
10024
  alerts {
11564
10025
  id
11565
10026
  alpacaAccountId
@@ -11568,9 +10029,6 @@ exports.TakeProfit = {
11568
10029
  isRead
11569
10030
  createdAt
11570
10031
  updatedAt
11571
- alpacaAccount {
11572
- id
11573
- }
11574
10032
  }
11575
10033
  }
11576
10034
  alpacaAccountId
@@ -11597,12 +10055,6 @@ exports.TakeProfit = {
11597
10055
  logo
11598
10056
  createdAt
11599
10057
  updatedAt
11600
- assets {
11601
- id
11602
- }
11603
- }
11604
- asset {
11605
- id
11606
10058
  }
11607
10059
  relevancyScore
11608
10060
  sentimentScore