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/Order.mjs CHANGED
@@ -35,9 +35,6 @@ export const Order = {
35
35
  createdAt
36
36
  updatedAt
37
37
  orderId
38
- Order {
39
- id
40
- }
41
38
  }
42
39
  takeProfit {
43
40
  id
@@ -46,9 +43,6 @@ export const Order = {
46
43
  createdAt
47
44
  updatedAt
48
45
  orderId
49
- Order {
50
- id
51
- }
52
46
  }
53
47
  trailPrice
54
48
  trailPercent
@@ -92,9 +86,6 @@ export const Order = {
92
86
  stripeCurrentPeriodEnd
93
87
  createdAt
94
88
  updatedAt
95
- users {
96
- id
97
- }
98
89
  }
99
90
  customerId
100
91
  accounts {
@@ -112,18 +103,12 @@ export const Order = {
112
103
  session_state
113
104
  createdAt
114
105
  updatedAt
115
- user {
116
- id
117
- }
118
106
  }
119
107
  sessions {
120
108
  id
121
109
  sessionToken
122
110
  userId
123
111
  expires
124
- user {
125
- id
126
- }
127
112
  createdAt
128
113
  updatedAt
129
114
  }
@@ -133,16 +118,10 @@ export const Order = {
133
118
  credentialID
134
119
  publicKey
135
120
  counter
136
- user {
137
- id
138
- }
139
121
  createdAt
140
122
  updatedAt
141
123
  }
142
124
  plan
143
- alpacaAccounts {
144
- id
145
- }
146
125
  }
147
126
  userId
148
127
  createdAt
@@ -162,9 +141,6 @@ export const Order = {
162
141
  createdAt
163
142
  updatedAt
164
143
  status
165
- alpacaAccount {
166
- id
167
- }
168
144
  asset {
169
145
  id
170
146
  symbol
@@ -224,18 +200,9 @@ export const Order = {
224
200
  buyPrice
225
201
  createdAt
226
202
  updatedAt
227
- trades {
228
- id
229
- }
230
- orders {
231
- id
232
- }
233
203
  positions {
234
204
  id
235
205
  assetId
236
- asset {
237
- id
238
- }
239
206
  averageEntryPrice
240
207
  qty
241
208
  qtyAvailable
@@ -249,9 +216,6 @@ export const Order = {
249
216
  lastTradePrice
250
217
  changeToday
251
218
  assetMarginable
252
- alpacaAccount {
253
- id
254
- }
255
219
  alpacaAccountId
256
220
  }
257
221
  newsMentions {
@@ -276,12 +240,6 @@ export const Order = {
276
240
  logo
277
241
  createdAt
278
242
  updatedAt
279
- assets {
280
- id
281
- }
282
- }
283
- asset {
284
- id
285
243
  }
286
244
  relevancyScore
287
245
  sentimentScore
@@ -296,17 +254,8 @@ export const Order = {
296
254
  note
297
255
  status
298
256
  fee
299
- trade {
300
- id
301
- }
302
- order {
303
- id
304
- }
305
257
  }
306
258
  }
307
- orders {
308
- id
309
- }
310
259
  positions {
311
260
  id
312
261
  assetId
@@ -384,12 +333,6 @@ export const Order = {
384
333
  createdAt
385
334
  updatedAt
386
335
  status
387
- alpacaAccount {
388
- id
389
- }
390
- asset {
391
- id
392
- }
393
336
  actions {
394
337
  id
395
338
  sequence
@@ -398,20 +341,8 @@ export const Order = {
398
341
  note
399
342
  status
400
343
  fee
401
- trade {
402
- id
403
- }
404
- order {
405
- id
406
- }
407
344
  }
408
345
  }
409
- orders {
410
- id
411
- }
412
- positions {
413
- id
414
- }
415
346
  newsMentions {
416
347
  id
417
348
  assetId
@@ -434,12 +365,6 @@ export const Order = {
434
365
  logo
435
366
  createdAt
436
367
  updatedAt
437
- assets {
438
- id
439
- }
440
- }
441
- asset {
442
- id
443
368
  }
444
369
  relevancyScore
445
370
  sentimentScore
@@ -459,9 +384,6 @@ export const Order = {
459
384
  lastTradePrice
460
385
  changeToday
461
386
  assetMarginable
462
- alpacaAccount {
463
- id
464
- }
465
387
  alpacaAccountId
466
388
  }
467
389
  alerts {
@@ -472,9 +394,6 @@ export const Order = {
472
394
  isRead
473
395
  createdAt
474
396
  updatedAt
475
- alpacaAccount {
476
- id
477
- }
478
397
  }
479
398
  }
480
399
  action {
@@ -532,9 +451,6 @@ export const Order = {
532
451
  stripeCurrentPeriodEnd
533
452
  createdAt
534
453
  updatedAt
535
- users {
536
- id
537
- }
538
454
  }
539
455
  customerId
540
456
  accounts {
@@ -552,18 +468,12 @@ export const Order = {
552
468
  session_state
553
469
  createdAt
554
470
  updatedAt
555
- user {
556
- id
557
- }
558
471
  }
559
472
  sessions {
560
473
  id
561
474
  sessionToken
562
475
  userId
563
476
  expires
564
- user {
565
- id
566
- }
567
477
  createdAt
568
478
  updatedAt
569
479
  }
@@ -573,26 +483,14 @@ export const Order = {
573
483
  credentialID
574
484
  publicKey
575
485
  counter
576
- user {
577
- id
578
- }
579
486
  createdAt
580
487
  updatedAt
581
488
  }
582
489
  plan
583
- alpacaAccounts {
584
- id
585
- }
586
490
  }
587
491
  userId
588
492
  createdAt
589
493
  updatedAt
590
- trades {
591
- id
592
- }
593
- orders {
594
- id
595
- }
596
494
  positions {
597
495
  id
598
496
  assetId
@@ -655,15 +553,6 @@ export const Order = {
655
553
  buyPrice
656
554
  createdAt
657
555
  updatedAt
658
- trades {
659
- id
660
- }
661
- orders {
662
- id
663
- }
664
- positions {
665
- id
666
- }
667
556
  newsMentions {
668
557
  id
669
558
  assetId
@@ -686,12 +575,6 @@ export const Order = {
686
575
  logo
687
576
  createdAt
688
577
  updatedAt
689
- assets {
690
- id
691
- }
692
- }
693
- asset {
694
- id
695
578
  }
696
579
  relevancyScore
697
580
  sentimentScore
@@ -711,9 +594,6 @@ export const Order = {
711
594
  lastTradePrice
712
595
  changeToday
713
596
  assetMarginable
714
- alpacaAccount {
715
- id
716
- }
717
597
  alpacaAccountId
718
598
  }
719
599
  alerts {
@@ -724,9 +604,6 @@ export const Order = {
724
604
  isRead
725
605
  createdAt
726
606
  updatedAt
727
- alpacaAccount {
728
- id
729
- }
730
607
  }
731
608
  }
732
609
  asset {
@@ -788,18 +665,9 @@ export const Order = {
788
665
  buyPrice
789
666
  createdAt
790
667
  updatedAt
791
- trades {
792
- id
793
- }
794
- orders {
795
- id
796
- }
797
668
  positions {
798
669
  id
799
670
  assetId
800
- asset {
801
- id
802
- }
803
671
  averageEntryPrice
804
672
  qty
805
673
  qtyAvailable
@@ -845,9 +713,6 @@ export const Order = {
845
713
  stripeCurrentPeriodEnd
846
714
  createdAt
847
715
  updatedAt
848
- users {
849
- id
850
- }
851
716
  }
852
717
  customerId
853
718
  accounts {
@@ -865,18 +730,12 @@ export const Order = {
865
730
  session_state
866
731
  createdAt
867
732
  updatedAt
868
- user {
869
- id
870
- }
871
733
  }
872
734
  sessions {
873
735
  id
874
736
  sessionToken
875
737
  userId
876
738
  expires
877
- user {
878
- id
879
- }
880
739
  createdAt
881
740
  updatedAt
882
741
  }
@@ -886,29 +745,14 @@ export const Order = {
886
745
  credentialID
887
746
  publicKey
888
747
  counter
889
- user {
890
- id
891
- }
892
748
  createdAt
893
749
  updatedAt
894
750
  }
895
751
  plan
896
- alpacaAccounts {
897
- id
898
- }
899
752
  }
900
753
  userId
901
754
  createdAt
902
755
  updatedAt
903
- trades {
904
- id
905
- }
906
- orders {
907
- id
908
- }
909
- positions {
910
- id
911
- }
912
756
  alerts {
913
757
  id
914
758
  alpacaAccountId
@@ -917,9 +761,6 @@ export const Order = {
917
761
  isRead
918
762
  createdAt
919
763
  updatedAt
920
- alpacaAccount {
921
- id
922
- }
923
764
  }
924
765
  }
925
766
  alpacaAccountId
@@ -946,24 +787,12 @@ export const Order = {
946
787
  logo
947
788
  createdAt
948
789
  updatedAt
949
- assets {
950
- id
951
- }
952
- }
953
- asset {
954
- id
955
790
  }
956
791
  relevancyScore
957
792
  sentimentScore
958
793
  sentimentLabel
959
794
  }
960
795
  }
961
- actions {
962
- id
963
- }
964
- }
965
- order {
966
- id
967
796
  }
968
797
  }
969
798
  asset {
@@ -1072,9 +901,6 @@ export const Order = {
1072
901
  stripeCurrentPeriodEnd
1073
902
  createdAt
1074
903
  updatedAt
1075
- users {
1076
- id
1077
- }
1078
904
  }
1079
905
  customerId
1080
906
  accounts {
@@ -1092,18 +918,12 @@ export const Order = {
1092
918
  session_state
1093
919
  createdAt
1094
920
  updatedAt
1095
- user {
1096
- id
1097
- }
1098
921
  }
1099
922
  sessions {
1100
923
  id
1101
924
  sessionToken
1102
925
  userId
1103
926
  expires
1104
- user {
1105
- id
1106
- }
1107
927
  createdAt
1108
928
  updatedAt
1109
929
  }
@@ -1113,32 +933,17 @@ export const Order = {
1113
933
  credentialID
1114
934
  publicKey
1115
935
  counter
1116
- user {
1117
- id
1118
- }
1119
936
  createdAt
1120
937
  updatedAt
1121
938
  }
1122
939
  plan
1123
- alpacaAccounts {
1124
- id
1125
- }
1126
940
  }
1127
941
  userId
1128
942
  createdAt
1129
943
  updatedAt
1130
- trades {
1131
- id
1132
- }
1133
- orders {
1134
- id
1135
- }
1136
944
  positions {
1137
945
  id
1138
946
  assetId
1139
- asset {
1140
- id
1141
- }
1142
947
  averageEntryPrice
1143
948
  qty
1144
949
  qtyAvailable
@@ -1152,9 +957,6 @@ export const Order = {
1152
957
  lastTradePrice
1153
958
  changeToday
1154
959
  assetMarginable
1155
- alpacaAccount {
1156
- id
1157
- }
1158
960
  alpacaAccountId
1159
961
  }
1160
962
  alerts {
@@ -1165,14 +967,8 @@ export const Order = {
1165
967
  isRead
1166
968
  createdAt
1167
969
  updatedAt
1168
- alpacaAccount {
1169
- id
1170
- }
1171
970
  }
1172
971
  }
1173
- asset {
1174
- id
1175
- }
1176
972
  actions {
1177
973
  id
1178
974
  sequence
@@ -1181,23 +977,11 @@ export const Order = {
1181
977
  note
1182
978
  status
1183
979
  fee
1184
- trade {
1185
- id
1186
- }
1187
- order {
1188
- id
1189
- }
1190
980
  }
1191
981
  }
1192
- orders {
1193
- id
1194
- }
1195
982
  positions {
1196
983
  id
1197
984
  assetId
1198
- asset {
1199
- id
1200
- }
1201
985
  averageEntryPrice
1202
986
  qty
1203
987
  qtyAvailable
@@ -1243,9 +1027,6 @@ export const Order = {
1243
1027
  stripeCurrentPeriodEnd
1244
1028
  createdAt
1245
1029
  updatedAt
1246
- users {
1247
- id
1248
- }
1249
1030
  }
1250
1031
  customerId
1251
1032
  accounts {
@@ -1263,18 +1044,12 @@ export const Order = {
1263
1044
  session_state
1264
1045
  createdAt
1265
1046
  updatedAt
1266
- user {
1267
- id
1268
- }
1269
1047
  }
1270
1048
  sessions {
1271
1049
  id
1272
1050
  sessionToken
1273
1051
  userId
1274
1052
  expires
1275
- user {
1276
- id
1277
- }
1278
1053
  createdAt
1279
1054
  updatedAt
1280
1055
  }
@@ -1284,16 +1059,10 @@ export const Order = {
1284
1059
  credentialID
1285
1060
  publicKey
1286
1061
  counter
1287
- user {
1288
- id
1289
- }
1290
1062
  createdAt
1291
1063
  updatedAt
1292
1064
  }
1293
1065
  plan
1294
- alpacaAccounts {
1295
- id
1296
- }
1297
1066
  }
1298
1067
  userId
1299
1068
  createdAt
@@ -1313,12 +1082,6 @@ export const Order = {
1313
1082
  createdAt
1314
1083
  updatedAt
1315
1084
  status
1316
- alpacaAccount {
1317
- id
1318
- }
1319
- asset {
1320
- id
1321
- }
1322
1085
  actions {
1323
1086
  id
1324
1087
  sequence
@@ -1327,20 +1090,8 @@ export const Order = {
1327
1090
  note
1328
1091
  status
1329
1092
  fee
1330
- trade {
1331
- id
1332
- }
1333
- order {
1334
- id
1335
- }
1336
1093
  }
1337
1094
  }
1338
- orders {
1339
- id
1340
- }
1341
- positions {
1342
- id
1343
- }
1344
1095
  alerts {
1345
1096
  id
1346
1097
  alpacaAccountId
@@ -1349,9 +1100,6 @@ export const Order = {
1349
1100
  isRead
1350
1101
  createdAt
1351
1102
  updatedAt
1352
- alpacaAccount {
1353
- id
1354
- }
1355
1103
  }
1356
1104
  }
1357
1105
  alpacaAccountId
@@ -1378,12 +1126,6 @@ export const Order = {
1378
1126
  logo
1379
1127
  createdAt
1380
1128
  updatedAt
1381
- assets {
1382
- id
1383
- }
1384
- }
1385
- asset {
1386
- id
1387
1129
  }
1388
1130
  relevancyScore
1389
1131
  sentimentScore
@@ -2285,9 +2027,6 @@ export const Order = {
2285
2027
  createdAt
2286
2028
  updatedAt
2287
2029
  orderId
2288
- Order {
2289
- id
2290
- }
2291
2030
  }
2292
2031
  takeProfit {
2293
2032
  id
@@ -2296,9 +2035,6 @@ export const Order = {
2296
2035
  createdAt
2297
2036
  updatedAt
2298
2037
  orderId
2299
- Order {
2300
- id
2301
- }
2302
2038
  }
2303
2039
  trailPrice
2304
2040
  trailPercent
@@ -2342,9 +2078,6 @@ export const Order = {
2342
2078
  stripeCurrentPeriodEnd
2343
2079
  createdAt
2344
2080
  updatedAt
2345
- users {
2346
- id
2347
- }
2348
2081
  }
2349
2082
  customerId
2350
2083
  accounts {
@@ -2362,18 +2095,12 @@ export const Order = {
2362
2095
  session_state
2363
2096
  createdAt
2364
2097
  updatedAt
2365
- user {
2366
- id
2367
- }
2368
2098
  }
2369
2099
  sessions {
2370
2100
  id
2371
2101
  sessionToken
2372
2102
  userId
2373
2103
  expires
2374
- user {
2375
- id
2376
- }
2377
2104
  createdAt
2378
2105
  updatedAt
2379
2106
  }
@@ -2383,16 +2110,10 @@ export const Order = {
2383
2110
  credentialID
2384
2111
  publicKey
2385
2112
  counter
2386
- user {
2387
- id
2388
- }
2389
2113
  createdAt
2390
2114
  updatedAt
2391
2115
  }
2392
2116
  plan
2393
- alpacaAccounts {
2394
- id
2395
- }
2396
2117
  }
2397
2118
  userId
2398
2119
  createdAt
@@ -2412,9 +2133,6 @@ export const Order = {
2412
2133
  createdAt
2413
2134
  updatedAt
2414
2135
  status
2415
- alpacaAccount {
2416
- id
2417
- }
2418
2136
  asset {
2419
2137
  id
2420
2138
  symbol
@@ -2474,18 +2192,9 @@ export const Order = {
2474
2192
  buyPrice
2475
2193
  createdAt
2476
2194
  updatedAt
2477
- trades {
2478
- id
2479
- }
2480
- orders {
2481
- id
2482
- }
2483
2195
  positions {
2484
2196
  id
2485
2197
  assetId
2486
- asset {
2487
- id
2488
- }
2489
2198
  averageEntryPrice
2490
2199
  qty
2491
2200
  qtyAvailable
@@ -2499,9 +2208,6 @@ export const Order = {
2499
2208
  lastTradePrice
2500
2209
  changeToday
2501
2210
  assetMarginable
2502
- alpacaAccount {
2503
- id
2504
- }
2505
2211
  alpacaAccountId
2506
2212
  }
2507
2213
  newsMentions {
@@ -2526,12 +2232,6 @@ export const Order = {
2526
2232
  logo
2527
2233
  createdAt
2528
2234
  updatedAt
2529
- assets {
2530
- id
2531
- }
2532
- }
2533
- asset {
2534
- id
2535
2235
  }
2536
2236
  relevancyScore
2537
2237
  sentimentScore
@@ -2546,17 +2246,8 @@ export const Order = {
2546
2246
  note
2547
2247
  status
2548
2248
  fee
2549
- trade {
2550
- id
2551
- }
2552
- order {
2553
- id
2554
- }
2555
2249
  }
2556
2250
  }
2557
- orders {
2558
- id
2559
- }
2560
2251
  positions {
2561
2252
  id
2562
2253
  assetId
@@ -2634,13 +2325,7 @@ export const Order = {
2634
2325
  createdAt
2635
2326
  updatedAt
2636
2327
  status
2637
- alpacaAccount {
2638
- id
2639
- }
2640
- asset {
2641
- id
2642
- }
2643
- actions {
2328
+ actions {
2644
2329
  id
2645
2330
  sequence
2646
2331
  tradeId
@@ -2648,20 +2333,8 @@ export const Order = {
2648
2333
  note
2649
2334
  status
2650
2335
  fee
2651
- trade {
2652
- id
2653
- }
2654
- order {
2655
- id
2656
- }
2657
2336
  }
2658
2337
  }
2659
- orders {
2660
- id
2661
- }
2662
- positions {
2663
- id
2664
- }
2665
2338
  newsMentions {
2666
2339
  id
2667
2340
  assetId
@@ -2684,12 +2357,6 @@ export const Order = {
2684
2357
  logo
2685
2358
  createdAt
2686
2359
  updatedAt
2687
- assets {
2688
- id
2689
- }
2690
- }
2691
- asset {
2692
- id
2693
2360
  }
2694
2361
  relevancyScore
2695
2362
  sentimentScore
@@ -2709,9 +2376,6 @@ export const Order = {
2709
2376
  lastTradePrice
2710
2377
  changeToday
2711
2378
  assetMarginable
2712
- alpacaAccount {
2713
- id
2714
- }
2715
2379
  alpacaAccountId
2716
2380
  }
2717
2381
  alerts {
@@ -2722,9 +2386,6 @@ export const Order = {
2722
2386
  isRead
2723
2387
  createdAt
2724
2388
  updatedAt
2725
- alpacaAccount {
2726
- id
2727
- }
2728
2389
  }
2729
2390
  }
2730
2391
  action {
@@ -2782,9 +2443,6 @@ export const Order = {
2782
2443
  stripeCurrentPeriodEnd
2783
2444
  createdAt
2784
2445
  updatedAt
2785
- users {
2786
- id
2787
- }
2788
2446
  }
2789
2447
  customerId
2790
2448
  accounts {
@@ -2802,18 +2460,12 @@ export const Order = {
2802
2460
  session_state
2803
2461
  createdAt
2804
2462
  updatedAt
2805
- user {
2806
- id
2807
- }
2808
2463
  }
2809
2464
  sessions {
2810
2465
  id
2811
2466
  sessionToken
2812
2467
  userId
2813
2468
  expires
2814
- user {
2815
- id
2816
- }
2817
2469
  createdAt
2818
2470
  updatedAt
2819
2471
  }
@@ -2823,26 +2475,14 @@ export const Order = {
2823
2475
  credentialID
2824
2476
  publicKey
2825
2477
  counter
2826
- user {
2827
- id
2828
- }
2829
2478
  createdAt
2830
2479
  updatedAt
2831
2480
  }
2832
2481
  plan
2833
- alpacaAccounts {
2834
- id
2835
- }
2836
2482
  }
2837
2483
  userId
2838
2484
  createdAt
2839
2485
  updatedAt
2840
- trades {
2841
- id
2842
- }
2843
- orders {
2844
- id
2845
- }
2846
2486
  positions {
2847
2487
  id
2848
2488
  assetId
@@ -2905,15 +2545,6 @@ export const Order = {
2905
2545
  buyPrice
2906
2546
  createdAt
2907
2547
  updatedAt
2908
- trades {
2909
- id
2910
- }
2911
- orders {
2912
- id
2913
- }
2914
- positions {
2915
- id
2916
- }
2917
2548
  newsMentions {
2918
2549
  id
2919
2550
  assetId
@@ -2936,12 +2567,6 @@ export const Order = {
2936
2567
  logo
2937
2568
  createdAt
2938
2569
  updatedAt
2939
- assets {
2940
- id
2941
- }
2942
- }
2943
- asset {
2944
- id
2945
2570
  }
2946
2571
  relevancyScore
2947
2572
  sentimentScore
@@ -2961,9 +2586,6 @@ export const Order = {
2961
2586
  lastTradePrice
2962
2587
  changeToday
2963
2588
  assetMarginable
2964
- alpacaAccount {
2965
- id
2966
- }
2967
2589
  alpacaAccountId
2968
2590
  }
2969
2591
  alerts {
@@ -2974,9 +2596,6 @@ export const Order = {
2974
2596
  isRead
2975
2597
  createdAt
2976
2598
  updatedAt
2977
- alpacaAccount {
2978
- id
2979
- }
2980
2599
  }
2981
2600
  }
2982
2601
  asset {
@@ -3038,18 +2657,9 @@ export const Order = {
3038
2657
  buyPrice
3039
2658
  createdAt
3040
2659
  updatedAt
3041
- trades {
3042
- id
3043
- }
3044
- orders {
3045
- id
3046
- }
3047
2660
  positions {
3048
2661
  id
3049
2662
  assetId
3050
- asset {
3051
- id
3052
- }
3053
2663
  averageEntryPrice
3054
2664
  qty
3055
2665
  qtyAvailable
@@ -3095,9 +2705,6 @@ export const Order = {
3095
2705
  stripeCurrentPeriodEnd
3096
2706
  createdAt
3097
2707
  updatedAt
3098
- users {
3099
- id
3100
- }
3101
2708
  }
3102
2709
  customerId
3103
2710
  accounts {
@@ -3115,18 +2722,12 @@ export const Order = {
3115
2722
  session_state
3116
2723
  createdAt
3117
2724
  updatedAt
3118
- user {
3119
- id
3120
- }
3121
2725
  }
3122
2726
  sessions {
3123
2727
  id
3124
2728
  sessionToken
3125
2729
  userId
3126
2730
  expires
3127
- user {
3128
- id
3129
- }
3130
2731
  createdAt
3131
2732
  updatedAt
3132
2733
  }
@@ -3136,29 +2737,14 @@ export const Order = {
3136
2737
  credentialID
3137
2738
  publicKey
3138
2739
  counter
3139
- user {
3140
- id
3141
- }
3142
2740
  createdAt
3143
2741
  updatedAt
3144
2742
  }
3145
2743
  plan
3146
- alpacaAccounts {
3147
- id
3148
- }
3149
2744
  }
3150
2745
  userId
3151
2746
  createdAt
3152
2747
  updatedAt
3153
- trades {
3154
- id
3155
- }
3156
- orders {
3157
- id
3158
- }
3159
- positions {
3160
- id
3161
- }
3162
2748
  alerts {
3163
2749
  id
3164
2750
  alpacaAccountId
@@ -3167,9 +2753,6 @@ export const Order = {
3167
2753
  isRead
3168
2754
  createdAt
3169
2755
  updatedAt
3170
- alpacaAccount {
3171
- id
3172
- }
3173
2756
  }
3174
2757
  }
3175
2758
  alpacaAccountId
@@ -3196,24 +2779,12 @@ export const Order = {
3196
2779
  logo
3197
2780
  createdAt
3198
2781
  updatedAt
3199
- assets {
3200
- id
3201
- }
3202
- }
3203
- asset {
3204
- id
3205
2782
  }
3206
2783
  relevancyScore
3207
2784
  sentimentScore
3208
2785
  sentimentLabel
3209
2786
  }
3210
2787
  }
3211
- actions {
3212
- id
3213
- }
3214
- }
3215
- order {
3216
- id
3217
2788
  }
3218
2789
  }
3219
2790
  asset {
@@ -3322,9 +2893,6 @@ export const Order = {
3322
2893
  stripeCurrentPeriodEnd
3323
2894
  createdAt
3324
2895
  updatedAt
3325
- users {
3326
- id
3327
- }
3328
2896
  }
3329
2897
  customerId
3330
2898
  accounts {
@@ -3342,18 +2910,12 @@ export const Order = {
3342
2910
  session_state
3343
2911
  createdAt
3344
2912
  updatedAt
3345
- user {
3346
- id
3347
- }
3348
2913
  }
3349
2914
  sessions {
3350
2915
  id
3351
2916
  sessionToken
3352
2917
  userId
3353
2918
  expires
3354
- user {
3355
- id
3356
- }
3357
2919
  createdAt
3358
2920
  updatedAt
3359
2921
  }
@@ -3363,32 +2925,17 @@ export const Order = {
3363
2925
  credentialID
3364
2926
  publicKey
3365
2927
  counter
3366
- user {
3367
- id
3368
- }
3369
2928
  createdAt
3370
2929
  updatedAt
3371
2930
  }
3372
2931
  plan
3373
- alpacaAccounts {
3374
- id
3375
- }
3376
2932
  }
3377
2933
  userId
3378
2934
  createdAt
3379
2935
  updatedAt
3380
- trades {
3381
- id
3382
- }
3383
- orders {
3384
- id
3385
- }
3386
2936
  positions {
3387
2937
  id
3388
2938
  assetId
3389
- asset {
3390
- id
3391
- }
3392
2939
  averageEntryPrice
3393
2940
  qty
3394
2941
  qtyAvailable
@@ -3402,9 +2949,6 @@ export const Order = {
3402
2949
  lastTradePrice
3403
2950
  changeToday
3404
2951
  assetMarginable
3405
- alpacaAccount {
3406
- id
3407
- }
3408
2952
  alpacaAccountId
3409
2953
  }
3410
2954
  alerts {
@@ -3415,14 +2959,8 @@ export const Order = {
3415
2959
  isRead
3416
2960
  createdAt
3417
2961
  updatedAt
3418
- alpacaAccount {
3419
- id
3420
- }
3421
2962
  }
3422
2963
  }
3423
- asset {
3424
- id
3425
- }
3426
2964
  actions {
3427
2965
  id
3428
2966
  sequence
@@ -3431,23 +2969,11 @@ export const Order = {
3431
2969
  note
3432
2970
  status
3433
2971
  fee
3434
- trade {
3435
- id
3436
- }
3437
- order {
3438
- id
3439
- }
3440
2972
  }
3441
2973
  }
3442
- orders {
3443
- id
3444
- }
3445
2974
  positions {
3446
2975
  id
3447
2976
  assetId
3448
- asset {
3449
- id
3450
- }
3451
2977
  averageEntryPrice
3452
2978
  qty
3453
2979
  qtyAvailable
@@ -3493,9 +3019,6 @@ export const Order = {
3493
3019
  stripeCurrentPeriodEnd
3494
3020
  createdAt
3495
3021
  updatedAt
3496
- users {
3497
- id
3498
- }
3499
3022
  }
3500
3023
  customerId
3501
3024
  accounts {
@@ -3513,18 +3036,12 @@ export const Order = {
3513
3036
  session_state
3514
3037
  createdAt
3515
3038
  updatedAt
3516
- user {
3517
- id
3518
- }
3519
3039
  }
3520
3040
  sessions {
3521
3041
  id
3522
3042
  sessionToken
3523
3043
  userId
3524
3044
  expires
3525
- user {
3526
- id
3527
- }
3528
3045
  createdAt
3529
3046
  updatedAt
3530
3047
  }
@@ -3534,16 +3051,10 @@ export const Order = {
3534
3051
  credentialID
3535
3052
  publicKey
3536
3053
  counter
3537
- user {
3538
- id
3539
- }
3540
3054
  createdAt
3541
3055
  updatedAt
3542
3056
  }
3543
3057
  plan
3544
- alpacaAccounts {
3545
- id
3546
- }
3547
3058
  }
3548
3059
  userId
3549
3060
  createdAt
@@ -3563,12 +3074,6 @@ export const Order = {
3563
3074
  createdAt
3564
3075
  updatedAt
3565
3076
  status
3566
- alpacaAccount {
3567
- id
3568
- }
3569
- asset {
3570
- id
3571
- }
3572
3077
  actions {
3573
3078
  id
3574
3079
  sequence
@@ -3577,20 +3082,8 @@ export const Order = {
3577
3082
  note
3578
3083
  status
3579
3084
  fee
3580
- trade {
3581
- id
3582
- }
3583
- order {
3584
- id
3585
- }
3586
3085
  }
3587
3086
  }
3588
- orders {
3589
- id
3590
- }
3591
- positions {
3592
- id
3593
- }
3594
3087
  alerts {
3595
3088
  id
3596
3089
  alpacaAccountId
@@ -3599,9 +3092,6 @@ export const Order = {
3599
3092
  isRead
3600
3093
  createdAt
3601
3094
  updatedAt
3602
- alpacaAccount {
3603
- id
3604
- }
3605
3095
  }
3606
3096
  }
3607
3097
  alpacaAccountId
@@ -3628,12 +3118,6 @@ export const Order = {
3628
3118
  logo
3629
3119
  createdAt
3630
3120
  updatedAt
3631
- assets {
3632
- id
3633
- }
3634
- }
3635
- asset {
3636
- id
3637
3121
  }
3638
3122
  relevancyScore
3639
3123
  sentimentScore
@@ -9794,9 +9278,6 @@ export const Order = {
9794
9278
  createdAt
9795
9279
  updatedAt
9796
9280
  orderId
9797
- Order {
9798
- id
9799
- }
9800
9281
  }
9801
9282
  takeProfit {
9802
9283
  id
@@ -9805,9 +9286,6 @@ export const Order = {
9805
9286
  createdAt
9806
9287
  updatedAt
9807
9288
  orderId
9808
- Order {
9809
- id
9810
- }
9811
9289
  }
9812
9290
  trailPrice
9813
9291
  trailPercent
@@ -9851,9 +9329,6 @@ export const Order = {
9851
9329
  stripeCurrentPeriodEnd
9852
9330
  createdAt
9853
9331
  updatedAt
9854
- users {
9855
- id
9856
- }
9857
9332
  }
9858
9333
  customerId
9859
9334
  accounts {
@@ -9871,18 +9346,12 @@ export const Order = {
9871
9346
  session_state
9872
9347
  createdAt
9873
9348
  updatedAt
9874
- user {
9875
- id
9876
- }
9877
9349
  }
9878
9350
  sessions {
9879
9351
  id
9880
9352
  sessionToken
9881
9353
  userId
9882
9354
  expires
9883
- user {
9884
- id
9885
- }
9886
9355
  createdAt
9887
9356
  updatedAt
9888
9357
  }
@@ -9892,16 +9361,10 @@ export const Order = {
9892
9361
  credentialID
9893
9362
  publicKey
9894
9363
  counter
9895
- user {
9896
- id
9897
- }
9898
9364
  createdAt
9899
9365
  updatedAt
9900
9366
  }
9901
9367
  plan
9902
- alpacaAccounts {
9903
- id
9904
- }
9905
9368
  }
9906
9369
  userId
9907
9370
  createdAt
@@ -9921,9 +9384,6 @@ export const Order = {
9921
9384
  createdAt
9922
9385
  updatedAt
9923
9386
  status
9924
- alpacaAccount {
9925
- id
9926
- }
9927
9387
  asset {
9928
9388
  id
9929
9389
  symbol
@@ -9983,18 +9443,9 @@ export const Order = {
9983
9443
  buyPrice
9984
9444
  createdAt
9985
9445
  updatedAt
9986
- trades {
9987
- id
9988
- }
9989
- orders {
9990
- id
9991
- }
9992
9446
  positions {
9993
9447
  id
9994
9448
  assetId
9995
- asset {
9996
- id
9997
- }
9998
9449
  averageEntryPrice
9999
9450
  qty
10000
9451
  qtyAvailable
@@ -10008,9 +9459,6 @@ export const Order = {
10008
9459
  lastTradePrice
10009
9460
  changeToday
10010
9461
  assetMarginable
10011
- alpacaAccount {
10012
- id
10013
- }
10014
9462
  alpacaAccountId
10015
9463
  }
10016
9464
  newsMentions {
@@ -10035,12 +9483,6 @@ export const Order = {
10035
9483
  logo
10036
9484
  createdAt
10037
9485
  updatedAt
10038
- assets {
10039
- id
10040
- }
10041
- }
10042
- asset {
10043
- id
10044
9486
  }
10045
9487
  relevancyScore
10046
9488
  sentimentScore
@@ -10055,17 +9497,8 @@ export const Order = {
10055
9497
  note
10056
9498
  status
10057
9499
  fee
10058
- trade {
10059
- id
10060
- }
10061
- order {
10062
- id
10063
- }
10064
9500
  }
10065
9501
  }
10066
- orders {
10067
- id
10068
- }
10069
9502
  positions {
10070
9503
  id
10071
9504
  assetId
@@ -10143,12 +9576,6 @@ export const Order = {
10143
9576
  createdAt
10144
9577
  updatedAt
10145
9578
  status
10146
- alpacaAccount {
10147
- id
10148
- }
10149
- asset {
10150
- id
10151
- }
10152
9579
  actions {
10153
9580
  id
10154
9581
  sequence
@@ -10157,20 +9584,8 @@ export const Order = {
10157
9584
  note
10158
9585
  status
10159
9586
  fee
10160
- trade {
10161
- id
10162
- }
10163
- order {
10164
- id
10165
- }
10166
9587
  }
10167
9588
  }
10168
- orders {
10169
- id
10170
- }
10171
- positions {
10172
- id
10173
- }
10174
9589
  newsMentions {
10175
9590
  id
10176
9591
  assetId
@@ -10193,12 +9608,6 @@ export const Order = {
10193
9608
  logo
10194
9609
  createdAt
10195
9610
  updatedAt
10196
- assets {
10197
- id
10198
- }
10199
- }
10200
- asset {
10201
- id
10202
9611
  }
10203
9612
  relevancyScore
10204
9613
  sentimentScore
@@ -10218,9 +9627,6 @@ export const Order = {
10218
9627
  lastTradePrice
10219
9628
  changeToday
10220
9629
  assetMarginable
10221
- alpacaAccount {
10222
- id
10223
- }
10224
9630
  alpacaAccountId
10225
9631
  }
10226
9632
  alerts {
@@ -10231,9 +9637,6 @@ export const Order = {
10231
9637
  isRead
10232
9638
  createdAt
10233
9639
  updatedAt
10234
- alpacaAccount {
10235
- id
10236
- }
10237
9640
  }
10238
9641
  }
10239
9642
  action {
@@ -10291,9 +9694,6 @@ export const Order = {
10291
9694
  stripeCurrentPeriodEnd
10292
9695
  createdAt
10293
9696
  updatedAt
10294
- users {
10295
- id
10296
- }
10297
9697
  }
10298
9698
  customerId
10299
9699
  accounts {
@@ -10311,18 +9711,12 @@ export const Order = {
10311
9711
  session_state
10312
9712
  createdAt
10313
9713
  updatedAt
10314
- user {
10315
- id
10316
- }
10317
9714
  }
10318
9715
  sessions {
10319
9716
  id
10320
9717
  sessionToken
10321
9718
  userId
10322
9719
  expires
10323
- user {
10324
- id
10325
- }
10326
9720
  createdAt
10327
9721
  updatedAt
10328
9722
  }
@@ -10332,26 +9726,14 @@ export const Order = {
10332
9726
  credentialID
10333
9727
  publicKey
10334
9728
  counter
10335
- user {
10336
- id
10337
- }
10338
9729
  createdAt
10339
9730
  updatedAt
10340
9731
  }
10341
9732
  plan
10342
- alpacaAccounts {
10343
- id
10344
- }
10345
9733
  }
10346
9734
  userId
10347
9735
  createdAt
10348
9736
  updatedAt
10349
- trades {
10350
- id
10351
- }
10352
- orders {
10353
- id
10354
- }
10355
9737
  positions {
10356
9738
  id
10357
9739
  assetId
@@ -10414,16 +9796,7 @@ export const Order = {
10414
9796
  buyPrice
10415
9797
  createdAt
10416
9798
  updatedAt
10417
- trades {
10418
- id
10419
- }
10420
- orders {
10421
- id
10422
- }
10423
- positions {
10424
- id
10425
- }
10426
- newsMentions {
9799
+ newsMentions {
10427
9800
  id
10428
9801
  assetId
10429
9802
  newsArticleId
@@ -10445,12 +9818,6 @@ export const Order = {
10445
9818
  logo
10446
9819
  createdAt
10447
9820
  updatedAt
10448
- assets {
10449
- id
10450
- }
10451
- }
10452
- asset {
10453
- id
10454
9821
  }
10455
9822
  relevancyScore
10456
9823
  sentimentScore
@@ -10470,9 +9837,6 @@ export const Order = {
10470
9837
  lastTradePrice
10471
9838
  changeToday
10472
9839
  assetMarginable
10473
- alpacaAccount {
10474
- id
10475
- }
10476
9840
  alpacaAccountId
10477
9841
  }
10478
9842
  alerts {
@@ -10483,9 +9847,6 @@ export const Order = {
10483
9847
  isRead
10484
9848
  createdAt
10485
9849
  updatedAt
10486
- alpacaAccount {
10487
- id
10488
- }
10489
9850
  }
10490
9851
  }
10491
9852
  asset {
@@ -10547,18 +9908,9 @@ export const Order = {
10547
9908
  buyPrice
10548
9909
  createdAt
10549
9910
  updatedAt
10550
- trades {
10551
- id
10552
- }
10553
- orders {
10554
- id
10555
- }
10556
9911
  positions {
10557
9912
  id
10558
9913
  assetId
10559
- asset {
10560
- id
10561
- }
10562
9914
  averageEntryPrice
10563
9915
  qty
10564
9916
  qtyAvailable
@@ -10604,9 +9956,6 @@ export const Order = {
10604
9956
  stripeCurrentPeriodEnd
10605
9957
  createdAt
10606
9958
  updatedAt
10607
- users {
10608
- id
10609
- }
10610
9959
  }
10611
9960
  customerId
10612
9961
  accounts {
@@ -10624,18 +9973,12 @@ export const Order = {
10624
9973
  session_state
10625
9974
  createdAt
10626
9975
  updatedAt
10627
- user {
10628
- id
10629
- }
10630
9976
  }
10631
9977
  sessions {
10632
9978
  id
10633
9979
  sessionToken
10634
9980
  userId
10635
9981
  expires
10636
- user {
10637
- id
10638
- }
10639
9982
  createdAt
10640
9983
  updatedAt
10641
9984
  }
@@ -10645,29 +9988,14 @@ export const Order = {
10645
9988
  credentialID
10646
9989
  publicKey
10647
9990
  counter
10648
- user {
10649
- id
10650
- }
10651
9991
  createdAt
10652
9992
  updatedAt
10653
9993
  }
10654
9994
  plan
10655
- alpacaAccounts {
10656
- id
10657
- }
10658
9995
  }
10659
9996
  userId
10660
9997
  createdAt
10661
9998
  updatedAt
10662
- trades {
10663
- id
10664
- }
10665
- orders {
10666
- id
10667
- }
10668
- positions {
10669
- id
10670
- }
10671
9999
  alerts {
10672
10000
  id
10673
10001
  alpacaAccountId
@@ -10676,9 +10004,6 @@ export const Order = {
10676
10004
  isRead
10677
10005
  createdAt
10678
10006
  updatedAt
10679
- alpacaAccount {
10680
- id
10681
- }
10682
10007
  }
10683
10008
  }
10684
10009
  alpacaAccountId
@@ -10705,24 +10030,12 @@ export const Order = {
10705
10030
  logo
10706
10031
  createdAt
10707
10032
  updatedAt
10708
- assets {
10709
- id
10710
- }
10711
- }
10712
- asset {
10713
- id
10714
10033
  }
10715
10034
  relevancyScore
10716
10035
  sentimentScore
10717
10036
  sentimentLabel
10718
10037
  }
10719
10038
  }
10720
- actions {
10721
- id
10722
- }
10723
- }
10724
- order {
10725
- id
10726
10039
  }
10727
10040
  }
10728
10041
  asset {
@@ -10831,9 +10144,6 @@ export const Order = {
10831
10144
  stripeCurrentPeriodEnd
10832
10145
  createdAt
10833
10146
  updatedAt
10834
- users {
10835
- id
10836
- }
10837
10147
  }
10838
10148
  customerId
10839
10149
  accounts {
@@ -10851,18 +10161,12 @@ export const Order = {
10851
10161
  session_state
10852
10162
  createdAt
10853
10163
  updatedAt
10854
- user {
10855
- id
10856
- }
10857
10164
  }
10858
10165
  sessions {
10859
10166
  id
10860
10167
  sessionToken
10861
10168
  userId
10862
10169
  expires
10863
- user {
10864
- id
10865
- }
10866
10170
  createdAt
10867
10171
  updatedAt
10868
10172
  }
@@ -10872,32 +10176,17 @@ export const Order = {
10872
10176
  credentialID
10873
10177
  publicKey
10874
10178
  counter
10875
- user {
10876
- id
10877
- }
10878
10179
  createdAt
10879
10180
  updatedAt
10880
10181
  }
10881
10182
  plan
10882
- alpacaAccounts {
10883
- id
10884
- }
10885
10183
  }
10886
10184
  userId
10887
10185
  createdAt
10888
10186
  updatedAt
10889
- trades {
10890
- id
10891
- }
10892
- orders {
10893
- id
10894
- }
10895
10187
  positions {
10896
10188
  id
10897
10189
  assetId
10898
- asset {
10899
- id
10900
- }
10901
10190
  averageEntryPrice
10902
10191
  qty
10903
10192
  qtyAvailable
@@ -10911,9 +10200,6 @@ export const Order = {
10911
10200
  lastTradePrice
10912
10201
  changeToday
10913
10202
  assetMarginable
10914
- alpacaAccount {
10915
- id
10916
- }
10917
10203
  alpacaAccountId
10918
10204
  }
10919
10205
  alerts {
@@ -10924,14 +10210,8 @@ export const Order = {
10924
10210
  isRead
10925
10211
  createdAt
10926
10212
  updatedAt
10927
- alpacaAccount {
10928
- id
10929
- }
10930
10213
  }
10931
10214
  }
10932
- asset {
10933
- id
10934
- }
10935
10215
  actions {
10936
10216
  id
10937
10217
  sequence
@@ -10940,23 +10220,11 @@ export const Order = {
10940
10220
  note
10941
10221
  status
10942
10222
  fee
10943
- trade {
10944
- id
10945
- }
10946
- order {
10947
- id
10948
- }
10949
10223
  }
10950
10224
  }
10951
- orders {
10952
- id
10953
- }
10954
10225
  positions {
10955
10226
  id
10956
10227
  assetId
10957
- asset {
10958
- id
10959
- }
10960
10228
  averageEntryPrice
10961
10229
  qty
10962
10230
  qtyAvailable
@@ -11002,9 +10270,6 @@ export const Order = {
11002
10270
  stripeCurrentPeriodEnd
11003
10271
  createdAt
11004
10272
  updatedAt
11005
- users {
11006
- id
11007
- }
11008
10273
  }
11009
10274
  customerId
11010
10275
  accounts {
@@ -11022,18 +10287,12 @@ export const Order = {
11022
10287
  session_state
11023
10288
  createdAt
11024
10289
  updatedAt
11025
- user {
11026
- id
11027
- }
11028
10290
  }
11029
10291
  sessions {
11030
10292
  id
11031
10293
  sessionToken
11032
10294
  userId
11033
10295
  expires
11034
- user {
11035
- id
11036
- }
11037
10296
  createdAt
11038
10297
  updatedAt
11039
10298
  }
@@ -11043,16 +10302,10 @@ export const Order = {
11043
10302
  credentialID
11044
10303
  publicKey
11045
10304
  counter
11046
- user {
11047
- id
11048
- }
11049
10305
  createdAt
11050
10306
  updatedAt
11051
10307
  }
11052
10308
  plan
11053
- alpacaAccounts {
11054
- id
11055
- }
11056
10309
  }
11057
10310
  userId
11058
10311
  createdAt
@@ -11072,12 +10325,6 @@ export const Order = {
11072
10325
  createdAt
11073
10326
  updatedAt
11074
10327
  status
11075
- alpacaAccount {
11076
- id
11077
- }
11078
- asset {
11079
- id
11080
- }
11081
10328
  actions {
11082
10329
  id
11083
10330
  sequence
@@ -11086,20 +10333,8 @@ export const Order = {
11086
10333
  note
11087
10334
  status
11088
10335
  fee
11089
- trade {
11090
- id
11091
- }
11092
- order {
11093
- id
11094
- }
11095
10336
  }
11096
10337
  }
11097
- orders {
11098
- id
11099
- }
11100
- positions {
11101
- id
11102
- }
11103
10338
  alerts {
11104
10339
  id
11105
10340
  alpacaAccountId
@@ -11108,9 +10343,6 @@ export const Order = {
11108
10343
  isRead
11109
10344
  createdAt
11110
10345
  updatedAt
11111
- alpacaAccount {
11112
- id
11113
- }
11114
10346
  }
11115
10347
  }
11116
10348
  alpacaAccountId
@@ -11137,12 +10369,6 @@ export const Order = {
11137
10369
  logo
11138
10370
  createdAt
11139
10371
  updatedAt
11140
- assets {
11141
- id
11142
- }
11143
- }
11144
- asset {
11145
- id
11146
10372
  }
11147
10373
  relevancyScore
11148
10374
  sentimentScore
@@ -11208,9 +10434,6 @@ export const Order = {
11208
10434
  createdAt
11209
10435
  updatedAt
11210
10436
  orderId
11211
- Order {
11212
- id
11213
- }
11214
10437
  }
11215
10438
  takeProfit {
11216
10439
  id
@@ -11219,9 +10442,6 @@ export const Order = {
11219
10442
  createdAt
11220
10443
  updatedAt
11221
10444
  orderId
11222
- Order {
11223
- id
11224
- }
11225
10445
  }
11226
10446
  trailPrice
11227
10447
  trailPercent
@@ -11265,9 +10485,6 @@ export const Order = {
11265
10485
  stripeCurrentPeriodEnd
11266
10486
  createdAt
11267
10487
  updatedAt
11268
- users {
11269
- id
11270
- }
11271
10488
  }
11272
10489
  customerId
11273
10490
  accounts {
@@ -11285,18 +10502,12 @@ export const Order = {
11285
10502
  session_state
11286
10503
  createdAt
11287
10504
  updatedAt
11288
- user {
11289
- id
11290
- }
11291
10505
  }
11292
10506
  sessions {
11293
10507
  id
11294
10508
  sessionToken
11295
10509
  userId
11296
10510
  expires
11297
- user {
11298
- id
11299
- }
11300
10511
  createdAt
11301
10512
  updatedAt
11302
10513
  }
@@ -11306,16 +10517,10 @@ export const Order = {
11306
10517
  credentialID
11307
10518
  publicKey
11308
10519
  counter
11309
- user {
11310
- id
11311
- }
11312
10520
  createdAt
11313
10521
  updatedAt
11314
10522
  }
11315
10523
  plan
11316
- alpacaAccounts {
11317
- id
11318
- }
11319
10524
  }
11320
10525
  userId
11321
10526
  createdAt
@@ -11335,9 +10540,6 @@ export const Order = {
11335
10540
  createdAt
11336
10541
  updatedAt
11337
10542
  status
11338
- alpacaAccount {
11339
- id
11340
- }
11341
10543
  asset {
11342
10544
  id
11343
10545
  symbol
@@ -11397,18 +10599,9 @@ export const Order = {
11397
10599
  buyPrice
11398
10600
  createdAt
11399
10601
  updatedAt
11400
- trades {
11401
- id
11402
- }
11403
- orders {
11404
- id
11405
- }
11406
10602
  positions {
11407
10603
  id
11408
10604
  assetId
11409
- asset {
11410
- id
11411
- }
11412
10605
  averageEntryPrice
11413
10606
  qty
11414
10607
  qtyAvailable
@@ -11422,9 +10615,6 @@ export const Order = {
11422
10615
  lastTradePrice
11423
10616
  changeToday
11424
10617
  assetMarginable
11425
- alpacaAccount {
11426
- id
11427
- }
11428
10618
  alpacaAccountId
11429
10619
  }
11430
10620
  newsMentions {
@@ -11449,12 +10639,6 @@ export const Order = {
11449
10639
  logo
11450
10640
  createdAt
11451
10641
  updatedAt
11452
- assets {
11453
- id
11454
- }
11455
- }
11456
- asset {
11457
- id
11458
10642
  }
11459
10643
  relevancyScore
11460
10644
  sentimentScore
@@ -11469,17 +10653,8 @@ export const Order = {
11469
10653
  note
11470
10654
  status
11471
10655
  fee
11472
- trade {
11473
- id
11474
- }
11475
- order {
11476
- id
11477
- }
11478
10656
  }
11479
10657
  }
11480
- orders {
11481
- id
11482
- }
11483
10658
  positions {
11484
10659
  id
11485
10660
  assetId
@@ -11557,12 +10732,6 @@ export const Order = {
11557
10732
  createdAt
11558
10733
  updatedAt
11559
10734
  status
11560
- alpacaAccount {
11561
- id
11562
- }
11563
- asset {
11564
- id
11565
- }
11566
10735
  actions {
11567
10736
  id
11568
10737
  sequence
@@ -11571,20 +10740,8 @@ export const Order = {
11571
10740
  note
11572
10741
  status
11573
10742
  fee
11574
- trade {
11575
- id
11576
- }
11577
- order {
11578
- id
11579
- }
11580
10743
  }
11581
10744
  }
11582
- orders {
11583
- id
11584
- }
11585
- positions {
11586
- id
11587
- }
11588
10745
  newsMentions {
11589
10746
  id
11590
10747
  assetId
@@ -11607,12 +10764,6 @@ export const Order = {
11607
10764
  logo
11608
10765
  createdAt
11609
10766
  updatedAt
11610
- assets {
11611
- id
11612
- }
11613
- }
11614
- asset {
11615
- id
11616
10767
  }
11617
10768
  relevancyScore
11618
10769
  sentimentScore
@@ -11632,9 +10783,6 @@ export const Order = {
11632
10783
  lastTradePrice
11633
10784
  changeToday
11634
10785
  assetMarginable
11635
- alpacaAccount {
11636
- id
11637
- }
11638
10786
  alpacaAccountId
11639
10787
  }
11640
10788
  alerts {
@@ -11645,9 +10793,6 @@ export const Order = {
11645
10793
  isRead
11646
10794
  createdAt
11647
10795
  updatedAt
11648
- alpacaAccount {
11649
- id
11650
- }
11651
10796
  }
11652
10797
  }
11653
10798
  action {
@@ -11705,9 +10850,6 @@ export const Order = {
11705
10850
  stripeCurrentPeriodEnd
11706
10851
  createdAt
11707
10852
  updatedAt
11708
- users {
11709
- id
11710
- }
11711
10853
  }
11712
10854
  customerId
11713
10855
  accounts {
@@ -11725,18 +10867,12 @@ export const Order = {
11725
10867
  session_state
11726
10868
  createdAt
11727
10869
  updatedAt
11728
- user {
11729
- id
11730
- }
11731
10870
  }
11732
10871
  sessions {
11733
10872
  id
11734
10873
  sessionToken
11735
10874
  userId
11736
10875
  expires
11737
- user {
11738
- id
11739
- }
11740
10876
  createdAt
11741
10877
  updatedAt
11742
10878
  }
@@ -11746,26 +10882,14 @@ export const Order = {
11746
10882
  credentialID
11747
10883
  publicKey
11748
10884
  counter
11749
- user {
11750
- id
11751
- }
11752
10885
  createdAt
11753
10886
  updatedAt
11754
10887
  }
11755
10888
  plan
11756
- alpacaAccounts {
11757
- id
11758
- }
11759
10889
  }
11760
10890
  userId
11761
10891
  createdAt
11762
10892
  updatedAt
11763
- trades {
11764
- id
11765
- }
11766
- orders {
11767
- id
11768
- }
11769
10893
  positions {
11770
10894
  id
11771
10895
  assetId
@@ -11828,15 +10952,6 @@ export const Order = {
11828
10952
  buyPrice
11829
10953
  createdAt
11830
10954
  updatedAt
11831
- trades {
11832
- id
11833
- }
11834
- orders {
11835
- id
11836
- }
11837
- positions {
11838
- id
11839
- }
11840
10955
  newsMentions {
11841
10956
  id
11842
10957
  assetId
@@ -11859,12 +10974,6 @@ export const Order = {
11859
10974
  logo
11860
10975
  createdAt
11861
10976
  updatedAt
11862
- assets {
11863
- id
11864
- }
11865
- }
11866
- asset {
11867
- id
11868
10977
  }
11869
10978
  relevancyScore
11870
10979
  sentimentScore
@@ -11884,9 +10993,6 @@ export const Order = {
11884
10993
  lastTradePrice
11885
10994
  changeToday
11886
10995
  assetMarginable
11887
- alpacaAccount {
11888
- id
11889
- }
11890
10996
  alpacaAccountId
11891
10997
  }
11892
10998
  alerts {
@@ -11897,9 +11003,6 @@ export const Order = {
11897
11003
  isRead
11898
11004
  createdAt
11899
11005
  updatedAt
11900
- alpacaAccount {
11901
- id
11902
- }
11903
11006
  }
11904
11007
  }
11905
11008
  asset {
@@ -11961,18 +11064,9 @@ export const Order = {
11961
11064
  buyPrice
11962
11065
  createdAt
11963
11066
  updatedAt
11964
- trades {
11965
- id
11966
- }
11967
- orders {
11968
- id
11969
- }
11970
11067
  positions {
11971
11068
  id
11972
11069
  assetId
11973
- asset {
11974
- id
11975
- }
11976
11070
  averageEntryPrice
11977
11071
  qty
11978
11072
  qtyAvailable
@@ -12018,9 +11112,6 @@ export const Order = {
12018
11112
  stripeCurrentPeriodEnd
12019
11113
  createdAt
12020
11114
  updatedAt
12021
- users {
12022
- id
12023
- }
12024
11115
  }
12025
11116
  customerId
12026
11117
  accounts {
@@ -12038,18 +11129,12 @@ export const Order = {
12038
11129
  session_state
12039
11130
  createdAt
12040
11131
  updatedAt
12041
- user {
12042
- id
12043
- }
12044
11132
  }
12045
11133
  sessions {
12046
11134
  id
12047
11135
  sessionToken
12048
11136
  userId
12049
11137
  expires
12050
- user {
12051
- id
12052
- }
12053
11138
  createdAt
12054
11139
  updatedAt
12055
11140
  }
@@ -12059,29 +11144,14 @@ export const Order = {
12059
11144
  credentialID
12060
11145
  publicKey
12061
11146
  counter
12062
- user {
12063
- id
12064
- }
12065
11147
  createdAt
12066
11148
  updatedAt
12067
11149
  }
12068
11150
  plan
12069
- alpacaAccounts {
12070
- id
12071
- }
12072
11151
  }
12073
11152
  userId
12074
11153
  createdAt
12075
11154
  updatedAt
12076
- trades {
12077
- id
12078
- }
12079
- orders {
12080
- id
12081
- }
12082
- positions {
12083
- id
12084
- }
12085
11155
  alerts {
12086
11156
  id
12087
11157
  alpacaAccountId
@@ -12090,9 +11160,6 @@ export const Order = {
12090
11160
  isRead
12091
11161
  createdAt
12092
11162
  updatedAt
12093
- alpacaAccount {
12094
- id
12095
- }
12096
11163
  }
12097
11164
  }
12098
11165
  alpacaAccountId
@@ -12119,24 +11186,12 @@ export const Order = {
12119
11186
  logo
12120
11187
  createdAt
12121
11188
  updatedAt
12122
- assets {
12123
- id
12124
- }
12125
- }
12126
- asset {
12127
- id
12128
11189
  }
12129
11190
  relevancyScore
12130
11191
  sentimentScore
12131
11192
  sentimentLabel
12132
11193
  }
12133
11194
  }
12134
- actions {
12135
- id
12136
- }
12137
- }
12138
- order {
12139
- id
12140
11195
  }
12141
11196
  }
12142
11197
  asset {
@@ -12245,9 +11300,6 @@ export const Order = {
12245
11300
  stripeCurrentPeriodEnd
12246
11301
  createdAt
12247
11302
  updatedAt
12248
- users {
12249
- id
12250
- }
12251
11303
  }
12252
11304
  customerId
12253
11305
  accounts {
@@ -12265,18 +11317,12 @@ export const Order = {
12265
11317
  session_state
12266
11318
  createdAt
12267
11319
  updatedAt
12268
- user {
12269
- id
12270
- }
12271
11320
  }
12272
11321
  sessions {
12273
11322
  id
12274
11323
  sessionToken
12275
11324
  userId
12276
11325
  expires
12277
- user {
12278
- id
12279
- }
12280
11326
  createdAt
12281
11327
  updatedAt
12282
11328
  }
@@ -12286,32 +11332,17 @@ export const Order = {
12286
11332
  credentialID
12287
11333
  publicKey
12288
11334
  counter
12289
- user {
12290
- id
12291
- }
12292
11335
  createdAt
12293
11336
  updatedAt
12294
11337
  }
12295
11338
  plan
12296
- alpacaAccounts {
12297
- id
12298
- }
12299
11339
  }
12300
11340
  userId
12301
11341
  createdAt
12302
11342
  updatedAt
12303
- trades {
12304
- id
12305
- }
12306
- orders {
12307
- id
12308
- }
12309
11343
  positions {
12310
11344
  id
12311
11345
  assetId
12312
- asset {
12313
- id
12314
- }
12315
11346
  averageEntryPrice
12316
11347
  qty
12317
11348
  qtyAvailable
@@ -12325,9 +11356,6 @@ export const Order = {
12325
11356
  lastTradePrice
12326
11357
  changeToday
12327
11358
  assetMarginable
12328
- alpacaAccount {
12329
- id
12330
- }
12331
11359
  alpacaAccountId
12332
11360
  }
12333
11361
  alerts {
@@ -12338,14 +11366,8 @@ export const Order = {
12338
11366
  isRead
12339
11367
  createdAt
12340
11368
  updatedAt
12341
- alpacaAccount {
12342
- id
12343
- }
12344
11369
  }
12345
11370
  }
12346
- asset {
12347
- id
12348
- }
12349
11371
  actions {
12350
11372
  id
12351
11373
  sequence
@@ -12354,23 +11376,11 @@ export const Order = {
12354
11376
  note
12355
11377
  status
12356
11378
  fee
12357
- trade {
12358
- id
12359
- }
12360
- order {
12361
- id
12362
- }
12363
11379
  }
12364
11380
  }
12365
- orders {
12366
- id
12367
- }
12368
11381
  positions {
12369
11382
  id
12370
11383
  assetId
12371
- asset {
12372
- id
12373
- }
12374
11384
  averageEntryPrice
12375
11385
  qty
12376
11386
  qtyAvailable
@@ -12416,9 +11426,6 @@ export const Order = {
12416
11426
  stripeCurrentPeriodEnd
12417
11427
  createdAt
12418
11428
  updatedAt
12419
- users {
12420
- id
12421
- }
12422
11429
  }
12423
11430
  customerId
12424
11431
  accounts {
@@ -12436,18 +11443,12 @@ export const Order = {
12436
11443
  session_state
12437
11444
  createdAt
12438
11445
  updatedAt
12439
- user {
12440
- id
12441
- }
12442
11446
  }
12443
11447
  sessions {
12444
11448
  id
12445
11449
  sessionToken
12446
11450
  userId
12447
11451
  expires
12448
- user {
12449
- id
12450
- }
12451
11452
  createdAt
12452
11453
  updatedAt
12453
11454
  }
@@ -12457,16 +11458,10 @@ export const Order = {
12457
11458
  credentialID
12458
11459
  publicKey
12459
11460
  counter
12460
- user {
12461
- id
12462
- }
12463
11461
  createdAt
12464
11462
  updatedAt
12465
11463
  }
12466
11464
  plan
12467
- alpacaAccounts {
12468
- id
12469
- }
12470
11465
  }
12471
11466
  userId
12472
11467
  createdAt
@@ -12486,12 +11481,6 @@ export const Order = {
12486
11481
  createdAt
12487
11482
  updatedAt
12488
11483
  status
12489
- alpacaAccount {
12490
- id
12491
- }
12492
- asset {
12493
- id
12494
- }
12495
11484
  actions {
12496
11485
  id
12497
11486
  sequence
@@ -12500,20 +11489,8 @@ export const Order = {
12500
11489
  note
12501
11490
  status
12502
11491
  fee
12503
- trade {
12504
- id
12505
- }
12506
- order {
12507
- id
12508
- }
12509
11492
  }
12510
11493
  }
12511
- orders {
12512
- id
12513
- }
12514
- positions {
12515
- id
12516
- }
12517
11494
  alerts {
12518
11495
  id
12519
11496
  alpacaAccountId
@@ -12522,9 +11499,6 @@ export const Order = {
12522
11499
  isRead
12523
11500
  createdAt
12524
11501
  updatedAt
12525
- alpacaAccount {
12526
- id
12527
- }
12528
11502
  }
12529
11503
  }
12530
11504
  alpacaAccountId
@@ -12551,12 +11525,6 @@ export const Order = {
12551
11525
  logo
12552
11526
  createdAt
12553
11527
  updatedAt
12554
- assets {
12555
- id
12556
- }
12557
- }
12558
- asset {
12559
- id
12560
11528
  }
12561
11529
  relevancyScore
12562
11530
  sentimentScore
@@ -12621,9 +11589,6 @@ export const Order = {
12621
11589
  createdAt
12622
11590
  updatedAt
12623
11591
  orderId
12624
- Order {
12625
- id
12626
- }
12627
11592
  }
12628
11593
  takeProfit {
12629
11594
  id
@@ -12632,9 +11597,6 @@ export const Order = {
12632
11597
  createdAt
12633
11598
  updatedAt
12634
11599
  orderId
12635
- Order {
12636
- id
12637
- }
12638
11600
  }
12639
11601
  trailPrice
12640
11602
  trailPercent
@@ -12678,9 +11640,6 @@ export const Order = {
12678
11640
  stripeCurrentPeriodEnd
12679
11641
  createdAt
12680
11642
  updatedAt
12681
- users {
12682
- id
12683
- }
12684
11643
  }
12685
11644
  customerId
12686
11645
  accounts {
@@ -12698,18 +11657,12 @@ export const Order = {
12698
11657
  session_state
12699
11658
  createdAt
12700
11659
  updatedAt
12701
- user {
12702
- id
12703
- }
12704
11660
  }
12705
11661
  sessions {
12706
11662
  id
12707
11663
  sessionToken
12708
11664
  userId
12709
11665
  expires
12710
- user {
12711
- id
12712
- }
12713
11666
  createdAt
12714
11667
  updatedAt
12715
11668
  }
@@ -12719,16 +11672,10 @@ export const Order = {
12719
11672
  credentialID
12720
11673
  publicKey
12721
11674
  counter
12722
- user {
12723
- id
12724
- }
12725
11675
  createdAt
12726
11676
  updatedAt
12727
11677
  }
12728
11678
  plan
12729
- alpacaAccounts {
12730
- id
12731
- }
12732
11679
  }
12733
11680
  userId
12734
11681
  createdAt
@@ -12748,9 +11695,6 @@ export const Order = {
12748
11695
  createdAt
12749
11696
  updatedAt
12750
11697
  status
12751
- alpacaAccount {
12752
- id
12753
- }
12754
11698
  asset {
12755
11699
  id
12756
11700
  symbol
@@ -12810,18 +11754,9 @@ export const Order = {
12810
11754
  buyPrice
12811
11755
  createdAt
12812
11756
  updatedAt
12813
- trades {
12814
- id
12815
- }
12816
- orders {
12817
- id
12818
- }
12819
11757
  positions {
12820
11758
  id
12821
11759
  assetId
12822
- asset {
12823
- id
12824
- }
12825
11760
  averageEntryPrice
12826
11761
  qty
12827
11762
  qtyAvailable
@@ -12835,9 +11770,6 @@ export const Order = {
12835
11770
  lastTradePrice
12836
11771
  changeToday
12837
11772
  assetMarginable
12838
- alpacaAccount {
12839
- id
12840
- }
12841
11773
  alpacaAccountId
12842
11774
  }
12843
11775
  newsMentions {
@@ -12862,12 +11794,6 @@ export const Order = {
12862
11794
  logo
12863
11795
  createdAt
12864
11796
  updatedAt
12865
- assets {
12866
- id
12867
- }
12868
- }
12869
- asset {
12870
- id
12871
11797
  }
12872
11798
  relevancyScore
12873
11799
  sentimentScore
@@ -12882,17 +11808,8 @@ export const Order = {
12882
11808
  note
12883
11809
  status
12884
11810
  fee
12885
- trade {
12886
- id
12887
- }
12888
- order {
12889
- id
12890
- }
12891
11811
  }
12892
11812
  }
12893
- orders {
12894
- id
12895
- }
12896
11813
  positions {
12897
11814
  id
12898
11815
  assetId
@@ -12970,12 +11887,6 @@ export const Order = {
12970
11887
  createdAt
12971
11888
  updatedAt
12972
11889
  status
12973
- alpacaAccount {
12974
- id
12975
- }
12976
- asset {
12977
- id
12978
- }
12979
11890
  actions {
12980
11891
  id
12981
11892
  sequence
@@ -12984,20 +11895,8 @@ export const Order = {
12984
11895
  note
12985
11896
  status
12986
11897
  fee
12987
- trade {
12988
- id
12989
- }
12990
- order {
12991
- id
12992
- }
12993
11898
  }
12994
11899
  }
12995
- orders {
12996
- id
12997
- }
12998
- positions {
12999
- id
13000
- }
13001
11900
  newsMentions {
13002
11901
  id
13003
11902
  assetId
@@ -13020,12 +11919,6 @@ export const Order = {
13020
11919
  logo
13021
11920
  createdAt
13022
11921
  updatedAt
13023
- assets {
13024
- id
13025
- }
13026
- }
13027
- asset {
13028
- id
13029
11922
  }
13030
11923
  relevancyScore
13031
11924
  sentimentScore
@@ -13045,9 +11938,6 @@ export const Order = {
13045
11938
  lastTradePrice
13046
11939
  changeToday
13047
11940
  assetMarginable
13048
- alpacaAccount {
13049
- id
13050
- }
13051
11941
  alpacaAccountId
13052
11942
  }
13053
11943
  alerts {
@@ -13058,9 +11948,6 @@ export const Order = {
13058
11948
  isRead
13059
11949
  createdAt
13060
11950
  updatedAt
13061
- alpacaAccount {
13062
- id
13063
- }
13064
11951
  }
13065
11952
  }
13066
11953
  action {
@@ -13118,9 +12005,6 @@ export const Order = {
13118
12005
  stripeCurrentPeriodEnd
13119
12006
  createdAt
13120
12007
  updatedAt
13121
- users {
13122
- id
13123
- }
13124
12008
  }
13125
12009
  customerId
13126
12010
  accounts {
@@ -13138,18 +12022,12 @@ export const Order = {
13138
12022
  session_state
13139
12023
  createdAt
13140
12024
  updatedAt
13141
- user {
13142
- id
13143
- }
13144
12025
  }
13145
12026
  sessions {
13146
12027
  id
13147
12028
  sessionToken
13148
12029
  userId
13149
12030
  expires
13150
- user {
13151
- id
13152
- }
13153
12031
  createdAt
13154
12032
  updatedAt
13155
12033
  }
@@ -13159,26 +12037,14 @@ export const Order = {
13159
12037
  credentialID
13160
12038
  publicKey
13161
12039
  counter
13162
- user {
13163
- id
13164
- }
13165
12040
  createdAt
13166
12041
  updatedAt
13167
12042
  }
13168
12043
  plan
13169
- alpacaAccounts {
13170
- id
13171
- }
13172
12044
  }
13173
12045
  userId
13174
12046
  createdAt
13175
12047
  updatedAt
13176
- trades {
13177
- id
13178
- }
13179
- orders {
13180
- id
13181
- }
13182
12048
  positions {
13183
12049
  id
13184
12050
  assetId
@@ -13241,15 +12107,6 @@ export const Order = {
13241
12107
  buyPrice
13242
12108
  createdAt
13243
12109
  updatedAt
13244
- trades {
13245
- id
13246
- }
13247
- orders {
13248
- id
13249
- }
13250
- positions {
13251
- id
13252
- }
13253
12110
  newsMentions {
13254
12111
  id
13255
12112
  assetId
@@ -13272,12 +12129,6 @@ export const Order = {
13272
12129
  logo
13273
12130
  createdAt
13274
12131
  updatedAt
13275
- assets {
13276
- id
13277
- }
13278
- }
13279
- asset {
13280
- id
13281
12132
  }
13282
12133
  relevancyScore
13283
12134
  sentimentScore
@@ -13297,9 +12148,6 @@ export const Order = {
13297
12148
  lastTradePrice
13298
12149
  changeToday
13299
12150
  assetMarginable
13300
- alpacaAccount {
13301
- id
13302
- }
13303
12151
  alpacaAccountId
13304
12152
  }
13305
12153
  alerts {
@@ -13310,9 +12158,6 @@ export const Order = {
13310
12158
  isRead
13311
12159
  createdAt
13312
12160
  updatedAt
13313
- alpacaAccount {
13314
- id
13315
- }
13316
12161
  }
13317
12162
  }
13318
12163
  asset {
@@ -13374,18 +12219,9 @@ export const Order = {
13374
12219
  buyPrice
13375
12220
  createdAt
13376
12221
  updatedAt
13377
- trades {
13378
- id
13379
- }
13380
- orders {
13381
- id
13382
- }
13383
12222
  positions {
13384
12223
  id
13385
12224
  assetId
13386
- asset {
13387
- id
13388
- }
13389
12225
  averageEntryPrice
13390
12226
  qty
13391
12227
  qtyAvailable
@@ -13431,9 +12267,6 @@ export const Order = {
13431
12267
  stripeCurrentPeriodEnd
13432
12268
  createdAt
13433
12269
  updatedAt
13434
- users {
13435
- id
13436
- }
13437
12270
  }
13438
12271
  customerId
13439
12272
  accounts {
@@ -13451,18 +12284,12 @@ export const Order = {
13451
12284
  session_state
13452
12285
  createdAt
13453
12286
  updatedAt
13454
- user {
13455
- id
13456
- }
13457
12287
  }
13458
12288
  sessions {
13459
12289
  id
13460
12290
  sessionToken
13461
12291
  userId
13462
12292
  expires
13463
- user {
13464
- id
13465
- }
13466
12293
  createdAt
13467
12294
  updatedAt
13468
12295
  }
@@ -13472,29 +12299,14 @@ export const Order = {
13472
12299
  credentialID
13473
12300
  publicKey
13474
12301
  counter
13475
- user {
13476
- id
13477
- }
13478
12302
  createdAt
13479
12303
  updatedAt
13480
12304
  }
13481
12305
  plan
13482
- alpacaAccounts {
13483
- id
13484
- }
13485
12306
  }
13486
12307
  userId
13487
12308
  createdAt
13488
12309
  updatedAt
13489
- trades {
13490
- id
13491
- }
13492
- orders {
13493
- id
13494
- }
13495
- positions {
13496
- id
13497
- }
13498
12310
  alerts {
13499
12311
  id
13500
12312
  alpacaAccountId
@@ -13503,9 +12315,6 @@ export const Order = {
13503
12315
  isRead
13504
12316
  createdAt
13505
12317
  updatedAt
13506
- alpacaAccount {
13507
- id
13508
- }
13509
12318
  }
13510
12319
  }
13511
12320
  alpacaAccountId
@@ -13532,24 +12341,12 @@ export const Order = {
13532
12341
  logo
13533
12342
  createdAt
13534
12343
  updatedAt
13535
- assets {
13536
- id
13537
- }
13538
- }
13539
- asset {
13540
- id
13541
12344
  }
13542
12345
  relevancyScore
13543
12346
  sentimentScore
13544
12347
  sentimentLabel
13545
12348
  }
13546
12349
  }
13547
- actions {
13548
- id
13549
- }
13550
- }
13551
- order {
13552
- id
13553
12350
  }
13554
12351
  }
13555
12352
  asset {
@@ -13658,9 +12455,6 @@ export const Order = {
13658
12455
  stripeCurrentPeriodEnd
13659
12456
  createdAt
13660
12457
  updatedAt
13661
- users {
13662
- id
13663
- }
13664
12458
  }
13665
12459
  customerId
13666
12460
  accounts {
@@ -13678,18 +12472,12 @@ export const Order = {
13678
12472
  session_state
13679
12473
  createdAt
13680
12474
  updatedAt
13681
- user {
13682
- id
13683
- }
13684
12475
  }
13685
12476
  sessions {
13686
12477
  id
13687
12478
  sessionToken
13688
12479
  userId
13689
12480
  expires
13690
- user {
13691
- id
13692
- }
13693
12481
  createdAt
13694
12482
  updatedAt
13695
12483
  }
@@ -13699,32 +12487,17 @@ export const Order = {
13699
12487
  credentialID
13700
12488
  publicKey
13701
12489
  counter
13702
- user {
13703
- id
13704
- }
13705
12490
  createdAt
13706
12491
  updatedAt
13707
12492
  }
13708
12493
  plan
13709
- alpacaAccounts {
13710
- id
13711
- }
13712
12494
  }
13713
12495
  userId
13714
12496
  createdAt
13715
12497
  updatedAt
13716
- trades {
13717
- id
13718
- }
13719
- orders {
13720
- id
13721
- }
13722
12498
  positions {
13723
12499
  id
13724
12500
  assetId
13725
- asset {
13726
- id
13727
- }
13728
12501
  averageEntryPrice
13729
12502
  qty
13730
12503
  qtyAvailable
@@ -13738,9 +12511,6 @@ export const Order = {
13738
12511
  lastTradePrice
13739
12512
  changeToday
13740
12513
  assetMarginable
13741
- alpacaAccount {
13742
- id
13743
- }
13744
12514
  alpacaAccountId
13745
12515
  }
13746
12516
  alerts {
@@ -13751,14 +12521,8 @@ export const Order = {
13751
12521
  isRead
13752
12522
  createdAt
13753
12523
  updatedAt
13754
- alpacaAccount {
13755
- id
13756
- }
13757
12524
  }
13758
12525
  }
13759
- asset {
13760
- id
13761
- }
13762
12526
  actions {
13763
12527
  id
13764
12528
  sequence
@@ -13767,23 +12531,11 @@ export const Order = {
13767
12531
  note
13768
12532
  status
13769
12533
  fee
13770
- trade {
13771
- id
13772
- }
13773
- order {
13774
- id
13775
- }
13776
12534
  }
13777
12535
  }
13778
- orders {
13779
- id
13780
- }
13781
12536
  positions {
13782
12537
  id
13783
12538
  assetId
13784
- asset {
13785
- id
13786
- }
13787
12539
  averageEntryPrice
13788
12540
  qty
13789
12541
  qtyAvailable
@@ -13829,9 +12581,6 @@ export const Order = {
13829
12581
  stripeCurrentPeriodEnd
13830
12582
  createdAt
13831
12583
  updatedAt
13832
- users {
13833
- id
13834
- }
13835
12584
  }
13836
12585
  customerId
13837
12586
  accounts {
@@ -13849,18 +12598,12 @@ export const Order = {
13849
12598
  session_state
13850
12599
  createdAt
13851
12600
  updatedAt
13852
- user {
13853
- id
13854
- }
13855
12601
  }
13856
12602
  sessions {
13857
12603
  id
13858
12604
  sessionToken
13859
12605
  userId
13860
12606
  expires
13861
- user {
13862
- id
13863
- }
13864
12607
  createdAt
13865
12608
  updatedAt
13866
12609
  }
@@ -13870,16 +12613,10 @@ export const Order = {
13870
12613
  credentialID
13871
12614
  publicKey
13872
12615
  counter
13873
- user {
13874
- id
13875
- }
13876
12616
  createdAt
13877
12617
  updatedAt
13878
12618
  }
13879
12619
  plan
13880
- alpacaAccounts {
13881
- id
13882
- }
13883
12620
  }
13884
12621
  userId
13885
12622
  createdAt
@@ -13899,12 +12636,6 @@ export const Order = {
13899
12636
  createdAt
13900
12637
  updatedAt
13901
12638
  status
13902
- alpacaAccount {
13903
- id
13904
- }
13905
- asset {
13906
- id
13907
- }
13908
12639
  actions {
13909
12640
  id
13910
12641
  sequence
@@ -13913,20 +12644,8 @@ export const Order = {
13913
12644
  note
13914
12645
  status
13915
12646
  fee
13916
- trade {
13917
- id
13918
- }
13919
- order {
13920
- id
13921
- }
13922
12647
  }
13923
12648
  }
13924
- orders {
13925
- id
13926
- }
13927
- positions {
13928
- id
13929
- }
13930
12649
  alerts {
13931
12650
  id
13932
12651
  alpacaAccountId
@@ -13935,9 +12654,6 @@ export const Order = {
13935
12654
  isRead
13936
12655
  createdAt
13937
12656
  updatedAt
13938
- alpacaAccount {
13939
- id
13940
- }
13941
12657
  }
13942
12658
  }
13943
12659
  alpacaAccountId
@@ -13964,12 +12680,6 @@ export const Order = {
13964
12680
  logo
13965
12681
  createdAt
13966
12682
  updatedAt
13967
- assets {
13968
- id
13969
- }
13970
- }
13971
- asset {
13972
- id
13973
12683
  }
13974
12684
  relevancyScore
13975
12685
  sentimentScore
@@ -14029,9 +12739,6 @@ export const Order = {
14029
12739
  createdAt
14030
12740
  updatedAt
14031
12741
  orderId
14032
- Order {
14033
- id
14034
- }
14035
12742
  }
14036
12743
  takeProfit {
14037
12744
  id
@@ -14040,9 +12747,6 @@ export const Order = {
14040
12747
  createdAt
14041
12748
  updatedAt
14042
12749
  orderId
14043
- Order {
14044
- id
14045
- }
14046
12750
  }
14047
12751
  trailPrice
14048
12752
  trailPercent
@@ -14086,9 +12790,6 @@ export const Order = {
14086
12790
  stripeCurrentPeriodEnd
14087
12791
  createdAt
14088
12792
  updatedAt
14089
- users {
14090
- id
14091
- }
14092
12793
  }
14093
12794
  customerId
14094
12795
  accounts {
@@ -14106,18 +12807,12 @@ export const Order = {
14106
12807
  session_state
14107
12808
  createdAt
14108
12809
  updatedAt
14109
- user {
14110
- id
14111
- }
14112
12810
  }
14113
12811
  sessions {
14114
12812
  id
14115
12813
  sessionToken
14116
12814
  userId
14117
12815
  expires
14118
- user {
14119
- id
14120
- }
14121
12816
  createdAt
14122
12817
  updatedAt
14123
12818
  }
@@ -14127,16 +12822,10 @@ export const Order = {
14127
12822
  credentialID
14128
12823
  publicKey
14129
12824
  counter
14130
- user {
14131
- id
14132
- }
14133
12825
  createdAt
14134
12826
  updatedAt
14135
12827
  }
14136
12828
  plan
14137
- alpacaAccounts {
14138
- id
14139
- }
14140
12829
  }
14141
12830
  userId
14142
12831
  createdAt
@@ -14156,9 +12845,6 @@ export const Order = {
14156
12845
  createdAt
14157
12846
  updatedAt
14158
12847
  status
14159
- alpacaAccount {
14160
- id
14161
- }
14162
12848
  asset {
14163
12849
  id
14164
12850
  symbol
@@ -14218,18 +12904,9 @@ export const Order = {
14218
12904
  buyPrice
14219
12905
  createdAt
14220
12906
  updatedAt
14221
- trades {
14222
- id
14223
- }
14224
- orders {
14225
- id
14226
- }
14227
12907
  positions {
14228
12908
  id
14229
12909
  assetId
14230
- asset {
14231
- id
14232
- }
14233
12910
  averageEntryPrice
14234
12911
  qty
14235
12912
  qtyAvailable
@@ -14243,9 +12920,6 @@ export const Order = {
14243
12920
  lastTradePrice
14244
12921
  changeToday
14245
12922
  assetMarginable
14246
- alpacaAccount {
14247
- id
14248
- }
14249
12923
  alpacaAccountId
14250
12924
  }
14251
12925
  newsMentions {
@@ -14270,12 +12944,6 @@ export const Order = {
14270
12944
  logo
14271
12945
  createdAt
14272
12946
  updatedAt
14273
- assets {
14274
- id
14275
- }
14276
- }
14277
- asset {
14278
- id
14279
12947
  }
14280
12948
  relevancyScore
14281
12949
  sentimentScore
@@ -14290,17 +12958,8 @@ export const Order = {
14290
12958
  note
14291
12959
  status
14292
12960
  fee
14293
- trade {
14294
- id
14295
- }
14296
- order {
14297
- id
14298
- }
14299
12961
  }
14300
12962
  }
14301
- orders {
14302
- id
14303
- }
14304
12963
  positions {
14305
12964
  id
14306
12965
  assetId
@@ -14378,12 +13037,6 @@ export const Order = {
14378
13037
  createdAt
14379
13038
  updatedAt
14380
13039
  status
14381
- alpacaAccount {
14382
- id
14383
- }
14384
- asset {
14385
- id
14386
- }
14387
13040
  actions {
14388
13041
  id
14389
13042
  sequence
@@ -14392,20 +13045,8 @@ export const Order = {
14392
13045
  note
14393
13046
  status
14394
13047
  fee
14395
- trade {
14396
- id
14397
- }
14398
- order {
14399
- id
14400
- }
14401
13048
  }
14402
13049
  }
14403
- orders {
14404
- id
14405
- }
14406
- positions {
14407
- id
14408
- }
14409
13050
  newsMentions {
14410
13051
  id
14411
13052
  assetId
@@ -14428,12 +13069,6 @@ export const Order = {
14428
13069
  logo
14429
13070
  createdAt
14430
13071
  updatedAt
14431
- assets {
14432
- id
14433
- }
14434
- }
14435
- asset {
14436
- id
14437
13072
  }
14438
13073
  relevancyScore
14439
13074
  sentimentScore
@@ -14453,9 +13088,6 @@ export const Order = {
14453
13088
  lastTradePrice
14454
13089
  changeToday
14455
13090
  assetMarginable
14456
- alpacaAccount {
14457
- id
14458
- }
14459
13091
  alpacaAccountId
14460
13092
  }
14461
13093
  alerts {
@@ -14466,9 +13098,6 @@ export const Order = {
14466
13098
  isRead
14467
13099
  createdAt
14468
13100
  updatedAt
14469
- alpacaAccount {
14470
- id
14471
- }
14472
13101
  }
14473
13102
  }
14474
13103
  action {
@@ -14526,9 +13155,6 @@ export const Order = {
14526
13155
  stripeCurrentPeriodEnd
14527
13156
  createdAt
14528
13157
  updatedAt
14529
- users {
14530
- id
14531
- }
14532
13158
  }
14533
13159
  customerId
14534
13160
  accounts {
@@ -14546,18 +13172,12 @@ export const Order = {
14546
13172
  session_state
14547
13173
  createdAt
14548
13174
  updatedAt
14549
- user {
14550
- id
14551
- }
14552
13175
  }
14553
13176
  sessions {
14554
13177
  id
14555
13178
  sessionToken
14556
13179
  userId
14557
13180
  expires
14558
- user {
14559
- id
14560
- }
14561
13181
  createdAt
14562
13182
  updatedAt
14563
13183
  }
@@ -14567,26 +13187,14 @@ export const Order = {
14567
13187
  credentialID
14568
13188
  publicKey
14569
13189
  counter
14570
- user {
14571
- id
14572
- }
14573
13190
  createdAt
14574
13191
  updatedAt
14575
13192
  }
14576
13193
  plan
14577
- alpacaAccounts {
14578
- id
14579
- }
14580
13194
  }
14581
13195
  userId
14582
13196
  createdAt
14583
13197
  updatedAt
14584
- trades {
14585
- id
14586
- }
14587
- orders {
14588
- id
14589
- }
14590
13198
  positions {
14591
13199
  id
14592
13200
  assetId
@@ -14649,15 +13257,6 @@ export const Order = {
14649
13257
  buyPrice
14650
13258
  createdAt
14651
13259
  updatedAt
14652
- trades {
14653
- id
14654
- }
14655
- orders {
14656
- id
14657
- }
14658
- positions {
14659
- id
14660
- }
14661
13260
  newsMentions {
14662
13261
  id
14663
13262
  assetId
@@ -14680,12 +13279,6 @@ export const Order = {
14680
13279
  logo
14681
13280
  createdAt
14682
13281
  updatedAt
14683
- assets {
14684
- id
14685
- }
14686
- }
14687
- asset {
14688
- id
14689
13282
  }
14690
13283
  relevancyScore
14691
13284
  sentimentScore
@@ -14705,9 +13298,6 @@ export const Order = {
14705
13298
  lastTradePrice
14706
13299
  changeToday
14707
13300
  assetMarginable
14708
- alpacaAccount {
14709
- id
14710
- }
14711
13301
  alpacaAccountId
14712
13302
  }
14713
13303
  alerts {
@@ -14718,9 +13308,6 @@ export const Order = {
14718
13308
  isRead
14719
13309
  createdAt
14720
13310
  updatedAt
14721
- alpacaAccount {
14722
- id
14723
- }
14724
13311
  }
14725
13312
  }
14726
13313
  asset {
@@ -14782,18 +13369,9 @@ export const Order = {
14782
13369
  buyPrice
14783
13370
  createdAt
14784
13371
  updatedAt
14785
- trades {
14786
- id
14787
- }
14788
- orders {
14789
- id
14790
- }
14791
13372
  positions {
14792
13373
  id
14793
13374
  assetId
14794
- asset {
14795
- id
14796
- }
14797
13375
  averageEntryPrice
14798
13376
  qty
14799
13377
  qtyAvailable
@@ -14839,9 +13417,6 @@ export const Order = {
14839
13417
  stripeCurrentPeriodEnd
14840
13418
  createdAt
14841
13419
  updatedAt
14842
- users {
14843
- id
14844
- }
14845
13420
  }
14846
13421
  customerId
14847
13422
  accounts {
@@ -14859,18 +13434,12 @@ export const Order = {
14859
13434
  session_state
14860
13435
  createdAt
14861
13436
  updatedAt
14862
- user {
14863
- id
14864
- }
14865
13437
  }
14866
13438
  sessions {
14867
13439
  id
14868
13440
  sessionToken
14869
13441
  userId
14870
13442
  expires
14871
- user {
14872
- id
14873
- }
14874
13443
  createdAt
14875
13444
  updatedAt
14876
13445
  }
@@ -14880,29 +13449,14 @@ export const Order = {
14880
13449
  credentialID
14881
13450
  publicKey
14882
13451
  counter
14883
- user {
14884
- id
14885
- }
14886
13452
  createdAt
14887
13453
  updatedAt
14888
13454
  }
14889
13455
  plan
14890
- alpacaAccounts {
14891
- id
14892
- }
14893
13456
  }
14894
13457
  userId
14895
13458
  createdAt
14896
13459
  updatedAt
14897
- trades {
14898
- id
14899
- }
14900
- orders {
14901
- id
14902
- }
14903
- positions {
14904
- id
14905
- }
14906
13460
  alerts {
14907
13461
  id
14908
13462
  alpacaAccountId
@@ -14911,9 +13465,6 @@ export const Order = {
14911
13465
  isRead
14912
13466
  createdAt
14913
13467
  updatedAt
14914
- alpacaAccount {
14915
- id
14916
- }
14917
13468
  }
14918
13469
  }
14919
13470
  alpacaAccountId
@@ -14940,24 +13491,12 @@ export const Order = {
14940
13491
  logo
14941
13492
  createdAt
14942
13493
  updatedAt
14943
- assets {
14944
- id
14945
- }
14946
- }
14947
- asset {
14948
- id
14949
13494
  }
14950
13495
  relevancyScore
14951
13496
  sentimentScore
14952
13497
  sentimentLabel
14953
13498
  }
14954
13499
  }
14955
- actions {
14956
- id
14957
- }
14958
- }
14959
- order {
14960
- id
14961
13500
  }
14962
13501
  }
14963
13502
  asset {
@@ -15066,9 +13605,6 @@ export const Order = {
15066
13605
  stripeCurrentPeriodEnd
15067
13606
  createdAt
15068
13607
  updatedAt
15069
- users {
15070
- id
15071
- }
15072
13608
  }
15073
13609
  customerId
15074
13610
  accounts {
@@ -15086,18 +13622,12 @@ export const Order = {
15086
13622
  session_state
15087
13623
  createdAt
15088
13624
  updatedAt
15089
- user {
15090
- id
15091
- }
15092
13625
  }
15093
13626
  sessions {
15094
13627
  id
15095
13628
  sessionToken
15096
13629
  userId
15097
13630
  expires
15098
- user {
15099
- id
15100
- }
15101
13631
  createdAt
15102
13632
  updatedAt
15103
13633
  }
@@ -15107,32 +13637,17 @@ export const Order = {
15107
13637
  credentialID
15108
13638
  publicKey
15109
13639
  counter
15110
- user {
15111
- id
15112
- }
15113
13640
  createdAt
15114
13641
  updatedAt
15115
13642
  }
15116
13643
  plan
15117
- alpacaAccounts {
15118
- id
15119
- }
15120
13644
  }
15121
13645
  userId
15122
13646
  createdAt
15123
13647
  updatedAt
15124
- trades {
15125
- id
15126
- }
15127
- orders {
15128
- id
15129
- }
15130
13648
  positions {
15131
13649
  id
15132
13650
  assetId
15133
- asset {
15134
- id
15135
- }
15136
13651
  averageEntryPrice
15137
13652
  qty
15138
13653
  qtyAvailable
@@ -15146,9 +13661,6 @@ export const Order = {
15146
13661
  lastTradePrice
15147
13662
  changeToday
15148
13663
  assetMarginable
15149
- alpacaAccount {
15150
- id
15151
- }
15152
13664
  alpacaAccountId
15153
13665
  }
15154
13666
  alerts {
@@ -15159,14 +13671,8 @@ export const Order = {
15159
13671
  isRead
15160
13672
  createdAt
15161
13673
  updatedAt
15162
- alpacaAccount {
15163
- id
15164
- }
15165
13674
  }
15166
13675
  }
15167
- asset {
15168
- id
15169
- }
15170
13676
  actions {
15171
13677
  id
15172
13678
  sequence
@@ -15175,23 +13681,11 @@ export const Order = {
15175
13681
  note
15176
13682
  status
15177
13683
  fee
15178
- trade {
15179
- id
15180
- }
15181
- order {
15182
- id
15183
- }
15184
13684
  }
15185
13685
  }
15186
- orders {
15187
- id
15188
- }
15189
13686
  positions {
15190
13687
  id
15191
13688
  assetId
15192
- asset {
15193
- id
15194
- }
15195
13689
  averageEntryPrice
15196
13690
  qty
15197
13691
  qtyAvailable
@@ -15237,9 +13731,6 @@ export const Order = {
15237
13731
  stripeCurrentPeriodEnd
15238
13732
  createdAt
15239
13733
  updatedAt
15240
- users {
15241
- id
15242
- }
15243
13734
  }
15244
13735
  customerId
15245
13736
  accounts {
@@ -15257,18 +13748,12 @@ export const Order = {
15257
13748
  session_state
15258
13749
  createdAt
15259
13750
  updatedAt
15260
- user {
15261
- id
15262
- }
15263
13751
  }
15264
13752
  sessions {
15265
13753
  id
15266
13754
  sessionToken
15267
13755
  userId
15268
13756
  expires
15269
- user {
15270
- id
15271
- }
15272
13757
  createdAt
15273
13758
  updatedAt
15274
13759
  }
@@ -15278,16 +13763,10 @@ export const Order = {
15278
13763
  credentialID
15279
13764
  publicKey
15280
13765
  counter
15281
- user {
15282
- id
15283
- }
15284
13766
  createdAt
15285
13767
  updatedAt
15286
13768
  }
15287
13769
  plan
15288
- alpacaAccounts {
15289
- id
15290
- }
15291
13770
  }
15292
13771
  userId
15293
13772
  createdAt
@@ -15307,12 +13786,6 @@ export const Order = {
15307
13786
  createdAt
15308
13787
  updatedAt
15309
13788
  status
15310
- alpacaAccount {
15311
- id
15312
- }
15313
- asset {
15314
- id
15315
- }
15316
13789
  actions {
15317
13790
  id
15318
13791
  sequence
@@ -15321,20 +13794,8 @@ export const Order = {
15321
13794
  note
15322
13795
  status
15323
13796
  fee
15324
- trade {
15325
- id
15326
- }
15327
- order {
15328
- id
15329
- }
15330
13797
  }
15331
13798
  }
15332
- orders {
15333
- id
15334
- }
15335
- positions {
15336
- id
15337
- }
15338
13799
  alerts {
15339
13800
  id
15340
13801
  alpacaAccountId
@@ -15343,9 +13804,6 @@ export const Order = {
15343
13804
  isRead
15344
13805
  createdAt
15345
13806
  updatedAt
15346
- alpacaAccount {
15347
- id
15348
- }
15349
13807
  }
15350
13808
  }
15351
13809
  alpacaAccountId
@@ -15372,12 +13830,6 @@ export const Order = {
15372
13830
  logo
15373
13831
  createdAt
15374
13832
  updatedAt
15375
- assets {
15376
- id
15377
- }
15378
- }
15379
- asset {
15380
- id
15381
13833
  }
15382
13834
  relevancyScore
15383
13835
  sentimentScore