adaptic-backend 1.0.86 → 1.0.88

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 (389) hide show
  1. package/Account.cjs +43 -1260
  2. package/Action.cjs +65 -2016
  3. package/Alert.cjs +41 -1260
  4. package/AlpacaAccount.cjs +78 -1260
  5. package/Asset.cjs +78 -1548
  6. package/Authenticator.cjs +43 -1260
  7. package/Customer.cjs +43 -1260
  8. package/NewsArticle.cjs +43 -1548
  9. package/NewsArticleAssetSentiment.cjs +41 -1548
  10. package/Order.cjs +65 -1550
  11. package/Position.cjs +58 -1908
  12. package/Session.cjs +43 -1260
  13. package/StopLoss.cjs +70 -1549
  14. package/TakeProfit.cjs +70 -1549
  15. package/Trade.cjs +16 -1694
  16. package/User.cjs +41 -1260
  17. package/generated/typeStrings/Trade.cjs +7 -5
  18. package/generated/typeStrings/Trade.d.ts +1 -1
  19. package/generated/typeStrings/Trade.d.ts.map +1 -1
  20. package/generated/typeStrings/Trade.js.map +1 -1
  21. package/generated/typeStrings/index.d.ts +1 -1
  22. package/generated/typegraphql-prisma/enhance.cjs +32 -27
  23. package/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
  24. package/generated/typegraphql-prisma/enhance.js.map +1 -1
  25. package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.cjs +1 -0
  26. package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts +1 -0
  27. package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts.map +1 -1
  28. package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.js.map +1 -1
  29. package/generated/typegraphql-prisma/models/Trade.cjs +8 -0
  30. package/generated/typegraphql-prisma/models/Trade.d.ts +4 -0
  31. package/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
  32. package/generated/typegraphql-prisma/models/Trade.js.map +1 -1
  33. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts +1 -1
  34. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts.map +1 -1
  35. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.js.map +1 -1
  36. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts +1 -1
  37. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts.map +1 -1
  38. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.js.map +1 -1
  39. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts +1 -1
  40. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts.map +1 -1
  41. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.js.map +1 -1
  42. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts +1 -1
  43. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts.map +1 -1
  44. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.js.map +1 -1
  45. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.cjs +50 -0
  46. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts +4 -0
  47. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts.map +1 -0
  48. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.js.map +1 -0
  49. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.cjs +69 -0
  50. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts +8 -0
  51. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts.map +1 -0
  52. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.js.map +1 -0
  53. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.cjs +89 -0
  54. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts +13 -0
  55. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
  56. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.js.map +1 -0
  57. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.cjs +68 -0
  58. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts +7 -0
  59. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts.map +1 -0
  60. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.js.map +1 -0
  61. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.cjs +88 -0
  62. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts +12 -0
  63. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
  64. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.js.map +1 -0
  65. package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.cjs +6 -0
  66. package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts +1 -0
  67. package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts.map +1 -1
  68. package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.js.map +1 -1
  69. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.cjs +7 -0
  70. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +1 -0
  71. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
  72. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
  73. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.cjs +7 -0
  74. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts +1 -0
  75. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts.map +1 -1
  76. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.js.map +1 -1
  77. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.cjs +7 -0
  78. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts +1 -0
  79. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts.map +1 -1
  80. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.js.map +1 -1
  81. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.cjs +7 -0
  82. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +1 -0
  83. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
  84. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
  85. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.cjs +7 -0
  86. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +1 -0
  87. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
  88. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
  89. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.cjs +7 -0
  90. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts +1 -0
  91. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
  92. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.js.map +1 -1
  93. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.cjs +7 -0
  94. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts +1 -0
  95. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts.map +1 -1
  96. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.js.map +1 -1
  97. package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.cjs +6 -0
  98. package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts +1 -0
  99. package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts.map +1 -1
  100. package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.js.map +1 -1
  101. package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.cjs +6 -0
  102. package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts +1 -0
  103. package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts.map +1 -1
  104. package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.js.map +1 -1
  105. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.cjs +6 -0
  106. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts +1 -0
  107. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts.map +1 -1
  108. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.js.map +1 -1
  109. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.cjs +6 -0
  110. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts +1 -0
  111. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts.map +1 -1
  112. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.js.map +1 -1
  113. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.cjs +7 -0
  114. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts +2 -0
  115. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts.map +1 -1
  116. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.js.map +1 -1
  117. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.cjs +7 -0
  118. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts +2 -0
  119. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts.map +1 -1
  120. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.js.map +1 -1
  121. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.cjs +7 -0
  122. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts +2 -0
  123. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts.map +1 -1
  124. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.js.map +1 -1
  125. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.cjs +7 -0
  126. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts +2 -0
  127. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts.map +1 -1
  128. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.js.map +1 -1
  129. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.cjs +7 -0
  130. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts +2 -0
  131. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts.map +1 -1
  132. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.js.map +1 -1
  133. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.cjs +7 -0
  134. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts +2 -0
  135. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
  136. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.js.map +1 -1
  137. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.cjs +7 -0
  138. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts +2 -0
  139. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts.map +1 -1
  140. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.js.map +1 -1
  141. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.cjs +7 -0
  142. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts +2 -0
  143. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts.map +1 -1
  144. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.js.map +1 -1
  145. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.cjs +7 -0
  146. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts +2 -0
  147. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts.map +1 -1
  148. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.js.map +1 -1
  149. package/generated/typegraphql-prisma/resolvers/inputs/index.cjs +20 -10
  150. package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +5 -0
  151. package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
  152. package/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
  153. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.cjs +7 -0
  154. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts +1 -0
  155. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts.map +1 -1
  156. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.js.map +1 -1
  157. package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.cjs +6 -0
  158. package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts +1 -0
  159. package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts.map +1 -1
  160. package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.js.map +1 -1
  161. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.cjs +7 -0
  162. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +1 -0
  163. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
  164. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
  165. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.cjs +7 -0
  166. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +1 -0
  167. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
  168. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
  169. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.cjs +7 -0
  170. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +1 -0
  171. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
  172. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
  173. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts +1 -1
  174. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts.map +1 -1
  175. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.js.map +1 -1
  176. package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts +1 -1
  177. package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts.map +1 -1
  178. package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.js.map +1 -1
  179. package/package.json +1 -1
  180. package/server/Account.d.ts.map +1 -1
  181. package/server/Account.js.map +1 -1
  182. package/server/Account.mjs +43 -1260
  183. package/server/Action.d.ts.map +1 -1
  184. package/server/Action.js.map +1 -1
  185. package/server/Action.mjs +65 -2016
  186. package/server/Alert.d.ts.map +1 -1
  187. package/server/Alert.js.map +1 -1
  188. package/server/Alert.mjs +41 -1260
  189. package/server/AlpacaAccount.d.ts.map +1 -1
  190. package/server/AlpacaAccount.js.map +1 -1
  191. package/server/AlpacaAccount.mjs +78 -1260
  192. package/server/Asset.d.ts.map +1 -1
  193. package/server/Asset.js.map +1 -1
  194. package/server/Asset.mjs +78 -1548
  195. package/server/Authenticator.d.ts.map +1 -1
  196. package/server/Authenticator.js.map +1 -1
  197. package/server/Authenticator.mjs +43 -1260
  198. package/server/Customer.d.ts.map +1 -1
  199. package/server/Customer.js.map +1 -1
  200. package/server/Customer.mjs +43 -1260
  201. package/server/NewsArticle.d.ts.map +1 -1
  202. package/server/NewsArticle.js.map +1 -1
  203. package/server/NewsArticle.mjs +43 -1548
  204. package/server/NewsArticleAssetSentiment.d.ts.map +1 -1
  205. package/server/NewsArticleAssetSentiment.js.map +1 -1
  206. package/server/NewsArticleAssetSentiment.mjs +41 -1548
  207. package/server/Order.d.ts.map +1 -1
  208. package/server/Order.js.map +1 -1
  209. package/server/Order.mjs +65 -1550
  210. package/server/Position.d.ts.map +1 -1
  211. package/server/Position.js.map +1 -1
  212. package/server/Position.mjs +58 -1908
  213. package/server/Session.d.ts.map +1 -1
  214. package/server/Session.js.map +1 -1
  215. package/server/Session.mjs +43 -1260
  216. package/server/StopLoss.d.ts.map +1 -1
  217. package/server/StopLoss.js.map +1 -1
  218. package/server/StopLoss.mjs +70 -1549
  219. package/server/TakeProfit.d.ts.map +1 -1
  220. package/server/TakeProfit.js.map +1 -1
  221. package/server/TakeProfit.mjs +70 -1549
  222. package/server/Trade.d.ts.map +1 -1
  223. package/server/Trade.js.map +1 -1
  224. package/server/Trade.mjs +16 -1694
  225. package/server/User.d.ts.map +1 -1
  226. package/server/User.js.map +1 -1
  227. package/server/User.mjs +41 -1260
  228. package/server/generated/typeStrings/Trade.d.ts +1 -1
  229. package/server/generated/typeStrings/Trade.d.ts.map +1 -1
  230. package/server/generated/typeStrings/Trade.js.map +1 -1
  231. package/server/generated/typeStrings/Trade.mjs +7 -5
  232. package/server/generated/typeStrings/index.d.ts +1 -1
  233. package/server/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
  234. package/server/generated/typegraphql-prisma/enhance.js.map +1 -1
  235. package/server/generated/typegraphql-prisma/enhance.mjs +32 -27
  236. package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts +1 -0
  237. package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts.map +1 -1
  238. package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.js.map +1 -1
  239. package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.mjs +1 -0
  240. package/server/generated/typegraphql-prisma/models/Trade.d.ts +4 -0
  241. package/server/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
  242. package/server/generated/typegraphql-prisma/models/Trade.js.map +1 -1
  243. package/server/generated/typegraphql-prisma/models/Trade.mjs +12 -0
  244. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts +1 -1
  245. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts.map +1 -1
  246. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.js.map +1 -1
  247. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts +1 -1
  248. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts.map +1 -1
  249. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.js.map +1 -1
  250. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts +1 -1
  251. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts.map +1 -1
  252. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.js.map +1 -1
  253. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts +1 -1
  254. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts.map +1 -1
  255. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.js.map +1 -1
  256. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts +4 -0
  257. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts.map +1 -0
  258. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.js.map +1 -0
  259. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.mjs +25 -0
  260. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts +8 -0
  261. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts.map +1 -0
  262. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.js.map +1 -0
  263. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.mjs +47 -0
  264. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts +13 -0
  265. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
  266. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.js.map +1 -0
  267. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.mjs +70 -0
  268. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts +7 -0
  269. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts.map +1 -0
  270. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.js.map +1 -0
  271. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.mjs +46 -0
  272. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts +12 -0
  273. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
  274. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.js.map +1 -0
  275. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.mjs +69 -0
  276. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts +1 -0
  277. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts.map +1 -1
  278. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.js.map +1 -1
  279. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.mjs +7 -0
  280. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +1 -0
  281. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
  282. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
  283. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.mjs +8 -0
  284. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts +1 -0
  285. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts.map +1 -1
  286. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.js.map +1 -1
  287. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.mjs +8 -0
  288. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts +1 -0
  289. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts.map +1 -1
  290. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.js.map +1 -1
  291. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.mjs +8 -0
  292. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +1 -0
  293. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
  294. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
  295. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.mjs +8 -0
  296. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +1 -0
  297. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
  298. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
  299. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.mjs +8 -0
  300. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts +1 -0
  301. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
  302. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.js.map +1 -1
  303. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.mjs +8 -0
  304. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts +1 -0
  305. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts.map +1 -1
  306. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.js.map +1 -1
  307. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.mjs +8 -0
  308. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts +1 -0
  309. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts.map +1 -1
  310. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.js.map +1 -1
  311. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.mjs +7 -0
  312. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts +1 -0
  313. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts.map +1 -1
  314. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.js.map +1 -1
  315. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.mjs +7 -0
  316. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts +1 -0
  317. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts.map +1 -1
  318. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.js.map +1 -1
  319. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.mjs +7 -0
  320. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts +1 -0
  321. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts.map +1 -1
  322. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.js.map +1 -1
  323. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.mjs +7 -0
  324. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts +2 -0
  325. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts.map +1 -1
  326. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.js.map +1 -1
  327. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.mjs +8 -0
  328. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts +2 -0
  329. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts.map +1 -1
  330. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.js.map +1 -1
  331. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.mjs +8 -0
  332. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts +2 -0
  333. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts.map +1 -1
  334. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.js.map +1 -1
  335. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.mjs +8 -0
  336. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts +2 -0
  337. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts.map +1 -1
  338. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.js.map +1 -1
  339. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.mjs +8 -0
  340. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts +2 -0
  341. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts.map +1 -1
  342. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.js.map +1 -1
  343. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.mjs +8 -0
  344. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts +2 -0
  345. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
  346. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.js.map +1 -1
  347. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.mjs +8 -0
  348. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts +2 -0
  349. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts.map +1 -1
  350. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.js.map +1 -1
  351. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.mjs +8 -0
  352. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts +2 -0
  353. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts.map +1 -1
  354. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.js.map +1 -1
  355. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.mjs +8 -0
  356. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts +2 -0
  357. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts.map +1 -1
  358. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.js.map +1 -1
  359. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.mjs +8 -0
  360. package/server/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +5 -0
  361. package/server/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
  362. package/server/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
  363. package/server/generated/typegraphql-prisma/resolvers/inputs/index.mjs +5 -0
  364. package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts +1 -0
  365. package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts.map +1 -1
  366. package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.js.map +1 -1
  367. package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.mjs +8 -0
  368. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts +1 -0
  369. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts.map +1 -1
  370. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.js.map +1 -1
  371. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.mjs +7 -0
  372. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +1 -0
  373. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
  374. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
  375. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.mjs +8 -0
  376. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +1 -0
  377. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
  378. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
  379. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.mjs +8 -0
  380. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +1 -0
  381. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
  382. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
  383. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.mjs +8 -0
  384. package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts +1 -1
  385. package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts.map +1 -1
  386. package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.js.map +1 -1
  387. package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts +1 -1
  388. package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts.map +1 -1
  389. package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.js.map +1 -1
@@ -37,9 +37,6 @@ export const NewsArticleAssetSentiment = {
37
37
  logo
38
38
  createdAt
39
39
  updatedAt
40
- assets {
41
- id
42
- }
43
40
  }
44
41
  asset {
45
42
  id
@@ -107,6 +104,7 @@ export const NewsArticleAssetSentiment = {
107
104
  qty
108
105
  price
109
106
  total
107
+ optionType
110
108
  signal
111
109
  strategy
112
110
  analysis
@@ -147,9 +145,6 @@ export const NewsArticleAssetSentiment = {
147
145
  stripeCurrentPeriodEnd
148
146
  createdAt
149
147
  updatedAt
150
- users {
151
- id
152
- }
153
148
  }
154
149
  customerId
155
150
  accounts {
@@ -167,18 +162,12 @@ export const NewsArticleAssetSentiment = {
167
162
  session_state
168
163
  createdAt
169
164
  updatedAt
170
- user {
171
- id
172
- }
173
165
  }
174
166
  sessions {
175
167
  id
176
168
  sessionToken
177
169
  userId
178
170
  expires
179
- user {
180
- id
181
- }
182
171
  createdAt
183
172
  updatedAt
184
173
  }
@@ -188,23 +177,14 @@ export const NewsArticleAssetSentiment = {
188
177
  credentialID
189
178
  publicKey
190
179
  counter
191
- user {
192
- id
193
- }
194
180
  createdAt
195
181
  updatedAt
196
182
  }
197
183
  plan
198
- alpacaAccounts {
199
- id
200
- }
201
184
  }
202
185
  userId
203
186
  createdAt
204
187
  updatedAt
205
- trades {
206
- id
207
- }
208
188
  orders {
209
189
  id
210
190
  clientOrderId
@@ -225,9 +205,6 @@ export const NewsArticleAssetSentiment = {
225
205
  createdAt
226
206
  updatedAt
227
207
  orderId
228
- Order {
229
- id
230
- }
231
208
  }
232
209
  takeProfit {
233
210
  id
@@ -236,9 +213,6 @@ export const NewsArticleAssetSentiment = {
236
213
  createdAt
237
214
  updatedAt
238
215
  orderId
239
- Order {
240
- id
241
- }
242
216
  }
243
217
  trailPrice
244
218
  trailPercent
@@ -250,9 +224,6 @@ export const NewsArticleAssetSentiment = {
250
224
  filledAt
251
225
  filledAvgPrice
252
226
  actionId
253
- alpacaAccount {
254
- id
255
- }
256
227
  action {
257
228
  id
258
229
  sequence
@@ -261,15 +232,6 @@ export const NewsArticleAssetSentiment = {
261
232
  note
262
233
  status
263
234
  fee
264
- trade {
265
- id
266
- }
267
- order {
268
- id
269
- }
270
- }
271
- asset {
272
- id
273
235
  }
274
236
  fee
275
237
  strikePrice
@@ -281,9 +243,6 @@ export const NewsArticleAssetSentiment = {
281
243
  positions {
282
244
  id
283
245
  assetId
284
- asset {
285
- id
286
- }
287
246
  averageEntryPrice
288
247
  qty
289
248
  qtyAvailable
@@ -297,9 +256,6 @@ export const NewsArticleAssetSentiment = {
297
256
  lastTradePrice
298
257
  changeToday
299
258
  assetMarginable
300
- alpacaAccount {
301
- id
302
- }
303
259
  alpacaAccountId
304
260
  }
305
261
  alerts {
@@ -310,14 +266,8 @@ export const NewsArticleAssetSentiment = {
310
266
  isRead
311
267
  createdAt
312
268
  updatedAt
313
- alpacaAccount {
314
- id
315
- }
316
269
  }
317
270
  }
318
- asset {
319
- id
320
- }
321
271
  actions {
322
272
  id
323
273
  sequence
@@ -326,9 +276,6 @@ export const NewsArticleAssetSentiment = {
326
276
  note
327
277
  status
328
278
  fee
329
- trade {
330
- id
331
- }
332
279
  order {
333
280
  id
334
281
  clientOrderId
@@ -349,9 +296,6 @@ export const NewsArticleAssetSentiment = {
349
296
  createdAt
350
297
  updatedAt
351
298
  orderId
352
- Order {
353
- id
354
- }
355
299
  }
356
300
  takeProfit {
357
301
  id
@@ -360,9 +304,6 @@ export const NewsArticleAssetSentiment = {
360
304
  createdAt
361
305
  updatedAt
362
306
  orderId
363
- Order {
364
- id
365
- }
366
307
  }
367
308
  trailPrice
368
309
  trailPercent
@@ -406,9 +347,6 @@ export const NewsArticleAssetSentiment = {
406
347
  stripeCurrentPeriodEnd
407
348
  createdAt
408
349
  updatedAt
409
- users {
410
- id
411
- }
412
350
  }
413
351
  customerId
414
352
  accounts {
@@ -426,18 +364,12 @@ export const NewsArticleAssetSentiment = {
426
364
  session_state
427
365
  createdAt
428
366
  updatedAt
429
- user {
430
- id
431
- }
432
367
  }
433
368
  sessions {
434
369
  id
435
370
  sessionToken
436
371
  userId
437
372
  expires
438
- user {
439
- id
440
- }
441
373
  createdAt
442
374
  updatedAt
443
375
  }
@@ -447,32 +379,17 @@ export const NewsArticleAssetSentiment = {
447
379
  credentialID
448
380
  publicKey
449
381
  counter
450
- user {
451
- id
452
- }
453
382
  createdAt
454
383
  updatedAt
455
384
  }
456
385
  plan
457
- alpacaAccounts {
458
- id
459
- }
460
386
  }
461
387
  userId
462
388
  createdAt
463
389
  updatedAt
464
- trades {
465
- id
466
- }
467
- orders {
468
- id
469
- }
470
390
  positions {
471
391
  id
472
392
  assetId
473
- asset {
474
- id
475
- }
476
393
  averageEntryPrice
477
394
  qty
478
395
  qtyAvailable
@@ -486,9 +403,6 @@ export const NewsArticleAssetSentiment = {
486
403
  lastTradePrice
487
404
  changeToday
488
405
  assetMarginable
489
- alpacaAccount {
490
- id
491
- }
492
406
  alpacaAccountId
493
407
  }
494
408
  alerts {
@@ -499,17 +413,8 @@ export const NewsArticleAssetSentiment = {
499
413
  isRead
500
414
  createdAt
501
415
  updatedAt
502
- alpacaAccount {
503
- id
504
- }
505
416
  }
506
417
  }
507
- action {
508
- id
509
- }
510
- asset {
511
- id
512
- }
513
418
  fee
514
419
  strikePrice
515
420
  expirationDate
@@ -539,9 +444,6 @@ export const NewsArticleAssetSentiment = {
539
444
  createdAt
540
445
  updatedAt
541
446
  orderId
542
- Order {
543
- id
544
- }
545
447
  }
546
448
  takeProfit {
547
449
  id
@@ -550,9 +452,6 @@ export const NewsArticleAssetSentiment = {
550
452
  createdAt
551
453
  updatedAt
552
454
  orderId
553
- Order {
554
- id
555
- }
556
455
  }
557
456
  trailPrice
558
457
  trailPercent
@@ -596,9 +495,6 @@ export const NewsArticleAssetSentiment = {
596
495
  stripeCurrentPeriodEnd
597
496
  createdAt
598
497
  updatedAt
599
- users {
600
- id
601
- }
602
498
  }
603
499
  customerId
604
500
  accounts {
@@ -616,18 +512,12 @@ export const NewsArticleAssetSentiment = {
616
512
  session_state
617
513
  createdAt
618
514
  updatedAt
619
- user {
620
- id
621
- }
622
515
  }
623
516
  sessions {
624
517
  id
625
518
  sessionToken
626
519
  userId
627
520
  expires
628
- user {
629
- id
630
- }
631
521
  createdAt
632
522
  updatedAt
633
523
  }
@@ -637,16 +527,10 @@ export const NewsArticleAssetSentiment = {
637
527
  credentialID
638
528
  publicKey
639
529
  counter
640
- user {
641
- id
642
- }
643
530
  createdAt
644
531
  updatedAt
645
532
  }
646
533
  plan
647
- alpacaAccounts {
648
- id
649
- }
650
534
  }
651
535
  userId
652
536
  createdAt
@@ -658,6 +542,7 @@ export const NewsArticleAssetSentiment = {
658
542
  qty
659
543
  price
660
544
  total
545
+ optionType
661
546
  signal
662
547
  strategy
663
548
  analysis
@@ -666,12 +551,6 @@ export const NewsArticleAssetSentiment = {
666
551
  createdAt
667
552
  updatedAt
668
553
  status
669
- alpacaAccount {
670
- id
671
- }
672
- asset {
673
- id
674
- }
675
554
  actions {
676
555
  id
677
556
  sequence
@@ -680,23 +559,11 @@ export const NewsArticleAssetSentiment = {
680
559
  note
681
560
  status
682
561
  fee
683
- trade {
684
- id
685
- }
686
- order {
687
- id
688
- }
689
562
  }
690
563
  }
691
- orders {
692
- id
693
- }
694
564
  positions {
695
565
  id
696
566
  assetId
697
- asset {
698
- id
699
- }
700
567
  averageEntryPrice
701
568
  qty
702
569
  qtyAvailable
@@ -710,9 +577,6 @@ export const NewsArticleAssetSentiment = {
710
577
  lastTradePrice
711
578
  changeToday
712
579
  assetMarginable
713
- alpacaAccount {
714
- id
715
- }
716
580
  alpacaAccountId
717
581
  }
718
582
  alerts {
@@ -723,9 +587,6 @@ export const NewsArticleAssetSentiment = {
723
587
  isRead
724
588
  createdAt
725
589
  updatedAt
726
- alpacaAccount {
727
- id
728
- }
729
590
  }
730
591
  }
731
592
  action {
@@ -743,6 +604,7 @@ export const NewsArticleAssetSentiment = {
743
604
  qty
744
605
  price
745
606
  total
607
+ optionType
746
608
  signal
747
609
  strategy
748
610
  analysis
@@ -783,9 +645,6 @@ export const NewsArticleAssetSentiment = {
783
645
  stripeCurrentPeriodEnd
784
646
  createdAt
785
647
  updatedAt
786
- users {
787
- id
788
- }
789
648
  }
790
649
  customerId
791
650
  accounts {
@@ -803,18 +662,12 @@ export const NewsArticleAssetSentiment = {
803
662
  session_state
804
663
  createdAt
805
664
  updatedAt
806
- user {
807
- id
808
- }
809
665
  }
810
666
  sessions {
811
667
  id
812
668
  sessionToken
813
669
  userId
814
670
  expires
815
- user {
816
- id
817
- }
818
671
  createdAt
819
672
  updatedAt
820
673
  }
@@ -824,32 +677,17 @@ export const NewsArticleAssetSentiment = {
824
677
  credentialID
825
678
  publicKey
826
679
  counter
827
- user {
828
- id
829
- }
830
680
  createdAt
831
681
  updatedAt
832
682
  }
833
683
  plan
834
- alpacaAccounts {
835
- id
836
- }
837
684
  }
838
685
  userId
839
686
  createdAt
840
687
  updatedAt
841
- trades {
842
- id
843
- }
844
- orders {
845
- id
846
- }
847
688
  positions {
848
689
  id
849
690
  assetId
850
- asset {
851
- id
852
- }
853
691
  averageEntryPrice
854
692
  qty
855
693
  qtyAvailable
@@ -863,9 +701,6 @@ export const NewsArticleAssetSentiment = {
863
701
  lastTradePrice
864
702
  changeToday
865
703
  assetMarginable
866
- alpacaAccount {
867
- id
868
- }
869
704
  alpacaAccountId
870
705
  }
871
706
  alerts {
@@ -876,25 +711,10 @@ export const NewsArticleAssetSentiment = {
876
711
  isRead
877
712
  createdAt
878
713
  updatedAt
879
- alpacaAccount {
880
- id
881
- }
882
714
  }
883
715
  }
884
- asset {
885
- id
886
- }
887
- actions {
888
- id
889
- }
890
- }
891
- order {
892
- id
893
716
  }
894
717
  }
895
- asset {
896
- id
897
- }
898
718
  fee
899
719
  strikePrice
900
720
  expirationDate
@@ -905,9 +725,6 @@ export const NewsArticleAssetSentiment = {
905
725
  positions {
906
726
  id
907
727
  assetId
908
- asset {
909
- id
910
- }
911
728
  averageEntryPrice
912
729
  qty
913
730
  qtyAvailable
@@ -953,9 +770,6 @@ export const NewsArticleAssetSentiment = {
953
770
  stripeCurrentPeriodEnd
954
771
  createdAt
955
772
  updatedAt
956
- users {
957
- id
958
- }
959
773
  }
960
774
  customerId
961
775
  accounts {
@@ -973,18 +787,12 @@ export const NewsArticleAssetSentiment = {
973
787
  session_state
974
788
  createdAt
975
789
  updatedAt
976
- user {
977
- id
978
- }
979
790
  }
980
791
  sessions {
981
792
  id
982
793
  sessionToken
983
794
  userId
984
795
  expires
985
- user {
986
- id
987
- }
988
796
  createdAt
989
797
  updatedAt
990
798
  }
@@ -994,16 +802,10 @@ export const NewsArticleAssetSentiment = {
994
802
  credentialID
995
803
  publicKey
996
804
  counter
997
- user {
998
- id
999
- }
1000
805
  createdAt
1001
806
  updatedAt
1002
807
  }
1003
808
  plan
1004
- alpacaAccounts {
1005
- id
1006
- }
1007
809
  }
1008
810
  userId
1009
811
  createdAt
@@ -1015,6 +817,7 @@ export const NewsArticleAssetSentiment = {
1015
817
  qty
1016
818
  price
1017
819
  total
820
+ optionType
1018
821
  signal
1019
822
  strategy
1020
823
  analysis
@@ -1023,12 +826,6 @@ export const NewsArticleAssetSentiment = {
1023
826
  createdAt
1024
827
  updatedAt
1025
828
  status
1026
- alpacaAccount {
1027
- id
1028
- }
1029
- asset {
1030
- id
1031
- }
1032
829
  actions {
1033
830
  id
1034
831
  sequence
@@ -1037,9 +834,6 @@ export const NewsArticleAssetSentiment = {
1037
834
  note
1038
835
  status
1039
836
  fee
1040
- trade {
1041
- id
1042
- }
1043
837
  order {
1044
838
  id
1045
839
  clientOrderId
@@ -1060,9 +854,6 @@ export const NewsArticleAssetSentiment = {
1060
854
  createdAt
1061
855
  updatedAt
1062
856
  orderId
1063
- Order {
1064
- id
1065
- }
1066
857
  }
1067
858
  takeProfit {
1068
859
  id
@@ -1071,9 +862,6 @@ export const NewsArticleAssetSentiment = {
1071
862
  createdAt
1072
863
  updatedAt
1073
864
  orderId
1074
- Order {
1075
- id
1076
- }
1077
865
  }
1078
866
  trailPrice
1079
867
  trailPercent
@@ -1085,15 +873,6 @@ export const NewsArticleAssetSentiment = {
1085
873
  filledAt
1086
874
  filledAvgPrice
1087
875
  actionId
1088
- alpacaAccount {
1089
- id
1090
- }
1091
- action {
1092
- id
1093
- }
1094
- asset {
1095
- id
1096
- }
1097
876
  fee
1098
877
  strikePrice
1099
878
  expirationDate
@@ -1123,9 +902,6 @@ export const NewsArticleAssetSentiment = {
1123
902
  createdAt
1124
903
  updatedAt
1125
904
  orderId
1126
- Order {
1127
- id
1128
- }
1129
905
  }
1130
906
  takeProfit {
1131
907
  id
@@ -1134,9 +910,6 @@ export const NewsArticleAssetSentiment = {
1134
910
  createdAt
1135
911
  updatedAt
1136
912
  orderId
1137
- Order {
1138
- id
1139
- }
1140
913
  }
1141
914
  trailPrice
1142
915
  trailPercent
@@ -1148,9 +921,6 @@ export const NewsArticleAssetSentiment = {
1148
921
  filledAt
1149
922
  filledAvgPrice
1150
923
  actionId
1151
- alpacaAccount {
1152
- id
1153
- }
1154
924
  action {
1155
925
  id
1156
926
  sequence
@@ -1166,6 +936,7 @@ export const NewsArticleAssetSentiment = {
1166
936
  qty
1167
937
  price
1168
938
  total
939
+ optionType
1169
940
  signal
1170
941
  strategy
1171
942
  analysis
@@ -1174,23 +945,8 @@ export const NewsArticleAssetSentiment = {
1174
945
  createdAt
1175
946
  updatedAt
1176
947
  status
1177
- alpacaAccount {
1178
- id
1179
- }
1180
- asset {
1181
- id
1182
- }
1183
- actions {
1184
- id
1185
- }
1186
- }
1187
- order {
1188
- id
1189
948
  }
1190
949
  }
1191
- asset {
1192
- id
1193
- }
1194
950
  fee
1195
951
  strikePrice
1196
952
  expirationDate
@@ -1198,9 +954,6 @@ export const NewsArticleAssetSentiment = {
1198
954
  stopLossId
1199
955
  takeProfitId
1200
956
  }
1201
- positions {
1202
- id
1203
- }
1204
957
  alerts {
1205
958
  id
1206
959
  alpacaAccountId
@@ -1209,16 +962,10 @@ export const NewsArticleAssetSentiment = {
1209
962
  isRead
1210
963
  createdAt
1211
964
  updatedAt
1212
- alpacaAccount {
1213
- id
1214
- }
1215
965
  }
1216
966
  }
1217
967
  alpacaAccountId
1218
968
  }
1219
- newsMentions {
1220
- id
1221
- }
1222
969
  }
1223
970
  relevancyScore
1224
971
  sentimentScore
@@ -1345,6 +1092,7 @@ export const NewsArticleAssetSentiment = {
1345
1092
  qty: item.qty !== undefined ? item.qty : undefined,
1346
1093
  price: item.price !== undefined ? item.price : undefined,
1347
1094
  total: item.total !== undefined ? item.total : undefined,
1095
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
1348
1096
  signal: item.signal !== undefined ? item.signal : undefined,
1349
1097
  strategy: item.strategy !== undefined ? item.strategy : undefined,
1350
1098
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -1643,9 +1391,6 @@ export const NewsArticleAssetSentiment = {
1643
1391
  logo
1644
1392
  createdAt
1645
1393
  updatedAt
1646
- assets {
1647
- id
1648
- }
1649
1394
  }
1650
1395
  asset {
1651
1396
  id
@@ -1713,6 +1458,7 @@ export const NewsArticleAssetSentiment = {
1713
1458
  qty
1714
1459
  price
1715
1460
  total
1461
+ optionType
1716
1462
  signal
1717
1463
  strategy
1718
1464
  analysis
@@ -1753,9 +1499,6 @@ export const NewsArticleAssetSentiment = {
1753
1499
  stripeCurrentPeriodEnd
1754
1500
  createdAt
1755
1501
  updatedAt
1756
- users {
1757
- id
1758
- }
1759
1502
  }
1760
1503
  customerId
1761
1504
  accounts {
@@ -1773,18 +1516,12 @@ export const NewsArticleAssetSentiment = {
1773
1516
  session_state
1774
1517
  createdAt
1775
1518
  updatedAt
1776
- user {
1777
- id
1778
- }
1779
1519
  }
1780
1520
  sessions {
1781
1521
  id
1782
1522
  sessionToken
1783
1523
  userId
1784
1524
  expires
1785
- user {
1786
- id
1787
- }
1788
1525
  createdAt
1789
1526
  updatedAt
1790
1527
  }
@@ -1794,23 +1531,14 @@ export const NewsArticleAssetSentiment = {
1794
1531
  credentialID
1795
1532
  publicKey
1796
1533
  counter
1797
- user {
1798
- id
1799
- }
1800
1534
  createdAt
1801
1535
  updatedAt
1802
1536
  }
1803
1537
  plan
1804
- alpacaAccounts {
1805
- id
1806
- }
1807
1538
  }
1808
1539
  userId
1809
1540
  createdAt
1810
1541
  updatedAt
1811
- trades {
1812
- id
1813
- }
1814
1542
  orders {
1815
1543
  id
1816
1544
  clientOrderId
@@ -1831,9 +1559,6 @@ export const NewsArticleAssetSentiment = {
1831
1559
  createdAt
1832
1560
  updatedAt
1833
1561
  orderId
1834
- Order {
1835
- id
1836
- }
1837
1562
  }
1838
1563
  takeProfit {
1839
1564
  id
@@ -1842,9 +1567,6 @@ export const NewsArticleAssetSentiment = {
1842
1567
  createdAt
1843
1568
  updatedAt
1844
1569
  orderId
1845
- Order {
1846
- id
1847
- }
1848
1570
  }
1849
1571
  trailPrice
1850
1572
  trailPercent
@@ -1856,9 +1578,6 @@ export const NewsArticleAssetSentiment = {
1856
1578
  filledAt
1857
1579
  filledAvgPrice
1858
1580
  actionId
1859
- alpacaAccount {
1860
- id
1861
- }
1862
1581
  action {
1863
1582
  id
1864
1583
  sequence
@@ -1867,15 +1586,6 @@ export const NewsArticleAssetSentiment = {
1867
1586
  note
1868
1587
  status
1869
1588
  fee
1870
- trade {
1871
- id
1872
- }
1873
- order {
1874
- id
1875
- }
1876
- }
1877
- asset {
1878
- id
1879
1589
  }
1880
1590
  fee
1881
1591
  strikePrice
@@ -1887,9 +1597,6 @@ export const NewsArticleAssetSentiment = {
1887
1597
  positions {
1888
1598
  id
1889
1599
  assetId
1890
- asset {
1891
- id
1892
- }
1893
1600
  averageEntryPrice
1894
1601
  qty
1895
1602
  qtyAvailable
@@ -1903,9 +1610,6 @@ export const NewsArticleAssetSentiment = {
1903
1610
  lastTradePrice
1904
1611
  changeToday
1905
1612
  assetMarginable
1906
- alpacaAccount {
1907
- id
1908
- }
1909
1613
  alpacaAccountId
1910
1614
  }
1911
1615
  alerts {
@@ -1916,14 +1620,8 @@ export const NewsArticleAssetSentiment = {
1916
1620
  isRead
1917
1621
  createdAt
1918
1622
  updatedAt
1919
- alpacaAccount {
1920
- id
1921
- }
1922
1623
  }
1923
1624
  }
1924
- asset {
1925
- id
1926
- }
1927
1625
  actions {
1928
1626
  id
1929
1627
  sequence
@@ -1932,9 +1630,6 @@ export const NewsArticleAssetSentiment = {
1932
1630
  note
1933
1631
  status
1934
1632
  fee
1935
- trade {
1936
- id
1937
- }
1938
1633
  order {
1939
1634
  id
1940
1635
  clientOrderId
@@ -1955,9 +1650,6 @@ export const NewsArticleAssetSentiment = {
1955
1650
  createdAt
1956
1651
  updatedAt
1957
1652
  orderId
1958
- Order {
1959
- id
1960
- }
1961
1653
  }
1962
1654
  takeProfit {
1963
1655
  id
@@ -1966,9 +1658,6 @@ export const NewsArticleAssetSentiment = {
1966
1658
  createdAt
1967
1659
  updatedAt
1968
1660
  orderId
1969
- Order {
1970
- id
1971
- }
1972
1661
  }
1973
1662
  trailPrice
1974
1663
  trailPercent
@@ -2012,9 +1701,6 @@ export const NewsArticleAssetSentiment = {
2012
1701
  stripeCurrentPeriodEnd
2013
1702
  createdAt
2014
1703
  updatedAt
2015
- users {
2016
- id
2017
- }
2018
1704
  }
2019
1705
  customerId
2020
1706
  accounts {
@@ -2032,18 +1718,12 @@ export const NewsArticleAssetSentiment = {
2032
1718
  session_state
2033
1719
  createdAt
2034
1720
  updatedAt
2035
- user {
2036
- id
2037
- }
2038
1721
  }
2039
1722
  sessions {
2040
1723
  id
2041
1724
  sessionToken
2042
1725
  userId
2043
1726
  expires
2044
- user {
2045
- id
2046
- }
2047
1727
  createdAt
2048
1728
  updatedAt
2049
1729
  }
@@ -2053,32 +1733,17 @@ export const NewsArticleAssetSentiment = {
2053
1733
  credentialID
2054
1734
  publicKey
2055
1735
  counter
2056
- user {
2057
- id
2058
- }
2059
1736
  createdAt
2060
1737
  updatedAt
2061
1738
  }
2062
1739
  plan
2063
- alpacaAccounts {
2064
- id
2065
- }
2066
1740
  }
2067
1741
  userId
2068
1742
  createdAt
2069
1743
  updatedAt
2070
- trades {
2071
- id
2072
- }
2073
- orders {
2074
- id
2075
- }
2076
1744
  positions {
2077
1745
  id
2078
1746
  assetId
2079
- asset {
2080
- id
2081
- }
2082
1747
  averageEntryPrice
2083
1748
  qty
2084
1749
  qtyAvailable
@@ -2092,9 +1757,6 @@ export const NewsArticleAssetSentiment = {
2092
1757
  lastTradePrice
2093
1758
  changeToday
2094
1759
  assetMarginable
2095
- alpacaAccount {
2096
- id
2097
- }
2098
1760
  alpacaAccountId
2099
1761
  }
2100
1762
  alerts {
@@ -2105,17 +1767,8 @@ export const NewsArticleAssetSentiment = {
2105
1767
  isRead
2106
1768
  createdAt
2107
1769
  updatedAt
2108
- alpacaAccount {
2109
- id
2110
- }
2111
1770
  }
2112
1771
  }
2113
- action {
2114
- id
2115
- }
2116
- asset {
2117
- id
2118
- }
2119
1772
  fee
2120
1773
  strikePrice
2121
1774
  expirationDate
@@ -2145,9 +1798,6 @@ export const NewsArticleAssetSentiment = {
2145
1798
  createdAt
2146
1799
  updatedAt
2147
1800
  orderId
2148
- Order {
2149
- id
2150
- }
2151
1801
  }
2152
1802
  takeProfit {
2153
1803
  id
@@ -2156,9 +1806,6 @@ export const NewsArticleAssetSentiment = {
2156
1806
  createdAt
2157
1807
  updatedAt
2158
1808
  orderId
2159
- Order {
2160
- id
2161
- }
2162
1809
  }
2163
1810
  trailPrice
2164
1811
  trailPercent
@@ -2202,9 +1849,6 @@ export const NewsArticleAssetSentiment = {
2202
1849
  stripeCurrentPeriodEnd
2203
1850
  createdAt
2204
1851
  updatedAt
2205
- users {
2206
- id
2207
- }
2208
1852
  }
2209
1853
  customerId
2210
1854
  accounts {
@@ -2222,18 +1866,12 @@ export const NewsArticleAssetSentiment = {
2222
1866
  session_state
2223
1867
  createdAt
2224
1868
  updatedAt
2225
- user {
2226
- id
2227
- }
2228
1869
  }
2229
1870
  sessions {
2230
1871
  id
2231
1872
  sessionToken
2232
1873
  userId
2233
1874
  expires
2234
- user {
2235
- id
2236
- }
2237
1875
  createdAt
2238
1876
  updatedAt
2239
1877
  }
@@ -2243,16 +1881,10 @@ export const NewsArticleAssetSentiment = {
2243
1881
  credentialID
2244
1882
  publicKey
2245
1883
  counter
2246
- user {
2247
- id
2248
- }
2249
1884
  createdAt
2250
1885
  updatedAt
2251
1886
  }
2252
1887
  plan
2253
- alpacaAccounts {
2254
- id
2255
- }
2256
1888
  }
2257
1889
  userId
2258
1890
  createdAt
@@ -2264,6 +1896,7 @@ export const NewsArticleAssetSentiment = {
2264
1896
  qty
2265
1897
  price
2266
1898
  total
1899
+ optionType
2267
1900
  signal
2268
1901
  strategy
2269
1902
  analysis
@@ -2272,12 +1905,6 @@ export const NewsArticleAssetSentiment = {
2272
1905
  createdAt
2273
1906
  updatedAt
2274
1907
  status
2275
- alpacaAccount {
2276
- id
2277
- }
2278
- asset {
2279
- id
2280
- }
2281
1908
  actions {
2282
1909
  id
2283
1910
  sequence
@@ -2286,23 +1913,11 @@ export const NewsArticleAssetSentiment = {
2286
1913
  note
2287
1914
  status
2288
1915
  fee
2289
- trade {
2290
- id
2291
- }
2292
- order {
2293
- id
2294
- }
2295
1916
  }
2296
1917
  }
2297
- orders {
2298
- id
2299
- }
2300
1918
  positions {
2301
1919
  id
2302
1920
  assetId
2303
- asset {
2304
- id
2305
- }
2306
1921
  averageEntryPrice
2307
1922
  qty
2308
1923
  qtyAvailable
@@ -2316,9 +1931,6 @@ export const NewsArticleAssetSentiment = {
2316
1931
  lastTradePrice
2317
1932
  changeToday
2318
1933
  assetMarginable
2319
- alpacaAccount {
2320
- id
2321
- }
2322
1934
  alpacaAccountId
2323
1935
  }
2324
1936
  alerts {
@@ -2329,9 +1941,6 @@ export const NewsArticleAssetSentiment = {
2329
1941
  isRead
2330
1942
  createdAt
2331
1943
  updatedAt
2332
- alpacaAccount {
2333
- id
2334
- }
2335
1944
  }
2336
1945
  }
2337
1946
  action {
@@ -2349,6 +1958,7 @@ export const NewsArticleAssetSentiment = {
2349
1958
  qty
2350
1959
  price
2351
1960
  total
1961
+ optionType
2352
1962
  signal
2353
1963
  strategy
2354
1964
  analysis
@@ -2389,9 +1999,6 @@ export const NewsArticleAssetSentiment = {
2389
1999
  stripeCurrentPeriodEnd
2390
2000
  createdAt
2391
2001
  updatedAt
2392
- users {
2393
- id
2394
- }
2395
2002
  }
2396
2003
  customerId
2397
2004
  accounts {
@@ -2409,18 +2016,12 @@ export const NewsArticleAssetSentiment = {
2409
2016
  session_state
2410
2017
  createdAt
2411
2018
  updatedAt
2412
- user {
2413
- id
2414
- }
2415
2019
  }
2416
2020
  sessions {
2417
2021
  id
2418
2022
  sessionToken
2419
2023
  userId
2420
2024
  expires
2421
- user {
2422
- id
2423
- }
2424
2025
  createdAt
2425
2026
  updatedAt
2426
2027
  }
@@ -2430,32 +2031,17 @@ export const NewsArticleAssetSentiment = {
2430
2031
  credentialID
2431
2032
  publicKey
2432
2033
  counter
2433
- user {
2434
- id
2435
- }
2436
2034
  createdAt
2437
2035
  updatedAt
2438
2036
  }
2439
2037
  plan
2440
- alpacaAccounts {
2441
- id
2442
- }
2443
2038
  }
2444
2039
  userId
2445
2040
  createdAt
2446
2041
  updatedAt
2447
- trades {
2448
- id
2449
- }
2450
- orders {
2451
- id
2452
- }
2453
2042
  positions {
2454
2043
  id
2455
2044
  assetId
2456
- asset {
2457
- id
2458
- }
2459
2045
  averageEntryPrice
2460
2046
  qty
2461
2047
  qtyAvailable
@@ -2469,9 +2055,6 @@ export const NewsArticleAssetSentiment = {
2469
2055
  lastTradePrice
2470
2056
  changeToday
2471
2057
  assetMarginable
2472
- alpacaAccount {
2473
- id
2474
- }
2475
2058
  alpacaAccountId
2476
2059
  }
2477
2060
  alerts {
@@ -2482,25 +2065,10 @@ export const NewsArticleAssetSentiment = {
2482
2065
  isRead
2483
2066
  createdAt
2484
2067
  updatedAt
2485
- alpacaAccount {
2486
- id
2487
- }
2488
2068
  }
2489
2069
  }
2490
- asset {
2491
- id
2492
- }
2493
- actions {
2494
- id
2495
- }
2496
- }
2497
- order {
2498
- id
2499
2070
  }
2500
2071
  }
2501
- asset {
2502
- id
2503
- }
2504
2072
  fee
2505
2073
  strikePrice
2506
2074
  expirationDate
@@ -2511,9 +2079,6 @@ export const NewsArticleAssetSentiment = {
2511
2079
  positions {
2512
2080
  id
2513
2081
  assetId
2514
- asset {
2515
- id
2516
- }
2517
2082
  averageEntryPrice
2518
2083
  qty
2519
2084
  qtyAvailable
@@ -2559,9 +2124,6 @@ export const NewsArticleAssetSentiment = {
2559
2124
  stripeCurrentPeriodEnd
2560
2125
  createdAt
2561
2126
  updatedAt
2562
- users {
2563
- id
2564
- }
2565
2127
  }
2566
2128
  customerId
2567
2129
  accounts {
@@ -2579,18 +2141,12 @@ export const NewsArticleAssetSentiment = {
2579
2141
  session_state
2580
2142
  createdAt
2581
2143
  updatedAt
2582
- user {
2583
- id
2584
- }
2585
2144
  }
2586
2145
  sessions {
2587
2146
  id
2588
2147
  sessionToken
2589
2148
  userId
2590
2149
  expires
2591
- user {
2592
- id
2593
- }
2594
2150
  createdAt
2595
2151
  updatedAt
2596
2152
  }
@@ -2600,16 +2156,10 @@ export const NewsArticleAssetSentiment = {
2600
2156
  credentialID
2601
2157
  publicKey
2602
2158
  counter
2603
- user {
2604
- id
2605
- }
2606
2159
  createdAt
2607
2160
  updatedAt
2608
2161
  }
2609
2162
  plan
2610
- alpacaAccounts {
2611
- id
2612
- }
2613
2163
  }
2614
2164
  userId
2615
2165
  createdAt
@@ -2621,6 +2171,7 @@ export const NewsArticleAssetSentiment = {
2621
2171
  qty
2622
2172
  price
2623
2173
  total
2174
+ optionType
2624
2175
  signal
2625
2176
  strategy
2626
2177
  analysis
@@ -2629,12 +2180,6 @@ export const NewsArticleAssetSentiment = {
2629
2180
  createdAt
2630
2181
  updatedAt
2631
2182
  status
2632
- alpacaAccount {
2633
- id
2634
- }
2635
- asset {
2636
- id
2637
- }
2638
2183
  actions {
2639
2184
  id
2640
2185
  sequence
@@ -2643,9 +2188,6 @@ export const NewsArticleAssetSentiment = {
2643
2188
  note
2644
2189
  status
2645
2190
  fee
2646
- trade {
2647
- id
2648
- }
2649
2191
  order {
2650
2192
  id
2651
2193
  clientOrderId
@@ -2666,9 +2208,6 @@ export const NewsArticleAssetSentiment = {
2666
2208
  createdAt
2667
2209
  updatedAt
2668
2210
  orderId
2669
- Order {
2670
- id
2671
- }
2672
2211
  }
2673
2212
  takeProfit {
2674
2213
  id
@@ -2677,9 +2216,6 @@ export const NewsArticleAssetSentiment = {
2677
2216
  createdAt
2678
2217
  updatedAt
2679
2218
  orderId
2680
- Order {
2681
- id
2682
- }
2683
2219
  }
2684
2220
  trailPrice
2685
2221
  trailPercent
@@ -2691,15 +2227,6 @@ export const NewsArticleAssetSentiment = {
2691
2227
  filledAt
2692
2228
  filledAvgPrice
2693
2229
  actionId
2694
- alpacaAccount {
2695
- id
2696
- }
2697
- action {
2698
- id
2699
- }
2700
- asset {
2701
- id
2702
- }
2703
2230
  fee
2704
2231
  strikePrice
2705
2232
  expirationDate
@@ -2729,9 +2256,6 @@ export const NewsArticleAssetSentiment = {
2729
2256
  createdAt
2730
2257
  updatedAt
2731
2258
  orderId
2732
- Order {
2733
- id
2734
- }
2735
2259
  }
2736
2260
  takeProfit {
2737
2261
  id
@@ -2740,9 +2264,6 @@ export const NewsArticleAssetSentiment = {
2740
2264
  createdAt
2741
2265
  updatedAt
2742
2266
  orderId
2743
- Order {
2744
- id
2745
- }
2746
2267
  }
2747
2268
  trailPrice
2748
2269
  trailPercent
@@ -2754,9 +2275,6 @@ export const NewsArticleAssetSentiment = {
2754
2275
  filledAt
2755
2276
  filledAvgPrice
2756
2277
  actionId
2757
- alpacaAccount {
2758
- id
2759
- }
2760
2278
  action {
2761
2279
  id
2762
2280
  sequence
@@ -2772,6 +2290,7 @@ export const NewsArticleAssetSentiment = {
2772
2290
  qty
2773
2291
  price
2774
2292
  total
2293
+ optionType
2775
2294
  signal
2776
2295
  strategy
2777
2296
  analysis
@@ -2780,22 +2299,7 @@ export const NewsArticleAssetSentiment = {
2780
2299
  createdAt
2781
2300
  updatedAt
2782
2301
  status
2783
- alpacaAccount {
2784
- id
2785
- }
2786
- asset {
2787
- id
2788
- }
2789
- actions {
2790
- id
2791
- }
2792
2302
  }
2793
- order {
2794
- id
2795
- }
2796
- }
2797
- asset {
2798
- id
2799
2303
  }
2800
2304
  fee
2801
2305
  strikePrice
@@ -2804,9 +2308,6 @@ export const NewsArticleAssetSentiment = {
2804
2308
  stopLossId
2805
2309
  takeProfitId
2806
2310
  }
2807
- positions {
2808
- id
2809
- }
2810
2311
  alerts {
2811
2312
  id
2812
2313
  alpacaAccountId
@@ -2815,16 +2316,10 @@ export const NewsArticleAssetSentiment = {
2815
2316
  isRead
2816
2317
  createdAt
2817
2318
  updatedAt
2818
- alpacaAccount {
2819
- id
2820
- }
2821
2319
  }
2822
2320
  }
2823
2321
  alpacaAccountId
2824
2322
  }
2825
- newsMentions {
2826
- id
2827
- }
2828
2323
  }
2829
2324
  relevancyScore
2830
2325
  sentimentScore
@@ -3126,6 +2621,9 @@ export const NewsArticleAssetSentiment = {
3126
2621
  total: item.total !== undefined ? {
3127
2622
  set: item.total
3128
2623
  } : undefined,
2624
+ optionType: item.optionType !== undefined ? {
2625
+ set: item.optionType
2626
+ } : undefined,
3129
2627
  signal: item.signal !== undefined ? {
3130
2628
  set: item.signal
3131
2629
  } : undefined,
@@ -3227,6 +2725,7 @@ export const NewsArticleAssetSentiment = {
3227
2725
  qty: item.qty !== undefined ? item.qty : undefined,
3228
2726
  price: item.price !== undefined ? item.price : undefined,
3229
2727
  total: item.total !== undefined ? item.total : undefined,
2728
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
3230
2729
  signal: item.signal !== undefined ? item.signal : undefined,
3231
2730
  strategy: item.strategy !== undefined ? item.strategy : undefined,
3232
2731
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -3780,6 +3279,7 @@ export const NewsArticleAssetSentiment = {
3780
3279
  qty: item.qty !== undefined ? item.qty : undefined,
3781
3280
  price: item.price !== undefined ? item.price : undefined,
3782
3281
  total: item.total !== undefined ? item.total : undefined,
3282
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
3783
3283
  signal: item.signal !== undefined ? item.signal : undefined,
3784
3284
  strategy: item.strategy !== undefined ? item.strategy : undefined,
3785
3285
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -4315,6 +3815,9 @@ export const NewsArticleAssetSentiment = {
4315
3815
  total: item.total !== undefined ? {
4316
3816
  set: item.total
4317
3817
  } : undefined,
3818
+ optionType: item.optionType !== undefined ? {
3819
+ set: item.optionType
3820
+ } : undefined,
4318
3821
  signal: item.signal !== undefined ? {
4319
3822
  set: item.signal
4320
3823
  } : undefined,
@@ -4416,6 +3919,7 @@ export const NewsArticleAssetSentiment = {
4416
3919
  qty: item.qty !== undefined ? item.qty : undefined,
4417
3920
  price: item.price !== undefined ? item.price : undefined,
4418
3921
  total: item.total !== undefined ? item.total : undefined,
3922
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
4419
3923
  signal: item.signal !== undefined ? item.signal : undefined,
4420
3924
  strategy: item.strategy !== undefined ? item.strategy : undefined,
4421
3925
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -4969,6 +4473,7 @@ export const NewsArticleAssetSentiment = {
4969
4473
  qty: item.qty !== undefined ? item.qty : undefined,
4970
4474
  price: item.price !== undefined ? item.price : undefined,
4971
4475
  total: item.total !== undefined ? item.total : undefined,
4476
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
4972
4477
  signal: item.signal !== undefined ? item.signal : undefined,
4973
4478
  strategy: item.strategy !== undefined ? item.strategy : undefined,
4974
4479
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -5227,9 +4732,6 @@ export const NewsArticleAssetSentiment = {
5227
4732
  logo
5228
4733
  createdAt
5229
4734
  updatedAt
5230
- assets {
5231
- id
5232
- }
5233
4735
  }
5234
4736
  asset {
5235
4737
  id
@@ -5297,6 +4799,7 @@ export const NewsArticleAssetSentiment = {
5297
4799
  qty
5298
4800
  price
5299
4801
  total
4802
+ optionType
5300
4803
  signal
5301
4804
  strategy
5302
4805
  analysis
@@ -5337,9 +4840,6 @@ export const NewsArticleAssetSentiment = {
5337
4840
  stripeCurrentPeriodEnd
5338
4841
  createdAt
5339
4842
  updatedAt
5340
- users {
5341
- id
5342
- }
5343
4843
  }
5344
4844
  customerId
5345
4845
  accounts {
@@ -5357,18 +4857,12 @@ export const NewsArticleAssetSentiment = {
5357
4857
  session_state
5358
4858
  createdAt
5359
4859
  updatedAt
5360
- user {
5361
- id
5362
- }
5363
4860
  }
5364
4861
  sessions {
5365
4862
  id
5366
4863
  sessionToken
5367
4864
  userId
5368
4865
  expires
5369
- user {
5370
- id
5371
- }
5372
4866
  createdAt
5373
4867
  updatedAt
5374
4868
  }
@@ -5378,23 +4872,14 @@ export const NewsArticleAssetSentiment = {
5378
4872
  credentialID
5379
4873
  publicKey
5380
4874
  counter
5381
- user {
5382
- id
5383
- }
5384
4875
  createdAt
5385
4876
  updatedAt
5386
4877
  }
5387
4878
  plan
5388
- alpacaAccounts {
5389
- id
5390
- }
5391
4879
  }
5392
4880
  userId
5393
4881
  createdAt
5394
4882
  updatedAt
5395
- trades {
5396
- id
5397
- }
5398
4883
  orders {
5399
4884
  id
5400
4885
  clientOrderId
@@ -5415,9 +4900,6 @@ export const NewsArticleAssetSentiment = {
5415
4900
  createdAt
5416
4901
  updatedAt
5417
4902
  orderId
5418
- Order {
5419
- id
5420
- }
5421
4903
  }
5422
4904
  takeProfit {
5423
4905
  id
@@ -5426,9 +4908,6 @@ export const NewsArticleAssetSentiment = {
5426
4908
  createdAt
5427
4909
  updatedAt
5428
4910
  orderId
5429
- Order {
5430
- id
5431
- }
5432
4911
  }
5433
4912
  trailPrice
5434
4913
  trailPercent
@@ -5440,9 +4919,6 @@ export const NewsArticleAssetSentiment = {
5440
4919
  filledAt
5441
4920
  filledAvgPrice
5442
4921
  actionId
5443
- alpacaAccount {
5444
- id
5445
- }
5446
4922
  action {
5447
4923
  id
5448
4924
  sequence
@@ -5451,15 +4927,6 @@ export const NewsArticleAssetSentiment = {
5451
4927
  note
5452
4928
  status
5453
4929
  fee
5454
- trade {
5455
- id
5456
- }
5457
- order {
5458
- id
5459
- }
5460
- }
5461
- asset {
5462
- id
5463
4930
  }
5464
4931
  fee
5465
4932
  strikePrice
@@ -5471,9 +4938,6 @@ export const NewsArticleAssetSentiment = {
5471
4938
  positions {
5472
4939
  id
5473
4940
  assetId
5474
- asset {
5475
- id
5476
- }
5477
4941
  averageEntryPrice
5478
4942
  qty
5479
4943
  qtyAvailable
@@ -5487,9 +4951,6 @@ export const NewsArticleAssetSentiment = {
5487
4951
  lastTradePrice
5488
4952
  changeToday
5489
4953
  assetMarginable
5490
- alpacaAccount {
5491
- id
5492
- }
5493
4954
  alpacaAccountId
5494
4955
  }
5495
4956
  alerts {
@@ -5500,14 +4961,8 @@ export const NewsArticleAssetSentiment = {
5500
4961
  isRead
5501
4962
  createdAt
5502
4963
  updatedAt
5503
- alpacaAccount {
5504
- id
5505
- }
5506
4964
  }
5507
4965
  }
5508
- asset {
5509
- id
5510
- }
5511
4966
  actions {
5512
4967
  id
5513
4968
  sequence
@@ -5516,9 +4971,6 @@ export const NewsArticleAssetSentiment = {
5516
4971
  note
5517
4972
  status
5518
4973
  fee
5519
- trade {
5520
- id
5521
- }
5522
4974
  order {
5523
4975
  id
5524
4976
  clientOrderId
@@ -5539,9 +4991,6 @@ export const NewsArticleAssetSentiment = {
5539
4991
  createdAt
5540
4992
  updatedAt
5541
4993
  orderId
5542
- Order {
5543
- id
5544
- }
5545
4994
  }
5546
4995
  takeProfit {
5547
4996
  id
@@ -5550,9 +4999,6 @@ export const NewsArticleAssetSentiment = {
5550
4999
  createdAt
5551
5000
  updatedAt
5552
5001
  orderId
5553
- Order {
5554
- id
5555
- }
5556
5002
  }
5557
5003
  trailPrice
5558
5004
  trailPercent
@@ -5596,9 +5042,6 @@ export const NewsArticleAssetSentiment = {
5596
5042
  stripeCurrentPeriodEnd
5597
5043
  createdAt
5598
5044
  updatedAt
5599
- users {
5600
- id
5601
- }
5602
5045
  }
5603
5046
  customerId
5604
5047
  accounts {
@@ -5616,18 +5059,12 @@ export const NewsArticleAssetSentiment = {
5616
5059
  session_state
5617
5060
  createdAt
5618
5061
  updatedAt
5619
- user {
5620
- id
5621
- }
5622
5062
  }
5623
5063
  sessions {
5624
5064
  id
5625
5065
  sessionToken
5626
5066
  userId
5627
5067
  expires
5628
- user {
5629
- id
5630
- }
5631
5068
  createdAt
5632
5069
  updatedAt
5633
5070
  }
@@ -5637,32 +5074,17 @@ export const NewsArticleAssetSentiment = {
5637
5074
  credentialID
5638
5075
  publicKey
5639
5076
  counter
5640
- user {
5641
- id
5642
- }
5643
5077
  createdAt
5644
5078
  updatedAt
5645
5079
  }
5646
5080
  plan
5647
- alpacaAccounts {
5648
- id
5649
- }
5650
5081
  }
5651
5082
  userId
5652
5083
  createdAt
5653
5084
  updatedAt
5654
- trades {
5655
- id
5656
- }
5657
- orders {
5658
- id
5659
- }
5660
5085
  positions {
5661
5086
  id
5662
5087
  assetId
5663
- asset {
5664
- id
5665
- }
5666
5088
  averageEntryPrice
5667
5089
  qty
5668
5090
  qtyAvailable
@@ -5676,9 +5098,6 @@ export const NewsArticleAssetSentiment = {
5676
5098
  lastTradePrice
5677
5099
  changeToday
5678
5100
  assetMarginable
5679
- alpacaAccount {
5680
- id
5681
- }
5682
5101
  alpacaAccountId
5683
5102
  }
5684
5103
  alerts {
@@ -5689,17 +5108,8 @@ export const NewsArticleAssetSentiment = {
5689
5108
  isRead
5690
5109
  createdAt
5691
5110
  updatedAt
5692
- alpacaAccount {
5693
- id
5694
- }
5695
5111
  }
5696
5112
  }
5697
- action {
5698
- id
5699
- }
5700
- asset {
5701
- id
5702
- }
5703
5113
  fee
5704
5114
  strikePrice
5705
5115
  expirationDate
@@ -5729,9 +5139,6 @@ export const NewsArticleAssetSentiment = {
5729
5139
  createdAt
5730
5140
  updatedAt
5731
5141
  orderId
5732
- Order {
5733
- id
5734
- }
5735
5142
  }
5736
5143
  takeProfit {
5737
5144
  id
@@ -5740,9 +5147,6 @@ export const NewsArticleAssetSentiment = {
5740
5147
  createdAt
5741
5148
  updatedAt
5742
5149
  orderId
5743
- Order {
5744
- id
5745
- }
5746
5150
  }
5747
5151
  trailPrice
5748
5152
  trailPercent
@@ -5786,9 +5190,6 @@ export const NewsArticleAssetSentiment = {
5786
5190
  stripeCurrentPeriodEnd
5787
5191
  createdAt
5788
5192
  updatedAt
5789
- users {
5790
- id
5791
- }
5792
5193
  }
5793
5194
  customerId
5794
5195
  accounts {
@@ -5806,18 +5207,12 @@ export const NewsArticleAssetSentiment = {
5806
5207
  session_state
5807
5208
  createdAt
5808
5209
  updatedAt
5809
- user {
5810
- id
5811
- }
5812
5210
  }
5813
5211
  sessions {
5814
5212
  id
5815
5213
  sessionToken
5816
5214
  userId
5817
5215
  expires
5818
- user {
5819
- id
5820
- }
5821
5216
  createdAt
5822
5217
  updatedAt
5823
5218
  }
@@ -5827,16 +5222,10 @@ export const NewsArticleAssetSentiment = {
5827
5222
  credentialID
5828
5223
  publicKey
5829
5224
  counter
5830
- user {
5831
- id
5832
- }
5833
5225
  createdAt
5834
5226
  updatedAt
5835
5227
  }
5836
5228
  plan
5837
- alpacaAccounts {
5838
- id
5839
- }
5840
5229
  }
5841
5230
  userId
5842
5231
  createdAt
@@ -5848,6 +5237,7 @@ export const NewsArticleAssetSentiment = {
5848
5237
  qty
5849
5238
  price
5850
5239
  total
5240
+ optionType
5851
5241
  signal
5852
5242
  strategy
5853
5243
  analysis
@@ -5856,12 +5246,6 @@ export const NewsArticleAssetSentiment = {
5856
5246
  createdAt
5857
5247
  updatedAt
5858
5248
  status
5859
- alpacaAccount {
5860
- id
5861
- }
5862
- asset {
5863
- id
5864
- }
5865
5249
  actions {
5866
5250
  id
5867
5251
  sequence
@@ -5870,23 +5254,11 @@ export const NewsArticleAssetSentiment = {
5870
5254
  note
5871
5255
  status
5872
5256
  fee
5873
- trade {
5874
- id
5875
- }
5876
- order {
5877
- id
5878
- }
5879
5257
  }
5880
5258
  }
5881
- orders {
5882
- id
5883
- }
5884
5259
  positions {
5885
5260
  id
5886
5261
  assetId
5887
- asset {
5888
- id
5889
- }
5890
5262
  averageEntryPrice
5891
5263
  qty
5892
5264
  qtyAvailable
@@ -5900,9 +5272,6 @@ export const NewsArticleAssetSentiment = {
5900
5272
  lastTradePrice
5901
5273
  changeToday
5902
5274
  assetMarginable
5903
- alpacaAccount {
5904
- id
5905
- }
5906
5275
  alpacaAccountId
5907
5276
  }
5908
5277
  alerts {
@@ -5913,9 +5282,6 @@ export const NewsArticleAssetSentiment = {
5913
5282
  isRead
5914
5283
  createdAt
5915
5284
  updatedAt
5916
- alpacaAccount {
5917
- id
5918
- }
5919
5285
  }
5920
5286
  }
5921
5287
  action {
@@ -5933,6 +5299,7 @@ export const NewsArticleAssetSentiment = {
5933
5299
  qty
5934
5300
  price
5935
5301
  total
5302
+ optionType
5936
5303
  signal
5937
5304
  strategy
5938
5305
  analysis
@@ -5973,9 +5340,6 @@ export const NewsArticleAssetSentiment = {
5973
5340
  stripeCurrentPeriodEnd
5974
5341
  createdAt
5975
5342
  updatedAt
5976
- users {
5977
- id
5978
- }
5979
5343
  }
5980
5344
  customerId
5981
5345
  accounts {
@@ -5993,18 +5357,12 @@ export const NewsArticleAssetSentiment = {
5993
5357
  session_state
5994
5358
  createdAt
5995
5359
  updatedAt
5996
- user {
5997
- id
5998
- }
5999
5360
  }
6000
5361
  sessions {
6001
5362
  id
6002
5363
  sessionToken
6003
5364
  userId
6004
5365
  expires
6005
- user {
6006
- id
6007
- }
6008
5366
  createdAt
6009
5367
  updatedAt
6010
5368
  }
@@ -6014,32 +5372,17 @@ export const NewsArticleAssetSentiment = {
6014
5372
  credentialID
6015
5373
  publicKey
6016
5374
  counter
6017
- user {
6018
- id
6019
- }
6020
5375
  createdAt
6021
5376
  updatedAt
6022
5377
  }
6023
5378
  plan
6024
- alpacaAccounts {
6025
- id
6026
- }
6027
5379
  }
6028
5380
  userId
6029
5381
  createdAt
6030
5382
  updatedAt
6031
- trades {
6032
- id
6033
- }
6034
- orders {
6035
- id
6036
- }
6037
5383
  positions {
6038
5384
  id
6039
5385
  assetId
6040
- asset {
6041
- id
6042
- }
6043
5386
  averageEntryPrice
6044
5387
  qty
6045
5388
  qtyAvailable
@@ -6053,9 +5396,6 @@ export const NewsArticleAssetSentiment = {
6053
5396
  lastTradePrice
6054
5397
  changeToday
6055
5398
  assetMarginable
6056
- alpacaAccount {
6057
- id
6058
- }
6059
5399
  alpacaAccountId
6060
5400
  }
6061
5401
  alerts {
@@ -6066,25 +5406,10 @@ export const NewsArticleAssetSentiment = {
6066
5406
  isRead
6067
5407
  createdAt
6068
5408
  updatedAt
6069
- alpacaAccount {
6070
- id
6071
- }
6072
5409
  }
6073
5410
  }
6074
- asset {
6075
- id
6076
- }
6077
- actions {
6078
- id
6079
- }
6080
- }
6081
- order {
6082
- id
6083
5411
  }
6084
5412
  }
6085
- asset {
6086
- id
6087
- }
6088
5413
  fee
6089
5414
  strikePrice
6090
5415
  expirationDate
@@ -6095,9 +5420,6 @@ export const NewsArticleAssetSentiment = {
6095
5420
  positions {
6096
5421
  id
6097
5422
  assetId
6098
- asset {
6099
- id
6100
- }
6101
5423
  averageEntryPrice
6102
5424
  qty
6103
5425
  qtyAvailable
@@ -6143,9 +5465,6 @@ export const NewsArticleAssetSentiment = {
6143
5465
  stripeCurrentPeriodEnd
6144
5466
  createdAt
6145
5467
  updatedAt
6146
- users {
6147
- id
6148
- }
6149
5468
  }
6150
5469
  customerId
6151
5470
  accounts {
@@ -6163,18 +5482,12 @@ export const NewsArticleAssetSentiment = {
6163
5482
  session_state
6164
5483
  createdAt
6165
5484
  updatedAt
6166
- user {
6167
- id
6168
- }
6169
5485
  }
6170
5486
  sessions {
6171
5487
  id
6172
5488
  sessionToken
6173
5489
  userId
6174
5490
  expires
6175
- user {
6176
- id
6177
- }
6178
5491
  createdAt
6179
5492
  updatedAt
6180
5493
  }
@@ -6184,16 +5497,10 @@ export const NewsArticleAssetSentiment = {
6184
5497
  credentialID
6185
5498
  publicKey
6186
5499
  counter
6187
- user {
6188
- id
6189
- }
6190
5500
  createdAt
6191
5501
  updatedAt
6192
5502
  }
6193
5503
  plan
6194
- alpacaAccounts {
6195
- id
6196
- }
6197
5504
  }
6198
5505
  userId
6199
5506
  createdAt
@@ -6205,6 +5512,7 @@ export const NewsArticleAssetSentiment = {
6205
5512
  qty
6206
5513
  price
6207
5514
  total
5515
+ optionType
6208
5516
  signal
6209
5517
  strategy
6210
5518
  analysis
@@ -6213,12 +5521,6 @@ export const NewsArticleAssetSentiment = {
6213
5521
  createdAt
6214
5522
  updatedAt
6215
5523
  status
6216
- alpacaAccount {
6217
- id
6218
- }
6219
- asset {
6220
- id
6221
- }
6222
5524
  actions {
6223
5525
  id
6224
5526
  sequence
@@ -6227,9 +5529,6 @@ export const NewsArticleAssetSentiment = {
6227
5529
  note
6228
5530
  status
6229
5531
  fee
6230
- trade {
6231
- id
6232
- }
6233
5532
  order {
6234
5533
  id
6235
5534
  clientOrderId
@@ -6250,9 +5549,6 @@ export const NewsArticleAssetSentiment = {
6250
5549
  createdAt
6251
5550
  updatedAt
6252
5551
  orderId
6253
- Order {
6254
- id
6255
- }
6256
5552
  }
6257
5553
  takeProfit {
6258
5554
  id
@@ -6261,9 +5557,6 @@ export const NewsArticleAssetSentiment = {
6261
5557
  createdAt
6262
5558
  updatedAt
6263
5559
  orderId
6264
- Order {
6265
- id
6266
- }
6267
5560
  }
6268
5561
  trailPrice
6269
5562
  trailPercent
@@ -6275,15 +5568,6 @@ export const NewsArticleAssetSentiment = {
6275
5568
  filledAt
6276
5569
  filledAvgPrice
6277
5570
  actionId
6278
- alpacaAccount {
6279
- id
6280
- }
6281
- action {
6282
- id
6283
- }
6284
- asset {
6285
- id
6286
- }
6287
5571
  fee
6288
5572
  strikePrice
6289
5573
  expirationDate
@@ -6313,9 +5597,6 @@ export const NewsArticleAssetSentiment = {
6313
5597
  createdAt
6314
5598
  updatedAt
6315
5599
  orderId
6316
- Order {
6317
- id
6318
- }
6319
5600
  }
6320
5601
  takeProfit {
6321
5602
  id
@@ -6324,9 +5605,6 @@ export const NewsArticleAssetSentiment = {
6324
5605
  createdAt
6325
5606
  updatedAt
6326
5607
  orderId
6327
- Order {
6328
- id
6329
- }
6330
5608
  }
6331
5609
  trailPrice
6332
5610
  trailPercent
@@ -6338,9 +5616,6 @@ export const NewsArticleAssetSentiment = {
6338
5616
  filledAt
6339
5617
  filledAvgPrice
6340
5618
  actionId
6341
- alpacaAccount {
6342
- id
6343
- }
6344
5619
  action {
6345
5620
  id
6346
5621
  sequence
@@ -6356,6 +5631,7 @@ export const NewsArticleAssetSentiment = {
6356
5631
  qty
6357
5632
  price
6358
5633
  total
5634
+ optionType
6359
5635
  signal
6360
5636
  strategy
6361
5637
  analysis
@@ -6364,23 +5640,8 @@ export const NewsArticleAssetSentiment = {
6364
5640
  createdAt
6365
5641
  updatedAt
6366
5642
  status
6367
- alpacaAccount {
6368
- id
6369
- }
6370
- asset {
6371
- id
6372
- }
6373
- actions {
6374
- id
6375
- }
6376
- }
6377
- order {
6378
- id
6379
5643
  }
6380
5644
  }
6381
- asset {
6382
- id
6383
- }
6384
5645
  fee
6385
5646
  strikePrice
6386
5647
  expirationDate
@@ -6388,9 +5649,6 @@ export const NewsArticleAssetSentiment = {
6388
5649
  stopLossId
6389
5650
  takeProfitId
6390
5651
  }
6391
- positions {
6392
- id
6393
- }
6394
5652
  alerts {
6395
5653
  id
6396
5654
  alpacaAccountId
@@ -6399,16 +5657,10 @@ export const NewsArticleAssetSentiment = {
6399
5657
  isRead
6400
5658
  createdAt
6401
5659
  updatedAt
6402
- alpacaAccount {
6403
- id
6404
- }
6405
5660
  }
6406
5661
  }
6407
5662
  alpacaAccountId
6408
5663
  }
6409
- newsMentions {
6410
- id
6411
- }
6412
5664
  }
6413
5665
  relevancyScore
6414
5666
  sentimentScore
@@ -6468,9 +5720,6 @@ export const NewsArticleAssetSentiment = {
6468
5720
  logo
6469
5721
  createdAt
6470
5722
  updatedAt
6471
- assets {
6472
- id
6473
- }
6474
5723
  }
6475
5724
  asset {
6476
5725
  id
@@ -6538,6 +5787,7 @@ export const NewsArticleAssetSentiment = {
6538
5787
  qty
6539
5788
  price
6540
5789
  total
5790
+ optionType
6541
5791
  signal
6542
5792
  strategy
6543
5793
  analysis
@@ -6578,9 +5828,6 @@ export const NewsArticleAssetSentiment = {
6578
5828
  stripeCurrentPeriodEnd
6579
5829
  createdAt
6580
5830
  updatedAt
6581
- users {
6582
- id
6583
- }
6584
5831
  }
6585
5832
  customerId
6586
5833
  accounts {
@@ -6598,18 +5845,12 @@ export const NewsArticleAssetSentiment = {
6598
5845
  session_state
6599
5846
  createdAt
6600
5847
  updatedAt
6601
- user {
6602
- id
6603
- }
6604
5848
  }
6605
5849
  sessions {
6606
5850
  id
6607
5851
  sessionToken
6608
5852
  userId
6609
5853
  expires
6610
- user {
6611
- id
6612
- }
6613
5854
  createdAt
6614
5855
  updatedAt
6615
5856
  }
@@ -6619,23 +5860,14 @@ export const NewsArticleAssetSentiment = {
6619
5860
  credentialID
6620
5861
  publicKey
6621
5862
  counter
6622
- user {
6623
- id
6624
- }
6625
5863
  createdAt
6626
5864
  updatedAt
6627
5865
  }
6628
5866
  plan
6629
- alpacaAccounts {
6630
- id
6631
- }
6632
5867
  }
6633
5868
  userId
6634
5869
  createdAt
6635
5870
  updatedAt
6636
- trades {
6637
- id
6638
- }
6639
5871
  orders {
6640
5872
  id
6641
5873
  clientOrderId
@@ -6656,9 +5888,6 @@ export const NewsArticleAssetSentiment = {
6656
5888
  createdAt
6657
5889
  updatedAt
6658
5890
  orderId
6659
- Order {
6660
- id
6661
- }
6662
5891
  }
6663
5892
  takeProfit {
6664
5893
  id
@@ -6667,9 +5896,6 @@ export const NewsArticleAssetSentiment = {
6667
5896
  createdAt
6668
5897
  updatedAt
6669
5898
  orderId
6670
- Order {
6671
- id
6672
- }
6673
5899
  }
6674
5900
  trailPrice
6675
5901
  trailPercent
@@ -6681,9 +5907,6 @@ export const NewsArticleAssetSentiment = {
6681
5907
  filledAt
6682
5908
  filledAvgPrice
6683
5909
  actionId
6684
- alpacaAccount {
6685
- id
6686
- }
6687
5910
  action {
6688
5911
  id
6689
5912
  sequence
@@ -6692,15 +5915,6 @@ export const NewsArticleAssetSentiment = {
6692
5915
  note
6693
5916
  status
6694
5917
  fee
6695
- trade {
6696
- id
6697
- }
6698
- order {
6699
- id
6700
- }
6701
- }
6702
- asset {
6703
- id
6704
5918
  }
6705
5919
  fee
6706
5920
  strikePrice
@@ -6712,9 +5926,6 @@ export const NewsArticleAssetSentiment = {
6712
5926
  positions {
6713
5927
  id
6714
5928
  assetId
6715
- asset {
6716
- id
6717
- }
6718
5929
  averageEntryPrice
6719
5930
  qty
6720
5931
  qtyAvailable
@@ -6728,9 +5939,6 @@ export const NewsArticleAssetSentiment = {
6728
5939
  lastTradePrice
6729
5940
  changeToday
6730
5941
  assetMarginable
6731
- alpacaAccount {
6732
- id
6733
- }
6734
5942
  alpacaAccountId
6735
5943
  }
6736
5944
  alerts {
@@ -6741,14 +5949,8 @@ export const NewsArticleAssetSentiment = {
6741
5949
  isRead
6742
5950
  createdAt
6743
5951
  updatedAt
6744
- alpacaAccount {
6745
- id
6746
- }
6747
5952
  }
6748
5953
  }
6749
- asset {
6750
- id
6751
- }
6752
5954
  actions {
6753
5955
  id
6754
5956
  sequence
@@ -6757,9 +5959,6 @@ export const NewsArticleAssetSentiment = {
6757
5959
  note
6758
5960
  status
6759
5961
  fee
6760
- trade {
6761
- id
6762
- }
6763
5962
  order {
6764
5963
  id
6765
5964
  clientOrderId
@@ -6780,9 +5979,6 @@ export const NewsArticleAssetSentiment = {
6780
5979
  createdAt
6781
5980
  updatedAt
6782
5981
  orderId
6783
- Order {
6784
- id
6785
- }
6786
5982
  }
6787
5983
  takeProfit {
6788
5984
  id
@@ -6791,9 +5987,6 @@ export const NewsArticleAssetSentiment = {
6791
5987
  createdAt
6792
5988
  updatedAt
6793
5989
  orderId
6794
- Order {
6795
- id
6796
- }
6797
5990
  }
6798
5991
  trailPrice
6799
5992
  trailPercent
@@ -6837,9 +6030,6 @@ export const NewsArticleAssetSentiment = {
6837
6030
  stripeCurrentPeriodEnd
6838
6031
  createdAt
6839
6032
  updatedAt
6840
- users {
6841
- id
6842
- }
6843
6033
  }
6844
6034
  customerId
6845
6035
  accounts {
@@ -6857,18 +6047,12 @@ export const NewsArticleAssetSentiment = {
6857
6047
  session_state
6858
6048
  createdAt
6859
6049
  updatedAt
6860
- user {
6861
- id
6862
- }
6863
6050
  }
6864
6051
  sessions {
6865
6052
  id
6866
6053
  sessionToken
6867
6054
  userId
6868
6055
  expires
6869
- user {
6870
- id
6871
- }
6872
6056
  createdAt
6873
6057
  updatedAt
6874
6058
  }
@@ -6878,32 +6062,17 @@ export const NewsArticleAssetSentiment = {
6878
6062
  credentialID
6879
6063
  publicKey
6880
6064
  counter
6881
- user {
6882
- id
6883
- }
6884
6065
  createdAt
6885
6066
  updatedAt
6886
6067
  }
6887
6068
  plan
6888
- alpacaAccounts {
6889
- id
6890
- }
6891
6069
  }
6892
6070
  userId
6893
6071
  createdAt
6894
6072
  updatedAt
6895
- trades {
6896
- id
6897
- }
6898
- orders {
6899
- id
6900
- }
6901
6073
  positions {
6902
6074
  id
6903
6075
  assetId
6904
- asset {
6905
- id
6906
- }
6907
6076
  averageEntryPrice
6908
6077
  qty
6909
6078
  qtyAvailable
@@ -6917,9 +6086,6 @@ export const NewsArticleAssetSentiment = {
6917
6086
  lastTradePrice
6918
6087
  changeToday
6919
6088
  assetMarginable
6920
- alpacaAccount {
6921
- id
6922
- }
6923
6089
  alpacaAccountId
6924
6090
  }
6925
6091
  alerts {
@@ -6930,17 +6096,8 @@ export const NewsArticleAssetSentiment = {
6930
6096
  isRead
6931
6097
  createdAt
6932
6098
  updatedAt
6933
- alpacaAccount {
6934
- id
6935
- }
6936
6099
  }
6937
6100
  }
6938
- action {
6939
- id
6940
- }
6941
- asset {
6942
- id
6943
- }
6944
6101
  fee
6945
6102
  strikePrice
6946
6103
  expirationDate
@@ -6970,9 +6127,6 @@ export const NewsArticleAssetSentiment = {
6970
6127
  createdAt
6971
6128
  updatedAt
6972
6129
  orderId
6973
- Order {
6974
- id
6975
- }
6976
6130
  }
6977
6131
  takeProfit {
6978
6132
  id
@@ -6981,9 +6135,6 @@ export const NewsArticleAssetSentiment = {
6981
6135
  createdAt
6982
6136
  updatedAt
6983
6137
  orderId
6984
- Order {
6985
- id
6986
- }
6987
6138
  }
6988
6139
  trailPrice
6989
6140
  trailPercent
@@ -7027,9 +6178,6 @@ export const NewsArticleAssetSentiment = {
7027
6178
  stripeCurrentPeriodEnd
7028
6179
  createdAt
7029
6180
  updatedAt
7030
- users {
7031
- id
7032
- }
7033
6181
  }
7034
6182
  customerId
7035
6183
  accounts {
@@ -7047,18 +6195,12 @@ export const NewsArticleAssetSentiment = {
7047
6195
  session_state
7048
6196
  createdAt
7049
6197
  updatedAt
7050
- user {
7051
- id
7052
- }
7053
6198
  }
7054
6199
  sessions {
7055
6200
  id
7056
6201
  sessionToken
7057
6202
  userId
7058
6203
  expires
7059
- user {
7060
- id
7061
- }
7062
6204
  createdAt
7063
6205
  updatedAt
7064
6206
  }
@@ -7068,16 +6210,10 @@ export const NewsArticleAssetSentiment = {
7068
6210
  credentialID
7069
6211
  publicKey
7070
6212
  counter
7071
- user {
7072
- id
7073
- }
7074
6213
  createdAt
7075
6214
  updatedAt
7076
6215
  }
7077
6216
  plan
7078
- alpacaAccounts {
7079
- id
7080
- }
7081
6217
  }
7082
6218
  userId
7083
6219
  createdAt
@@ -7089,6 +6225,7 @@ export const NewsArticleAssetSentiment = {
7089
6225
  qty
7090
6226
  price
7091
6227
  total
6228
+ optionType
7092
6229
  signal
7093
6230
  strategy
7094
6231
  analysis
@@ -7097,12 +6234,6 @@ export const NewsArticleAssetSentiment = {
7097
6234
  createdAt
7098
6235
  updatedAt
7099
6236
  status
7100
- alpacaAccount {
7101
- id
7102
- }
7103
- asset {
7104
- id
7105
- }
7106
6237
  actions {
7107
6238
  id
7108
6239
  sequence
@@ -7111,23 +6242,11 @@ export const NewsArticleAssetSentiment = {
7111
6242
  note
7112
6243
  status
7113
6244
  fee
7114
- trade {
7115
- id
7116
- }
7117
- order {
7118
- id
7119
- }
7120
6245
  }
7121
6246
  }
7122
- orders {
7123
- id
7124
- }
7125
6247
  positions {
7126
6248
  id
7127
6249
  assetId
7128
- asset {
7129
- id
7130
- }
7131
6250
  averageEntryPrice
7132
6251
  qty
7133
6252
  qtyAvailable
@@ -7141,9 +6260,6 @@ export const NewsArticleAssetSentiment = {
7141
6260
  lastTradePrice
7142
6261
  changeToday
7143
6262
  assetMarginable
7144
- alpacaAccount {
7145
- id
7146
- }
7147
6263
  alpacaAccountId
7148
6264
  }
7149
6265
  alerts {
@@ -7154,9 +6270,6 @@ export const NewsArticleAssetSentiment = {
7154
6270
  isRead
7155
6271
  createdAt
7156
6272
  updatedAt
7157
- alpacaAccount {
7158
- id
7159
- }
7160
6273
  }
7161
6274
  }
7162
6275
  action {
@@ -7174,6 +6287,7 @@ export const NewsArticleAssetSentiment = {
7174
6287
  qty
7175
6288
  price
7176
6289
  total
6290
+ optionType
7177
6291
  signal
7178
6292
  strategy
7179
6293
  analysis
@@ -7214,9 +6328,6 @@ export const NewsArticleAssetSentiment = {
7214
6328
  stripeCurrentPeriodEnd
7215
6329
  createdAt
7216
6330
  updatedAt
7217
- users {
7218
- id
7219
- }
7220
6331
  }
7221
6332
  customerId
7222
6333
  accounts {
@@ -7234,18 +6345,12 @@ export const NewsArticleAssetSentiment = {
7234
6345
  session_state
7235
6346
  createdAt
7236
6347
  updatedAt
7237
- user {
7238
- id
7239
- }
7240
6348
  }
7241
6349
  sessions {
7242
6350
  id
7243
6351
  sessionToken
7244
6352
  userId
7245
6353
  expires
7246
- user {
7247
- id
7248
- }
7249
6354
  createdAt
7250
6355
  updatedAt
7251
6356
  }
@@ -7255,32 +6360,17 @@ export const NewsArticleAssetSentiment = {
7255
6360
  credentialID
7256
6361
  publicKey
7257
6362
  counter
7258
- user {
7259
- id
7260
- }
7261
6363
  createdAt
7262
6364
  updatedAt
7263
6365
  }
7264
6366
  plan
7265
- alpacaAccounts {
7266
- id
7267
- }
7268
6367
  }
7269
6368
  userId
7270
6369
  createdAt
7271
6370
  updatedAt
7272
- trades {
7273
- id
7274
- }
7275
- orders {
7276
- id
7277
- }
7278
6371
  positions {
7279
6372
  id
7280
6373
  assetId
7281
- asset {
7282
- id
7283
- }
7284
6374
  averageEntryPrice
7285
6375
  qty
7286
6376
  qtyAvailable
@@ -7294,9 +6384,6 @@ export const NewsArticleAssetSentiment = {
7294
6384
  lastTradePrice
7295
6385
  changeToday
7296
6386
  assetMarginable
7297
- alpacaAccount {
7298
- id
7299
- }
7300
6387
  alpacaAccountId
7301
6388
  }
7302
6389
  alerts {
@@ -7307,25 +6394,10 @@ export const NewsArticleAssetSentiment = {
7307
6394
  isRead
7308
6395
  createdAt
7309
6396
  updatedAt
7310
- alpacaAccount {
7311
- id
7312
- }
7313
6397
  }
7314
6398
  }
7315
- asset {
7316
- id
7317
- }
7318
- actions {
7319
- id
7320
- }
7321
- }
7322
- order {
7323
- id
7324
6399
  }
7325
6400
  }
7326
- asset {
7327
- id
7328
- }
7329
6401
  fee
7330
6402
  strikePrice
7331
6403
  expirationDate
@@ -7336,9 +6408,6 @@ export const NewsArticleAssetSentiment = {
7336
6408
  positions {
7337
6409
  id
7338
6410
  assetId
7339
- asset {
7340
- id
7341
- }
7342
6411
  averageEntryPrice
7343
6412
  qty
7344
6413
  qtyAvailable
@@ -7384,9 +6453,6 @@ export const NewsArticleAssetSentiment = {
7384
6453
  stripeCurrentPeriodEnd
7385
6454
  createdAt
7386
6455
  updatedAt
7387
- users {
7388
- id
7389
- }
7390
6456
  }
7391
6457
  customerId
7392
6458
  accounts {
@@ -7404,18 +6470,12 @@ export const NewsArticleAssetSentiment = {
7404
6470
  session_state
7405
6471
  createdAt
7406
6472
  updatedAt
7407
- user {
7408
- id
7409
- }
7410
6473
  }
7411
6474
  sessions {
7412
6475
  id
7413
6476
  sessionToken
7414
6477
  userId
7415
6478
  expires
7416
- user {
7417
- id
7418
- }
7419
6479
  createdAt
7420
6480
  updatedAt
7421
6481
  }
@@ -7425,16 +6485,10 @@ export const NewsArticleAssetSentiment = {
7425
6485
  credentialID
7426
6486
  publicKey
7427
6487
  counter
7428
- user {
7429
- id
7430
- }
7431
6488
  createdAt
7432
6489
  updatedAt
7433
6490
  }
7434
6491
  plan
7435
- alpacaAccounts {
7436
- id
7437
- }
7438
6492
  }
7439
6493
  userId
7440
6494
  createdAt
@@ -7446,6 +6500,7 @@ export const NewsArticleAssetSentiment = {
7446
6500
  qty
7447
6501
  price
7448
6502
  total
6503
+ optionType
7449
6504
  signal
7450
6505
  strategy
7451
6506
  analysis
@@ -7454,12 +6509,6 @@ export const NewsArticleAssetSentiment = {
7454
6509
  createdAt
7455
6510
  updatedAt
7456
6511
  status
7457
- alpacaAccount {
7458
- id
7459
- }
7460
- asset {
7461
- id
7462
- }
7463
6512
  actions {
7464
6513
  id
7465
6514
  sequence
@@ -7468,9 +6517,6 @@ export const NewsArticleAssetSentiment = {
7468
6517
  note
7469
6518
  status
7470
6519
  fee
7471
- trade {
7472
- id
7473
- }
7474
6520
  order {
7475
6521
  id
7476
6522
  clientOrderId
@@ -7491,9 +6537,6 @@ export const NewsArticleAssetSentiment = {
7491
6537
  createdAt
7492
6538
  updatedAt
7493
6539
  orderId
7494
- Order {
7495
- id
7496
- }
7497
6540
  }
7498
6541
  takeProfit {
7499
6542
  id
@@ -7502,9 +6545,6 @@ export const NewsArticleAssetSentiment = {
7502
6545
  createdAt
7503
6546
  updatedAt
7504
6547
  orderId
7505
- Order {
7506
- id
7507
- }
7508
6548
  }
7509
6549
  trailPrice
7510
6550
  trailPercent
@@ -7516,15 +6556,6 @@ export const NewsArticleAssetSentiment = {
7516
6556
  filledAt
7517
6557
  filledAvgPrice
7518
6558
  actionId
7519
- alpacaAccount {
7520
- id
7521
- }
7522
- action {
7523
- id
7524
- }
7525
- asset {
7526
- id
7527
- }
7528
6559
  fee
7529
6560
  strikePrice
7530
6561
  expirationDate
@@ -7554,9 +6585,6 @@ export const NewsArticleAssetSentiment = {
7554
6585
  createdAt
7555
6586
  updatedAt
7556
6587
  orderId
7557
- Order {
7558
- id
7559
- }
7560
6588
  }
7561
6589
  takeProfit {
7562
6590
  id
@@ -7565,9 +6593,6 @@ export const NewsArticleAssetSentiment = {
7565
6593
  createdAt
7566
6594
  updatedAt
7567
6595
  orderId
7568
- Order {
7569
- id
7570
- }
7571
6596
  }
7572
6597
  trailPrice
7573
6598
  trailPercent
@@ -7579,9 +6604,6 @@ export const NewsArticleAssetSentiment = {
7579
6604
  filledAt
7580
6605
  filledAvgPrice
7581
6606
  actionId
7582
- alpacaAccount {
7583
- id
7584
- }
7585
6607
  action {
7586
6608
  id
7587
6609
  sequence
@@ -7597,6 +6619,7 @@ export const NewsArticleAssetSentiment = {
7597
6619
  qty
7598
6620
  price
7599
6621
  total
6622
+ optionType
7600
6623
  signal
7601
6624
  strategy
7602
6625
  analysis
@@ -7605,23 +6628,8 @@ export const NewsArticleAssetSentiment = {
7605
6628
  createdAt
7606
6629
  updatedAt
7607
6630
  status
7608
- alpacaAccount {
7609
- id
7610
- }
7611
- asset {
7612
- id
7613
- }
7614
- actions {
7615
- id
7616
- }
7617
- }
7618
- order {
7619
- id
7620
6631
  }
7621
6632
  }
7622
- asset {
7623
- id
7624
- }
7625
6633
  fee
7626
6634
  strikePrice
7627
6635
  expirationDate
@@ -7629,9 +6637,6 @@ export const NewsArticleAssetSentiment = {
7629
6637
  stopLossId
7630
6638
  takeProfitId
7631
6639
  }
7632
- positions {
7633
- id
7634
- }
7635
6640
  alerts {
7636
6641
  id
7637
6642
  alpacaAccountId
@@ -7640,16 +6645,10 @@ export const NewsArticleAssetSentiment = {
7640
6645
  isRead
7641
6646
  createdAt
7642
6647
  updatedAt
7643
- alpacaAccount {
7644
- id
7645
- }
7646
6648
  }
7647
6649
  }
7648
6650
  alpacaAccountId
7649
6651
  }
7650
- newsMentions {
7651
- id
7652
- }
7653
6652
  }
7654
6653
  relevancyScore
7655
6654
  sentimentScore
@@ -7709,9 +6708,6 @@ export const NewsArticleAssetSentiment = {
7709
6708
  logo
7710
6709
  createdAt
7711
6710
  updatedAt
7712
- assets {
7713
- id
7714
- }
7715
6711
  }
7716
6712
  asset {
7717
6713
  id
@@ -7779,6 +6775,7 @@ export const NewsArticleAssetSentiment = {
7779
6775
  qty
7780
6776
  price
7781
6777
  total
6778
+ optionType
7782
6779
  signal
7783
6780
  strategy
7784
6781
  analysis
@@ -7819,9 +6816,6 @@ export const NewsArticleAssetSentiment = {
7819
6816
  stripeCurrentPeriodEnd
7820
6817
  createdAt
7821
6818
  updatedAt
7822
- users {
7823
- id
7824
- }
7825
6819
  }
7826
6820
  customerId
7827
6821
  accounts {
@@ -7839,18 +6833,12 @@ export const NewsArticleAssetSentiment = {
7839
6833
  session_state
7840
6834
  createdAt
7841
6835
  updatedAt
7842
- user {
7843
- id
7844
- }
7845
6836
  }
7846
6837
  sessions {
7847
6838
  id
7848
6839
  sessionToken
7849
6840
  userId
7850
6841
  expires
7851
- user {
7852
- id
7853
- }
7854
6842
  createdAt
7855
6843
  updatedAt
7856
6844
  }
@@ -7860,23 +6848,14 @@ export const NewsArticleAssetSentiment = {
7860
6848
  credentialID
7861
6849
  publicKey
7862
6850
  counter
7863
- user {
7864
- id
7865
- }
7866
6851
  createdAt
7867
6852
  updatedAt
7868
6853
  }
7869
6854
  plan
7870
- alpacaAccounts {
7871
- id
7872
- }
7873
6855
  }
7874
6856
  userId
7875
6857
  createdAt
7876
6858
  updatedAt
7877
- trades {
7878
- id
7879
- }
7880
6859
  orders {
7881
6860
  id
7882
6861
  clientOrderId
@@ -7897,9 +6876,6 @@ export const NewsArticleAssetSentiment = {
7897
6876
  createdAt
7898
6877
  updatedAt
7899
6878
  orderId
7900
- Order {
7901
- id
7902
- }
7903
6879
  }
7904
6880
  takeProfit {
7905
6881
  id
@@ -7908,9 +6884,6 @@ export const NewsArticleAssetSentiment = {
7908
6884
  createdAt
7909
6885
  updatedAt
7910
6886
  orderId
7911
- Order {
7912
- id
7913
- }
7914
6887
  }
7915
6888
  trailPrice
7916
6889
  trailPercent
@@ -7922,9 +6895,6 @@ export const NewsArticleAssetSentiment = {
7922
6895
  filledAt
7923
6896
  filledAvgPrice
7924
6897
  actionId
7925
- alpacaAccount {
7926
- id
7927
- }
7928
6898
  action {
7929
6899
  id
7930
6900
  sequence
@@ -7933,15 +6903,6 @@ export const NewsArticleAssetSentiment = {
7933
6903
  note
7934
6904
  status
7935
6905
  fee
7936
- trade {
7937
- id
7938
- }
7939
- order {
7940
- id
7941
- }
7942
- }
7943
- asset {
7944
- id
7945
6906
  }
7946
6907
  fee
7947
6908
  strikePrice
@@ -7953,9 +6914,6 @@ export const NewsArticleAssetSentiment = {
7953
6914
  positions {
7954
6915
  id
7955
6916
  assetId
7956
- asset {
7957
- id
7958
- }
7959
6917
  averageEntryPrice
7960
6918
  qty
7961
6919
  qtyAvailable
@@ -7969,9 +6927,6 @@ export const NewsArticleAssetSentiment = {
7969
6927
  lastTradePrice
7970
6928
  changeToday
7971
6929
  assetMarginable
7972
- alpacaAccount {
7973
- id
7974
- }
7975
6930
  alpacaAccountId
7976
6931
  }
7977
6932
  alerts {
@@ -7982,14 +6937,8 @@ export const NewsArticleAssetSentiment = {
7982
6937
  isRead
7983
6938
  createdAt
7984
6939
  updatedAt
7985
- alpacaAccount {
7986
- id
7987
- }
7988
6940
  }
7989
6941
  }
7990
- asset {
7991
- id
7992
- }
7993
6942
  actions {
7994
6943
  id
7995
6944
  sequence
@@ -7998,9 +6947,6 @@ export const NewsArticleAssetSentiment = {
7998
6947
  note
7999
6948
  status
8000
6949
  fee
8001
- trade {
8002
- id
8003
- }
8004
6950
  order {
8005
6951
  id
8006
6952
  clientOrderId
@@ -8021,9 +6967,6 @@ export const NewsArticleAssetSentiment = {
8021
6967
  createdAt
8022
6968
  updatedAt
8023
6969
  orderId
8024
- Order {
8025
- id
8026
- }
8027
6970
  }
8028
6971
  takeProfit {
8029
6972
  id
@@ -8032,9 +6975,6 @@ export const NewsArticleAssetSentiment = {
8032
6975
  createdAt
8033
6976
  updatedAt
8034
6977
  orderId
8035
- Order {
8036
- id
8037
- }
8038
6978
  }
8039
6979
  trailPrice
8040
6980
  trailPercent
@@ -8078,9 +7018,6 @@ export const NewsArticleAssetSentiment = {
8078
7018
  stripeCurrentPeriodEnd
8079
7019
  createdAt
8080
7020
  updatedAt
8081
- users {
8082
- id
8083
- }
8084
7021
  }
8085
7022
  customerId
8086
7023
  accounts {
@@ -8098,18 +7035,12 @@ export const NewsArticleAssetSentiment = {
8098
7035
  session_state
8099
7036
  createdAt
8100
7037
  updatedAt
8101
- user {
8102
- id
8103
- }
8104
7038
  }
8105
7039
  sessions {
8106
7040
  id
8107
7041
  sessionToken
8108
7042
  userId
8109
7043
  expires
8110
- user {
8111
- id
8112
- }
8113
7044
  createdAt
8114
7045
  updatedAt
8115
7046
  }
@@ -8119,32 +7050,17 @@ export const NewsArticleAssetSentiment = {
8119
7050
  credentialID
8120
7051
  publicKey
8121
7052
  counter
8122
- user {
8123
- id
8124
- }
8125
7053
  createdAt
8126
7054
  updatedAt
8127
7055
  }
8128
7056
  plan
8129
- alpacaAccounts {
8130
- id
8131
- }
8132
7057
  }
8133
7058
  userId
8134
7059
  createdAt
8135
7060
  updatedAt
8136
- trades {
8137
- id
8138
- }
8139
- orders {
8140
- id
8141
- }
8142
7061
  positions {
8143
7062
  id
8144
7063
  assetId
8145
- asset {
8146
- id
8147
- }
8148
7064
  averageEntryPrice
8149
7065
  qty
8150
7066
  qtyAvailable
@@ -8158,9 +7074,6 @@ export const NewsArticleAssetSentiment = {
8158
7074
  lastTradePrice
8159
7075
  changeToday
8160
7076
  assetMarginable
8161
- alpacaAccount {
8162
- id
8163
- }
8164
7077
  alpacaAccountId
8165
7078
  }
8166
7079
  alerts {
@@ -8171,17 +7084,8 @@ export const NewsArticleAssetSentiment = {
8171
7084
  isRead
8172
7085
  createdAt
8173
7086
  updatedAt
8174
- alpacaAccount {
8175
- id
8176
- }
8177
7087
  }
8178
7088
  }
8179
- action {
8180
- id
8181
- }
8182
- asset {
8183
- id
8184
- }
8185
7089
  fee
8186
7090
  strikePrice
8187
7091
  expirationDate
@@ -8211,9 +7115,6 @@ export const NewsArticleAssetSentiment = {
8211
7115
  createdAt
8212
7116
  updatedAt
8213
7117
  orderId
8214
- Order {
8215
- id
8216
- }
8217
7118
  }
8218
7119
  takeProfit {
8219
7120
  id
@@ -8222,9 +7123,6 @@ export const NewsArticleAssetSentiment = {
8222
7123
  createdAt
8223
7124
  updatedAt
8224
7125
  orderId
8225
- Order {
8226
- id
8227
- }
8228
7126
  }
8229
7127
  trailPrice
8230
7128
  trailPercent
@@ -8268,9 +7166,6 @@ export const NewsArticleAssetSentiment = {
8268
7166
  stripeCurrentPeriodEnd
8269
7167
  createdAt
8270
7168
  updatedAt
8271
- users {
8272
- id
8273
- }
8274
7169
  }
8275
7170
  customerId
8276
7171
  accounts {
@@ -8288,18 +7183,12 @@ export const NewsArticleAssetSentiment = {
8288
7183
  session_state
8289
7184
  createdAt
8290
7185
  updatedAt
8291
- user {
8292
- id
8293
- }
8294
7186
  }
8295
7187
  sessions {
8296
7188
  id
8297
7189
  sessionToken
8298
7190
  userId
8299
7191
  expires
8300
- user {
8301
- id
8302
- }
8303
7192
  createdAt
8304
7193
  updatedAt
8305
7194
  }
@@ -8309,16 +7198,10 @@ export const NewsArticleAssetSentiment = {
8309
7198
  credentialID
8310
7199
  publicKey
8311
7200
  counter
8312
- user {
8313
- id
8314
- }
8315
7201
  createdAt
8316
7202
  updatedAt
8317
7203
  }
8318
7204
  plan
8319
- alpacaAccounts {
8320
- id
8321
- }
8322
7205
  }
8323
7206
  userId
8324
7207
  createdAt
@@ -8330,6 +7213,7 @@ export const NewsArticleAssetSentiment = {
8330
7213
  qty
8331
7214
  price
8332
7215
  total
7216
+ optionType
8333
7217
  signal
8334
7218
  strategy
8335
7219
  analysis
@@ -8338,12 +7222,6 @@ export const NewsArticleAssetSentiment = {
8338
7222
  createdAt
8339
7223
  updatedAt
8340
7224
  status
8341
- alpacaAccount {
8342
- id
8343
- }
8344
- asset {
8345
- id
8346
- }
8347
7225
  actions {
8348
7226
  id
8349
7227
  sequence
@@ -8352,23 +7230,11 @@ export const NewsArticleAssetSentiment = {
8352
7230
  note
8353
7231
  status
8354
7232
  fee
8355
- trade {
8356
- id
8357
- }
8358
- order {
8359
- id
8360
- }
8361
7233
  }
8362
7234
  }
8363
- orders {
8364
- id
8365
- }
8366
7235
  positions {
8367
7236
  id
8368
7237
  assetId
8369
- asset {
8370
- id
8371
- }
8372
7238
  averageEntryPrice
8373
7239
  qty
8374
7240
  qtyAvailable
@@ -8382,9 +7248,6 @@ export const NewsArticleAssetSentiment = {
8382
7248
  lastTradePrice
8383
7249
  changeToday
8384
7250
  assetMarginable
8385
- alpacaAccount {
8386
- id
8387
- }
8388
7251
  alpacaAccountId
8389
7252
  }
8390
7253
  alerts {
@@ -8395,9 +7258,6 @@ export const NewsArticleAssetSentiment = {
8395
7258
  isRead
8396
7259
  createdAt
8397
7260
  updatedAt
8398
- alpacaAccount {
8399
- id
8400
- }
8401
7261
  }
8402
7262
  }
8403
7263
  action {
@@ -8415,6 +7275,7 @@ export const NewsArticleAssetSentiment = {
8415
7275
  qty
8416
7276
  price
8417
7277
  total
7278
+ optionType
8418
7279
  signal
8419
7280
  strategy
8420
7281
  analysis
@@ -8455,9 +7316,6 @@ export const NewsArticleAssetSentiment = {
8455
7316
  stripeCurrentPeriodEnd
8456
7317
  createdAt
8457
7318
  updatedAt
8458
- users {
8459
- id
8460
- }
8461
7319
  }
8462
7320
  customerId
8463
7321
  accounts {
@@ -8475,18 +7333,12 @@ export const NewsArticleAssetSentiment = {
8475
7333
  session_state
8476
7334
  createdAt
8477
7335
  updatedAt
8478
- user {
8479
- id
8480
- }
8481
7336
  }
8482
7337
  sessions {
8483
7338
  id
8484
7339
  sessionToken
8485
7340
  userId
8486
7341
  expires
8487
- user {
8488
- id
8489
- }
8490
7342
  createdAt
8491
7343
  updatedAt
8492
7344
  }
@@ -8496,32 +7348,17 @@ export const NewsArticleAssetSentiment = {
8496
7348
  credentialID
8497
7349
  publicKey
8498
7350
  counter
8499
- user {
8500
- id
8501
- }
8502
7351
  createdAt
8503
7352
  updatedAt
8504
7353
  }
8505
7354
  plan
8506
- alpacaAccounts {
8507
- id
8508
- }
8509
7355
  }
8510
7356
  userId
8511
7357
  createdAt
8512
7358
  updatedAt
8513
- trades {
8514
- id
8515
- }
8516
- orders {
8517
- id
8518
- }
8519
7359
  positions {
8520
7360
  id
8521
7361
  assetId
8522
- asset {
8523
- id
8524
- }
8525
7362
  averageEntryPrice
8526
7363
  qty
8527
7364
  qtyAvailable
@@ -8535,9 +7372,6 @@ export const NewsArticleAssetSentiment = {
8535
7372
  lastTradePrice
8536
7373
  changeToday
8537
7374
  assetMarginable
8538
- alpacaAccount {
8539
- id
8540
- }
8541
7375
  alpacaAccountId
8542
7376
  }
8543
7377
  alerts {
@@ -8548,25 +7382,10 @@ export const NewsArticleAssetSentiment = {
8548
7382
  isRead
8549
7383
  createdAt
8550
7384
  updatedAt
8551
- alpacaAccount {
8552
- id
8553
- }
8554
7385
  }
8555
7386
  }
8556
- asset {
8557
- id
8558
- }
8559
- actions {
8560
- id
8561
- }
8562
- }
8563
- order {
8564
- id
8565
7387
  }
8566
7388
  }
8567
- asset {
8568
- id
8569
- }
8570
7389
  fee
8571
7390
  strikePrice
8572
7391
  expirationDate
@@ -8577,9 +7396,6 @@ export const NewsArticleAssetSentiment = {
8577
7396
  positions {
8578
7397
  id
8579
7398
  assetId
8580
- asset {
8581
- id
8582
- }
8583
7399
  averageEntryPrice
8584
7400
  qty
8585
7401
  qtyAvailable
@@ -8625,9 +7441,6 @@ export const NewsArticleAssetSentiment = {
8625
7441
  stripeCurrentPeriodEnd
8626
7442
  createdAt
8627
7443
  updatedAt
8628
- users {
8629
- id
8630
- }
8631
7444
  }
8632
7445
  customerId
8633
7446
  accounts {
@@ -8645,18 +7458,12 @@ export const NewsArticleAssetSentiment = {
8645
7458
  session_state
8646
7459
  createdAt
8647
7460
  updatedAt
8648
- user {
8649
- id
8650
- }
8651
7461
  }
8652
7462
  sessions {
8653
7463
  id
8654
7464
  sessionToken
8655
7465
  userId
8656
7466
  expires
8657
- user {
8658
- id
8659
- }
8660
7467
  createdAt
8661
7468
  updatedAt
8662
7469
  }
@@ -8666,16 +7473,10 @@ export const NewsArticleAssetSentiment = {
8666
7473
  credentialID
8667
7474
  publicKey
8668
7475
  counter
8669
- user {
8670
- id
8671
- }
8672
7476
  createdAt
8673
7477
  updatedAt
8674
7478
  }
8675
7479
  plan
8676
- alpacaAccounts {
8677
- id
8678
- }
8679
7480
  }
8680
7481
  userId
8681
7482
  createdAt
@@ -8687,6 +7488,7 @@ export const NewsArticleAssetSentiment = {
8687
7488
  qty
8688
7489
  price
8689
7490
  total
7491
+ optionType
8690
7492
  signal
8691
7493
  strategy
8692
7494
  analysis
@@ -8695,12 +7497,6 @@ export const NewsArticleAssetSentiment = {
8695
7497
  createdAt
8696
7498
  updatedAt
8697
7499
  status
8698
- alpacaAccount {
8699
- id
8700
- }
8701
- asset {
8702
- id
8703
- }
8704
7500
  actions {
8705
7501
  id
8706
7502
  sequence
@@ -8709,9 +7505,6 @@ export const NewsArticleAssetSentiment = {
8709
7505
  note
8710
7506
  status
8711
7507
  fee
8712
- trade {
8713
- id
8714
- }
8715
7508
  order {
8716
7509
  id
8717
7510
  clientOrderId
@@ -8732,9 +7525,6 @@ export const NewsArticleAssetSentiment = {
8732
7525
  createdAt
8733
7526
  updatedAt
8734
7527
  orderId
8735
- Order {
8736
- id
8737
- }
8738
7528
  }
8739
7529
  takeProfit {
8740
7530
  id
@@ -8743,9 +7533,6 @@ export const NewsArticleAssetSentiment = {
8743
7533
  createdAt
8744
7534
  updatedAt
8745
7535
  orderId
8746
- Order {
8747
- id
8748
- }
8749
7536
  }
8750
7537
  trailPrice
8751
7538
  trailPercent
@@ -8757,15 +7544,6 @@ export const NewsArticleAssetSentiment = {
8757
7544
  filledAt
8758
7545
  filledAvgPrice
8759
7546
  actionId
8760
- alpacaAccount {
8761
- id
8762
- }
8763
- action {
8764
- id
8765
- }
8766
- asset {
8767
- id
8768
- }
8769
7547
  fee
8770
7548
  strikePrice
8771
7549
  expirationDate
@@ -8795,9 +7573,6 @@ export const NewsArticleAssetSentiment = {
8795
7573
  createdAt
8796
7574
  updatedAt
8797
7575
  orderId
8798
- Order {
8799
- id
8800
- }
8801
7576
  }
8802
7577
  takeProfit {
8803
7578
  id
@@ -8806,9 +7581,6 @@ export const NewsArticleAssetSentiment = {
8806
7581
  createdAt
8807
7582
  updatedAt
8808
7583
  orderId
8809
- Order {
8810
- id
8811
- }
8812
7584
  }
8813
7585
  trailPrice
8814
7586
  trailPercent
@@ -8820,9 +7592,6 @@ export const NewsArticleAssetSentiment = {
8820
7592
  filledAt
8821
7593
  filledAvgPrice
8822
7594
  actionId
8823
- alpacaAccount {
8824
- id
8825
- }
8826
7595
  action {
8827
7596
  id
8828
7597
  sequence
@@ -8838,6 +7607,7 @@ export const NewsArticleAssetSentiment = {
8838
7607
  qty
8839
7608
  price
8840
7609
  total
7610
+ optionType
8841
7611
  signal
8842
7612
  strategy
8843
7613
  analysis
@@ -8846,23 +7616,8 @@ export const NewsArticleAssetSentiment = {
8846
7616
  createdAt
8847
7617
  updatedAt
8848
7618
  status
8849
- alpacaAccount {
8850
- id
8851
- }
8852
- asset {
8853
- id
8854
- }
8855
- actions {
8856
- id
8857
- }
8858
- }
8859
- order {
8860
- id
8861
7619
  }
8862
7620
  }
8863
- asset {
8864
- id
8865
- }
8866
7621
  fee
8867
7622
  strikePrice
8868
7623
  expirationDate
@@ -8870,9 +7625,6 @@ export const NewsArticleAssetSentiment = {
8870
7625
  stopLossId
8871
7626
  takeProfitId
8872
7627
  }
8873
- positions {
8874
- id
8875
- }
8876
7628
  alerts {
8877
7629
  id
8878
7630
  alpacaAccountId
@@ -8881,16 +7633,10 @@ export const NewsArticleAssetSentiment = {
8881
7633
  isRead
8882
7634
  createdAt
8883
7635
  updatedAt
8884
- alpacaAccount {
8885
- id
8886
- }
8887
7636
  }
8888
7637
  }
8889
7638
  alpacaAccountId
8890
7639
  }
8891
- newsMentions {
8892
- id
8893
- }
8894
7640
  }
8895
7641
  relevancyScore
8896
7642
  sentimentScore
@@ -8944,9 +7690,6 @@ export const NewsArticleAssetSentiment = {
8944
7690
  logo
8945
7691
  createdAt
8946
7692
  updatedAt
8947
- assets {
8948
- id
8949
- }
8950
7693
  }
8951
7694
  asset {
8952
7695
  id
@@ -9014,6 +7757,7 @@ export const NewsArticleAssetSentiment = {
9014
7757
  qty
9015
7758
  price
9016
7759
  total
7760
+ optionType
9017
7761
  signal
9018
7762
  strategy
9019
7763
  analysis
@@ -9054,9 +7798,6 @@ export const NewsArticleAssetSentiment = {
9054
7798
  stripeCurrentPeriodEnd
9055
7799
  createdAt
9056
7800
  updatedAt
9057
- users {
9058
- id
9059
- }
9060
7801
  }
9061
7802
  customerId
9062
7803
  accounts {
@@ -9074,18 +7815,12 @@ export const NewsArticleAssetSentiment = {
9074
7815
  session_state
9075
7816
  createdAt
9076
7817
  updatedAt
9077
- user {
9078
- id
9079
- }
9080
7818
  }
9081
7819
  sessions {
9082
7820
  id
9083
7821
  sessionToken
9084
7822
  userId
9085
7823
  expires
9086
- user {
9087
- id
9088
- }
9089
7824
  createdAt
9090
7825
  updatedAt
9091
7826
  }
@@ -9095,23 +7830,14 @@ export const NewsArticleAssetSentiment = {
9095
7830
  credentialID
9096
7831
  publicKey
9097
7832
  counter
9098
- user {
9099
- id
9100
- }
9101
7833
  createdAt
9102
7834
  updatedAt
9103
7835
  }
9104
7836
  plan
9105
- alpacaAccounts {
9106
- id
9107
- }
9108
7837
  }
9109
7838
  userId
9110
7839
  createdAt
9111
7840
  updatedAt
9112
- trades {
9113
- id
9114
- }
9115
7841
  orders {
9116
7842
  id
9117
7843
  clientOrderId
@@ -9132,9 +7858,6 @@ export const NewsArticleAssetSentiment = {
9132
7858
  createdAt
9133
7859
  updatedAt
9134
7860
  orderId
9135
- Order {
9136
- id
9137
- }
9138
7861
  }
9139
7862
  takeProfit {
9140
7863
  id
@@ -9143,9 +7866,6 @@ export const NewsArticleAssetSentiment = {
9143
7866
  createdAt
9144
7867
  updatedAt
9145
7868
  orderId
9146
- Order {
9147
- id
9148
- }
9149
7869
  }
9150
7870
  trailPrice
9151
7871
  trailPercent
@@ -9157,9 +7877,6 @@ export const NewsArticleAssetSentiment = {
9157
7877
  filledAt
9158
7878
  filledAvgPrice
9159
7879
  actionId
9160
- alpacaAccount {
9161
- id
9162
- }
9163
7880
  action {
9164
7881
  id
9165
7882
  sequence
@@ -9168,15 +7885,6 @@ export const NewsArticleAssetSentiment = {
9168
7885
  note
9169
7886
  status
9170
7887
  fee
9171
- trade {
9172
- id
9173
- }
9174
- order {
9175
- id
9176
- }
9177
- }
9178
- asset {
9179
- id
9180
7888
  }
9181
7889
  fee
9182
7890
  strikePrice
@@ -9188,9 +7896,6 @@ export const NewsArticleAssetSentiment = {
9188
7896
  positions {
9189
7897
  id
9190
7898
  assetId
9191
- asset {
9192
- id
9193
- }
9194
7899
  averageEntryPrice
9195
7900
  qty
9196
7901
  qtyAvailable
@@ -9204,9 +7909,6 @@ export const NewsArticleAssetSentiment = {
9204
7909
  lastTradePrice
9205
7910
  changeToday
9206
7911
  assetMarginable
9207
- alpacaAccount {
9208
- id
9209
- }
9210
7912
  alpacaAccountId
9211
7913
  }
9212
7914
  alerts {
@@ -9217,14 +7919,8 @@ export const NewsArticleAssetSentiment = {
9217
7919
  isRead
9218
7920
  createdAt
9219
7921
  updatedAt
9220
- alpacaAccount {
9221
- id
9222
- }
9223
7922
  }
9224
7923
  }
9225
- asset {
9226
- id
9227
- }
9228
7924
  actions {
9229
7925
  id
9230
7926
  sequence
@@ -9233,9 +7929,6 @@ export const NewsArticleAssetSentiment = {
9233
7929
  note
9234
7930
  status
9235
7931
  fee
9236
- trade {
9237
- id
9238
- }
9239
7932
  order {
9240
7933
  id
9241
7934
  clientOrderId
@@ -9256,9 +7949,6 @@ export const NewsArticleAssetSentiment = {
9256
7949
  createdAt
9257
7950
  updatedAt
9258
7951
  orderId
9259
- Order {
9260
- id
9261
- }
9262
7952
  }
9263
7953
  takeProfit {
9264
7954
  id
@@ -9267,9 +7957,6 @@ export const NewsArticleAssetSentiment = {
9267
7957
  createdAt
9268
7958
  updatedAt
9269
7959
  orderId
9270
- Order {
9271
- id
9272
- }
9273
7960
  }
9274
7961
  trailPrice
9275
7962
  trailPercent
@@ -9313,9 +8000,6 @@ export const NewsArticleAssetSentiment = {
9313
8000
  stripeCurrentPeriodEnd
9314
8001
  createdAt
9315
8002
  updatedAt
9316
- users {
9317
- id
9318
- }
9319
8003
  }
9320
8004
  customerId
9321
8005
  accounts {
@@ -9333,18 +8017,12 @@ export const NewsArticleAssetSentiment = {
9333
8017
  session_state
9334
8018
  createdAt
9335
8019
  updatedAt
9336
- user {
9337
- id
9338
- }
9339
8020
  }
9340
8021
  sessions {
9341
8022
  id
9342
8023
  sessionToken
9343
8024
  userId
9344
8025
  expires
9345
- user {
9346
- id
9347
- }
9348
8026
  createdAt
9349
8027
  updatedAt
9350
8028
  }
@@ -9354,32 +8032,17 @@ export const NewsArticleAssetSentiment = {
9354
8032
  credentialID
9355
8033
  publicKey
9356
8034
  counter
9357
- user {
9358
- id
9359
- }
9360
8035
  createdAt
9361
8036
  updatedAt
9362
8037
  }
9363
8038
  plan
9364
- alpacaAccounts {
9365
- id
9366
- }
9367
8039
  }
9368
8040
  userId
9369
8041
  createdAt
9370
8042
  updatedAt
9371
- trades {
9372
- id
9373
- }
9374
- orders {
9375
- id
9376
- }
9377
8043
  positions {
9378
8044
  id
9379
8045
  assetId
9380
- asset {
9381
- id
9382
- }
9383
8046
  averageEntryPrice
9384
8047
  qty
9385
8048
  qtyAvailable
@@ -9393,9 +8056,6 @@ export const NewsArticleAssetSentiment = {
9393
8056
  lastTradePrice
9394
8057
  changeToday
9395
8058
  assetMarginable
9396
- alpacaAccount {
9397
- id
9398
- }
9399
8059
  alpacaAccountId
9400
8060
  }
9401
8061
  alerts {
@@ -9406,17 +8066,8 @@ export const NewsArticleAssetSentiment = {
9406
8066
  isRead
9407
8067
  createdAt
9408
8068
  updatedAt
9409
- alpacaAccount {
9410
- id
9411
- }
9412
8069
  }
9413
8070
  }
9414
- action {
9415
- id
9416
- }
9417
- asset {
9418
- id
9419
- }
9420
8071
  fee
9421
8072
  strikePrice
9422
8073
  expirationDate
@@ -9446,9 +8097,6 @@ export const NewsArticleAssetSentiment = {
9446
8097
  createdAt
9447
8098
  updatedAt
9448
8099
  orderId
9449
- Order {
9450
- id
9451
- }
9452
8100
  }
9453
8101
  takeProfit {
9454
8102
  id
@@ -9457,9 +8105,6 @@ export const NewsArticleAssetSentiment = {
9457
8105
  createdAt
9458
8106
  updatedAt
9459
8107
  orderId
9460
- Order {
9461
- id
9462
- }
9463
8108
  }
9464
8109
  trailPrice
9465
8110
  trailPercent
@@ -9503,9 +8148,6 @@ export const NewsArticleAssetSentiment = {
9503
8148
  stripeCurrentPeriodEnd
9504
8149
  createdAt
9505
8150
  updatedAt
9506
- users {
9507
- id
9508
- }
9509
8151
  }
9510
8152
  customerId
9511
8153
  accounts {
@@ -9523,18 +8165,12 @@ export const NewsArticleAssetSentiment = {
9523
8165
  session_state
9524
8166
  createdAt
9525
8167
  updatedAt
9526
- user {
9527
- id
9528
- }
9529
8168
  }
9530
8169
  sessions {
9531
8170
  id
9532
8171
  sessionToken
9533
8172
  userId
9534
8173
  expires
9535
- user {
9536
- id
9537
- }
9538
8174
  createdAt
9539
8175
  updatedAt
9540
8176
  }
@@ -9544,16 +8180,10 @@ export const NewsArticleAssetSentiment = {
9544
8180
  credentialID
9545
8181
  publicKey
9546
8182
  counter
9547
- user {
9548
- id
9549
- }
9550
8183
  createdAt
9551
8184
  updatedAt
9552
8185
  }
9553
8186
  plan
9554
- alpacaAccounts {
9555
- id
9556
- }
9557
8187
  }
9558
8188
  userId
9559
8189
  createdAt
@@ -9565,6 +8195,7 @@ export const NewsArticleAssetSentiment = {
9565
8195
  qty
9566
8196
  price
9567
8197
  total
8198
+ optionType
9568
8199
  signal
9569
8200
  strategy
9570
8201
  analysis
@@ -9573,12 +8204,6 @@ export const NewsArticleAssetSentiment = {
9573
8204
  createdAt
9574
8205
  updatedAt
9575
8206
  status
9576
- alpacaAccount {
9577
- id
9578
- }
9579
- asset {
9580
- id
9581
- }
9582
8207
  actions {
9583
8208
  id
9584
8209
  sequence
@@ -9587,23 +8212,11 @@ export const NewsArticleAssetSentiment = {
9587
8212
  note
9588
8213
  status
9589
8214
  fee
9590
- trade {
9591
- id
9592
- }
9593
- order {
9594
- id
9595
- }
9596
8215
  }
9597
8216
  }
9598
- orders {
9599
- id
9600
- }
9601
8217
  positions {
9602
8218
  id
9603
8219
  assetId
9604
- asset {
9605
- id
9606
- }
9607
8220
  averageEntryPrice
9608
8221
  qty
9609
8222
  qtyAvailable
@@ -9617,9 +8230,6 @@ export const NewsArticleAssetSentiment = {
9617
8230
  lastTradePrice
9618
8231
  changeToday
9619
8232
  assetMarginable
9620
- alpacaAccount {
9621
- id
9622
- }
9623
8233
  alpacaAccountId
9624
8234
  }
9625
8235
  alerts {
@@ -9630,9 +8240,6 @@ export const NewsArticleAssetSentiment = {
9630
8240
  isRead
9631
8241
  createdAt
9632
8242
  updatedAt
9633
- alpacaAccount {
9634
- id
9635
- }
9636
8243
  }
9637
8244
  }
9638
8245
  action {
@@ -9650,6 +8257,7 @@ export const NewsArticleAssetSentiment = {
9650
8257
  qty
9651
8258
  price
9652
8259
  total
8260
+ optionType
9653
8261
  signal
9654
8262
  strategy
9655
8263
  analysis
@@ -9690,9 +8298,6 @@ export const NewsArticleAssetSentiment = {
9690
8298
  stripeCurrentPeriodEnd
9691
8299
  createdAt
9692
8300
  updatedAt
9693
- users {
9694
- id
9695
- }
9696
8301
  }
9697
8302
  customerId
9698
8303
  accounts {
@@ -9710,18 +8315,12 @@ export const NewsArticleAssetSentiment = {
9710
8315
  session_state
9711
8316
  createdAt
9712
8317
  updatedAt
9713
- user {
9714
- id
9715
- }
9716
8318
  }
9717
8319
  sessions {
9718
8320
  id
9719
8321
  sessionToken
9720
8322
  userId
9721
8323
  expires
9722
- user {
9723
- id
9724
- }
9725
8324
  createdAt
9726
8325
  updatedAt
9727
8326
  }
@@ -9731,32 +8330,17 @@ export const NewsArticleAssetSentiment = {
9731
8330
  credentialID
9732
8331
  publicKey
9733
8332
  counter
9734
- user {
9735
- id
9736
- }
9737
8333
  createdAt
9738
8334
  updatedAt
9739
8335
  }
9740
8336
  plan
9741
- alpacaAccounts {
9742
- id
9743
- }
9744
8337
  }
9745
8338
  userId
9746
8339
  createdAt
9747
8340
  updatedAt
9748
- trades {
9749
- id
9750
- }
9751
- orders {
9752
- id
9753
- }
9754
8341
  positions {
9755
8342
  id
9756
8343
  assetId
9757
- asset {
9758
- id
9759
- }
9760
8344
  averageEntryPrice
9761
8345
  qty
9762
8346
  qtyAvailable
@@ -9770,9 +8354,6 @@ export const NewsArticleAssetSentiment = {
9770
8354
  lastTradePrice
9771
8355
  changeToday
9772
8356
  assetMarginable
9773
- alpacaAccount {
9774
- id
9775
- }
9776
8357
  alpacaAccountId
9777
8358
  }
9778
8359
  alerts {
@@ -9783,25 +8364,10 @@ export const NewsArticleAssetSentiment = {
9783
8364
  isRead
9784
8365
  createdAt
9785
8366
  updatedAt
9786
- alpacaAccount {
9787
- id
9788
- }
9789
8367
  }
9790
8368
  }
9791
- asset {
9792
- id
9793
- }
9794
- actions {
9795
- id
9796
- }
9797
- }
9798
- order {
9799
- id
9800
8369
  }
9801
8370
  }
9802
- asset {
9803
- id
9804
- }
9805
8371
  fee
9806
8372
  strikePrice
9807
8373
  expirationDate
@@ -9812,9 +8378,6 @@ export const NewsArticleAssetSentiment = {
9812
8378
  positions {
9813
8379
  id
9814
8380
  assetId
9815
- asset {
9816
- id
9817
- }
9818
8381
  averageEntryPrice
9819
8382
  qty
9820
8383
  qtyAvailable
@@ -9860,9 +8423,6 @@ export const NewsArticleAssetSentiment = {
9860
8423
  stripeCurrentPeriodEnd
9861
8424
  createdAt
9862
8425
  updatedAt
9863
- users {
9864
- id
9865
- }
9866
8426
  }
9867
8427
  customerId
9868
8428
  accounts {
@@ -9880,18 +8440,12 @@ export const NewsArticleAssetSentiment = {
9880
8440
  session_state
9881
8441
  createdAt
9882
8442
  updatedAt
9883
- user {
9884
- id
9885
- }
9886
8443
  }
9887
8444
  sessions {
9888
8445
  id
9889
8446
  sessionToken
9890
8447
  userId
9891
8448
  expires
9892
- user {
9893
- id
9894
- }
9895
8449
  createdAt
9896
8450
  updatedAt
9897
8451
  }
@@ -9901,16 +8455,10 @@ export const NewsArticleAssetSentiment = {
9901
8455
  credentialID
9902
8456
  publicKey
9903
8457
  counter
9904
- user {
9905
- id
9906
- }
9907
8458
  createdAt
9908
8459
  updatedAt
9909
8460
  }
9910
8461
  plan
9911
- alpacaAccounts {
9912
- id
9913
- }
9914
8462
  }
9915
8463
  userId
9916
8464
  createdAt
@@ -9922,6 +8470,7 @@ export const NewsArticleAssetSentiment = {
9922
8470
  qty
9923
8471
  price
9924
8472
  total
8473
+ optionType
9925
8474
  signal
9926
8475
  strategy
9927
8476
  analysis
@@ -9930,12 +8479,6 @@ export const NewsArticleAssetSentiment = {
9930
8479
  createdAt
9931
8480
  updatedAt
9932
8481
  status
9933
- alpacaAccount {
9934
- id
9935
- }
9936
- asset {
9937
- id
9938
- }
9939
8482
  actions {
9940
8483
  id
9941
8484
  sequence
@@ -9944,9 +8487,6 @@ export const NewsArticleAssetSentiment = {
9944
8487
  note
9945
8488
  status
9946
8489
  fee
9947
- trade {
9948
- id
9949
- }
9950
8490
  order {
9951
8491
  id
9952
8492
  clientOrderId
@@ -9967,9 +8507,6 @@ export const NewsArticleAssetSentiment = {
9967
8507
  createdAt
9968
8508
  updatedAt
9969
8509
  orderId
9970
- Order {
9971
- id
9972
- }
9973
8510
  }
9974
8511
  takeProfit {
9975
8512
  id
@@ -9978,9 +8515,6 @@ export const NewsArticleAssetSentiment = {
9978
8515
  createdAt
9979
8516
  updatedAt
9980
8517
  orderId
9981
- Order {
9982
- id
9983
- }
9984
8518
  }
9985
8519
  trailPrice
9986
8520
  trailPercent
@@ -9992,15 +8526,6 @@ export const NewsArticleAssetSentiment = {
9992
8526
  filledAt
9993
8527
  filledAvgPrice
9994
8528
  actionId
9995
- alpacaAccount {
9996
- id
9997
- }
9998
- action {
9999
- id
10000
- }
10001
- asset {
10002
- id
10003
- }
10004
8529
  fee
10005
8530
  strikePrice
10006
8531
  expirationDate
@@ -10030,9 +8555,6 @@ export const NewsArticleAssetSentiment = {
10030
8555
  createdAt
10031
8556
  updatedAt
10032
8557
  orderId
10033
- Order {
10034
- id
10035
- }
10036
8558
  }
10037
8559
  takeProfit {
10038
8560
  id
@@ -10041,9 +8563,6 @@ export const NewsArticleAssetSentiment = {
10041
8563
  createdAt
10042
8564
  updatedAt
10043
8565
  orderId
10044
- Order {
10045
- id
10046
- }
10047
8566
  }
10048
8567
  trailPrice
10049
8568
  trailPercent
@@ -10055,9 +8574,6 @@ export const NewsArticleAssetSentiment = {
10055
8574
  filledAt
10056
8575
  filledAvgPrice
10057
8576
  actionId
10058
- alpacaAccount {
10059
- id
10060
- }
10061
8577
  action {
10062
8578
  id
10063
8579
  sequence
@@ -10073,6 +8589,7 @@ export const NewsArticleAssetSentiment = {
10073
8589
  qty
10074
8590
  price
10075
8591
  total
8592
+ optionType
10076
8593
  signal
10077
8594
  strategy
10078
8595
  analysis
@@ -10081,22 +8598,7 @@ export const NewsArticleAssetSentiment = {
10081
8598
  createdAt
10082
8599
  updatedAt
10083
8600
  status
10084
- alpacaAccount {
10085
- id
10086
- }
10087
- asset {
10088
- id
10089
- }
10090
- actions {
10091
- id
10092
- }
10093
8601
  }
10094
- order {
10095
- id
10096
- }
10097
- }
10098
- asset {
10099
- id
10100
8602
  }
10101
8603
  fee
10102
8604
  strikePrice
@@ -10105,9 +8607,6 @@ export const NewsArticleAssetSentiment = {
10105
8607
  stopLossId
10106
8608
  takeProfitId
10107
8609
  }
10108
- positions {
10109
- id
10110
- }
10111
8610
  alerts {
10112
8611
  id
10113
8612
  alpacaAccountId
@@ -10116,16 +8615,10 @@ export const NewsArticleAssetSentiment = {
10116
8615
  isRead
10117
8616
  createdAt
10118
8617
  updatedAt
10119
- alpacaAccount {
10120
- id
10121
- }
10122
8618
  }
10123
8619
  }
10124
8620
  alpacaAccountId
10125
8621
  }
10126
- newsMentions {
10127
- id
10128
- }
10129
8622
  }
10130
8623
  relevancyScore
10131
8624
  sentimentScore