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
package/Position.cjs CHANGED
@@ -86,6 +86,7 @@ exports.Position = {
86
86
  qty
87
87
  price
88
88
  total
89
+ optionType
89
90
  signal
90
91
  strategy
91
92
  analysis
@@ -126,9 +127,6 @@ exports.Position = {
126
127
  stripeCurrentPeriodEnd
127
128
  createdAt
128
129
  updatedAt
129
- users {
130
- id
131
- }
132
130
  }
133
131
  customerId
134
132
  accounts {
@@ -146,18 +144,12 @@ exports.Position = {
146
144
  session_state
147
145
  createdAt
148
146
  updatedAt
149
- user {
150
- id
151
- }
152
147
  }
153
148
  sessions {
154
149
  id
155
150
  sessionToken
156
151
  userId
157
152
  expires
158
- user {
159
- id
160
- }
161
153
  createdAt
162
154
  updatedAt
163
155
  }
@@ -167,23 +159,14 @@ exports.Position = {
167
159
  credentialID
168
160
  publicKey
169
161
  counter
170
- user {
171
- id
172
- }
173
162
  createdAt
174
163
  updatedAt
175
164
  }
176
165
  plan
177
- alpacaAccounts {
178
- id
179
- }
180
166
  }
181
167
  userId
182
168
  createdAt
183
169
  updatedAt
184
- trades {
185
- id
186
- }
187
170
  orders {
188
171
  id
189
172
  clientOrderId
@@ -204,9 +187,6 @@ exports.Position = {
204
187
  createdAt
205
188
  updatedAt
206
189
  orderId
207
- Order {
208
- id
209
- }
210
190
  }
211
191
  takeProfit {
212
192
  id
@@ -215,9 +195,6 @@ exports.Position = {
215
195
  createdAt
216
196
  updatedAt
217
197
  orderId
218
- Order {
219
- id
220
- }
221
198
  }
222
199
  trailPrice
223
200
  trailPercent
@@ -229,9 +206,6 @@ exports.Position = {
229
206
  filledAt
230
207
  filledAvgPrice
231
208
  actionId
232
- alpacaAccount {
233
- id
234
- }
235
209
  action {
236
210
  id
237
211
  sequence
@@ -240,15 +214,6 @@ exports.Position = {
240
214
  note
241
215
  status
242
216
  fee
243
- trade {
244
- id
245
- }
246
- order {
247
- id
248
- }
249
- }
250
- asset {
251
- id
252
217
  }
253
218
  fee
254
219
  strikePrice
@@ -257,9 +222,6 @@ exports.Position = {
257
222
  stopLossId
258
223
  takeProfitId
259
224
  }
260
- positions {
261
- id
262
- }
263
225
  alerts {
264
226
  id
265
227
  alpacaAccountId
@@ -268,14 +230,8 @@ exports.Position = {
268
230
  isRead
269
231
  createdAt
270
232
  updatedAt
271
- alpacaAccount {
272
- id
273
- }
274
233
  }
275
234
  }
276
- asset {
277
- id
278
- }
279
235
  actions {
280
236
  id
281
237
  sequence
@@ -284,9 +240,6 @@ exports.Position = {
284
240
  note
285
241
  status
286
242
  fee
287
- trade {
288
- id
289
- }
290
243
  order {
291
244
  id
292
245
  clientOrderId
@@ -307,9 +260,6 @@ exports.Position = {
307
260
  createdAt
308
261
  updatedAt
309
262
  orderId
310
- Order {
311
- id
312
- }
313
263
  }
314
264
  takeProfit {
315
265
  id
@@ -318,9 +268,6 @@ exports.Position = {
318
268
  createdAt
319
269
  updatedAt
320
270
  orderId
321
- Order {
322
- id
323
- }
324
271
  }
325
272
  trailPrice
326
273
  trailPercent
@@ -364,9 +311,6 @@ exports.Position = {
364
311
  stripeCurrentPeriodEnd
365
312
  createdAt
366
313
  updatedAt
367
- users {
368
- id
369
- }
370
314
  }
371
315
  customerId
372
316
  accounts {
@@ -384,18 +328,12 @@ exports.Position = {
384
328
  session_state
385
329
  createdAt
386
330
  updatedAt
387
- user {
388
- id
389
- }
390
331
  }
391
332
  sessions {
392
333
  id
393
334
  sessionToken
394
335
  userId
395
336
  expires
396
- user {
397
- id
398
- }
399
337
  createdAt
400
338
  updatedAt
401
339
  }
@@ -405,29 +343,14 @@ exports.Position = {
405
343
  credentialID
406
344
  publicKey
407
345
  counter
408
- user {
409
- id
410
- }
411
346
  createdAt
412
347
  updatedAt
413
348
  }
414
349
  plan
415
- alpacaAccounts {
416
- id
417
- }
418
350
  }
419
351
  userId
420
352
  createdAt
421
353
  updatedAt
422
- trades {
423
- id
424
- }
425
- orders {
426
- id
427
- }
428
- positions {
429
- id
430
- }
431
354
  alerts {
432
355
  id
433
356
  alpacaAccountId
@@ -436,17 +359,8 @@ exports.Position = {
436
359
  isRead
437
360
  createdAt
438
361
  updatedAt
439
- alpacaAccount {
440
- id
441
- }
442
362
  }
443
363
  }
444
- action {
445
- id
446
- }
447
- asset {
448
- id
449
- }
450
364
  fee
451
365
  strikePrice
452
366
  expirationDate
@@ -476,9 +390,6 @@ exports.Position = {
476
390
  createdAt
477
391
  updatedAt
478
392
  orderId
479
- Order {
480
- id
481
- }
482
393
  }
483
394
  takeProfit {
484
395
  id
@@ -487,9 +398,6 @@ exports.Position = {
487
398
  createdAt
488
399
  updatedAt
489
400
  orderId
490
- Order {
491
- id
492
- }
493
401
  }
494
402
  trailPrice
495
403
  trailPercent
@@ -533,9 +441,6 @@ exports.Position = {
533
441
  stripeCurrentPeriodEnd
534
442
  createdAt
535
443
  updatedAt
536
- users {
537
- id
538
- }
539
444
  }
540
445
  customerId
541
446
  accounts {
@@ -553,18 +458,12 @@ exports.Position = {
553
458
  session_state
554
459
  createdAt
555
460
  updatedAt
556
- user {
557
- id
558
- }
559
461
  }
560
462
  sessions {
561
463
  id
562
464
  sessionToken
563
465
  userId
564
466
  expires
565
- user {
566
- id
567
- }
568
467
  createdAt
569
468
  updatedAt
570
469
  }
@@ -574,16 +473,10 @@ exports.Position = {
574
473
  credentialID
575
474
  publicKey
576
475
  counter
577
- user {
578
- id
579
- }
580
476
  createdAt
581
477
  updatedAt
582
478
  }
583
479
  plan
584
- alpacaAccounts {
585
- id
586
- }
587
480
  }
588
481
  userId
589
482
  createdAt
@@ -595,6 +488,7 @@ exports.Position = {
595
488
  qty
596
489
  price
597
490
  total
491
+ optionType
598
492
  signal
599
493
  strategy
600
494
  analysis
@@ -603,12 +497,6 @@ exports.Position = {
603
497
  createdAt
604
498
  updatedAt
605
499
  status
606
- alpacaAccount {
607
- id
608
- }
609
- asset {
610
- id
611
- }
612
500
  actions {
613
501
  id
614
502
  sequence
@@ -617,20 +505,8 @@ exports.Position = {
617
505
  note
618
506
  status
619
507
  fee
620
- trade {
621
- id
622
- }
623
- order {
624
- id
625
- }
626
508
  }
627
509
  }
628
- orders {
629
- id
630
- }
631
- positions {
632
- id
633
- }
634
510
  alerts {
635
511
  id
636
512
  alpacaAccountId
@@ -639,9 +515,6 @@ exports.Position = {
639
515
  isRead
640
516
  createdAt
641
517
  updatedAt
642
- alpacaAccount {
643
- id
644
- }
645
518
  }
646
519
  }
647
520
  action {
@@ -659,6 +532,7 @@ exports.Position = {
659
532
  qty
660
533
  price
661
534
  total
535
+ optionType
662
536
  signal
663
537
  strategy
664
538
  analysis
@@ -699,9 +573,6 @@ exports.Position = {
699
573
  stripeCurrentPeriodEnd
700
574
  createdAt
701
575
  updatedAt
702
- users {
703
- id
704
- }
705
576
  }
706
577
  customerId
707
578
  accounts {
@@ -719,18 +590,12 @@ exports.Position = {
719
590
  session_state
720
591
  createdAt
721
592
  updatedAt
722
- user {
723
- id
724
- }
725
593
  }
726
594
  sessions {
727
595
  id
728
596
  sessionToken
729
597
  userId
730
598
  expires
731
- user {
732
- id
733
- }
734
599
  createdAt
735
600
  updatedAt
736
601
  }
@@ -740,29 +605,14 @@ exports.Position = {
740
605
  credentialID
741
606
  publicKey
742
607
  counter
743
- user {
744
- id
745
- }
746
608
  createdAt
747
609
  updatedAt
748
610
  }
749
611
  plan
750
- alpacaAccounts {
751
- id
752
- }
753
612
  }
754
613
  userId
755
614
  createdAt
756
615
  updatedAt
757
- trades {
758
- id
759
- }
760
- orders {
761
- id
762
- }
763
- positions {
764
- id
765
- }
766
616
  alerts {
767
617
  id
768
618
  alpacaAccountId
@@ -771,25 +621,10 @@ exports.Position = {
771
621
  isRead
772
622
  createdAt
773
623
  updatedAt
774
- alpacaAccount {
775
- id
776
- }
777
624
  }
778
625
  }
779
- asset {
780
- id
781
- }
782
- actions {
783
- id
784
- }
785
- }
786
- order {
787
- id
788
626
  }
789
627
  }
790
- asset {
791
- id
792
- }
793
628
  fee
794
629
  strikePrice
795
630
  expirationDate
@@ -797,9 +632,6 @@ exports.Position = {
797
632
  stopLossId
798
633
  takeProfitId
799
634
  }
800
- positions {
801
- id
802
- }
803
635
  newsMentions {
804
636
  id
805
637
  assetId
@@ -822,12 +654,6 @@ exports.Position = {
822
654
  logo
823
655
  createdAt
824
656
  updatedAt
825
- assets {
826
- id
827
- }
828
- }
829
- asset {
830
- id
831
657
  }
832
658
  relevancyScore
833
659
  sentimentScore
@@ -879,9 +705,6 @@ exports.Position = {
879
705
  stripeCurrentPeriodEnd
880
706
  createdAt
881
707
  updatedAt
882
- users {
883
- id
884
- }
885
708
  }
886
709
  customerId
887
710
  accounts {
@@ -899,18 +722,12 @@ exports.Position = {
899
722
  session_state
900
723
  createdAt
901
724
  updatedAt
902
- user {
903
- id
904
- }
905
725
  }
906
726
  sessions {
907
727
  id
908
728
  sessionToken
909
729
  userId
910
730
  expires
911
- user {
912
- id
913
- }
914
731
  createdAt
915
732
  updatedAt
916
733
  }
@@ -920,16 +737,10 @@ exports.Position = {
920
737
  credentialID
921
738
  publicKey
922
739
  counter
923
- user {
924
- id
925
- }
926
740
  createdAt
927
741
  updatedAt
928
742
  }
929
743
  plan
930
- alpacaAccounts {
931
- id
932
- }
933
744
  }
934
745
  userId
935
746
  createdAt
@@ -941,6 +752,7 @@ exports.Position = {
941
752
  qty
942
753
  price
943
754
  total
755
+ optionType
944
756
  signal
945
757
  strategy
946
758
  analysis
@@ -949,9 +761,6 @@ exports.Position = {
949
761
  createdAt
950
762
  updatedAt
951
763
  status
952
- alpacaAccount {
953
- id
954
- }
955
764
  asset {
956
765
  id
957
766
  symbol
@@ -1011,9 +820,6 @@ exports.Position = {
1011
820
  buyPrice
1012
821
  createdAt
1013
822
  updatedAt
1014
- trades {
1015
- id
1016
- }
1017
823
  orders {
1018
824
  id
1019
825
  clientOrderId
@@ -1034,9 +840,6 @@ exports.Position = {
1034
840
  createdAt
1035
841
  updatedAt
1036
842
  orderId
1037
- Order {
1038
- id
1039
- }
1040
843
  }
1041
844
  takeProfit {
1042
845
  id
@@ -1045,9 +848,6 @@ exports.Position = {
1045
848
  createdAt
1046
849
  updatedAt
1047
850
  orderId
1048
- Order {
1049
- id
1050
- }
1051
851
  }
1052
852
  trailPrice
1053
853
  trailPercent
@@ -1059,9 +859,6 @@ exports.Position = {
1059
859
  filledAt
1060
860
  filledAvgPrice
1061
861
  actionId
1062
- alpacaAccount {
1063
- id
1064
- }
1065
862
  action {
1066
863
  id
1067
864
  sequence
@@ -1070,15 +867,6 @@ exports.Position = {
1070
867
  note
1071
868
  status
1072
869
  fee
1073
- trade {
1074
- id
1075
- }
1076
- order {
1077
- id
1078
- }
1079
- }
1080
- asset {
1081
- id
1082
870
  }
1083
871
  fee
1084
872
  strikePrice
@@ -1087,9 +875,6 @@ exports.Position = {
1087
875
  stopLossId
1088
876
  takeProfitId
1089
877
  }
1090
- positions {
1091
- id
1092
- }
1093
878
  newsMentions {
1094
879
  id
1095
880
  assetId
@@ -1112,12 +897,6 @@ exports.Position = {
1112
897
  logo
1113
898
  createdAt
1114
899
  updatedAt
1115
- assets {
1116
- id
1117
- }
1118
- }
1119
- asset {
1120
- id
1121
900
  }
1122
901
  relevancyScore
1123
902
  sentimentScore
@@ -1132,9 +911,6 @@ exports.Position = {
1132
911
  note
1133
912
  status
1134
913
  fee
1135
- trade {
1136
- id
1137
- }
1138
914
  order {
1139
915
  id
1140
916
  clientOrderId
@@ -1155,9 +931,6 @@ exports.Position = {
1155
931
  createdAt
1156
932
  updatedAt
1157
933
  orderId
1158
- Order {
1159
- id
1160
- }
1161
934
  }
1162
935
  takeProfit {
1163
936
  id
@@ -1166,9 +939,6 @@ exports.Position = {
1166
939
  createdAt
1167
940
  updatedAt
1168
941
  orderId
1169
- Order {
1170
- id
1171
- }
1172
942
  }
1173
943
  trailPrice
1174
944
  trailPercent
@@ -1180,12 +950,6 @@ exports.Position = {
1180
950
  filledAt
1181
951
  filledAvgPrice
1182
952
  actionId
1183
- alpacaAccount {
1184
- id
1185
- }
1186
- action {
1187
- id
1188
- }
1189
953
  asset {
1190
954
  id
1191
955
  symbol
@@ -1245,15 +1009,6 @@ exports.Position = {
1245
1009
  buyPrice
1246
1010
  createdAt
1247
1011
  updatedAt
1248
- trades {
1249
- id
1250
- }
1251
- orders {
1252
- id
1253
- }
1254
- positions {
1255
- id
1256
- }
1257
1012
  newsMentions {
1258
1013
  id
1259
1014
  assetId
@@ -1276,12 +1031,6 @@ exports.Position = {
1276
1031
  logo
1277
1032
  createdAt
1278
1033
  updatedAt
1279
- assets {
1280
- id
1281
- }
1282
- }
1283
- asset {
1284
- id
1285
1034
  }
1286
1035
  relevancyScore
1287
1036
  sentimentScore
@@ -1317,9 +1066,6 @@ exports.Position = {
1317
1066
  createdAt
1318
1067
  updatedAt
1319
1068
  orderId
1320
- Order {
1321
- id
1322
- }
1323
1069
  }
1324
1070
  takeProfit {
1325
1071
  id
@@ -1328,9 +1074,6 @@ exports.Position = {
1328
1074
  createdAt
1329
1075
  updatedAt
1330
1076
  orderId
1331
- Order {
1332
- id
1333
- }
1334
1077
  }
1335
1078
  trailPrice
1336
1079
  trailPercent
@@ -1342,9 +1085,6 @@ exports.Position = {
1342
1085
  filledAt
1343
1086
  filledAvgPrice
1344
1087
  actionId
1345
- alpacaAccount {
1346
- id
1347
- }
1348
1088
  action {
1349
1089
  id
1350
1090
  sequence
@@ -1360,6 +1100,7 @@ exports.Position = {
1360
1100
  qty
1361
1101
  price
1362
1102
  total
1103
+ optionType
1363
1104
  signal
1364
1105
  strategy
1365
1106
  analysis
@@ -1368,9 +1109,6 @@ exports.Position = {
1368
1109
  createdAt
1369
1110
  updatedAt
1370
1111
  status
1371
- alpacaAccount {
1372
- id
1373
- }
1374
1112
  asset {
1375
1113
  id
1376
1114
  symbol
@@ -1430,15 +1168,6 @@ exports.Position = {
1430
1168
  buyPrice
1431
1169
  createdAt
1432
1170
  updatedAt
1433
- trades {
1434
- id
1435
- }
1436
- orders {
1437
- id
1438
- }
1439
- positions {
1440
- id
1441
- }
1442
1171
  newsMentions {
1443
1172
  id
1444
1173
  assetId
@@ -1461,24 +1190,12 @@ exports.Position = {
1461
1190
  logo
1462
1191
  createdAt
1463
1192
  updatedAt
1464
- assets {
1465
- id
1466
- }
1467
- }
1468
- asset {
1469
- id
1470
1193
  }
1471
1194
  relevancyScore
1472
1195
  sentimentScore
1473
1196
  sentimentLabel
1474
1197
  }
1475
1198
  }
1476
- actions {
1477
- id
1478
- }
1479
- }
1480
- order {
1481
- id
1482
1199
  }
1483
1200
  }
1484
1201
  asset {
@@ -1547,6 +1264,7 @@ exports.Position = {
1547
1264
  qty
1548
1265
  price
1549
1266
  total
1267
+ optionType
1550
1268
  signal
1551
1269
  strategy
1552
1270
  analysis
@@ -1555,12 +1273,6 @@ exports.Position = {
1555
1273
  createdAt
1556
1274
  updatedAt
1557
1275
  status
1558
- alpacaAccount {
1559
- id
1560
- }
1561
- asset {
1562
- id
1563
- }
1564
1276
  actions {
1565
1277
  id
1566
1278
  sequence
@@ -1569,20 +1281,8 @@ exports.Position = {
1569
1281
  note
1570
1282
  status
1571
1283
  fee
1572
- trade {
1573
- id
1574
- }
1575
- order {
1576
- id
1577
- }
1578
1284
  }
1579
1285
  }
1580
- orders {
1581
- id
1582
- }
1583
- positions {
1584
- id
1585
- }
1586
1286
  newsMentions {
1587
1287
  id
1588
1288
  assetId
@@ -1605,12 +1305,6 @@ exports.Position = {
1605
1305
  logo
1606
1306
  createdAt
1607
1307
  updatedAt
1608
- assets {
1609
- id
1610
- }
1611
- }
1612
- asset {
1613
- id
1614
1308
  }
1615
1309
  relevancyScore
1616
1310
  sentimentScore
@@ -1624,9 +1318,6 @@ exports.Position = {
1624
1318
  stopLossId
1625
1319
  takeProfitId
1626
1320
  }
1627
- positions {
1628
- id
1629
- }
1630
1321
  alerts {
1631
1322
  id
1632
1323
  alpacaAccountId
@@ -1635,9 +1326,6 @@ exports.Position = {
1635
1326
  isRead
1636
1327
  createdAt
1637
1328
  updatedAt
1638
- alpacaAccount {
1639
- id
1640
- }
1641
1329
  }
1642
1330
  }
1643
1331
  alpacaAccountId
@@ -1741,6 +1429,7 @@ exports.Position = {
1741
1429
  qty: item.qty !== undefined ? item.qty : undefined,
1742
1430
  price: item.price !== undefined ? item.price : undefined,
1743
1431
  total: item.total !== undefined ? item.total : undefined,
1432
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
1744
1433
  signal: item.signal !== undefined ? item.signal : undefined,
1745
1434
  strategy: item.strategy !== undefined ? item.strategy : undefined,
1746
1435
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -2091,6 +1780,7 @@ exports.Position = {
2091
1780
  qty: item.qty !== undefined ? item.qty : undefined,
2092
1781
  price: item.price !== undefined ? item.price : undefined,
2093
1782
  total: item.total !== undefined ? item.total : undefined,
1783
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
2094
1784
  signal: item.signal !== undefined ? item.signal : undefined,
2095
1785
  strategy: item.strategy !== undefined ? item.strategy : undefined,
2096
1786
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -2514,6 +2204,7 @@ exports.Position = {
2514
2204
  qty
2515
2205
  price
2516
2206
  total
2207
+ optionType
2517
2208
  signal
2518
2209
  strategy
2519
2210
  analysis
@@ -2554,9 +2245,6 @@ exports.Position = {
2554
2245
  stripeCurrentPeriodEnd
2555
2246
  createdAt
2556
2247
  updatedAt
2557
- users {
2558
- id
2559
- }
2560
2248
  }
2561
2249
  customerId
2562
2250
  accounts {
@@ -2574,18 +2262,12 @@ exports.Position = {
2574
2262
  session_state
2575
2263
  createdAt
2576
2264
  updatedAt
2577
- user {
2578
- id
2579
- }
2580
2265
  }
2581
2266
  sessions {
2582
2267
  id
2583
2268
  sessionToken
2584
2269
  userId
2585
2270
  expires
2586
- user {
2587
- id
2588
- }
2589
2271
  createdAt
2590
2272
  updatedAt
2591
2273
  }
@@ -2595,23 +2277,14 @@ exports.Position = {
2595
2277
  credentialID
2596
2278
  publicKey
2597
2279
  counter
2598
- user {
2599
- id
2600
- }
2601
2280
  createdAt
2602
2281
  updatedAt
2603
2282
  }
2604
2283
  plan
2605
- alpacaAccounts {
2606
- id
2607
- }
2608
2284
  }
2609
2285
  userId
2610
2286
  createdAt
2611
2287
  updatedAt
2612
- trades {
2613
- id
2614
- }
2615
2288
  orders {
2616
2289
  id
2617
2290
  clientOrderId
@@ -2632,9 +2305,6 @@ exports.Position = {
2632
2305
  createdAt
2633
2306
  updatedAt
2634
2307
  orderId
2635
- Order {
2636
- id
2637
- }
2638
2308
  }
2639
2309
  takeProfit {
2640
2310
  id
@@ -2643,9 +2313,6 @@ exports.Position = {
2643
2313
  createdAt
2644
2314
  updatedAt
2645
2315
  orderId
2646
- Order {
2647
- id
2648
- }
2649
2316
  }
2650
2317
  trailPrice
2651
2318
  trailPercent
@@ -2657,9 +2324,6 @@ exports.Position = {
2657
2324
  filledAt
2658
2325
  filledAvgPrice
2659
2326
  actionId
2660
- alpacaAccount {
2661
- id
2662
- }
2663
2327
  action {
2664
2328
  id
2665
2329
  sequence
@@ -2668,15 +2332,6 @@ exports.Position = {
2668
2332
  note
2669
2333
  status
2670
2334
  fee
2671
- trade {
2672
- id
2673
- }
2674
- order {
2675
- id
2676
- }
2677
- }
2678
- asset {
2679
- id
2680
2335
  }
2681
2336
  fee
2682
2337
  strikePrice
@@ -2685,9 +2340,6 @@ exports.Position = {
2685
2340
  stopLossId
2686
2341
  takeProfitId
2687
2342
  }
2688
- positions {
2689
- id
2690
- }
2691
2343
  alerts {
2692
2344
  id
2693
2345
  alpacaAccountId
@@ -2696,14 +2348,8 @@ exports.Position = {
2696
2348
  isRead
2697
2349
  createdAt
2698
2350
  updatedAt
2699
- alpacaAccount {
2700
- id
2701
- }
2702
2351
  }
2703
2352
  }
2704
- asset {
2705
- id
2706
- }
2707
2353
  actions {
2708
2354
  id
2709
2355
  sequence
@@ -2712,9 +2358,6 @@ exports.Position = {
2712
2358
  note
2713
2359
  status
2714
2360
  fee
2715
- trade {
2716
- id
2717
- }
2718
2361
  order {
2719
2362
  id
2720
2363
  clientOrderId
@@ -2735,9 +2378,6 @@ exports.Position = {
2735
2378
  createdAt
2736
2379
  updatedAt
2737
2380
  orderId
2738
- Order {
2739
- id
2740
- }
2741
2381
  }
2742
2382
  takeProfit {
2743
2383
  id
@@ -2746,9 +2386,6 @@ exports.Position = {
2746
2386
  createdAt
2747
2387
  updatedAt
2748
2388
  orderId
2749
- Order {
2750
- id
2751
- }
2752
2389
  }
2753
2390
  trailPrice
2754
2391
  trailPercent
@@ -2792,9 +2429,6 @@ exports.Position = {
2792
2429
  stripeCurrentPeriodEnd
2793
2430
  createdAt
2794
2431
  updatedAt
2795
- users {
2796
- id
2797
- }
2798
2432
  }
2799
2433
  customerId
2800
2434
  accounts {
@@ -2812,18 +2446,12 @@ exports.Position = {
2812
2446
  session_state
2813
2447
  createdAt
2814
2448
  updatedAt
2815
- user {
2816
- id
2817
- }
2818
2449
  }
2819
2450
  sessions {
2820
2451
  id
2821
2452
  sessionToken
2822
2453
  userId
2823
2454
  expires
2824
- user {
2825
- id
2826
- }
2827
2455
  createdAt
2828
2456
  updatedAt
2829
2457
  }
@@ -2833,29 +2461,14 @@ exports.Position = {
2833
2461
  credentialID
2834
2462
  publicKey
2835
2463
  counter
2836
- user {
2837
- id
2838
- }
2839
2464
  createdAt
2840
2465
  updatedAt
2841
2466
  }
2842
2467
  plan
2843
- alpacaAccounts {
2844
- id
2845
- }
2846
2468
  }
2847
2469
  userId
2848
2470
  createdAt
2849
2471
  updatedAt
2850
- trades {
2851
- id
2852
- }
2853
- orders {
2854
- id
2855
- }
2856
- positions {
2857
- id
2858
- }
2859
2472
  alerts {
2860
2473
  id
2861
2474
  alpacaAccountId
@@ -2864,17 +2477,8 @@ exports.Position = {
2864
2477
  isRead
2865
2478
  createdAt
2866
2479
  updatedAt
2867
- alpacaAccount {
2868
- id
2869
- }
2870
2480
  }
2871
2481
  }
2872
- action {
2873
- id
2874
- }
2875
- asset {
2876
- id
2877
- }
2878
2482
  fee
2879
2483
  strikePrice
2880
2484
  expirationDate
@@ -2904,9 +2508,6 @@ exports.Position = {
2904
2508
  createdAt
2905
2509
  updatedAt
2906
2510
  orderId
2907
- Order {
2908
- id
2909
- }
2910
2511
  }
2911
2512
  takeProfit {
2912
2513
  id
@@ -2915,9 +2516,6 @@ exports.Position = {
2915
2516
  createdAt
2916
2517
  updatedAt
2917
2518
  orderId
2918
- Order {
2919
- id
2920
- }
2921
2519
  }
2922
2520
  trailPrice
2923
2521
  trailPercent
@@ -2961,9 +2559,6 @@ exports.Position = {
2961
2559
  stripeCurrentPeriodEnd
2962
2560
  createdAt
2963
2561
  updatedAt
2964
- users {
2965
- id
2966
- }
2967
2562
  }
2968
2563
  customerId
2969
2564
  accounts {
@@ -2981,18 +2576,12 @@ exports.Position = {
2981
2576
  session_state
2982
2577
  createdAt
2983
2578
  updatedAt
2984
- user {
2985
- id
2986
- }
2987
2579
  }
2988
2580
  sessions {
2989
2581
  id
2990
2582
  sessionToken
2991
2583
  userId
2992
2584
  expires
2993
- user {
2994
- id
2995
- }
2996
2585
  createdAt
2997
2586
  updatedAt
2998
2587
  }
@@ -3002,16 +2591,10 @@ exports.Position = {
3002
2591
  credentialID
3003
2592
  publicKey
3004
2593
  counter
3005
- user {
3006
- id
3007
- }
3008
2594
  createdAt
3009
2595
  updatedAt
3010
2596
  }
3011
2597
  plan
3012
- alpacaAccounts {
3013
- id
3014
- }
3015
2598
  }
3016
2599
  userId
3017
2600
  createdAt
@@ -3023,6 +2606,7 @@ exports.Position = {
3023
2606
  qty
3024
2607
  price
3025
2608
  total
2609
+ optionType
3026
2610
  signal
3027
2611
  strategy
3028
2612
  analysis
@@ -3031,12 +2615,6 @@ exports.Position = {
3031
2615
  createdAt
3032
2616
  updatedAt
3033
2617
  status
3034
- alpacaAccount {
3035
- id
3036
- }
3037
- asset {
3038
- id
3039
- }
3040
2618
  actions {
3041
2619
  id
3042
2620
  sequence
@@ -3045,20 +2623,8 @@ exports.Position = {
3045
2623
  note
3046
2624
  status
3047
2625
  fee
3048
- trade {
3049
- id
3050
- }
3051
- order {
3052
- id
3053
- }
3054
2626
  }
3055
2627
  }
3056
- orders {
3057
- id
3058
- }
3059
- positions {
3060
- id
3061
- }
3062
2628
  alerts {
3063
2629
  id
3064
2630
  alpacaAccountId
@@ -3067,9 +2633,6 @@ exports.Position = {
3067
2633
  isRead
3068
2634
  createdAt
3069
2635
  updatedAt
3070
- alpacaAccount {
3071
- id
3072
- }
3073
2636
  }
3074
2637
  }
3075
2638
  action {
@@ -3087,6 +2650,7 @@ exports.Position = {
3087
2650
  qty
3088
2651
  price
3089
2652
  total
2653
+ optionType
3090
2654
  signal
3091
2655
  strategy
3092
2656
  analysis
@@ -3127,9 +2691,6 @@ exports.Position = {
3127
2691
  stripeCurrentPeriodEnd
3128
2692
  createdAt
3129
2693
  updatedAt
3130
- users {
3131
- id
3132
- }
3133
2694
  }
3134
2695
  customerId
3135
2696
  accounts {
@@ -3147,18 +2708,12 @@ exports.Position = {
3147
2708
  session_state
3148
2709
  createdAt
3149
2710
  updatedAt
3150
- user {
3151
- id
3152
- }
3153
2711
  }
3154
2712
  sessions {
3155
2713
  id
3156
2714
  sessionToken
3157
2715
  userId
3158
2716
  expires
3159
- user {
3160
- id
3161
- }
3162
2717
  createdAt
3163
2718
  updatedAt
3164
2719
  }
@@ -3168,29 +2723,14 @@ exports.Position = {
3168
2723
  credentialID
3169
2724
  publicKey
3170
2725
  counter
3171
- user {
3172
- id
3173
- }
3174
2726
  createdAt
3175
2727
  updatedAt
3176
2728
  }
3177
2729
  plan
3178
- alpacaAccounts {
3179
- id
3180
- }
3181
2730
  }
3182
2731
  userId
3183
2732
  createdAt
3184
2733
  updatedAt
3185
- trades {
3186
- id
3187
- }
3188
- orders {
3189
- id
3190
- }
3191
- positions {
3192
- id
3193
- }
3194
2734
  alerts {
3195
2735
  id
3196
2736
  alpacaAccountId
@@ -3199,24 +2739,9 @@ exports.Position = {
3199
2739
  isRead
3200
2740
  createdAt
3201
2741
  updatedAt
3202
- alpacaAccount {
3203
- id
3204
- }
3205
2742
  }
3206
2743
  }
3207
- asset {
3208
- id
3209
- }
3210
- actions {
3211
- id
3212
- }
3213
2744
  }
3214
- order {
3215
- id
3216
- }
3217
- }
3218
- asset {
3219
- id
3220
2745
  }
3221
2746
  fee
3222
2747
  strikePrice
@@ -3225,9 +2750,6 @@ exports.Position = {
3225
2750
  stopLossId
3226
2751
  takeProfitId
3227
2752
  }
3228
- positions {
3229
- id
3230
- }
3231
2753
  newsMentions {
3232
2754
  id
3233
2755
  assetId
@@ -3250,12 +2772,6 @@ exports.Position = {
3250
2772
  logo
3251
2773
  createdAt
3252
2774
  updatedAt
3253
- assets {
3254
- id
3255
- }
3256
- }
3257
- asset {
3258
- id
3259
2775
  }
3260
2776
  relevancyScore
3261
2777
  sentimentScore
@@ -3307,9 +2823,6 @@ exports.Position = {
3307
2823
  stripeCurrentPeriodEnd
3308
2824
  createdAt
3309
2825
  updatedAt
3310
- users {
3311
- id
3312
- }
3313
2826
  }
3314
2827
  customerId
3315
2828
  accounts {
@@ -3327,18 +2840,12 @@ exports.Position = {
3327
2840
  session_state
3328
2841
  createdAt
3329
2842
  updatedAt
3330
- user {
3331
- id
3332
- }
3333
2843
  }
3334
2844
  sessions {
3335
2845
  id
3336
2846
  sessionToken
3337
2847
  userId
3338
2848
  expires
3339
- user {
3340
- id
3341
- }
3342
2849
  createdAt
3343
2850
  updatedAt
3344
2851
  }
@@ -3348,16 +2855,10 @@ exports.Position = {
3348
2855
  credentialID
3349
2856
  publicKey
3350
2857
  counter
3351
- user {
3352
- id
3353
- }
3354
2858
  createdAt
3355
2859
  updatedAt
3356
2860
  }
3357
2861
  plan
3358
- alpacaAccounts {
3359
- id
3360
- }
3361
2862
  }
3362
2863
  userId
3363
2864
  createdAt
@@ -3369,6 +2870,7 @@ exports.Position = {
3369
2870
  qty
3370
2871
  price
3371
2872
  total
2873
+ optionType
3372
2874
  signal
3373
2875
  strategy
3374
2876
  analysis
@@ -3377,9 +2879,6 @@ exports.Position = {
3377
2879
  createdAt
3378
2880
  updatedAt
3379
2881
  status
3380
- alpacaAccount {
3381
- id
3382
- }
3383
2882
  asset {
3384
2883
  id
3385
2884
  symbol
@@ -3439,9 +2938,6 @@ exports.Position = {
3439
2938
  buyPrice
3440
2939
  createdAt
3441
2940
  updatedAt
3442
- trades {
3443
- id
3444
- }
3445
2941
  orders {
3446
2942
  id
3447
2943
  clientOrderId
@@ -3462,9 +2958,6 @@ exports.Position = {
3462
2958
  createdAt
3463
2959
  updatedAt
3464
2960
  orderId
3465
- Order {
3466
- id
3467
- }
3468
2961
  }
3469
2962
  takeProfit {
3470
2963
  id
@@ -3473,9 +2966,6 @@ exports.Position = {
3473
2966
  createdAt
3474
2967
  updatedAt
3475
2968
  orderId
3476
- Order {
3477
- id
3478
- }
3479
2969
  }
3480
2970
  trailPrice
3481
2971
  trailPercent
@@ -3487,9 +2977,6 @@ exports.Position = {
3487
2977
  filledAt
3488
2978
  filledAvgPrice
3489
2979
  actionId
3490
- alpacaAccount {
3491
- id
3492
- }
3493
2980
  action {
3494
2981
  id
3495
2982
  sequence
@@ -3498,15 +2985,6 @@ exports.Position = {
3498
2985
  note
3499
2986
  status
3500
2987
  fee
3501
- trade {
3502
- id
3503
- }
3504
- order {
3505
- id
3506
- }
3507
- }
3508
- asset {
3509
- id
3510
2988
  }
3511
2989
  fee
3512
2990
  strikePrice
@@ -3515,9 +2993,6 @@ exports.Position = {
3515
2993
  stopLossId
3516
2994
  takeProfitId
3517
2995
  }
3518
- positions {
3519
- id
3520
- }
3521
2996
  newsMentions {
3522
2997
  id
3523
2998
  assetId
@@ -3540,12 +3015,6 @@ exports.Position = {
3540
3015
  logo
3541
3016
  createdAt
3542
3017
  updatedAt
3543
- assets {
3544
- id
3545
- }
3546
- }
3547
- asset {
3548
- id
3549
3018
  }
3550
3019
  relevancyScore
3551
3020
  sentimentScore
@@ -3560,9 +3029,6 @@ exports.Position = {
3560
3029
  note
3561
3030
  status
3562
3031
  fee
3563
- trade {
3564
- id
3565
- }
3566
3032
  order {
3567
3033
  id
3568
3034
  clientOrderId
@@ -3583,9 +3049,6 @@ exports.Position = {
3583
3049
  createdAt
3584
3050
  updatedAt
3585
3051
  orderId
3586
- Order {
3587
- id
3588
- }
3589
3052
  }
3590
3053
  takeProfit {
3591
3054
  id
@@ -3594,9 +3057,6 @@ exports.Position = {
3594
3057
  createdAt
3595
3058
  updatedAt
3596
3059
  orderId
3597
- Order {
3598
- id
3599
- }
3600
3060
  }
3601
3061
  trailPrice
3602
3062
  trailPercent
@@ -3608,12 +3068,6 @@ exports.Position = {
3608
3068
  filledAt
3609
3069
  filledAvgPrice
3610
3070
  actionId
3611
- alpacaAccount {
3612
- id
3613
- }
3614
- action {
3615
- id
3616
- }
3617
3071
  asset {
3618
3072
  id
3619
3073
  symbol
@@ -3673,15 +3127,6 @@ exports.Position = {
3673
3127
  buyPrice
3674
3128
  createdAt
3675
3129
  updatedAt
3676
- trades {
3677
- id
3678
- }
3679
- orders {
3680
- id
3681
- }
3682
- positions {
3683
- id
3684
- }
3685
3130
  newsMentions {
3686
3131
  id
3687
3132
  assetId
@@ -3704,12 +3149,6 @@ exports.Position = {
3704
3149
  logo
3705
3150
  createdAt
3706
3151
  updatedAt
3707
- assets {
3708
- id
3709
- }
3710
- }
3711
- asset {
3712
- id
3713
3152
  }
3714
3153
  relevancyScore
3715
3154
  sentimentScore
@@ -3745,9 +3184,6 @@ exports.Position = {
3745
3184
  createdAt
3746
3185
  updatedAt
3747
3186
  orderId
3748
- Order {
3749
- id
3750
- }
3751
3187
  }
3752
3188
  takeProfit {
3753
3189
  id
@@ -3756,9 +3192,6 @@ exports.Position = {
3756
3192
  createdAt
3757
3193
  updatedAt
3758
3194
  orderId
3759
- Order {
3760
- id
3761
- }
3762
3195
  }
3763
3196
  trailPrice
3764
3197
  trailPercent
@@ -3770,9 +3203,6 @@ exports.Position = {
3770
3203
  filledAt
3771
3204
  filledAvgPrice
3772
3205
  actionId
3773
- alpacaAccount {
3774
- id
3775
- }
3776
3206
  action {
3777
3207
  id
3778
3208
  sequence
@@ -3788,6 +3218,7 @@ exports.Position = {
3788
3218
  qty
3789
3219
  price
3790
3220
  total
3221
+ optionType
3791
3222
  signal
3792
3223
  strategy
3793
3224
  analysis
@@ -3796,9 +3227,6 @@ exports.Position = {
3796
3227
  createdAt
3797
3228
  updatedAt
3798
3229
  status
3799
- alpacaAccount {
3800
- id
3801
- }
3802
3230
  asset {
3803
3231
  id
3804
3232
  symbol
@@ -3858,15 +3286,6 @@ exports.Position = {
3858
3286
  buyPrice
3859
3287
  createdAt
3860
3288
  updatedAt
3861
- trades {
3862
- id
3863
- }
3864
- orders {
3865
- id
3866
- }
3867
- positions {
3868
- id
3869
- }
3870
3289
  newsMentions {
3871
3290
  id
3872
3291
  assetId
@@ -3889,24 +3308,12 @@ exports.Position = {
3889
3308
  logo
3890
3309
  createdAt
3891
3310
  updatedAt
3892
- assets {
3893
- id
3894
- }
3895
- }
3896
- asset {
3897
- id
3898
3311
  }
3899
3312
  relevancyScore
3900
3313
  sentimentScore
3901
3314
  sentimentLabel
3902
3315
  }
3903
3316
  }
3904
- actions {
3905
- id
3906
- }
3907
- }
3908
- order {
3909
- id
3910
3317
  }
3911
3318
  }
3912
3319
  asset {
@@ -3975,6 +3382,7 @@ exports.Position = {
3975
3382
  qty
3976
3383
  price
3977
3384
  total
3385
+ optionType
3978
3386
  signal
3979
3387
  strategy
3980
3388
  analysis
@@ -3983,12 +3391,6 @@ exports.Position = {
3983
3391
  createdAt
3984
3392
  updatedAt
3985
3393
  status
3986
- alpacaAccount {
3987
- id
3988
- }
3989
- asset {
3990
- id
3991
- }
3992
3394
  actions {
3993
3395
  id
3994
3396
  sequence
@@ -3997,20 +3399,8 @@ exports.Position = {
3997
3399
  note
3998
3400
  status
3999
3401
  fee
4000
- trade {
4001
- id
4002
- }
4003
- order {
4004
- id
4005
- }
4006
3402
  }
4007
3403
  }
4008
- orders {
4009
- id
4010
- }
4011
- positions {
4012
- id
4013
- }
4014
3404
  newsMentions {
4015
3405
  id
4016
3406
  assetId
@@ -4033,12 +3423,6 @@ exports.Position = {
4033
3423
  logo
4034
3424
  createdAt
4035
3425
  updatedAt
4036
- assets {
4037
- id
4038
- }
4039
- }
4040
- asset {
4041
- id
4042
3426
  }
4043
3427
  relevancyScore
4044
3428
  sentimentScore
@@ -4052,9 +3436,6 @@ exports.Position = {
4052
3436
  stopLossId
4053
3437
  takeProfitId
4054
3438
  }
4055
- positions {
4056
- id
4057
- }
4058
3439
  alerts {
4059
3440
  id
4060
3441
  alpacaAccountId
@@ -4063,9 +3444,6 @@ exports.Position = {
4063
3444
  isRead
4064
3445
  createdAt
4065
3446
  updatedAt
4066
- alpacaAccount {
4067
- id
4068
- }
4069
3447
  }
4070
3448
  }
4071
3449
  alpacaAccountId
@@ -4318,6 +3696,9 @@ exports.Position = {
4318
3696
  total: item.total !== undefined ? {
4319
3697
  set: item.total
4320
3698
  } : undefined,
3699
+ optionType: item.optionType !== undefined ? {
3700
+ set: item.optionType
3701
+ } : undefined,
4321
3702
  signal: item.signal !== undefined ? {
4322
3703
  set: item.signal
4323
3704
  } : undefined,
@@ -4419,6 +3800,7 @@ exports.Position = {
4419
3800
  qty: item.qty !== undefined ? item.qty : undefined,
4420
3801
  price: item.price !== undefined ? item.price : undefined,
4421
3802
  total: item.total !== undefined ? item.total : undefined,
3803
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
4422
3804
  signal: item.signal !== undefined ? item.signal : undefined,
4423
3805
  strategy: item.strategy !== undefined ? item.strategy : undefined,
4424
3806
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -4977,6 +4359,7 @@ exports.Position = {
4977
4359
  qty: item.qty !== undefined ? item.qty : undefined,
4978
4360
  price: item.price !== undefined ? item.price : undefined,
4979
4361
  total: item.total !== undefined ? item.total : undefined,
4362
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
4980
4363
  signal: item.signal !== undefined ? item.signal : undefined,
4981
4364
  strategy: item.strategy !== undefined ? item.strategy : undefined,
4982
4365
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -5522,6 +4905,9 @@ exports.Position = {
5522
4905
  total: item.total !== undefined ? {
5523
4906
  set: item.total
5524
4907
  } : undefined,
4908
+ optionType: item.optionType !== undefined ? {
4909
+ set: item.optionType
4910
+ } : undefined,
5525
4911
  signal: item.signal !== undefined ? {
5526
4912
  set: item.signal
5527
4913
  } : undefined,
@@ -5821,6 +5207,7 @@ exports.Position = {
5821
5207
  qty: item.qty !== undefined ? item.qty : undefined,
5822
5208
  price: item.price !== undefined ? item.price : undefined,
5823
5209
  total: item.total !== undefined ? item.total : undefined,
5210
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
5824
5211
  signal: item.signal !== undefined ? item.signal : undefined,
5825
5212
  strategy: item.strategy !== undefined ? item.strategy : undefined,
5826
5213
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -6627,6 +6014,7 @@ exports.Position = {
6627
6014
  qty: item.qty !== undefined ? item.qty : undefined,
6628
6015
  price: item.price !== undefined ? item.price : undefined,
6629
6016
  total: item.total !== undefined ? item.total : undefined,
6017
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
6630
6018
  signal: item.signal !== undefined ? item.signal : undefined,
6631
6019
  strategy: item.strategy !== undefined ? item.strategy : undefined,
6632
6020
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -7183,6 +6571,9 @@ exports.Position = {
7183
6571
  total: item.total !== undefined ? {
7184
6572
  set: item.total
7185
6573
  } : undefined,
6574
+ optionType: item.optionType !== undefined ? {
6575
+ set: item.optionType
6576
+ } : undefined,
7186
6577
  signal: item.signal !== undefined ? {
7187
6578
  set: item.signal
7188
6579
  } : undefined,
@@ -7284,6 +6675,7 @@ exports.Position = {
7284
6675
  qty: item.qty !== undefined ? item.qty : undefined,
7285
6676
  price: item.price !== undefined ? item.price : undefined,
7286
6677
  total: item.total !== undefined ? item.total : undefined,
6678
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
7287
6679
  signal: item.signal !== undefined ? item.signal : undefined,
7288
6680
  strategy: item.strategy !== undefined ? item.strategy : undefined,
7289
6681
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -7842,6 +7234,7 @@ exports.Position = {
7842
7234
  qty: item.qty !== undefined ? item.qty : undefined,
7843
7235
  price: item.price !== undefined ? item.price : undefined,
7844
7236
  total: item.total !== undefined ? item.total : undefined,
7237
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
7845
7238
  signal: item.signal !== undefined ? item.signal : undefined,
7846
7239
  strategy: item.strategy !== undefined ? item.strategy : undefined,
7847
7240
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -8387,6 +7780,9 @@ exports.Position = {
8387
7780
  total: item.total !== undefined ? {
8388
7781
  set: item.total
8389
7782
  } : undefined,
7783
+ optionType: item.optionType !== undefined ? {
7784
+ set: item.optionType
7785
+ } : undefined,
8390
7786
  signal: item.signal !== undefined ? {
8391
7787
  set: item.signal
8392
7788
  } : undefined,
@@ -8686,6 +8082,7 @@ exports.Position = {
8686
8082
  qty: item.qty !== undefined ? item.qty : undefined,
8687
8083
  price: item.price !== undefined ? item.price : undefined,
8688
8084
  total: item.total !== undefined ? item.total : undefined,
8085
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
8689
8086
  signal: item.signal !== undefined ? item.signal : undefined,
8690
8087
  strategy: item.strategy !== undefined ? item.strategy : undefined,
8691
8088
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -9492,6 +8889,7 @@ exports.Position = {
9492
8889
  qty: item.qty !== undefined ? item.qty : undefined,
9493
8890
  price: item.price !== undefined ? item.price : undefined,
9494
8891
  total: item.total !== undefined ? item.total : undefined,
8892
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
9495
8893
  signal: item.signal !== undefined ? item.signal : undefined,
9496
8894
  strategy: item.strategy !== undefined ? item.strategy : undefined,
9497
8895
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -9866,6 +9264,7 @@ exports.Position = {
9866
9264
  qty
9867
9265
  price
9868
9266
  total
9267
+ optionType
9869
9268
  signal
9870
9269
  strategy
9871
9270
  analysis
@@ -9906,9 +9305,6 @@ exports.Position = {
9906
9305
  stripeCurrentPeriodEnd
9907
9306
  createdAt
9908
9307
  updatedAt
9909
- users {
9910
- id
9911
- }
9912
9308
  }
9913
9309
  customerId
9914
9310
  accounts {
@@ -9926,18 +9322,12 @@ exports.Position = {
9926
9322
  session_state
9927
9323
  createdAt
9928
9324
  updatedAt
9929
- user {
9930
- id
9931
- }
9932
9325
  }
9933
9326
  sessions {
9934
9327
  id
9935
9328
  sessionToken
9936
9329
  userId
9937
9330
  expires
9938
- user {
9939
- id
9940
- }
9941
9331
  createdAt
9942
9332
  updatedAt
9943
9333
  }
@@ -9947,23 +9337,14 @@ exports.Position = {
9947
9337
  credentialID
9948
9338
  publicKey
9949
9339
  counter
9950
- user {
9951
- id
9952
- }
9953
9340
  createdAt
9954
9341
  updatedAt
9955
9342
  }
9956
9343
  plan
9957
- alpacaAccounts {
9958
- id
9959
- }
9960
9344
  }
9961
9345
  userId
9962
9346
  createdAt
9963
9347
  updatedAt
9964
- trades {
9965
- id
9966
- }
9967
9348
  orders {
9968
9349
  id
9969
9350
  clientOrderId
@@ -9984,9 +9365,6 @@ exports.Position = {
9984
9365
  createdAt
9985
9366
  updatedAt
9986
9367
  orderId
9987
- Order {
9988
- id
9989
- }
9990
9368
  }
9991
9369
  takeProfit {
9992
9370
  id
@@ -9995,9 +9373,6 @@ exports.Position = {
9995
9373
  createdAt
9996
9374
  updatedAt
9997
9375
  orderId
9998
- Order {
9999
- id
10000
- }
10001
9376
  }
10002
9377
  trailPrice
10003
9378
  trailPercent
@@ -10009,9 +9384,6 @@ exports.Position = {
10009
9384
  filledAt
10010
9385
  filledAvgPrice
10011
9386
  actionId
10012
- alpacaAccount {
10013
- id
10014
- }
10015
9387
  action {
10016
9388
  id
10017
9389
  sequence
@@ -10020,15 +9392,6 @@ exports.Position = {
10020
9392
  note
10021
9393
  status
10022
9394
  fee
10023
- trade {
10024
- id
10025
- }
10026
- order {
10027
- id
10028
- }
10029
- }
10030
- asset {
10031
- id
10032
9395
  }
10033
9396
  fee
10034
9397
  strikePrice
@@ -10037,9 +9400,6 @@ exports.Position = {
10037
9400
  stopLossId
10038
9401
  takeProfitId
10039
9402
  }
10040
- positions {
10041
- id
10042
- }
10043
9403
  alerts {
10044
9404
  id
10045
9405
  alpacaAccountId
@@ -10048,14 +9408,8 @@ exports.Position = {
10048
9408
  isRead
10049
9409
  createdAt
10050
9410
  updatedAt
10051
- alpacaAccount {
10052
- id
10053
- }
10054
9411
  }
10055
9412
  }
10056
- asset {
10057
- id
10058
- }
10059
9413
  actions {
10060
9414
  id
10061
9415
  sequence
@@ -10064,9 +9418,6 @@ exports.Position = {
10064
9418
  note
10065
9419
  status
10066
9420
  fee
10067
- trade {
10068
- id
10069
- }
10070
9421
  order {
10071
9422
  id
10072
9423
  clientOrderId
@@ -10087,9 +9438,6 @@ exports.Position = {
10087
9438
  createdAt
10088
9439
  updatedAt
10089
9440
  orderId
10090
- Order {
10091
- id
10092
- }
10093
9441
  }
10094
9442
  takeProfit {
10095
9443
  id
@@ -10098,9 +9446,6 @@ exports.Position = {
10098
9446
  createdAt
10099
9447
  updatedAt
10100
9448
  orderId
10101
- Order {
10102
- id
10103
- }
10104
9449
  }
10105
9450
  trailPrice
10106
9451
  trailPercent
@@ -10144,9 +9489,6 @@ exports.Position = {
10144
9489
  stripeCurrentPeriodEnd
10145
9490
  createdAt
10146
9491
  updatedAt
10147
- users {
10148
- id
10149
- }
10150
9492
  }
10151
9493
  customerId
10152
9494
  accounts {
@@ -10164,18 +9506,12 @@ exports.Position = {
10164
9506
  session_state
10165
9507
  createdAt
10166
9508
  updatedAt
10167
- user {
10168
- id
10169
- }
10170
9509
  }
10171
9510
  sessions {
10172
9511
  id
10173
9512
  sessionToken
10174
9513
  userId
10175
9514
  expires
10176
- user {
10177
- id
10178
- }
10179
9515
  createdAt
10180
9516
  updatedAt
10181
9517
  }
@@ -10185,29 +9521,14 @@ exports.Position = {
10185
9521
  credentialID
10186
9522
  publicKey
10187
9523
  counter
10188
- user {
10189
- id
10190
- }
10191
9524
  createdAt
10192
9525
  updatedAt
10193
9526
  }
10194
9527
  plan
10195
- alpacaAccounts {
10196
- id
10197
- }
10198
9528
  }
10199
9529
  userId
10200
9530
  createdAt
10201
9531
  updatedAt
10202
- trades {
10203
- id
10204
- }
10205
- orders {
10206
- id
10207
- }
10208
- positions {
10209
- id
10210
- }
10211
9532
  alerts {
10212
9533
  id
10213
9534
  alpacaAccountId
@@ -10216,17 +9537,8 @@ exports.Position = {
10216
9537
  isRead
10217
9538
  createdAt
10218
9539
  updatedAt
10219
- alpacaAccount {
10220
- id
10221
- }
10222
9540
  }
10223
9541
  }
10224
- action {
10225
- id
10226
- }
10227
- asset {
10228
- id
10229
- }
10230
9542
  fee
10231
9543
  strikePrice
10232
9544
  expirationDate
@@ -10256,9 +9568,6 @@ exports.Position = {
10256
9568
  createdAt
10257
9569
  updatedAt
10258
9570
  orderId
10259
- Order {
10260
- id
10261
- }
10262
9571
  }
10263
9572
  takeProfit {
10264
9573
  id
@@ -10267,9 +9576,6 @@ exports.Position = {
10267
9576
  createdAt
10268
9577
  updatedAt
10269
9578
  orderId
10270
- Order {
10271
- id
10272
- }
10273
9579
  }
10274
9580
  trailPrice
10275
9581
  trailPercent
@@ -10313,9 +9619,6 @@ exports.Position = {
10313
9619
  stripeCurrentPeriodEnd
10314
9620
  createdAt
10315
9621
  updatedAt
10316
- users {
10317
- id
10318
- }
10319
9622
  }
10320
9623
  customerId
10321
9624
  accounts {
@@ -10333,18 +9636,12 @@ exports.Position = {
10333
9636
  session_state
10334
9637
  createdAt
10335
9638
  updatedAt
10336
- user {
10337
- id
10338
- }
10339
9639
  }
10340
9640
  sessions {
10341
9641
  id
10342
9642
  sessionToken
10343
9643
  userId
10344
9644
  expires
10345
- user {
10346
- id
10347
- }
10348
9645
  createdAt
10349
9646
  updatedAt
10350
9647
  }
@@ -10354,16 +9651,10 @@ exports.Position = {
10354
9651
  credentialID
10355
9652
  publicKey
10356
9653
  counter
10357
- user {
10358
- id
10359
- }
10360
9654
  createdAt
10361
9655
  updatedAt
10362
9656
  }
10363
9657
  plan
10364
- alpacaAccounts {
10365
- id
10366
- }
10367
9658
  }
10368
9659
  userId
10369
9660
  createdAt
@@ -10375,6 +9666,7 @@ exports.Position = {
10375
9666
  qty
10376
9667
  price
10377
9668
  total
9669
+ optionType
10378
9670
  signal
10379
9671
  strategy
10380
9672
  analysis
@@ -10383,12 +9675,6 @@ exports.Position = {
10383
9675
  createdAt
10384
9676
  updatedAt
10385
9677
  status
10386
- alpacaAccount {
10387
- id
10388
- }
10389
- asset {
10390
- id
10391
- }
10392
9678
  actions {
10393
9679
  id
10394
9680
  sequence
@@ -10397,20 +9683,8 @@ exports.Position = {
10397
9683
  note
10398
9684
  status
10399
9685
  fee
10400
- trade {
10401
- id
10402
- }
10403
- order {
10404
- id
10405
- }
10406
9686
  }
10407
9687
  }
10408
- orders {
10409
- id
10410
- }
10411
- positions {
10412
- id
10413
- }
10414
9688
  alerts {
10415
9689
  id
10416
9690
  alpacaAccountId
@@ -10419,9 +9693,6 @@ exports.Position = {
10419
9693
  isRead
10420
9694
  createdAt
10421
9695
  updatedAt
10422
- alpacaAccount {
10423
- id
10424
- }
10425
9696
  }
10426
9697
  }
10427
9698
  action {
@@ -10439,6 +9710,7 @@ exports.Position = {
10439
9710
  qty
10440
9711
  price
10441
9712
  total
9713
+ optionType
10442
9714
  signal
10443
9715
  strategy
10444
9716
  analysis
@@ -10479,9 +9751,6 @@ exports.Position = {
10479
9751
  stripeCurrentPeriodEnd
10480
9752
  createdAt
10481
9753
  updatedAt
10482
- users {
10483
- id
10484
- }
10485
9754
  }
10486
9755
  customerId
10487
9756
  accounts {
@@ -10499,18 +9768,12 @@ exports.Position = {
10499
9768
  session_state
10500
9769
  createdAt
10501
9770
  updatedAt
10502
- user {
10503
- id
10504
- }
10505
9771
  }
10506
9772
  sessions {
10507
9773
  id
10508
9774
  sessionToken
10509
9775
  userId
10510
9776
  expires
10511
- user {
10512
- id
10513
- }
10514
9777
  createdAt
10515
9778
  updatedAt
10516
9779
  }
@@ -10520,29 +9783,14 @@ exports.Position = {
10520
9783
  credentialID
10521
9784
  publicKey
10522
9785
  counter
10523
- user {
10524
- id
10525
- }
10526
9786
  createdAt
10527
9787
  updatedAt
10528
9788
  }
10529
9789
  plan
10530
- alpacaAccounts {
10531
- id
10532
- }
10533
9790
  }
10534
9791
  userId
10535
9792
  createdAt
10536
9793
  updatedAt
10537
- trades {
10538
- id
10539
- }
10540
- orders {
10541
- id
10542
- }
10543
- positions {
10544
- id
10545
- }
10546
9794
  alerts {
10547
9795
  id
10548
9796
  alpacaAccountId
@@ -10551,25 +9799,10 @@ exports.Position = {
10551
9799
  isRead
10552
9800
  createdAt
10553
9801
  updatedAt
10554
- alpacaAccount {
10555
- id
10556
- }
10557
9802
  }
10558
9803
  }
10559
- asset {
10560
- id
10561
- }
10562
- actions {
10563
- id
10564
- }
10565
- }
10566
- order {
10567
- id
10568
9804
  }
10569
9805
  }
10570
- asset {
10571
- id
10572
- }
10573
9806
  fee
10574
9807
  strikePrice
10575
9808
  expirationDate
@@ -10577,9 +9810,6 @@ exports.Position = {
10577
9810
  stopLossId
10578
9811
  takeProfitId
10579
9812
  }
10580
- positions {
10581
- id
10582
- }
10583
9813
  newsMentions {
10584
9814
  id
10585
9815
  assetId
@@ -10602,12 +9832,6 @@ exports.Position = {
10602
9832
  logo
10603
9833
  createdAt
10604
9834
  updatedAt
10605
- assets {
10606
- id
10607
- }
10608
- }
10609
- asset {
10610
- id
10611
9835
  }
10612
9836
  relevancyScore
10613
9837
  sentimentScore
@@ -10659,9 +9883,6 @@ exports.Position = {
10659
9883
  stripeCurrentPeriodEnd
10660
9884
  createdAt
10661
9885
  updatedAt
10662
- users {
10663
- id
10664
- }
10665
9886
  }
10666
9887
  customerId
10667
9888
  accounts {
@@ -10679,18 +9900,12 @@ exports.Position = {
10679
9900
  session_state
10680
9901
  createdAt
10681
9902
  updatedAt
10682
- user {
10683
- id
10684
- }
10685
9903
  }
10686
9904
  sessions {
10687
9905
  id
10688
9906
  sessionToken
10689
9907
  userId
10690
9908
  expires
10691
- user {
10692
- id
10693
- }
10694
9909
  createdAt
10695
9910
  updatedAt
10696
9911
  }
@@ -10700,16 +9915,10 @@ exports.Position = {
10700
9915
  credentialID
10701
9916
  publicKey
10702
9917
  counter
10703
- user {
10704
- id
10705
- }
10706
9918
  createdAt
10707
9919
  updatedAt
10708
9920
  }
10709
9921
  plan
10710
- alpacaAccounts {
10711
- id
10712
- }
10713
9922
  }
10714
9923
  userId
10715
9924
  createdAt
@@ -10721,6 +9930,7 @@ exports.Position = {
10721
9930
  qty
10722
9931
  price
10723
9932
  total
9933
+ optionType
10724
9934
  signal
10725
9935
  strategy
10726
9936
  analysis
@@ -10729,9 +9939,6 @@ exports.Position = {
10729
9939
  createdAt
10730
9940
  updatedAt
10731
9941
  status
10732
- alpacaAccount {
10733
- id
10734
- }
10735
9942
  asset {
10736
9943
  id
10737
9944
  symbol
@@ -10791,9 +9998,6 @@ exports.Position = {
10791
9998
  buyPrice
10792
9999
  createdAt
10793
10000
  updatedAt
10794
- trades {
10795
- id
10796
- }
10797
10001
  orders {
10798
10002
  id
10799
10003
  clientOrderId
@@ -10814,9 +10018,6 @@ exports.Position = {
10814
10018
  createdAt
10815
10019
  updatedAt
10816
10020
  orderId
10817
- Order {
10818
- id
10819
- }
10820
10021
  }
10821
10022
  takeProfit {
10822
10023
  id
@@ -10825,9 +10026,6 @@ exports.Position = {
10825
10026
  createdAt
10826
10027
  updatedAt
10827
10028
  orderId
10828
- Order {
10829
- id
10830
- }
10831
10029
  }
10832
10030
  trailPrice
10833
10031
  trailPercent
@@ -10839,9 +10037,6 @@ exports.Position = {
10839
10037
  filledAt
10840
10038
  filledAvgPrice
10841
10039
  actionId
10842
- alpacaAccount {
10843
- id
10844
- }
10845
10040
  action {
10846
10041
  id
10847
10042
  sequence
@@ -10850,15 +10045,6 @@ exports.Position = {
10850
10045
  note
10851
10046
  status
10852
10047
  fee
10853
- trade {
10854
- id
10855
- }
10856
- order {
10857
- id
10858
- }
10859
- }
10860
- asset {
10861
- id
10862
10048
  }
10863
10049
  fee
10864
10050
  strikePrice
@@ -10867,9 +10053,6 @@ exports.Position = {
10867
10053
  stopLossId
10868
10054
  takeProfitId
10869
10055
  }
10870
- positions {
10871
- id
10872
- }
10873
10056
  newsMentions {
10874
10057
  id
10875
10058
  assetId
@@ -10892,12 +10075,6 @@ exports.Position = {
10892
10075
  logo
10893
10076
  createdAt
10894
10077
  updatedAt
10895
- assets {
10896
- id
10897
- }
10898
- }
10899
- asset {
10900
- id
10901
10078
  }
10902
10079
  relevancyScore
10903
10080
  sentimentScore
@@ -10912,9 +10089,6 @@ exports.Position = {
10912
10089
  note
10913
10090
  status
10914
10091
  fee
10915
- trade {
10916
- id
10917
- }
10918
10092
  order {
10919
10093
  id
10920
10094
  clientOrderId
@@ -10935,9 +10109,6 @@ exports.Position = {
10935
10109
  createdAt
10936
10110
  updatedAt
10937
10111
  orderId
10938
- Order {
10939
- id
10940
- }
10941
10112
  }
10942
10113
  takeProfit {
10943
10114
  id
@@ -10946,9 +10117,6 @@ exports.Position = {
10946
10117
  createdAt
10947
10118
  updatedAt
10948
10119
  orderId
10949
- Order {
10950
- id
10951
- }
10952
10120
  }
10953
10121
  trailPrice
10954
10122
  trailPercent
@@ -10960,12 +10128,6 @@ exports.Position = {
10960
10128
  filledAt
10961
10129
  filledAvgPrice
10962
10130
  actionId
10963
- alpacaAccount {
10964
- id
10965
- }
10966
- action {
10967
- id
10968
- }
10969
10131
  asset {
10970
10132
  id
10971
10133
  symbol
@@ -11025,15 +10187,6 @@ exports.Position = {
11025
10187
  buyPrice
11026
10188
  createdAt
11027
10189
  updatedAt
11028
- trades {
11029
- id
11030
- }
11031
- orders {
11032
- id
11033
- }
11034
- positions {
11035
- id
11036
- }
11037
10190
  newsMentions {
11038
10191
  id
11039
10192
  assetId
@@ -11056,12 +10209,6 @@ exports.Position = {
11056
10209
  logo
11057
10210
  createdAt
11058
10211
  updatedAt
11059
- assets {
11060
- id
11061
- }
11062
- }
11063
- asset {
11064
- id
11065
10212
  }
11066
10213
  relevancyScore
11067
10214
  sentimentScore
@@ -11097,9 +10244,6 @@ exports.Position = {
11097
10244
  createdAt
11098
10245
  updatedAt
11099
10246
  orderId
11100
- Order {
11101
- id
11102
- }
11103
10247
  }
11104
10248
  takeProfit {
11105
10249
  id
@@ -11108,9 +10252,6 @@ exports.Position = {
11108
10252
  createdAt
11109
10253
  updatedAt
11110
10254
  orderId
11111
- Order {
11112
- id
11113
- }
11114
10255
  }
11115
10256
  trailPrice
11116
10257
  trailPercent
@@ -11122,9 +10263,6 @@ exports.Position = {
11122
10263
  filledAt
11123
10264
  filledAvgPrice
11124
10265
  actionId
11125
- alpacaAccount {
11126
- id
11127
- }
11128
10266
  action {
11129
10267
  id
11130
10268
  sequence
@@ -11140,6 +10278,7 @@ exports.Position = {
11140
10278
  qty
11141
10279
  price
11142
10280
  total
10281
+ optionType
11143
10282
  signal
11144
10283
  strategy
11145
10284
  analysis
@@ -11148,9 +10287,6 @@ exports.Position = {
11148
10287
  createdAt
11149
10288
  updatedAt
11150
10289
  status
11151
- alpacaAccount {
11152
- id
11153
- }
11154
10290
  asset {
11155
10291
  id
11156
10292
  symbol
@@ -11210,15 +10346,6 @@ exports.Position = {
11210
10346
  buyPrice
11211
10347
  createdAt
11212
10348
  updatedAt
11213
- trades {
11214
- id
11215
- }
11216
- orders {
11217
- id
11218
- }
11219
- positions {
11220
- id
11221
- }
11222
10349
  newsMentions {
11223
10350
  id
11224
10351
  assetId
@@ -11241,24 +10368,12 @@ exports.Position = {
11241
10368
  logo
11242
10369
  createdAt
11243
10370
  updatedAt
11244
- assets {
11245
- id
11246
- }
11247
- }
11248
- asset {
11249
- id
11250
10371
  }
11251
10372
  relevancyScore
11252
10373
  sentimentScore
11253
10374
  sentimentLabel
11254
10375
  }
11255
10376
  }
11256
- actions {
11257
- id
11258
- }
11259
- }
11260
- order {
11261
- id
11262
10377
  }
11263
10378
  }
11264
10379
  asset {
@@ -11327,6 +10442,7 @@ exports.Position = {
11327
10442
  qty
11328
10443
  price
11329
10444
  total
10445
+ optionType
11330
10446
  signal
11331
10447
  strategy
11332
10448
  analysis
@@ -11335,12 +10451,6 @@ exports.Position = {
11335
10451
  createdAt
11336
10452
  updatedAt
11337
10453
  status
11338
- alpacaAccount {
11339
- id
11340
- }
11341
- asset {
11342
- id
11343
- }
11344
10454
  actions {
11345
10455
  id
11346
10456
  sequence
@@ -11349,20 +10459,8 @@ exports.Position = {
11349
10459
  note
11350
10460
  status
11351
10461
  fee
11352
- trade {
11353
- id
11354
- }
11355
- order {
11356
- id
11357
- }
11358
10462
  }
11359
10463
  }
11360
- orders {
11361
- id
11362
- }
11363
- positions {
11364
- id
11365
- }
11366
10464
  newsMentions {
11367
10465
  id
11368
10466
  assetId
@@ -11385,12 +10483,6 @@ exports.Position = {
11385
10483
  logo
11386
10484
  createdAt
11387
10485
  updatedAt
11388
- assets {
11389
- id
11390
- }
11391
- }
11392
- asset {
11393
- id
11394
10486
  }
11395
10487
  relevancyScore
11396
10488
  sentimentScore
@@ -11404,9 +10496,6 @@ exports.Position = {
11404
10496
  stopLossId
11405
10497
  takeProfitId
11406
10498
  }
11407
- positions {
11408
- id
11409
- }
11410
10499
  alerts {
11411
10500
  id
11412
10501
  alpacaAccountId
@@ -11415,9 +10504,6 @@ exports.Position = {
11415
10504
  isRead
11416
10505
  createdAt
11417
10506
  updatedAt
11418
- alpacaAccount {
11419
- id
11420
- }
11421
10507
  }
11422
10508
  }
11423
10509
  alpacaAccountId
@@ -11524,6 +10610,7 @@ exports.Position = {
11524
10610
  qty
11525
10611
  price
11526
10612
  total
10613
+ optionType
11527
10614
  signal
11528
10615
  strategy
11529
10616
  analysis
@@ -11564,9 +10651,6 @@ exports.Position = {
11564
10651
  stripeCurrentPeriodEnd
11565
10652
  createdAt
11566
10653
  updatedAt
11567
- users {
11568
- id
11569
- }
11570
10654
  }
11571
10655
  customerId
11572
10656
  accounts {
@@ -11584,18 +10668,12 @@ exports.Position = {
11584
10668
  session_state
11585
10669
  createdAt
11586
10670
  updatedAt
11587
- user {
11588
- id
11589
- }
11590
10671
  }
11591
10672
  sessions {
11592
10673
  id
11593
10674
  sessionToken
11594
10675
  userId
11595
10676
  expires
11596
- user {
11597
- id
11598
- }
11599
10677
  createdAt
11600
10678
  updatedAt
11601
10679
  }
@@ -11605,23 +10683,14 @@ exports.Position = {
11605
10683
  credentialID
11606
10684
  publicKey
11607
10685
  counter
11608
- user {
11609
- id
11610
- }
11611
10686
  createdAt
11612
10687
  updatedAt
11613
10688
  }
11614
10689
  plan
11615
- alpacaAccounts {
11616
- id
11617
- }
11618
10690
  }
11619
10691
  userId
11620
10692
  createdAt
11621
10693
  updatedAt
11622
- trades {
11623
- id
11624
- }
11625
10694
  orders {
11626
10695
  id
11627
10696
  clientOrderId
@@ -11642,9 +10711,6 @@ exports.Position = {
11642
10711
  createdAt
11643
10712
  updatedAt
11644
10713
  orderId
11645
- Order {
11646
- id
11647
- }
11648
10714
  }
11649
10715
  takeProfit {
11650
10716
  id
@@ -11653,9 +10719,6 @@ exports.Position = {
11653
10719
  createdAt
11654
10720
  updatedAt
11655
10721
  orderId
11656
- Order {
11657
- id
11658
- }
11659
10722
  }
11660
10723
  trailPrice
11661
10724
  trailPercent
@@ -11667,9 +10730,6 @@ exports.Position = {
11667
10730
  filledAt
11668
10731
  filledAvgPrice
11669
10732
  actionId
11670
- alpacaAccount {
11671
- id
11672
- }
11673
10733
  action {
11674
10734
  id
11675
10735
  sequence
@@ -11678,15 +10738,6 @@ exports.Position = {
11678
10738
  note
11679
10739
  status
11680
10740
  fee
11681
- trade {
11682
- id
11683
- }
11684
- order {
11685
- id
11686
- }
11687
- }
11688
- asset {
11689
- id
11690
10741
  }
11691
10742
  fee
11692
10743
  strikePrice
@@ -11695,9 +10746,6 @@ exports.Position = {
11695
10746
  stopLossId
11696
10747
  takeProfitId
11697
10748
  }
11698
- positions {
11699
- id
11700
- }
11701
10749
  alerts {
11702
10750
  id
11703
10751
  alpacaAccountId
@@ -11706,14 +10754,8 @@ exports.Position = {
11706
10754
  isRead
11707
10755
  createdAt
11708
10756
  updatedAt
11709
- alpacaAccount {
11710
- id
11711
- }
11712
10757
  }
11713
10758
  }
11714
- asset {
11715
- id
11716
- }
11717
10759
  actions {
11718
10760
  id
11719
10761
  sequence
@@ -11722,9 +10764,6 @@ exports.Position = {
11722
10764
  note
11723
10765
  status
11724
10766
  fee
11725
- trade {
11726
- id
11727
- }
11728
10767
  order {
11729
10768
  id
11730
10769
  clientOrderId
@@ -11745,9 +10784,6 @@ exports.Position = {
11745
10784
  createdAt
11746
10785
  updatedAt
11747
10786
  orderId
11748
- Order {
11749
- id
11750
- }
11751
10787
  }
11752
10788
  takeProfit {
11753
10789
  id
@@ -11756,9 +10792,6 @@ exports.Position = {
11756
10792
  createdAt
11757
10793
  updatedAt
11758
10794
  orderId
11759
- Order {
11760
- id
11761
- }
11762
10795
  }
11763
10796
  trailPrice
11764
10797
  trailPercent
@@ -11802,9 +10835,6 @@ exports.Position = {
11802
10835
  stripeCurrentPeriodEnd
11803
10836
  createdAt
11804
10837
  updatedAt
11805
- users {
11806
- id
11807
- }
11808
10838
  }
11809
10839
  customerId
11810
10840
  accounts {
@@ -11822,18 +10852,12 @@ exports.Position = {
11822
10852
  session_state
11823
10853
  createdAt
11824
10854
  updatedAt
11825
- user {
11826
- id
11827
- }
11828
10855
  }
11829
10856
  sessions {
11830
10857
  id
11831
10858
  sessionToken
11832
10859
  userId
11833
10860
  expires
11834
- user {
11835
- id
11836
- }
11837
10861
  createdAt
11838
10862
  updatedAt
11839
10863
  }
@@ -11843,29 +10867,14 @@ exports.Position = {
11843
10867
  credentialID
11844
10868
  publicKey
11845
10869
  counter
11846
- user {
11847
- id
11848
- }
11849
10870
  createdAt
11850
10871
  updatedAt
11851
10872
  }
11852
10873
  plan
11853
- alpacaAccounts {
11854
- id
11855
- }
11856
10874
  }
11857
10875
  userId
11858
10876
  createdAt
11859
10877
  updatedAt
11860
- trades {
11861
- id
11862
- }
11863
- orders {
11864
- id
11865
- }
11866
- positions {
11867
- id
11868
- }
11869
10878
  alerts {
11870
10879
  id
11871
10880
  alpacaAccountId
@@ -11874,17 +10883,8 @@ exports.Position = {
11874
10883
  isRead
11875
10884
  createdAt
11876
10885
  updatedAt
11877
- alpacaAccount {
11878
- id
11879
- }
11880
10886
  }
11881
10887
  }
11882
- action {
11883
- id
11884
- }
11885
- asset {
11886
- id
11887
- }
11888
10888
  fee
11889
10889
  strikePrice
11890
10890
  expirationDate
@@ -11914,9 +10914,6 @@ exports.Position = {
11914
10914
  createdAt
11915
10915
  updatedAt
11916
10916
  orderId
11917
- Order {
11918
- id
11919
- }
11920
10917
  }
11921
10918
  takeProfit {
11922
10919
  id
@@ -11925,9 +10922,6 @@ exports.Position = {
11925
10922
  createdAt
11926
10923
  updatedAt
11927
10924
  orderId
11928
- Order {
11929
- id
11930
- }
11931
10925
  }
11932
10926
  trailPrice
11933
10927
  trailPercent
@@ -11971,9 +10965,6 @@ exports.Position = {
11971
10965
  stripeCurrentPeriodEnd
11972
10966
  createdAt
11973
10967
  updatedAt
11974
- users {
11975
- id
11976
- }
11977
10968
  }
11978
10969
  customerId
11979
10970
  accounts {
@@ -11991,18 +10982,12 @@ exports.Position = {
11991
10982
  session_state
11992
10983
  createdAt
11993
10984
  updatedAt
11994
- user {
11995
- id
11996
- }
11997
10985
  }
11998
10986
  sessions {
11999
10987
  id
12000
10988
  sessionToken
12001
10989
  userId
12002
10990
  expires
12003
- user {
12004
- id
12005
- }
12006
10991
  createdAt
12007
10992
  updatedAt
12008
10993
  }
@@ -12012,16 +10997,10 @@ exports.Position = {
12012
10997
  credentialID
12013
10998
  publicKey
12014
10999
  counter
12015
- user {
12016
- id
12017
- }
12018
11000
  createdAt
12019
11001
  updatedAt
12020
11002
  }
12021
11003
  plan
12022
- alpacaAccounts {
12023
- id
12024
- }
12025
11004
  }
12026
11005
  userId
12027
11006
  createdAt
@@ -12033,6 +11012,7 @@ exports.Position = {
12033
11012
  qty
12034
11013
  price
12035
11014
  total
11015
+ optionType
12036
11016
  signal
12037
11017
  strategy
12038
11018
  analysis
@@ -12041,12 +11021,6 @@ exports.Position = {
12041
11021
  createdAt
12042
11022
  updatedAt
12043
11023
  status
12044
- alpacaAccount {
12045
- id
12046
- }
12047
- asset {
12048
- id
12049
- }
12050
11024
  actions {
12051
11025
  id
12052
11026
  sequence
@@ -12055,20 +11029,8 @@ exports.Position = {
12055
11029
  note
12056
11030
  status
12057
11031
  fee
12058
- trade {
12059
- id
12060
- }
12061
- order {
12062
- id
12063
- }
12064
11032
  }
12065
11033
  }
12066
- orders {
12067
- id
12068
- }
12069
- positions {
12070
- id
12071
- }
12072
11034
  alerts {
12073
11035
  id
12074
11036
  alpacaAccountId
@@ -12077,9 +11039,6 @@ exports.Position = {
12077
11039
  isRead
12078
11040
  createdAt
12079
11041
  updatedAt
12080
- alpacaAccount {
12081
- id
12082
- }
12083
11042
  }
12084
11043
  }
12085
11044
  action {
@@ -12097,6 +11056,7 @@ exports.Position = {
12097
11056
  qty
12098
11057
  price
12099
11058
  total
11059
+ optionType
12100
11060
  signal
12101
11061
  strategy
12102
11062
  analysis
@@ -12137,9 +11097,6 @@ exports.Position = {
12137
11097
  stripeCurrentPeriodEnd
12138
11098
  createdAt
12139
11099
  updatedAt
12140
- users {
12141
- id
12142
- }
12143
11100
  }
12144
11101
  customerId
12145
11102
  accounts {
@@ -12157,18 +11114,12 @@ exports.Position = {
12157
11114
  session_state
12158
11115
  createdAt
12159
11116
  updatedAt
12160
- user {
12161
- id
12162
- }
12163
11117
  }
12164
11118
  sessions {
12165
11119
  id
12166
11120
  sessionToken
12167
11121
  userId
12168
11122
  expires
12169
- user {
12170
- id
12171
- }
12172
11123
  createdAt
12173
11124
  updatedAt
12174
11125
  }
@@ -12178,29 +11129,14 @@ exports.Position = {
12178
11129
  credentialID
12179
11130
  publicKey
12180
11131
  counter
12181
- user {
12182
- id
12183
- }
12184
11132
  createdAt
12185
11133
  updatedAt
12186
11134
  }
12187
11135
  plan
12188
- alpacaAccounts {
12189
- id
12190
- }
12191
11136
  }
12192
11137
  userId
12193
11138
  createdAt
12194
11139
  updatedAt
12195
- trades {
12196
- id
12197
- }
12198
- orders {
12199
- id
12200
- }
12201
- positions {
12202
- id
12203
- }
12204
11140
  alerts {
12205
11141
  id
12206
11142
  alpacaAccountId
@@ -12209,25 +11145,10 @@ exports.Position = {
12209
11145
  isRead
12210
11146
  createdAt
12211
11147
  updatedAt
12212
- alpacaAccount {
12213
- id
12214
- }
12215
11148
  }
12216
11149
  }
12217
- asset {
12218
- id
12219
- }
12220
- actions {
12221
- id
12222
- }
12223
- }
12224
- order {
12225
- id
12226
11150
  }
12227
11151
  }
12228
- asset {
12229
- id
12230
- }
12231
11152
  fee
12232
11153
  strikePrice
12233
11154
  expirationDate
@@ -12235,9 +11156,6 @@ exports.Position = {
12235
11156
  stopLossId
12236
11157
  takeProfitId
12237
11158
  }
12238
- positions {
12239
- id
12240
- }
12241
11159
  newsMentions {
12242
11160
  id
12243
11161
  assetId
@@ -12260,12 +11178,6 @@ exports.Position = {
12260
11178
  logo
12261
11179
  createdAt
12262
11180
  updatedAt
12263
- assets {
12264
- id
12265
- }
12266
- }
12267
- asset {
12268
- id
12269
11181
  }
12270
11182
  relevancyScore
12271
11183
  sentimentScore
@@ -12317,9 +11229,6 @@ exports.Position = {
12317
11229
  stripeCurrentPeriodEnd
12318
11230
  createdAt
12319
11231
  updatedAt
12320
- users {
12321
- id
12322
- }
12323
11232
  }
12324
11233
  customerId
12325
11234
  accounts {
@@ -12337,18 +11246,12 @@ exports.Position = {
12337
11246
  session_state
12338
11247
  createdAt
12339
11248
  updatedAt
12340
- user {
12341
- id
12342
- }
12343
11249
  }
12344
11250
  sessions {
12345
11251
  id
12346
11252
  sessionToken
12347
11253
  userId
12348
11254
  expires
12349
- user {
12350
- id
12351
- }
12352
11255
  createdAt
12353
11256
  updatedAt
12354
11257
  }
@@ -12358,16 +11261,10 @@ exports.Position = {
12358
11261
  credentialID
12359
11262
  publicKey
12360
11263
  counter
12361
- user {
12362
- id
12363
- }
12364
11264
  createdAt
12365
11265
  updatedAt
12366
11266
  }
12367
11267
  plan
12368
- alpacaAccounts {
12369
- id
12370
- }
12371
11268
  }
12372
11269
  userId
12373
11270
  createdAt
@@ -12379,6 +11276,7 @@ exports.Position = {
12379
11276
  qty
12380
11277
  price
12381
11278
  total
11279
+ optionType
12382
11280
  signal
12383
11281
  strategy
12384
11282
  analysis
@@ -12387,9 +11285,6 @@ exports.Position = {
12387
11285
  createdAt
12388
11286
  updatedAt
12389
11287
  status
12390
- alpacaAccount {
12391
- id
12392
- }
12393
11288
  asset {
12394
11289
  id
12395
11290
  symbol
@@ -12449,9 +11344,6 @@ exports.Position = {
12449
11344
  buyPrice
12450
11345
  createdAt
12451
11346
  updatedAt
12452
- trades {
12453
- id
12454
- }
12455
11347
  orders {
12456
11348
  id
12457
11349
  clientOrderId
@@ -12472,9 +11364,6 @@ exports.Position = {
12472
11364
  createdAt
12473
11365
  updatedAt
12474
11366
  orderId
12475
- Order {
12476
- id
12477
- }
12478
11367
  }
12479
11368
  takeProfit {
12480
11369
  id
@@ -12483,9 +11372,6 @@ exports.Position = {
12483
11372
  createdAt
12484
11373
  updatedAt
12485
11374
  orderId
12486
- Order {
12487
- id
12488
- }
12489
11375
  }
12490
11376
  trailPrice
12491
11377
  trailPercent
@@ -12497,9 +11383,6 @@ exports.Position = {
12497
11383
  filledAt
12498
11384
  filledAvgPrice
12499
11385
  actionId
12500
- alpacaAccount {
12501
- id
12502
- }
12503
11386
  action {
12504
11387
  id
12505
11388
  sequence
@@ -12508,15 +11391,6 @@ exports.Position = {
12508
11391
  note
12509
11392
  status
12510
11393
  fee
12511
- trade {
12512
- id
12513
- }
12514
- order {
12515
- id
12516
- }
12517
- }
12518
- asset {
12519
- id
12520
11394
  }
12521
11395
  fee
12522
11396
  strikePrice
@@ -12525,9 +11399,6 @@ exports.Position = {
12525
11399
  stopLossId
12526
11400
  takeProfitId
12527
11401
  }
12528
- positions {
12529
- id
12530
- }
12531
11402
  newsMentions {
12532
11403
  id
12533
11404
  assetId
@@ -12550,12 +11421,6 @@ exports.Position = {
12550
11421
  logo
12551
11422
  createdAt
12552
11423
  updatedAt
12553
- assets {
12554
- id
12555
- }
12556
- }
12557
- asset {
12558
- id
12559
11424
  }
12560
11425
  relevancyScore
12561
11426
  sentimentScore
@@ -12570,9 +11435,6 @@ exports.Position = {
12570
11435
  note
12571
11436
  status
12572
11437
  fee
12573
- trade {
12574
- id
12575
- }
12576
11438
  order {
12577
11439
  id
12578
11440
  clientOrderId
@@ -12593,9 +11455,6 @@ exports.Position = {
12593
11455
  createdAt
12594
11456
  updatedAt
12595
11457
  orderId
12596
- Order {
12597
- id
12598
- }
12599
11458
  }
12600
11459
  takeProfit {
12601
11460
  id
@@ -12604,9 +11463,6 @@ exports.Position = {
12604
11463
  createdAt
12605
11464
  updatedAt
12606
11465
  orderId
12607
- Order {
12608
- id
12609
- }
12610
11466
  }
12611
11467
  trailPrice
12612
11468
  trailPercent
@@ -12618,12 +11474,6 @@ exports.Position = {
12618
11474
  filledAt
12619
11475
  filledAvgPrice
12620
11476
  actionId
12621
- alpacaAccount {
12622
- id
12623
- }
12624
- action {
12625
- id
12626
- }
12627
11477
  asset {
12628
11478
  id
12629
11479
  symbol
@@ -12683,15 +11533,6 @@ exports.Position = {
12683
11533
  buyPrice
12684
11534
  createdAt
12685
11535
  updatedAt
12686
- trades {
12687
- id
12688
- }
12689
- orders {
12690
- id
12691
- }
12692
- positions {
12693
- id
12694
- }
12695
11536
  newsMentions {
12696
11537
  id
12697
11538
  assetId
@@ -12714,12 +11555,6 @@ exports.Position = {
12714
11555
  logo
12715
11556
  createdAt
12716
11557
  updatedAt
12717
- assets {
12718
- id
12719
- }
12720
- }
12721
- asset {
12722
- id
12723
11558
  }
12724
11559
  relevancyScore
12725
11560
  sentimentScore
@@ -12755,9 +11590,6 @@ exports.Position = {
12755
11590
  createdAt
12756
11591
  updatedAt
12757
11592
  orderId
12758
- Order {
12759
- id
12760
- }
12761
11593
  }
12762
11594
  takeProfit {
12763
11595
  id
@@ -12766,9 +11598,6 @@ exports.Position = {
12766
11598
  createdAt
12767
11599
  updatedAt
12768
11600
  orderId
12769
- Order {
12770
- id
12771
- }
12772
11601
  }
12773
11602
  trailPrice
12774
11603
  trailPercent
@@ -12780,9 +11609,6 @@ exports.Position = {
12780
11609
  filledAt
12781
11610
  filledAvgPrice
12782
11611
  actionId
12783
- alpacaAccount {
12784
- id
12785
- }
12786
11612
  action {
12787
11613
  id
12788
11614
  sequence
@@ -12798,6 +11624,7 @@ exports.Position = {
12798
11624
  qty
12799
11625
  price
12800
11626
  total
11627
+ optionType
12801
11628
  signal
12802
11629
  strategy
12803
11630
  analysis
@@ -12806,9 +11633,6 @@ exports.Position = {
12806
11633
  createdAt
12807
11634
  updatedAt
12808
11635
  status
12809
- alpacaAccount {
12810
- id
12811
- }
12812
11636
  asset {
12813
11637
  id
12814
11638
  symbol
@@ -12868,15 +11692,6 @@ exports.Position = {
12868
11692
  buyPrice
12869
11693
  createdAt
12870
11694
  updatedAt
12871
- trades {
12872
- id
12873
- }
12874
- orders {
12875
- id
12876
- }
12877
- positions {
12878
- id
12879
- }
12880
11695
  newsMentions {
12881
11696
  id
12882
11697
  assetId
@@ -12899,24 +11714,12 @@ exports.Position = {
12899
11714
  logo
12900
11715
  createdAt
12901
11716
  updatedAt
12902
- assets {
12903
- id
12904
- }
12905
- }
12906
- asset {
12907
- id
12908
11717
  }
12909
11718
  relevancyScore
12910
11719
  sentimentScore
12911
11720
  sentimentLabel
12912
11721
  }
12913
11722
  }
12914
- actions {
12915
- id
12916
- }
12917
- }
12918
- order {
12919
- id
12920
11723
  }
12921
11724
  }
12922
11725
  asset {
@@ -12985,6 +11788,7 @@ exports.Position = {
12985
11788
  qty
12986
11789
  price
12987
11790
  total
11791
+ optionType
12988
11792
  signal
12989
11793
  strategy
12990
11794
  analysis
@@ -12993,12 +11797,6 @@ exports.Position = {
12993
11797
  createdAt
12994
11798
  updatedAt
12995
11799
  status
12996
- alpacaAccount {
12997
- id
12998
- }
12999
- asset {
13000
- id
13001
- }
13002
11800
  actions {
13003
11801
  id
13004
11802
  sequence
@@ -13007,20 +11805,8 @@ exports.Position = {
13007
11805
  note
13008
11806
  status
13009
11807
  fee
13010
- trade {
13011
- id
13012
- }
13013
- order {
13014
- id
13015
- }
13016
11808
  }
13017
11809
  }
13018
- orders {
13019
- id
13020
- }
13021
- positions {
13022
- id
13023
- }
13024
11810
  newsMentions {
13025
11811
  id
13026
11812
  assetId
@@ -13043,12 +11829,6 @@ exports.Position = {
13043
11829
  logo
13044
11830
  createdAt
13045
11831
  updatedAt
13046
- assets {
13047
- id
13048
- }
13049
- }
13050
- asset {
13051
- id
13052
11832
  }
13053
11833
  relevancyScore
13054
11834
  sentimentScore
@@ -13062,9 +11842,6 @@ exports.Position = {
13062
11842
  stopLossId
13063
11843
  takeProfitId
13064
11844
  }
13065
- positions {
13066
- id
13067
- }
13068
11845
  alerts {
13069
11846
  id
13070
11847
  alpacaAccountId
@@ -13073,9 +11850,6 @@ exports.Position = {
13073
11850
  isRead
13074
11851
  createdAt
13075
11852
  updatedAt
13076
- alpacaAccount {
13077
- id
13078
- }
13079
11853
  }
13080
11854
  }
13081
11855
  alpacaAccountId
@@ -13181,6 +11955,7 @@ exports.Position = {
13181
11955
  qty
13182
11956
  price
13183
11957
  total
11958
+ optionType
13184
11959
  signal
13185
11960
  strategy
13186
11961
  analysis
@@ -13221,9 +11996,6 @@ exports.Position = {
13221
11996
  stripeCurrentPeriodEnd
13222
11997
  createdAt
13223
11998
  updatedAt
13224
- users {
13225
- id
13226
- }
13227
11999
  }
13228
12000
  customerId
13229
12001
  accounts {
@@ -13241,18 +12013,12 @@ exports.Position = {
13241
12013
  session_state
13242
12014
  createdAt
13243
12015
  updatedAt
13244
- user {
13245
- id
13246
- }
13247
12016
  }
13248
12017
  sessions {
13249
12018
  id
13250
12019
  sessionToken
13251
12020
  userId
13252
12021
  expires
13253
- user {
13254
- id
13255
- }
13256
12022
  createdAt
13257
12023
  updatedAt
13258
12024
  }
@@ -13262,23 +12028,14 @@ exports.Position = {
13262
12028
  credentialID
13263
12029
  publicKey
13264
12030
  counter
13265
- user {
13266
- id
13267
- }
13268
12031
  createdAt
13269
12032
  updatedAt
13270
12033
  }
13271
12034
  plan
13272
- alpacaAccounts {
13273
- id
13274
- }
13275
12035
  }
13276
12036
  userId
13277
12037
  createdAt
13278
12038
  updatedAt
13279
- trades {
13280
- id
13281
- }
13282
12039
  orders {
13283
12040
  id
13284
12041
  clientOrderId
@@ -13299,9 +12056,6 @@ exports.Position = {
13299
12056
  createdAt
13300
12057
  updatedAt
13301
12058
  orderId
13302
- Order {
13303
- id
13304
- }
13305
12059
  }
13306
12060
  takeProfit {
13307
12061
  id
@@ -13310,9 +12064,6 @@ exports.Position = {
13310
12064
  createdAt
13311
12065
  updatedAt
13312
12066
  orderId
13313
- Order {
13314
- id
13315
- }
13316
12067
  }
13317
12068
  trailPrice
13318
12069
  trailPercent
@@ -13324,9 +12075,6 @@ exports.Position = {
13324
12075
  filledAt
13325
12076
  filledAvgPrice
13326
12077
  actionId
13327
- alpacaAccount {
13328
- id
13329
- }
13330
12078
  action {
13331
12079
  id
13332
12080
  sequence
@@ -13335,15 +12083,6 @@ exports.Position = {
13335
12083
  note
13336
12084
  status
13337
12085
  fee
13338
- trade {
13339
- id
13340
- }
13341
- order {
13342
- id
13343
- }
13344
- }
13345
- asset {
13346
- id
13347
12086
  }
13348
12087
  fee
13349
12088
  strikePrice
@@ -13352,9 +12091,6 @@ exports.Position = {
13352
12091
  stopLossId
13353
12092
  takeProfitId
13354
12093
  }
13355
- positions {
13356
- id
13357
- }
13358
12094
  alerts {
13359
12095
  id
13360
12096
  alpacaAccountId
@@ -13363,14 +12099,8 @@ exports.Position = {
13363
12099
  isRead
13364
12100
  createdAt
13365
12101
  updatedAt
13366
- alpacaAccount {
13367
- id
13368
- }
13369
12102
  }
13370
12103
  }
13371
- asset {
13372
- id
13373
- }
13374
12104
  actions {
13375
12105
  id
13376
12106
  sequence
@@ -13379,9 +12109,6 @@ exports.Position = {
13379
12109
  note
13380
12110
  status
13381
12111
  fee
13382
- trade {
13383
- id
13384
- }
13385
12112
  order {
13386
12113
  id
13387
12114
  clientOrderId
@@ -13402,9 +12129,6 @@ exports.Position = {
13402
12129
  createdAt
13403
12130
  updatedAt
13404
12131
  orderId
13405
- Order {
13406
- id
13407
- }
13408
12132
  }
13409
12133
  takeProfit {
13410
12134
  id
@@ -13413,9 +12137,6 @@ exports.Position = {
13413
12137
  createdAt
13414
12138
  updatedAt
13415
12139
  orderId
13416
- Order {
13417
- id
13418
- }
13419
12140
  }
13420
12141
  trailPrice
13421
12142
  trailPercent
@@ -13459,9 +12180,6 @@ exports.Position = {
13459
12180
  stripeCurrentPeriodEnd
13460
12181
  createdAt
13461
12182
  updatedAt
13462
- users {
13463
- id
13464
- }
13465
12183
  }
13466
12184
  customerId
13467
12185
  accounts {
@@ -13479,18 +12197,12 @@ exports.Position = {
13479
12197
  session_state
13480
12198
  createdAt
13481
12199
  updatedAt
13482
- user {
13483
- id
13484
- }
13485
12200
  }
13486
12201
  sessions {
13487
12202
  id
13488
12203
  sessionToken
13489
12204
  userId
13490
12205
  expires
13491
- user {
13492
- id
13493
- }
13494
12206
  createdAt
13495
12207
  updatedAt
13496
12208
  }
@@ -13500,29 +12212,14 @@ exports.Position = {
13500
12212
  credentialID
13501
12213
  publicKey
13502
12214
  counter
13503
- user {
13504
- id
13505
- }
13506
12215
  createdAt
13507
12216
  updatedAt
13508
12217
  }
13509
12218
  plan
13510
- alpacaAccounts {
13511
- id
13512
- }
13513
12219
  }
13514
12220
  userId
13515
12221
  createdAt
13516
12222
  updatedAt
13517
- trades {
13518
- id
13519
- }
13520
- orders {
13521
- id
13522
- }
13523
- positions {
13524
- id
13525
- }
13526
12223
  alerts {
13527
12224
  id
13528
12225
  alpacaAccountId
@@ -13531,17 +12228,8 @@ exports.Position = {
13531
12228
  isRead
13532
12229
  createdAt
13533
12230
  updatedAt
13534
- alpacaAccount {
13535
- id
13536
- }
13537
12231
  }
13538
12232
  }
13539
- action {
13540
- id
13541
- }
13542
- asset {
13543
- id
13544
- }
13545
12233
  fee
13546
12234
  strikePrice
13547
12235
  expirationDate
@@ -13571,9 +12259,6 @@ exports.Position = {
13571
12259
  createdAt
13572
12260
  updatedAt
13573
12261
  orderId
13574
- Order {
13575
- id
13576
- }
13577
12262
  }
13578
12263
  takeProfit {
13579
12264
  id
@@ -13582,9 +12267,6 @@ exports.Position = {
13582
12267
  createdAt
13583
12268
  updatedAt
13584
12269
  orderId
13585
- Order {
13586
- id
13587
- }
13588
12270
  }
13589
12271
  trailPrice
13590
12272
  trailPercent
@@ -13628,9 +12310,6 @@ exports.Position = {
13628
12310
  stripeCurrentPeriodEnd
13629
12311
  createdAt
13630
12312
  updatedAt
13631
- users {
13632
- id
13633
- }
13634
12313
  }
13635
12314
  customerId
13636
12315
  accounts {
@@ -13648,18 +12327,12 @@ exports.Position = {
13648
12327
  session_state
13649
12328
  createdAt
13650
12329
  updatedAt
13651
- user {
13652
- id
13653
- }
13654
12330
  }
13655
12331
  sessions {
13656
12332
  id
13657
12333
  sessionToken
13658
12334
  userId
13659
12335
  expires
13660
- user {
13661
- id
13662
- }
13663
12336
  createdAt
13664
12337
  updatedAt
13665
12338
  }
@@ -13669,16 +12342,10 @@ exports.Position = {
13669
12342
  credentialID
13670
12343
  publicKey
13671
12344
  counter
13672
- user {
13673
- id
13674
- }
13675
12345
  createdAt
13676
12346
  updatedAt
13677
12347
  }
13678
12348
  plan
13679
- alpacaAccounts {
13680
- id
13681
- }
13682
12349
  }
13683
12350
  userId
13684
12351
  createdAt
@@ -13690,6 +12357,7 @@ exports.Position = {
13690
12357
  qty
13691
12358
  price
13692
12359
  total
12360
+ optionType
13693
12361
  signal
13694
12362
  strategy
13695
12363
  analysis
@@ -13698,12 +12366,6 @@ exports.Position = {
13698
12366
  createdAt
13699
12367
  updatedAt
13700
12368
  status
13701
- alpacaAccount {
13702
- id
13703
- }
13704
- asset {
13705
- id
13706
- }
13707
12369
  actions {
13708
12370
  id
13709
12371
  sequence
@@ -13712,20 +12374,8 @@ exports.Position = {
13712
12374
  note
13713
12375
  status
13714
12376
  fee
13715
- trade {
13716
- id
13717
- }
13718
- order {
13719
- id
13720
- }
13721
12377
  }
13722
12378
  }
13723
- orders {
13724
- id
13725
- }
13726
- positions {
13727
- id
13728
- }
13729
12379
  alerts {
13730
12380
  id
13731
12381
  alpacaAccountId
@@ -13734,9 +12384,6 @@ exports.Position = {
13734
12384
  isRead
13735
12385
  createdAt
13736
12386
  updatedAt
13737
- alpacaAccount {
13738
- id
13739
- }
13740
12387
  }
13741
12388
  }
13742
12389
  action {
@@ -13754,6 +12401,7 @@ exports.Position = {
13754
12401
  qty
13755
12402
  price
13756
12403
  total
12404
+ optionType
13757
12405
  signal
13758
12406
  strategy
13759
12407
  analysis
@@ -13794,9 +12442,6 @@ exports.Position = {
13794
12442
  stripeCurrentPeriodEnd
13795
12443
  createdAt
13796
12444
  updatedAt
13797
- users {
13798
- id
13799
- }
13800
12445
  }
13801
12446
  customerId
13802
12447
  accounts {
@@ -13814,18 +12459,12 @@ exports.Position = {
13814
12459
  session_state
13815
12460
  createdAt
13816
12461
  updatedAt
13817
- user {
13818
- id
13819
- }
13820
12462
  }
13821
12463
  sessions {
13822
12464
  id
13823
12465
  sessionToken
13824
12466
  userId
13825
12467
  expires
13826
- user {
13827
- id
13828
- }
13829
12468
  createdAt
13830
12469
  updatedAt
13831
12470
  }
@@ -13835,29 +12474,14 @@ exports.Position = {
13835
12474
  credentialID
13836
12475
  publicKey
13837
12476
  counter
13838
- user {
13839
- id
13840
- }
13841
12477
  createdAt
13842
12478
  updatedAt
13843
12479
  }
13844
12480
  plan
13845
- alpacaAccounts {
13846
- id
13847
- }
13848
12481
  }
13849
12482
  userId
13850
12483
  createdAt
13851
12484
  updatedAt
13852
- trades {
13853
- id
13854
- }
13855
- orders {
13856
- id
13857
- }
13858
- positions {
13859
- id
13860
- }
13861
12485
  alerts {
13862
12486
  id
13863
12487
  alpacaAccountId
@@ -13866,25 +12490,10 @@ exports.Position = {
13866
12490
  isRead
13867
12491
  createdAt
13868
12492
  updatedAt
13869
- alpacaAccount {
13870
- id
13871
- }
13872
12493
  }
13873
12494
  }
13874
- asset {
13875
- id
13876
- }
13877
- actions {
13878
- id
13879
- }
13880
- }
13881
- order {
13882
- id
13883
12495
  }
13884
12496
  }
13885
- asset {
13886
- id
13887
- }
13888
12497
  fee
13889
12498
  strikePrice
13890
12499
  expirationDate
@@ -13892,9 +12501,6 @@ exports.Position = {
13892
12501
  stopLossId
13893
12502
  takeProfitId
13894
12503
  }
13895
- positions {
13896
- id
13897
- }
13898
12504
  newsMentions {
13899
12505
  id
13900
12506
  assetId
@@ -13917,12 +12523,6 @@ exports.Position = {
13917
12523
  logo
13918
12524
  createdAt
13919
12525
  updatedAt
13920
- assets {
13921
- id
13922
- }
13923
- }
13924
- asset {
13925
- id
13926
12526
  }
13927
12527
  relevancyScore
13928
12528
  sentimentScore
@@ -13974,9 +12574,6 @@ exports.Position = {
13974
12574
  stripeCurrentPeriodEnd
13975
12575
  createdAt
13976
12576
  updatedAt
13977
- users {
13978
- id
13979
- }
13980
12577
  }
13981
12578
  customerId
13982
12579
  accounts {
@@ -13994,18 +12591,12 @@ exports.Position = {
13994
12591
  session_state
13995
12592
  createdAt
13996
12593
  updatedAt
13997
- user {
13998
- id
13999
- }
14000
12594
  }
14001
12595
  sessions {
14002
12596
  id
14003
12597
  sessionToken
14004
12598
  userId
14005
12599
  expires
14006
- user {
14007
- id
14008
- }
14009
12600
  createdAt
14010
12601
  updatedAt
14011
12602
  }
@@ -14015,16 +12606,10 @@ exports.Position = {
14015
12606
  credentialID
14016
12607
  publicKey
14017
12608
  counter
14018
- user {
14019
- id
14020
- }
14021
12609
  createdAt
14022
12610
  updatedAt
14023
12611
  }
14024
12612
  plan
14025
- alpacaAccounts {
14026
- id
14027
- }
14028
12613
  }
14029
12614
  userId
14030
12615
  createdAt
@@ -14036,6 +12621,7 @@ exports.Position = {
14036
12621
  qty
14037
12622
  price
14038
12623
  total
12624
+ optionType
14039
12625
  signal
14040
12626
  strategy
14041
12627
  analysis
@@ -14044,9 +12630,6 @@ exports.Position = {
14044
12630
  createdAt
14045
12631
  updatedAt
14046
12632
  status
14047
- alpacaAccount {
14048
- id
14049
- }
14050
12633
  asset {
14051
12634
  id
14052
12635
  symbol
@@ -14106,9 +12689,6 @@ exports.Position = {
14106
12689
  buyPrice
14107
12690
  createdAt
14108
12691
  updatedAt
14109
- trades {
14110
- id
14111
- }
14112
12692
  orders {
14113
12693
  id
14114
12694
  clientOrderId
@@ -14129,9 +12709,6 @@ exports.Position = {
14129
12709
  createdAt
14130
12710
  updatedAt
14131
12711
  orderId
14132
- Order {
14133
- id
14134
- }
14135
12712
  }
14136
12713
  takeProfit {
14137
12714
  id
@@ -14140,9 +12717,6 @@ exports.Position = {
14140
12717
  createdAt
14141
12718
  updatedAt
14142
12719
  orderId
14143
- Order {
14144
- id
14145
- }
14146
12720
  }
14147
12721
  trailPrice
14148
12722
  trailPercent
@@ -14154,9 +12728,6 @@ exports.Position = {
14154
12728
  filledAt
14155
12729
  filledAvgPrice
14156
12730
  actionId
14157
- alpacaAccount {
14158
- id
14159
- }
14160
12731
  action {
14161
12732
  id
14162
12733
  sequence
@@ -14165,15 +12736,6 @@ exports.Position = {
14165
12736
  note
14166
12737
  status
14167
12738
  fee
14168
- trade {
14169
- id
14170
- }
14171
- order {
14172
- id
14173
- }
14174
- }
14175
- asset {
14176
- id
14177
12739
  }
14178
12740
  fee
14179
12741
  strikePrice
@@ -14182,9 +12744,6 @@ exports.Position = {
14182
12744
  stopLossId
14183
12745
  takeProfitId
14184
12746
  }
14185
- positions {
14186
- id
14187
- }
14188
12747
  newsMentions {
14189
12748
  id
14190
12749
  assetId
@@ -14207,12 +12766,6 @@ exports.Position = {
14207
12766
  logo
14208
12767
  createdAt
14209
12768
  updatedAt
14210
- assets {
14211
- id
14212
- }
14213
- }
14214
- asset {
14215
- id
14216
12769
  }
14217
12770
  relevancyScore
14218
12771
  sentimentScore
@@ -14227,9 +12780,6 @@ exports.Position = {
14227
12780
  note
14228
12781
  status
14229
12782
  fee
14230
- trade {
14231
- id
14232
- }
14233
12783
  order {
14234
12784
  id
14235
12785
  clientOrderId
@@ -14250,9 +12800,6 @@ exports.Position = {
14250
12800
  createdAt
14251
12801
  updatedAt
14252
12802
  orderId
14253
- Order {
14254
- id
14255
- }
14256
12803
  }
14257
12804
  takeProfit {
14258
12805
  id
@@ -14261,9 +12808,6 @@ exports.Position = {
14261
12808
  createdAt
14262
12809
  updatedAt
14263
12810
  orderId
14264
- Order {
14265
- id
14266
- }
14267
12811
  }
14268
12812
  trailPrice
14269
12813
  trailPercent
@@ -14275,12 +12819,6 @@ exports.Position = {
14275
12819
  filledAt
14276
12820
  filledAvgPrice
14277
12821
  actionId
14278
- alpacaAccount {
14279
- id
14280
- }
14281
- action {
14282
- id
14283
- }
14284
12822
  asset {
14285
12823
  id
14286
12824
  symbol
@@ -14340,15 +12878,6 @@ exports.Position = {
14340
12878
  buyPrice
14341
12879
  createdAt
14342
12880
  updatedAt
14343
- trades {
14344
- id
14345
- }
14346
- orders {
14347
- id
14348
- }
14349
- positions {
14350
- id
14351
- }
14352
12881
  newsMentions {
14353
12882
  id
14354
12883
  assetId
@@ -14371,12 +12900,6 @@ exports.Position = {
14371
12900
  logo
14372
12901
  createdAt
14373
12902
  updatedAt
14374
- assets {
14375
- id
14376
- }
14377
- }
14378
- asset {
14379
- id
14380
12903
  }
14381
12904
  relevancyScore
14382
12905
  sentimentScore
@@ -14412,9 +12935,6 @@ exports.Position = {
14412
12935
  createdAt
14413
12936
  updatedAt
14414
12937
  orderId
14415
- Order {
14416
- id
14417
- }
14418
12938
  }
14419
12939
  takeProfit {
14420
12940
  id
@@ -14423,9 +12943,6 @@ exports.Position = {
14423
12943
  createdAt
14424
12944
  updatedAt
14425
12945
  orderId
14426
- Order {
14427
- id
14428
- }
14429
12946
  }
14430
12947
  trailPrice
14431
12948
  trailPercent
@@ -14437,9 +12954,6 @@ exports.Position = {
14437
12954
  filledAt
14438
12955
  filledAvgPrice
14439
12956
  actionId
14440
- alpacaAccount {
14441
- id
14442
- }
14443
12957
  action {
14444
12958
  id
14445
12959
  sequence
@@ -14455,6 +12969,7 @@ exports.Position = {
14455
12969
  qty
14456
12970
  price
14457
12971
  total
12972
+ optionType
14458
12973
  signal
14459
12974
  strategy
14460
12975
  analysis
@@ -14463,9 +12978,6 @@ exports.Position = {
14463
12978
  createdAt
14464
12979
  updatedAt
14465
12980
  status
14466
- alpacaAccount {
14467
- id
14468
- }
14469
12981
  asset {
14470
12982
  id
14471
12983
  symbol
@@ -14525,15 +13037,6 @@ exports.Position = {
14525
13037
  buyPrice
14526
13038
  createdAt
14527
13039
  updatedAt
14528
- trades {
14529
- id
14530
- }
14531
- orders {
14532
- id
14533
- }
14534
- positions {
14535
- id
14536
- }
14537
13040
  newsMentions {
14538
13041
  id
14539
13042
  assetId
@@ -14556,24 +13059,12 @@ exports.Position = {
14556
13059
  logo
14557
13060
  createdAt
14558
13061
  updatedAt
14559
- assets {
14560
- id
14561
- }
14562
- }
14563
- asset {
14564
- id
14565
13062
  }
14566
13063
  relevancyScore
14567
13064
  sentimentScore
14568
13065
  sentimentLabel
14569
13066
  }
14570
13067
  }
14571
- actions {
14572
- id
14573
- }
14574
- }
14575
- order {
14576
- id
14577
13068
  }
14578
13069
  }
14579
13070
  asset {
@@ -14642,6 +13133,7 @@ exports.Position = {
14642
13133
  qty
14643
13134
  price
14644
13135
  total
13136
+ optionType
14645
13137
  signal
14646
13138
  strategy
14647
13139
  analysis
@@ -14650,12 +13142,6 @@ exports.Position = {
14650
13142
  createdAt
14651
13143
  updatedAt
14652
13144
  status
14653
- alpacaAccount {
14654
- id
14655
- }
14656
- asset {
14657
- id
14658
- }
14659
13145
  actions {
14660
13146
  id
14661
13147
  sequence
@@ -14664,20 +13150,8 @@ exports.Position = {
14664
13150
  note
14665
13151
  status
14666
13152
  fee
14667
- trade {
14668
- id
14669
- }
14670
- order {
14671
- id
14672
- }
14673
13153
  }
14674
13154
  }
14675
- orders {
14676
- id
14677
- }
14678
- positions {
14679
- id
14680
- }
14681
13155
  newsMentions {
14682
13156
  id
14683
13157
  assetId
@@ -14700,12 +13174,6 @@ exports.Position = {
14700
13174
  logo
14701
13175
  createdAt
14702
13176
  updatedAt
14703
- assets {
14704
- id
14705
- }
14706
- }
14707
- asset {
14708
- id
14709
13177
  }
14710
13178
  relevancyScore
14711
13179
  sentimentScore
@@ -14719,9 +13187,6 @@ exports.Position = {
14719
13187
  stopLossId
14720
13188
  takeProfitId
14721
13189
  }
14722
- positions {
14723
- id
14724
- }
14725
13190
  alerts {
14726
13191
  id
14727
13192
  alpacaAccountId
@@ -14730,9 +13195,6 @@ exports.Position = {
14730
13195
  isRead
14731
13196
  createdAt
14732
13197
  updatedAt
14733
- alpacaAccount {
14734
- id
14735
- }
14736
13198
  }
14737
13199
  }
14738
13200
  alpacaAccountId
@@ -14832,6 +13294,7 @@ exports.Position = {
14832
13294
  qty
14833
13295
  price
14834
13296
  total
13297
+ optionType
14835
13298
  signal
14836
13299
  strategy
14837
13300
  analysis
@@ -14872,9 +13335,6 @@ exports.Position = {
14872
13335
  stripeCurrentPeriodEnd
14873
13336
  createdAt
14874
13337
  updatedAt
14875
- users {
14876
- id
14877
- }
14878
13338
  }
14879
13339
  customerId
14880
13340
  accounts {
@@ -14892,18 +13352,12 @@ exports.Position = {
14892
13352
  session_state
14893
13353
  createdAt
14894
13354
  updatedAt
14895
- user {
14896
- id
14897
- }
14898
13355
  }
14899
13356
  sessions {
14900
13357
  id
14901
13358
  sessionToken
14902
13359
  userId
14903
13360
  expires
14904
- user {
14905
- id
14906
- }
14907
13361
  createdAt
14908
13362
  updatedAt
14909
13363
  }
@@ -14913,23 +13367,14 @@ exports.Position = {
14913
13367
  credentialID
14914
13368
  publicKey
14915
13369
  counter
14916
- user {
14917
- id
14918
- }
14919
13370
  createdAt
14920
13371
  updatedAt
14921
13372
  }
14922
13373
  plan
14923
- alpacaAccounts {
14924
- id
14925
- }
14926
13374
  }
14927
13375
  userId
14928
13376
  createdAt
14929
13377
  updatedAt
14930
- trades {
14931
- id
14932
- }
14933
13378
  orders {
14934
13379
  id
14935
13380
  clientOrderId
@@ -14950,9 +13395,6 @@ exports.Position = {
14950
13395
  createdAt
14951
13396
  updatedAt
14952
13397
  orderId
14953
- Order {
14954
- id
14955
- }
14956
13398
  }
14957
13399
  takeProfit {
14958
13400
  id
@@ -14961,9 +13403,6 @@ exports.Position = {
14961
13403
  createdAt
14962
13404
  updatedAt
14963
13405
  orderId
14964
- Order {
14965
- id
14966
- }
14967
13406
  }
14968
13407
  trailPrice
14969
13408
  trailPercent
@@ -14975,9 +13414,6 @@ exports.Position = {
14975
13414
  filledAt
14976
13415
  filledAvgPrice
14977
13416
  actionId
14978
- alpacaAccount {
14979
- id
14980
- }
14981
13417
  action {
14982
13418
  id
14983
13419
  sequence
@@ -14986,15 +13422,6 @@ exports.Position = {
14986
13422
  note
14987
13423
  status
14988
13424
  fee
14989
- trade {
14990
- id
14991
- }
14992
- order {
14993
- id
14994
- }
14995
- }
14996
- asset {
14997
- id
14998
13425
  }
14999
13426
  fee
15000
13427
  strikePrice
@@ -15003,9 +13430,6 @@ exports.Position = {
15003
13430
  stopLossId
15004
13431
  takeProfitId
15005
13432
  }
15006
- positions {
15007
- id
15008
- }
15009
13433
  alerts {
15010
13434
  id
15011
13435
  alpacaAccountId
@@ -15014,14 +13438,8 @@ exports.Position = {
15014
13438
  isRead
15015
13439
  createdAt
15016
13440
  updatedAt
15017
- alpacaAccount {
15018
- id
15019
- }
15020
13441
  }
15021
13442
  }
15022
- asset {
15023
- id
15024
- }
15025
13443
  actions {
15026
13444
  id
15027
13445
  sequence
@@ -15030,9 +13448,6 @@ exports.Position = {
15030
13448
  note
15031
13449
  status
15032
13450
  fee
15033
- trade {
15034
- id
15035
- }
15036
13451
  order {
15037
13452
  id
15038
13453
  clientOrderId
@@ -15053,9 +13468,6 @@ exports.Position = {
15053
13468
  createdAt
15054
13469
  updatedAt
15055
13470
  orderId
15056
- Order {
15057
- id
15058
- }
15059
13471
  }
15060
13472
  takeProfit {
15061
13473
  id
@@ -15064,9 +13476,6 @@ exports.Position = {
15064
13476
  createdAt
15065
13477
  updatedAt
15066
13478
  orderId
15067
- Order {
15068
- id
15069
- }
15070
13479
  }
15071
13480
  trailPrice
15072
13481
  trailPercent
@@ -15110,9 +13519,6 @@ exports.Position = {
15110
13519
  stripeCurrentPeriodEnd
15111
13520
  createdAt
15112
13521
  updatedAt
15113
- users {
15114
- id
15115
- }
15116
13522
  }
15117
13523
  customerId
15118
13524
  accounts {
@@ -15130,18 +13536,12 @@ exports.Position = {
15130
13536
  session_state
15131
13537
  createdAt
15132
13538
  updatedAt
15133
- user {
15134
- id
15135
- }
15136
13539
  }
15137
13540
  sessions {
15138
13541
  id
15139
13542
  sessionToken
15140
13543
  userId
15141
13544
  expires
15142
- user {
15143
- id
15144
- }
15145
13545
  createdAt
15146
13546
  updatedAt
15147
13547
  }
@@ -15151,29 +13551,14 @@ exports.Position = {
15151
13551
  credentialID
15152
13552
  publicKey
15153
13553
  counter
15154
- user {
15155
- id
15156
- }
15157
13554
  createdAt
15158
13555
  updatedAt
15159
13556
  }
15160
13557
  plan
15161
- alpacaAccounts {
15162
- id
15163
- }
15164
13558
  }
15165
13559
  userId
15166
13560
  createdAt
15167
13561
  updatedAt
15168
- trades {
15169
- id
15170
- }
15171
- orders {
15172
- id
15173
- }
15174
- positions {
15175
- id
15176
- }
15177
13562
  alerts {
15178
13563
  id
15179
13564
  alpacaAccountId
@@ -15182,17 +13567,8 @@ exports.Position = {
15182
13567
  isRead
15183
13568
  createdAt
15184
13569
  updatedAt
15185
- alpacaAccount {
15186
- id
15187
- }
15188
13570
  }
15189
13571
  }
15190
- action {
15191
- id
15192
- }
15193
- asset {
15194
- id
15195
- }
15196
13572
  fee
15197
13573
  strikePrice
15198
13574
  expirationDate
@@ -15222,9 +13598,6 @@ exports.Position = {
15222
13598
  createdAt
15223
13599
  updatedAt
15224
13600
  orderId
15225
- Order {
15226
- id
15227
- }
15228
13601
  }
15229
13602
  takeProfit {
15230
13603
  id
@@ -15233,9 +13606,6 @@ exports.Position = {
15233
13606
  createdAt
15234
13607
  updatedAt
15235
13608
  orderId
15236
- Order {
15237
- id
15238
- }
15239
13609
  }
15240
13610
  trailPrice
15241
13611
  trailPercent
@@ -15279,9 +13649,6 @@ exports.Position = {
15279
13649
  stripeCurrentPeriodEnd
15280
13650
  createdAt
15281
13651
  updatedAt
15282
- users {
15283
- id
15284
- }
15285
13652
  }
15286
13653
  customerId
15287
13654
  accounts {
@@ -15299,18 +13666,12 @@ exports.Position = {
15299
13666
  session_state
15300
13667
  createdAt
15301
13668
  updatedAt
15302
- user {
15303
- id
15304
- }
15305
13669
  }
15306
13670
  sessions {
15307
13671
  id
15308
13672
  sessionToken
15309
13673
  userId
15310
13674
  expires
15311
- user {
15312
- id
15313
- }
15314
13675
  createdAt
15315
13676
  updatedAt
15316
13677
  }
@@ -15320,16 +13681,10 @@ exports.Position = {
15320
13681
  credentialID
15321
13682
  publicKey
15322
13683
  counter
15323
- user {
15324
- id
15325
- }
15326
13684
  createdAt
15327
13685
  updatedAt
15328
13686
  }
15329
13687
  plan
15330
- alpacaAccounts {
15331
- id
15332
- }
15333
13688
  }
15334
13689
  userId
15335
13690
  createdAt
@@ -15341,6 +13696,7 @@ exports.Position = {
15341
13696
  qty
15342
13697
  price
15343
13698
  total
13699
+ optionType
15344
13700
  signal
15345
13701
  strategy
15346
13702
  analysis
@@ -15349,12 +13705,6 @@ exports.Position = {
15349
13705
  createdAt
15350
13706
  updatedAt
15351
13707
  status
15352
- alpacaAccount {
15353
- id
15354
- }
15355
- asset {
15356
- id
15357
- }
15358
13708
  actions {
15359
13709
  id
15360
13710
  sequence
@@ -15363,20 +13713,8 @@ exports.Position = {
15363
13713
  note
15364
13714
  status
15365
13715
  fee
15366
- trade {
15367
- id
15368
- }
15369
- order {
15370
- id
15371
- }
15372
13716
  }
15373
13717
  }
15374
- orders {
15375
- id
15376
- }
15377
- positions {
15378
- id
15379
- }
15380
13718
  alerts {
15381
13719
  id
15382
13720
  alpacaAccountId
@@ -15385,9 +13723,6 @@ exports.Position = {
15385
13723
  isRead
15386
13724
  createdAt
15387
13725
  updatedAt
15388
- alpacaAccount {
15389
- id
15390
- }
15391
13726
  }
15392
13727
  }
15393
13728
  action {
@@ -15405,6 +13740,7 @@ exports.Position = {
15405
13740
  qty
15406
13741
  price
15407
13742
  total
13743
+ optionType
15408
13744
  signal
15409
13745
  strategy
15410
13746
  analysis
@@ -15445,9 +13781,6 @@ exports.Position = {
15445
13781
  stripeCurrentPeriodEnd
15446
13782
  createdAt
15447
13783
  updatedAt
15448
- users {
15449
- id
15450
- }
15451
13784
  }
15452
13785
  customerId
15453
13786
  accounts {
@@ -15465,18 +13798,12 @@ exports.Position = {
15465
13798
  session_state
15466
13799
  createdAt
15467
13800
  updatedAt
15468
- user {
15469
- id
15470
- }
15471
13801
  }
15472
13802
  sessions {
15473
13803
  id
15474
13804
  sessionToken
15475
13805
  userId
15476
13806
  expires
15477
- user {
15478
- id
15479
- }
15480
13807
  createdAt
15481
13808
  updatedAt
15482
13809
  }
@@ -15486,29 +13813,14 @@ exports.Position = {
15486
13813
  credentialID
15487
13814
  publicKey
15488
13815
  counter
15489
- user {
15490
- id
15491
- }
15492
13816
  createdAt
15493
13817
  updatedAt
15494
13818
  }
15495
13819
  plan
15496
- alpacaAccounts {
15497
- id
15498
- }
15499
13820
  }
15500
13821
  userId
15501
13822
  createdAt
15502
13823
  updatedAt
15503
- trades {
15504
- id
15505
- }
15506
- orders {
15507
- id
15508
- }
15509
- positions {
15510
- id
15511
- }
15512
13824
  alerts {
15513
13825
  id
15514
13826
  alpacaAccountId
@@ -15517,24 +13829,9 @@ exports.Position = {
15517
13829
  isRead
15518
13830
  createdAt
15519
13831
  updatedAt
15520
- alpacaAccount {
15521
- id
15522
- }
15523
13832
  }
15524
13833
  }
15525
- asset {
15526
- id
15527
- }
15528
- actions {
15529
- id
15530
- }
15531
13834
  }
15532
- order {
15533
- id
15534
- }
15535
- }
15536
- asset {
15537
- id
15538
13835
  }
15539
13836
  fee
15540
13837
  strikePrice
@@ -15543,9 +13840,6 @@ exports.Position = {
15543
13840
  stopLossId
15544
13841
  takeProfitId
15545
13842
  }
15546
- positions {
15547
- id
15548
- }
15549
13843
  newsMentions {
15550
13844
  id
15551
13845
  assetId
@@ -15568,12 +13862,6 @@ exports.Position = {
15568
13862
  logo
15569
13863
  createdAt
15570
13864
  updatedAt
15571
- assets {
15572
- id
15573
- }
15574
- }
15575
- asset {
15576
- id
15577
13865
  }
15578
13866
  relevancyScore
15579
13867
  sentimentScore
@@ -15625,9 +13913,6 @@ exports.Position = {
15625
13913
  stripeCurrentPeriodEnd
15626
13914
  createdAt
15627
13915
  updatedAt
15628
- users {
15629
- id
15630
- }
15631
13916
  }
15632
13917
  customerId
15633
13918
  accounts {
@@ -15645,18 +13930,12 @@ exports.Position = {
15645
13930
  session_state
15646
13931
  createdAt
15647
13932
  updatedAt
15648
- user {
15649
- id
15650
- }
15651
13933
  }
15652
13934
  sessions {
15653
13935
  id
15654
13936
  sessionToken
15655
13937
  userId
15656
13938
  expires
15657
- user {
15658
- id
15659
- }
15660
13939
  createdAt
15661
13940
  updatedAt
15662
13941
  }
@@ -15666,16 +13945,10 @@ exports.Position = {
15666
13945
  credentialID
15667
13946
  publicKey
15668
13947
  counter
15669
- user {
15670
- id
15671
- }
15672
13948
  createdAt
15673
13949
  updatedAt
15674
13950
  }
15675
13951
  plan
15676
- alpacaAccounts {
15677
- id
15678
- }
15679
13952
  }
15680
13953
  userId
15681
13954
  createdAt
@@ -15687,6 +13960,7 @@ exports.Position = {
15687
13960
  qty
15688
13961
  price
15689
13962
  total
13963
+ optionType
15690
13964
  signal
15691
13965
  strategy
15692
13966
  analysis
@@ -15695,9 +13969,6 @@ exports.Position = {
15695
13969
  createdAt
15696
13970
  updatedAt
15697
13971
  status
15698
- alpacaAccount {
15699
- id
15700
- }
15701
13972
  asset {
15702
13973
  id
15703
13974
  symbol
@@ -15757,9 +14028,6 @@ exports.Position = {
15757
14028
  buyPrice
15758
14029
  createdAt
15759
14030
  updatedAt
15760
- trades {
15761
- id
15762
- }
15763
14031
  orders {
15764
14032
  id
15765
14033
  clientOrderId
@@ -15780,9 +14048,6 @@ exports.Position = {
15780
14048
  createdAt
15781
14049
  updatedAt
15782
14050
  orderId
15783
- Order {
15784
- id
15785
- }
15786
14051
  }
15787
14052
  takeProfit {
15788
14053
  id
@@ -15791,9 +14056,6 @@ exports.Position = {
15791
14056
  createdAt
15792
14057
  updatedAt
15793
14058
  orderId
15794
- Order {
15795
- id
15796
- }
15797
14059
  }
15798
14060
  trailPrice
15799
14061
  trailPercent
@@ -15805,9 +14067,6 @@ exports.Position = {
15805
14067
  filledAt
15806
14068
  filledAvgPrice
15807
14069
  actionId
15808
- alpacaAccount {
15809
- id
15810
- }
15811
14070
  action {
15812
14071
  id
15813
14072
  sequence
@@ -15816,15 +14075,6 @@ exports.Position = {
15816
14075
  note
15817
14076
  status
15818
14077
  fee
15819
- trade {
15820
- id
15821
- }
15822
- order {
15823
- id
15824
- }
15825
- }
15826
- asset {
15827
- id
15828
14078
  }
15829
14079
  fee
15830
14080
  strikePrice
@@ -15833,9 +14083,6 @@ exports.Position = {
15833
14083
  stopLossId
15834
14084
  takeProfitId
15835
14085
  }
15836
- positions {
15837
- id
15838
- }
15839
14086
  newsMentions {
15840
14087
  id
15841
14088
  assetId
@@ -15858,12 +14105,6 @@ exports.Position = {
15858
14105
  logo
15859
14106
  createdAt
15860
14107
  updatedAt
15861
- assets {
15862
- id
15863
- }
15864
- }
15865
- asset {
15866
- id
15867
14108
  }
15868
14109
  relevancyScore
15869
14110
  sentimentScore
@@ -15878,9 +14119,6 @@ exports.Position = {
15878
14119
  note
15879
14120
  status
15880
14121
  fee
15881
- trade {
15882
- id
15883
- }
15884
14122
  order {
15885
14123
  id
15886
14124
  clientOrderId
@@ -15901,9 +14139,6 @@ exports.Position = {
15901
14139
  createdAt
15902
14140
  updatedAt
15903
14141
  orderId
15904
- Order {
15905
- id
15906
- }
15907
14142
  }
15908
14143
  takeProfit {
15909
14144
  id
@@ -15912,9 +14147,6 @@ exports.Position = {
15912
14147
  createdAt
15913
14148
  updatedAt
15914
14149
  orderId
15915
- Order {
15916
- id
15917
- }
15918
14150
  }
15919
14151
  trailPrice
15920
14152
  trailPercent
@@ -15926,12 +14158,6 @@ exports.Position = {
15926
14158
  filledAt
15927
14159
  filledAvgPrice
15928
14160
  actionId
15929
- alpacaAccount {
15930
- id
15931
- }
15932
- action {
15933
- id
15934
- }
15935
14161
  asset {
15936
14162
  id
15937
14163
  symbol
@@ -15991,15 +14217,6 @@ exports.Position = {
15991
14217
  buyPrice
15992
14218
  createdAt
15993
14219
  updatedAt
15994
- trades {
15995
- id
15996
- }
15997
- orders {
15998
- id
15999
- }
16000
- positions {
16001
- id
16002
- }
16003
14220
  newsMentions {
16004
14221
  id
16005
14222
  assetId
@@ -16022,12 +14239,6 @@ exports.Position = {
16022
14239
  logo
16023
14240
  createdAt
16024
14241
  updatedAt
16025
- assets {
16026
- id
16027
- }
16028
- }
16029
- asset {
16030
- id
16031
14242
  }
16032
14243
  relevancyScore
16033
14244
  sentimentScore
@@ -16063,9 +14274,6 @@ exports.Position = {
16063
14274
  createdAt
16064
14275
  updatedAt
16065
14276
  orderId
16066
- Order {
16067
- id
16068
- }
16069
14277
  }
16070
14278
  takeProfit {
16071
14279
  id
@@ -16074,9 +14282,6 @@ exports.Position = {
16074
14282
  createdAt
16075
14283
  updatedAt
16076
14284
  orderId
16077
- Order {
16078
- id
16079
- }
16080
14285
  }
16081
14286
  trailPrice
16082
14287
  trailPercent
@@ -16088,9 +14293,6 @@ exports.Position = {
16088
14293
  filledAt
16089
14294
  filledAvgPrice
16090
14295
  actionId
16091
- alpacaAccount {
16092
- id
16093
- }
16094
14296
  action {
16095
14297
  id
16096
14298
  sequence
@@ -16106,6 +14308,7 @@ exports.Position = {
16106
14308
  qty
16107
14309
  price
16108
14310
  total
14311
+ optionType
16109
14312
  signal
16110
14313
  strategy
16111
14314
  analysis
@@ -16114,9 +14317,6 @@ exports.Position = {
16114
14317
  createdAt
16115
14318
  updatedAt
16116
14319
  status
16117
- alpacaAccount {
16118
- id
16119
- }
16120
14320
  asset {
16121
14321
  id
16122
14322
  symbol
@@ -16176,15 +14376,6 @@ exports.Position = {
16176
14376
  buyPrice
16177
14377
  createdAt
16178
14378
  updatedAt
16179
- trades {
16180
- id
16181
- }
16182
- orders {
16183
- id
16184
- }
16185
- positions {
16186
- id
16187
- }
16188
14379
  newsMentions {
16189
14380
  id
16190
14381
  assetId
@@ -16207,24 +14398,12 @@ exports.Position = {
16207
14398
  logo
16208
14399
  createdAt
16209
14400
  updatedAt
16210
- assets {
16211
- id
16212
- }
16213
- }
16214
- asset {
16215
- id
16216
14401
  }
16217
14402
  relevancyScore
16218
14403
  sentimentScore
16219
14404
  sentimentLabel
16220
14405
  }
16221
14406
  }
16222
- actions {
16223
- id
16224
- }
16225
- }
16226
- order {
16227
- id
16228
14407
  }
16229
14408
  }
16230
14409
  asset {
@@ -16293,6 +14472,7 @@ exports.Position = {
16293
14472
  qty
16294
14473
  price
16295
14474
  total
14475
+ optionType
16296
14476
  signal
16297
14477
  strategy
16298
14478
  analysis
@@ -16301,12 +14481,6 @@ exports.Position = {
16301
14481
  createdAt
16302
14482
  updatedAt
16303
14483
  status
16304
- alpacaAccount {
16305
- id
16306
- }
16307
- asset {
16308
- id
16309
- }
16310
14484
  actions {
16311
14485
  id
16312
14486
  sequence
@@ -16315,20 +14489,8 @@ exports.Position = {
16315
14489
  note
16316
14490
  status
16317
14491
  fee
16318
- trade {
16319
- id
16320
- }
16321
- order {
16322
- id
16323
- }
16324
14492
  }
16325
14493
  }
16326
- orders {
16327
- id
16328
- }
16329
- positions {
16330
- id
16331
- }
16332
14494
  newsMentions {
16333
14495
  id
16334
14496
  assetId
@@ -16351,12 +14513,6 @@ exports.Position = {
16351
14513
  logo
16352
14514
  createdAt
16353
14515
  updatedAt
16354
- assets {
16355
- id
16356
- }
16357
- }
16358
- asset {
16359
- id
16360
14516
  }
16361
14517
  relevancyScore
16362
14518
  sentimentScore
@@ -16370,9 +14526,6 @@ exports.Position = {
16370
14526
  stopLossId
16371
14527
  takeProfitId
16372
14528
  }
16373
- positions {
16374
- id
16375
- }
16376
14529
  alerts {
16377
14530
  id
16378
14531
  alpacaAccountId
@@ -16381,9 +14534,6 @@ exports.Position = {
16381
14534
  isRead
16382
14535
  createdAt
16383
14536
  updatedAt
16384
- alpacaAccount {
16385
- id
16386
- }
16387
14537
  }
16388
14538
  }
16389
14539
  alpacaAccountId