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
@@ -39,9 +39,6 @@ exports.NewsArticleAssetSentiment = {
39
39
  logo
40
40
  createdAt
41
41
  updatedAt
42
- assets {
43
- id
44
- }
45
42
  }
46
43
  asset {
47
44
  id
@@ -109,6 +106,7 @@ exports.NewsArticleAssetSentiment = {
109
106
  qty
110
107
  price
111
108
  total
109
+ optionType
112
110
  signal
113
111
  strategy
114
112
  analysis
@@ -149,9 +147,6 @@ exports.NewsArticleAssetSentiment = {
149
147
  stripeCurrentPeriodEnd
150
148
  createdAt
151
149
  updatedAt
152
- users {
153
- id
154
- }
155
150
  }
156
151
  customerId
157
152
  accounts {
@@ -169,18 +164,12 @@ exports.NewsArticleAssetSentiment = {
169
164
  session_state
170
165
  createdAt
171
166
  updatedAt
172
- user {
173
- id
174
- }
175
167
  }
176
168
  sessions {
177
169
  id
178
170
  sessionToken
179
171
  userId
180
172
  expires
181
- user {
182
- id
183
- }
184
173
  createdAt
185
174
  updatedAt
186
175
  }
@@ -190,23 +179,14 @@ exports.NewsArticleAssetSentiment = {
190
179
  credentialID
191
180
  publicKey
192
181
  counter
193
- user {
194
- id
195
- }
196
182
  createdAt
197
183
  updatedAt
198
184
  }
199
185
  plan
200
- alpacaAccounts {
201
- id
202
- }
203
186
  }
204
187
  userId
205
188
  createdAt
206
189
  updatedAt
207
- trades {
208
- id
209
- }
210
190
  orders {
211
191
  id
212
192
  clientOrderId
@@ -227,9 +207,6 @@ exports.NewsArticleAssetSentiment = {
227
207
  createdAt
228
208
  updatedAt
229
209
  orderId
230
- Order {
231
- id
232
- }
233
210
  }
234
211
  takeProfit {
235
212
  id
@@ -238,9 +215,6 @@ exports.NewsArticleAssetSentiment = {
238
215
  createdAt
239
216
  updatedAt
240
217
  orderId
241
- Order {
242
- id
243
- }
244
218
  }
245
219
  trailPrice
246
220
  trailPercent
@@ -252,9 +226,6 @@ exports.NewsArticleAssetSentiment = {
252
226
  filledAt
253
227
  filledAvgPrice
254
228
  actionId
255
- alpacaAccount {
256
- id
257
- }
258
229
  action {
259
230
  id
260
231
  sequence
@@ -263,15 +234,6 @@ exports.NewsArticleAssetSentiment = {
263
234
  note
264
235
  status
265
236
  fee
266
- trade {
267
- id
268
- }
269
- order {
270
- id
271
- }
272
- }
273
- asset {
274
- id
275
237
  }
276
238
  fee
277
239
  strikePrice
@@ -283,9 +245,6 @@ exports.NewsArticleAssetSentiment = {
283
245
  positions {
284
246
  id
285
247
  assetId
286
- asset {
287
- id
288
- }
289
248
  averageEntryPrice
290
249
  qty
291
250
  qtyAvailable
@@ -299,9 +258,6 @@ exports.NewsArticleAssetSentiment = {
299
258
  lastTradePrice
300
259
  changeToday
301
260
  assetMarginable
302
- alpacaAccount {
303
- id
304
- }
305
261
  alpacaAccountId
306
262
  }
307
263
  alerts {
@@ -312,14 +268,8 @@ exports.NewsArticleAssetSentiment = {
312
268
  isRead
313
269
  createdAt
314
270
  updatedAt
315
- alpacaAccount {
316
- id
317
- }
318
271
  }
319
272
  }
320
- asset {
321
- id
322
- }
323
273
  actions {
324
274
  id
325
275
  sequence
@@ -328,9 +278,6 @@ exports.NewsArticleAssetSentiment = {
328
278
  note
329
279
  status
330
280
  fee
331
- trade {
332
- id
333
- }
334
281
  order {
335
282
  id
336
283
  clientOrderId
@@ -351,9 +298,6 @@ exports.NewsArticleAssetSentiment = {
351
298
  createdAt
352
299
  updatedAt
353
300
  orderId
354
- Order {
355
- id
356
- }
357
301
  }
358
302
  takeProfit {
359
303
  id
@@ -362,9 +306,6 @@ exports.NewsArticleAssetSentiment = {
362
306
  createdAt
363
307
  updatedAt
364
308
  orderId
365
- Order {
366
- id
367
- }
368
309
  }
369
310
  trailPrice
370
311
  trailPercent
@@ -408,9 +349,6 @@ exports.NewsArticleAssetSentiment = {
408
349
  stripeCurrentPeriodEnd
409
350
  createdAt
410
351
  updatedAt
411
- users {
412
- id
413
- }
414
352
  }
415
353
  customerId
416
354
  accounts {
@@ -428,18 +366,12 @@ exports.NewsArticleAssetSentiment = {
428
366
  session_state
429
367
  createdAt
430
368
  updatedAt
431
- user {
432
- id
433
- }
434
369
  }
435
370
  sessions {
436
371
  id
437
372
  sessionToken
438
373
  userId
439
374
  expires
440
- user {
441
- id
442
- }
443
375
  createdAt
444
376
  updatedAt
445
377
  }
@@ -449,32 +381,17 @@ exports.NewsArticleAssetSentiment = {
449
381
  credentialID
450
382
  publicKey
451
383
  counter
452
- user {
453
- id
454
- }
455
384
  createdAt
456
385
  updatedAt
457
386
  }
458
387
  plan
459
- alpacaAccounts {
460
- id
461
- }
462
388
  }
463
389
  userId
464
390
  createdAt
465
391
  updatedAt
466
- trades {
467
- id
468
- }
469
- orders {
470
- id
471
- }
472
392
  positions {
473
393
  id
474
394
  assetId
475
- asset {
476
- id
477
- }
478
395
  averageEntryPrice
479
396
  qty
480
397
  qtyAvailable
@@ -488,9 +405,6 @@ exports.NewsArticleAssetSentiment = {
488
405
  lastTradePrice
489
406
  changeToday
490
407
  assetMarginable
491
- alpacaAccount {
492
- id
493
- }
494
408
  alpacaAccountId
495
409
  }
496
410
  alerts {
@@ -501,17 +415,8 @@ exports.NewsArticleAssetSentiment = {
501
415
  isRead
502
416
  createdAt
503
417
  updatedAt
504
- alpacaAccount {
505
- id
506
- }
507
418
  }
508
419
  }
509
- action {
510
- id
511
- }
512
- asset {
513
- id
514
- }
515
420
  fee
516
421
  strikePrice
517
422
  expirationDate
@@ -541,9 +446,6 @@ exports.NewsArticleAssetSentiment = {
541
446
  createdAt
542
447
  updatedAt
543
448
  orderId
544
- Order {
545
- id
546
- }
547
449
  }
548
450
  takeProfit {
549
451
  id
@@ -552,9 +454,6 @@ exports.NewsArticleAssetSentiment = {
552
454
  createdAt
553
455
  updatedAt
554
456
  orderId
555
- Order {
556
- id
557
- }
558
457
  }
559
458
  trailPrice
560
459
  trailPercent
@@ -598,9 +497,6 @@ exports.NewsArticleAssetSentiment = {
598
497
  stripeCurrentPeriodEnd
599
498
  createdAt
600
499
  updatedAt
601
- users {
602
- id
603
- }
604
500
  }
605
501
  customerId
606
502
  accounts {
@@ -618,18 +514,12 @@ exports.NewsArticleAssetSentiment = {
618
514
  session_state
619
515
  createdAt
620
516
  updatedAt
621
- user {
622
- id
623
- }
624
517
  }
625
518
  sessions {
626
519
  id
627
520
  sessionToken
628
521
  userId
629
522
  expires
630
- user {
631
- id
632
- }
633
523
  createdAt
634
524
  updatedAt
635
525
  }
@@ -639,16 +529,10 @@ exports.NewsArticleAssetSentiment = {
639
529
  credentialID
640
530
  publicKey
641
531
  counter
642
- user {
643
- id
644
- }
645
532
  createdAt
646
533
  updatedAt
647
534
  }
648
535
  plan
649
- alpacaAccounts {
650
- id
651
- }
652
536
  }
653
537
  userId
654
538
  createdAt
@@ -660,6 +544,7 @@ exports.NewsArticleAssetSentiment = {
660
544
  qty
661
545
  price
662
546
  total
547
+ optionType
663
548
  signal
664
549
  strategy
665
550
  analysis
@@ -668,12 +553,6 @@ exports.NewsArticleAssetSentiment = {
668
553
  createdAt
669
554
  updatedAt
670
555
  status
671
- alpacaAccount {
672
- id
673
- }
674
- asset {
675
- id
676
- }
677
556
  actions {
678
557
  id
679
558
  sequence
@@ -682,23 +561,11 @@ exports.NewsArticleAssetSentiment = {
682
561
  note
683
562
  status
684
563
  fee
685
- trade {
686
- id
687
- }
688
- order {
689
- id
690
- }
691
564
  }
692
565
  }
693
- orders {
694
- id
695
- }
696
566
  positions {
697
567
  id
698
568
  assetId
699
- asset {
700
- id
701
- }
702
569
  averageEntryPrice
703
570
  qty
704
571
  qtyAvailable
@@ -712,9 +579,6 @@ exports.NewsArticleAssetSentiment = {
712
579
  lastTradePrice
713
580
  changeToday
714
581
  assetMarginable
715
- alpacaAccount {
716
- id
717
- }
718
582
  alpacaAccountId
719
583
  }
720
584
  alerts {
@@ -725,9 +589,6 @@ exports.NewsArticleAssetSentiment = {
725
589
  isRead
726
590
  createdAt
727
591
  updatedAt
728
- alpacaAccount {
729
- id
730
- }
731
592
  }
732
593
  }
733
594
  action {
@@ -745,6 +606,7 @@ exports.NewsArticleAssetSentiment = {
745
606
  qty
746
607
  price
747
608
  total
609
+ optionType
748
610
  signal
749
611
  strategy
750
612
  analysis
@@ -785,9 +647,6 @@ exports.NewsArticleAssetSentiment = {
785
647
  stripeCurrentPeriodEnd
786
648
  createdAt
787
649
  updatedAt
788
- users {
789
- id
790
- }
791
650
  }
792
651
  customerId
793
652
  accounts {
@@ -805,18 +664,12 @@ exports.NewsArticleAssetSentiment = {
805
664
  session_state
806
665
  createdAt
807
666
  updatedAt
808
- user {
809
- id
810
- }
811
667
  }
812
668
  sessions {
813
669
  id
814
670
  sessionToken
815
671
  userId
816
672
  expires
817
- user {
818
- id
819
- }
820
673
  createdAt
821
674
  updatedAt
822
675
  }
@@ -826,32 +679,17 @@ exports.NewsArticleAssetSentiment = {
826
679
  credentialID
827
680
  publicKey
828
681
  counter
829
- user {
830
- id
831
- }
832
682
  createdAt
833
683
  updatedAt
834
684
  }
835
685
  plan
836
- alpacaAccounts {
837
- id
838
- }
839
686
  }
840
687
  userId
841
688
  createdAt
842
689
  updatedAt
843
- trades {
844
- id
845
- }
846
- orders {
847
- id
848
- }
849
690
  positions {
850
691
  id
851
692
  assetId
852
- asset {
853
- id
854
- }
855
693
  averageEntryPrice
856
694
  qty
857
695
  qtyAvailable
@@ -865,9 +703,6 @@ exports.NewsArticleAssetSentiment = {
865
703
  lastTradePrice
866
704
  changeToday
867
705
  assetMarginable
868
- alpacaAccount {
869
- id
870
- }
871
706
  alpacaAccountId
872
707
  }
873
708
  alerts {
@@ -878,25 +713,10 @@ exports.NewsArticleAssetSentiment = {
878
713
  isRead
879
714
  createdAt
880
715
  updatedAt
881
- alpacaAccount {
882
- id
883
- }
884
716
  }
885
717
  }
886
- asset {
887
- id
888
- }
889
- actions {
890
- id
891
- }
892
- }
893
- order {
894
- id
895
718
  }
896
719
  }
897
- asset {
898
- id
899
- }
900
720
  fee
901
721
  strikePrice
902
722
  expirationDate
@@ -907,9 +727,6 @@ exports.NewsArticleAssetSentiment = {
907
727
  positions {
908
728
  id
909
729
  assetId
910
- asset {
911
- id
912
- }
913
730
  averageEntryPrice
914
731
  qty
915
732
  qtyAvailable
@@ -955,9 +772,6 @@ exports.NewsArticleAssetSentiment = {
955
772
  stripeCurrentPeriodEnd
956
773
  createdAt
957
774
  updatedAt
958
- users {
959
- id
960
- }
961
775
  }
962
776
  customerId
963
777
  accounts {
@@ -975,18 +789,12 @@ exports.NewsArticleAssetSentiment = {
975
789
  session_state
976
790
  createdAt
977
791
  updatedAt
978
- user {
979
- id
980
- }
981
792
  }
982
793
  sessions {
983
794
  id
984
795
  sessionToken
985
796
  userId
986
797
  expires
987
- user {
988
- id
989
- }
990
798
  createdAt
991
799
  updatedAt
992
800
  }
@@ -996,16 +804,10 @@ exports.NewsArticleAssetSentiment = {
996
804
  credentialID
997
805
  publicKey
998
806
  counter
999
- user {
1000
- id
1001
- }
1002
807
  createdAt
1003
808
  updatedAt
1004
809
  }
1005
810
  plan
1006
- alpacaAccounts {
1007
- id
1008
- }
1009
811
  }
1010
812
  userId
1011
813
  createdAt
@@ -1017,6 +819,7 @@ exports.NewsArticleAssetSentiment = {
1017
819
  qty
1018
820
  price
1019
821
  total
822
+ optionType
1020
823
  signal
1021
824
  strategy
1022
825
  analysis
@@ -1025,12 +828,6 @@ exports.NewsArticleAssetSentiment = {
1025
828
  createdAt
1026
829
  updatedAt
1027
830
  status
1028
- alpacaAccount {
1029
- id
1030
- }
1031
- asset {
1032
- id
1033
- }
1034
831
  actions {
1035
832
  id
1036
833
  sequence
@@ -1039,9 +836,6 @@ exports.NewsArticleAssetSentiment = {
1039
836
  note
1040
837
  status
1041
838
  fee
1042
- trade {
1043
- id
1044
- }
1045
839
  order {
1046
840
  id
1047
841
  clientOrderId
@@ -1062,9 +856,6 @@ exports.NewsArticleAssetSentiment = {
1062
856
  createdAt
1063
857
  updatedAt
1064
858
  orderId
1065
- Order {
1066
- id
1067
- }
1068
859
  }
1069
860
  takeProfit {
1070
861
  id
@@ -1073,9 +864,6 @@ exports.NewsArticleAssetSentiment = {
1073
864
  createdAt
1074
865
  updatedAt
1075
866
  orderId
1076
- Order {
1077
- id
1078
- }
1079
867
  }
1080
868
  trailPrice
1081
869
  trailPercent
@@ -1087,15 +875,6 @@ exports.NewsArticleAssetSentiment = {
1087
875
  filledAt
1088
876
  filledAvgPrice
1089
877
  actionId
1090
- alpacaAccount {
1091
- id
1092
- }
1093
- action {
1094
- id
1095
- }
1096
- asset {
1097
- id
1098
- }
1099
878
  fee
1100
879
  strikePrice
1101
880
  expirationDate
@@ -1125,9 +904,6 @@ exports.NewsArticleAssetSentiment = {
1125
904
  createdAt
1126
905
  updatedAt
1127
906
  orderId
1128
- Order {
1129
- id
1130
- }
1131
907
  }
1132
908
  takeProfit {
1133
909
  id
@@ -1136,9 +912,6 @@ exports.NewsArticleAssetSentiment = {
1136
912
  createdAt
1137
913
  updatedAt
1138
914
  orderId
1139
- Order {
1140
- id
1141
- }
1142
915
  }
1143
916
  trailPrice
1144
917
  trailPercent
@@ -1150,9 +923,6 @@ exports.NewsArticleAssetSentiment = {
1150
923
  filledAt
1151
924
  filledAvgPrice
1152
925
  actionId
1153
- alpacaAccount {
1154
- id
1155
- }
1156
926
  action {
1157
927
  id
1158
928
  sequence
@@ -1168,6 +938,7 @@ exports.NewsArticleAssetSentiment = {
1168
938
  qty
1169
939
  price
1170
940
  total
941
+ optionType
1171
942
  signal
1172
943
  strategy
1173
944
  analysis
@@ -1176,23 +947,8 @@ exports.NewsArticleAssetSentiment = {
1176
947
  createdAt
1177
948
  updatedAt
1178
949
  status
1179
- alpacaAccount {
1180
- id
1181
- }
1182
- asset {
1183
- id
1184
- }
1185
- actions {
1186
- id
1187
- }
1188
- }
1189
- order {
1190
- id
1191
950
  }
1192
951
  }
1193
- asset {
1194
- id
1195
- }
1196
952
  fee
1197
953
  strikePrice
1198
954
  expirationDate
@@ -1200,9 +956,6 @@ exports.NewsArticleAssetSentiment = {
1200
956
  stopLossId
1201
957
  takeProfitId
1202
958
  }
1203
- positions {
1204
- id
1205
- }
1206
959
  alerts {
1207
960
  id
1208
961
  alpacaAccountId
@@ -1211,16 +964,10 @@ exports.NewsArticleAssetSentiment = {
1211
964
  isRead
1212
965
  createdAt
1213
966
  updatedAt
1214
- alpacaAccount {
1215
- id
1216
- }
1217
967
  }
1218
968
  }
1219
969
  alpacaAccountId
1220
970
  }
1221
- newsMentions {
1222
- id
1223
- }
1224
971
  }
1225
972
  relevancyScore
1226
973
  sentimentScore
@@ -1347,6 +1094,7 @@ exports.NewsArticleAssetSentiment = {
1347
1094
  qty: item.qty !== undefined ? item.qty : undefined,
1348
1095
  price: item.price !== undefined ? item.price : undefined,
1349
1096
  total: item.total !== undefined ? item.total : undefined,
1097
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
1350
1098
  signal: item.signal !== undefined ? item.signal : undefined,
1351
1099
  strategy: item.strategy !== undefined ? item.strategy : undefined,
1352
1100
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -1645,9 +1393,6 @@ exports.NewsArticleAssetSentiment = {
1645
1393
  logo
1646
1394
  createdAt
1647
1395
  updatedAt
1648
- assets {
1649
- id
1650
- }
1651
1396
  }
1652
1397
  asset {
1653
1398
  id
@@ -1715,6 +1460,7 @@ exports.NewsArticleAssetSentiment = {
1715
1460
  qty
1716
1461
  price
1717
1462
  total
1463
+ optionType
1718
1464
  signal
1719
1465
  strategy
1720
1466
  analysis
@@ -1755,9 +1501,6 @@ exports.NewsArticleAssetSentiment = {
1755
1501
  stripeCurrentPeriodEnd
1756
1502
  createdAt
1757
1503
  updatedAt
1758
- users {
1759
- id
1760
- }
1761
1504
  }
1762
1505
  customerId
1763
1506
  accounts {
@@ -1775,18 +1518,12 @@ exports.NewsArticleAssetSentiment = {
1775
1518
  session_state
1776
1519
  createdAt
1777
1520
  updatedAt
1778
- user {
1779
- id
1780
- }
1781
1521
  }
1782
1522
  sessions {
1783
1523
  id
1784
1524
  sessionToken
1785
1525
  userId
1786
1526
  expires
1787
- user {
1788
- id
1789
- }
1790
1527
  createdAt
1791
1528
  updatedAt
1792
1529
  }
@@ -1796,23 +1533,14 @@ exports.NewsArticleAssetSentiment = {
1796
1533
  credentialID
1797
1534
  publicKey
1798
1535
  counter
1799
- user {
1800
- id
1801
- }
1802
1536
  createdAt
1803
1537
  updatedAt
1804
1538
  }
1805
1539
  plan
1806
- alpacaAccounts {
1807
- id
1808
- }
1809
1540
  }
1810
1541
  userId
1811
1542
  createdAt
1812
1543
  updatedAt
1813
- trades {
1814
- id
1815
- }
1816
1544
  orders {
1817
1545
  id
1818
1546
  clientOrderId
@@ -1833,9 +1561,6 @@ exports.NewsArticleAssetSentiment = {
1833
1561
  createdAt
1834
1562
  updatedAt
1835
1563
  orderId
1836
- Order {
1837
- id
1838
- }
1839
1564
  }
1840
1565
  takeProfit {
1841
1566
  id
@@ -1844,9 +1569,6 @@ exports.NewsArticleAssetSentiment = {
1844
1569
  createdAt
1845
1570
  updatedAt
1846
1571
  orderId
1847
- Order {
1848
- id
1849
- }
1850
1572
  }
1851
1573
  trailPrice
1852
1574
  trailPercent
@@ -1858,9 +1580,6 @@ exports.NewsArticleAssetSentiment = {
1858
1580
  filledAt
1859
1581
  filledAvgPrice
1860
1582
  actionId
1861
- alpacaAccount {
1862
- id
1863
- }
1864
1583
  action {
1865
1584
  id
1866
1585
  sequence
@@ -1869,15 +1588,6 @@ exports.NewsArticleAssetSentiment = {
1869
1588
  note
1870
1589
  status
1871
1590
  fee
1872
- trade {
1873
- id
1874
- }
1875
- order {
1876
- id
1877
- }
1878
- }
1879
- asset {
1880
- id
1881
1591
  }
1882
1592
  fee
1883
1593
  strikePrice
@@ -1889,9 +1599,6 @@ exports.NewsArticleAssetSentiment = {
1889
1599
  positions {
1890
1600
  id
1891
1601
  assetId
1892
- asset {
1893
- id
1894
- }
1895
1602
  averageEntryPrice
1896
1603
  qty
1897
1604
  qtyAvailable
@@ -1905,9 +1612,6 @@ exports.NewsArticleAssetSentiment = {
1905
1612
  lastTradePrice
1906
1613
  changeToday
1907
1614
  assetMarginable
1908
- alpacaAccount {
1909
- id
1910
- }
1911
1615
  alpacaAccountId
1912
1616
  }
1913
1617
  alerts {
@@ -1918,14 +1622,8 @@ exports.NewsArticleAssetSentiment = {
1918
1622
  isRead
1919
1623
  createdAt
1920
1624
  updatedAt
1921
- alpacaAccount {
1922
- id
1923
- }
1924
1625
  }
1925
1626
  }
1926
- asset {
1927
- id
1928
- }
1929
1627
  actions {
1930
1628
  id
1931
1629
  sequence
@@ -1934,9 +1632,6 @@ exports.NewsArticleAssetSentiment = {
1934
1632
  note
1935
1633
  status
1936
1634
  fee
1937
- trade {
1938
- id
1939
- }
1940
1635
  order {
1941
1636
  id
1942
1637
  clientOrderId
@@ -1957,9 +1652,6 @@ exports.NewsArticleAssetSentiment = {
1957
1652
  createdAt
1958
1653
  updatedAt
1959
1654
  orderId
1960
- Order {
1961
- id
1962
- }
1963
1655
  }
1964
1656
  takeProfit {
1965
1657
  id
@@ -1968,9 +1660,6 @@ exports.NewsArticleAssetSentiment = {
1968
1660
  createdAt
1969
1661
  updatedAt
1970
1662
  orderId
1971
- Order {
1972
- id
1973
- }
1974
1663
  }
1975
1664
  trailPrice
1976
1665
  trailPercent
@@ -2014,9 +1703,6 @@ exports.NewsArticleAssetSentiment = {
2014
1703
  stripeCurrentPeriodEnd
2015
1704
  createdAt
2016
1705
  updatedAt
2017
- users {
2018
- id
2019
- }
2020
1706
  }
2021
1707
  customerId
2022
1708
  accounts {
@@ -2034,18 +1720,12 @@ exports.NewsArticleAssetSentiment = {
2034
1720
  session_state
2035
1721
  createdAt
2036
1722
  updatedAt
2037
- user {
2038
- id
2039
- }
2040
1723
  }
2041
1724
  sessions {
2042
1725
  id
2043
1726
  sessionToken
2044
1727
  userId
2045
1728
  expires
2046
- user {
2047
- id
2048
- }
2049
1729
  createdAt
2050
1730
  updatedAt
2051
1731
  }
@@ -2055,32 +1735,17 @@ exports.NewsArticleAssetSentiment = {
2055
1735
  credentialID
2056
1736
  publicKey
2057
1737
  counter
2058
- user {
2059
- id
2060
- }
2061
1738
  createdAt
2062
1739
  updatedAt
2063
1740
  }
2064
1741
  plan
2065
- alpacaAccounts {
2066
- id
2067
- }
2068
1742
  }
2069
1743
  userId
2070
1744
  createdAt
2071
1745
  updatedAt
2072
- trades {
2073
- id
2074
- }
2075
- orders {
2076
- id
2077
- }
2078
1746
  positions {
2079
1747
  id
2080
1748
  assetId
2081
- asset {
2082
- id
2083
- }
2084
1749
  averageEntryPrice
2085
1750
  qty
2086
1751
  qtyAvailable
@@ -2094,9 +1759,6 @@ exports.NewsArticleAssetSentiment = {
2094
1759
  lastTradePrice
2095
1760
  changeToday
2096
1761
  assetMarginable
2097
- alpacaAccount {
2098
- id
2099
- }
2100
1762
  alpacaAccountId
2101
1763
  }
2102
1764
  alerts {
@@ -2107,17 +1769,8 @@ exports.NewsArticleAssetSentiment = {
2107
1769
  isRead
2108
1770
  createdAt
2109
1771
  updatedAt
2110
- alpacaAccount {
2111
- id
2112
- }
2113
1772
  }
2114
1773
  }
2115
- action {
2116
- id
2117
- }
2118
- asset {
2119
- id
2120
- }
2121
1774
  fee
2122
1775
  strikePrice
2123
1776
  expirationDate
@@ -2147,9 +1800,6 @@ exports.NewsArticleAssetSentiment = {
2147
1800
  createdAt
2148
1801
  updatedAt
2149
1802
  orderId
2150
- Order {
2151
- id
2152
- }
2153
1803
  }
2154
1804
  takeProfit {
2155
1805
  id
@@ -2158,9 +1808,6 @@ exports.NewsArticleAssetSentiment = {
2158
1808
  createdAt
2159
1809
  updatedAt
2160
1810
  orderId
2161
- Order {
2162
- id
2163
- }
2164
1811
  }
2165
1812
  trailPrice
2166
1813
  trailPercent
@@ -2204,9 +1851,6 @@ exports.NewsArticleAssetSentiment = {
2204
1851
  stripeCurrentPeriodEnd
2205
1852
  createdAt
2206
1853
  updatedAt
2207
- users {
2208
- id
2209
- }
2210
1854
  }
2211
1855
  customerId
2212
1856
  accounts {
@@ -2224,18 +1868,12 @@ exports.NewsArticleAssetSentiment = {
2224
1868
  session_state
2225
1869
  createdAt
2226
1870
  updatedAt
2227
- user {
2228
- id
2229
- }
2230
1871
  }
2231
1872
  sessions {
2232
1873
  id
2233
1874
  sessionToken
2234
1875
  userId
2235
1876
  expires
2236
- user {
2237
- id
2238
- }
2239
1877
  createdAt
2240
1878
  updatedAt
2241
1879
  }
@@ -2245,16 +1883,10 @@ exports.NewsArticleAssetSentiment = {
2245
1883
  credentialID
2246
1884
  publicKey
2247
1885
  counter
2248
- user {
2249
- id
2250
- }
2251
1886
  createdAt
2252
1887
  updatedAt
2253
1888
  }
2254
1889
  plan
2255
- alpacaAccounts {
2256
- id
2257
- }
2258
1890
  }
2259
1891
  userId
2260
1892
  createdAt
@@ -2266,6 +1898,7 @@ exports.NewsArticleAssetSentiment = {
2266
1898
  qty
2267
1899
  price
2268
1900
  total
1901
+ optionType
2269
1902
  signal
2270
1903
  strategy
2271
1904
  analysis
@@ -2274,12 +1907,6 @@ exports.NewsArticleAssetSentiment = {
2274
1907
  createdAt
2275
1908
  updatedAt
2276
1909
  status
2277
- alpacaAccount {
2278
- id
2279
- }
2280
- asset {
2281
- id
2282
- }
2283
1910
  actions {
2284
1911
  id
2285
1912
  sequence
@@ -2288,23 +1915,11 @@ exports.NewsArticleAssetSentiment = {
2288
1915
  note
2289
1916
  status
2290
1917
  fee
2291
- trade {
2292
- id
2293
- }
2294
- order {
2295
- id
2296
- }
2297
1918
  }
2298
1919
  }
2299
- orders {
2300
- id
2301
- }
2302
1920
  positions {
2303
1921
  id
2304
1922
  assetId
2305
- asset {
2306
- id
2307
- }
2308
1923
  averageEntryPrice
2309
1924
  qty
2310
1925
  qtyAvailable
@@ -2318,9 +1933,6 @@ exports.NewsArticleAssetSentiment = {
2318
1933
  lastTradePrice
2319
1934
  changeToday
2320
1935
  assetMarginable
2321
- alpacaAccount {
2322
- id
2323
- }
2324
1936
  alpacaAccountId
2325
1937
  }
2326
1938
  alerts {
@@ -2331,9 +1943,6 @@ exports.NewsArticleAssetSentiment = {
2331
1943
  isRead
2332
1944
  createdAt
2333
1945
  updatedAt
2334
- alpacaAccount {
2335
- id
2336
- }
2337
1946
  }
2338
1947
  }
2339
1948
  action {
@@ -2351,6 +1960,7 @@ exports.NewsArticleAssetSentiment = {
2351
1960
  qty
2352
1961
  price
2353
1962
  total
1963
+ optionType
2354
1964
  signal
2355
1965
  strategy
2356
1966
  analysis
@@ -2391,9 +2001,6 @@ exports.NewsArticleAssetSentiment = {
2391
2001
  stripeCurrentPeriodEnd
2392
2002
  createdAt
2393
2003
  updatedAt
2394
- users {
2395
- id
2396
- }
2397
2004
  }
2398
2005
  customerId
2399
2006
  accounts {
@@ -2411,18 +2018,12 @@ exports.NewsArticleAssetSentiment = {
2411
2018
  session_state
2412
2019
  createdAt
2413
2020
  updatedAt
2414
- user {
2415
- id
2416
- }
2417
2021
  }
2418
2022
  sessions {
2419
2023
  id
2420
2024
  sessionToken
2421
2025
  userId
2422
2026
  expires
2423
- user {
2424
- id
2425
- }
2426
2027
  createdAt
2427
2028
  updatedAt
2428
2029
  }
@@ -2432,32 +2033,17 @@ exports.NewsArticleAssetSentiment = {
2432
2033
  credentialID
2433
2034
  publicKey
2434
2035
  counter
2435
- user {
2436
- id
2437
- }
2438
2036
  createdAt
2439
2037
  updatedAt
2440
2038
  }
2441
2039
  plan
2442
- alpacaAccounts {
2443
- id
2444
- }
2445
2040
  }
2446
2041
  userId
2447
2042
  createdAt
2448
2043
  updatedAt
2449
- trades {
2450
- id
2451
- }
2452
- orders {
2453
- id
2454
- }
2455
2044
  positions {
2456
2045
  id
2457
2046
  assetId
2458
- asset {
2459
- id
2460
- }
2461
2047
  averageEntryPrice
2462
2048
  qty
2463
2049
  qtyAvailable
@@ -2471,9 +2057,6 @@ exports.NewsArticleAssetSentiment = {
2471
2057
  lastTradePrice
2472
2058
  changeToday
2473
2059
  assetMarginable
2474
- alpacaAccount {
2475
- id
2476
- }
2477
2060
  alpacaAccountId
2478
2061
  }
2479
2062
  alerts {
@@ -2484,25 +2067,10 @@ exports.NewsArticleAssetSentiment = {
2484
2067
  isRead
2485
2068
  createdAt
2486
2069
  updatedAt
2487
- alpacaAccount {
2488
- id
2489
- }
2490
2070
  }
2491
2071
  }
2492
- asset {
2493
- id
2494
- }
2495
- actions {
2496
- id
2497
- }
2498
- }
2499
- order {
2500
- id
2501
2072
  }
2502
2073
  }
2503
- asset {
2504
- id
2505
- }
2506
2074
  fee
2507
2075
  strikePrice
2508
2076
  expirationDate
@@ -2513,9 +2081,6 @@ exports.NewsArticleAssetSentiment = {
2513
2081
  positions {
2514
2082
  id
2515
2083
  assetId
2516
- asset {
2517
- id
2518
- }
2519
2084
  averageEntryPrice
2520
2085
  qty
2521
2086
  qtyAvailable
@@ -2561,9 +2126,6 @@ exports.NewsArticleAssetSentiment = {
2561
2126
  stripeCurrentPeriodEnd
2562
2127
  createdAt
2563
2128
  updatedAt
2564
- users {
2565
- id
2566
- }
2567
2129
  }
2568
2130
  customerId
2569
2131
  accounts {
@@ -2581,18 +2143,12 @@ exports.NewsArticleAssetSentiment = {
2581
2143
  session_state
2582
2144
  createdAt
2583
2145
  updatedAt
2584
- user {
2585
- id
2586
- }
2587
2146
  }
2588
2147
  sessions {
2589
2148
  id
2590
2149
  sessionToken
2591
2150
  userId
2592
2151
  expires
2593
- user {
2594
- id
2595
- }
2596
2152
  createdAt
2597
2153
  updatedAt
2598
2154
  }
@@ -2602,16 +2158,10 @@ exports.NewsArticleAssetSentiment = {
2602
2158
  credentialID
2603
2159
  publicKey
2604
2160
  counter
2605
- user {
2606
- id
2607
- }
2608
2161
  createdAt
2609
2162
  updatedAt
2610
2163
  }
2611
2164
  plan
2612
- alpacaAccounts {
2613
- id
2614
- }
2615
2165
  }
2616
2166
  userId
2617
2167
  createdAt
@@ -2623,6 +2173,7 @@ exports.NewsArticleAssetSentiment = {
2623
2173
  qty
2624
2174
  price
2625
2175
  total
2176
+ optionType
2626
2177
  signal
2627
2178
  strategy
2628
2179
  analysis
@@ -2631,12 +2182,6 @@ exports.NewsArticleAssetSentiment = {
2631
2182
  createdAt
2632
2183
  updatedAt
2633
2184
  status
2634
- alpacaAccount {
2635
- id
2636
- }
2637
- asset {
2638
- id
2639
- }
2640
2185
  actions {
2641
2186
  id
2642
2187
  sequence
@@ -2645,9 +2190,6 @@ exports.NewsArticleAssetSentiment = {
2645
2190
  note
2646
2191
  status
2647
2192
  fee
2648
- trade {
2649
- id
2650
- }
2651
2193
  order {
2652
2194
  id
2653
2195
  clientOrderId
@@ -2668,9 +2210,6 @@ exports.NewsArticleAssetSentiment = {
2668
2210
  createdAt
2669
2211
  updatedAt
2670
2212
  orderId
2671
- Order {
2672
- id
2673
- }
2674
2213
  }
2675
2214
  takeProfit {
2676
2215
  id
@@ -2679,9 +2218,6 @@ exports.NewsArticleAssetSentiment = {
2679
2218
  createdAt
2680
2219
  updatedAt
2681
2220
  orderId
2682
- Order {
2683
- id
2684
- }
2685
2221
  }
2686
2222
  trailPrice
2687
2223
  trailPercent
@@ -2693,15 +2229,6 @@ exports.NewsArticleAssetSentiment = {
2693
2229
  filledAt
2694
2230
  filledAvgPrice
2695
2231
  actionId
2696
- alpacaAccount {
2697
- id
2698
- }
2699
- action {
2700
- id
2701
- }
2702
- asset {
2703
- id
2704
- }
2705
2232
  fee
2706
2233
  strikePrice
2707
2234
  expirationDate
@@ -2731,9 +2258,6 @@ exports.NewsArticleAssetSentiment = {
2731
2258
  createdAt
2732
2259
  updatedAt
2733
2260
  orderId
2734
- Order {
2735
- id
2736
- }
2737
2261
  }
2738
2262
  takeProfit {
2739
2263
  id
@@ -2742,9 +2266,6 @@ exports.NewsArticleAssetSentiment = {
2742
2266
  createdAt
2743
2267
  updatedAt
2744
2268
  orderId
2745
- Order {
2746
- id
2747
- }
2748
2269
  }
2749
2270
  trailPrice
2750
2271
  trailPercent
@@ -2756,9 +2277,6 @@ exports.NewsArticleAssetSentiment = {
2756
2277
  filledAt
2757
2278
  filledAvgPrice
2758
2279
  actionId
2759
- alpacaAccount {
2760
- id
2761
- }
2762
2280
  action {
2763
2281
  id
2764
2282
  sequence
@@ -2774,6 +2292,7 @@ exports.NewsArticleAssetSentiment = {
2774
2292
  qty
2775
2293
  price
2776
2294
  total
2295
+ optionType
2777
2296
  signal
2778
2297
  strategy
2779
2298
  analysis
@@ -2782,22 +2301,7 @@ exports.NewsArticleAssetSentiment = {
2782
2301
  createdAt
2783
2302
  updatedAt
2784
2303
  status
2785
- alpacaAccount {
2786
- id
2787
- }
2788
- asset {
2789
- id
2790
- }
2791
- actions {
2792
- id
2793
- }
2794
2304
  }
2795
- order {
2796
- id
2797
- }
2798
- }
2799
- asset {
2800
- id
2801
2305
  }
2802
2306
  fee
2803
2307
  strikePrice
@@ -2806,9 +2310,6 @@ exports.NewsArticleAssetSentiment = {
2806
2310
  stopLossId
2807
2311
  takeProfitId
2808
2312
  }
2809
- positions {
2810
- id
2811
- }
2812
2313
  alerts {
2813
2314
  id
2814
2315
  alpacaAccountId
@@ -2817,16 +2318,10 @@ exports.NewsArticleAssetSentiment = {
2817
2318
  isRead
2818
2319
  createdAt
2819
2320
  updatedAt
2820
- alpacaAccount {
2821
- id
2822
- }
2823
2321
  }
2824
2322
  }
2825
2323
  alpacaAccountId
2826
2324
  }
2827
- newsMentions {
2828
- id
2829
- }
2830
2325
  }
2831
2326
  relevancyScore
2832
2327
  sentimentScore
@@ -3128,6 +2623,9 @@ exports.NewsArticleAssetSentiment = {
3128
2623
  total: item.total !== undefined ? {
3129
2624
  set: item.total
3130
2625
  } : undefined,
2626
+ optionType: item.optionType !== undefined ? {
2627
+ set: item.optionType
2628
+ } : undefined,
3131
2629
  signal: item.signal !== undefined ? {
3132
2630
  set: item.signal
3133
2631
  } : undefined,
@@ -3229,6 +2727,7 @@ exports.NewsArticleAssetSentiment = {
3229
2727
  qty: item.qty !== undefined ? item.qty : undefined,
3230
2728
  price: item.price !== undefined ? item.price : undefined,
3231
2729
  total: item.total !== undefined ? item.total : undefined,
2730
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
3232
2731
  signal: item.signal !== undefined ? item.signal : undefined,
3233
2732
  strategy: item.strategy !== undefined ? item.strategy : undefined,
3234
2733
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -3782,6 +3281,7 @@ exports.NewsArticleAssetSentiment = {
3782
3281
  qty: item.qty !== undefined ? item.qty : undefined,
3783
3282
  price: item.price !== undefined ? item.price : undefined,
3784
3283
  total: item.total !== undefined ? item.total : undefined,
3284
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
3785
3285
  signal: item.signal !== undefined ? item.signal : undefined,
3786
3286
  strategy: item.strategy !== undefined ? item.strategy : undefined,
3787
3287
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -4317,6 +3817,9 @@ exports.NewsArticleAssetSentiment = {
4317
3817
  total: item.total !== undefined ? {
4318
3818
  set: item.total
4319
3819
  } : undefined,
3820
+ optionType: item.optionType !== undefined ? {
3821
+ set: item.optionType
3822
+ } : undefined,
4320
3823
  signal: item.signal !== undefined ? {
4321
3824
  set: item.signal
4322
3825
  } : undefined,
@@ -4418,6 +3921,7 @@ exports.NewsArticleAssetSentiment = {
4418
3921
  qty: item.qty !== undefined ? item.qty : undefined,
4419
3922
  price: item.price !== undefined ? item.price : undefined,
4420
3923
  total: item.total !== undefined ? item.total : undefined,
3924
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
4421
3925
  signal: item.signal !== undefined ? item.signal : undefined,
4422
3926
  strategy: item.strategy !== undefined ? item.strategy : undefined,
4423
3927
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -4971,6 +4475,7 @@ exports.NewsArticleAssetSentiment = {
4971
4475
  qty: item.qty !== undefined ? item.qty : undefined,
4972
4476
  price: item.price !== undefined ? item.price : undefined,
4973
4477
  total: item.total !== undefined ? item.total : undefined,
4478
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
4974
4479
  signal: item.signal !== undefined ? item.signal : undefined,
4975
4480
  strategy: item.strategy !== undefined ? item.strategy : undefined,
4976
4481
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -5229,9 +4734,6 @@ exports.NewsArticleAssetSentiment = {
5229
4734
  logo
5230
4735
  createdAt
5231
4736
  updatedAt
5232
- assets {
5233
- id
5234
- }
5235
4737
  }
5236
4738
  asset {
5237
4739
  id
@@ -5299,6 +4801,7 @@ exports.NewsArticleAssetSentiment = {
5299
4801
  qty
5300
4802
  price
5301
4803
  total
4804
+ optionType
5302
4805
  signal
5303
4806
  strategy
5304
4807
  analysis
@@ -5339,9 +4842,6 @@ exports.NewsArticleAssetSentiment = {
5339
4842
  stripeCurrentPeriodEnd
5340
4843
  createdAt
5341
4844
  updatedAt
5342
- users {
5343
- id
5344
- }
5345
4845
  }
5346
4846
  customerId
5347
4847
  accounts {
@@ -5359,18 +4859,12 @@ exports.NewsArticleAssetSentiment = {
5359
4859
  session_state
5360
4860
  createdAt
5361
4861
  updatedAt
5362
- user {
5363
- id
5364
- }
5365
4862
  }
5366
4863
  sessions {
5367
4864
  id
5368
4865
  sessionToken
5369
4866
  userId
5370
4867
  expires
5371
- user {
5372
- id
5373
- }
5374
4868
  createdAt
5375
4869
  updatedAt
5376
4870
  }
@@ -5380,23 +4874,14 @@ exports.NewsArticleAssetSentiment = {
5380
4874
  credentialID
5381
4875
  publicKey
5382
4876
  counter
5383
- user {
5384
- id
5385
- }
5386
4877
  createdAt
5387
4878
  updatedAt
5388
4879
  }
5389
4880
  plan
5390
- alpacaAccounts {
5391
- id
5392
- }
5393
4881
  }
5394
4882
  userId
5395
4883
  createdAt
5396
4884
  updatedAt
5397
- trades {
5398
- id
5399
- }
5400
4885
  orders {
5401
4886
  id
5402
4887
  clientOrderId
@@ -5417,9 +4902,6 @@ exports.NewsArticleAssetSentiment = {
5417
4902
  createdAt
5418
4903
  updatedAt
5419
4904
  orderId
5420
- Order {
5421
- id
5422
- }
5423
4905
  }
5424
4906
  takeProfit {
5425
4907
  id
@@ -5428,9 +4910,6 @@ exports.NewsArticleAssetSentiment = {
5428
4910
  createdAt
5429
4911
  updatedAt
5430
4912
  orderId
5431
- Order {
5432
- id
5433
- }
5434
4913
  }
5435
4914
  trailPrice
5436
4915
  trailPercent
@@ -5442,9 +4921,6 @@ exports.NewsArticleAssetSentiment = {
5442
4921
  filledAt
5443
4922
  filledAvgPrice
5444
4923
  actionId
5445
- alpacaAccount {
5446
- id
5447
- }
5448
4924
  action {
5449
4925
  id
5450
4926
  sequence
@@ -5453,15 +4929,6 @@ exports.NewsArticleAssetSentiment = {
5453
4929
  note
5454
4930
  status
5455
4931
  fee
5456
- trade {
5457
- id
5458
- }
5459
- order {
5460
- id
5461
- }
5462
- }
5463
- asset {
5464
- id
5465
4932
  }
5466
4933
  fee
5467
4934
  strikePrice
@@ -5473,9 +4940,6 @@ exports.NewsArticleAssetSentiment = {
5473
4940
  positions {
5474
4941
  id
5475
4942
  assetId
5476
- asset {
5477
- id
5478
- }
5479
4943
  averageEntryPrice
5480
4944
  qty
5481
4945
  qtyAvailable
@@ -5489,9 +4953,6 @@ exports.NewsArticleAssetSentiment = {
5489
4953
  lastTradePrice
5490
4954
  changeToday
5491
4955
  assetMarginable
5492
- alpacaAccount {
5493
- id
5494
- }
5495
4956
  alpacaAccountId
5496
4957
  }
5497
4958
  alerts {
@@ -5502,14 +4963,8 @@ exports.NewsArticleAssetSentiment = {
5502
4963
  isRead
5503
4964
  createdAt
5504
4965
  updatedAt
5505
- alpacaAccount {
5506
- id
5507
- }
5508
4966
  }
5509
4967
  }
5510
- asset {
5511
- id
5512
- }
5513
4968
  actions {
5514
4969
  id
5515
4970
  sequence
@@ -5518,9 +4973,6 @@ exports.NewsArticleAssetSentiment = {
5518
4973
  note
5519
4974
  status
5520
4975
  fee
5521
- trade {
5522
- id
5523
- }
5524
4976
  order {
5525
4977
  id
5526
4978
  clientOrderId
@@ -5541,9 +4993,6 @@ exports.NewsArticleAssetSentiment = {
5541
4993
  createdAt
5542
4994
  updatedAt
5543
4995
  orderId
5544
- Order {
5545
- id
5546
- }
5547
4996
  }
5548
4997
  takeProfit {
5549
4998
  id
@@ -5552,9 +5001,6 @@ exports.NewsArticleAssetSentiment = {
5552
5001
  createdAt
5553
5002
  updatedAt
5554
5003
  orderId
5555
- Order {
5556
- id
5557
- }
5558
5004
  }
5559
5005
  trailPrice
5560
5006
  trailPercent
@@ -5598,9 +5044,6 @@ exports.NewsArticleAssetSentiment = {
5598
5044
  stripeCurrentPeriodEnd
5599
5045
  createdAt
5600
5046
  updatedAt
5601
- users {
5602
- id
5603
- }
5604
5047
  }
5605
5048
  customerId
5606
5049
  accounts {
@@ -5618,18 +5061,12 @@ exports.NewsArticleAssetSentiment = {
5618
5061
  session_state
5619
5062
  createdAt
5620
5063
  updatedAt
5621
- user {
5622
- id
5623
- }
5624
5064
  }
5625
5065
  sessions {
5626
5066
  id
5627
5067
  sessionToken
5628
5068
  userId
5629
5069
  expires
5630
- user {
5631
- id
5632
- }
5633
5070
  createdAt
5634
5071
  updatedAt
5635
5072
  }
@@ -5639,32 +5076,17 @@ exports.NewsArticleAssetSentiment = {
5639
5076
  credentialID
5640
5077
  publicKey
5641
5078
  counter
5642
- user {
5643
- id
5644
- }
5645
5079
  createdAt
5646
5080
  updatedAt
5647
5081
  }
5648
5082
  plan
5649
- alpacaAccounts {
5650
- id
5651
- }
5652
5083
  }
5653
5084
  userId
5654
5085
  createdAt
5655
5086
  updatedAt
5656
- trades {
5657
- id
5658
- }
5659
- orders {
5660
- id
5661
- }
5662
5087
  positions {
5663
5088
  id
5664
5089
  assetId
5665
- asset {
5666
- id
5667
- }
5668
5090
  averageEntryPrice
5669
5091
  qty
5670
5092
  qtyAvailable
@@ -5678,9 +5100,6 @@ exports.NewsArticleAssetSentiment = {
5678
5100
  lastTradePrice
5679
5101
  changeToday
5680
5102
  assetMarginable
5681
- alpacaAccount {
5682
- id
5683
- }
5684
5103
  alpacaAccountId
5685
5104
  }
5686
5105
  alerts {
@@ -5691,17 +5110,8 @@ exports.NewsArticleAssetSentiment = {
5691
5110
  isRead
5692
5111
  createdAt
5693
5112
  updatedAt
5694
- alpacaAccount {
5695
- id
5696
- }
5697
5113
  }
5698
5114
  }
5699
- action {
5700
- id
5701
- }
5702
- asset {
5703
- id
5704
- }
5705
5115
  fee
5706
5116
  strikePrice
5707
5117
  expirationDate
@@ -5731,9 +5141,6 @@ exports.NewsArticleAssetSentiment = {
5731
5141
  createdAt
5732
5142
  updatedAt
5733
5143
  orderId
5734
- Order {
5735
- id
5736
- }
5737
5144
  }
5738
5145
  takeProfit {
5739
5146
  id
@@ -5742,9 +5149,6 @@ exports.NewsArticleAssetSentiment = {
5742
5149
  createdAt
5743
5150
  updatedAt
5744
5151
  orderId
5745
- Order {
5746
- id
5747
- }
5748
5152
  }
5749
5153
  trailPrice
5750
5154
  trailPercent
@@ -5788,9 +5192,6 @@ exports.NewsArticleAssetSentiment = {
5788
5192
  stripeCurrentPeriodEnd
5789
5193
  createdAt
5790
5194
  updatedAt
5791
- users {
5792
- id
5793
- }
5794
5195
  }
5795
5196
  customerId
5796
5197
  accounts {
@@ -5808,18 +5209,12 @@ exports.NewsArticleAssetSentiment = {
5808
5209
  session_state
5809
5210
  createdAt
5810
5211
  updatedAt
5811
- user {
5812
- id
5813
- }
5814
5212
  }
5815
5213
  sessions {
5816
5214
  id
5817
5215
  sessionToken
5818
5216
  userId
5819
5217
  expires
5820
- user {
5821
- id
5822
- }
5823
5218
  createdAt
5824
5219
  updatedAt
5825
5220
  }
@@ -5829,16 +5224,10 @@ exports.NewsArticleAssetSentiment = {
5829
5224
  credentialID
5830
5225
  publicKey
5831
5226
  counter
5832
- user {
5833
- id
5834
- }
5835
5227
  createdAt
5836
5228
  updatedAt
5837
5229
  }
5838
5230
  plan
5839
- alpacaAccounts {
5840
- id
5841
- }
5842
5231
  }
5843
5232
  userId
5844
5233
  createdAt
@@ -5850,6 +5239,7 @@ exports.NewsArticleAssetSentiment = {
5850
5239
  qty
5851
5240
  price
5852
5241
  total
5242
+ optionType
5853
5243
  signal
5854
5244
  strategy
5855
5245
  analysis
@@ -5858,12 +5248,6 @@ exports.NewsArticleAssetSentiment = {
5858
5248
  createdAt
5859
5249
  updatedAt
5860
5250
  status
5861
- alpacaAccount {
5862
- id
5863
- }
5864
- asset {
5865
- id
5866
- }
5867
5251
  actions {
5868
5252
  id
5869
5253
  sequence
@@ -5872,23 +5256,11 @@ exports.NewsArticleAssetSentiment = {
5872
5256
  note
5873
5257
  status
5874
5258
  fee
5875
- trade {
5876
- id
5877
- }
5878
- order {
5879
- id
5880
- }
5881
5259
  }
5882
5260
  }
5883
- orders {
5884
- id
5885
- }
5886
5261
  positions {
5887
5262
  id
5888
5263
  assetId
5889
- asset {
5890
- id
5891
- }
5892
5264
  averageEntryPrice
5893
5265
  qty
5894
5266
  qtyAvailable
@@ -5902,9 +5274,6 @@ exports.NewsArticleAssetSentiment = {
5902
5274
  lastTradePrice
5903
5275
  changeToday
5904
5276
  assetMarginable
5905
- alpacaAccount {
5906
- id
5907
- }
5908
5277
  alpacaAccountId
5909
5278
  }
5910
5279
  alerts {
@@ -5915,9 +5284,6 @@ exports.NewsArticleAssetSentiment = {
5915
5284
  isRead
5916
5285
  createdAt
5917
5286
  updatedAt
5918
- alpacaAccount {
5919
- id
5920
- }
5921
5287
  }
5922
5288
  }
5923
5289
  action {
@@ -5935,6 +5301,7 @@ exports.NewsArticleAssetSentiment = {
5935
5301
  qty
5936
5302
  price
5937
5303
  total
5304
+ optionType
5938
5305
  signal
5939
5306
  strategy
5940
5307
  analysis
@@ -5975,9 +5342,6 @@ exports.NewsArticleAssetSentiment = {
5975
5342
  stripeCurrentPeriodEnd
5976
5343
  createdAt
5977
5344
  updatedAt
5978
- users {
5979
- id
5980
- }
5981
5345
  }
5982
5346
  customerId
5983
5347
  accounts {
@@ -5995,18 +5359,12 @@ exports.NewsArticleAssetSentiment = {
5995
5359
  session_state
5996
5360
  createdAt
5997
5361
  updatedAt
5998
- user {
5999
- id
6000
- }
6001
5362
  }
6002
5363
  sessions {
6003
5364
  id
6004
5365
  sessionToken
6005
5366
  userId
6006
5367
  expires
6007
- user {
6008
- id
6009
- }
6010
5368
  createdAt
6011
5369
  updatedAt
6012
5370
  }
@@ -6016,32 +5374,17 @@ exports.NewsArticleAssetSentiment = {
6016
5374
  credentialID
6017
5375
  publicKey
6018
5376
  counter
6019
- user {
6020
- id
6021
- }
6022
5377
  createdAt
6023
5378
  updatedAt
6024
5379
  }
6025
5380
  plan
6026
- alpacaAccounts {
6027
- id
6028
- }
6029
5381
  }
6030
5382
  userId
6031
5383
  createdAt
6032
5384
  updatedAt
6033
- trades {
6034
- id
6035
- }
6036
- orders {
6037
- id
6038
- }
6039
5385
  positions {
6040
5386
  id
6041
5387
  assetId
6042
- asset {
6043
- id
6044
- }
6045
5388
  averageEntryPrice
6046
5389
  qty
6047
5390
  qtyAvailable
@@ -6055,9 +5398,6 @@ exports.NewsArticleAssetSentiment = {
6055
5398
  lastTradePrice
6056
5399
  changeToday
6057
5400
  assetMarginable
6058
- alpacaAccount {
6059
- id
6060
- }
6061
5401
  alpacaAccountId
6062
5402
  }
6063
5403
  alerts {
@@ -6068,25 +5408,10 @@ exports.NewsArticleAssetSentiment = {
6068
5408
  isRead
6069
5409
  createdAt
6070
5410
  updatedAt
6071
- alpacaAccount {
6072
- id
6073
- }
6074
5411
  }
6075
5412
  }
6076
- asset {
6077
- id
6078
- }
6079
- actions {
6080
- id
6081
- }
6082
- }
6083
- order {
6084
- id
6085
5413
  }
6086
5414
  }
6087
- asset {
6088
- id
6089
- }
6090
5415
  fee
6091
5416
  strikePrice
6092
5417
  expirationDate
@@ -6097,9 +5422,6 @@ exports.NewsArticleAssetSentiment = {
6097
5422
  positions {
6098
5423
  id
6099
5424
  assetId
6100
- asset {
6101
- id
6102
- }
6103
5425
  averageEntryPrice
6104
5426
  qty
6105
5427
  qtyAvailable
@@ -6145,9 +5467,6 @@ exports.NewsArticleAssetSentiment = {
6145
5467
  stripeCurrentPeriodEnd
6146
5468
  createdAt
6147
5469
  updatedAt
6148
- users {
6149
- id
6150
- }
6151
5470
  }
6152
5471
  customerId
6153
5472
  accounts {
@@ -6165,18 +5484,12 @@ exports.NewsArticleAssetSentiment = {
6165
5484
  session_state
6166
5485
  createdAt
6167
5486
  updatedAt
6168
- user {
6169
- id
6170
- }
6171
5487
  }
6172
5488
  sessions {
6173
5489
  id
6174
5490
  sessionToken
6175
5491
  userId
6176
5492
  expires
6177
- user {
6178
- id
6179
- }
6180
5493
  createdAt
6181
5494
  updatedAt
6182
5495
  }
@@ -6186,16 +5499,10 @@ exports.NewsArticleAssetSentiment = {
6186
5499
  credentialID
6187
5500
  publicKey
6188
5501
  counter
6189
- user {
6190
- id
6191
- }
6192
5502
  createdAt
6193
5503
  updatedAt
6194
5504
  }
6195
5505
  plan
6196
- alpacaAccounts {
6197
- id
6198
- }
6199
5506
  }
6200
5507
  userId
6201
5508
  createdAt
@@ -6207,6 +5514,7 @@ exports.NewsArticleAssetSentiment = {
6207
5514
  qty
6208
5515
  price
6209
5516
  total
5517
+ optionType
6210
5518
  signal
6211
5519
  strategy
6212
5520
  analysis
@@ -6215,12 +5523,6 @@ exports.NewsArticleAssetSentiment = {
6215
5523
  createdAt
6216
5524
  updatedAt
6217
5525
  status
6218
- alpacaAccount {
6219
- id
6220
- }
6221
- asset {
6222
- id
6223
- }
6224
5526
  actions {
6225
5527
  id
6226
5528
  sequence
@@ -6229,9 +5531,6 @@ exports.NewsArticleAssetSentiment = {
6229
5531
  note
6230
5532
  status
6231
5533
  fee
6232
- trade {
6233
- id
6234
- }
6235
5534
  order {
6236
5535
  id
6237
5536
  clientOrderId
@@ -6252,9 +5551,6 @@ exports.NewsArticleAssetSentiment = {
6252
5551
  createdAt
6253
5552
  updatedAt
6254
5553
  orderId
6255
- Order {
6256
- id
6257
- }
6258
5554
  }
6259
5555
  takeProfit {
6260
5556
  id
@@ -6263,9 +5559,6 @@ exports.NewsArticleAssetSentiment = {
6263
5559
  createdAt
6264
5560
  updatedAt
6265
5561
  orderId
6266
- Order {
6267
- id
6268
- }
6269
5562
  }
6270
5563
  trailPrice
6271
5564
  trailPercent
@@ -6277,15 +5570,6 @@ exports.NewsArticleAssetSentiment = {
6277
5570
  filledAt
6278
5571
  filledAvgPrice
6279
5572
  actionId
6280
- alpacaAccount {
6281
- id
6282
- }
6283
- action {
6284
- id
6285
- }
6286
- asset {
6287
- id
6288
- }
6289
5573
  fee
6290
5574
  strikePrice
6291
5575
  expirationDate
@@ -6315,9 +5599,6 @@ exports.NewsArticleAssetSentiment = {
6315
5599
  createdAt
6316
5600
  updatedAt
6317
5601
  orderId
6318
- Order {
6319
- id
6320
- }
6321
5602
  }
6322
5603
  takeProfit {
6323
5604
  id
@@ -6326,9 +5607,6 @@ exports.NewsArticleAssetSentiment = {
6326
5607
  createdAt
6327
5608
  updatedAt
6328
5609
  orderId
6329
- Order {
6330
- id
6331
- }
6332
5610
  }
6333
5611
  trailPrice
6334
5612
  trailPercent
@@ -6340,9 +5618,6 @@ exports.NewsArticleAssetSentiment = {
6340
5618
  filledAt
6341
5619
  filledAvgPrice
6342
5620
  actionId
6343
- alpacaAccount {
6344
- id
6345
- }
6346
5621
  action {
6347
5622
  id
6348
5623
  sequence
@@ -6358,6 +5633,7 @@ exports.NewsArticleAssetSentiment = {
6358
5633
  qty
6359
5634
  price
6360
5635
  total
5636
+ optionType
6361
5637
  signal
6362
5638
  strategy
6363
5639
  analysis
@@ -6366,23 +5642,8 @@ exports.NewsArticleAssetSentiment = {
6366
5642
  createdAt
6367
5643
  updatedAt
6368
5644
  status
6369
- alpacaAccount {
6370
- id
6371
- }
6372
- asset {
6373
- id
6374
- }
6375
- actions {
6376
- id
6377
- }
6378
- }
6379
- order {
6380
- id
6381
5645
  }
6382
5646
  }
6383
- asset {
6384
- id
6385
- }
6386
5647
  fee
6387
5648
  strikePrice
6388
5649
  expirationDate
@@ -6390,9 +5651,6 @@ exports.NewsArticleAssetSentiment = {
6390
5651
  stopLossId
6391
5652
  takeProfitId
6392
5653
  }
6393
- positions {
6394
- id
6395
- }
6396
5654
  alerts {
6397
5655
  id
6398
5656
  alpacaAccountId
@@ -6401,16 +5659,10 @@ exports.NewsArticleAssetSentiment = {
6401
5659
  isRead
6402
5660
  createdAt
6403
5661
  updatedAt
6404
- alpacaAccount {
6405
- id
6406
- }
6407
5662
  }
6408
5663
  }
6409
5664
  alpacaAccountId
6410
5665
  }
6411
- newsMentions {
6412
- id
6413
- }
6414
5666
  }
6415
5667
  relevancyScore
6416
5668
  sentimentScore
@@ -6471,9 +5723,6 @@ exports.NewsArticleAssetSentiment = {
6471
5723
  logo
6472
5724
  createdAt
6473
5725
  updatedAt
6474
- assets {
6475
- id
6476
- }
6477
5726
  }
6478
5727
  asset {
6479
5728
  id
@@ -6541,6 +5790,7 @@ exports.NewsArticleAssetSentiment = {
6541
5790
  qty
6542
5791
  price
6543
5792
  total
5793
+ optionType
6544
5794
  signal
6545
5795
  strategy
6546
5796
  analysis
@@ -6581,9 +5831,6 @@ exports.NewsArticleAssetSentiment = {
6581
5831
  stripeCurrentPeriodEnd
6582
5832
  createdAt
6583
5833
  updatedAt
6584
- users {
6585
- id
6586
- }
6587
5834
  }
6588
5835
  customerId
6589
5836
  accounts {
@@ -6601,18 +5848,12 @@ exports.NewsArticleAssetSentiment = {
6601
5848
  session_state
6602
5849
  createdAt
6603
5850
  updatedAt
6604
- user {
6605
- id
6606
- }
6607
5851
  }
6608
5852
  sessions {
6609
5853
  id
6610
5854
  sessionToken
6611
5855
  userId
6612
5856
  expires
6613
- user {
6614
- id
6615
- }
6616
5857
  createdAt
6617
5858
  updatedAt
6618
5859
  }
@@ -6622,23 +5863,14 @@ exports.NewsArticleAssetSentiment = {
6622
5863
  credentialID
6623
5864
  publicKey
6624
5865
  counter
6625
- user {
6626
- id
6627
- }
6628
5866
  createdAt
6629
5867
  updatedAt
6630
5868
  }
6631
5869
  plan
6632
- alpacaAccounts {
6633
- id
6634
- }
6635
5870
  }
6636
5871
  userId
6637
5872
  createdAt
6638
5873
  updatedAt
6639
- trades {
6640
- id
6641
- }
6642
5874
  orders {
6643
5875
  id
6644
5876
  clientOrderId
@@ -6659,9 +5891,6 @@ exports.NewsArticleAssetSentiment = {
6659
5891
  createdAt
6660
5892
  updatedAt
6661
5893
  orderId
6662
- Order {
6663
- id
6664
- }
6665
5894
  }
6666
5895
  takeProfit {
6667
5896
  id
@@ -6670,9 +5899,6 @@ exports.NewsArticleAssetSentiment = {
6670
5899
  createdAt
6671
5900
  updatedAt
6672
5901
  orderId
6673
- Order {
6674
- id
6675
- }
6676
5902
  }
6677
5903
  trailPrice
6678
5904
  trailPercent
@@ -6684,9 +5910,6 @@ exports.NewsArticleAssetSentiment = {
6684
5910
  filledAt
6685
5911
  filledAvgPrice
6686
5912
  actionId
6687
- alpacaAccount {
6688
- id
6689
- }
6690
5913
  action {
6691
5914
  id
6692
5915
  sequence
@@ -6695,15 +5918,6 @@ exports.NewsArticleAssetSentiment = {
6695
5918
  note
6696
5919
  status
6697
5920
  fee
6698
- trade {
6699
- id
6700
- }
6701
- order {
6702
- id
6703
- }
6704
- }
6705
- asset {
6706
- id
6707
5921
  }
6708
5922
  fee
6709
5923
  strikePrice
@@ -6715,9 +5929,6 @@ exports.NewsArticleAssetSentiment = {
6715
5929
  positions {
6716
5930
  id
6717
5931
  assetId
6718
- asset {
6719
- id
6720
- }
6721
5932
  averageEntryPrice
6722
5933
  qty
6723
5934
  qtyAvailable
@@ -6731,9 +5942,6 @@ exports.NewsArticleAssetSentiment = {
6731
5942
  lastTradePrice
6732
5943
  changeToday
6733
5944
  assetMarginable
6734
- alpacaAccount {
6735
- id
6736
- }
6737
5945
  alpacaAccountId
6738
5946
  }
6739
5947
  alerts {
@@ -6744,14 +5952,8 @@ exports.NewsArticleAssetSentiment = {
6744
5952
  isRead
6745
5953
  createdAt
6746
5954
  updatedAt
6747
- alpacaAccount {
6748
- id
6749
- }
6750
5955
  }
6751
5956
  }
6752
- asset {
6753
- id
6754
- }
6755
5957
  actions {
6756
5958
  id
6757
5959
  sequence
@@ -6760,9 +5962,6 @@ exports.NewsArticleAssetSentiment = {
6760
5962
  note
6761
5963
  status
6762
5964
  fee
6763
- trade {
6764
- id
6765
- }
6766
5965
  order {
6767
5966
  id
6768
5967
  clientOrderId
@@ -6783,9 +5982,6 @@ exports.NewsArticleAssetSentiment = {
6783
5982
  createdAt
6784
5983
  updatedAt
6785
5984
  orderId
6786
- Order {
6787
- id
6788
- }
6789
5985
  }
6790
5986
  takeProfit {
6791
5987
  id
@@ -6794,9 +5990,6 @@ exports.NewsArticleAssetSentiment = {
6794
5990
  createdAt
6795
5991
  updatedAt
6796
5992
  orderId
6797
- Order {
6798
- id
6799
- }
6800
5993
  }
6801
5994
  trailPrice
6802
5995
  trailPercent
@@ -6840,9 +6033,6 @@ exports.NewsArticleAssetSentiment = {
6840
6033
  stripeCurrentPeriodEnd
6841
6034
  createdAt
6842
6035
  updatedAt
6843
- users {
6844
- id
6845
- }
6846
6036
  }
6847
6037
  customerId
6848
6038
  accounts {
@@ -6860,18 +6050,12 @@ exports.NewsArticleAssetSentiment = {
6860
6050
  session_state
6861
6051
  createdAt
6862
6052
  updatedAt
6863
- user {
6864
- id
6865
- }
6866
6053
  }
6867
6054
  sessions {
6868
6055
  id
6869
6056
  sessionToken
6870
6057
  userId
6871
6058
  expires
6872
- user {
6873
- id
6874
- }
6875
6059
  createdAt
6876
6060
  updatedAt
6877
6061
  }
@@ -6881,32 +6065,17 @@ exports.NewsArticleAssetSentiment = {
6881
6065
  credentialID
6882
6066
  publicKey
6883
6067
  counter
6884
- user {
6885
- id
6886
- }
6887
6068
  createdAt
6888
6069
  updatedAt
6889
6070
  }
6890
6071
  plan
6891
- alpacaAccounts {
6892
- id
6893
- }
6894
6072
  }
6895
6073
  userId
6896
6074
  createdAt
6897
6075
  updatedAt
6898
- trades {
6899
- id
6900
- }
6901
- orders {
6902
- id
6903
- }
6904
6076
  positions {
6905
6077
  id
6906
6078
  assetId
6907
- asset {
6908
- id
6909
- }
6910
6079
  averageEntryPrice
6911
6080
  qty
6912
6081
  qtyAvailable
@@ -6920,9 +6089,6 @@ exports.NewsArticleAssetSentiment = {
6920
6089
  lastTradePrice
6921
6090
  changeToday
6922
6091
  assetMarginable
6923
- alpacaAccount {
6924
- id
6925
- }
6926
6092
  alpacaAccountId
6927
6093
  }
6928
6094
  alerts {
@@ -6933,17 +6099,8 @@ exports.NewsArticleAssetSentiment = {
6933
6099
  isRead
6934
6100
  createdAt
6935
6101
  updatedAt
6936
- alpacaAccount {
6937
- id
6938
- }
6939
6102
  }
6940
6103
  }
6941
- action {
6942
- id
6943
- }
6944
- asset {
6945
- id
6946
- }
6947
6104
  fee
6948
6105
  strikePrice
6949
6106
  expirationDate
@@ -6973,9 +6130,6 @@ exports.NewsArticleAssetSentiment = {
6973
6130
  createdAt
6974
6131
  updatedAt
6975
6132
  orderId
6976
- Order {
6977
- id
6978
- }
6979
6133
  }
6980
6134
  takeProfit {
6981
6135
  id
@@ -6984,9 +6138,6 @@ exports.NewsArticleAssetSentiment = {
6984
6138
  createdAt
6985
6139
  updatedAt
6986
6140
  orderId
6987
- Order {
6988
- id
6989
- }
6990
6141
  }
6991
6142
  trailPrice
6992
6143
  trailPercent
@@ -7030,9 +6181,6 @@ exports.NewsArticleAssetSentiment = {
7030
6181
  stripeCurrentPeriodEnd
7031
6182
  createdAt
7032
6183
  updatedAt
7033
- users {
7034
- id
7035
- }
7036
6184
  }
7037
6185
  customerId
7038
6186
  accounts {
@@ -7050,18 +6198,12 @@ exports.NewsArticleAssetSentiment = {
7050
6198
  session_state
7051
6199
  createdAt
7052
6200
  updatedAt
7053
- user {
7054
- id
7055
- }
7056
6201
  }
7057
6202
  sessions {
7058
6203
  id
7059
6204
  sessionToken
7060
6205
  userId
7061
6206
  expires
7062
- user {
7063
- id
7064
- }
7065
6207
  createdAt
7066
6208
  updatedAt
7067
6209
  }
@@ -7071,16 +6213,10 @@ exports.NewsArticleAssetSentiment = {
7071
6213
  credentialID
7072
6214
  publicKey
7073
6215
  counter
7074
- user {
7075
- id
7076
- }
7077
6216
  createdAt
7078
6217
  updatedAt
7079
6218
  }
7080
6219
  plan
7081
- alpacaAccounts {
7082
- id
7083
- }
7084
6220
  }
7085
6221
  userId
7086
6222
  createdAt
@@ -7092,6 +6228,7 @@ exports.NewsArticleAssetSentiment = {
7092
6228
  qty
7093
6229
  price
7094
6230
  total
6231
+ optionType
7095
6232
  signal
7096
6233
  strategy
7097
6234
  analysis
@@ -7100,12 +6237,6 @@ exports.NewsArticleAssetSentiment = {
7100
6237
  createdAt
7101
6238
  updatedAt
7102
6239
  status
7103
- alpacaAccount {
7104
- id
7105
- }
7106
- asset {
7107
- id
7108
- }
7109
6240
  actions {
7110
6241
  id
7111
6242
  sequence
@@ -7114,23 +6245,11 @@ exports.NewsArticleAssetSentiment = {
7114
6245
  note
7115
6246
  status
7116
6247
  fee
7117
- trade {
7118
- id
7119
- }
7120
- order {
7121
- id
7122
- }
7123
6248
  }
7124
6249
  }
7125
- orders {
7126
- id
7127
- }
7128
6250
  positions {
7129
6251
  id
7130
6252
  assetId
7131
- asset {
7132
- id
7133
- }
7134
6253
  averageEntryPrice
7135
6254
  qty
7136
6255
  qtyAvailable
@@ -7144,9 +6263,6 @@ exports.NewsArticleAssetSentiment = {
7144
6263
  lastTradePrice
7145
6264
  changeToday
7146
6265
  assetMarginable
7147
- alpacaAccount {
7148
- id
7149
- }
7150
6266
  alpacaAccountId
7151
6267
  }
7152
6268
  alerts {
@@ -7157,9 +6273,6 @@ exports.NewsArticleAssetSentiment = {
7157
6273
  isRead
7158
6274
  createdAt
7159
6275
  updatedAt
7160
- alpacaAccount {
7161
- id
7162
- }
7163
6276
  }
7164
6277
  }
7165
6278
  action {
@@ -7177,6 +6290,7 @@ exports.NewsArticleAssetSentiment = {
7177
6290
  qty
7178
6291
  price
7179
6292
  total
6293
+ optionType
7180
6294
  signal
7181
6295
  strategy
7182
6296
  analysis
@@ -7217,9 +6331,6 @@ exports.NewsArticleAssetSentiment = {
7217
6331
  stripeCurrentPeriodEnd
7218
6332
  createdAt
7219
6333
  updatedAt
7220
- users {
7221
- id
7222
- }
7223
6334
  }
7224
6335
  customerId
7225
6336
  accounts {
@@ -7237,18 +6348,12 @@ exports.NewsArticleAssetSentiment = {
7237
6348
  session_state
7238
6349
  createdAt
7239
6350
  updatedAt
7240
- user {
7241
- id
7242
- }
7243
6351
  }
7244
6352
  sessions {
7245
6353
  id
7246
6354
  sessionToken
7247
6355
  userId
7248
6356
  expires
7249
- user {
7250
- id
7251
- }
7252
6357
  createdAt
7253
6358
  updatedAt
7254
6359
  }
@@ -7258,32 +6363,17 @@ exports.NewsArticleAssetSentiment = {
7258
6363
  credentialID
7259
6364
  publicKey
7260
6365
  counter
7261
- user {
7262
- id
7263
- }
7264
6366
  createdAt
7265
6367
  updatedAt
7266
6368
  }
7267
6369
  plan
7268
- alpacaAccounts {
7269
- id
7270
- }
7271
6370
  }
7272
6371
  userId
7273
6372
  createdAt
7274
6373
  updatedAt
7275
- trades {
7276
- id
7277
- }
7278
- orders {
7279
- id
7280
- }
7281
6374
  positions {
7282
6375
  id
7283
6376
  assetId
7284
- asset {
7285
- id
7286
- }
7287
6377
  averageEntryPrice
7288
6378
  qty
7289
6379
  qtyAvailable
@@ -7297,9 +6387,6 @@ exports.NewsArticleAssetSentiment = {
7297
6387
  lastTradePrice
7298
6388
  changeToday
7299
6389
  assetMarginable
7300
- alpacaAccount {
7301
- id
7302
- }
7303
6390
  alpacaAccountId
7304
6391
  }
7305
6392
  alerts {
@@ -7310,25 +6397,10 @@ exports.NewsArticleAssetSentiment = {
7310
6397
  isRead
7311
6398
  createdAt
7312
6399
  updatedAt
7313
- alpacaAccount {
7314
- id
7315
- }
7316
6400
  }
7317
6401
  }
7318
- asset {
7319
- id
7320
- }
7321
- actions {
7322
- id
7323
- }
7324
- }
7325
- order {
7326
- id
7327
6402
  }
7328
6403
  }
7329
- asset {
7330
- id
7331
- }
7332
6404
  fee
7333
6405
  strikePrice
7334
6406
  expirationDate
@@ -7339,9 +6411,6 @@ exports.NewsArticleAssetSentiment = {
7339
6411
  positions {
7340
6412
  id
7341
6413
  assetId
7342
- asset {
7343
- id
7344
- }
7345
6414
  averageEntryPrice
7346
6415
  qty
7347
6416
  qtyAvailable
@@ -7387,9 +6456,6 @@ exports.NewsArticleAssetSentiment = {
7387
6456
  stripeCurrentPeriodEnd
7388
6457
  createdAt
7389
6458
  updatedAt
7390
- users {
7391
- id
7392
- }
7393
6459
  }
7394
6460
  customerId
7395
6461
  accounts {
@@ -7407,18 +6473,12 @@ exports.NewsArticleAssetSentiment = {
7407
6473
  session_state
7408
6474
  createdAt
7409
6475
  updatedAt
7410
- user {
7411
- id
7412
- }
7413
6476
  }
7414
6477
  sessions {
7415
6478
  id
7416
6479
  sessionToken
7417
6480
  userId
7418
6481
  expires
7419
- user {
7420
- id
7421
- }
7422
6482
  createdAt
7423
6483
  updatedAt
7424
6484
  }
@@ -7428,16 +6488,10 @@ exports.NewsArticleAssetSentiment = {
7428
6488
  credentialID
7429
6489
  publicKey
7430
6490
  counter
7431
- user {
7432
- id
7433
- }
7434
6491
  createdAt
7435
6492
  updatedAt
7436
6493
  }
7437
6494
  plan
7438
- alpacaAccounts {
7439
- id
7440
- }
7441
6495
  }
7442
6496
  userId
7443
6497
  createdAt
@@ -7449,6 +6503,7 @@ exports.NewsArticleAssetSentiment = {
7449
6503
  qty
7450
6504
  price
7451
6505
  total
6506
+ optionType
7452
6507
  signal
7453
6508
  strategy
7454
6509
  analysis
@@ -7457,12 +6512,6 @@ exports.NewsArticleAssetSentiment = {
7457
6512
  createdAt
7458
6513
  updatedAt
7459
6514
  status
7460
- alpacaAccount {
7461
- id
7462
- }
7463
- asset {
7464
- id
7465
- }
7466
6515
  actions {
7467
6516
  id
7468
6517
  sequence
@@ -7471,9 +6520,6 @@ exports.NewsArticleAssetSentiment = {
7471
6520
  note
7472
6521
  status
7473
6522
  fee
7474
- trade {
7475
- id
7476
- }
7477
6523
  order {
7478
6524
  id
7479
6525
  clientOrderId
@@ -7494,9 +6540,6 @@ exports.NewsArticleAssetSentiment = {
7494
6540
  createdAt
7495
6541
  updatedAt
7496
6542
  orderId
7497
- Order {
7498
- id
7499
- }
7500
6543
  }
7501
6544
  takeProfit {
7502
6545
  id
@@ -7505,9 +6548,6 @@ exports.NewsArticleAssetSentiment = {
7505
6548
  createdAt
7506
6549
  updatedAt
7507
6550
  orderId
7508
- Order {
7509
- id
7510
- }
7511
6551
  }
7512
6552
  trailPrice
7513
6553
  trailPercent
@@ -7519,15 +6559,6 @@ exports.NewsArticleAssetSentiment = {
7519
6559
  filledAt
7520
6560
  filledAvgPrice
7521
6561
  actionId
7522
- alpacaAccount {
7523
- id
7524
- }
7525
- action {
7526
- id
7527
- }
7528
- asset {
7529
- id
7530
- }
7531
6562
  fee
7532
6563
  strikePrice
7533
6564
  expirationDate
@@ -7557,9 +6588,6 @@ exports.NewsArticleAssetSentiment = {
7557
6588
  createdAt
7558
6589
  updatedAt
7559
6590
  orderId
7560
- Order {
7561
- id
7562
- }
7563
6591
  }
7564
6592
  takeProfit {
7565
6593
  id
@@ -7568,9 +6596,6 @@ exports.NewsArticleAssetSentiment = {
7568
6596
  createdAt
7569
6597
  updatedAt
7570
6598
  orderId
7571
- Order {
7572
- id
7573
- }
7574
6599
  }
7575
6600
  trailPrice
7576
6601
  trailPercent
@@ -7582,9 +6607,6 @@ exports.NewsArticleAssetSentiment = {
7582
6607
  filledAt
7583
6608
  filledAvgPrice
7584
6609
  actionId
7585
- alpacaAccount {
7586
- id
7587
- }
7588
6610
  action {
7589
6611
  id
7590
6612
  sequence
@@ -7600,6 +6622,7 @@ exports.NewsArticleAssetSentiment = {
7600
6622
  qty
7601
6623
  price
7602
6624
  total
6625
+ optionType
7603
6626
  signal
7604
6627
  strategy
7605
6628
  analysis
@@ -7608,23 +6631,8 @@ exports.NewsArticleAssetSentiment = {
7608
6631
  createdAt
7609
6632
  updatedAt
7610
6633
  status
7611
- alpacaAccount {
7612
- id
7613
- }
7614
- asset {
7615
- id
7616
- }
7617
- actions {
7618
- id
7619
- }
7620
- }
7621
- order {
7622
- id
7623
6634
  }
7624
6635
  }
7625
- asset {
7626
- id
7627
- }
7628
6636
  fee
7629
6637
  strikePrice
7630
6638
  expirationDate
@@ -7632,9 +6640,6 @@ exports.NewsArticleAssetSentiment = {
7632
6640
  stopLossId
7633
6641
  takeProfitId
7634
6642
  }
7635
- positions {
7636
- id
7637
- }
7638
6643
  alerts {
7639
6644
  id
7640
6645
  alpacaAccountId
@@ -7643,16 +6648,10 @@ exports.NewsArticleAssetSentiment = {
7643
6648
  isRead
7644
6649
  createdAt
7645
6650
  updatedAt
7646
- alpacaAccount {
7647
- id
7648
- }
7649
6651
  }
7650
6652
  }
7651
6653
  alpacaAccountId
7652
6654
  }
7653
- newsMentions {
7654
- id
7655
- }
7656
6655
  }
7657
6656
  relevancyScore
7658
6657
  sentimentScore
@@ -7713,9 +6712,6 @@ exports.NewsArticleAssetSentiment = {
7713
6712
  logo
7714
6713
  createdAt
7715
6714
  updatedAt
7716
- assets {
7717
- id
7718
- }
7719
6715
  }
7720
6716
  asset {
7721
6717
  id
@@ -7783,6 +6779,7 @@ exports.NewsArticleAssetSentiment = {
7783
6779
  qty
7784
6780
  price
7785
6781
  total
6782
+ optionType
7786
6783
  signal
7787
6784
  strategy
7788
6785
  analysis
@@ -7823,9 +6820,6 @@ exports.NewsArticleAssetSentiment = {
7823
6820
  stripeCurrentPeriodEnd
7824
6821
  createdAt
7825
6822
  updatedAt
7826
- users {
7827
- id
7828
- }
7829
6823
  }
7830
6824
  customerId
7831
6825
  accounts {
@@ -7843,18 +6837,12 @@ exports.NewsArticleAssetSentiment = {
7843
6837
  session_state
7844
6838
  createdAt
7845
6839
  updatedAt
7846
- user {
7847
- id
7848
- }
7849
6840
  }
7850
6841
  sessions {
7851
6842
  id
7852
6843
  sessionToken
7853
6844
  userId
7854
6845
  expires
7855
- user {
7856
- id
7857
- }
7858
6846
  createdAt
7859
6847
  updatedAt
7860
6848
  }
@@ -7864,23 +6852,14 @@ exports.NewsArticleAssetSentiment = {
7864
6852
  credentialID
7865
6853
  publicKey
7866
6854
  counter
7867
- user {
7868
- id
7869
- }
7870
6855
  createdAt
7871
6856
  updatedAt
7872
6857
  }
7873
6858
  plan
7874
- alpacaAccounts {
7875
- id
7876
- }
7877
6859
  }
7878
6860
  userId
7879
6861
  createdAt
7880
6862
  updatedAt
7881
- trades {
7882
- id
7883
- }
7884
6863
  orders {
7885
6864
  id
7886
6865
  clientOrderId
@@ -7901,9 +6880,6 @@ exports.NewsArticleAssetSentiment = {
7901
6880
  createdAt
7902
6881
  updatedAt
7903
6882
  orderId
7904
- Order {
7905
- id
7906
- }
7907
6883
  }
7908
6884
  takeProfit {
7909
6885
  id
@@ -7912,9 +6888,6 @@ exports.NewsArticleAssetSentiment = {
7912
6888
  createdAt
7913
6889
  updatedAt
7914
6890
  orderId
7915
- Order {
7916
- id
7917
- }
7918
6891
  }
7919
6892
  trailPrice
7920
6893
  trailPercent
@@ -7926,9 +6899,6 @@ exports.NewsArticleAssetSentiment = {
7926
6899
  filledAt
7927
6900
  filledAvgPrice
7928
6901
  actionId
7929
- alpacaAccount {
7930
- id
7931
- }
7932
6902
  action {
7933
6903
  id
7934
6904
  sequence
@@ -7937,15 +6907,6 @@ exports.NewsArticleAssetSentiment = {
7937
6907
  note
7938
6908
  status
7939
6909
  fee
7940
- trade {
7941
- id
7942
- }
7943
- order {
7944
- id
7945
- }
7946
- }
7947
- asset {
7948
- id
7949
6910
  }
7950
6911
  fee
7951
6912
  strikePrice
@@ -7957,9 +6918,6 @@ exports.NewsArticleAssetSentiment = {
7957
6918
  positions {
7958
6919
  id
7959
6920
  assetId
7960
- asset {
7961
- id
7962
- }
7963
6921
  averageEntryPrice
7964
6922
  qty
7965
6923
  qtyAvailable
@@ -7973,9 +6931,6 @@ exports.NewsArticleAssetSentiment = {
7973
6931
  lastTradePrice
7974
6932
  changeToday
7975
6933
  assetMarginable
7976
- alpacaAccount {
7977
- id
7978
- }
7979
6934
  alpacaAccountId
7980
6935
  }
7981
6936
  alerts {
@@ -7986,14 +6941,8 @@ exports.NewsArticleAssetSentiment = {
7986
6941
  isRead
7987
6942
  createdAt
7988
6943
  updatedAt
7989
- alpacaAccount {
7990
- id
7991
- }
7992
6944
  }
7993
6945
  }
7994
- asset {
7995
- id
7996
- }
7997
6946
  actions {
7998
6947
  id
7999
6948
  sequence
@@ -8002,9 +6951,6 @@ exports.NewsArticleAssetSentiment = {
8002
6951
  note
8003
6952
  status
8004
6953
  fee
8005
- trade {
8006
- id
8007
- }
8008
6954
  order {
8009
6955
  id
8010
6956
  clientOrderId
@@ -8025,9 +6971,6 @@ exports.NewsArticleAssetSentiment = {
8025
6971
  createdAt
8026
6972
  updatedAt
8027
6973
  orderId
8028
- Order {
8029
- id
8030
- }
8031
6974
  }
8032
6975
  takeProfit {
8033
6976
  id
@@ -8036,9 +6979,6 @@ exports.NewsArticleAssetSentiment = {
8036
6979
  createdAt
8037
6980
  updatedAt
8038
6981
  orderId
8039
- Order {
8040
- id
8041
- }
8042
6982
  }
8043
6983
  trailPrice
8044
6984
  trailPercent
@@ -8082,9 +7022,6 @@ exports.NewsArticleAssetSentiment = {
8082
7022
  stripeCurrentPeriodEnd
8083
7023
  createdAt
8084
7024
  updatedAt
8085
- users {
8086
- id
8087
- }
8088
7025
  }
8089
7026
  customerId
8090
7027
  accounts {
@@ -8102,18 +7039,12 @@ exports.NewsArticleAssetSentiment = {
8102
7039
  session_state
8103
7040
  createdAt
8104
7041
  updatedAt
8105
- user {
8106
- id
8107
- }
8108
7042
  }
8109
7043
  sessions {
8110
7044
  id
8111
7045
  sessionToken
8112
7046
  userId
8113
7047
  expires
8114
- user {
8115
- id
8116
- }
8117
7048
  createdAt
8118
7049
  updatedAt
8119
7050
  }
@@ -8123,32 +7054,17 @@ exports.NewsArticleAssetSentiment = {
8123
7054
  credentialID
8124
7055
  publicKey
8125
7056
  counter
8126
- user {
8127
- id
8128
- }
8129
7057
  createdAt
8130
7058
  updatedAt
8131
7059
  }
8132
7060
  plan
8133
- alpacaAccounts {
8134
- id
8135
- }
8136
7061
  }
8137
7062
  userId
8138
7063
  createdAt
8139
7064
  updatedAt
8140
- trades {
8141
- id
8142
- }
8143
- orders {
8144
- id
8145
- }
8146
7065
  positions {
8147
7066
  id
8148
7067
  assetId
8149
- asset {
8150
- id
8151
- }
8152
7068
  averageEntryPrice
8153
7069
  qty
8154
7070
  qtyAvailable
@@ -8162,9 +7078,6 @@ exports.NewsArticleAssetSentiment = {
8162
7078
  lastTradePrice
8163
7079
  changeToday
8164
7080
  assetMarginable
8165
- alpacaAccount {
8166
- id
8167
- }
8168
7081
  alpacaAccountId
8169
7082
  }
8170
7083
  alerts {
@@ -8175,17 +7088,8 @@ exports.NewsArticleAssetSentiment = {
8175
7088
  isRead
8176
7089
  createdAt
8177
7090
  updatedAt
8178
- alpacaAccount {
8179
- id
8180
- }
8181
7091
  }
8182
7092
  }
8183
- action {
8184
- id
8185
- }
8186
- asset {
8187
- id
8188
- }
8189
7093
  fee
8190
7094
  strikePrice
8191
7095
  expirationDate
@@ -8215,9 +7119,6 @@ exports.NewsArticleAssetSentiment = {
8215
7119
  createdAt
8216
7120
  updatedAt
8217
7121
  orderId
8218
- Order {
8219
- id
8220
- }
8221
7122
  }
8222
7123
  takeProfit {
8223
7124
  id
@@ -8226,9 +7127,6 @@ exports.NewsArticleAssetSentiment = {
8226
7127
  createdAt
8227
7128
  updatedAt
8228
7129
  orderId
8229
- Order {
8230
- id
8231
- }
8232
7130
  }
8233
7131
  trailPrice
8234
7132
  trailPercent
@@ -8272,9 +7170,6 @@ exports.NewsArticleAssetSentiment = {
8272
7170
  stripeCurrentPeriodEnd
8273
7171
  createdAt
8274
7172
  updatedAt
8275
- users {
8276
- id
8277
- }
8278
7173
  }
8279
7174
  customerId
8280
7175
  accounts {
@@ -8292,18 +7187,12 @@ exports.NewsArticleAssetSentiment = {
8292
7187
  session_state
8293
7188
  createdAt
8294
7189
  updatedAt
8295
- user {
8296
- id
8297
- }
8298
7190
  }
8299
7191
  sessions {
8300
7192
  id
8301
7193
  sessionToken
8302
7194
  userId
8303
7195
  expires
8304
- user {
8305
- id
8306
- }
8307
7196
  createdAt
8308
7197
  updatedAt
8309
7198
  }
@@ -8313,16 +7202,10 @@ exports.NewsArticleAssetSentiment = {
8313
7202
  credentialID
8314
7203
  publicKey
8315
7204
  counter
8316
- user {
8317
- id
8318
- }
8319
7205
  createdAt
8320
7206
  updatedAt
8321
7207
  }
8322
7208
  plan
8323
- alpacaAccounts {
8324
- id
8325
- }
8326
7209
  }
8327
7210
  userId
8328
7211
  createdAt
@@ -8334,6 +7217,7 @@ exports.NewsArticleAssetSentiment = {
8334
7217
  qty
8335
7218
  price
8336
7219
  total
7220
+ optionType
8337
7221
  signal
8338
7222
  strategy
8339
7223
  analysis
@@ -8342,12 +7226,6 @@ exports.NewsArticleAssetSentiment = {
8342
7226
  createdAt
8343
7227
  updatedAt
8344
7228
  status
8345
- alpacaAccount {
8346
- id
8347
- }
8348
- asset {
8349
- id
8350
- }
8351
7229
  actions {
8352
7230
  id
8353
7231
  sequence
@@ -8356,23 +7234,11 @@ exports.NewsArticleAssetSentiment = {
8356
7234
  note
8357
7235
  status
8358
7236
  fee
8359
- trade {
8360
- id
8361
- }
8362
- order {
8363
- id
8364
- }
8365
7237
  }
8366
7238
  }
8367
- orders {
8368
- id
8369
- }
8370
7239
  positions {
8371
7240
  id
8372
7241
  assetId
8373
- asset {
8374
- id
8375
- }
8376
7242
  averageEntryPrice
8377
7243
  qty
8378
7244
  qtyAvailable
@@ -8386,9 +7252,6 @@ exports.NewsArticleAssetSentiment = {
8386
7252
  lastTradePrice
8387
7253
  changeToday
8388
7254
  assetMarginable
8389
- alpacaAccount {
8390
- id
8391
- }
8392
7255
  alpacaAccountId
8393
7256
  }
8394
7257
  alerts {
@@ -8399,9 +7262,6 @@ exports.NewsArticleAssetSentiment = {
8399
7262
  isRead
8400
7263
  createdAt
8401
7264
  updatedAt
8402
- alpacaAccount {
8403
- id
8404
- }
8405
7265
  }
8406
7266
  }
8407
7267
  action {
@@ -8419,6 +7279,7 @@ exports.NewsArticleAssetSentiment = {
8419
7279
  qty
8420
7280
  price
8421
7281
  total
7282
+ optionType
8422
7283
  signal
8423
7284
  strategy
8424
7285
  analysis
@@ -8459,9 +7320,6 @@ exports.NewsArticleAssetSentiment = {
8459
7320
  stripeCurrentPeriodEnd
8460
7321
  createdAt
8461
7322
  updatedAt
8462
- users {
8463
- id
8464
- }
8465
7323
  }
8466
7324
  customerId
8467
7325
  accounts {
@@ -8479,18 +7337,12 @@ exports.NewsArticleAssetSentiment = {
8479
7337
  session_state
8480
7338
  createdAt
8481
7339
  updatedAt
8482
- user {
8483
- id
8484
- }
8485
7340
  }
8486
7341
  sessions {
8487
7342
  id
8488
7343
  sessionToken
8489
7344
  userId
8490
7345
  expires
8491
- user {
8492
- id
8493
- }
8494
7346
  createdAt
8495
7347
  updatedAt
8496
7348
  }
@@ -8500,32 +7352,17 @@ exports.NewsArticleAssetSentiment = {
8500
7352
  credentialID
8501
7353
  publicKey
8502
7354
  counter
8503
- user {
8504
- id
8505
- }
8506
7355
  createdAt
8507
7356
  updatedAt
8508
7357
  }
8509
7358
  plan
8510
- alpacaAccounts {
8511
- id
8512
- }
8513
7359
  }
8514
7360
  userId
8515
7361
  createdAt
8516
7362
  updatedAt
8517
- trades {
8518
- id
8519
- }
8520
- orders {
8521
- id
8522
- }
8523
7363
  positions {
8524
7364
  id
8525
7365
  assetId
8526
- asset {
8527
- id
8528
- }
8529
7366
  averageEntryPrice
8530
7367
  qty
8531
7368
  qtyAvailable
@@ -8539,9 +7376,6 @@ exports.NewsArticleAssetSentiment = {
8539
7376
  lastTradePrice
8540
7377
  changeToday
8541
7378
  assetMarginable
8542
- alpacaAccount {
8543
- id
8544
- }
8545
7379
  alpacaAccountId
8546
7380
  }
8547
7381
  alerts {
@@ -8552,25 +7386,10 @@ exports.NewsArticleAssetSentiment = {
8552
7386
  isRead
8553
7387
  createdAt
8554
7388
  updatedAt
8555
- alpacaAccount {
8556
- id
8557
- }
8558
7389
  }
8559
7390
  }
8560
- asset {
8561
- id
8562
- }
8563
- actions {
8564
- id
8565
- }
8566
- }
8567
- order {
8568
- id
8569
7391
  }
8570
7392
  }
8571
- asset {
8572
- id
8573
- }
8574
7393
  fee
8575
7394
  strikePrice
8576
7395
  expirationDate
@@ -8581,9 +7400,6 @@ exports.NewsArticleAssetSentiment = {
8581
7400
  positions {
8582
7401
  id
8583
7402
  assetId
8584
- asset {
8585
- id
8586
- }
8587
7403
  averageEntryPrice
8588
7404
  qty
8589
7405
  qtyAvailable
@@ -8629,9 +7445,6 @@ exports.NewsArticleAssetSentiment = {
8629
7445
  stripeCurrentPeriodEnd
8630
7446
  createdAt
8631
7447
  updatedAt
8632
- users {
8633
- id
8634
- }
8635
7448
  }
8636
7449
  customerId
8637
7450
  accounts {
@@ -8649,18 +7462,12 @@ exports.NewsArticleAssetSentiment = {
8649
7462
  session_state
8650
7463
  createdAt
8651
7464
  updatedAt
8652
- user {
8653
- id
8654
- }
8655
7465
  }
8656
7466
  sessions {
8657
7467
  id
8658
7468
  sessionToken
8659
7469
  userId
8660
7470
  expires
8661
- user {
8662
- id
8663
- }
8664
7471
  createdAt
8665
7472
  updatedAt
8666
7473
  }
@@ -8670,16 +7477,10 @@ exports.NewsArticleAssetSentiment = {
8670
7477
  credentialID
8671
7478
  publicKey
8672
7479
  counter
8673
- user {
8674
- id
8675
- }
8676
7480
  createdAt
8677
7481
  updatedAt
8678
7482
  }
8679
7483
  plan
8680
- alpacaAccounts {
8681
- id
8682
- }
8683
7484
  }
8684
7485
  userId
8685
7486
  createdAt
@@ -8691,6 +7492,7 @@ exports.NewsArticleAssetSentiment = {
8691
7492
  qty
8692
7493
  price
8693
7494
  total
7495
+ optionType
8694
7496
  signal
8695
7497
  strategy
8696
7498
  analysis
@@ -8699,12 +7501,6 @@ exports.NewsArticleAssetSentiment = {
8699
7501
  createdAt
8700
7502
  updatedAt
8701
7503
  status
8702
- alpacaAccount {
8703
- id
8704
- }
8705
- asset {
8706
- id
8707
- }
8708
7504
  actions {
8709
7505
  id
8710
7506
  sequence
@@ -8713,9 +7509,6 @@ exports.NewsArticleAssetSentiment = {
8713
7509
  note
8714
7510
  status
8715
7511
  fee
8716
- trade {
8717
- id
8718
- }
8719
7512
  order {
8720
7513
  id
8721
7514
  clientOrderId
@@ -8736,9 +7529,6 @@ exports.NewsArticleAssetSentiment = {
8736
7529
  createdAt
8737
7530
  updatedAt
8738
7531
  orderId
8739
- Order {
8740
- id
8741
- }
8742
7532
  }
8743
7533
  takeProfit {
8744
7534
  id
@@ -8747,9 +7537,6 @@ exports.NewsArticleAssetSentiment = {
8747
7537
  createdAt
8748
7538
  updatedAt
8749
7539
  orderId
8750
- Order {
8751
- id
8752
- }
8753
7540
  }
8754
7541
  trailPrice
8755
7542
  trailPercent
@@ -8761,15 +7548,6 @@ exports.NewsArticleAssetSentiment = {
8761
7548
  filledAt
8762
7549
  filledAvgPrice
8763
7550
  actionId
8764
- alpacaAccount {
8765
- id
8766
- }
8767
- action {
8768
- id
8769
- }
8770
- asset {
8771
- id
8772
- }
8773
7551
  fee
8774
7552
  strikePrice
8775
7553
  expirationDate
@@ -8799,9 +7577,6 @@ exports.NewsArticleAssetSentiment = {
8799
7577
  createdAt
8800
7578
  updatedAt
8801
7579
  orderId
8802
- Order {
8803
- id
8804
- }
8805
7580
  }
8806
7581
  takeProfit {
8807
7582
  id
@@ -8810,9 +7585,6 @@ exports.NewsArticleAssetSentiment = {
8810
7585
  createdAt
8811
7586
  updatedAt
8812
7587
  orderId
8813
- Order {
8814
- id
8815
- }
8816
7588
  }
8817
7589
  trailPrice
8818
7590
  trailPercent
@@ -8824,9 +7596,6 @@ exports.NewsArticleAssetSentiment = {
8824
7596
  filledAt
8825
7597
  filledAvgPrice
8826
7598
  actionId
8827
- alpacaAccount {
8828
- id
8829
- }
8830
7599
  action {
8831
7600
  id
8832
7601
  sequence
@@ -8842,6 +7611,7 @@ exports.NewsArticleAssetSentiment = {
8842
7611
  qty
8843
7612
  price
8844
7613
  total
7614
+ optionType
8845
7615
  signal
8846
7616
  strategy
8847
7617
  analysis
@@ -8850,23 +7620,8 @@ exports.NewsArticleAssetSentiment = {
8850
7620
  createdAt
8851
7621
  updatedAt
8852
7622
  status
8853
- alpacaAccount {
8854
- id
8855
- }
8856
- asset {
8857
- id
8858
- }
8859
- actions {
8860
- id
8861
- }
8862
- }
8863
- order {
8864
- id
8865
7623
  }
8866
7624
  }
8867
- asset {
8868
- id
8869
- }
8870
7625
  fee
8871
7626
  strikePrice
8872
7627
  expirationDate
@@ -8874,9 +7629,6 @@ exports.NewsArticleAssetSentiment = {
8874
7629
  stopLossId
8875
7630
  takeProfitId
8876
7631
  }
8877
- positions {
8878
- id
8879
- }
8880
7632
  alerts {
8881
7633
  id
8882
7634
  alpacaAccountId
@@ -8885,16 +7637,10 @@ exports.NewsArticleAssetSentiment = {
8885
7637
  isRead
8886
7638
  createdAt
8887
7639
  updatedAt
8888
- alpacaAccount {
8889
- id
8890
- }
8891
7640
  }
8892
7641
  }
8893
7642
  alpacaAccountId
8894
7643
  }
8895
- newsMentions {
8896
- id
8897
- }
8898
7644
  }
8899
7645
  relevancyScore
8900
7646
  sentimentScore
@@ -8948,9 +7694,6 @@ exports.NewsArticleAssetSentiment = {
8948
7694
  logo
8949
7695
  createdAt
8950
7696
  updatedAt
8951
- assets {
8952
- id
8953
- }
8954
7697
  }
8955
7698
  asset {
8956
7699
  id
@@ -9018,6 +7761,7 @@ exports.NewsArticleAssetSentiment = {
9018
7761
  qty
9019
7762
  price
9020
7763
  total
7764
+ optionType
9021
7765
  signal
9022
7766
  strategy
9023
7767
  analysis
@@ -9058,9 +7802,6 @@ exports.NewsArticleAssetSentiment = {
9058
7802
  stripeCurrentPeriodEnd
9059
7803
  createdAt
9060
7804
  updatedAt
9061
- users {
9062
- id
9063
- }
9064
7805
  }
9065
7806
  customerId
9066
7807
  accounts {
@@ -9078,18 +7819,12 @@ exports.NewsArticleAssetSentiment = {
9078
7819
  session_state
9079
7820
  createdAt
9080
7821
  updatedAt
9081
- user {
9082
- id
9083
- }
9084
7822
  }
9085
7823
  sessions {
9086
7824
  id
9087
7825
  sessionToken
9088
7826
  userId
9089
7827
  expires
9090
- user {
9091
- id
9092
- }
9093
7828
  createdAt
9094
7829
  updatedAt
9095
7830
  }
@@ -9099,23 +7834,14 @@ exports.NewsArticleAssetSentiment = {
9099
7834
  credentialID
9100
7835
  publicKey
9101
7836
  counter
9102
- user {
9103
- id
9104
- }
9105
7837
  createdAt
9106
7838
  updatedAt
9107
7839
  }
9108
7840
  plan
9109
- alpacaAccounts {
9110
- id
9111
- }
9112
7841
  }
9113
7842
  userId
9114
7843
  createdAt
9115
7844
  updatedAt
9116
- trades {
9117
- id
9118
- }
9119
7845
  orders {
9120
7846
  id
9121
7847
  clientOrderId
@@ -9136,9 +7862,6 @@ exports.NewsArticleAssetSentiment = {
9136
7862
  createdAt
9137
7863
  updatedAt
9138
7864
  orderId
9139
- Order {
9140
- id
9141
- }
9142
7865
  }
9143
7866
  takeProfit {
9144
7867
  id
@@ -9147,9 +7870,6 @@ exports.NewsArticleAssetSentiment = {
9147
7870
  createdAt
9148
7871
  updatedAt
9149
7872
  orderId
9150
- Order {
9151
- id
9152
- }
9153
7873
  }
9154
7874
  trailPrice
9155
7875
  trailPercent
@@ -9161,9 +7881,6 @@ exports.NewsArticleAssetSentiment = {
9161
7881
  filledAt
9162
7882
  filledAvgPrice
9163
7883
  actionId
9164
- alpacaAccount {
9165
- id
9166
- }
9167
7884
  action {
9168
7885
  id
9169
7886
  sequence
@@ -9172,15 +7889,6 @@ exports.NewsArticleAssetSentiment = {
9172
7889
  note
9173
7890
  status
9174
7891
  fee
9175
- trade {
9176
- id
9177
- }
9178
- order {
9179
- id
9180
- }
9181
- }
9182
- asset {
9183
- id
9184
7892
  }
9185
7893
  fee
9186
7894
  strikePrice
@@ -9192,9 +7900,6 @@ exports.NewsArticleAssetSentiment = {
9192
7900
  positions {
9193
7901
  id
9194
7902
  assetId
9195
- asset {
9196
- id
9197
- }
9198
7903
  averageEntryPrice
9199
7904
  qty
9200
7905
  qtyAvailable
@@ -9208,9 +7913,6 @@ exports.NewsArticleAssetSentiment = {
9208
7913
  lastTradePrice
9209
7914
  changeToday
9210
7915
  assetMarginable
9211
- alpacaAccount {
9212
- id
9213
- }
9214
7916
  alpacaAccountId
9215
7917
  }
9216
7918
  alerts {
@@ -9221,14 +7923,8 @@ exports.NewsArticleAssetSentiment = {
9221
7923
  isRead
9222
7924
  createdAt
9223
7925
  updatedAt
9224
- alpacaAccount {
9225
- id
9226
- }
9227
7926
  }
9228
7927
  }
9229
- asset {
9230
- id
9231
- }
9232
7928
  actions {
9233
7929
  id
9234
7930
  sequence
@@ -9237,9 +7933,6 @@ exports.NewsArticleAssetSentiment = {
9237
7933
  note
9238
7934
  status
9239
7935
  fee
9240
- trade {
9241
- id
9242
- }
9243
7936
  order {
9244
7937
  id
9245
7938
  clientOrderId
@@ -9260,9 +7953,6 @@ exports.NewsArticleAssetSentiment = {
9260
7953
  createdAt
9261
7954
  updatedAt
9262
7955
  orderId
9263
- Order {
9264
- id
9265
- }
9266
7956
  }
9267
7957
  takeProfit {
9268
7958
  id
@@ -9271,9 +7961,6 @@ exports.NewsArticleAssetSentiment = {
9271
7961
  createdAt
9272
7962
  updatedAt
9273
7963
  orderId
9274
- Order {
9275
- id
9276
- }
9277
7964
  }
9278
7965
  trailPrice
9279
7966
  trailPercent
@@ -9317,9 +8004,6 @@ exports.NewsArticleAssetSentiment = {
9317
8004
  stripeCurrentPeriodEnd
9318
8005
  createdAt
9319
8006
  updatedAt
9320
- users {
9321
- id
9322
- }
9323
8007
  }
9324
8008
  customerId
9325
8009
  accounts {
@@ -9337,18 +8021,12 @@ exports.NewsArticleAssetSentiment = {
9337
8021
  session_state
9338
8022
  createdAt
9339
8023
  updatedAt
9340
- user {
9341
- id
9342
- }
9343
8024
  }
9344
8025
  sessions {
9345
8026
  id
9346
8027
  sessionToken
9347
8028
  userId
9348
8029
  expires
9349
- user {
9350
- id
9351
- }
9352
8030
  createdAt
9353
8031
  updatedAt
9354
8032
  }
@@ -9358,32 +8036,17 @@ exports.NewsArticleAssetSentiment = {
9358
8036
  credentialID
9359
8037
  publicKey
9360
8038
  counter
9361
- user {
9362
- id
9363
- }
9364
8039
  createdAt
9365
8040
  updatedAt
9366
8041
  }
9367
8042
  plan
9368
- alpacaAccounts {
9369
- id
9370
- }
9371
8043
  }
9372
8044
  userId
9373
8045
  createdAt
9374
8046
  updatedAt
9375
- trades {
9376
- id
9377
- }
9378
- orders {
9379
- id
9380
- }
9381
8047
  positions {
9382
8048
  id
9383
8049
  assetId
9384
- asset {
9385
- id
9386
- }
9387
8050
  averageEntryPrice
9388
8051
  qty
9389
8052
  qtyAvailable
@@ -9397,9 +8060,6 @@ exports.NewsArticleAssetSentiment = {
9397
8060
  lastTradePrice
9398
8061
  changeToday
9399
8062
  assetMarginable
9400
- alpacaAccount {
9401
- id
9402
- }
9403
8063
  alpacaAccountId
9404
8064
  }
9405
8065
  alerts {
@@ -9410,17 +8070,8 @@ exports.NewsArticleAssetSentiment = {
9410
8070
  isRead
9411
8071
  createdAt
9412
8072
  updatedAt
9413
- alpacaAccount {
9414
- id
9415
- }
9416
8073
  }
9417
8074
  }
9418
- action {
9419
- id
9420
- }
9421
- asset {
9422
- id
9423
- }
9424
8075
  fee
9425
8076
  strikePrice
9426
8077
  expirationDate
@@ -9450,9 +8101,6 @@ exports.NewsArticleAssetSentiment = {
9450
8101
  createdAt
9451
8102
  updatedAt
9452
8103
  orderId
9453
- Order {
9454
- id
9455
- }
9456
8104
  }
9457
8105
  takeProfit {
9458
8106
  id
@@ -9461,9 +8109,6 @@ exports.NewsArticleAssetSentiment = {
9461
8109
  createdAt
9462
8110
  updatedAt
9463
8111
  orderId
9464
- Order {
9465
- id
9466
- }
9467
8112
  }
9468
8113
  trailPrice
9469
8114
  trailPercent
@@ -9507,9 +8152,6 @@ exports.NewsArticleAssetSentiment = {
9507
8152
  stripeCurrentPeriodEnd
9508
8153
  createdAt
9509
8154
  updatedAt
9510
- users {
9511
- id
9512
- }
9513
8155
  }
9514
8156
  customerId
9515
8157
  accounts {
@@ -9527,18 +8169,12 @@ exports.NewsArticleAssetSentiment = {
9527
8169
  session_state
9528
8170
  createdAt
9529
8171
  updatedAt
9530
- user {
9531
- id
9532
- }
9533
8172
  }
9534
8173
  sessions {
9535
8174
  id
9536
8175
  sessionToken
9537
8176
  userId
9538
8177
  expires
9539
- user {
9540
- id
9541
- }
9542
8178
  createdAt
9543
8179
  updatedAt
9544
8180
  }
@@ -9548,16 +8184,10 @@ exports.NewsArticleAssetSentiment = {
9548
8184
  credentialID
9549
8185
  publicKey
9550
8186
  counter
9551
- user {
9552
- id
9553
- }
9554
8187
  createdAt
9555
8188
  updatedAt
9556
8189
  }
9557
8190
  plan
9558
- alpacaAccounts {
9559
- id
9560
- }
9561
8191
  }
9562
8192
  userId
9563
8193
  createdAt
@@ -9569,6 +8199,7 @@ exports.NewsArticleAssetSentiment = {
9569
8199
  qty
9570
8200
  price
9571
8201
  total
8202
+ optionType
9572
8203
  signal
9573
8204
  strategy
9574
8205
  analysis
@@ -9577,12 +8208,6 @@ exports.NewsArticleAssetSentiment = {
9577
8208
  createdAt
9578
8209
  updatedAt
9579
8210
  status
9580
- alpacaAccount {
9581
- id
9582
- }
9583
- asset {
9584
- id
9585
- }
9586
8211
  actions {
9587
8212
  id
9588
8213
  sequence
@@ -9591,23 +8216,11 @@ exports.NewsArticleAssetSentiment = {
9591
8216
  note
9592
8217
  status
9593
8218
  fee
9594
- trade {
9595
- id
9596
- }
9597
- order {
9598
- id
9599
- }
9600
8219
  }
9601
8220
  }
9602
- orders {
9603
- id
9604
- }
9605
8221
  positions {
9606
8222
  id
9607
8223
  assetId
9608
- asset {
9609
- id
9610
- }
9611
8224
  averageEntryPrice
9612
8225
  qty
9613
8226
  qtyAvailable
@@ -9621,9 +8234,6 @@ exports.NewsArticleAssetSentiment = {
9621
8234
  lastTradePrice
9622
8235
  changeToday
9623
8236
  assetMarginable
9624
- alpacaAccount {
9625
- id
9626
- }
9627
8237
  alpacaAccountId
9628
8238
  }
9629
8239
  alerts {
@@ -9634,9 +8244,6 @@ exports.NewsArticleAssetSentiment = {
9634
8244
  isRead
9635
8245
  createdAt
9636
8246
  updatedAt
9637
- alpacaAccount {
9638
- id
9639
- }
9640
8247
  }
9641
8248
  }
9642
8249
  action {
@@ -9654,6 +8261,7 @@ exports.NewsArticleAssetSentiment = {
9654
8261
  qty
9655
8262
  price
9656
8263
  total
8264
+ optionType
9657
8265
  signal
9658
8266
  strategy
9659
8267
  analysis
@@ -9694,9 +8302,6 @@ exports.NewsArticleAssetSentiment = {
9694
8302
  stripeCurrentPeriodEnd
9695
8303
  createdAt
9696
8304
  updatedAt
9697
- users {
9698
- id
9699
- }
9700
8305
  }
9701
8306
  customerId
9702
8307
  accounts {
@@ -9714,18 +8319,12 @@ exports.NewsArticleAssetSentiment = {
9714
8319
  session_state
9715
8320
  createdAt
9716
8321
  updatedAt
9717
- user {
9718
- id
9719
- }
9720
8322
  }
9721
8323
  sessions {
9722
8324
  id
9723
8325
  sessionToken
9724
8326
  userId
9725
8327
  expires
9726
- user {
9727
- id
9728
- }
9729
8328
  createdAt
9730
8329
  updatedAt
9731
8330
  }
@@ -9735,32 +8334,17 @@ exports.NewsArticleAssetSentiment = {
9735
8334
  credentialID
9736
8335
  publicKey
9737
8336
  counter
9738
- user {
9739
- id
9740
- }
9741
8337
  createdAt
9742
8338
  updatedAt
9743
8339
  }
9744
8340
  plan
9745
- alpacaAccounts {
9746
- id
9747
- }
9748
8341
  }
9749
8342
  userId
9750
8343
  createdAt
9751
8344
  updatedAt
9752
- trades {
9753
- id
9754
- }
9755
- orders {
9756
- id
9757
- }
9758
8345
  positions {
9759
8346
  id
9760
8347
  assetId
9761
- asset {
9762
- id
9763
- }
9764
8348
  averageEntryPrice
9765
8349
  qty
9766
8350
  qtyAvailable
@@ -9774,9 +8358,6 @@ exports.NewsArticleAssetSentiment = {
9774
8358
  lastTradePrice
9775
8359
  changeToday
9776
8360
  assetMarginable
9777
- alpacaAccount {
9778
- id
9779
- }
9780
8361
  alpacaAccountId
9781
8362
  }
9782
8363
  alerts {
@@ -9787,25 +8368,10 @@ exports.NewsArticleAssetSentiment = {
9787
8368
  isRead
9788
8369
  createdAt
9789
8370
  updatedAt
9790
- alpacaAccount {
9791
- id
9792
- }
9793
8371
  }
9794
8372
  }
9795
- asset {
9796
- id
9797
- }
9798
- actions {
9799
- id
9800
- }
9801
- }
9802
- order {
9803
- id
9804
8373
  }
9805
8374
  }
9806
- asset {
9807
- id
9808
- }
9809
8375
  fee
9810
8376
  strikePrice
9811
8377
  expirationDate
@@ -9816,9 +8382,6 @@ exports.NewsArticleAssetSentiment = {
9816
8382
  positions {
9817
8383
  id
9818
8384
  assetId
9819
- asset {
9820
- id
9821
- }
9822
8385
  averageEntryPrice
9823
8386
  qty
9824
8387
  qtyAvailable
@@ -9864,9 +8427,6 @@ exports.NewsArticleAssetSentiment = {
9864
8427
  stripeCurrentPeriodEnd
9865
8428
  createdAt
9866
8429
  updatedAt
9867
- users {
9868
- id
9869
- }
9870
8430
  }
9871
8431
  customerId
9872
8432
  accounts {
@@ -9884,18 +8444,12 @@ exports.NewsArticleAssetSentiment = {
9884
8444
  session_state
9885
8445
  createdAt
9886
8446
  updatedAt
9887
- user {
9888
- id
9889
- }
9890
8447
  }
9891
8448
  sessions {
9892
8449
  id
9893
8450
  sessionToken
9894
8451
  userId
9895
8452
  expires
9896
- user {
9897
- id
9898
- }
9899
8453
  createdAt
9900
8454
  updatedAt
9901
8455
  }
@@ -9905,16 +8459,10 @@ exports.NewsArticleAssetSentiment = {
9905
8459
  credentialID
9906
8460
  publicKey
9907
8461
  counter
9908
- user {
9909
- id
9910
- }
9911
8462
  createdAt
9912
8463
  updatedAt
9913
8464
  }
9914
8465
  plan
9915
- alpacaAccounts {
9916
- id
9917
- }
9918
8466
  }
9919
8467
  userId
9920
8468
  createdAt
@@ -9926,6 +8474,7 @@ exports.NewsArticleAssetSentiment = {
9926
8474
  qty
9927
8475
  price
9928
8476
  total
8477
+ optionType
9929
8478
  signal
9930
8479
  strategy
9931
8480
  analysis
@@ -9934,12 +8483,6 @@ exports.NewsArticleAssetSentiment = {
9934
8483
  createdAt
9935
8484
  updatedAt
9936
8485
  status
9937
- alpacaAccount {
9938
- id
9939
- }
9940
- asset {
9941
- id
9942
- }
9943
8486
  actions {
9944
8487
  id
9945
8488
  sequence
@@ -9948,9 +8491,6 @@ exports.NewsArticleAssetSentiment = {
9948
8491
  note
9949
8492
  status
9950
8493
  fee
9951
- trade {
9952
- id
9953
- }
9954
8494
  order {
9955
8495
  id
9956
8496
  clientOrderId
@@ -9971,9 +8511,6 @@ exports.NewsArticleAssetSentiment = {
9971
8511
  createdAt
9972
8512
  updatedAt
9973
8513
  orderId
9974
- Order {
9975
- id
9976
- }
9977
8514
  }
9978
8515
  takeProfit {
9979
8516
  id
@@ -9982,9 +8519,6 @@ exports.NewsArticleAssetSentiment = {
9982
8519
  createdAt
9983
8520
  updatedAt
9984
8521
  orderId
9985
- Order {
9986
- id
9987
- }
9988
8522
  }
9989
8523
  trailPrice
9990
8524
  trailPercent
@@ -9996,15 +8530,6 @@ exports.NewsArticleAssetSentiment = {
9996
8530
  filledAt
9997
8531
  filledAvgPrice
9998
8532
  actionId
9999
- alpacaAccount {
10000
- id
10001
- }
10002
- action {
10003
- id
10004
- }
10005
- asset {
10006
- id
10007
- }
10008
8533
  fee
10009
8534
  strikePrice
10010
8535
  expirationDate
@@ -10034,9 +8559,6 @@ exports.NewsArticleAssetSentiment = {
10034
8559
  createdAt
10035
8560
  updatedAt
10036
8561
  orderId
10037
- Order {
10038
- id
10039
- }
10040
8562
  }
10041
8563
  takeProfit {
10042
8564
  id
@@ -10045,9 +8567,6 @@ exports.NewsArticleAssetSentiment = {
10045
8567
  createdAt
10046
8568
  updatedAt
10047
8569
  orderId
10048
- Order {
10049
- id
10050
- }
10051
8570
  }
10052
8571
  trailPrice
10053
8572
  trailPercent
@@ -10059,9 +8578,6 @@ exports.NewsArticleAssetSentiment = {
10059
8578
  filledAt
10060
8579
  filledAvgPrice
10061
8580
  actionId
10062
- alpacaAccount {
10063
- id
10064
- }
10065
8581
  action {
10066
8582
  id
10067
8583
  sequence
@@ -10077,6 +8593,7 @@ exports.NewsArticleAssetSentiment = {
10077
8593
  qty
10078
8594
  price
10079
8595
  total
8596
+ optionType
10080
8597
  signal
10081
8598
  strategy
10082
8599
  analysis
@@ -10085,22 +8602,7 @@ exports.NewsArticleAssetSentiment = {
10085
8602
  createdAt
10086
8603
  updatedAt
10087
8604
  status
10088
- alpacaAccount {
10089
- id
10090
- }
10091
- asset {
10092
- id
10093
- }
10094
- actions {
10095
- id
10096
- }
10097
8605
  }
10098
- order {
10099
- id
10100
- }
10101
- }
10102
- asset {
10103
- id
10104
8606
  }
10105
8607
  fee
10106
8608
  strikePrice
@@ -10109,9 +8611,6 @@ exports.NewsArticleAssetSentiment = {
10109
8611
  stopLossId
10110
8612
  takeProfitId
10111
8613
  }
10112
- positions {
10113
- id
10114
- }
10115
8614
  alerts {
10116
8615
  id
10117
8616
  alpacaAccountId
@@ -10120,16 +8619,10 @@ exports.NewsArticleAssetSentiment = {
10120
8619
  isRead
10121
8620
  createdAt
10122
8621
  updatedAt
10123
- alpacaAccount {
10124
- id
10125
- }
10126
8622
  }
10127
8623
  }
10128
8624
  alpacaAccountId
10129
8625
  }
10130
- newsMentions {
10131
- id
10132
- }
10133
8626
  }
10134
8627
  relevancyScore
10135
8628
  sentimentScore