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
@@ -38,9 +38,6 @@ export const Customer = {
38
38
  bio
39
39
  jobTitle
40
40
  currentAccount
41
- customer {
42
- id
43
- }
44
41
  customerId
45
42
  accounts {
46
43
  id
@@ -57,18 +54,12 @@ export const Customer = {
57
54
  session_state
58
55
  createdAt
59
56
  updatedAt
60
- user {
61
- id
62
- }
63
57
  }
64
58
  sessions {
65
59
  id
66
60
  sessionToken
67
61
  userId
68
62
  expires
69
- user {
70
- id
71
- }
72
63
  createdAt
73
64
  updatedAt
74
65
  }
@@ -78,9 +69,6 @@ export const Customer = {
78
69
  credentialID
79
70
  publicKey
80
71
  counter
81
- user {
82
- id
83
- }
84
72
  createdAt
85
73
  updatedAt
86
74
  }
@@ -94,9 +82,6 @@ export const Customer = {
94
82
  marketOpen
95
83
  minOrderSize
96
84
  maxOrderSize
97
- user {
98
- id
99
- }
100
85
  userId
101
86
  createdAt
102
87
  updatedAt
@@ -115,9 +100,6 @@ export const Customer = {
115
100
  createdAt
116
101
  updatedAt
117
102
  status
118
- alpacaAccount {
119
- id
120
- }
121
103
  asset {
122
104
  id
123
105
  symbol
@@ -177,9 +159,6 @@ export const Customer = {
177
159
  buyPrice
178
160
  createdAt
179
161
  updatedAt
180
- trades {
181
- id
182
- }
183
162
  orders {
184
163
  id
185
164
  clientOrderId
@@ -200,9 +179,6 @@ export const Customer = {
200
179
  createdAt
201
180
  updatedAt
202
181
  orderId
203
- Order {
204
- id
205
- }
206
182
  }
207
183
  takeProfit {
208
184
  id
@@ -211,9 +187,6 @@ export const Customer = {
211
187
  createdAt
212
188
  updatedAt
213
189
  orderId
214
- Order {
215
- id
216
- }
217
190
  }
218
191
  trailPrice
219
192
  trailPercent
@@ -225,9 +198,6 @@ export const Customer = {
225
198
  filledAt
226
199
  filledAvgPrice
227
200
  actionId
228
- alpacaAccount {
229
- id
230
- }
231
201
  action {
232
202
  id
233
203
  sequence
@@ -236,15 +206,6 @@ export const Customer = {
236
206
  note
237
207
  status
238
208
  fee
239
- trade {
240
- id
241
- }
242
- order {
243
- id
244
- }
245
- }
246
- asset {
247
- id
248
209
  }
249
210
  fee
250
211
  strikePrice
@@ -256,9 +217,6 @@ export const Customer = {
256
217
  positions {
257
218
  id
258
219
  assetId
259
- asset {
260
- id
261
- }
262
220
  averageEntryPrice
263
221
  qty
264
222
  qtyAvailable
@@ -272,9 +230,6 @@ export const Customer = {
272
230
  lastTradePrice
273
231
  changeToday
274
232
  assetMarginable
275
- alpacaAccount {
276
- id
277
- }
278
233
  alpacaAccountId
279
234
  }
280
235
  newsMentions {
@@ -299,12 +254,6 @@ export const Customer = {
299
254
  logo
300
255
  createdAt
301
256
  updatedAt
302
- assets {
303
- id
304
- }
305
- }
306
- asset {
307
- id
308
257
  }
309
258
  relevancyScore
310
259
  sentimentScore
@@ -319,9 +268,6 @@ export const Customer = {
319
268
  note
320
269
  status
321
270
  fee
322
- trade {
323
- id
324
- }
325
271
  order {
326
272
  id
327
273
  clientOrderId
@@ -342,9 +288,6 @@ export const Customer = {
342
288
  createdAt
343
289
  updatedAt
344
290
  orderId
345
- Order {
346
- id
347
- }
348
291
  }
349
292
  takeProfit {
350
293
  id
@@ -353,9 +296,6 @@ export const Customer = {
353
296
  createdAt
354
297
  updatedAt
355
298
  orderId
356
- Order {
357
- id
358
- }
359
299
  }
360
300
  trailPrice
361
301
  trailPercent
@@ -367,12 +307,6 @@ export const Customer = {
367
307
  filledAt
368
308
  filledAvgPrice
369
309
  actionId
370
- alpacaAccount {
371
- id
372
- }
373
- action {
374
- id
375
- }
376
310
  asset {
377
311
  id
378
312
  symbol
@@ -432,18 +366,9 @@ export const Customer = {
432
366
  buyPrice
433
367
  createdAt
434
368
  updatedAt
435
- trades {
436
- id
437
- }
438
- orders {
439
- id
440
- }
441
369
  positions {
442
370
  id
443
371
  assetId
444
- asset {
445
- id
446
- }
447
372
  averageEntryPrice
448
373
  qty
449
374
  qtyAvailable
@@ -457,9 +382,6 @@ export const Customer = {
457
382
  lastTradePrice
458
383
  changeToday
459
384
  assetMarginable
460
- alpacaAccount {
461
- id
462
- }
463
385
  alpacaAccountId
464
386
  }
465
387
  newsMentions {
@@ -484,12 +406,6 @@ export const Customer = {
484
406
  logo
485
407
  createdAt
486
408
  updatedAt
487
- assets {
488
- id
489
- }
490
- }
491
- asset {
492
- id
493
409
  }
494
410
  relevancyScore
495
411
  sentimentScore
@@ -525,9 +441,6 @@ export const Customer = {
525
441
  createdAt
526
442
  updatedAt
527
443
  orderId
528
- Order {
529
- id
530
- }
531
444
  }
532
445
  takeProfit {
533
446
  id
@@ -536,9 +449,6 @@ export const Customer = {
536
449
  createdAt
537
450
  updatedAt
538
451
  orderId
539
- Order {
540
- id
541
- }
542
452
  }
543
453
  trailPrice
544
454
  trailPercent
@@ -550,9 +460,6 @@ export const Customer = {
550
460
  filledAt
551
461
  filledAvgPrice
552
462
  actionId
553
- alpacaAccount {
554
- id
555
- }
556
463
  action {
557
464
  id
558
465
  sequence
@@ -576,9 +483,6 @@ export const Customer = {
576
483
  createdAt
577
484
  updatedAt
578
485
  status
579
- alpacaAccount {
580
- id
581
- }
582
486
  asset {
583
487
  id
584
488
  symbol
@@ -638,18 +542,9 @@ export const Customer = {
638
542
  buyPrice
639
543
  createdAt
640
544
  updatedAt
641
- trades {
642
- id
643
- }
644
- orders {
645
- id
646
- }
647
545
  positions {
648
546
  id
649
547
  assetId
650
- asset {
651
- id
652
- }
653
548
  averageEntryPrice
654
549
  qty
655
550
  qtyAvailable
@@ -663,9 +558,6 @@ export const Customer = {
663
558
  lastTradePrice
664
559
  changeToday
665
560
  assetMarginable
666
- alpacaAccount {
667
- id
668
- }
669
561
  alpacaAccountId
670
562
  }
671
563
  newsMentions {
@@ -690,24 +582,12 @@ export const Customer = {
690
582
  logo
691
583
  createdAt
692
584
  updatedAt
693
- assets {
694
- id
695
- }
696
- }
697
- asset {
698
- id
699
585
  }
700
586
  relevancyScore
701
587
  sentimentScore
702
588
  sentimentLabel
703
589
  }
704
590
  }
705
- actions {
706
- id
707
- }
708
- }
709
- order {
710
- id
711
591
  }
712
592
  }
713
593
  asset {
@@ -784,12 +664,6 @@ export const Customer = {
784
664
  createdAt
785
665
  updatedAt
786
666
  status
787
- alpacaAccount {
788
- id
789
- }
790
- asset {
791
- id
792
- }
793
667
  actions {
794
668
  id
795
669
  sequence
@@ -798,23 +672,11 @@ export const Customer = {
798
672
  note
799
673
  status
800
674
  fee
801
- trade {
802
- id
803
- }
804
- order {
805
- id
806
- }
807
675
  }
808
676
  }
809
- orders {
810
- id
811
- }
812
677
  positions {
813
678
  id
814
679
  assetId
815
- asset {
816
- id
817
- }
818
680
  averageEntryPrice
819
681
  qty
820
682
  qtyAvailable
@@ -828,9 +690,6 @@ export const Customer = {
828
690
  lastTradePrice
829
691
  changeToday
830
692
  assetMarginable
831
- alpacaAccount {
832
- id
833
- }
834
693
  alpacaAccountId
835
694
  }
836
695
  newsMentions {
@@ -855,12 +714,6 @@ export const Customer = {
855
714
  logo
856
715
  createdAt
857
716
  updatedAt
858
- assets {
859
- id
860
- }
861
- }
862
- asset {
863
- id
864
717
  }
865
718
  relevancyScore
866
719
  sentimentScore
@@ -951,12 +804,6 @@ export const Customer = {
951
804
  createdAt
952
805
  updatedAt
953
806
  status
954
- alpacaAccount {
955
- id
956
- }
957
- asset {
958
- id
959
- }
960
807
  actions {
961
808
  id
962
809
  sequence
@@ -965,9 +812,6 @@ export const Customer = {
965
812
  note
966
813
  status
967
814
  fee
968
- trade {
969
- id
970
- }
971
815
  order {
972
816
  id
973
817
  clientOrderId
@@ -988,9 +832,6 @@ export const Customer = {
988
832
  createdAt
989
833
  updatedAt
990
834
  orderId
991
- Order {
992
- id
993
- }
994
835
  }
995
836
  takeProfit {
996
837
  id
@@ -999,9 +840,6 @@ export const Customer = {
999
840
  createdAt
1000
841
  updatedAt
1001
842
  orderId
1002
- Order {
1003
- id
1004
- }
1005
843
  }
1006
844
  trailPrice
1007
845
  trailPercent
@@ -1013,15 +851,6 @@ export const Customer = {
1013
851
  filledAt
1014
852
  filledAvgPrice
1015
853
  actionId
1016
- alpacaAccount {
1017
- id
1018
- }
1019
- action {
1020
- id
1021
- }
1022
- asset {
1023
- id
1024
- }
1025
854
  fee
1026
855
  strikePrice
1027
856
  expirationDate
@@ -1051,9 +880,6 @@ export const Customer = {
1051
880
  createdAt
1052
881
  updatedAt
1053
882
  orderId
1054
- Order {
1055
- id
1056
- }
1057
883
  }
1058
884
  takeProfit {
1059
885
  id
@@ -1062,9 +888,6 @@ export const Customer = {
1062
888
  createdAt
1063
889
  updatedAt
1064
890
  orderId
1065
- Order {
1066
- id
1067
- }
1068
891
  }
1069
892
  trailPrice
1070
893
  trailPercent
@@ -1076,9 +899,6 @@ export const Customer = {
1076
899
  filledAt
1077
900
  filledAvgPrice
1078
901
  actionId
1079
- alpacaAccount {
1080
- id
1081
- }
1082
902
  action {
1083
903
  id
1084
904
  sequence
@@ -1102,22 +922,7 @@ export const Customer = {
1102
922
  createdAt
1103
923
  updatedAt
1104
924
  status
1105
- alpacaAccount {
1106
- id
1107
- }
1108
- asset {
1109
- id
1110
- }
1111
- actions {
1112
- id
1113
- }
1114
925
  }
1115
- order {
1116
- id
1117
- }
1118
- }
1119
- asset {
1120
- id
1121
926
  }
1122
927
  fee
1123
928
  strikePrice
@@ -1126,9 +931,6 @@ export const Customer = {
1126
931
  stopLossId
1127
932
  takeProfitId
1128
933
  }
1129
- positions {
1130
- id
1131
- }
1132
934
  newsMentions {
1133
935
  id
1134
936
  assetId
@@ -1151,12 +953,6 @@ export const Customer = {
1151
953
  logo
1152
954
  createdAt
1153
955
  updatedAt
1154
- assets {
1155
- id
1156
- }
1157
- }
1158
- asset {
1159
- id
1160
956
  }
1161
957
  relevancyScore
1162
958
  sentimentScore
@@ -1176,9 +972,6 @@ export const Customer = {
1176
972
  lastTradePrice
1177
973
  changeToday
1178
974
  assetMarginable
1179
- alpacaAccount {
1180
- id
1181
- }
1182
975
  alpacaAccountId
1183
976
  }
1184
977
  alerts {
@@ -1189,9 +982,6 @@ export const Customer = {
1189
982
  isRead
1190
983
  createdAt
1191
984
  updatedAt
1192
- alpacaAccount {
1193
- id
1194
- }
1195
985
  }
1196
986
  }
1197
987
  }
@@ -1507,9 +1297,6 @@ export const Customer = {
1507
1297
  bio
1508
1298
  jobTitle
1509
1299
  currentAccount
1510
- customer {
1511
- id
1512
- }
1513
1300
  customerId
1514
1301
  accounts {
1515
1302
  id
@@ -1526,18 +1313,12 @@ export const Customer = {
1526
1313
  session_state
1527
1314
  createdAt
1528
1315
  updatedAt
1529
- user {
1530
- id
1531
- }
1532
1316
  }
1533
1317
  sessions {
1534
1318
  id
1535
1319
  sessionToken
1536
1320
  userId
1537
1321
  expires
1538
- user {
1539
- id
1540
- }
1541
1322
  createdAt
1542
1323
  updatedAt
1543
1324
  }
@@ -1547,9 +1328,6 @@ export const Customer = {
1547
1328
  credentialID
1548
1329
  publicKey
1549
1330
  counter
1550
- user {
1551
- id
1552
- }
1553
1331
  createdAt
1554
1332
  updatedAt
1555
1333
  }
@@ -1563,9 +1341,6 @@ export const Customer = {
1563
1341
  marketOpen
1564
1342
  minOrderSize
1565
1343
  maxOrderSize
1566
- user {
1567
- id
1568
- }
1569
1344
  userId
1570
1345
  createdAt
1571
1346
  updatedAt
@@ -1584,9 +1359,6 @@ export const Customer = {
1584
1359
  createdAt
1585
1360
  updatedAt
1586
1361
  status
1587
- alpacaAccount {
1588
- id
1589
- }
1590
1362
  asset {
1591
1363
  id
1592
1364
  symbol
@@ -1646,9 +1418,6 @@ export const Customer = {
1646
1418
  buyPrice
1647
1419
  createdAt
1648
1420
  updatedAt
1649
- trades {
1650
- id
1651
- }
1652
1421
  orders {
1653
1422
  id
1654
1423
  clientOrderId
@@ -1669,9 +1438,6 @@ export const Customer = {
1669
1438
  createdAt
1670
1439
  updatedAt
1671
1440
  orderId
1672
- Order {
1673
- id
1674
- }
1675
1441
  }
1676
1442
  takeProfit {
1677
1443
  id
@@ -1680,9 +1446,6 @@ export const Customer = {
1680
1446
  createdAt
1681
1447
  updatedAt
1682
1448
  orderId
1683
- Order {
1684
- id
1685
- }
1686
1449
  }
1687
1450
  trailPrice
1688
1451
  trailPercent
@@ -1694,9 +1457,6 @@ export const Customer = {
1694
1457
  filledAt
1695
1458
  filledAvgPrice
1696
1459
  actionId
1697
- alpacaAccount {
1698
- id
1699
- }
1700
1460
  action {
1701
1461
  id
1702
1462
  sequence
@@ -1705,15 +1465,6 @@ export const Customer = {
1705
1465
  note
1706
1466
  status
1707
1467
  fee
1708
- trade {
1709
- id
1710
- }
1711
- order {
1712
- id
1713
- }
1714
- }
1715
- asset {
1716
- id
1717
1468
  }
1718
1469
  fee
1719
1470
  strikePrice
@@ -1725,9 +1476,6 @@ export const Customer = {
1725
1476
  positions {
1726
1477
  id
1727
1478
  assetId
1728
- asset {
1729
- id
1730
- }
1731
1479
  averageEntryPrice
1732
1480
  qty
1733
1481
  qtyAvailable
@@ -1741,9 +1489,6 @@ export const Customer = {
1741
1489
  lastTradePrice
1742
1490
  changeToday
1743
1491
  assetMarginable
1744
- alpacaAccount {
1745
- id
1746
- }
1747
1492
  alpacaAccountId
1748
1493
  }
1749
1494
  newsMentions {
@@ -1768,12 +1513,6 @@ export const Customer = {
1768
1513
  logo
1769
1514
  createdAt
1770
1515
  updatedAt
1771
- assets {
1772
- id
1773
- }
1774
- }
1775
- asset {
1776
- id
1777
1516
  }
1778
1517
  relevancyScore
1779
1518
  sentimentScore
@@ -1788,9 +1527,6 @@ export const Customer = {
1788
1527
  note
1789
1528
  status
1790
1529
  fee
1791
- trade {
1792
- id
1793
- }
1794
1530
  order {
1795
1531
  id
1796
1532
  clientOrderId
@@ -1811,9 +1547,6 @@ export const Customer = {
1811
1547
  createdAt
1812
1548
  updatedAt
1813
1549
  orderId
1814
- Order {
1815
- id
1816
- }
1817
1550
  }
1818
1551
  takeProfit {
1819
1552
  id
@@ -1822,9 +1555,6 @@ export const Customer = {
1822
1555
  createdAt
1823
1556
  updatedAt
1824
1557
  orderId
1825
- Order {
1826
- id
1827
- }
1828
1558
  }
1829
1559
  trailPrice
1830
1560
  trailPercent
@@ -1836,12 +1566,6 @@ export const Customer = {
1836
1566
  filledAt
1837
1567
  filledAvgPrice
1838
1568
  actionId
1839
- alpacaAccount {
1840
- id
1841
- }
1842
- action {
1843
- id
1844
- }
1845
1569
  asset {
1846
1570
  id
1847
1571
  symbol
@@ -1901,18 +1625,9 @@ export const Customer = {
1901
1625
  buyPrice
1902
1626
  createdAt
1903
1627
  updatedAt
1904
- trades {
1905
- id
1906
- }
1907
- orders {
1908
- id
1909
- }
1910
1628
  positions {
1911
1629
  id
1912
1630
  assetId
1913
- asset {
1914
- id
1915
- }
1916
1631
  averageEntryPrice
1917
1632
  qty
1918
1633
  qtyAvailable
@@ -1926,9 +1641,6 @@ export const Customer = {
1926
1641
  lastTradePrice
1927
1642
  changeToday
1928
1643
  assetMarginable
1929
- alpacaAccount {
1930
- id
1931
- }
1932
1644
  alpacaAccountId
1933
1645
  }
1934
1646
  newsMentions {
@@ -1953,12 +1665,6 @@ export const Customer = {
1953
1665
  logo
1954
1666
  createdAt
1955
1667
  updatedAt
1956
- assets {
1957
- id
1958
- }
1959
- }
1960
- asset {
1961
- id
1962
1668
  }
1963
1669
  relevancyScore
1964
1670
  sentimentScore
@@ -1994,9 +1700,6 @@ export const Customer = {
1994
1700
  createdAt
1995
1701
  updatedAt
1996
1702
  orderId
1997
- Order {
1998
- id
1999
- }
2000
1703
  }
2001
1704
  takeProfit {
2002
1705
  id
@@ -2005,9 +1708,6 @@ export const Customer = {
2005
1708
  createdAt
2006
1709
  updatedAt
2007
1710
  orderId
2008
- Order {
2009
- id
2010
- }
2011
1711
  }
2012
1712
  trailPrice
2013
1713
  trailPercent
@@ -2019,9 +1719,6 @@ export const Customer = {
2019
1719
  filledAt
2020
1720
  filledAvgPrice
2021
1721
  actionId
2022
- alpacaAccount {
2023
- id
2024
- }
2025
1722
  action {
2026
1723
  id
2027
1724
  sequence
@@ -2045,9 +1742,6 @@ export const Customer = {
2045
1742
  createdAt
2046
1743
  updatedAt
2047
1744
  status
2048
- alpacaAccount {
2049
- id
2050
- }
2051
1745
  asset {
2052
1746
  id
2053
1747
  symbol
@@ -2107,18 +1801,9 @@ export const Customer = {
2107
1801
  buyPrice
2108
1802
  createdAt
2109
1803
  updatedAt
2110
- trades {
2111
- id
2112
- }
2113
- orders {
2114
- id
2115
- }
2116
1804
  positions {
2117
1805
  id
2118
1806
  assetId
2119
- asset {
2120
- id
2121
- }
2122
1807
  averageEntryPrice
2123
1808
  qty
2124
1809
  qtyAvailable
@@ -2132,9 +1817,6 @@ export const Customer = {
2132
1817
  lastTradePrice
2133
1818
  changeToday
2134
1819
  assetMarginable
2135
- alpacaAccount {
2136
- id
2137
- }
2138
1820
  alpacaAccountId
2139
1821
  }
2140
1822
  newsMentions {
@@ -2159,24 +1841,12 @@ export const Customer = {
2159
1841
  logo
2160
1842
  createdAt
2161
1843
  updatedAt
2162
- assets {
2163
- id
2164
- }
2165
- }
2166
- asset {
2167
- id
2168
1844
  }
2169
1845
  relevancyScore
2170
1846
  sentimentScore
2171
1847
  sentimentLabel
2172
1848
  }
2173
1849
  }
2174
- actions {
2175
- id
2176
- }
2177
- }
2178
- order {
2179
- id
2180
1850
  }
2181
1851
  }
2182
1852
  asset {
@@ -2253,12 +1923,6 @@ export const Customer = {
2253
1923
  createdAt
2254
1924
  updatedAt
2255
1925
  status
2256
- alpacaAccount {
2257
- id
2258
- }
2259
- asset {
2260
- id
2261
- }
2262
1926
  actions {
2263
1927
  id
2264
1928
  sequence
@@ -2267,23 +1931,11 @@ export const Customer = {
2267
1931
  note
2268
1932
  status
2269
1933
  fee
2270
- trade {
2271
- id
2272
- }
2273
- order {
2274
- id
2275
- }
2276
1934
  }
2277
1935
  }
2278
- orders {
2279
- id
2280
- }
2281
1936
  positions {
2282
1937
  id
2283
1938
  assetId
2284
- asset {
2285
- id
2286
- }
2287
1939
  averageEntryPrice
2288
1940
  qty
2289
1941
  qtyAvailable
@@ -2297,9 +1949,6 @@ export const Customer = {
2297
1949
  lastTradePrice
2298
1950
  changeToday
2299
1951
  assetMarginable
2300
- alpacaAccount {
2301
- id
2302
- }
2303
1952
  alpacaAccountId
2304
1953
  }
2305
1954
  newsMentions {
@@ -2324,12 +1973,6 @@ export const Customer = {
2324
1973
  logo
2325
1974
  createdAt
2326
1975
  updatedAt
2327
- assets {
2328
- id
2329
- }
2330
- }
2331
- asset {
2332
- id
2333
1976
  }
2334
1977
  relevancyScore
2335
1978
  sentimentScore
@@ -2420,12 +2063,6 @@ export const Customer = {
2420
2063
  createdAt
2421
2064
  updatedAt
2422
2065
  status
2423
- alpacaAccount {
2424
- id
2425
- }
2426
- asset {
2427
- id
2428
- }
2429
2066
  actions {
2430
2067
  id
2431
2068
  sequence
@@ -2434,9 +2071,6 @@ export const Customer = {
2434
2071
  note
2435
2072
  status
2436
2073
  fee
2437
- trade {
2438
- id
2439
- }
2440
2074
  order {
2441
2075
  id
2442
2076
  clientOrderId
@@ -2457,9 +2091,6 @@ export const Customer = {
2457
2091
  createdAt
2458
2092
  updatedAt
2459
2093
  orderId
2460
- Order {
2461
- id
2462
- }
2463
2094
  }
2464
2095
  takeProfit {
2465
2096
  id
@@ -2468,9 +2099,6 @@ export const Customer = {
2468
2099
  createdAt
2469
2100
  updatedAt
2470
2101
  orderId
2471
- Order {
2472
- id
2473
- }
2474
2102
  }
2475
2103
  trailPrice
2476
2104
  trailPercent
@@ -2482,15 +2110,6 @@ export const Customer = {
2482
2110
  filledAt
2483
2111
  filledAvgPrice
2484
2112
  actionId
2485
- alpacaAccount {
2486
- id
2487
- }
2488
- action {
2489
- id
2490
- }
2491
- asset {
2492
- id
2493
- }
2494
2113
  fee
2495
2114
  strikePrice
2496
2115
  expirationDate
@@ -2520,9 +2139,6 @@ export const Customer = {
2520
2139
  createdAt
2521
2140
  updatedAt
2522
2141
  orderId
2523
- Order {
2524
- id
2525
- }
2526
2142
  }
2527
2143
  takeProfit {
2528
2144
  id
@@ -2531,9 +2147,6 @@ export const Customer = {
2531
2147
  createdAt
2532
2148
  updatedAt
2533
2149
  orderId
2534
- Order {
2535
- id
2536
- }
2537
2150
  }
2538
2151
  trailPrice
2539
2152
  trailPercent
@@ -2545,9 +2158,6 @@ export const Customer = {
2545
2158
  filledAt
2546
2159
  filledAvgPrice
2547
2160
  actionId
2548
- alpacaAccount {
2549
- id
2550
- }
2551
2161
  action {
2552
2162
  id
2553
2163
  sequence
@@ -2571,23 +2181,8 @@ export const Customer = {
2571
2181
  createdAt
2572
2182
  updatedAt
2573
2183
  status
2574
- alpacaAccount {
2575
- id
2576
- }
2577
- asset {
2578
- id
2579
- }
2580
- actions {
2581
- id
2582
- }
2583
- }
2584
- order {
2585
- id
2586
2184
  }
2587
2185
  }
2588
- asset {
2589
- id
2590
- }
2591
2186
  fee
2592
2187
  strikePrice
2593
2188
  expirationDate
@@ -2595,9 +2190,6 @@ export const Customer = {
2595
2190
  stopLossId
2596
2191
  takeProfitId
2597
2192
  }
2598
- positions {
2599
- id
2600
- }
2601
2193
  newsMentions {
2602
2194
  id
2603
2195
  assetId
@@ -2620,12 +2212,6 @@ export const Customer = {
2620
2212
  logo
2621
2213
  createdAt
2622
2214
  updatedAt
2623
- assets {
2624
- id
2625
- }
2626
- }
2627
- asset {
2628
- id
2629
2215
  }
2630
2216
  relevancyScore
2631
2217
  sentimentScore
@@ -2645,9 +2231,6 @@ export const Customer = {
2645
2231
  lastTradePrice
2646
2232
  changeToday
2647
2233
  assetMarginable
2648
- alpacaAccount {
2649
- id
2650
- }
2651
2234
  alpacaAccountId
2652
2235
  }
2653
2236
  alerts {
@@ -2658,9 +2241,6 @@ export const Customer = {
2658
2241
  isRead
2659
2242
  createdAt
2660
2243
  updatedAt
2661
- alpacaAccount {
2662
- id
2663
- }
2664
2244
  }
2665
2245
  }
2666
2246
  }
@@ -4271,9 +3851,6 @@ export const Customer = {
4271
3851
  bio
4272
3852
  jobTitle
4273
3853
  currentAccount
4274
- customer {
4275
- id
4276
- }
4277
3854
  customerId
4278
3855
  accounts {
4279
3856
  id
@@ -4290,18 +3867,12 @@ export const Customer = {
4290
3867
  session_state
4291
3868
  createdAt
4292
3869
  updatedAt
4293
- user {
4294
- id
4295
- }
4296
3870
  }
4297
3871
  sessions {
4298
3872
  id
4299
3873
  sessionToken
4300
3874
  userId
4301
3875
  expires
4302
- user {
4303
- id
4304
- }
4305
3876
  createdAt
4306
3877
  updatedAt
4307
3878
  }
@@ -4311,9 +3882,6 @@ export const Customer = {
4311
3882
  credentialID
4312
3883
  publicKey
4313
3884
  counter
4314
- user {
4315
- id
4316
- }
4317
3885
  createdAt
4318
3886
  updatedAt
4319
3887
  }
@@ -4327,9 +3895,6 @@ export const Customer = {
4327
3895
  marketOpen
4328
3896
  minOrderSize
4329
3897
  maxOrderSize
4330
- user {
4331
- id
4332
- }
4333
3898
  userId
4334
3899
  createdAt
4335
3900
  updatedAt
@@ -4348,9 +3913,6 @@ export const Customer = {
4348
3913
  createdAt
4349
3914
  updatedAt
4350
3915
  status
4351
- alpacaAccount {
4352
- id
4353
- }
4354
3916
  asset {
4355
3917
  id
4356
3918
  symbol
@@ -4410,9 +3972,6 @@ export const Customer = {
4410
3972
  buyPrice
4411
3973
  createdAt
4412
3974
  updatedAt
4413
- trades {
4414
- id
4415
- }
4416
3975
  orders {
4417
3976
  id
4418
3977
  clientOrderId
@@ -4433,9 +3992,6 @@ export const Customer = {
4433
3992
  createdAt
4434
3993
  updatedAt
4435
3994
  orderId
4436
- Order {
4437
- id
4438
- }
4439
3995
  }
4440
3996
  takeProfit {
4441
3997
  id
@@ -4444,9 +4000,6 @@ export const Customer = {
4444
4000
  createdAt
4445
4001
  updatedAt
4446
4002
  orderId
4447
- Order {
4448
- id
4449
- }
4450
4003
  }
4451
4004
  trailPrice
4452
4005
  trailPercent
@@ -4458,9 +4011,6 @@ export const Customer = {
4458
4011
  filledAt
4459
4012
  filledAvgPrice
4460
4013
  actionId
4461
- alpacaAccount {
4462
- id
4463
- }
4464
4014
  action {
4465
4015
  id
4466
4016
  sequence
@@ -4469,15 +4019,6 @@ export const Customer = {
4469
4019
  note
4470
4020
  status
4471
4021
  fee
4472
- trade {
4473
- id
4474
- }
4475
- order {
4476
- id
4477
- }
4478
- }
4479
- asset {
4480
- id
4481
4022
  }
4482
4023
  fee
4483
4024
  strikePrice
@@ -4489,9 +4030,6 @@ export const Customer = {
4489
4030
  positions {
4490
4031
  id
4491
4032
  assetId
4492
- asset {
4493
- id
4494
- }
4495
4033
  averageEntryPrice
4496
4034
  qty
4497
4035
  qtyAvailable
@@ -4505,9 +4043,6 @@ export const Customer = {
4505
4043
  lastTradePrice
4506
4044
  changeToday
4507
4045
  assetMarginable
4508
- alpacaAccount {
4509
- id
4510
- }
4511
4046
  alpacaAccountId
4512
4047
  }
4513
4048
  newsMentions {
@@ -4532,12 +4067,6 @@ export const Customer = {
4532
4067
  logo
4533
4068
  createdAt
4534
4069
  updatedAt
4535
- assets {
4536
- id
4537
- }
4538
- }
4539
- asset {
4540
- id
4541
4070
  }
4542
4071
  relevancyScore
4543
4072
  sentimentScore
@@ -4552,9 +4081,6 @@ export const Customer = {
4552
4081
  note
4553
4082
  status
4554
4083
  fee
4555
- trade {
4556
- id
4557
- }
4558
4084
  order {
4559
4085
  id
4560
4086
  clientOrderId
@@ -4575,9 +4101,6 @@ export const Customer = {
4575
4101
  createdAt
4576
4102
  updatedAt
4577
4103
  orderId
4578
- Order {
4579
- id
4580
- }
4581
4104
  }
4582
4105
  takeProfit {
4583
4106
  id
@@ -4586,9 +4109,6 @@ export const Customer = {
4586
4109
  createdAt
4587
4110
  updatedAt
4588
4111
  orderId
4589
- Order {
4590
- id
4591
- }
4592
4112
  }
4593
4113
  trailPrice
4594
4114
  trailPercent
@@ -4600,12 +4120,6 @@ export const Customer = {
4600
4120
  filledAt
4601
4121
  filledAvgPrice
4602
4122
  actionId
4603
- alpacaAccount {
4604
- id
4605
- }
4606
- action {
4607
- id
4608
- }
4609
4123
  asset {
4610
4124
  id
4611
4125
  symbol
@@ -4665,18 +4179,9 @@ export const Customer = {
4665
4179
  buyPrice
4666
4180
  createdAt
4667
4181
  updatedAt
4668
- trades {
4669
- id
4670
- }
4671
- orders {
4672
- id
4673
- }
4674
4182
  positions {
4675
4183
  id
4676
4184
  assetId
4677
- asset {
4678
- id
4679
- }
4680
4185
  averageEntryPrice
4681
4186
  qty
4682
4187
  qtyAvailable
@@ -4690,9 +4195,6 @@ export const Customer = {
4690
4195
  lastTradePrice
4691
4196
  changeToday
4692
4197
  assetMarginable
4693
- alpacaAccount {
4694
- id
4695
- }
4696
4198
  alpacaAccountId
4697
4199
  }
4698
4200
  newsMentions {
@@ -4717,12 +4219,6 @@ export const Customer = {
4717
4219
  logo
4718
4220
  createdAt
4719
4221
  updatedAt
4720
- assets {
4721
- id
4722
- }
4723
- }
4724
- asset {
4725
- id
4726
4222
  }
4727
4223
  relevancyScore
4728
4224
  sentimentScore
@@ -4758,9 +4254,6 @@ export const Customer = {
4758
4254
  createdAt
4759
4255
  updatedAt
4760
4256
  orderId
4761
- Order {
4762
- id
4763
- }
4764
4257
  }
4765
4258
  takeProfit {
4766
4259
  id
@@ -4769,9 +4262,6 @@ export const Customer = {
4769
4262
  createdAt
4770
4263
  updatedAt
4771
4264
  orderId
4772
- Order {
4773
- id
4774
- }
4775
4265
  }
4776
4266
  trailPrice
4777
4267
  trailPercent
@@ -4783,9 +4273,6 @@ export const Customer = {
4783
4273
  filledAt
4784
4274
  filledAvgPrice
4785
4275
  actionId
4786
- alpacaAccount {
4787
- id
4788
- }
4789
4276
  action {
4790
4277
  id
4791
4278
  sequence
@@ -4809,9 +4296,6 @@ export const Customer = {
4809
4296
  createdAt
4810
4297
  updatedAt
4811
4298
  status
4812
- alpacaAccount {
4813
- id
4814
- }
4815
4299
  asset {
4816
4300
  id
4817
4301
  symbol
@@ -4871,18 +4355,9 @@ export const Customer = {
4871
4355
  buyPrice
4872
4356
  createdAt
4873
4357
  updatedAt
4874
- trades {
4875
- id
4876
- }
4877
- orders {
4878
- id
4879
- }
4880
4358
  positions {
4881
4359
  id
4882
4360
  assetId
4883
- asset {
4884
- id
4885
- }
4886
4361
  averageEntryPrice
4887
4362
  qty
4888
4363
  qtyAvailable
@@ -4896,9 +4371,6 @@ export const Customer = {
4896
4371
  lastTradePrice
4897
4372
  changeToday
4898
4373
  assetMarginable
4899
- alpacaAccount {
4900
- id
4901
- }
4902
4374
  alpacaAccountId
4903
4375
  }
4904
4376
  newsMentions {
@@ -4923,24 +4395,12 @@ export const Customer = {
4923
4395
  logo
4924
4396
  createdAt
4925
4397
  updatedAt
4926
- assets {
4927
- id
4928
- }
4929
- }
4930
- asset {
4931
- id
4932
4398
  }
4933
4399
  relevancyScore
4934
4400
  sentimentScore
4935
4401
  sentimentLabel
4936
4402
  }
4937
4403
  }
4938
- actions {
4939
- id
4940
- }
4941
- }
4942
- order {
4943
- id
4944
4404
  }
4945
4405
  }
4946
4406
  asset {
@@ -5017,12 +4477,6 @@ export const Customer = {
5017
4477
  createdAt
5018
4478
  updatedAt
5019
4479
  status
5020
- alpacaAccount {
5021
- id
5022
- }
5023
- asset {
5024
- id
5025
- }
5026
4480
  actions {
5027
4481
  id
5028
4482
  sequence
@@ -5031,23 +4485,11 @@ export const Customer = {
5031
4485
  note
5032
4486
  status
5033
4487
  fee
5034
- trade {
5035
- id
5036
- }
5037
- order {
5038
- id
5039
- }
5040
4488
  }
5041
4489
  }
5042
- orders {
5043
- id
5044
- }
5045
4490
  positions {
5046
4491
  id
5047
4492
  assetId
5048
- asset {
5049
- id
5050
- }
5051
4493
  averageEntryPrice
5052
4494
  qty
5053
4495
  qtyAvailable
@@ -5061,9 +4503,6 @@ export const Customer = {
5061
4503
  lastTradePrice
5062
4504
  changeToday
5063
4505
  assetMarginable
5064
- alpacaAccount {
5065
- id
5066
- }
5067
4506
  alpacaAccountId
5068
4507
  }
5069
4508
  newsMentions {
@@ -5088,12 +4527,6 @@ export const Customer = {
5088
4527
  logo
5089
4528
  createdAt
5090
4529
  updatedAt
5091
- assets {
5092
- id
5093
- }
5094
- }
5095
- asset {
5096
- id
5097
4530
  }
5098
4531
  relevancyScore
5099
4532
  sentimentScore
@@ -5184,12 +4617,6 @@ export const Customer = {
5184
4617
  createdAt
5185
4618
  updatedAt
5186
4619
  status
5187
- alpacaAccount {
5188
- id
5189
- }
5190
- asset {
5191
- id
5192
- }
5193
4620
  actions {
5194
4621
  id
5195
4622
  sequence
@@ -5198,9 +4625,6 @@ export const Customer = {
5198
4625
  note
5199
4626
  status
5200
4627
  fee
5201
- trade {
5202
- id
5203
- }
5204
4628
  order {
5205
4629
  id
5206
4630
  clientOrderId
@@ -5221,9 +4645,6 @@ export const Customer = {
5221
4645
  createdAt
5222
4646
  updatedAt
5223
4647
  orderId
5224
- Order {
5225
- id
5226
- }
5227
4648
  }
5228
4649
  takeProfit {
5229
4650
  id
@@ -5232,9 +4653,6 @@ export const Customer = {
5232
4653
  createdAt
5233
4654
  updatedAt
5234
4655
  orderId
5235
- Order {
5236
- id
5237
- }
5238
4656
  }
5239
4657
  trailPrice
5240
4658
  trailPercent
@@ -5246,15 +4664,6 @@ export const Customer = {
5246
4664
  filledAt
5247
4665
  filledAvgPrice
5248
4666
  actionId
5249
- alpacaAccount {
5250
- id
5251
- }
5252
- action {
5253
- id
5254
- }
5255
- asset {
5256
- id
5257
- }
5258
4667
  fee
5259
4668
  strikePrice
5260
4669
  expirationDate
@@ -5284,9 +4693,6 @@ export const Customer = {
5284
4693
  createdAt
5285
4694
  updatedAt
5286
4695
  orderId
5287
- Order {
5288
- id
5289
- }
5290
4696
  }
5291
4697
  takeProfit {
5292
4698
  id
@@ -5295,9 +4701,6 @@ export const Customer = {
5295
4701
  createdAt
5296
4702
  updatedAt
5297
4703
  orderId
5298
- Order {
5299
- id
5300
- }
5301
4704
  }
5302
4705
  trailPrice
5303
4706
  trailPercent
@@ -5309,9 +4712,6 @@ export const Customer = {
5309
4712
  filledAt
5310
4713
  filledAvgPrice
5311
4714
  actionId
5312
- alpacaAccount {
5313
- id
5314
- }
5315
4715
  action {
5316
4716
  id
5317
4717
  sequence
@@ -5335,22 +4735,7 @@ export const Customer = {
5335
4735
  createdAt
5336
4736
  updatedAt
5337
4737
  status
5338
- alpacaAccount {
5339
- id
5340
- }
5341
- asset {
5342
- id
5343
- }
5344
- actions {
5345
- id
5346
- }
5347
4738
  }
5348
- order {
5349
- id
5350
- }
5351
- }
5352
- asset {
5353
- id
5354
4739
  }
5355
4740
  fee
5356
4741
  strikePrice
@@ -5359,9 +4744,6 @@ export const Customer = {
5359
4744
  stopLossId
5360
4745
  takeProfitId
5361
4746
  }
5362
- positions {
5363
- id
5364
- }
5365
4747
  newsMentions {
5366
4748
  id
5367
4749
  assetId
@@ -5384,12 +4766,6 @@ export const Customer = {
5384
4766
  logo
5385
4767
  createdAt
5386
4768
  updatedAt
5387
- assets {
5388
- id
5389
- }
5390
- }
5391
- asset {
5392
- id
5393
4769
  }
5394
4770
  relevancyScore
5395
4771
  sentimentScore
@@ -5409,9 +4785,6 @@ export const Customer = {
5409
4785
  lastTradePrice
5410
4786
  changeToday
5411
4787
  assetMarginable
5412
- alpacaAccount {
5413
- id
5414
- }
5415
4788
  alpacaAccountId
5416
4789
  }
5417
4790
  alerts {
@@ -5422,9 +4795,6 @@ export const Customer = {
5422
4795
  isRead
5423
4796
  createdAt
5424
4797
  updatedAt
5425
- alpacaAccount {
5426
- id
5427
- }
5428
4798
  }
5429
4799
  }
5430
4800
  }
@@ -5484,9 +4854,6 @@ export const Customer = {
5484
4854
  bio
5485
4855
  jobTitle
5486
4856
  currentAccount
5487
- customer {
5488
- id
5489
- }
5490
4857
  customerId
5491
4858
  accounts {
5492
4859
  id
@@ -5503,18 +4870,12 @@ export const Customer = {
5503
4870
  session_state
5504
4871
  createdAt
5505
4872
  updatedAt
5506
- user {
5507
- id
5508
- }
5509
4873
  }
5510
4874
  sessions {
5511
4875
  id
5512
4876
  sessionToken
5513
4877
  userId
5514
4878
  expires
5515
- user {
5516
- id
5517
- }
5518
4879
  createdAt
5519
4880
  updatedAt
5520
4881
  }
@@ -5524,9 +4885,6 @@ export const Customer = {
5524
4885
  credentialID
5525
4886
  publicKey
5526
4887
  counter
5527
- user {
5528
- id
5529
- }
5530
4888
  createdAt
5531
4889
  updatedAt
5532
4890
  }
@@ -5540,9 +4898,6 @@ export const Customer = {
5540
4898
  marketOpen
5541
4899
  minOrderSize
5542
4900
  maxOrderSize
5543
- user {
5544
- id
5545
- }
5546
4901
  userId
5547
4902
  createdAt
5548
4903
  updatedAt
@@ -5561,9 +4916,6 @@ export const Customer = {
5561
4916
  createdAt
5562
4917
  updatedAt
5563
4918
  status
5564
- alpacaAccount {
5565
- id
5566
- }
5567
4919
  asset {
5568
4920
  id
5569
4921
  symbol
@@ -5623,9 +4975,6 @@ export const Customer = {
5623
4975
  buyPrice
5624
4976
  createdAt
5625
4977
  updatedAt
5626
- trades {
5627
- id
5628
- }
5629
4978
  orders {
5630
4979
  id
5631
4980
  clientOrderId
@@ -5646,9 +4995,6 @@ export const Customer = {
5646
4995
  createdAt
5647
4996
  updatedAt
5648
4997
  orderId
5649
- Order {
5650
- id
5651
- }
5652
4998
  }
5653
4999
  takeProfit {
5654
5000
  id
@@ -5657,9 +5003,6 @@ export const Customer = {
5657
5003
  createdAt
5658
5004
  updatedAt
5659
5005
  orderId
5660
- Order {
5661
- id
5662
- }
5663
5006
  }
5664
5007
  trailPrice
5665
5008
  trailPercent
@@ -5671,9 +5014,6 @@ export const Customer = {
5671
5014
  filledAt
5672
5015
  filledAvgPrice
5673
5016
  actionId
5674
- alpacaAccount {
5675
- id
5676
- }
5677
5017
  action {
5678
5018
  id
5679
5019
  sequence
@@ -5682,15 +5022,6 @@ export const Customer = {
5682
5022
  note
5683
5023
  status
5684
5024
  fee
5685
- trade {
5686
- id
5687
- }
5688
- order {
5689
- id
5690
- }
5691
- }
5692
- asset {
5693
- id
5694
5025
  }
5695
5026
  fee
5696
5027
  strikePrice
@@ -5702,9 +5033,6 @@ export const Customer = {
5702
5033
  positions {
5703
5034
  id
5704
5035
  assetId
5705
- asset {
5706
- id
5707
- }
5708
5036
  averageEntryPrice
5709
5037
  qty
5710
5038
  qtyAvailable
@@ -5718,9 +5046,6 @@ export const Customer = {
5718
5046
  lastTradePrice
5719
5047
  changeToday
5720
5048
  assetMarginable
5721
- alpacaAccount {
5722
- id
5723
- }
5724
5049
  alpacaAccountId
5725
5050
  }
5726
5051
  newsMentions {
@@ -5745,12 +5070,6 @@ export const Customer = {
5745
5070
  logo
5746
5071
  createdAt
5747
5072
  updatedAt
5748
- assets {
5749
- id
5750
- }
5751
- }
5752
- asset {
5753
- id
5754
5073
  }
5755
5074
  relevancyScore
5756
5075
  sentimentScore
@@ -5765,9 +5084,6 @@ export const Customer = {
5765
5084
  note
5766
5085
  status
5767
5086
  fee
5768
- trade {
5769
- id
5770
- }
5771
5087
  order {
5772
5088
  id
5773
5089
  clientOrderId
@@ -5788,9 +5104,6 @@ export const Customer = {
5788
5104
  createdAt
5789
5105
  updatedAt
5790
5106
  orderId
5791
- Order {
5792
- id
5793
- }
5794
5107
  }
5795
5108
  takeProfit {
5796
5109
  id
@@ -5799,9 +5112,6 @@ export const Customer = {
5799
5112
  createdAt
5800
5113
  updatedAt
5801
5114
  orderId
5802
- Order {
5803
- id
5804
- }
5805
5115
  }
5806
5116
  trailPrice
5807
5117
  trailPercent
@@ -5813,13 +5123,7 @@ export const Customer = {
5813
5123
  filledAt
5814
5124
  filledAvgPrice
5815
5125
  actionId
5816
- alpacaAccount {
5817
- id
5818
- }
5819
- action {
5820
- id
5821
- }
5822
- asset {
5126
+ asset {
5823
5127
  id
5824
5128
  symbol
5825
5129
  name
@@ -5878,18 +5182,9 @@ export const Customer = {
5878
5182
  buyPrice
5879
5183
  createdAt
5880
5184
  updatedAt
5881
- trades {
5882
- id
5883
- }
5884
- orders {
5885
- id
5886
- }
5887
5185
  positions {
5888
5186
  id
5889
5187
  assetId
5890
- asset {
5891
- id
5892
- }
5893
5188
  averageEntryPrice
5894
5189
  qty
5895
5190
  qtyAvailable
@@ -5903,9 +5198,6 @@ export const Customer = {
5903
5198
  lastTradePrice
5904
5199
  changeToday
5905
5200
  assetMarginable
5906
- alpacaAccount {
5907
- id
5908
- }
5909
5201
  alpacaAccountId
5910
5202
  }
5911
5203
  newsMentions {
@@ -5930,12 +5222,6 @@ export const Customer = {
5930
5222
  logo
5931
5223
  createdAt
5932
5224
  updatedAt
5933
- assets {
5934
- id
5935
- }
5936
- }
5937
- asset {
5938
- id
5939
5225
  }
5940
5226
  relevancyScore
5941
5227
  sentimentScore
@@ -5971,9 +5257,6 @@ export const Customer = {
5971
5257
  createdAt
5972
5258
  updatedAt
5973
5259
  orderId
5974
- Order {
5975
- id
5976
- }
5977
5260
  }
5978
5261
  takeProfit {
5979
5262
  id
@@ -5982,9 +5265,6 @@ export const Customer = {
5982
5265
  createdAt
5983
5266
  updatedAt
5984
5267
  orderId
5985
- Order {
5986
- id
5987
- }
5988
5268
  }
5989
5269
  trailPrice
5990
5270
  trailPercent
@@ -5996,9 +5276,6 @@ export const Customer = {
5996
5276
  filledAt
5997
5277
  filledAvgPrice
5998
5278
  actionId
5999
- alpacaAccount {
6000
- id
6001
- }
6002
5279
  action {
6003
5280
  id
6004
5281
  sequence
@@ -6022,9 +5299,6 @@ export const Customer = {
6022
5299
  createdAt
6023
5300
  updatedAt
6024
5301
  status
6025
- alpacaAccount {
6026
- id
6027
- }
6028
5302
  asset {
6029
5303
  id
6030
5304
  symbol
@@ -6084,18 +5358,9 @@ export const Customer = {
6084
5358
  buyPrice
6085
5359
  createdAt
6086
5360
  updatedAt
6087
- trades {
6088
- id
6089
- }
6090
- orders {
6091
- id
6092
- }
6093
5361
  positions {
6094
5362
  id
6095
5363
  assetId
6096
- asset {
6097
- id
6098
- }
6099
5364
  averageEntryPrice
6100
5365
  qty
6101
5366
  qtyAvailable
@@ -6109,9 +5374,6 @@ export const Customer = {
6109
5374
  lastTradePrice
6110
5375
  changeToday
6111
5376
  assetMarginable
6112
- alpacaAccount {
6113
- id
6114
- }
6115
5377
  alpacaAccountId
6116
5378
  }
6117
5379
  newsMentions {
@@ -6136,24 +5398,12 @@ export const Customer = {
6136
5398
  logo
6137
5399
  createdAt
6138
5400
  updatedAt
6139
- assets {
6140
- id
6141
- }
6142
- }
6143
- asset {
6144
- id
6145
5401
  }
6146
5402
  relevancyScore
6147
5403
  sentimentScore
6148
5404
  sentimentLabel
6149
5405
  }
6150
5406
  }
6151
- actions {
6152
- id
6153
- }
6154
- }
6155
- order {
6156
- id
6157
5407
  }
6158
5408
  }
6159
5409
  asset {
@@ -6230,12 +5480,6 @@ export const Customer = {
6230
5480
  createdAt
6231
5481
  updatedAt
6232
5482
  status
6233
- alpacaAccount {
6234
- id
6235
- }
6236
- asset {
6237
- id
6238
- }
6239
5483
  actions {
6240
5484
  id
6241
5485
  sequence
@@ -6244,23 +5488,11 @@ export const Customer = {
6244
5488
  note
6245
5489
  status
6246
5490
  fee
6247
- trade {
6248
- id
6249
- }
6250
- order {
6251
- id
6252
- }
6253
5491
  }
6254
5492
  }
6255
- orders {
6256
- id
6257
- }
6258
5493
  positions {
6259
5494
  id
6260
5495
  assetId
6261
- asset {
6262
- id
6263
- }
6264
5496
  averageEntryPrice
6265
5497
  qty
6266
5498
  qtyAvailable
@@ -6274,9 +5506,6 @@ export const Customer = {
6274
5506
  lastTradePrice
6275
5507
  changeToday
6276
5508
  assetMarginable
6277
- alpacaAccount {
6278
- id
6279
- }
6280
5509
  alpacaAccountId
6281
5510
  }
6282
5511
  newsMentions {
@@ -6301,12 +5530,6 @@ export const Customer = {
6301
5530
  logo
6302
5531
  createdAt
6303
5532
  updatedAt
6304
- assets {
6305
- id
6306
- }
6307
- }
6308
- asset {
6309
- id
6310
5533
  }
6311
5534
  relevancyScore
6312
5535
  sentimentScore
@@ -6397,12 +5620,6 @@ export const Customer = {
6397
5620
  createdAt
6398
5621
  updatedAt
6399
5622
  status
6400
- alpacaAccount {
6401
- id
6402
- }
6403
- asset {
6404
- id
6405
- }
6406
5623
  actions {
6407
5624
  id
6408
5625
  sequence
@@ -6411,9 +5628,6 @@ export const Customer = {
6411
5628
  note
6412
5629
  status
6413
5630
  fee
6414
- trade {
6415
- id
6416
- }
6417
5631
  order {
6418
5632
  id
6419
5633
  clientOrderId
@@ -6434,9 +5648,6 @@ export const Customer = {
6434
5648
  createdAt
6435
5649
  updatedAt
6436
5650
  orderId
6437
- Order {
6438
- id
6439
- }
6440
5651
  }
6441
5652
  takeProfit {
6442
5653
  id
@@ -6445,9 +5656,6 @@ export const Customer = {
6445
5656
  createdAt
6446
5657
  updatedAt
6447
5658
  orderId
6448
- Order {
6449
- id
6450
- }
6451
5659
  }
6452
5660
  trailPrice
6453
5661
  trailPercent
@@ -6459,15 +5667,6 @@ export const Customer = {
6459
5667
  filledAt
6460
5668
  filledAvgPrice
6461
5669
  actionId
6462
- alpacaAccount {
6463
- id
6464
- }
6465
- action {
6466
- id
6467
- }
6468
- asset {
6469
- id
6470
- }
6471
5670
  fee
6472
5671
  strikePrice
6473
5672
  expirationDate
@@ -6497,9 +5696,6 @@ export const Customer = {
6497
5696
  createdAt
6498
5697
  updatedAt
6499
5698
  orderId
6500
- Order {
6501
- id
6502
- }
6503
5699
  }
6504
5700
  takeProfit {
6505
5701
  id
@@ -6508,9 +5704,6 @@ export const Customer = {
6508
5704
  createdAt
6509
5705
  updatedAt
6510
5706
  orderId
6511
- Order {
6512
- id
6513
- }
6514
5707
  }
6515
5708
  trailPrice
6516
5709
  trailPercent
@@ -6522,9 +5715,6 @@ export const Customer = {
6522
5715
  filledAt
6523
5716
  filledAvgPrice
6524
5717
  actionId
6525
- alpacaAccount {
6526
- id
6527
- }
6528
5718
  action {
6529
5719
  id
6530
5720
  sequence
@@ -6548,23 +5738,8 @@ export const Customer = {
6548
5738
  createdAt
6549
5739
  updatedAt
6550
5740
  status
6551
- alpacaAccount {
6552
- id
6553
- }
6554
- asset {
6555
- id
6556
- }
6557
- actions {
6558
- id
6559
- }
6560
- }
6561
- order {
6562
- id
6563
5741
  }
6564
5742
  }
6565
- asset {
6566
- id
6567
- }
6568
5743
  fee
6569
5744
  strikePrice
6570
5745
  expirationDate
@@ -6572,9 +5747,6 @@ export const Customer = {
6572
5747
  stopLossId
6573
5748
  takeProfitId
6574
5749
  }
6575
- positions {
6576
- id
6577
- }
6578
5750
  newsMentions {
6579
5751
  id
6580
5752
  assetId
@@ -6597,12 +5769,6 @@ export const Customer = {
6597
5769
  logo
6598
5770
  createdAt
6599
5771
  updatedAt
6600
- assets {
6601
- id
6602
- }
6603
- }
6604
- asset {
6605
- id
6606
5772
  }
6607
5773
  relevancyScore
6608
5774
  sentimentScore
@@ -6622,9 +5788,6 @@ export const Customer = {
6622
5788
  lastTradePrice
6623
5789
  changeToday
6624
5790
  assetMarginable
6625
- alpacaAccount {
6626
- id
6627
- }
6628
5791
  alpacaAccountId
6629
5792
  }
6630
5793
  alerts {
@@ -6635,9 +5798,6 @@ export const Customer = {
6635
5798
  isRead
6636
5799
  createdAt
6637
5800
  updatedAt
6638
- alpacaAccount {
6639
- id
6640
- }
6641
5801
  }
6642
5802
  }
6643
5803
  }
@@ -6699,9 +5859,6 @@ export const Customer = {
6699
5859
  bio
6700
5860
  jobTitle
6701
5861
  currentAccount
6702
- customer {
6703
- id
6704
- }
6705
5862
  customerId
6706
5863
  accounts {
6707
5864
  id
@@ -6718,18 +5875,12 @@ export const Customer = {
6718
5875
  session_state
6719
5876
  createdAt
6720
5877
  updatedAt
6721
- user {
6722
- id
6723
- }
6724
5878
  }
6725
5879
  sessions {
6726
5880
  id
6727
5881
  sessionToken
6728
5882
  userId
6729
5883
  expires
6730
- user {
6731
- id
6732
- }
6733
5884
  createdAt
6734
5885
  updatedAt
6735
5886
  }
@@ -6739,9 +5890,6 @@ export const Customer = {
6739
5890
  credentialID
6740
5891
  publicKey
6741
5892
  counter
6742
- user {
6743
- id
6744
- }
6745
5893
  createdAt
6746
5894
  updatedAt
6747
5895
  }
@@ -6755,9 +5903,6 @@ export const Customer = {
6755
5903
  marketOpen
6756
5904
  minOrderSize
6757
5905
  maxOrderSize
6758
- user {
6759
- id
6760
- }
6761
5906
  userId
6762
5907
  createdAt
6763
5908
  updatedAt
@@ -6776,9 +5921,6 @@ export const Customer = {
6776
5921
  createdAt
6777
5922
  updatedAt
6778
5923
  status
6779
- alpacaAccount {
6780
- id
6781
- }
6782
5924
  asset {
6783
5925
  id
6784
5926
  symbol
@@ -6838,9 +5980,6 @@ export const Customer = {
6838
5980
  buyPrice
6839
5981
  createdAt
6840
5982
  updatedAt
6841
- trades {
6842
- id
6843
- }
6844
5983
  orders {
6845
5984
  id
6846
5985
  clientOrderId
@@ -6861,9 +6000,6 @@ export const Customer = {
6861
6000
  createdAt
6862
6001
  updatedAt
6863
6002
  orderId
6864
- Order {
6865
- id
6866
- }
6867
6003
  }
6868
6004
  takeProfit {
6869
6005
  id
@@ -6872,9 +6008,6 @@ export const Customer = {
6872
6008
  createdAt
6873
6009
  updatedAt
6874
6010
  orderId
6875
- Order {
6876
- id
6877
- }
6878
6011
  }
6879
6012
  trailPrice
6880
6013
  trailPercent
@@ -6886,9 +6019,6 @@ export const Customer = {
6886
6019
  filledAt
6887
6020
  filledAvgPrice
6888
6021
  actionId
6889
- alpacaAccount {
6890
- id
6891
- }
6892
6022
  action {
6893
6023
  id
6894
6024
  sequence
@@ -6897,15 +6027,6 @@ export const Customer = {
6897
6027
  note
6898
6028
  status
6899
6029
  fee
6900
- trade {
6901
- id
6902
- }
6903
- order {
6904
- id
6905
- }
6906
- }
6907
- asset {
6908
- id
6909
6030
  }
6910
6031
  fee
6911
6032
  strikePrice
@@ -6917,9 +6038,6 @@ export const Customer = {
6917
6038
  positions {
6918
6039
  id
6919
6040
  assetId
6920
- asset {
6921
- id
6922
- }
6923
6041
  averageEntryPrice
6924
6042
  qty
6925
6043
  qtyAvailable
@@ -6933,9 +6051,6 @@ export const Customer = {
6933
6051
  lastTradePrice
6934
6052
  changeToday
6935
6053
  assetMarginable
6936
- alpacaAccount {
6937
- id
6938
- }
6939
6054
  alpacaAccountId
6940
6055
  }
6941
6056
  newsMentions {
@@ -6960,12 +6075,6 @@ export const Customer = {
6960
6075
  logo
6961
6076
  createdAt
6962
6077
  updatedAt
6963
- assets {
6964
- id
6965
- }
6966
- }
6967
- asset {
6968
- id
6969
6078
  }
6970
6079
  relevancyScore
6971
6080
  sentimentScore
@@ -6980,9 +6089,6 @@ export const Customer = {
6980
6089
  note
6981
6090
  status
6982
6091
  fee
6983
- trade {
6984
- id
6985
- }
6986
6092
  order {
6987
6093
  id
6988
6094
  clientOrderId
@@ -7003,9 +6109,6 @@ export const Customer = {
7003
6109
  createdAt
7004
6110
  updatedAt
7005
6111
  orderId
7006
- Order {
7007
- id
7008
- }
7009
6112
  }
7010
6113
  takeProfit {
7011
6114
  id
@@ -7014,9 +6117,6 @@ export const Customer = {
7014
6117
  createdAt
7015
6118
  updatedAt
7016
6119
  orderId
7017
- Order {
7018
- id
7019
- }
7020
6120
  }
7021
6121
  trailPrice
7022
6122
  trailPercent
@@ -7028,12 +6128,6 @@ export const Customer = {
7028
6128
  filledAt
7029
6129
  filledAvgPrice
7030
6130
  actionId
7031
- alpacaAccount {
7032
- id
7033
- }
7034
- action {
7035
- id
7036
- }
7037
6131
  asset {
7038
6132
  id
7039
6133
  symbol
@@ -7093,18 +6187,9 @@ export const Customer = {
7093
6187
  buyPrice
7094
6188
  createdAt
7095
6189
  updatedAt
7096
- trades {
7097
- id
7098
- }
7099
- orders {
7100
- id
7101
- }
7102
6190
  positions {
7103
6191
  id
7104
6192
  assetId
7105
- asset {
7106
- id
7107
- }
7108
6193
  averageEntryPrice
7109
6194
  qty
7110
6195
  qtyAvailable
@@ -7118,9 +6203,6 @@ export const Customer = {
7118
6203
  lastTradePrice
7119
6204
  changeToday
7120
6205
  assetMarginable
7121
- alpacaAccount {
7122
- id
7123
- }
7124
6206
  alpacaAccountId
7125
6207
  }
7126
6208
  newsMentions {
@@ -7145,12 +6227,6 @@ export const Customer = {
7145
6227
  logo
7146
6228
  createdAt
7147
6229
  updatedAt
7148
- assets {
7149
- id
7150
- }
7151
- }
7152
- asset {
7153
- id
7154
6230
  }
7155
6231
  relevancyScore
7156
6232
  sentimentScore
@@ -7186,9 +6262,6 @@ export const Customer = {
7186
6262
  createdAt
7187
6263
  updatedAt
7188
6264
  orderId
7189
- Order {
7190
- id
7191
- }
7192
6265
  }
7193
6266
  takeProfit {
7194
6267
  id
@@ -7197,9 +6270,6 @@ export const Customer = {
7197
6270
  createdAt
7198
6271
  updatedAt
7199
6272
  orderId
7200
- Order {
7201
- id
7202
- }
7203
6273
  }
7204
6274
  trailPrice
7205
6275
  trailPercent
@@ -7211,9 +6281,6 @@ export const Customer = {
7211
6281
  filledAt
7212
6282
  filledAvgPrice
7213
6283
  actionId
7214
- alpacaAccount {
7215
- id
7216
- }
7217
6284
  action {
7218
6285
  id
7219
6286
  sequence
@@ -7237,9 +6304,6 @@ export const Customer = {
7237
6304
  createdAt
7238
6305
  updatedAt
7239
6306
  status
7240
- alpacaAccount {
7241
- id
7242
- }
7243
6307
  asset {
7244
6308
  id
7245
6309
  symbol
@@ -7299,18 +6363,9 @@ export const Customer = {
7299
6363
  buyPrice
7300
6364
  createdAt
7301
6365
  updatedAt
7302
- trades {
7303
- id
7304
- }
7305
- orders {
7306
- id
7307
- }
7308
6366
  positions {
7309
6367
  id
7310
6368
  assetId
7311
- asset {
7312
- id
7313
- }
7314
6369
  averageEntryPrice
7315
6370
  qty
7316
6371
  qtyAvailable
@@ -7324,9 +6379,6 @@ export const Customer = {
7324
6379
  lastTradePrice
7325
6380
  changeToday
7326
6381
  assetMarginable
7327
- alpacaAccount {
7328
- id
7329
- }
7330
6382
  alpacaAccountId
7331
6383
  }
7332
6384
  newsMentions {
@@ -7351,24 +6403,12 @@ export const Customer = {
7351
6403
  logo
7352
6404
  createdAt
7353
6405
  updatedAt
7354
- assets {
7355
- id
7356
- }
7357
- }
7358
- asset {
7359
- id
7360
6406
  }
7361
6407
  relevancyScore
7362
6408
  sentimentScore
7363
6409
  sentimentLabel
7364
6410
  }
7365
6411
  }
7366
- actions {
7367
- id
7368
- }
7369
- }
7370
- order {
7371
- id
7372
6412
  }
7373
6413
  }
7374
6414
  asset {
@@ -7445,12 +6485,6 @@ export const Customer = {
7445
6485
  createdAt
7446
6486
  updatedAt
7447
6487
  status
7448
- alpacaAccount {
7449
- id
7450
- }
7451
- asset {
7452
- id
7453
- }
7454
6488
  actions {
7455
6489
  id
7456
6490
  sequence
@@ -7459,23 +6493,11 @@ export const Customer = {
7459
6493
  note
7460
6494
  status
7461
6495
  fee
7462
- trade {
7463
- id
7464
- }
7465
- order {
7466
- id
7467
- }
7468
6496
  }
7469
6497
  }
7470
- orders {
7471
- id
7472
- }
7473
6498
  positions {
7474
6499
  id
7475
6500
  assetId
7476
- asset {
7477
- id
7478
- }
7479
6501
  averageEntryPrice
7480
6502
  qty
7481
6503
  qtyAvailable
@@ -7489,9 +6511,6 @@ export const Customer = {
7489
6511
  lastTradePrice
7490
6512
  changeToday
7491
6513
  assetMarginable
7492
- alpacaAccount {
7493
- id
7494
- }
7495
6514
  alpacaAccountId
7496
6515
  }
7497
6516
  newsMentions {
@@ -7516,12 +6535,6 @@ export const Customer = {
7516
6535
  logo
7517
6536
  createdAt
7518
6537
  updatedAt
7519
- assets {
7520
- id
7521
- }
7522
- }
7523
- asset {
7524
- id
7525
6538
  }
7526
6539
  relevancyScore
7527
6540
  sentimentScore
@@ -7612,12 +6625,6 @@ export const Customer = {
7612
6625
  createdAt
7613
6626
  updatedAt
7614
6627
  status
7615
- alpacaAccount {
7616
- id
7617
- }
7618
- asset {
7619
- id
7620
- }
7621
6628
  actions {
7622
6629
  id
7623
6630
  sequence
@@ -7626,9 +6633,6 @@ export const Customer = {
7626
6633
  note
7627
6634
  status
7628
6635
  fee
7629
- trade {
7630
- id
7631
- }
7632
6636
  order {
7633
6637
  id
7634
6638
  clientOrderId
@@ -7649,9 +6653,6 @@ export const Customer = {
7649
6653
  createdAt
7650
6654
  updatedAt
7651
6655
  orderId
7652
- Order {
7653
- id
7654
- }
7655
6656
  }
7656
6657
  takeProfit {
7657
6658
  id
@@ -7660,9 +6661,6 @@ export const Customer = {
7660
6661
  createdAt
7661
6662
  updatedAt
7662
6663
  orderId
7663
- Order {
7664
- id
7665
- }
7666
6664
  }
7667
6665
  trailPrice
7668
6666
  trailPercent
@@ -7674,15 +6672,6 @@ export const Customer = {
7674
6672
  filledAt
7675
6673
  filledAvgPrice
7676
6674
  actionId
7677
- alpacaAccount {
7678
- id
7679
- }
7680
- action {
7681
- id
7682
- }
7683
- asset {
7684
- id
7685
- }
7686
6675
  fee
7687
6676
  strikePrice
7688
6677
  expirationDate
@@ -7712,9 +6701,6 @@ export const Customer = {
7712
6701
  createdAt
7713
6702
  updatedAt
7714
6703
  orderId
7715
- Order {
7716
- id
7717
- }
7718
6704
  }
7719
6705
  takeProfit {
7720
6706
  id
@@ -7723,9 +6709,6 @@ export const Customer = {
7723
6709
  createdAt
7724
6710
  updatedAt
7725
6711
  orderId
7726
- Order {
7727
- id
7728
- }
7729
6712
  }
7730
6713
  trailPrice
7731
6714
  trailPercent
@@ -7737,9 +6720,6 @@ export const Customer = {
7737
6720
  filledAt
7738
6721
  filledAvgPrice
7739
6722
  actionId
7740
- alpacaAccount {
7741
- id
7742
- }
7743
6723
  action {
7744
6724
  id
7745
6725
  sequence
@@ -7763,23 +6743,8 @@ export const Customer = {
7763
6743
  createdAt
7764
6744
  updatedAt
7765
6745
  status
7766
- alpacaAccount {
7767
- id
7768
- }
7769
- asset {
7770
- id
7771
- }
7772
- actions {
7773
- id
7774
- }
7775
- }
7776
- order {
7777
- id
7778
6746
  }
7779
6747
  }
7780
- asset {
7781
- id
7782
- }
7783
6748
  fee
7784
6749
  strikePrice
7785
6750
  expirationDate
@@ -7787,9 +6752,6 @@ export const Customer = {
7787
6752
  stopLossId
7788
6753
  takeProfitId
7789
6754
  }
7790
- positions {
7791
- id
7792
- }
7793
6755
  newsMentions {
7794
6756
  id
7795
6757
  assetId
@@ -7812,12 +6774,6 @@ export const Customer = {
7812
6774
  logo
7813
6775
  createdAt
7814
6776
  updatedAt
7815
- assets {
7816
- id
7817
- }
7818
- }
7819
- asset {
7820
- id
7821
6777
  }
7822
6778
  relevancyScore
7823
6779
  sentimentScore
@@ -7837,9 +6793,6 @@ export const Customer = {
7837
6793
  lastTradePrice
7838
6794
  changeToday
7839
6795
  assetMarginable
7840
- alpacaAccount {
7841
- id
7842
- }
7843
6796
  alpacaAccountId
7844
6797
  }
7845
6798
  alerts {
@@ -7850,9 +6803,6 @@ export const Customer = {
7850
6803
  isRead
7851
6804
  createdAt
7852
6805
  updatedAt
7853
- alpacaAccount {
7854
- id
7855
- }
7856
6806
  }
7857
6807
  }
7858
6808
  }
@@ -7906,9 +6856,6 @@ export const Customer = {
7906
6856
  bio
7907
6857
  jobTitle
7908
6858
  currentAccount
7909
- customer {
7910
- id
7911
- }
7912
6859
  customerId
7913
6860
  accounts {
7914
6861
  id
@@ -7925,18 +6872,12 @@ export const Customer = {
7925
6872
  session_state
7926
6873
  createdAt
7927
6874
  updatedAt
7928
- user {
7929
- id
7930
- }
7931
6875
  }
7932
6876
  sessions {
7933
6877
  id
7934
6878
  sessionToken
7935
6879
  userId
7936
6880
  expires
7937
- user {
7938
- id
7939
- }
7940
6881
  createdAt
7941
6882
  updatedAt
7942
6883
  }
@@ -7946,9 +6887,6 @@ export const Customer = {
7946
6887
  credentialID
7947
6888
  publicKey
7948
6889
  counter
7949
- user {
7950
- id
7951
- }
7952
6890
  createdAt
7953
6891
  updatedAt
7954
6892
  }
@@ -7962,9 +6900,6 @@ export const Customer = {
7962
6900
  marketOpen
7963
6901
  minOrderSize
7964
6902
  maxOrderSize
7965
- user {
7966
- id
7967
- }
7968
6903
  userId
7969
6904
  createdAt
7970
6905
  updatedAt
@@ -7983,9 +6918,6 @@ export const Customer = {
7983
6918
  createdAt
7984
6919
  updatedAt
7985
6920
  status
7986
- alpacaAccount {
7987
- id
7988
- }
7989
6921
  asset {
7990
6922
  id
7991
6923
  symbol
@@ -8045,9 +6977,6 @@ export const Customer = {
8045
6977
  buyPrice
8046
6978
  createdAt
8047
6979
  updatedAt
8048
- trades {
8049
- id
8050
- }
8051
6980
  orders {
8052
6981
  id
8053
6982
  clientOrderId
@@ -8068,9 +6997,6 @@ export const Customer = {
8068
6997
  createdAt
8069
6998
  updatedAt
8070
6999
  orderId
8071
- Order {
8072
- id
8073
- }
8074
7000
  }
8075
7001
  takeProfit {
8076
7002
  id
@@ -8079,9 +7005,6 @@ export const Customer = {
8079
7005
  createdAt
8080
7006
  updatedAt
8081
7007
  orderId
8082
- Order {
8083
- id
8084
- }
8085
7008
  }
8086
7009
  trailPrice
8087
7010
  trailPercent
@@ -8093,9 +7016,6 @@ export const Customer = {
8093
7016
  filledAt
8094
7017
  filledAvgPrice
8095
7018
  actionId
8096
- alpacaAccount {
8097
- id
8098
- }
8099
7019
  action {
8100
7020
  id
8101
7021
  sequence
@@ -8104,15 +7024,6 @@ export const Customer = {
8104
7024
  note
8105
7025
  status
8106
7026
  fee
8107
- trade {
8108
- id
8109
- }
8110
- order {
8111
- id
8112
- }
8113
- }
8114
- asset {
8115
- id
8116
7027
  }
8117
7028
  fee
8118
7029
  strikePrice
@@ -8124,9 +7035,6 @@ export const Customer = {
8124
7035
  positions {
8125
7036
  id
8126
7037
  assetId
8127
- asset {
8128
- id
8129
- }
8130
7038
  averageEntryPrice
8131
7039
  qty
8132
7040
  qtyAvailable
@@ -8140,9 +7048,6 @@ export const Customer = {
8140
7048
  lastTradePrice
8141
7049
  changeToday
8142
7050
  assetMarginable
8143
- alpacaAccount {
8144
- id
8145
- }
8146
7051
  alpacaAccountId
8147
7052
  }
8148
7053
  newsMentions {
@@ -8167,12 +7072,6 @@ export const Customer = {
8167
7072
  logo
8168
7073
  createdAt
8169
7074
  updatedAt
8170
- assets {
8171
- id
8172
- }
8173
- }
8174
- asset {
8175
- id
8176
7075
  }
8177
7076
  relevancyScore
8178
7077
  sentimentScore
@@ -8187,9 +7086,6 @@ export const Customer = {
8187
7086
  note
8188
7087
  status
8189
7088
  fee
8190
- trade {
8191
- id
8192
- }
8193
7089
  order {
8194
7090
  id
8195
7091
  clientOrderId
@@ -8210,9 +7106,6 @@ export const Customer = {
8210
7106
  createdAt
8211
7107
  updatedAt
8212
7108
  orderId
8213
- Order {
8214
- id
8215
- }
8216
7109
  }
8217
7110
  takeProfit {
8218
7111
  id
@@ -8221,9 +7114,6 @@ export const Customer = {
8221
7114
  createdAt
8222
7115
  updatedAt
8223
7116
  orderId
8224
- Order {
8225
- id
8226
- }
8227
7117
  }
8228
7118
  trailPrice
8229
7119
  trailPercent
@@ -8235,12 +7125,6 @@ export const Customer = {
8235
7125
  filledAt
8236
7126
  filledAvgPrice
8237
7127
  actionId
8238
- alpacaAccount {
8239
- id
8240
- }
8241
- action {
8242
- id
8243
- }
8244
7128
  asset {
8245
7129
  id
8246
7130
  symbol
@@ -8300,18 +7184,9 @@ export const Customer = {
8300
7184
  buyPrice
8301
7185
  createdAt
8302
7186
  updatedAt
8303
- trades {
8304
- id
8305
- }
8306
- orders {
8307
- id
8308
- }
8309
7187
  positions {
8310
7188
  id
8311
7189
  assetId
8312
- asset {
8313
- id
8314
- }
8315
7190
  averageEntryPrice
8316
7191
  qty
8317
7192
  qtyAvailable
@@ -8325,9 +7200,6 @@ export const Customer = {
8325
7200
  lastTradePrice
8326
7201
  changeToday
8327
7202
  assetMarginable
8328
- alpacaAccount {
8329
- id
8330
- }
8331
7203
  alpacaAccountId
8332
7204
  }
8333
7205
  newsMentions {
@@ -8352,12 +7224,6 @@ export const Customer = {
8352
7224
  logo
8353
7225
  createdAt
8354
7226
  updatedAt
8355
- assets {
8356
- id
8357
- }
8358
- }
8359
- asset {
8360
- id
8361
7227
  }
8362
7228
  relevancyScore
8363
7229
  sentimentScore
@@ -8393,9 +7259,6 @@ export const Customer = {
8393
7259
  createdAt
8394
7260
  updatedAt
8395
7261
  orderId
8396
- Order {
8397
- id
8398
- }
8399
7262
  }
8400
7263
  takeProfit {
8401
7264
  id
@@ -8404,9 +7267,6 @@ export const Customer = {
8404
7267
  createdAt
8405
7268
  updatedAt
8406
7269
  orderId
8407
- Order {
8408
- id
8409
- }
8410
7270
  }
8411
7271
  trailPrice
8412
7272
  trailPercent
@@ -8418,9 +7278,6 @@ export const Customer = {
8418
7278
  filledAt
8419
7279
  filledAvgPrice
8420
7280
  actionId
8421
- alpacaAccount {
8422
- id
8423
- }
8424
7281
  action {
8425
7282
  id
8426
7283
  sequence
@@ -8444,9 +7301,6 @@ export const Customer = {
8444
7301
  createdAt
8445
7302
  updatedAt
8446
7303
  status
8447
- alpacaAccount {
8448
- id
8449
- }
8450
7304
  asset {
8451
7305
  id
8452
7306
  symbol
@@ -8506,18 +7360,9 @@ export const Customer = {
8506
7360
  buyPrice
8507
7361
  createdAt
8508
7362
  updatedAt
8509
- trades {
8510
- id
8511
- }
8512
- orders {
8513
- id
8514
- }
8515
7363
  positions {
8516
7364
  id
8517
7365
  assetId
8518
- asset {
8519
- id
8520
- }
8521
7366
  averageEntryPrice
8522
7367
  qty
8523
7368
  qtyAvailable
@@ -8531,9 +7376,6 @@ export const Customer = {
8531
7376
  lastTradePrice
8532
7377
  changeToday
8533
7378
  assetMarginable
8534
- alpacaAccount {
8535
- id
8536
- }
8537
7379
  alpacaAccountId
8538
7380
  }
8539
7381
  newsMentions {
@@ -8558,24 +7400,12 @@ export const Customer = {
8558
7400
  logo
8559
7401
  createdAt
8560
7402
  updatedAt
8561
- assets {
8562
- id
8563
- }
8564
- }
8565
- asset {
8566
- id
8567
7403
  }
8568
7404
  relevancyScore
8569
7405
  sentimentScore
8570
7406
  sentimentLabel
8571
7407
  }
8572
7408
  }
8573
- actions {
8574
- id
8575
- }
8576
- }
8577
- order {
8578
- id
8579
7409
  }
8580
7410
  }
8581
7411
  asset {
@@ -8652,12 +7482,6 @@ export const Customer = {
8652
7482
  createdAt
8653
7483
  updatedAt
8654
7484
  status
8655
- alpacaAccount {
8656
- id
8657
- }
8658
- asset {
8659
- id
8660
- }
8661
7485
  actions {
8662
7486
  id
8663
7487
  sequence
@@ -8666,23 +7490,11 @@ export const Customer = {
8666
7490
  note
8667
7491
  status
8668
7492
  fee
8669
- trade {
8670
- id
8671
- }
8672
- order {
8673
- id
8674
- }
8675
7493
  }
8676
7494
  }
8677
- orders {
8678
- id
8679
- }
8680
7495
  positions {
8681
7496
  id
8682
7497
  assetId
8683
- asset {
8684
- id
8685
- }
8686
7498
  averageEntryPrice
8687
7499
  qty
8688
7500
  qtyAvailable
@@ -8696,9 +7508,6 @@ export const Customer = {
8696
7508
  lastTradePrice
8697
7509
  changeToday
8698
7510
  assetMarginable
8699
- alpacaAccount {
8700
- id
8701
- }
8702
7511
  alpacaAccountId
8703
7512
  }
8704
7513
  newsMentions {
@@ -8723,12 +7532,6 @@ export const Customer = {
8723
7532
  logo
8724
7533
  createdAt
8725
7534
  updatedAt
8726
- assets {
8727
- id
8728
- }
8729
- }
8730
- asset {
8731
- id
8732
7535
  }
8733
7536
  relevancyScore
8734
7537
  sentimentScore
@@ -8819,12 +7622,6 @@ export const Customer = {
8819
7622
  createdAt
8820
7623
  updatedAt
8821
7624
  status
8822
- alpacaAccount {
8823
- id
8824
- }
8825
- asset {
8826
- id
8827
- }
8828
7625
  actions {
8829
7626
  id
8830
7627
  sequence
@@ -8833,9 +7630,6 @@ export const Customer = {
8833
7630
  note
8834
7631
  status
8835
7632
  fee
8836
- trade {
8837
- id
8838
- }
8839
7633
  order {
8840
7634
  id
8841
7635
  clientOrderId
@@ -8856,9 +7650,6 @@ export const Customer = {
8856
7650
  createdAt
8857
7651
  updatedAt
8858
7652
  orderId
8859
- Order {
8860
- id
8861
- }
8862
7653
  }
8863
7654
  takeProfit {
8864
7655
  id
@@ -8867,9 +7658,6 @@ export const Customer = {
8867
7658
  createdAt
8868
7659
  updatedAt
8869
7660
  orderId
8870
- Order {
8871
- id
8872
- }
8873
7661
  }
8874
7662
  trailPrice
8875
7663
  trailPercent
@@ -8881,15 +7669,6 @@ export const Customer = {
8881
7669
  filledAt
8882
7670
  filledAvgPrice
8883
7671
  actionId
8884
- alpacaAccount {
8885
- id
8886
- }
8887
- action {
8888
- id
8889
- }
8890
- asset {
8891
- id
8892
- }
8893
7672
  fee
8894
7673
  strikePrice
8895
7674
  expirationDate
@@ -8919,9 +7698,6 @@ export const Customer = {
8919
7698
  createdAt
8920
7699
  updatedAt
8921
7700
  orderId
8922
- Order {
8923
- id
8924
- }
8925
7701
  }
8926
7702
  takeProfit {
8927
7703
  id
@@ -8930,9 +7706,6 @@ export const Customer = {
8930
7706
  createdAt
8931
7707
  updatedAt
8932
7708
  orderId
8933
- Order {
8934
- id
8935
- }
8936
7709
  }
8937
7710
  trailPrice
8938
7711
  trailPercent
@@ -8944,9 +7717,6 @@ export const Customer = {
8944
7717
  filledAt
8945
7718
  filledAvgPrice
8946
7719
  actionId
8947
- alpacaAccount {
8948
- id
8949
- }
8950
7720
  action {
8951
7721
  id
8952
7722
  sequence
@@ -8970,22 +7740,7 @@ export const Customer = {
8970
7740
  createdAt
8971
7741
  updatedAt
8972
7742
  status
8973
- alpacaAccount {
8974
- id
8975
- }
8976
- asset {
8977
- id
8978
- }
8979
- actions {
8980
- id
8981
- }
8982
7743
  }
8983
- order {
8984
- id
8985
- }
8986
- }
8987
- asset {
8988
- id
8989
7744
  }
8990
7745
  fee
8991
7746
  strikePrice
@@ -8994,9 +7749,6 @@ export const Customer = {
8994
7749
  stopLossId
8995
7750
  takeProfitId
8996
7751
  }
8997
- positions {
8998
- id
8999
- }
9000
7752
  newsMentions {
9001
7753
  id
9002
7754
  assetId
@@ -9019,12 +7771,6 @@ export const Customer = {
9019
7771
  logo
9020
7772
  createdAt
9021
7773
  updatedAt
9022
- assets {
9023
- id
9024
- }
9025
- }
9026
- asset {
9027
- id
9028
7774
  }
9029
7775
  relevancyScore
9030
7776
  sentimentScore
@@ -9044,9 +7790,6 @@ export const Customer = {
9044
7790
  lastTradePrice
9045
7791
  changeToday
9046
7792
  assetMarginable
9047
- alpacaAccount {
9048
- id
9049
- }
9050
7793
  alpacaAccountId
9051
7794
  }
9052
7795
  alerts {
@@ -9057,9 +7800,6 @@ export const Customer = {
9057
7800
  isRead
9058
7801
  createdAt
9059
7802
  updatedAt
9060
- alpacaAccount {
9061
- id
9062
- }
9063
7803
  }
9064
7804
  }
9065
7805
  }