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/Trade.cjs CHANGED
@@ -64,9 +64,6 @@ exports.Trade = {
64
64
  stripeCurrentPeriodEnd
65
65
  createdAt
66
66
  updatedAt
67
- users {
68
- id
69
- }
70
67
  }
71
68
  customerId
72
69
  accounts {
@@ -84,18 +81,12 @@ exports.Trade = {
84
81
  session_state
85
82
  createdAt
86
83
  updatedAt
87
- user {
88
- id
89
- }
90
84
  }
91
85
  sessions {
92
86
  id
93
87
  sessionToken
94
88
  userId
95
89
  expires
96
- user {
97
- id
98
- }
99
90
  createdAt
100
91
  updatedAt
101
92
  }
@@ -105,23 +96,14 @@ exports.Trade = {
105
96
  credentialID
106
97
  publicKey
107
98
  counter
108
- user {
109
- id
110
- }
111
99
  createdAt
112
100
  updatedAt
113
101
  }
114
102
  plan
115
- alpacaAccounts {
116
- id
117
- }
118
103
  }
119
104
  userId
120
105
  createdAt
121
106
  updatedAt
122
- trades {
123
- id
124
- }
125
107
  orders {
126
108
  id
127
109
  clientOrderId
@@ -142,9 +124,6 @@ exports.Trade = {
142
124
  createdAt
143
125
  updatedAt
144
126
  orderId
145
- Order {
146
- id
147
- }
148
127
  }
149
128
  takeProfit {
150
129
  id
@@ -153,9 +132,6 @@ exports.Trade = {
153
132
  createdAt
154
133
  updatedAt
155
134
  orderId
156
- Order {
157
- id
158
- }
159
135
  }
160
136
  trailPrice
161
137
  trailPercent
@@ -167,9 +143,6 @@ exports.Trade = {
167
143
  filledAt
168
144
  filledAvgPrice
169
145
  actionId
170
- alpacaAccount {
171
- id
172
- }
173
146
  action {
174
147
  id
175
148
  sequence
@@ -178,12 +151,6 @@ exports.Trade = {
178
151
  note
179
152
  status
180
153
  fee
181
- trade {
182
- id
183
- }
184
- order {
185
- id
186
- }
187
154
  }
188
155
  asset {
189
156
  id
@@ -244,18 +211,9 @@ exports.Trade = {
244
211
  buyPrice
245
212
  createdAt
246
213
  updatedAt
247
- trades {
248
- id
249
- }
250
- orders {
251
- id
252
- }
253
214
  positions {
254
215
  id
255
216
  assetId
256
- asset {
257
- id
258
- }
259
217
  averageEntryPrice
260
218
  qty
261
219
  qtyAvailable
@@ -269,9 +227,6 @@ exports.Trade = {
269
227
  lastTradePrice
270
228
  changeToday
271
229
  assetMarginable
272
- alpacaAccount {
273
- id
274
- }
275
230
  alpacaAccountId
276
231
  }
277
232
  newsMentions {
@@ -296,12 +251,6 @@ exports.Trade = {
296
251
  logo
297
252
  createdAt
298
253
  updatedAt
299
- assets {
300
- id
301
- }
302
- }
303
- asset {
304
- id
305
254
  }
306
255
  relevancyScore
307
256
  sentimentScore
@@ -377,9 +326,6 @@ exports.Trade = {
377
326
  buyPrice
378
327
  createdAt
379
328
  updatedAt
380
- trades {
381
- id
382
- }
383
329
  orders {
384
330
  id
385
331
  clientOrderId
@@ -400,9 +346,6 @@ exports.Trade = {
400
346
  createdAt
401
347
  updatedAt
402
348
  orderId
403
- Order {
404
- id
405
- }
406
349
  }
407
350
  takeProfit {
408
351
  id
@@ -411,9 +354,6 @@ exports.Trade = {
411
354
  createdAt
412
355
  updatedAt
413
356
  orderId
414
- Order {
415
- id
416
- }
417
357
  }
418
358
  trailPrice
419
359
  trailPercent
@@ -425,9 +365,6 @@ exports.Trade = {
425
365
  filledAt
426
366
  filledAvgPrice
427
367
  actionId
428
- alpacaAccount {
429
- id
430
- }
431
368
  action {
432
369
  id
433
370
  sequence
@@ -436,15 +373,6 @@ exports.Trade = {
436
373
  note
437
374
  status
438
375
  fee
439
- trade {
440
- id
441
- }
442
- order {
443
- id
444
- }
445
- }
446
- asset {
447
- id
448
376
  }
449
377
  fee
450
378
  strikePrice
@@ -453,9 +381,6 @@ exports.Trade = {
453
381
  stopLossId
454
382
  takeProfitId
455
383
  }
456
- positions {
457
- id
458
- }
459
384
  newsMentions {
460
385
  id
461
386
  assetId
@@ -478,12 +403,6 @@ exports.Trade = {
478
403
  logo
479
404
  createdAt
480
405
  updatedAt
481
- assets {
482
- id
483
- }
484
- }
485
- asset {
486
- id
487
406
  }
488
407
  relevancyScore
489
408
  sentimentScore
@@ -503,9 +422,6 @@ exports.Trade = {
503
422
  lastTradePrice
504
423
  changeToday
505
424
  assetMarginable
506
- alpacaAccount {
507
- id
508
- }
509
425
  alpacaAccountId
510
426
  }
511
427
  alerts {
@@ -516,9 +432,6 @@ exports.Trade = {
516
432
  isRead
517
433
  createdAt
518
434
  updatedAt
519
- alpacaAccount {
520
- id
521
- }
522
435
  }
523
436
  }
524
437
  asset {
@@ -580,9 +493,6 @@ exports.Trade = {
580
493
  buyPrice
581
494
  createdAt
582
495
  updatedAt
583
- trades {
584
- id
585
- }
586
496
  orders {
587
497
  id
588
498
  clientOrderId
@@ -603,9 +513,6 @@ exports.Trade = {
603
513
  createdAt
604
514
  updatedAt
605
515
  orderId
606
- Order {
607
- id
608
- }
609
516
  }
610
517
  takeProfit {
611
518
  id
@@ -614,9 +521,6 @@ exports.Trade = {
614
521
  createdAt
615
522
  updatedAt
616
523
  orderId
617
- Order {
618
- id
619
- }
620
524
  }
621
525
  trailPrice
622
526
  trailPercent
@@ -660,9 +564,6 @@ exports.Trade = {
660
564
  stripeCurrentPeriodEnd
661
565
  createdAt
662
566
  updatedAt
663
- users {
664
- id
665
- }
666
567
  }
667
568
  customerId
668
569
  accounts {
@@ -680,18 +581,12 @@ exports.Trade = {
680
581
  session_state
681
582
  createdAt
682
583
  updatedAt
683
- user {
684
- id
685
- }
686
584
  }
687
585
  sessions {
688
586
  id
689
587
  sessionToken
690
588
  userId
691
589
  expires
692
- user {
693
- id
694
- }
695
590
  createdAt
696
591
  updatedAt
697
592
  }
@@ -701,32 +596,17 @@ exports.Trade = {
701
596
  credentialID
702
597
  publicKey
703
598
  counter
704
- user {
705
- id
706
- }
707
599
  createdAt
708
600
  updatedAt
709
601
  }
710
602
  plan
711
- alpacaAccounts {
712
- id
713
- }
714
603
  }
715
604
  userId
716
605
  createdAt
717
606
  updatedAt
718
- trades {
719
- id
720
- }
721
- orders {
722
- id
723
- }
724
607
  positions {
725
608
  id
726
609
  assetId
727
- asset {
728
- id
729
- }
730
610
  averageEntryPrice
731
611
  qty
732
612
  qtyAvailable
@@ -740,9 +620,6 @@ exports.Trade = {
740
620
  lastTradePrice
741
621
  changeToday
742
622
  assetMarginable
743
- alpacaAccount {
744
- id
745
- }
746
623
  alpacaAccountId
747
624
  }
748
625
  alerts {
@@ -753,9 +630,6 @@ exports.Trade = {
753
630
  isRead
754
631
  createdAt
755
632
  updatedAt
756
- alpacaAccount {
757
- id
758
- }
759
633
  }
760
634
  }
761
635
  action {
@@ -766,15 +640,6 @@ exports.Trade = {
766
640
  note
767
641
  status
768
642
  fee
769
- trade {
770
- id
771
- }
772
- order {
773
- id
774
- }
775
- }
776
- asset {
777
- id
778
643
  }
779
644
  fee
780
645
  strikePrice
@@ -786,9 +651,6 @@ exports.Trade = {
786
651
  positions {
787
652
  id
788
653
  assetId
789
- asset {
790
- id
791
- }
792
654
  averageEntryPrice
793
655
  qty
794
656
  qtyAvailable
@@ -834,9 +696,6 @@ exports.Trade = {
834
696
  stripeCurrentPeriodEnd
835
697
  createdAt
836
698
  updatedAt
837
- users {
838
- id
839
- }
840
699
  }
841
700
  customerId
842
701
  accounts {
@@ -854,18 +713,12 @@ exports.Trade = {
854
713
  session_state
855
714
  createdAt
856
715
  updatedAt
857
- user {
858
- id
859
- }
860
716
  }
861
717
  sessions {
862
718
  id
863
719
  sessionToken
864
720
  userId
865
721
  expires
866
- user {
867
- id
868
- }
869
722
  createdAt
870
723
  updatedAt
871
724
  }
@@ -875,23 +728,14 @@ exports.Trade = {
875
728
  credentialID
876
729
  publicKey
877
730
  counter
878
- user {
879
- id
880
- }
881
731
  createdAt
882
732
  updatedAt
883
733
  }
884
734
  plan
885
- alpacaAccounts {
886
- id
887
- }
888
735
  }
889
736
  userId
890
737
  createdAt
891
738
  updatedAt
892
- trades {
893
- id
894
- }
895
739
  orders {
896
740
  id
897
741
  clientOrderId
@@ -912,9 +756,6 @@ exports.Trade = {
912
756
  createdAt
913
757
  updatedAt
914
758
  orderId
915
- Order {
916
- id
917
- }
918
759
  }
919
760
  takeProfit {
920
761
  id
@@ -923,9 +764,6 @@ exports.Trade = {
923
764
  createdAt
924
765
  updatedAt
925
766
  orderId
926
- Order {
927
- id
928
- }
929
767
  }
930
768
  trailPrice
931
769
  trailPercent
@@ -937,9 +775,6 @@ exports.Trade = {
937
775
  filledAt
938
776
  filledAvgPrice
939
777
  actionId
940
- alpacaAccount {
941
- id
942
- }
943
778
  action {
944
779
  id
945
780
  sequence
@@ -948,15 +783,6 @@ exports.Trade = {
948
783
  note
949
784
  status
950
785
  fee
951
- trade {
952
- id
953
- }
954
- order {
955
- id
956
- }
957
- }
958
- asset {
959
- id
960
786
  }
961
787
  fee
962
788
  strikePrice
@@ -965,9 +791,6 @@ exports.Trade = {
965
791
  stopLossId
966
792
  takeProfitId
967
793
  }
968
- positions {
969
- id
970
- }
971
794
  alerts {
972
795
  id
973
796
  alpacaAccountId
@@ -976,9 +799,6 @@ exports.Trade = {
976
799
  isRead
977
800
  createdAt
978
801
  updatedAt
979
- alpacaAccount {
980
- id
981
- }
982
802
  }
983
803
  }
984
804
  alpacaAccountId
@@ -1005,12 +825,6 @@ exports.Trade = {
1005
825
  logo
1006
826
  createdAt
1007
827
  updatedAt
1008
- assets {
1009
- id
1010
- }
1011
- }
1012
- asset {
1013
- id
1014
828
  }
1015
829
  relevancyScore
1016
830
  sentimentScore
@@ -1025,9 +839,6 @@ exports.Trade = {
1025
839
  note
1026
840
  status
1027
841
  fee
1028
- trade {
1029
- id
1030
- }
1031
842
  order {
1032
843
  id
1033
844
  clientOrderId
@@ -1048,9 +859,6 @@ exports.Trade = {
1048
859
  createdAt
1049
860
  updatedAt
1050
861
  orderId
1051
- Order {
1052
- id
1053
- }
1054
862
  }
1055
863
  takeProfit {
1056
864
  id
@@ -1059,9 +867,6 @@ exports.Trade = {
1059
867
  createdAt
1060
868
  updatedAt
1061
869
  orderId
1062
- Order {
1063
- id
1064
- }
1065
870
  }
1066
871
  trailPrice
1067
872
  trailPercent
@@ -1105,9 +910,6 @@ exports.Trade = {
1105
910
  stripeCurrentPeriodEnd
1106
911
  createdAt
1107
912
  updatedAt
1108
- users {
1109
- id
1110
- }
1111
913
  }
1112
914
  customerId
1113
915
  accounts {
@@ -1125,18 +927,12 @@ exports.Trade = {
1125
927
  session_state
1126
928
  createdAt
1127
929
  updatedAt
1128
- user {
1129
- id
1130
- }
1131
930
  }
1132
931
  sessions {
1133
932
  id
1134
933
  sessionToken
1135
934
  userId
1136
935
  expires
1137
- user {
1138
- id
1139
- }
1140
936
  createdAt
1141
937
  updatedAt
1142
938
  }
@@ -1146,26 +942,14 @@ exports.Trade = {
1146
942
  credentialID
1147
943
  publicKey
1148
944
  counter
1149
- user {
1150
- id
1151
- }
1152
945
  createdAt
1153
946
  updatedAt
1154
947
  }
1155
948
  plan
1156
- alpacaAccounts {
1157
- id
1158
- }
1159
949
  }
1160
950
  userId
1161
951
  createdAt
1162
952
  updatedAt
1163
- trades {
1164
- id
1165
- }
1166
- orders {
1167
- id
1168
- }
1169
953
  positions {
1170
954
  id
1171
955
  assetId
@@ -1228,15 +1012,6 @@ exports.Trade = {
1228
1012
  buyPrice
1229
1013
  createdAt
1230
1014
  updatedAt
1231
- trades {
1232
- id
1233
- }
1234
- orders {
1235
- id
1236
- }
1237
- positions {
1238
- id
1239
- }
1240
1015
  newsMentions {
1241
1016
  id
1242
1017
  assetId
@@ -1259,12 +1034,6 @@ exports.Trade = {
1259
1034
  logo
1260
1035
  createdAt
1261
1036
  updatedAt
1262
- assets {
1263
- id
1264
- }
1265
- }
1266
- asset {
1267
- id
1268
1037
  }
1269
1038
  relevancyScore
1270
1039
  sentimentScore
@@ -1284,9 +1053,6 @@ exports.Trade = {
1284
1053
  lastTradePrice
1285
1054
  changeToday
1286
1055
  assetMarginable
1287
- alpacaAccount {
1288
- id
1289
- }
1290
1056
  alpacaAccountId
1291
1057
  }
1292
1058
  alerts {
@@ -1297,14 +1063,8 @@ exports.Trade = {
1297
1063
  isRead
1298
1064
  createdAt
1299
1065
  updatedAt
1300
- alpacaAccount {
1301
- id
1302
- }
1303
1066
  }
1304
1067
  }
1305
- action {
1306
- id
1307
- }
1308
1068
  asset {
1309
1069
  id
1310
1070
  symbol
@@ -1364,18 +1124,9 @@ exports.Trade = {
1364
1124
  buyPrice
1365
1125
  createdAt
1366
1126
  updatedAt
1367
- trades {
1368
- id
1369
- }
1370
- orders {
1371
- id
1372
- }
1373
1127
  positions {
1374
1128
  id
1375
1129
  assetId
1376
- asset {
1377
- id
1378
- }
1379
1130
  averageEntryPrice
1380
1131
  qty
1381
1132
  qtyAvailable
@@ -1421,9 +1172,6 @@ exports.Trade = {
1421
1172
  stripeCurrentPeriodEnd
1422
1173
  createdAt
1423
1174
  updatedAt
1424
- users {
1425
- id
1426
- }
1427
1175
  }
1428
1176
  customerId
1429
1177
  accounts {
@@ -1441,18 +1189,12 @@ exports.Trade = {
1441
1189
  session_state
1442
1190
  createdAt
1443
1191
  updatedAt
1444
- user {
1445
- id
1446
- }
1447
1192
  }
1448
1193
  sessions {
1449
1194
  id
1450
1195
  sessionToken
1451
1196
  userId
1452
1197
  expires
1453
- user {
1454
- id
1455
- }
1456
1198
  createdAt
1457
1199
  updatedAt
1458
1200
  }
@@ -1462,29 +1204,14 @@ exports.Trade = {
1462
1204
  credentialID
1463
1205
  publicKey
1464
1206
  counter
1465
- user {
1466
- id
1467
- }
1468
1207
  createdAt
1469
1208
  updatedAt
1470
1209
  }
1471
1210
  plan
1472
- alpacaAccounts {
1473
- id
1474
- }
1475
1211
  }
1476
1212
  userId
1477
1213
  createdAt
1478
1214
  updatedAt
1479
- trades {
1480
- id
1481
- }
1482
- orders {
1483
- id
1484
- }
1485
- positions {
1486
- id
1487
- }
1488
1215
  alerts {
1489
1216
  id
1490
1217
  alpacaAccountId
@@ -1493,9 +1220,6 @@ exports.Trade = {
1493
1220
  isRead
1494
1221
  createdAt
1495
1222
  updatedAt
1496
- alpacaAccount {
1497
- id
1498
- }
1499
1223
  }
1500
1224
  }
1501
1225
  alpacaAccountId
@@ -1522,12 +1246,6 @@ exports.Trade = {
1522
1246
  logo
1523
1247
  createdAt
1524
1248
  updatedAt
1525
- assets {
1526
- id
1527
- }
1528
- }
1529
- asset {
1530
- id
1531
1249
  }
1532
1250
  relevancyScore
1533
1251
  sentimentScore
@@ -2534,9 +2252,6 @@ exports.Trade = {
2534
2252
  stripeCurrentPeriodEnd
2535
2253
  createdAt
2536
2254
  updatedAt
2537
- users {
2538
- id
2539
- }
2540
2255
  }
2541
2256
  customerId
2542
2257
  accounts {
@@ -2554,18 +2269,12 @@ exports.Trade = {
2554
2269
  session_state
2555
2270
  createdAt
2556
2271
  updatedAt
2557
- user {
2558
- id
2559
- }
2560
2272
  }
2561
2273
  sessions {
2562
2274
  id
2563
2275
  sessionToken
2564
2276
  userId
2565
2277
  expires
2566
- user {
2567
- id
2568
- }
2569
2278
  createdAt
2570
2279
  updatedAt
2571
2280
  }
@@ -2575,23 +2284,14 @@ exports.Trade = {
2575
2284
  credentialID
2576
2285
  publicKey
2577
2286
  counter
2578
- user {
2579
- id
2580
- }
2581
2287
  createdAt
2582
2288
  updatedAt
2583
2289
  }
2584
2290
  plan
2585
- alpacaAccounts {
2586
- id
2587
- }
2588
2291
  }
2589
2292
  userId
2590
2293
  createdAt
2591
2294
  updatedAt
2592
- trades {
2593
- id
2594
- }
2595
2295
  orders {
2596
2296
  id
2597
2297
  clientOrderId
@@ -2612,9 +2312,6 @@ exports.Trade = {
2612
2312
  createdAt
2613
2313
  updatedAt
2614
2314
  orderId
2615
- Order {
2616
- id
2617
- }
2618
2315
  }
2619
2316
  takeProfit {
2620
2317
  id
@@ -2623,9 +2320,6 @@ exports.Trade = {
2623
2320
  createdAt
2624
2321
  updatedAt
2625
2322
  orderId
2626
- Order {
2627
- id
2628
- }
2629
2323
  }
2630
2324
  trailPrice
2631
2325
  trailPercent
@@ -2637,9 +2331,6 @@ exports.Trade = {
2637
2331
  filledAt
2638
2332
  filledAvgPrice
2639
2333
  actionId
2640
- alpacaAccount {
2641
- id
2642
- }
2643
2334
  action {
2644
2335
  id
2645
2336
  sequence
@@ -2648,12 +2339,6 @@ exports.Trade = {
2648
2339
  note
2649
2340
  status
2650
2341
  fee
2651
- trade {
2652
- id
2653
- }
2654
- order {
2655
- id
2656
- }
2657
2342
  }
2658
2343
  asset {
2659
2344
  id
@@ -2714,18 +2399,9 @@ exports.Trade = {
2714
2399
  buyPrice
2715
2400
  createdAt
2716
2401
  updatedAt
2717
- trades {
2718
- id
2719
- }
2720
- orders {
2721
- id
2722
- }
2723
- positions {
2402
+ positions {
2724
2403
  id
2725
2404
  assetId
2726
- asset {
2727
- id
2728
- }
2729
2405
  averageEntryPrice
2730
2406
  qty
2731
2407
  qtyAvailable
@@ -2739,9 +2415,6 @@ exports.Trade = {
2739
2415
  lastTradePrice
2740
2416
  changeToday
2741
2417
  assetMarginable
2742
- alpacaAccount {
2743
- id
2744
- }
2745
2418
  alpacaAccountId
2746
2419
  }
2747
2420
  newsMentions {
@@ -2766,12 +2439,6 @@ exports.Trade = {
2766
2439
  logo
2767
2440
  createdAt
2768
2441
  updatedAt
2769
- assets {
2770
- id
2771
- }
2772
- }
2773
- asset {
2774
- id
2775
2442
  }
2776
2443
  relevancyScore
2777
2444
  sentimentScore
@@ -2847,9 +2514,6 @@ exports.Trade = {
2847
2514
  buyPrice
2848
2515
  createdAt
2849
2516
  updatedAt
2850
- trades {
2851
- id
2852
- }
2853
2517
  orders {
2854
2518
  id
2855
2519
  clientOrderId
@@ -2870,9 +2534,6 @@ exports.Trade = {
2870
2534
  createdAt
2871
2535
  updatedAt
2872
2536
  orderId
2873
- Order {
2874
- id
2875
- }
2876
2537
  }
2877
2538
  takeProfit {
2878
2539
  id
@@ -2881,9 +2542,6 @@ exports.Trade = {
2881
2542
  createdAt
2882
2543
  updatedAt
2883
2544
  orderId
2884
- Order {
2885
- id
2886
- }
2887
2545
  }
2888
2546
  trailPrice
2889
2547
  trailPercent
@@ -2895,9 +2553,6 @@ exports.Trade = {
2895
2553
  filledAt
2896
2554
  filledAvgPrice
2897
2555
  actionId
2898
- alpacaAccount {
2899
- id
2900
- }
2901
2556
  action {
2902
2557
  id
2903
2558
  sequence
@@ -2906,15 +2561,6 @@ exports.Trade = {
2906
2561
  note
2907
2562
  status
2908
2563
  fee
2909
- trade {
2910
- id
2911
- }
2912
- order {
2913
- id
2914
- }
2915
- }
2916
- asset {
2917
- id
2918
2564
  }
2919
2565
  fee
2920
2566
  strikePrice
@@ -2923,9 +2569,6 @@ exports.Trade = {
2923
2569
  stopLossId
2924
2570
  takeProfitId
2925
2571
  }
2926
- positions {
2927
- id
2928
- }
2929
2572
  newsMentions {
2930
2573
  id
2931
2574
  assetId
@@ -2948,12 +2591,6 @@ exports.Trade = {
2948
2591
  logo
2949
2592
  createdAt
2950
2593
  updatedAt
2951
- assets {
2952
- id
2953
- }
2954
- }
2955
- asset {
2956
- id
2957
2594
  }
2958
2595
  relevancyScore
2959
2596
  sentimentScore
@@ -2973,9 +2610,6 @@ exports.Trade = {
2973
2610
  lastTradePrice
2974
2611
  changeToday
2975
2612
  assetMarginable
2976
- alpacaAccount {
2977
- id
2978
- }
2979
2613
  alpacaAccountId
2980
2614
  }
2981
2615
  alerts {
@@ -2986,9 +2620,6 @@ exports.Trade = {
2986
2620
  isRead
2987
2621
  createdAt
2988
2622
  updatedAt
2989
- alpacaAccount {
2990
- id
2991
- }
2992
2623
  }
2993
2624
  }
2994
2625
  asset {
@@ -3050,9 +2681,6 @@ exports.Trade = {
3050
2681
  buyPrice
3051
2682
  createdAt
3052
2683
  updatedAt
3053
- trades {
3054
- id
3055
- }
3056
2684
  orders {
3057
2685
  id
3058
2686
  clientOrderId
@@ -3073,9 +2701,6 @@ exports.Trade = {
3073
2701
  createdAt
3074
2702
  updatedAt
3075
2703
  orderId
3076
- Order {
3077
- id
3078
- }
3079
2704
  }
3080
2705
  takeProfit {
3081
2706
  id
@@ -3084,9 +2709,6 @@ exports.Trade = {
3084
2709
  createdAt
3085
2710
  updatedAt
3086
2711
  orderId
3087
- Order {
3088
- id
3089
- }
3090
2712
  }
3091
2713
  trailPrice
3092
2714
  trailPercent
@@ -3130,9 +2752,6 @@ exports.Trade = {
3130
2752
  stripeCurrentPeriodEnd
3131
2753
  createdAt
3132
2754
  updatedAt
3133
- users {
3134
- id
3135
- }
3136
2755
  }
3137
2756
  customerId
3138
2757
  accounts {
@@ -3150,18 +2769,12 @@ exports.Trade = {
3150
2769
  session_state
3151
2770
  createdAt
3152
2771
  updatedAt
3153
- user {
3154
- id
3155
- }
3156
2772
  }
3157
2773
  sessions {
3158
2774
  id
3159
2775
  sessionToken
3160
2776
  userId
3161
2777
  expires
3162
- user {
3163
- id
3164
- }
3165
2778
  createdAt
3166
2779
  updatedAt
3167
2780
  }
@@ -3171,32 +2784,17 @@ exports.Trade = {
3171
2784
  credentialID
3172
2785
  publicKey
3173
2786
  counter
3174
- user {
3175
- id
3176
- }
3177
2787
  createdAt
3178
2788
  updatedAt
3179
2789
  }
3180
2790
  plan
3181
- alpacaAccounts {
3182
- id
3183
- }
3184
2791
  }
3185
2792
  userId
3186
2793
  createdAt
3187
2794
  updatedAt
3188
- trades {
3189
- id
3190
- }
3191
- orders {
3192
- id
3193
- }
3194
2795
  positions {
3195
2796
  id
3196
2797
  assetId
3197
- asset {
3198
- id
3199
- }
3200
2798
  averageEntryPrice
3201
2799
  qty
3202
2800
  qtyAvailable
@@ -3210,9 +2808,6 @@ exports.Trade = {
3210
2808
  lastTradePrice
3211
2809
  changeToday
3212
2810
  assetMarginable
3213
- alpacaAccount {
3214
- id
3215
- }
3216
2811
  alpacaAccountId
3217
2812
  }
3218
2813
  alerts {
@@ -3223,9 +2818,6 @@ exports.Trade = {
3223
2818
  isRead
3224
2819
  createdAt
3225
2820
  updatedAt
3226
- alpacaAccount {
3227
- id
3228
- }
3229
2821
  }
3230
2822
  }
3231
2823
  action {
@@ -3236,15 +2828,6 @@ exports.Trade = {
3236
2828
  note
3237
2829
  status
3238
2830
  fee
3239
- trade {
3240
- id
3241
- }
3242
- order {
3243
- id
3244
- }
3245
- }
3246
- asset {
3247
- id
3248
2831
  }
3249
2832
  fee
3250
2833
  strikePrice
@@ -3256,9 +2839,6 @@ exports.Trade = {
3256
2839
  positions {
3257
2840
  id
3258
2841
  assetId
3259
- asset {
3260
- id
3261
- }
3262
2842
  averageEntryPrice
3263
2843
  qty
3264
2844
  qtyAvailable
@@ -3304,9 +2884,6 @@ exports.Trade = {
3304
2884
  stripeCurrentPeriodEnd
3305
2885
  createdAt
3306
2886
  updatedAt
3307
- users {
3308
- id
3309
- }
3310
2887
  }
3311
2888
  customerId
3312
2889
  accounts {
@@ -3324,18 +2901,12 @@ exports.Trade = {
3324
2901
  session_state
3325
2902
  createdAt
3326
2903
  updatedAt
3327
- user {
3328
- id
3329
- }
3330
2904
  }
3331
2905
  sessions {
3332
2906
  id
3333
2907
  sessionToken
3334
2908
  userId
3335
2909
  expires
3336
- user {
3337
- id
3338
- }
3339
2910
  createdAt
3340
2911
  updatedAt
3341
2912
  }
@@ -3345,23 +2916,14 @@ exports.Trade = {
3345
2916
  credentialID
3346
2917
  publicKey
3347
2918
  counter
3348
- user {
3349
- id
3350
- }
3351
2919
  createdAt
3352
2920
  updatedAt
3353
2921
  }
3354
2922
  plan
3355
- alpacaAccounts {
3356
- id
3357
- }
3358
2923
  }
3359
2924
  userId
3360
2925
  createdAt
3361
2926
  updatedAt
3362
- trades {
3363
- id
3364
- }
3365
2927
  orders {
3366
2928
  id
3367
2929
  clientOrderId
@@ -3382,9 +2944,6 @@ exports.Trade = {
3382
2944
  createdAt
3383
2945
  updatedAt
3384
2946
  orderId
3385
- Order {
3386
- id
3387
- }
3388
2947
  }
3389
2948
  takeProfit {
3390
2949
  id
@@ -3393,9 +2952,6 @@ exports.Trade = {
3393
2952
  createdAt
3394
2953
  updatedAt
3395
2954
  orderId
3396
- Order {
3397
- id
3398
- }
3399
2955
  }
3400
2956
  trailPrice
3401
2957
  trailPercent
@@ -3407,9 +2963,6 @@ exports.Trade = {
3407
2963
  filledAt
3408
2964
  filledAvgPrice
3409
2965
  actionId
3410
- alpacaAccount {
3411
- id
3412
- }
3413
2966
  action {
3414
2967
  id
3415
2968
  sequence
@@ -3418,15 +2971,6 @@ exports.Trade = {
3418
2971
  note
3419
2972
  status
3420
2973
  fee
3421
- trade {
3422
- id
3423
- }
3424
- order {
3425
- id
3426
- }
3427
- }
3428
- asset {
3429
- id
3430
2974
  }
3431
2975
  fee
3432
2976
  strikePrice
@@ -3435,9 +2979,6 @@ exports.Trade = {
3435
2979
  stopLossId
3436
2980
  takeProfitId
3437
2981
  }
3438
- positions {
3439
- id
3440
- }
3441
2982
  alerts {
3442
2983
  id
3443
2984
  alpacaAccountId
@@ -3446,9 +2987,6 @@ exports.Trade = {
3446
2987
  isRead
3447
2988
  createdAt
3448
2989
  updatedAt
3449
- alpacaAccount {
3450
- id
3451
- }
3452
2990
  }
3453
2991
  }
3454
2992
  alpacaAccountId
@@ -3475,12 +3013,6 @@ exports.Trade = {
3475
3013
  logo
3476
3014
  createdAt
3477
3015
  updatedAt
3478
- assets {
3479
- id
3480
- }
3481
- }
3482
- asset {
3483
- id
3484
3016
  }
3485
3017
  relevancyScore
3486
3018
  sentimentScore
@@ -3495,9 +3027,6 @@ exports.Trade = {
3495
3027
  note
3496
3028
  status
3497
3029
  fee
3498
- trade {
3499
- id
3500
- }
3501
3030
  order {
3502
3031
  id
3503
3032
  clientOrderId
@@ -3518,9 +3047,6 @@ exports.Trade = {
3518
3047
  createdAt
3519
3048
  updatedAt
3520
3049
  orderId
3521
- Order {
3522
- id
3523
- }
3524
3050
  }
3525
3051
  takeProfit {
3526
3052
  id
@@ -3529,9 +3055,6 @@ exports.Trade = {
3529
3055
  createdAt
3530
3056
  updatedAt
3531
3057
  orderId
3532
- Order {
3533
- id
3534
- }
3535
3058
  }
3536
3059
  trailPrice
3537
3060
  trailPercent
@@ -3575,9 +3098,6 @@ exports.Trade = {
3575
3098
  stripeCurrentPeriodEnd
3576
3099
  createdAt
3577
3100
  updatedAt
3578
- users {
3579
- id
3580
- }
3581
3101
  }
3582
3102
  customerId
3583
3103
  accounts {
@@ -3595,18 +3115,12 @@ exports.Trade = {
3595
3115
  session_state
3596
3116
  createdAt
3597
3117
  updatedAt
3598
- user {
3599
- id
3600
- }
3601
3118
  }
3602
3119
  sessions {
3603
3120
  id
3604
3121
  sessionToken
3605
3122
  userId
3606
3123
  expires
3607
- user {
3608
- id
3609
- }
3610
3124
  createdAt
3611
3125
  updatedAt
3612
3126
  }
@@ -3616,26 +3130,14 @@ exports.Trade = {
3616
3130
  credentialID
3617
3131
  publicKey
3618
3132
  counter
3619
- user {
3620
- id
3621
- }
3622
3133
  createdAt
3623
3134
  updatedAt
3624
3135
  }
3625
3136
  plan
3626
- alpacaAccounts {
3627
- id
3628
- }
3629
3137
  }
3630
3138
  userId
3631
3139
  createdAt
3632
3140
  updatedAt
3633
- trades {
3634
- id
3635
- }
3636
- orders {
3637
- id
3638
- }
3639
3141
  positions {
3640
3142
  id
3641
3143
  assetId
@@ -3698,15 +3200,6 @@ exports.Trade = {
3698
3200
  buyPrice
3699
3201
  createdAt
3700
3202
  updatedAt
3701
- trades {
3702
- id
3703
- }
3704
- orders {
3705
- id
3706
- }
3707
- positions {
3708
- id
3709
- }
3710
3203
  newsMentions {
3711
3204
  id
3712
3205
  assetId
@@ -3729,12 +3222,6 @@ exports.Trade = {
3729
3222
  logo
3730
3223
  createdAt
3731
3224
  updatedAt
3732
- assets {
3733
- id
3734
- }
3735
- }
3736
- asset {
3737
- id
3738
3225
  }
3739
3226
  relevancyScore
3740
3227
  sentimentScore
@@ -3754,9 +3241,6 @@ exports.Trade = {
3754
3241
  lastTradePrice
3755
3242
  changeToday
3756
3243
  assetMarginable
3757
- alpacaAccount {
3758
- id
3759
- }
3760
3244
  alpacaAccountId
3761
3245
  }
3762
3246
  alerts {
@@ -3767,14 +3251,8 @@ exports.Trade = {
3767
3251
  isRead
3768
3252
  createdAt
3769
3253
  updatedAt
3770
- alpacaAccount {
3771
- id
3772
- }
3773
3254
  }
3774
3255
  }
3775
- action {
3776
- id
3777
- }
3778
3256
  asset {
3779
3257
  id
3780
3258
  symbol
@@ -3834,18 +3312,9 @@ exports.Trade = {
3834
3312
  buyPrice
3835
3313
  createdAt
3836
3314
  updatedAt
3837
- trades {
3838
- id
3839
- }
3840
- orders {
3841
- id
3842
- }
3843
3315
  positions {
3844
3316
  id
3845
3317
  assetId
3846
- asset {
3847
- id
3848
- }
3849
3318
  averageEntryPrice
3850
3319
  qty
3851
3320
  qtyAvailable
@@ -3891,9 +3360,6 @@ exports.Trade = {
3891
3360
  stripeCurrentPeriodEnd
3892
3361
  createdAt
3893
3362
  updatedAt
3894
- users {
3895
- id
3896
- }
3897
3363
  }
3898
3364
  customerId
3899
3365
  accounts {
@@ -3911,18 +3377,12 @@ exports.Trade = {
3911
3377
  session_state
3912
3378
  createdAt
3913
3379
  updatedAt
3914
- user {
3915
- id
3916
- }
3917
3380
  }
3918
3381
  sessions {
3919
3382
  id
3920
3383
  sessionToken
3921
3384
  userId
3922
3385
  expires
3923
- user {
3924
- id
3925
- }
3926
3386
  createdAt
3927
3387
  updatedAt
3928
3388
  }
@@ -3932,29 +3392,14 @@ exports.Trade = {
3932
3392
  credentialID
3933
3393
  publicKey
3934
3394
  counter
3935
- user {
3936
- id
3937
- }
3938
3395
  createdAt
3939
3396
  updatedAt
3940
3397
  }
3941
3398
  plan
3942
- alpacaAccounts {
3943
- id
3944
- }
3945
3399
  }
3946
3400
  userId
3947
3401
  createdAt
3948
3402
  updatedAt
3949
- trades {
3950
- id
3951
- }
3952
- orders {
3953
- id
3954
- }
3955
- positions {
3956
- id
3957
- }
3958
3403
  alerts {
3959
3404
  id
3960
3405
  alpacaAccountId
@@ -3963,9 +3408,6 @@ exports.Trade = {
3963
3408
  isRead
3964
3409
  createdAt
3965
3410
  updatedAt
3966
- alpacaAccount {
3967
- id
3968
- }
3969
3411
  }
3970
3412
  }
3971
3413
  alpacaAccountId
@@ -3992,12 +3434,6 @@ exports.Trade = {
3992
3434
  logo
3993
3435
  createdAt
3994
3436
  updatedAt
3995
- assets {
3996
- id
3997
- }
3998
- }
3999
- asset {
4000
- id
4001
3437
  }
4002
3438
  relevancyScore
4003
3439
  sentimentScore
@@ -11079,9 +10515,6 @@ exports.Trade = {
11079
10515
  stripeCurrentPeriodEnd
11080
10516
  createdAt
11081
10517
  updatedAt
11082
- users {
11083
- id
11084
- }
11085
10518
  }
11086
10519
  customerId
11087
10520
  accounts {
@@ -11099,18 +10532,12 @@ exports.Trade = {
11099
10532
  session_state
11100
10533
  createdAt
11101
10534
  updatedAt
11102
- user {
11103
- id
11104
- }
11105
10535
  }
11106
10536
  sessions {
11107
10537
  id
11108
10538
  sessionToken
11109
10539
  userId
11110
10540
  expires
11111
- user {
11112
- id
11113
- }
11114
10541
  createdAt
11115
10542
  updatedAt
11116
10543
  }
@@ -11120,23 +10547,14 @@ exports.Trade = {
11120
10547
  credentialID
11121
10548
  publicKey
11122
10549
  counter
11123
- user {
11124
- id
11125
- }
11126
10550
  createdAt
11127
10551
  updatedAt
11128
10552
  }
11129
10553
  plan
11130
- alpacaAccounts {
11131
- id
11132
- }
11133
10554
  }
11134
10555
  userId
11135
10556
  createdAt
11136
10557
  updatedAt
11137
- trades {
11138
- id
11139
- }
11140
10558
  orders {
11141
10559
  id
11142
10560
  clientOrderId
@@ -11157,9 +10575,6 @@ exports.Trade = {
11157
10575
  createdAt
11158
10576
  updatedAt
11159
10577
  orderId
11160
- Order {
11161
- id
11162
- }
11163
10578
  }
11164
10579
  takeProfit {
11165
10580
  id
@@ -11168,9 +10583,6 @@ exports.Trade = {
11168
10583
  createdAt
11169
10584
  updatedAt
11170
10585
  orderId
11171
- Order {
11172
- id
11173
- }
11174
10586
  }
11175
10587
  trailPrice
11176
10588
  trailPercent
@@ -11182,9 +10594,6 @@ exports.Trade = {
11182
10594
  filledAt
11183
10595
  filledAvgPrice
11184
10596
  actionId
11185
- alpacaAccount {
11186
- id
11187
- }
11188
10597
  action {
11189
10598
  id
11190
10599
  sequence
@@ -11193,12 +10602,6 @@ exports.Trade = {
11193
10602
  note
11194
10603
  status
11195
10604
  fee
11196
- trade {
11197
- id
11198
- }
11199
- order {
11200
- id
11201
- }
11202
10605
  }
11203
10606
  asset {
11204
10607
  id
@@ -11259,18 +10662,9 @@ exports.Trade = {
11259
10662
  buyPrice
11260
10663
  createdAt
11261
10664
  updatedAt
11262
- trades {
11263
- id
11264
- }
11265
- orders {
11266
- id
11267
- }
11268
10665
  positions {
11269
10666
  id
11270
10667
  assetId
11271
- asset {
11272
- id
11273
- }
11274
10668
  averageEntryPrice
11275
10669
  qty
11276
10670
  qtyAvailable
@@ -11284,9 +10678,6 @@ exports.Trade = {
11284
10678
  lastTradePrice
11285
10679
  changeToday
11286
10680
  assetMarginable
11287
- alpacaAccount {
11288
- id
11289
- }
11290
10681
  alpacaAccountId
11291
10682
  }
11292
10683
  newsMentions {
@@ -11311,12 +10702,6 @@ exports.Trade = {
11311
10702
  logo
11312
10703
  createdAt
11313
10704
  updatedAt
11314
- assets {
11315
- id
11316
- }
11317
- }
11318
- asset {
11319
- id
11320
10705
  }
11321
10706
  relevancyScore
11322
10707
  sentimentScore
@@ -11392,9 +10777,6 @@ exports.Trade = {
11392
10777
  buyPrice
11393
10778
  createdAt
11394
10779
  updatedAt
11395
- trades {
11396
- id
11397
- }
11398
10780
  orders {
11399
10781
  id
11400
10782
  clientOrderId
@@ -11415,9 +10797,6 @@ exports.Trade = {
11415
10797
  createdAt
11416
10798
  updatedAt
11417
10799
  orderId
11418
- Order {
11419
- id
11420
- }
11421
10800
  }
11422
10801
  takeProfit {
11423
10802
  id
@@ -11426,9 +10805,6 @@ exports.Trade = {
11426
10805
  createdAt
11427
10806
  updatedAt
11428
10807
  orderId
11429
- Order {
11430
- id
11431
- }
11432
10808
  }
11433
10809
  trailPrice
11434
10810
  trailPercent
@@ -11440,9 +10816,6 @@ exports.Trade = {
11440
10816
  filledAt
11441
10817
  filledAvgPrice
11442
10818
  actionId
11443
- alpacaAccount {
11444
- id
11445
- }
11446
10819
  action {
11447
10820
  id
11448
10821
  sequence
@@ -11451,15 +10824,6 @@ exports.Trade = {
11451
10824
  note
11452
10825
  status
11453
10826
  fee
11454
- trade {
11455
- id
11456
- }
11457
- order {
11458
- id
11459
- }
11460
- }
11461
- asset {
11462
- id
11463
10827
  }
11464
10828
  fee
11465
10829
  strikePrice
@@ -11468,9 +10832,6 @@ exports.Trade = {
11468
10832
  stopLossId
11469
10833
  takeProfitId
11470
10834
  }
11471
- positions {
11472
- id
11473
- }
11474
10835
  newsMentions {
11475
10836
  id
11476
10837
  assetId
@@ -11493,12 +10854,6 @@ exports.Trade = {
11493
10854
  logo
11494
10855
  createdAt
11495
10856
  updatedAt
11496
- assets {
11497
- id
11498
- }
11499
- }
11500
- asset {
11501
- id
11502
10857
  }
11503
10858
  relevancyScore
11504
10859
  sentimentScore
@@ -11518,9 +10873,6 @@ exports.Trade = {
11518
10873
  lastTradePrice
11519
10874
  changeToday
11520
10875
  assetMarginable
11521
- alpacaAccount {
11522
- id
11523
- }
11524
10876
  alpacaAccountId
11525
10877
  }
11526
10878
  alerts {
@@ -11531,9 +10883,6 @@ exports.Trade = {
11531
10883
  isRead
11532
10884
  createdAt
11533
10885
  updatedAt
11534
- alpacaAccount {
11535
- id
11536
- }
11537
10886
  }
11538
10887
  }
11539
10888
  asset {
@@ -11595,9 +10944,6 @@ exports.Trade = {
11595
10944
  buyPrice
11596
10945
  createdAt
11597
10946
  updatedAt
11598
- trades {
11599
- id
11600
- }
11601
10947
  orders {
11602
10948
  id
11603
10949
  clientOrderId
@@ -11618,9 +10964,6 @@ exports.Trade = {
11618
10964
  createdAt
11619
10965
  updatedAt
11620
10966
  orderId
11621
- Order {
11622
- id
11623
- }
11624
10967
  }
11625
10968
  takeProfit {
11626
10969
  id
@@ -11629,9 +10972,6 @@ exports.Trade = {
11629
10972
  createdAt
11630
10973
  updatedAt
11631
10974
  orderId
11632
- Order {
11633
- id
11634
- }
11635
10975
  }
11636
10976
  trailPrice
11637
10977
  trailPercent
@@ -11675,9 +11015,6 @@ exports.Trade = {
11675
11015
  stripeCurrentPeriodEnd
11676
11016
  createdAt
11677
11017
  updatedAt
11678
- users {
11679
- id
11680
- }
11681
11018
  }
11682
11019
  customerId
11683
11020
  accounts {
@@ -11695,18 +11032,12 @@ exports.Trade = {
11695
11032
  session_state
11696
11033
  createdAt
11697
11034
  updatedAt
11698
- user {
11699
- id
11700
- }
11701
11035
  }
11702
11036
  sessions {
11703
11037
  id
11704
11038
  sessionToken
11705
11039
  userId
11706
11040
  expires
11707
- user {
11708
- id
11709
- }
11710
11041
  createdAt
11711
11042
  updatedAt
11712
11043
  }
@@ -11716,32 +11047,17 @@ exports.Trade = {
11716
11047
  credentialID
11717
11048
  publicKey
11718
11049
  counter
11719
- user {
11720
- id
11721
- }
11722
11050
  createdAt
11723
11051
  updatedAt
11724
11052
  }
11725
11053
  plan
11726
- alpacaAccounts {
11727
- id
11728
- }
11729
11054
  }
11730
11055
  userId
11731
11056
  createdAt
11732
11057
  updatedAt
11733
- trades {
11734
- id
11735
- }
11736
- orders {
11737
- id
11738
- }
11739
11058
  positions {
11740
11059
  id
11741
11060
  assetId
11742
- asset {
11743
- id
11744
- }
11745
11061
  averageEntryPrice
11746
11062
  qty
11747
11063
  qtyAvailable
@@ -11755,9 +11071,6 @@ exports.Trade = {
11755
11071
  lastTradePrice
11756
11072
  changeToday
11757
11073
  assetMarginable
11758
- alpacaAccount {
11759
- id
11760
- }
11761
11074
  alpacaAccountId
11762
11075
  }
11763
11076
  alerts {
@@ -11768,9 +11081,6 @@ exports.Trade = {
11768
11081
  isRead
11769
11082
  createdAt
11770
11083
  updatedAt
11771
- alpacaAccount {
11772
- id
11773
- }
11774
11084
  }
11775
11085
  }
11776
11086
  action {
@@ -11781,15 +11091,6 @@ exports.Trade = {
11781
11091
  note
11782
11092
  status
11783
11093
  fee
11784
- trade {
11785
- id
11786
- }
11787
- order {
11788
- id
11789
- }
11790
- }
11791
- asset {
11792
- id
11793
11094
  }
11794
11095
  fee
11795
11096
  strikePrice
@@ -11801,9 +11102,6 @@ exports.Trade = {
11801
11102
  positions {
11802
11103
  id
11803
11104
  assetId
11804
- asset {
11805
- id
11806
- }
11807
11105
  averageEntryPrice
11808
11106
  qty
11809
11107
  qtyAvailable
@@ -11849,9 +11147,6 @@ exports.Trade = {
11849
11147
  stripeCurrentPeriodEnd
11850
11148
  createdAt
11851
11149
  updatedAt
11852
- users {
11853
- id
11854
- }
11855
11150
  }
11856
11151
  customerId
11857
11152
  accounts {
@@ -11869,18 +11164,12 @@ exports.Trade = {
11869
11164
  session_state
11870
11165
  createdAt
11871
11166
  updatedAt
11872
- user {
11873
- id
11874
- }
11875
11167
  }
11876
11168
  sessions {
11877
11169
  id
11878
11170
  sessionToken
11879
11171
  userId
11880
11172
  expires
11881
- user {
11882
- id
11883
- }
11884
11173
  createdAt
11885
11174
  updatedAt
11886
11175
  }
@@ -11890,23 +11179,14 @@ exports.Trade = {
11890
11179
  credentialID
11891
11180
  publicKey
11892
11181
  counter
11893
- user {
11894
- id
11895
- }
11896
11182
  createdAt
11897
11183
  updatedAt
11898
11184
  }
11899
11185
  plan
11900
- alpacaAccounts {
11901
- id
11902
- }
11903
11186
  }
11904
11187
  userId
11905
11188
  createdAt
11906
11189
  updatedAt
11907
- trades {
11908
- id
11909
- }
11910
11190
  orders {
11911
11191
  id
11912
11192
  clientOrderId
@@ -11927,9 +11207,6 @@ exports.Trade = {
11927
11207
  createdAt
11928
11208
  updatedAt
11929
11209
  orderId
11930
- Order {
11931
- id
11932
- }
11933
11210
  }
11934
11211
  takeProfit {
11935
11212
  id
@@ -11938,9 +11215,6 @@ exports.Trade = {
11938
11215
  createdAt
11939
11216
  updatedAt
11940
11217
  orderId
11941
- Order {
11942
- id
11943
- }
11944
11218
  }
11945
11219
  trailPrice
11946
11220
  trailPercent
@@ -11952,9 +11226,6 @@ exports.Trade = {
11952
11226
  filledAt
11953
11227
  filledAvgPrice
11954
11228
  actionId
11955
- alpacaAccount {
11956
- id
11957
- }
11958
11229
  action {
11959
11230
  id
11960
11231
  sequence
@@ -11963,15 +11234,6 @@ exports.Trade = {
11963
11234
  note
11964
11235
  status
11965
11236
  fee
11966
- trade {
11967
- id
11968
- }
11969
- order {
11970
- id
11971
- }
11972
- }
11973
- asset {
11974
- id
11975
11237
  }
11976
11238
  fee
11977
11239
  strikePrice
@@ -11980,9 +11242,6 @@ exports.Trade = {
11980
11242
  stopLossId
11981
11243
  takeProfitId
11982
11244
  }
11983
- positions {
11984
- id
11985
- }
11986
11245
  alerts {
11987
11246
  id
11988
11247
  alpacaAccountId
@@ -11991,9 +11250,6 @@ exports.Trade = {
11991
11250
  isRead
11992
11251
  createdAt
11993
11252
  updatedAt
11994
- alpacaAccount {
11995
- id
11996
- }
11997
11253
  }
11998
11254
  }
11999
11255
  alpacaAccountId
@@ -12020,12 +11276,6 @@ exports.Trade = {
12020
11276
  logo
12021
11277
  createdAt
12022
11278
  updatedAt
12023
- assets {
12024
- id
12025
- }
12026
- }
12027
- asset {
12028
- id
12029
11279
  }
12030
11280
  relevancyScore
12031
11281
  sentimentScore
@@ -12040,9 +11290,6 @@ exports.Trade = {
12040
11290
  note
12041
11291
  status
12042
11292
  fee
12043
- trade {
12044
- id
12045
- }
12046
11293
  order {
12047
11294
  id
12048
11295
  clientOrderId
@@ -12063,9 +11310,6 @@ exports.Trade = {
12063
11310
  createdAt
12064
11311
  updatedAt
12065
11312
  orderId
12066
- Order {
12067
- id
12068
- }
12069
11313
  }
12070
11314
  takeProfit {
12071
11315
  id
@@ -12074,9 +11318,6 @@ exports.Trade = {
12074
11318
  createdAt
12075
11319
  updatedAt
12076
11320
  orderId
12077
- Order {
12078
- id
12079
- }
12080
11321
  }
12081
11322
  trailPrice
12082
11323
  trailPercent
@@ -12120,9 +11361,6 @@ exports.Trade = {
12120
11361
  stripeCurrentPeriodEnd
12121
11362
  createdAt
12122
11363
  updatedAt
12123
- users {
12124
- id
12125
- }
12126
11364
  }
12127
11365
  customerId
12128
11366
  accounts {
@@ -12140,18 +11378,12 @@ exports.Trade = {
12140
11378
  session_state
12141
11379
  createdAt
12142
11380
  updatedAt
12143
- user {
12144
- id
12145
- }
12146
11381
  }
12147
11382
  sessions {
12148
11383
  id
12149
11384
  sessionToken
12150
11385
  userId
12151
11386
  expires
12152
- user {
12153
- id
12154
- }
12155
11387
  createdAt
12156
11388
  updatedAt
12157
11389
  }
@@ -12161,26 +11393,14 @@ exports.Trade = {
12161
11393
  credentialID
12162
11394
  publicKey
12163
11395
  counter
12164
- user {
12165
- id
12166
- }
12167
11396
  createdAt
12168
11397
  updatedAt
12169
11398
  }
12170
11399
  plan
12171
- alpacaAccounts {
12172
- id
12173
- }
12174
11400
  }
12175
11401
  userId
12176
11402
  createdAt
12177
11403
  updatedAt
12178
- trades {
12179
- id
12180
- }
12181
- orders {
12182
- id
12183
- }
12184
11404
  positions {
12185
11405
  id
12186
11406
  assetId
@@ -12243,15 +11463,6 @@ exports.Trade = {
12243
11463
  buyPrice
12244
11464
  createdAt
12245
11465
  updatedAt
12246
- trades {
12247
- id
12248
- }
12249
- orders {
12250
- id
12251
- }
12252
- positions {
12253
- id
12254
- }
12255
11466
  newsMentions {
12256
11467
  id
12257
11468
  assetId
@@ -12274,12 +11485,6 @@ exports.Trade = {
12274
11485
  logo
12275
11486
  createdAt
12276
11487
  updatedAt
12277
- assets {
12278
- id
12279
- }
12280
- }
12281
- asset {
12282
- id
12283
11488
  }
12284
11489
  relevancyScore
12285
11490
  sentimentScore
@@ -12299,9 +11504,6 @@ exports.Trade = {
12299
11504
  lastTradePrice
12300
11505
  changeToday
12301
11506
  assetMarginable
12302
- alpacaAccount {
12303
- id
12304
- }
12305
11507
  alpacaAccountId
12306
11508
  }
12307
11509
  alerts {
@@ -12312,14 +11514,8 @@ exports.Trade = {
12312
11514
  isRead
12313
11515
  createdAt
12314
11516
  updatedAt
12315
- alpacaAccount {
12316
- id
12317
- }
12318
11517
  }
12319
11518
  }
12320
- action {
12321
- id
12322
- }
12323
11519
  asset {
12324
11520
  id
12325
11521
  symbol
@@ -12379,18 +11575,9 @@ exports.Trade = {
12379
11575
  buyPrice
12380
11576
  createdAt
12381
11577
  updatedAt
12382
- trades {
12383
- id
12384
- }
12385
- orders {
12386
- id
12387
- }
12388
11578
  positions {
12389
11579
  id
12390
11580
  assetId
12391
- asset {
12392
- id
12393
- }
12394
11581
  averageEntryPrice
12395
11582
  qty
12396
11583
  qtyAvailable
@@ -12436,9 +11623,6 @@ exports.Trade = {
12436
11623
  stripeCurrentPeriodEnd
12437
11624
  createdAt
12438
11625
  updatedAt
12439
- users {
12440
- id
12441
- }
12442
11626
  }
12443
11627
  customerId
12444
11628
  accounts {
@@ -12456,18 +11640,12 @@ exports.Trade = {
12456
11640
  session_state
12457
11641
  createdAt
12458
11642
  updatedAt
12459
- user {
12460
- id
12461
- }
12462
11643
  }
12463
11644
  sessions {
12464
11645
  id
12465
11646
  sessionToken
12466
11647
  userId
12467
11648
  expires
12468
- user {
12469
- id
12470
- }
12471
11649
  createdAt
12472
11650
  updatedAt
12473
11651
  }
@@ -12477,29 +11655,14 @@ exports.Trade = {
12477
11655
  credentialID
12478
11656
  publicKey
12479
11657
  counter
12480
- user {
12481
- id
12482
- }
12483
11658
  createdAt
12484
11659
  updatedAt
12485
11660
  }
12486
11661
  plan
12487
- alpacaAccounts {
12488
- id
12489
- }
12490
11662
  }
12491
11663
  userId
12492
11664
  createdAt
12493
11665
  updatedAt
12494
- trades {
12495
- id
12496
- }
12497
- orders {
12498
- id
12499
- }
12500
- positions {
12501
- id
12502
- }
12503
11666
  alerts {
12504
11667
  id
12505
11668
  alpacaAccountId
@@ -12508,9 +11671,6 @@ exports.Trade = {
12508
11671
  isRead
12509
11672
  createdAt
12510
11673
  updatedAt
12511
- alpacaAccount {
12512
- id
12513
- }
12514
11674
  }
12515
11675
  }
12516
11676
  alpacaAccountId
@@ -12537,12 +11697,6 @@ exports.Trade = {
12537
11697
  logo
12538
11698
  createdAt
12539
11699
  updatedAt
12540
- assets {
12541
- id
12542
- }
12543
- }
12544
- asset {
12545
- id
12546
11700
  }
12547
11701
  relevancyScore
12548
11702
  sentimentScore
@@ -12638,9 +11792,6 @@ exports.Trade = {
12638
11792
  stripeCurrentPeriodEnd
12639
11793
  createdAt
12640
11794
  updatedAt
12641
- users {
12642
- id
12643
- }
12644
11795
  }
12645
11796
  customerId
12646
11797
  accounts {
@@ -12658,18 +11809,12 @@ exports.Trade = {
12658
11809
  session_state
12659
11810
  createdAt
12660
11811
  updatedAt
12661
- user {
12662
- id
12663
- }
12664
11812
  }
12665
11813
  sessions {
12666
11814
  id
12667
11815
  sessionToken
12668
11816
  userId
12669
11817
  expires
12670
- user {
12671
- id
12672
- }
12673
11818
  createdAt
12674
11819
  updatedAt
12675
11820
  }
@@ -12679,23 +11824,14 @@ exports.Trade = {
12679
11824
  credentialID
12680
11825
  publicKey
12681
11826
  counter
12682
- user {
12683
- id
12684
- }
12685
11827
  createdAt
12686
11828
  updatedAt
12687
11829
  }
12688
11830
  plan
12689
- alpacaAccounts {
12690
- id
12691
- }
12692
11831
  }
12693
11832
  userId
12694
11833
  createdAt
12695
11834
  updatedAt
12696
- trades {
12697
- id
12698
- }
12699
11835
  orders {
12700
11836
  id
12701
11837
  clientOrderId
@@ -12716,9 +11852,6 @@ exports.Trade = {
12716
11852
  createdAt
12717
11853
  updatedAt
12718
11854
  orderId
12719
- Order {
12720
- id
12721
- }
12722
11855
  }
12723
11856
  takeProfit {
12724
11857
  id
@@ -12727,9 +11860,6 @@ exports.Trade = {
12727
11860
  createdAt
12728
11861
  updatedAt
12729
11862
  orderId
12730
- Order {
12731
- id
12732
- }
12733
11863
  }
12734
11864
  trailPrice
12735
11865
  trailPercent
@@ -12741,9 +11871,6 @@ exports.Trade = {
12741
11871
  filledAt
12742
11872
  filledAvgPrice
12743
11873
  actionId
12744
- alpacaAccount {
12745
- id
12746
- }
12747
11874
  action {
12748
11875
  id
12749
11876
  sequence
@@ -12752,12 +11879,6 @@ exports.Trade = {
12752
11879
  note
12753
11880
  status
12754
11881
  fee
12755
- trade {
12756
- id
12757
- }
12758
- order {
12759
- id
12760
- }
12761
11882
  }
12762
11883
  asset {
12763
11884
  id
@@ -12818,18 +11939,9 @@ exports.Trade = {
12818
11939
  buyPrice
12819
11940
  createdAt
12820
11941
  updatedAt
12821
- trades {
12822
- id
12823
- }
12824
- orders {
12825
- id
12826
- }
12827
11942
  positions {
12828
11943
  id
12829
11944
  assetId
12830
- asset {
12831
- id
12832
- }
12833
11945
  averageEntryPrice
12834
11946
  qty
12835
11947
  qtyAvailable
@@ -12843,9 +11955,6 @@ exports.Trade = {
12843
11955
  lastTradePrice
12844
11956
  changeToday
12845
11957
  assetMarginable
12846
- alpacaAccount {
12847
- id
12848
- }
12849
11958
  alpacaAccountId
12850
11959
  }
12851
11960
  newsMentions {
@@ -12870,12 +11979,6 @@ exports.Trade = {
12870
11979
  logo
12871
11980
  createdAt
12872
11981
  updatedAt
12873
- assets {
12874
- id
12875
- }
12876
- }
12877
- asset {
12878
- id
12879
11982
  }
12880
11983
  relevancyScore
12881
11984
  sentimentScore
@@ -12951,9 +12054,6 @@ exports.Trade = {
12951
12054
  buyPrice
12952
12055
  createdAt
12953
12056
  updatedAt
12954
- trades {
12955
- id
12956
- }
12957
12057
  orders {
12958
12058
  id
12959
12059
  clientOrderId
@@ -12974,9 +12074,6 @@ exports.Trade = {
12974
12074
  createdAt
12975
12075
  updatedAt
12976
12076
  orderId
12977
- Order {
12978
- id
12979
- }
12980
12077
  }
12981
12078
  takeProfit {
12982
12079
  id
@@ -12985,9 +12082,6 @@ exports.Trade = {
12985
12082
  createdAt
12986
12083
  updatedAt
12987
12084
  orderId
12988
- Order {
12989
- id
12990
- }
12991
12085
  }
12992
12086
  trailPrice
12993
12087
  trailPercent
@@ -12999,9 +12093,6 @@ exports.Trade = {
12999
12093
  filledAt
13000
12094
  filledAvgPrice
13001
12095
  actionId
13002
- alpacaAccount {
13003
- id
13004
- }
13005
12096
  action {
13006
12097
  id
13007
12098
  sequence
@@ -13010,15 +12101,6 @@ exports.Trade = {
13010
12101
  note
13011
12102
  status
13012
12103
  fee
13013
- trade {
13014
- id
13015
- }
13016
- order {
13017
- id
13018
- }
13019
- }
13020
- asset {
13021
- id
13022
12104
  }
13023
12105
  fee
13024
12106
  strikePrice
@@ -13027,9 +12109,6 @@ exports.Trade = {
13027
12109
  stopLossId
13028
12110
  takeProfitId
13029
12111
  }
13030
- positions {
13031
- id
13032
- }
13033
12112
  newsMentions {
13034
12113
  id
13035
12114
  assetId
@@ -13052,12 +12131,6 @@ exports.Trade = {
13052
12131
  logo
13053
12132
  createdAt
13054
12133
  updatedAt
13055
- assets {
13056
- id
13057
- }
13058
- }
13059
- asset {
13060
- id
13061
12134
  }
13062
12135
  relevancyScore
13063
12136
  sentimentScore
@@ -13077,9 +12150,6 @@ exports.Trade = {
13077
12150
  lastTradePrice
13078
12151
  changeToday
13079
12152
  assetMarginable
13080
- alpacaAccount {
13081
- id
13082
- }
13083
12153
  alpacaAccountId
13084
12154
  }
13085
12155
  alerts {
@@ -13090,9 +12160,6 @@ exports.Trade = {
13090
12160
  isRead
13091
12161
  createdAt
13092
12162
  updatedAt
13093
- alpacaAccount {
13094
- id
13095
- }
13096
12163
  }
13097
12164
  }
13098
12165
  asset {
@@ -13154,9 +12221,6 @@ exports.Trade = {
13154
12221
  buyPrice
13155
12222
  createdAt
13156
12223
  updatedAt
13157
- trades {
13158
- id
13159
- }
13160
12224
  orders {
13161
12225
  id
13162
12226
  clientOrderId
@@ -13177,9 +12241,6 @@ exports.Trade = {
13177
12241
  createdAt
13178
12242
  updatedAt
13179
12243
  orderId
13180
- Order {
13181
- id
13182
- }
13183
12244
  }
13184
12245
  takeProfit {
13185
12246
  id
@@ -13188,9 +12249,6 @@ exports.Trade = {
13188
12249
  createdAt
13189
12250
  updatedAt
13190
12251
  orderId
13191
- Order {
13192
- id
13193
- }
13194
12252
  }
13195
12253
  trailPrice
13196
12254
  trailPercent
@@ -13234,9 +12292,6 @@ exports.Trade = {
13234
12292
  stripeCurrentPeriodEnd
13235
12293
  createdAt
13236
12294
  updatedAt
13237
- users {
13238
- id
13239
- }
13240
12295
  }
13241
12296
  customerId
13242
12297
  accounts {
@@ -13254,18 +12309,12 @@ exports.Trade = {
13254
12309
  session_state
13255
12310
  createdAt
13256
12311
  updatedAt
13257
- user {
13258
- id
13259
- }
13260
12312
  }
13261
12313
  sessions {
13262
12314
  id
13263
12315
  sessionToken
13264
12316
  userId
13265
12317
  expires
13266
- user {
13267
- id
13268
- }
13269
12318
  createdAt
13270
12319
  updatedAt
13271
12320
  }
@@ -13275,32 +12324,17 @@ exports.Trade = {
13275
12324
  credentialID
13276
12325
  publicKey
13277
12326
  counter
13278
- user {
13279
- id
13280
- }
13281
12327
  createdAt
13282
12328
  updatedAt
13283
12329
  }
13284
12330
  plan
13285
- alpacaAccounts {
13286
- id
13287
- }
13288
12331
  }
13289
12332
  userId
13290
12333
  createdAt
13291
12334
  updatedAt
13292
- trades {
13293
- id
13294
- }
13295
- orders {
13296
- id
13297
- }
13298
12335
  positions {
13299
12336
  id
13300
12337
  assetId
13301
- asset {
13302
- id
13303
- }
13304
12338
  averageEntryPrice
13305
12339
  qty
13306
12340
  qtyAvailable
@@ -13314,9 +12348,6 @@ exports.Trade = {
13314
12348
  lastTradePrice
13315
12349
  changeToday
13316
12350
  assetMarginable
13317
- alpacaAccount {
13318
- id
13319
- }
13320
12351
  alpacaAccountId
13321
12352
  }
13322
12353
  alerts {
@@ -13327,9 +12358,6 @@ exports.Trade = {
13327
12358
  isRead
13328
12359
  createdAt
13329
12360
  updatedAt
13330
- alpacaAccount {
13331
- id
13332
- }
13333
12361
  }
13334
12362
  }
13335
12363
  action {
@@ -13340,15 +12368,6 @@ exports.Trade = {
13340
12368
  note
13341
12369
  status
13342
12370
  fee
13343
- trade {
13344
- id
13345
- }
13346
- order {
13347
- id
13348
- }
13349
- }
13350
- asset {
13351
- id
13352
12371
  }
13353
12372
  fee
13354
12373
  strikePrice
@@ -13360,9 +12379,6 @@ exports.Trade = {
13360
12379
  positions {
13361
12380
  id
13362
12381
  assetId
13363
- asset {
13364
- id
13365
- }
13366
12382
  averageEntryPrice
13367
12383
  qty
13368
12384
  qtyAvailable
@@ -13408,9 +12424,6 @@ exports.Trade = {
13408
12424
  stripeCurrentPeriodEnd
13409
12425
  createdAt
13410
12426
  updatedAt
13411
- users {
13412
- id
13413
- }
13414
12427
  }
13415
12428
  customerId
13416
12429
  accounts {
@@ -13428,18 +12441,12 @@ exports.Trade = {
13428
12441
  session_state
13429
12442
  createdAt
13430
12443
  updatedAt
13431
- user {
13432
- id
13433
- }
13434
12444
  }
13435
12445
  sessions {
13436
12446
  id
13437
12447
  sessionToken
13438
12448
  userId
13439
12449
  expires
13440
- user {
13441
- id
13442
- }
13443
12450
  createdAt
13444
12451
  updatedAt
13445
12452
  }
@@ -13449,23 +12456,14 @@ exports.Trade = {
13449
12456
  credentialID
13450
12457
  publicKey
13451
12458
  counter
13452
- user {
13453
- id
13454
- }
13455
12459
  createdAt
13456
12460
  updatedAt
13457
12461
  }
13458
12462
  plan
13459
- alpacaAccounts {
13460
- id
13461
- }
13462
12463
  }
13463
12464
  userId
13464
12465
  createdAt
13465
12466
  updatedAt
13466
- trades {
13467
- id
13468
- }
13469
12467
  orders {
13470
12468
  id
13471
12469
  clientOrderId
@@ -13486,9 +12484,6 @@ exports.Trade = {
13486
12484
  createdAt
13487
12485
  updatedAt
13488
12486
  orderId
13489
- Order {
13490
- id
13491
- }
13492
12487
  }
13493
12488
  takeProfit {
13494
12489
  id
@@ -13497,9 +12492,6 @@ exports.Trade = {
13497
12492
  createdAt
13498
12493
  updatedAt
13499
12494
  orderId
13500
- Order {
13501
- id
13502
- }
13503
12495
  }
13504
12496
  trailPrice
13505
12497
  trailPercent
@@ -13511,9 +12503,6 @@ exports.Trade = {
13511
12503
  filledAt
13512
12504
  filledAvgPrice
13513
12505
  actionId
13514
- alpacaAccount {
13515
- id
13516
- }
13517
12506
  action {
13518
12507
  id
13519
12508
  sequence
@@ -13522,15 +12511,6 @@ exports.Trade = {
13522
12511
  note
13523
12512
  status
13524
12513
  fee
13525
- trade {
13526
- id
13527
- }
13528
- order {
13529
- id
13530
- }
13531
- }
13532
- asset {
13533
- id
13534
12514
  }
13535
12515
  fee
13536
12516
  strikePrice
@@ -13539,9 +12519,6 @@ exports.Trade = {
13539
12519
  stopLossId
13540
12520
  takeProfitId
13541
12521
  }
13542
- positions {
13543
- id
13544
- }
13545
12522
  alerts {
13546
12523
  id
13547
12524
  alpacaAccountId
@@ -13550,9 +12527,6 @@ exports.Trade = {
13550
12527
  isRead
13551
12528
  createdAt
13552
12529
  updatedAt
13553
- alpacaAccount {
13554
- id
13555
- }
13556
12530
  }
13557
12531
  }
13558
12532
  alpacaAccountId
@@ -13579,12 +12553,6 @@ exports.Trade = {
13579
12553
  logo
13580
12554
  createdAt
13581
12555
  updatedAt
13582
- assets {
13583
- id
13584
- }
13585
- }
13586
- asset {
13587
- id
13588
12556
  }
13589
12557
  relevancyScore
13590
12558
  sentimentScore
@@ -13599,9 +12567,6 @@ exports.Trade = {
13599
12567
  note
13600
12568
  status
13601
12569
  fee
13602
- trade {
13603
- id
13604
- }
13605
12570
  order {
13606
12571
  id
13607
12572
  clientOrderId
@@ -13622,9 +12587,6 @@ exports.Trade = {
13622
12587
  createdAt
13623
12588
  updatedAt
13624
12589
  orderId
13625
- Order {
13626
- id
13627
- }
13628
12590
  }
13629
12591
  takeProfit {
13630
12592
  id
@@ -13633,9 +12595,6 @@ exports.Trade = {
13633
12595
  createdAt
13634
12596
  updatedAt
13635
12597
  orderId
13636
- Order {
13637
- id
13638
- }
13639
12598
  }
13640
12599
  trailPrice
13641
12600
  trailPercent
@@ -13679,9 +12638,6 @@ exports.Trade = {
13679
12638
  stripeCurrentPeriodEnd
13680
12639
  createdAt
13681
12640
  updatedAt
13682
- users {
13683
- id
13684
- }
13685
12641
  }
13686
12642
  customerId
13687
12643
  accounts {
@@ -13699,18 +12655,12 @@ exports.Trade = {
13699
12655
  session_state
13700
12656
  createdAt
13701
12657
  updatedAt
13702
- user {
13703
- id
13704
- }
13705
12658
  }
13706
12659
  sessions {
13707
12660
  id
13708
12661
  sessionToken
13709
12662
  userId
13710
12663
  expires
13711
- user {
13712
- id
13713
- }
13714
12664
  createdAt
13715
12665
  updatedAt
13716
12666
  }
@@ -13720,26 +12670,14 @@ exports.Trade = {
13720
12670
  credentialID
13721
12671
  publicKey
13722
12672
  counter
13723
- user {
13724
- id
13725
- }
13726
12673
  createdAt
13727
12674
  updatedAt
13728
12675
  }
13729
12676
  plan
13730
- alpacaAccounts {
13731
- id
13732
- }
13733
12677
  }
13734
12678
  userId
13735
12679
  createdAt
13736
12680
  updatedAt
13737
- trades {
13738
- id
13739
- }
13740
- orders {
13741
- id
13742
- }
13743
12681
  positions {
13744
12682
  id
13745
12683
  assetId
@@ -13802,15 +12740,6 @@ exports.Trade = {
13802
12740
  buyPrice
13803
12741
  createdAt
13804
12742
  updatedAt
13805
- trades {
13806
- id
13807
- }
13808
- orders {
13809
- id
13810
- }
13811
- positions {
13812
- id
13813
- }
13814
12743
  newsMentions {
13815
12744
  id
13816
12745
  assetId
@@ -13833,12 +12762,6 @@ exports.Trade = {
13833
12762
  logo
13834
12763
  createdAt
13835
12764
  updatedAt
13836
- assets {
13837
- id
13838
- }
13839
- }
13840
- asset {
13841
- id
13842
12765
  }
13843
12766
  relevancyScore
13844
12767
  sentimentScore
@@ -13858,9 +12781,6 @@ exports.Trade = {
13858
12781
  lastTradePrice
13859
12782
  changeToday
13860
12783
  assetMarginable
13861
- alpacaAccount {
13862
- id
13863
- }
13864
12784
  alpacaAccountId
13865
12785
  }
13866
12786
  alerts {
@@ -13871,14 +12791,8 @@ exports.Trade = {
13871
12791
  isRead
13872
12792
  createdAt
13873
12793
  updatedAt
13874
- alpacaAccount {
13875
- id
13876
- }
13877
12794
  }
13878
12795
  }
13879
- action {
13880
- id
13881
- }
13882
12796
  asset {
13883
12797
  id
13884
12798
  symbol
@@ -13938,18 +12852,9 @@ exports.Trade = {
13938
12852
  buyPrice
13939
12853
  createdAt
13940
12854
  updatedAt
13941
- trades {
13942
- id
13943
- }
13944
- orders {
13945
- id
13946
- }
13947
12855
  positions {
13948
12856
  id
13949
12857
  assetId
13950
- asset {
13951
- id
13952
- }
13953
12858
  averageEntryPrice
13954
12859
  qty
13955
12860
  qtyAvailable
@@ -13995,9 +12900,6 @@ exports.Trade = {
13995
12900
  stripeCurrentPeriodEnd
13996
12901
  createdAt
13997
12902
  updatedAt
13998
- users {
13999
- id
14000
- }
14001
12903
  }
14002
12904
  customerId
14003
12905
  accounts {
@@ -14015,18 +12917,12 @@ exports.Trade = {
14015
12917
  session_state
14016
12918
  createdAt
14017
12919
  updatedAt
14018
- user {
14019
- id
14020
- }
14021
12920
  }
14022
12921
  sessions {
14023
12922
  id
14024
12923
  sessionToken
14025
12924
  userId
14026
12925
  expires
14027
- user {
14028
- id
14029
- }
14030
12926
  createdAt
14031
12927
  updatedAt
14032
12928
  }
@@ -14036,29 +12932,14 @@ exports.Trade = {
14036
12932
  credentialID
14037
12933
  publicKey
14038
12934
  counter
14039
- user {
14040
- id
14041
- }
14042
12935
  createdAt
14043
12936
  updatedAt
14044
12937
  }
14045
12938
  plan
14046
- alpacaAccounts {
14047
- id
14048
- }
14049
12939
  }
14050
12940
  userId
14051
12941
  createdAt
14052
12942
  updatedAt
14053
- trades {
14054
- id
14055
- }
14056
- orders {
14057
- id
14058
- }
14059
- positions {
14060
- id
14061
- }
14062
12943
  alerts {
14063
12944
  id
14064
12945
  alpacaAccountId
@@ -14067,9 +12948,6 @@ exports.Trade = {
14067
12948
  isRead
14068
12949
  createdAt
14069
12950
  updatedAt
14070
- alpacaAccount {
14071
- id
14072
- }
14073
12951
  }
14074
12952
  }
14075
12953
  alpacaAccountId
@@ -14096,12 +12974,6 @@ exports.Trade = {
14096
12974
  logo
14097
12975
  createdAt
14098
12976
  updatedAt
14099
- assets {
14100
- id
14101
- }
14102
- }
14103
- asset {
14104
- id
14105
12977
  }
14106
12978
  relevancyScore
14107
12979
  sentimentScore
@@ -14196,9 +13068,6 @@ exports.Trade = {
14196
13068
  stripeCurrentPeriodEnd
14197
13069
  createdAt
14198
13070
  updatedAt
14199
- users {
14200
- id
14201
- }
14202
13071
  }
14203
13072
  customerId
14204
13073
  accounts {
@@ -14216,18 +13085,12 @@ exports.Trade = {
14216
13085
  session_state
14217
13086
  createdAt
14218
13087
  updatedAt
14219
- user {
14220
- id
14221
- }
14222
13088
  }
14223
13089
  sessions {
14224
13090
  id
14225
13091
  sessionToken
14226
13092
  userId
14227
13093
  expires
14228
- user {
14229
- id
14230
- }
14231
13094
  createdAt
14232
13095
  updatedAt
14233
13096
  }
@@ -14237,23 +13100,14 @@ exports.Trade = {
14237
13100
  credentialID
14238
13101
  publicKey
14239
13102
  counter
14240
- user {
14241
- id
14242
- }
14243
13103
  createdAt
14244
13104
  updatedAt
14245
13105
  }
14246
13106
  plan
14247
- alpacaAccounts {
14248
- id
14249
- }
14250
13107
  }
14251
13108
  userId
14252
13109
  createdAt
14253
13110
  updatedAt
14254
- trades {
14255
- id
14256
- }
14257
13111
  orders {
14258
13112
  id
14259
13113
  clientOrderId
@@ -14274,9 +13128,6 @@ exports.Trade = {
14274
13128
  createdAt
14275
13129
  updatedAt
14276
13130
  orderId
14277
- Order {
14278
- id
14279
- }
14280
13131
  }
14281
13132
  takeProfit {
14282
13133
  id
@@ -14285,9 +13136,6 @@ exports.Trade = {
14285
13136
  createdAt
14286
13137
  updatedAt
14287
13138
  orderId
14288
- Order {
14289
- id
14290
- }
14291
13139
  }
14292
13140
  trailPrice
14293
13141
  trailPercent
@@ -14299,9 +13147,6 @@ exports.Trade = {
14299
13147
  filledAt
14300
13148
  filledAvgPrice
14301
13149
  actionId
14302
- alpacaAccount {
14303
- id
14304
- }
14305
13150
  action {
14306
13151
  id
14307
13152
  sequence
@@ -14310,12 +13155,6 @@ exports.Trade = {
14310
13155
  note
14311
13156
  status
14312
13157
  fee
14313
- trade {
14314
- id
14315
- }
14316
- order {
14317
- id
14318
- }
14319
13158
  }
14320
13159
  asset {
14321
13160
  id
@@ -14376,18 +13215,9 @@ exports.Trade = {
14376
13215
  buyPrice
14377
13216
  createdAt
14378
13217
  updatedAt
14379
- trades {
14380
- id
14381
- }
14382
- orders {
14383
- id
14384
- }
14385
13218
  positions {
14386
13219
  id
14387
13220
  assetId
14388
- asset {
14389
- id
14390
- }
14391
13221
  averageEntryPrice
14392
13222
  qty
14393
13223
  qtyAvailable
@@ -14401,9 +13231,6 @@ exports.Trade = {
14401
13231
  lastTradePrice
14402
13232
  changeToday
14403
13233
  assetMarginable
14404
- alpacaAccount {
14405
- id
14406
- }
14407
13234
  alpacaAccountId
14408
13235
  }
14409
13236
  newsMentions {
@@ -14428,12 +13255,6 @@ exports.Trade = {
14428
13255
  logo
14429
13256
  createdAt
14430
13257
  updatedAt
14431
- assets {
14432
- id
14433
- }
14434
- }
14435
- asset {
14436
- id
14437
13258
  }
14438
13259
  relevancyScore
14439
13260
  sentimentScore
@@ -14509,9 +13330,6 @@ exports.Trade = {
14509
13330
  buyPrice
14510
13331
  createdAt
14511
13332
  updatedAt
14512
- trades {
14513
- id
14514
- }
14515
13333
  orders {
14516
13334
  id
14517
13335
  clientOrderId
@@ -14532,9 +13350,6 @@ exports.Trade = {
14532
13350
  createdAt
14533
13351
  updatedAt
14534
13352
  orderId
14535
- Order {
14536
- id
14537
- }
14538
13353
  }
14539
13354
  takeProfit {
14540
13355
  id
@@ -14543,9 +13358,6 @@ exports.Trade = {
14543
13358
  createdAt
14544
13359
  updatedAt
14545
13360
  orderId
14546
- Order {
14547
- id
14548
- }
14549
13361
  }
14550
13362
  trailPrice
14551
13363
  trailPercent
@@ -14557,9 +13369,6 @@ exports.Trade = {
14557
13369
  filledAt
14558
13370
  filledAvgPrice
14559
13371
  actionId
14560
- alpacaAccount {
14561
- id
14562
- }
14563
13372
  action {
14564
13373
  id
14565
13374
  sequence
@@ -14568,15 +13377,6 @@ exports.Trade = {
14568
13377
  note
14569
13378
  status
14570
13379
  fee
14571
- trade {
14572
- id
14573
- }
14574
- order {
14575
- id
14576
- }
14577
- }
14578
- asset {
14579
- id
14580
13380
  }
14581
13381
  fee
14582
13382
  strikePrice
@@ -14585,9 +13385,6 @@ exports.Trade = {
14585
13385
  stopLossId
14586
13386
  takeProfitId
14587
13387
  }
14588
- positions {
14589
- id
14590
- }
14591
13388
  newsMentions {
14592
13389
  id
14593
13390
  assetId
@@ -14610,12 +13407,6 @@ exports.Trade = {
14610
13407
  logo
14611
13408
  createdAt
14612
13409
  updatedAt
14613
- assets {
14614
- id
14615
- }
14616
- }
14617
- asset {
14618
- id
14619
13410
  }
14620
13411
  relevancyScore
14621
13412
  sentimentScore
@@ -14635,9 +13426,6 @@ exports.Trade = {
14635
13426
  lastTradePrice
14636
13427
  changeToday
14637
13428
  assetMarginable
14638
- alpacaAccount {
14639
- id
14640
- }
14641
13429
  alpacaAccountId
14642
13430
  }
14643
13431
  alerts {
@@ -14648,9 +13436,6 @@ exports.Trade = {
14648
13436
  isRead
14649
13437
  createdAt
14650
13438
  updatedAt
14651
- alpacaAccount {
14652
- id
14653
- }
14654
13439
  }
14655
13440
  }
14656
13441
  asset {
@@ -14712,9 +13497,6 @@ exports.Trade = {
14712
13497
  buyPrice
14713
13498
  createdAt
14714
13499
  updatedAt
14715
- trades {
14716
- id
14717
- }
14718
13500
  orders {
14719
13501
  id
14720
13502
  clientOrderId
@@ -14735,9 +13517,6 @@ exports.Trade = {
14735
13517
  createdAt
14736
13518
  updatedAt
14737
13519
  orderId
14738
- Order {
14739
- id
14740
- }
14741
13520
  }
14742
13521
  takeProfit {
14743
13522
  id
@@ -14746,9 +13525,6 @@ exports.Trade = {
14746
13525
  createdAt
14747
13526
  updatedAt
14748
13527
  orderId
14749
- Order {
14750
- id
14751
- }
14752
13528
  }
14753
13529
  trailPrice
14754
13530
  trailPercent
@@ -14792,9 +13568,6 @@ exports.Trade = {
14792
13568
  stripeCurrentPeriodEnd
14793
13569
  createdAt
14794
13570
  updatedAt
14795
- users {
14796
- id
14797
- }
14798
13571
  }
14799
13572
  customerId
14800
13573
  accounts {
@@ -14812,18 +13585,12 @@ exports.Trade = {
14812
13585
  session_state
14813
13586
  createdAt
14814
13587
  updatedAt
14815
- user {
14816
- id
14817
- }
14818
13588
  }
14819
13589
  sessions {
14820
13590
  id
14821
13591
  sessionToken
14822
13592
  userId
14823
13593
  expires
14824
- user {
14825
- id
14826
- }
14827
13594
  createdAt
14828
13595
  updatedAt
14829
13596
  }
@@ -14833,32 +13600,17 @@ exports.Trade = {
14833
13600
  credentialID
14834
13601
  publicKey
14835
13602
  counter
14836
- user {
14837
- id
14838
- }
14839
13603
  createdAt
14840
13604
  updatedAt
14841
13605
  }
14842
13606
  plan
14843
- alpacaAccounts {
14844
- id
14845
- }
14846
13607
  }
14847
13608
  userId
14848
13609
  createdAt
14849
13610
  updatedAt
14850
- trades {
14851
- id
14852
- }
14853
- orders {
14854
- id
14855
- }
14856
13611
  positions {
14857
13612
  id
14858
13613
  assetId
14859
- asset {
14860
- id
14861
- }
14862
13614
  averageEntryPrice
14863
13615
  qty
14864
13616
  qtyAvailable
@@ -14872,9 +13624,6 @@ exports.Trade = {
14872
13624
  lastTradePrice
14873
13625
  changeToday
14874
13626
  assetMarginable
14875
- alpacaAccount {
14876
- id
14877
- }
14878
13627
  alpacaAccountId
14879
13628
  }
14880
13629
  alerts {
@@ -14885,9 +13634,6 @@ exports.Trade = {
14885
13634
  isRead
14886
13635
  createdAt
14887
13636
  updatedAt
14888
- alpacaAccount {
14889
- id
14890
- }
14891
13637
  }
14892
13638
  }
14893
13639
  action {
@@ -14898,15 +13644,6 @@ exports.Trade = {
14898
13644
  note
14899
13645
  status
14900
13646
  fee
14901
- trade {
14902
- id
14903
- }
14904
- order {
14905
- id
14906
- }
14907
- }
14908
- asset {
14909
- id
14910
13647
  }
14911
13648
  fee
14912
13649
  strikePrice
@@ -14918,9 +13655,6 @@ exports.Trade = {
14918
13655
  positions {
14919
13656
  id
14920
13657
  assetId
14921
- asset {
14922
- id
14923
- }
14924
13658
  averageEntryPrice
14925
13659
  qty
14926
13660
  qtyAvailable
@@ -14966,9 +13700,6 @@ exports.Trade = {
14966
13700
  stripeCurrentPeriodEnd
14967
13701
  createdAt
14968
13702
  updatedAt
14969
- users {
14970
- id
14971
- }
14972
13703
  }
14973
13704
  customerId
14974
13705
  accounts {
@@ -14986,18 +13717,12 @@ exports.Trade = {
14986
13717
  session_state
14987
13718
  createdAt
14988
13719
  updatedAt
14989
- user {
14990
- id
14991
- }
14992
13720
  }
14993
13721
  sessions {
14994
13722
  id
14995
13723
  sessionToken
14996
13724
  userId
14997
13725
  expires
14998
- user {
14999
- id
15000
- }
15001
13726
  createdAt
15002
13727
  updatedAt
15003
13728
  }
@@ -15007,23 +13732,14 @@ exports.Trade = {
15007
13732
  credentialID
15008
13733
  publicKey
15009
13734
  counter
15010
- user {
15011
- id
15012
- }
15013
13735
  createdAt
15014
13736
  updatedAt
15015
13737
  }
15016
13738
  plan
15017
- alpacaAccounts {
15018
- id
15019
- }
15020
13739
  }
15021
13740
  userId
15022
13741
  createdAt
15023
13742
  updatedAt
15024
- trades {
15025
- id
15026
- }
15027
13743
  orders {
15028
13744
  id
15029
13745
  clientOrderId
@@ -15044,9 +13760,6 @@ exports.Trade = {
15044
13760
  createdAt
15045
13761
  updatedAt
15046
13762
  orderId
15047
- Order {
15048
- id
15049
- }
15050
13763
  }
15051
13764
  takeProfit {
15052
13765
  id
@@ -15055,9 +13768,6 @@ exports.Trade = {
15055
13768
  createdAt
15056
13769
  updatedAt
15057
13770
  orderId
15058
- Order {
15059
- id
15060
- }
15061
13771
  }
15062
13772
  trailPrice
15063
13773
  trailPercent
@@ -15069,9 +13779,6 @@ exports.Trade = {
15069
13779
  filledAt
15070
13780
  filledAvgPrice
15071
13781
  actionId
15072
- alpacaAccount {
15073
- id
15074
- }
15075
13782
  action {
15076
13783
  id
15077
13784
  sequence
@@ -15080,15 +13787,6 @@ exports.Trade = {
15080
13787
  note
15081
13788
  status
15082
13789
  fee
15083
- trade {
15084
- id
15085
- }
15086
- order {
15087
- id
15088
- }
15089
- }
15090
- asset {
15091
- id
15092
13790
  }
15093
13791
  fee
15094
13792
  strikePrice
@@ -15097,9 +13795,6 @@ exports.Trade = {
15097
13795
  stopLossId
15098
13796
  takeProfitId
15099
13797
  }
15100
- positions {
15101
- id
15102
- }
15103
13798
  alerts {
15104
13799
  id
15105
13800
  alpacaAccountId
@@ -15108,9 +13803,6 @@ exports.Trade = {
15108
13803
  isRead
15109
13804
  createdAt
15110
13805
  updatedAt
15111
- alpacaAccount {
15112
- id
15113
- }
15114
13806
  }
15115
13807
  }
15116
13808
  alpacaAccountId
@@ -15137,12 +13829,6 @@ exports.Trade = {
15137
13829
  logo
15138
13830
  createdAt
15139
13831
  updatedAt
15140
- assets {
15141
- id
15142
- }
15143
- }
15144
- asset {
15145
- id
15146
13832
  }
15147
13833
  relevancyScore
15148
13834
  sentimentScore
@@ -15157,9 +13843,6 @@ exports.Trade = {
15157
13843
  note
15158
13844
  status
15159
13845
  fee
15160
- trade {
15161
- id
15162
- }
15163
13846
  order {
15164
13847
  id
15165
13848
  clientOrderId
@@ -15180,9 +13863,6 @@ exports.Trade = {
15180
13863
  createdAt
15181
13864
  updatedAt
15182
13865
  orderId
15183
- Order {
15184
- id
15185
- }
15186
13866
  }
15187
13867
  takeProfit {
15188
13868
  id
@@ -15191,9 +13871,6 @@ exports.Trade = {
15191
13871
  createdAt
15192
13872
  updatedAt
15193
13873
  orderId
15194
- Order {
15195
- id
15196
- }
15197
13874
  }
15198
13875
  trailPrice
15199
13876
  trailPercent
@@ -15237,9 +13914,6 @@ exports.Trade = {
15237
13914
  stripeCurrentPeriodEnd
15238
13915
  createdAt
15239
13916
  updatedAt
15240
- users {
15241
- id
15242
- }
15243
13917
  }
15244
13918
  customerId
15245
13919
  accounts {
@@ -15257,18 +13931,12 @@ exports.Trade = {
15257
13931
  session_state
15258
13932
  createdAt
15259
13933
  updatedAt
15260
- user {
15261
- id
15262
- }
15263
13934
  }
15264
13935
  sessions {
15265
13936
  id
15266
13937
  sessionToken
15267
13938
  userId
15268
13939
  expires
15269
- user {
15270
- id
15271
- }
15272
13940
  createdAt
15273
13941
  updatedAt
15274
13942
  }
@@ -15278,26 +13946,14 @@ exports.Trade = {
15278
13946
  credentialID
15279
13947
  publicKey
15280
13948
  counter
15281
- user {
15282
- id
15283
- }
15284
13949
  createdAt
15285
13950
  updatedAt
15286
13951
  }
15287
13952
  plan
15288
- alpacaAccounts {
15289
- id
15290
- }
15291
13953
  }
15292
13954
  userId
15293
13955
  createdAt
15294
13956
  updatedAt
15295
- trades {
15296
- id
15297
- }
15298
- orders {
15299
- id
15300
- }
15301
13957
  positions {
15302
13958
  id
15303
13959
  assetId
@@ -15360,15 +14016,6 @@ exports.Trade = {
15360
14016
  buyPrice
15361
14017
  createdAt
15362
14018
  updatedAt
15363
- trades {
15364
- id
15365
- }
15366
- orders {
15367
- id
15368
- }
15369
- positions {
15370
- id
15371
- }
15372
14019
  newsMentions {
15373
14020
  id
15374
14021
  assetId
@@ -15391,12 +14038,6 @@ exports.Trade = {
15391
14038
  logo
15392
14039
  createdAt
15393
14040
  updatedAt
15394
- assets {
15395
- id
15396
- }
15397
- }
15398
- asset {
15399
- id
15400
14041
  }
15401
14042
  relevancyScore
15402
14043
  sentimentScore
@@ -15415,10 +14056,7 @@ exports.Trade = {
15415
14056
  currentPrice
15416
14057
  lastTradePrice
15417
14058
  changeToday
15418
- assetMarginable
15419
- alpacaAccount {
15420
- id
15421
- }
14059
+ assetMarginable
15422
14060
  alpacaAccountId
15423
14061
  }
15424
14062
  alerts {
@@ -15429,14 +14067,8 @@ exports.Trade = {
15429
14067
  isRead
15430
14068
  createdAt
15431
14069
  updatedAt
15432
- alpacaAccount {
15433
- id
15434
- }
15435
14070
  }
15436
14071
  }
15437
- action {
15438
- id
15439
- }
15440
14072
  asset {
15441
14073
  id
15442
14074
  symbol
@@ -15496,18 +14128,9 @@ exports.Trade = {
15496
14128
  buyPrice
15497
14129
  createdAt
15498
14130
  updatedAt
15499
- trades {
15500
- id
15501
- }
15502
- orders {
15503
- id
15504
- }
15505
14131
  positions {
15506
14132
  id
15507
14133
  assetId
15508
- asset {
15509
- id
15510
- }
15511
14134
  averageEntryPrice
15512
14135
  qty
15513
14136
  qtyAvailable
@@ -15553,9 +14176,6 @@ exports.Trade = {
15553
14176
  stripeCurrentPeriodEnd
15554
14177
  createdAt
15555
14178
  updatedAt
15556
- users {
15557
- id
15558
- }
15559
14179
  }
15560
14180
  customerId
15561
14181
  accounts {
@@ -15573,18 +14193,12 @@ exports.Trade = {
15573
14193
  session_state
15574
14194
  createdAt
15575
14195
  updatedAt
15576
- user {
15577
- id
15578
- }
15579
14196
  }
15580
14197
  sessions {
15581
14198
  id
15582
14199
  sessionToken
15583
14200
  userId
15584
14201
  expires
15585
- user {
15586
- id
15587
- }
15588
14202
  createdAt
15589
14203
  updatedAt
15590
14204
  }
@@ -15594,29 +14208,14 @@ exports.Trade = {
15594
14208
  credentialID
15595
14209
  publicKey
15596
14210
  counter
15597
- user {
15598
- id
15599
- }
15600
14211
  createdAt
15601
14212
  updatedAt
15602
14213
  }
15603
14214
  plan
15604
- alpacaAccounts {
15605
- id
15606
- }
15607
14215
  }
15608
14216
  userId
15609
14217
  createdAt
15610
14218
  updatedAt
15611
- trades {
15612
- id
15613
- }
15614
- orders {
15615
- id
15616
- }
15617
- positions {
15618
- id
15619
- }
15620
14219
  alerts {
15621
14220
  id
15622
14221
  alpacaAccountId
@@ -15625,9 +14224,6 @@ exports.Trade = {
15625
14224
  isRead
15626
14225
  createdAt
15627
14226
  updatedAt
15628
- alpacaAccount {
15629
- id
15630
- }
15631
14227
  }
15632
14228
  }
15633
14229
  alpacaAccountId
@@ -15654,12 +14250,6 @@ exports.Trade = {
15654
14250
  logo
15655
14251
  createdAt
15656
14252
  updatedAt
15657
- assets {
15658
- id
15659
- }
15660
- }
15661
- asset {
15662
- id
15663
14253
  }
15664
14254
  relevancyScore
15665
14255
  sentimentScore
@@ -15748,9 +14338,6 @@ exports.Trade = {
15748
14338
  stripeCurrentPeriodEnd
15749
14339
  createdAt
15750
14340
  updatedAt
15751
- users {
15752
- id
15753
- }
15754
14341
  }
15755
14342
  customerId
15756
14343
  accounts {
@@ -15768,18 +14355,12 @@ exports.Trade = {
15768
14355
  session_state
15769
14356
  createdAt
15770
14357
  updatedAt
15771
- user {
15772
- id
15773
- }
15774
14358
  }
15775
14359
  sessions {
15776
14360
  id
15777
14361
  sessionToken
15778
14362
  userId
15779
14363
  expires
15780
- user {
15781
- id
15782
- }
15783
14364
  createdAt
15784
14365
  updatedAt
15785
14366
  }
@@ -15789,23 +14370,14 @@ exports.Trade = {
15789
14370
  credentialID
15790
14371
  publicKey
15791
14372
  counter
15792
- user {
15793
- id
15794
- }
15795
14373
  createdAt
15796
14374
  updatedAt
15797
14375
  }
15798
14376
  plan
15799
- alpacaAccounts {
15800
- id
15801
- }
15802
14377
  }
15803
14378
  userId
15804
14379
  createdAt
15805
14380
  updatedAt
15806
- trades {
15807
- id
15808
- }
15809
14381
  orders {
15810
14382
  id
15811
14383
  clientOrderId
@@ -15826,9 +14398,6 @@ exports.Trade = {
15826
14398
  createdAt
15827
14399
  updatedAt
15828
14400
  orderId
15829
- Order {
15830
- id
15831
- }
15832
14401
  }
15833
14402
  takeProfit {
15834
14403
  id
@@ -15837,9 +14406,6 @@ exports.Trade = {
15837
14406
  createdAt
15838
14407
  updatedAt
15839
14408
  orderId
15840
- Order {
15841
- id
15842
- }
15843
14409
  }
15844
14410
  trailPrice
15845
14411
  trailPercent
@@ -15851,9 +14417,6 @@ exports.Trade = {
15851
14417
  filledAt
15852
14418
  filledAvgPrice
15853
14419
  actionId
15854
- alpacaAccount {
15855
- id
15856
- }
15857
14420
  action {
15858
14421
  id
15859
14422
  sequence
@@ -15862,12 +14425,6 @@ exports.Trade = {
15862
14425
  note
15863
14426
  status
15864
14427
  fee
15865
- trade {
15866
- id
15867
- }
15868
- order {
15869
- id
15870
- }
15871
14428
  }
15872
14429
  asset {
15873
14430
  id
@@ -15928,18 +14485,9 @@ exports.Trade = {
15928
14485
  buyPrice
15929
14486
  createdAt
15930
14487
  updatedAt
15931
- trades {
15932
- id
15933
- }
15934
- orders {
15935
- id
15936
- }
15937
14488
  positions {
15938
14489
  id
15939
14490
  assetId
15940
- asset {
15941
- id
15942
- }
15943
14491
  averageEntryPrice
15944
14492
  qty
15945
14493
  qtyAvailable
@@ -15953,9 +14501,6 @@ exports.Trade = {
15953
14501
  lastTradePrice
15954
14502
  changeToday
15955
14503
  assetMarginable
15956
- alpacaAccount {
15957
- id
15958
- }
15959
14504
  alpacaAccountId
15960
14505
  }
15961
14506
  newsMentions {
@@ -15980,12 +14525,6 @@ exports.Trade = {
15980
14525
  logo
15981
14526
  createdAt
15982
14527
  updatedAt
15983
- assets {
15984
- id
15985
- }
15986
- }
15987
- asset {
15988
- id
15989
14528
  }
15990
14529
  relevancyScore
15991
14530
  sentimentScore
@@ -16061,9 +14600,6 @@ exports.Trade = {
16061
14600
  buyPrice
16062
14601
  createdAt
16063
14602
  updatedAt
16064
- trades {
16065
- id
16066
- }
16067
14603
  orders {
16068
14604
  id
16069
14605
  clientOrderId
@@ -16084,9 +14620,6 @@ exports.Trade = {
16084
14620
  createdAt
16085
14621
  updatedAt
16086
14622
  orderId
16087
- Order {
16088
- id
16089
- }
16090
14623
  }
16091
14624
  takeProfit {
16092
14625
  id
@@ -16095,9 +14628,6 @@ exports.Trade = {
16095
14628
  createdAt
16096
14629
  updatedAt
16097
14630
  orderId
16098
- Order {
16099
- id
16100
- }
16101
14631
  }
16102
14632
  trailPrice
16103
14633
  trailPercent
@@ -16109,9 +14639,6 @@ exports.Trade = {
16109
14639
  filledAt
16110
14640
  filledAvgPrice
16111
14641
  actionId
16112
- alpacaAccount {
16113
- id
16114
- }
16115
14642
  action {
16116
14643
  id
16117
14644
  sequence
@@ -16120,15 +14647,6 @@ exports.Trade = {
16120
14647
  note
16121
14648
  status
16122
14649
  fee
16123
- trade {
16124
- id
16125
- }
16126
- order {
16127
- id
16128
- }
16129
- }
16130
- asset {
16131
- id
16132
14650
  }
16133
14651
  fee
16134
14652
  strikePrice
@@ -16137,9 +14655,6 @@ exports.Trade = {
16137
14655
  stopLossId
16138
14656
  takeProfitId
16139
14657
  }
16140
- positions {
16141
- id
16142
- }
16143
14658
  newsMentions {
16144
14659
  id
16145
14660
  assetId
@@ -16162,12 +14677,6 @@ exports.Trade = {
16162
14677
  logo
16163
14678
  createdAt
16164
14679
  updatedAt
16165
- assets {
16166
- id
16167
- }
16168
- }
16169
- asset {
16170
- id
16171
14680
  }
16172
14681
  relevancyScore
16173
14682
  sentimentScore
@@ -16187,9 +14696,6 @@ exports.Trade = {
16187
14696
  lastTradePrice
16188
14697
  changeToday
16189
14698
  assetMarginable
16190
- alpacaAccount {
16191
- id
16192
- }
16193
14699
  alpacaAccountId
16194
14700
  }
16195
14701
  alerts {
@@ -16200,9 +14706,6 @@ exports.Trade = {
16200
14706
  isRead
16201
14707
  createdAt
16202
14708
  updatedAt
16203
- alpacaAccount {
16204
- id
16205
- }
16206
14709
  }
16207
14710
  }
16208
14711
  asset {
@@ -16264,9 +14767,6 @@ exports.Trade = {
16264
14767
  buyPrice
16265
14768
  createdAt
16266
14769
  updatedAt
16267
- trades {
16268
- id
16269
- }
16270
14770
  orders {
16271
14771
  id
16272
14772
  clientOrderId
@@ -16287,9 +14787,6 @@ exports.Trade = {
16287
14787
  createdAt
16288
14788
  updatedAt
16289
14789
  orderId
16290
- Order {
16291
- id
16292
- }
16293
14790
  }
16294
14791
  takeProfit {
16295
14792
  id
@@ -16298,9 +14795,6 @@ exports.Trade = {
16298
14795
  createdAt
16299
14796
  updatedAt
16300
14797
  orderId
16301
- Order {
16302
- id
16303
- }
16304
14798
  }
16305
14799
  trailPrice
16306
14800
  trailPercent
@@ -16344,9 +14838,6 @@ exports.Trade = {
16344
14838
  stripeCurrentPeriodEnd
16345
14839
  createdAt
16346
14840
  updatedAt
16347
- users {
16348
- id
16349
- }
16350
14841
  }
16351
14842
  customerId
16352
14843
  accounts {
@@ -16364,18 +14855,12 @@ exports.Trade = {
16364
14855
  session_state
16365
14856
  createdAt
16366
14857
  updatedAt
16367
- user {
16368
- id
16369
- }
16370
14858
  }
16371
14859
  sessions {
16372
14860
  id
16373
14861
  sessionToken
16374
14862
  userId
16375
14863
  expires
16376
- user {
16377
- id
16378
- }
16379
14864
  createdAt
16380
14865
  updatedAt
16381
14866
  }
@@ -16385,32 +14870,17 @@ exports.Trade = {
16385
14870
  credentialID
16386
14871
  publicKey
16387
14872
  counter
16388
- user {
16389
- id
16390
- }
16391
14873
  createdAt
16392
14874
  updatedAt
16393
14875
  }
16394
14876
  plan
16395
- alpacaAccounts {
16396
- id
16397
- }
16398
14877
  }
16399
14878
  userId
16400
14879
  createdAt
16401
14880
  updatedAt
16402
- trades {
16403
- id
16404
- }
16405
- orders {
16406
- id
16407
- }
16408
14881
  positions {
16409
14882
  id
16410
14883
  assetId
16411
- asset {
16412
- id
16413
- }
16414
14884
  averageEntryPrice
16415
14885
  qty
16416
14886
  qtyAvailable
@@ -16424,9 +14894,6 @@ exports.Trade = {
16424
14894
  lastTradePrice
16425
14895
  changeToday
16426
14896
  assetMarginable
16427
- alpacaAccount {
16428
- id
16429
- }
16430
14897
  alpacaAccountId
16431
14898
  }
16432
14899
  alerts {
@@ -16437,9 +14904,6 @@ exports.Trade = {
16437
14904
  isRead
16438
14905
  createdAt
16439
14906
  updatedAt
16440
- alpacaAccount {
16441
- id
16442
- }
16443
14907
  }
16444
14908
  }
16445
14909
  action {
@@ -16450,15 +14914,6 @@ exports.Trade = {
16450
14914
  note
16451
14915
  status
16452
14916
  fee
16453
- trade {
16454
- id
16455
- }
16456
- order {
16457
- id
16458
- }
16459
- }
16460
- asset {
16461
- id
16462
14917
  }
16463
14918
  fee
16464
14919
  strikePrice
@@ -16470,9 +14925,6 @@ exports.Trade = {
16470
14925
  positions {
16471
14926
  id
16472
14927
  assetId
16473
- asset {
16474
- id
16475
- }
16476
14928
  averageEntryPrice
16477
14929
  qty
16478
14930
  qtyAvailable
@@ -16518,9 +14970,6 @@ exports.Trade = {
16518
14970
  stripeCurrentPeriodEnd
16519
14971
  createdAt
16520
14972
  updatedAt
16521
- users {
16522
- id
16523
- }
16524
14973
  }
16525
14974
  customerId
16526
14975
  accounts {
@@ -16538,18 +14987,12 @@ exports.Trade = {
16538
14987
  session_state
16539
14988
  createdAt
16540
14989
  updatedAt
16541
- user {
16542
- id
16543
- }
16544
14990
  }
16545
14991
  sessions {
16546
14992
  id
16547
14993
  sessionToken
16548
14994
  userId
16549
14995
  expires
16550
- user {
16551
- id
16552
- }
16553
14996
  createdAt
16554
14997
  updatedAt
16555
14998
  }
@@ -16559,23 +15002,14 @@ exports.Trade = {
16559
15002
  credentialID
16560
15003
  publicKey
16561
15004
  counter
16562
- user {
16563
- id
16564
- }
16565
15005
  createdAt
16566
15006
  updatedAt
16567
15007
  }
16568
15008
  plan
16569
- alpacaAccounts {
16570
- id
16571
- }
16572
15009
  }
16573
15010
  userId
16574
15011
  createdAt
16575
15012
  updatedAt
16576
- trades {
16577
- id
16578
- }
16579
15013
  orders {
16580
15014
  id
16581
15015
  clientOrderId
@@ -16596,9 +15030,6 @@ exports.Trade = {
16596
15030
  createdAt
16597
15031
  updatedAt
16598
15032
  orderId
16599
- Order {
16600
- id
16601
- }
16602
15033
  }
16603
15034
  takeProfit {
16604
15035
  id
@@ -16607,9 +15038,6 @@ exports.Trade = {
16607
15038
  createdAt
16608
15039
  updatedAt
16609
15040
  orderId
16610
- Order {
16611
- id
16612
- }
16613
15041
  }
16614
15042
  trailPrice
16615
15043
  trailPercent
@@ -16621,9 +15049,6 @@ exports.Trade = {
16621
15049
  filledAt
16622
15050
  filledAvgPrice
16623
15051
  actionId
16624
- alpacaAccount {
16625
- id
16626
- }
16627
15052
  action {
16628
15053
  id
16629
15054
  sequence
@@ -16632,15 +15057,6 @@ exports.Trade = {
16632
15057
  note
16633
15058
  status
16634
15059
  fee
16635
- trade {
16636
- id
16637
- }
16638
- order {
16639
- id
16640
- }
16641
- }
16642
- asset {
16643
- id
16644
15060
  }
16645
15061
  fee
16646
15062
  strikePrice
@@ -16649,9 +15065,6 @@ exports.Trade = {
16649
15065
  stopLossId
16650
15066
  takeProfitId
16651
15067
  }
16652
- positions {
16653
- id
16654
- }
16655
15068
  alerts {
16656
15069
  id
16657
15070
  alpacaAccountId
@@ -16660,9 +15073,6 @@ exports.Trade = {
16660
15073
  isRead
16661
15074
  createdAt
16662
15075
  updatedAt
16663
- alpacaAccount {
16664
- id
16665
- }
16666
15076
  }
16667
15077
  }
16668
15078
  alpacaAccountId
@@ -16689,12 +15099,6 @@ exports.Trade = {
16689
15099
  logo
16690
15100
  createdAt
16691
15101
  updatedAt
16692
- assets {
16693
- id
16694
- }
16695
- }
16696
- asset {
16697
- id
16698
15102
  }
16699
15103
  relevancyScore
16700
15104
  sentimentScore
@@ -16709,9 +15113,6 @@ exports.Trade = {
16709
15113
  note
16710
15114
  status
16711
15115
  fee
16712
- trade {
16713
- id
16714
- }
16715
15116
  order {
16716
15117
  id
16717
15118
  clientOrderId
@@ -16732,9 +15133,6 @@ exports.Trade = {
16732
15133
  createdAt
16733
15134
  updatedAt
16734
15135
  orderId
16735
- Order {
16736
- id
16737
- }
16738
15136
  }
16739
15137
  takeProfit {
16740
15138
  id
@@ -16743,9 +15141,6 @@ exports.Trade = {
16743
15141
  createdAt
16744
15142
  updatedAt
16745
15143
  orderId
16746
- Order {
16747
- id
16748
- }
16749
15144
  }
16750
15145
  trailPrice
16751
15146
  trailPercent
@@ -16789,9 +15184,6 @@ exports.Trade = {
16789
15184
  stripeCurrentPeriodEnd
16790
15185
  createdAt
16791
15186
  updatedAt
16792
- users {
16793
- id
16794
- }
16795
15187
  }
16796
15188
  customerId
16797
15189
  accounts {
@@ -16809,18 +15201,12 @@ exports.Trade = {
16809
15201
  session_state
16810
15202
  createdAt
16811
15203
  updatedAt
16812
- user {
16813
- id
16814
- }
16815
15204
  }
16816
15205
  sessions {
16817
15206
  id
16818
15207
  sessionToken
16819
15208
  userId
16820
15209
  expires
16821
- user {
16822
- id
16823
- }
16824
15210
  createdAt
16825
15211
  updatedAt
16826
15212
  }
@@ -16830,26 +15216,14 @@ exports.Trade = {
16830
15216
  credentialID
16831
15217
  publicKey
16832
15218
  counter
16833
- user {
16834
- id
16835
- }
16836
15219
  createdAt
16837
15220
  updatedAt
16838
15221
  }
16839
15222
  plan
16840
- alpacaAccounts {
16841
- id
16842
- }
16843
15223
  }
16844
15224
  userId
16845
15225
  createdAt
16846
15226
  updatedAt
16847
- trades {
16848
- id
16849
- }
16850
- orders {
16851
- id
16852
- }
16853
15227
  positions {
16854
15228
  id
16855
15229
  assetId
@@ -16912,15 +15286,6 @@ exports.Trade = {
16912
15286
  buyPrice
16913
15287
  createdAt
16914
15288
  updatedAt
16915
- trades {
16916
- id
16917
- }
16918
- orders {
16919
- id
16920
- }
16921
- positions {
16922
- id
16923
- }
16924
15289
  newsMentions {
16925
15290
  id
16926
15291
  assetId
@@ -16943,12 +15308,6 @@ exports.Trade = {
16943
15308
  logo
16944
15309
  createdAt
16945
15310
  updatedAt
16946
- assets {
16947
- id
16948
- }
16949
- }
16950
- asset {
16951
- id
16952
15311
  }
16953
15312
  relevancyScore
16954
15313
  sentimentScore
@@ -16968,9 +15327,6 @@ exports.Trade = {
16968
15327
  lastTradePrice
16969
15328
  changeToday
16970
15329
  assetMarginable
16971
- alpacaAccount {
16972
- id
16973
- }
16974
15330
  alpacaAccountId
16975
15331
  }
16976
15332
  alerts {
@@ -16981,14 +15337,8 @@ exports.Trade = {
16981
15337
  isRead
16982
15338
  createdAt
16983
15339
  updatedAt
16984
- alpacaAccount {
16985
- id
16986
- }
16987
15340
  }
16988
15341
  }
16989
- action {
16990
- id
16991
- }
16992
15342
  asset {
16993
15343
  id
16994
15344
  symbol
@@ -17048,18 +15398,9 @@ exports.Trade = {
17048
15398
  buyPrice
17049
15399
  createdAt
17050
15400
  updatedAt
17051
- trades {
17052
- id
17053
- }
17054
- orders {
17055
- id
17056
- }
17057
15401
  positions {
17058
15402
  id
17059
15403
  assetId
17060
- asset {
17061
- id
17062
- }
17063
15404
  averageEntryPrice
17064
15405
  qty
17065
15406
  qtyAvailable
@@ -17105,9 +15446,6 @@ exports.Trade = {
17105
15446
  stripeCurrentPeriodEnd
17106
15447
  createdAt
17107
15448
  updatedAt
17108
- users {
17109
- id
17110
- }
17111
15449
  }
17112
15450
  customerId
17113
15451
  accounts {
@@ -17125,18 +15463,12 @@ exports.Trade = {
17125
15463
  session_state
17126
15464
  createdAt
17127
15465
  updatedAt
17128
- user {
17129
- id
17130
- }
17131
15466
  }
17132
15467
  sessions {
17133
15468
  id
17134
15469
  sessionToken
17135
15470
  userId
17136
15471
  expires
17137
- user {
17138
- id
17139
- }
17140
15472
  createdAt
17141
15473
  updatedAt
17142
15474
  }
@@ -17146,29 +15478,14 @@ exports.Trade = {
17146
15478
  credentialID
17147
15479
  publicKey
17148
15480
  counter
17149
- user {
17150
- id
17151
- }
17152
15481
  createdAt
17153
15482
  updatedAt
17154
15483
  }
17155
15484
  plan
17156
- alpacaAccounts {
17157
- id
17158
- }
17159
15485
  }
17160
15486
  userId
17161
15487
  createdAt
17162
15488
  updatedAt
17163
- trades {
17164
- id
17165
- }
17166
- orders {
17167
- id
17168
- }
17169
- positions {
17170
- id
17171
- }
17172
15489
  alerts {
17173
15490
  id
17174
15491
  alpacaAccountId
@@ -17177,9 +15494,6 @@ exports.Trade = {
17177
15494
  isRead
17178
15495
  createdAt
17179
15496
  updatedAt
17180
- alpacaAccount {
17181
- id
17182
- }
17183
15497
  }
17184
15498
  }
17185
15499
  alpacaAccountId
@@ -17206,12 +15520,6 @@ exports.Trade = {
17206
15520
  logo
17207
15521
  createdAt
17208
15522
  updatedAt
17209
- assets {
17210
- id
17211
- }
17212
- }
17213
- asset {
17214
- id
17215
15523
  }
17216
15524
  relevancyScore
17217
15525
  sentimentScore