adaptic-backend 1.0.142 → 1.0.144

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 (367) hide show
  1. package/Account.cjs +43 -0
  2. package/Action.cjs +65 -0
  3. package/Alert.cjs +41 -0
  4. package/AlpacaAccount.cjs +78 -0
  5. package/Asset.cjs +78 -0
  6. package/Authenticator.cjs +43 -0
  7. package/Customer.cjs +43 -0
  8. package/NewsArticle.cjs +43 -0
  9. package/NewsArticleAssetSentiment.cjs +41 -0
  10. package/Order.cjs +63 -0
  11. package/Position.cjs +58 -0
  12. package/Session.cjs +43 -0
  13. package/StopLoss.cjs +69 -0
  14. package/TakeProfit.cjs +69 -0
  15. package/Trade.cjs +14 -0
  16. package/User.cjs +41 -0
  17. package/generated/typeStrings/Action.cjs +1 -1
  18. package/generated/typeStrings/Action.d.ts +1 -1
  19. package/generated/typeStrings/Action.d.ts.map +1 -1
  20. package/generated/typeStrings/Order.cjs +1 -1
  21. package/generated/typeStrings/Order.d.ts +1 -1
  22. package/generated/typeStrings/Order.d.ts.map +1 -1
  23. package/generated/typeStrings/StopLoss.cjs +1 -1
  24. package/generated/typeStrings/StopLoss.d.ts +1 -1
  25. package/generated/typeStrings/StopLoss.d.ts.map +1 -1
  26. package/generated/typeStrings/TakeProfit.cjs +1 -1
  27. package/generated/typeStrings/TakeProfit.d.ts +1 -1
  28. package/generated/typeStrings/TakeProfit.d.ts.map +1 -1
  29. package/generated/typeStrings/Trade.cjs +3 -3
  30. package/generated/typeStrings/Trade.d.ts +1 -1
  31. package/generated/typeStrings/Trade.d.ts.map +1 -1
  32. package/generated/typeStrings/index.d.ts +5 -5
  33. package/generated/typegraphql-prisma/enhance.cjs +27 -27
  34. package/generated/typegraphql-prisma/enhance.js.map +1 -1
  35. package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.cjs +1 -0
  36. package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts +1 -0
  37. package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts.map +1 -1
  38. package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.js.map +1 -1
  39. package/generated/typegraphql-prisma/models/Order.cjs +1 -1
  40. package/generated/typegraphql-prisma/models/Order.d.ts +1 -1
  41. package/generated/typegraphql-prisma/models/Order.js.map +1 -1
  42. package/generated/typegraphql-prisma/models/Trade.cjs +8 -1
  43. package/generated/typegraphql-prisma/models/Trade.d.ts +5 -1
  44. package/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
  45. package/generated/typegraphql-prisma/models/Trade.js.map +1 -1
  46. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts +1 -1
  47. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts.map +1 -1
  48. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.js.map +1 -1
  49. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts +1 -1
  50. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts.map +1 -1
  51. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.js.map +1 -1
  52. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts +1 -1
  53. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts.map +1 -1
  54. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.js.map +1 -1
  55. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts +1 -1
  56. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts.map +1 -1
  57. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.js.map +1 -1
  58. package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.cjs +6 -0
  59. package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts +1 -0
  60. package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts.map +1 -1
  61. package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.js.map +1 -1
  62. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.cjs +6 -0
  63. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +1 -0
  64. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
  65. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
  66. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.cjs +6 -0
  67. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts +1 -0
  68. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts.map +1 -1
  69. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.js.map +1 -1
  70. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.cjs +6 -0
  71. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts +1 -0
  72. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts.map +1 -1
  73. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.js.map +1 -1
  74. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.cjs +6 -0
  75. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +1 -0
  76. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
  77. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
  78. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.cjs +6 -0
  79. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +1 -0
  80. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
  81. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
  82. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.cjs +6 -0
  83. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts +1 -0
  84. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
  85. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.js.map +1 -1
  86. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.cjs +6 -0
  87. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts +1 -0
  88. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts.map +1 -1
  89. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.js.map +1 -1
  90. package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.cjs +6 -0
  91. package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts +1 -0
  92. package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts.map +1 -1
  93. package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.js.map +1 -1
  94. package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.cjs +6 -0
  95. package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts +1 -0
  96. package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts.map +1 -1
  97. package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.js.map +1 -1
  98. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.cjs +6 -0
  99. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts +1 -0
  100. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts.map +1 -1
  101. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.js.map +1 -1
  102. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.cjs +6 -0
  103. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts +1 -0
  104. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts.map +1 -1
  105. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.js.map +1 -1
  106. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.cjs +6 -0
  107. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts +1 -0
  108. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts.map +1 -1
  109. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.js.map +1 -1
  110. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.cjs +6 -0
  111. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts +1 -0
  112. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts.map +1 -1
  113. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.js.map +1 -1
  114. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.cjs +6 -0
  115. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts +1 -0
  116. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts.map +1 -1
  117. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.js.map +1 -1
  118. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.cjs +6 -0
  119. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts +1 -0
  120. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts.map +1 -1
  121. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.js.map +1 -1
  122. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.cjs +6 -0
  123. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts +1 -0
  124. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts.map +1 -1
  125. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.js.map +1 -1
  126. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.cjs +6 -0
  127. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts +1 -0
  128. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
  129. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.js.map +1 -1
  130. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.cjs +6 -0
  131. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts +1 -0
  132. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts.map +1 -1
  133. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.js.map +1 -1
  134. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.cjs +6 -0
  135. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts +1 -0
  136. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts.map +1 -1
  137. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.js.map +1 -1
  138. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.cjs +6 -0
  139. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts +1 -0
  140. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts.map +1 -1
  141. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.js.map +1 -1
  142. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.cjs +6 -0
  143. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts +1 -0
  144. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts.map +1 -1
  145. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.js.map +1 -1
  146. package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.cjs +6 -0
  147. package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts +1 -0
  148. package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts.map +1 -1
  149. package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.js.map +1 -1
  150. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.cjs +6 -0
  151. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +1 -0
  152. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
  153. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
  154. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.cjs +6 -0
  155. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +1 -0
  156. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
  157. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
  158. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.cjs +6 -0
  159. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +1 -0
  160. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
  161. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
  162. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts +1 -1
  163. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts.map +1 -1
  164. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.js.map +1 -1
  165. package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts +1 -1
  166. package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts.map +1 -1
  167. package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.js.map +1 -1
  168. package/package.json +1 -1
  169. package/server/Account.d.ts.map +1 -1
  170. package/server/Account.js.map +1 -1
  171. package/server/Account.mjs +43 -0
  172. package/server/Action.d.ts.map +1 -1
  173. package/server/Action.js.map +1 -1
  174. package/server/Action.mjs +65 -0
  175. package/server/Alert.d.ts.map +1 -1
  176. package/server/Alert.js.map +1 -1
  177. package/server/Alert.mjs +41 -0
  178. package/server/AlpacaAccount.d.ts.map +1 -1
  179. package/server/AlpacaAccount.js.map +1 -1
  180. package/server/AlpacaAccount.mjs +78 -0
  181. package/server/Asset.d.ts.map +1 -1
  182. package/server/Asset.js.map +1 -1
  183. package/server/Asset.mjs +78 -0
  184. package/server/Authenticator.d.ts.map +1 -1
  185. package/server/Authenticator.js.map +1 -1
  186. package/server/Authenticator.mjs +43 -0
  187. package/server/Customer.d.ts.map +1 -1
  188. package/server/Customer.js.map +1 -1
  189. package/server/Customer.mjs +43 -0
  190. package/server/NewsArticle.d.ts.map +1 -1
  191. package/server/NewsArticle.js.map +1 -1
  192. package/server/NewsArticle.mjs +43 -0
  193. package/server/NewsArticleAssetSentiment.d.ts.map +1 -1
  194. package/server/NewsArticleAssetSentiment.js.map +1 -1
  195. package/server/NewsArticleAssetSentiment.mjs +41 -0
  196. package/server/Order.d.ts.map +1 -1
  197. package/server/Order.js.map +1 -1
  198. package/server/Order.mjs +63 -0
  199. package/server/Position.d.ts.map +1 -1
  200. package/server/Position.js.map +1 -1
  201. package/server/Position.mjs +58 -0
  202. package/server/Session.d.ts.map +1 -1
  203. package/server/Session.js.map +1 -1
  204. package/server/Session.mjs +43 -0
  205. package/server/StopLoss.d.ts.map +1 -1
  206. package/server/StopLoss.js.map +1 -1
  207. package/server/StopLoss.mjs +69 -0
  208. package/server/TakeProfit.d.ts.map +1 -1
  209. package/server/TakeProfit.js.map +1 -1
  210. package/server/TakeProfit.mjs +69 -0
  211. package/server/Trade.d.ts.map +1 -1
  212. package/server/Trade.js.map +1 -1
  213. package/server/Trade.mjs +14 -0
  214. package/server/User.d.ts.map +1 -1
  215. package/server/User.js.map +1 -1
  216. package/server/User.mjs +41 -0
  217. package/server/generated/typeStrings/Action.d.ts +1 -1
  218. package/server/generated/typeStrings/Action.d.ts.map +1 -1
  219. package/server/generated/typeStrings/Action.mjs +1 -1
  220. package/server/generated/typeStrings/Order.d.ts +1 -1
  221. package/server/generated/typeStrings/Order.d.ts.map +1 -1
  222. package/server/generated/typeStrings/Order.mjs +1 -1
  223. package/server/generated/typeStrings/StopLoss.d.ts +1 -1
  224. package/server/generated/typeStrings/StopLoss.d.ts.map +1 -1
  225. package/server/generated/typeStrings/StopLoss.mjs +1 -1
  226. package/server/generated/typeStrings/TakeProfit.d.ts +1 -1
  227. package/server/generated/typeStrings/TakeProfit.d.ts.map +1 -1
  228. package/server/generated/typeStrings/TakeProfit.mjs +1 -1
  229. package/server/generated/typeStrings/Trade.d.ts +1 -1
  230. package/server/generated/typeStrings/Trade.d.ts.map +1 -1
  231. package/server/generated/typeStrings/Trade.mjs +3 -3
  232. package/server/generated/typeStrings/index.d.ts +5 -5
  233. package/server/generated/typegraphql-prisma/enhance.js.map +1 -1
  234. package/server/generated/typegraphql-prisma/enhance.mjs +27 -27
  235. package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts +1 -0
  236. package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts.map +1 -1
  237. package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.js.map +1 -1
  238. package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.mjs +1 -0
  239. package/server/generated/typegraphql-prisma/models/Order.d.ts +1 -1
  240. package/server/generated/typegraphql-prisma/models/Order.js.map +1 -1
  241. package/server/generated/typegraphql-prisma/models/Order.mjs +2 -2
  242. package/server/generated/typegraphql-prisma/models/Trade.d.ts +5 -1
  243. package/server/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
  244. package/server/generated/typegraphql-prisma/models/Trade.js.map +1 -1
  245. package/server/generated/typegraphql-prisma/models/Trade.mjs +13 -2
  246. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts +1 -1
  247. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts.map +1 -1
  248. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.js.map +1 -1
  249. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts +1 -1
  250. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts.map +1 -1
  251. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.js.map +1 -1
  252. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts +1 -1
  253. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts.map +1 -1
  254. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.js.map +1 -1
  255. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts +1 -1
  256. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts.map +1 -1
  257. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.js.map +1 -1
  258. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts +1 -0
  259. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts.map +1 -1
  260. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.js.map +1 -1
  261. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.mjs +7 -0
  262. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +1 -0
  263. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
  264. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
  265. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.mjs +7 -0
  266. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts +1 -0
  267. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts.map +1 -1
  268. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.js.map +1 -1
  269. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.mjs +7 -0
  270. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts +1 -0
  271. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts.map +1 -1
  272. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.js.map +1 -1
  273. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.mjs +7 -0
  274. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +1 -0
  275. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
  276. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
  277. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.mjs +7 -0
  278. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +1 -0
  279. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
  280. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
  281. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.mjs +7 -0
  282. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts +1 -0
  283. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
  284. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.js.map +1 -1
  285. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.mjs +7 -0
  286. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts +1 -0
  287. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts.map +1 -1
  288. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.js.map +1 -1
  289. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.mjs +7 -0
  290. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts +1 -0
  291. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts.map +1 -1
  292. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.js.map +1 -1
  293. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.mjs +7 -0
  294. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts +1 -0
  295. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts.map +1 -1
  296. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.js.map +1 -1
  297. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.mjs +7 -0
  298. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts +1 -0
  299. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts.map +1 -1
  300. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.js.map +1 -1
  301. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.mjs +7 -0
  302. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts +1 -0
  303. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts.map +1 -1
  304. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.js.map +1 -1
  305. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.mjs +7 -0
  306. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts +1 -0
  307. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts.map +1 -1
  308. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.js.map +1 -1
  309. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.mjs +7 -0
  310. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts +1 -0
  311. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts.map +1 -1
  312. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.js.map +1 -1
  313. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.mjs +7 -0
  314. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts +1 -0
  315. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts.map +1 -1
  316. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.js.map +1 -1
  317. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.mjs +7 -0
  318. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts +1 -0
  319. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts.map +1 -1
  320. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.js.map +1 -1
  321. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.mjs +7 -0
  322. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts +1 -0
  323. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts.map +1 -1
  324. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.js.map +1 -1
  325. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.mjs +7 -0
  326. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts +1 -0
  327. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
  328. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.js.map +1 -1
  329. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.mjs +7 -0
  330. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts +1 -0
  331. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts.map +1 -1
  332. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.js.map +1 -1
  333. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.mjs +7 -0
  334. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts +1 -0
  335. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts.map +1 -1
  336. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.js.map +1 -1
  337. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.mjs +7 -0
  338. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts +1 -0
  339. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts.map +1 -1
  340. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.js.map +1 -1
  341. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.mjs +7 -0
  342. package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts +1 -0
  343. package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts.map +1 -1
  344. package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.js.map +1 -1
  345. package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.mjs +7 -0
  346. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts +1 -0
  347. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts.map +1 -1
  348. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.js.map +1 -1
  349. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.mjs +7 -0
  350. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +1 -0
  351. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
  352. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
  353. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.mjs +7 -0
  354. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +1 -0
  355. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
  356. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
  357. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.mjs +7 -0
  358. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +1 -0
  359. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
  360. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
  361. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.mjs +7 -0
  362. package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts +1 -1
  363. package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts.map +1 -1
  364. package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.js.map +1 -1
  365. package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts +1 -1
  366. package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts.map +1 -1
  367. package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.js.map +1 -1
@@ -716,7 +716,7 @@ const modelsInfo = {
716
716
  VerificationToken: ["id", "identifier", "token", "expires"],
717
717
  Customer: ["id", "authUserId", "name", "plan", "stripeCustomerId", "stripeSubscriptionId", "stripePriceId", "stripeCurrentPeriodEnd", "createdAt", "updatedAt"],
718
718
  Asset: ["id", "symbol", "name", "type", "logoUrl", "description", "cik", "exchange", "currency", "country", "sector", "industry", "address", "officialSite", "fiscalYearEnd", "latestQuarter", "marketCapitalization", "ebitda", "peRatio", "pegRatio", "bookValue", "dividendPerShare", "dividendYield", "eps", "revenuePerShareTTM", "profitMargin", "operatingMarginTTM", "returnOnAssetsTTM", "returnOnEquityTTM", "revenueTTM", "grossProfitTTM", "dilutedEPSTTM", "quarterlyEarningsGrowthYOY", "quarterlyRevenueGrowthYOY", "analystTargetPrice", "analystRatingStrongBuy", "analystRatingBuy", "analystRatingHold", "analystRatingSell", "analystRatingStrongSell", "trailingPE", "forwardPE", "priceToSalesRatioTTM", "priceToBookRatio", "evToRevenue", "evToEbitda", "beta", "week52High", "week52Low", "day50MovingAverage", "day200MovingAverage", "sharesOutstanding", "dividendDate", "exDividendDate", "askPrice", "bidPrice", "createdAt", "updatedAt"],
719
- Trade: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
719
+ Trade: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
720
720
  Action: ["id", "sequence", "tradeId", "type", "note", "status", "fee"],
721
721
  Order: ["id", "clientOrderId", "alpacaAccountId", "assetId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledAvgPrice", "actionId", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId"],
722
722
  StopLoss: ["id", "stopPrice", "limitPrice", "createdAt", "updatedAt", "orderId"],
@@ -755,7 +755,7 @@ const outputsInfo = {
755
755
  AggregateAsset: ["_count", "_min", "_max"],
756
756
  AssetGroupBy: ["id", "symbol", "name", "type", "logoUrl", "description", "cik", "exchange", "currency", "country", "sector", "industry", "address", "officialSite", "fiscalYearEnd", "latestQuarter", "marketCapitalization", "ebitda", "peRatio", "pegRatio", "bookValue", "dividendPerShare", "dividendYield", "eps", "revenuePerShareTTM", "profitMargin", "operatingMarginTTM", "returnOnAssetsTTM", "returnOnEquityTTM", "revenueTTM", "grossProfitTTM", "dilutedEPSTTM", "quarterlyEarningsGrowthYOY", "quarterlyRevenueGrowthYOY", "analystTargetPrice", "analystRatingStrongBuy", "analystRatingBuy", "analystRatingHold", "analystRatingSell", "analystRatingStrongSell", "trailingPE", "forwardPE", "priceToSalesRatioTTM", "priceToBookRatio", "evToRevenue", "evToEbitda", "beta", "week52High", "week52Low", "day50MovingAverage", "day200MovingAverage", "sharesOutstanding", "dividendDate", "exDividendDate", "askPrice", "bidPrice", "createdAt", "updatedAt", "_count", "_min", "_max"],
757
757
  AggregateTrade: ["_count", "_avg", "_sum", "_min", "_max"],
758
- TradeGroupBy: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status", "_count", "_avg", "_sum", "_min", "_max"],
758
+ TradeGroupBy: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "_count", "_avg", "_sum", "_min", "_max"],
759
759
  AggregateAction: ["_count", "_avg", "_sum", "_min", "_max"],
760
760
  ActionGroupBy: ["id", "sequence", "tradeId", "type", "note", "status", "fee", "_count", "_avg", "_sum", "_min", "_max"],
761
761
  AggregateOrder: ["_count", "_avg", "_sum", "_min", "_max"],
@@ -817,11 +817,11 @@ const outputsInfo = {
817
817
  AssetMinAggregate: ["id", "symbol", "name", "type", "logoUrl", "description", "cik", "exchange", "currency", "country", "sector", "industry", "address", "officialSite", "fiscalYearEnd", "latestQuarter", "marketCapitalization", "ebitda", "peRatio", "pegRatio", "bookValue", "dividendPerShare", "dividendYield", "eps", "revenuePerShareTTM", "profitMargin", "operatingMarginTTM", "returnOnAssetsTTM", "returnOnEquityTTM", "revenueTTM", "grossProfitTTM", "dilutedEPSTTM", "quarterlyEarningsGrowthYOY", "quarterlyRevenueGrowthYOY", "analystTargetPrice", "analystRatingStrongBuy", "analystRatingBuy", "analystRatingHold", "analystRatingSell", "analystRatingStrongSell", "trailingPE", "forwardPE", "priceToSalesRatioTTM", "priceToBookRatio", "evToRevenue", "evToEbitda", "beta", "week52High", "week52Low", "day50MovingAverage", "day200MovingAverage", "sharesOutstanding", "dividendDate", "exDividendDate", "askPrice", "bidPrice", "createdAt", "updatedAt"],
818
818
  AssetMaxAggregate: ["id", "symbol", "name", "type", "logoUrl", "description", "cik", "exchange", "currency", "country", "sector", "industry", "address", "officialSite", "fiscalYearEnd", "latestQuarter", "marketCapitalization", "ebitda", "peRatio", "pegRatio", "bookValue", "dividendPerShare", "dividendYield", "eps", "revenuePerShareTTM", "profitMargin", "operatingMarginTTM", "returnOnAssetsTTM", "returnOnEquityTTM", "revenueTTM", "grossProfitTTM", "dilutedEPSTTM", "quarterlyEarningsGrowthYOY", "quarterlyRevenueGrowthYOY", "analystTargetPrice", "analystRatingStrongBuy", "analystRatingBuy", "analystRatingHold", "analystRatingSell", "analystRatingStrongSell", "trailingPE", "forwardPE", "priceToSalesRatioTTM", "priceToBookRatio", "evToRevenue", "evToEbitda", "beta", "week52High", "week52Low", "day50MovingAverage", "day200MovingAverage", "sharesOutstanding", "dividendDate", "exDividendDate", "askPrice", "bidPrice", "createdAt", "updatedAt"],
819
819
  TradeCount: ["actions"],
820
- TradeCountAggregate: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status", "_all"],
820
+ TradeCountAggregate: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "_all"],
821
821
  TradeAvgAggregate: ["qty", "price", "total", "confidence"],
822
822
  TradeSumAggregate: ["qty", "price", "total", "confidence"],
823
- TradeMinAggregate: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
824
- TradeMaxAggregate: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
823
+ TradeMinAggregate: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
824
+ TradeMaxAggregate: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
825
825
  ActionCountAggregate: ["id", "sequence", "tradeId", "type", "note", "status", "fee", "_all"],
826
826
  ActionAvgAggregate: ["sequence", "fee"],
827
827
  ActionSumAggregate: ["sequence", "fee"],
@@ -864,7 +864,7 @@ const outputsInfo = {
864
864
  CreateManyVerificationTokenAndReturnOutputType: ["id", "identifier", "token", "expires"],
865
865
  CreateManyCustomerAndReturnOutputType: ["id", "authUserId", "name", "plan", "stripeCustomerId", "stripeSubscriptionId", "stripePriceId", "stripeCurrentPeriodEnd", "createdAt", "updatedAt"],
866
866
  CreateManyAssetAndReturnOutputType: ["id", "symbol", "name", "type", "logoUrl", "description", "cik", "exchange", "currency", "country", "sector", "industry", "address", "officialSite", "fiscalYearEnd", "latestQuarter", "marketCapitalization", "ebitda", "peRatio", "pegRatio", "bookValue", "dividendPerShare", "dividendYield", "eps", "revenuePerShareTTM", "profitMargin", "operatingMarginTTM", "returnOnAssetsTTM", "returnOnEquityTTM", "revenueTTM", "grossProfitTTM", "dilutedEPSTTM", "quarterlyEarningsGrowthYOY", "quarterlyRevenueGrowthYOY", "analystTargetPrice", "analystRatingStrongBuy", "analystRatingBuy", "analystRatingHold", "analystRatingSell", "analystRatingStrongSell", "trailingPE", "forwardPE", "priceToSalesRatioTTM", "priceToBookRatio", "evToRevenue", "evToEbitda", "beta", "week52High", "week52Low", "day50MovingAverage", "day200MovingAverage", "sharesOutstanding", "dividendDate", "exDividendDate", "askPrice", "bidPrice", "createdAt", "updatedAt"],
867
- CreateManyTradeAndReturnOutputType: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "asset"],
867
+ CreateManyTradeAndReturnOutputType: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "asset"],
868
868
  CreateManyActionAndReturnOutputType: ["id", "sequence", "tradeId", "type", "note", "status", "fee", "trade"],
869
869
  CreateManyOrderAndReturnOutputType: ["id", "clientOrderId", "alpacaAccountId", "assetId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledAvgPrice", "actionId", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId", "alpacaAccount", "action", "asset"],
870
870
  CreateManyStopLossAndReturnOutputType: ["id", "stopPrice", "limitPrice", "createdAt", "updatedAt", "orderId", "Order"],
@@ -929,11 +929,11 @@ const inputsInfo = {
929
929
  AssetWhereUniqueInput: ["id", "symbol", "name", "AND", "OR", "NOT", "type", "logoUrl", "description", "cik", "exchange", "currency", "country", "sector", "industry", "address", "officialSite", "fiscalYearEnd", "latestQuarter", "marketCapitalization", "ebitda", "peRatio", "pegRatio", "bookValue", "dividendPerShare", "dividendYield", "eps", "revenuePerShareTTM", "profitMargin", "operatingMarginTTM", "returnOnAssetsTTM", "returnOnEquityTTM", "revenueTTM", "grossProfitTTM", "dilutedEPSTTM", "quarterlyEarningsGrowthYOY", "quarterlyRevenueGrowthYOY", "analystTargetPrice", "analystRatingStrongBuy", "analystRatingBuy", "analystRatingHold", "analystRatingSell", "analystRatingStrongSell", "trailingPE", "forwardPE", "priceToSalesRatioTTM", "priceToBookRatio", "evToRevenue", "evToEbitda", "beta", "week52High", "week52Low", "day50MovingAverage", "day200MovingAverage", "sharesOutstanding", "dividendDate", "exDividendDate", "askPrice", "bidPrice", "createdAt", "updatedAt", "trades", "orders", "positions", "newsMentions"],
930
930
  AssetOrderByWithAggregationInput: ["id", "symbol", "name", "type", "logoUrl", "description", "cik", "exchange", "currency", "country", "sector", "industry", "address", "officialSite", "fiscalYearEnd", "latestQuarter", "marketCapitalization", "ebitda", "peRatio", "pegRatio", "bookValue", "dividendPerShare", "dividendYield", "eps", "revenuePerShareTTM", "profitMargin", "operatingMarginTTM", "returnOnAssetsTTM", "returnOnEquityTTM", "revenueTTM", "grossProfitTTM", "dilutedEPSTTM", "quarterlyEarningsGrowthYOY", "quarterlyRevenueGrowthYOY", "analystTargetPrice", "analystRatingStrongBuy", "analystRatingBuy", "analystRatingHold", "analystRatingSell", "analystRatingStrongSell", "trailingPE", "forwardPE", "priceToSalesRatioTTM", "priceToBookRatio", "evToRevenue", "evToEbitda", "beta", "week52High", "week52Low", "day50MovingAverage", "day200MovingAverage", "sharesOutstanding", "dividendDate", "exDividendDate", "askPrice", "bidPrice", "createdAt", "updatedAt", "_count", "_max", "_min"],
931
931
  AssetScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "symbol", "name", "type", "logoUrl", "description", "cik", "exchange", "currency", "country", "sector", "industry", "address", "officialSite", "fiscalYearEnd", "latestQuarter", "marketCapitalization", "ebitda", "peRatio", "pegRatio", "bookValue", "dividendPerShare", "dividendYield", "eps", "revenuePerShareTTM", "profitMargin", "operatingMarginTTM", "returnOnAssetsTTM", "returnOnEquityTTM", "revenueTTM", "grossProfitTTM", "dilutedEPSTTM", "quarterlyEarningsGrowthYOY", "quarterlyRevenueGrowthYOY", "analystTargetPrice", "analystRatingStrongBuy", "analystRatingBuy", "analystRatingHold", "analystRatingSell", "analystRatingStrongSell", "trailingPE", "forwardPE", "priceToSalesRatioTTM", "priceToBookRatio", "evToRevenue", "evToEbitda", "beta", "week52High", "week52Low", "day50MovingAverage", "day200MovingAverage", "sharesOutstanding", "dividendDate", "exDividendDate", "askPrice", "bidPrice", "createdAt", "updatedAt"],
932
- TradeWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "asset", "actions"],
933
- TradeOrderByWithRelationInput: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "asset", "actions"],
934
- TradeWhereUniqueInput: ["id", "AND", "OR", "NOT", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "asset", "actions"],
935
- TradeOrderByWithAggregationInput: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status", "_count", "_avg", "_max", "_min", "_sum"],
936
- TradeScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
932
+ TradeWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "asset", "actions"],
933
+ TradeOrderByWithRelationInput: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "asset", "actions"],
934
+ TradeWhereUniqueInput: ["id", "AND", "OR", "NOT", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "asset", "actions"],
935
+ TradeOrderByWithAggregationInput: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "_count", "_avg", "_max", "_min", "_sum"],
936
+ TradeScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
937
937
  ActionWhereInput: ["AND", "OR", "NOT", "id", "sequence", "tradeId", "type", "note", "status", "fee", "trade", "order"],
938
938
  ActionOrderByWithRelationInput: ["id", "sequence", "tradeId", "type", "note", "status", "fee", "trade", "order"],
939
939
  ActionWhereUniqueInput: ["id", "AND", "OR", "NOT", "sequence", "tradeId", "type", "note", "status", "fee", "trade", "order"],
@@ -1010,10 +1010,10 @@ const inputsInfo = {
1010
1010
  AssetUpdateInput: ["id", "symbol", "name", "type", "logoUrl", "description", "cik", "exchange", "currency", "country", "sector", "industry", "address", "officialSite", "fiscalYearEnd", "latestQuarter", "marketCapitalization", "ebitda", "peRatio", "pegRatio", "bookValue", "dividendPerShare", "dividendYield", "eps", "revenuePerShareTTM", "profitMargin", "operatingMarginTTM", "returnOnAssetsTTM", "returnOnEquityTTM", "revenueTTM", "grossProfitTTM", "dilutedEPSTTM", "quarterlyEarningsGrowthYOY", "quarterlyRevenueGrowthYOY", "analystTargetPrice", "analystRatingStrongBuy", "analystRatingBuy", "analystRatingHold", "analystRatingSell", "analystRatingStrongSell", "trailingPE", "forwardPE", "priceToSalesRatioTTM", "priceToBookRatio", "evToRevenue", "evToEbitda", "beta", "week52High", "week52Low", "day50MovingAverage", "day200MovingAverage", "sharesOutstanding", "dividendDate", "exDividendDate", "askPrice", "bidPrice", "createdAt", "updatedAt", "trades", "orders", "positions", "newsMentions"],
1011
1011
  AssetCreateManyInput: ["id", "symbol", "name", "type", "logoUrl", "description", "cik", "exchange", "currency", "country", "sector", "industry", "address", "officialSite", "fiscalYearEnd", "latestQuarter", "marketCapitalization", "ebitda", "peRatio", "pegRatio", "bookValue", "dividendPerShare", "dividendYield", "eps", "revenuePerShareTTM", "profitMargin", "operatingMarginTTM", "returnOnAssetsTTM", "returnOnEquityTTM", "revenueTTM", "grossProfitTTM", "dilutedEPSTTM", "quarterlyEarningsGrowthYOY", "quarterlyRevenueGrowthYOY", "analystTargetPrice", "analystRatingStrongBuy", "analystRatingBuy", "analystRatingHold", "analystRatingSell", "analystRatingStrongSell", "trailingPE", "forwardPE", "priceToSalesRatioTTM", "priceToBookRatio", "evToRevenue", "evToEbitda", "beta", "week52High", "week52Low", "day50MovingAverage", "day200MovingAverage", "sharesOutstanding", "dividendDate", "exDividendDate", "askPrice", "bidPrice", "createdAt", "updatedAt"],
1012
1012
  AssetUpdateManyMutationInput: ["id", "symbol", "name", "type", "logoUrl", "description", "cik", "exchange", "currency", "country", "sector", "industry", "address", "officialSite", "fiscalYearEnd", "latestQuarter", "marketCapitalization", "ebitda", "peRatio", "pegRatio", "bookValue", "dividendPerShare", "dividendYield", "eps", "revenuePerShareTTM", "profitMargin", "operatingMarginTTM", "returnOnAssetsTTM", "returnOnEquityTTM", "revenueTTM", "grossProfitTTM", "dilutedEPSTTM", "quarterlyEarningsGrowthYOY", "quarterlyRevenueGrowthYOY", "analystTargetPrice", "analystRatingStrongBuy", "analystRatingBuy", "analystRatingHold", "analystRatingSell", "analystRatingStrongSell", "trailingPE", "forwardPE", "priceToSalesRatioTTM", "priceToBookRatio", "evToRevenue", "evToEbitda", "beta", "week52High", "week52Low", "day50MovingAverage", "day200MovingAverage", "sharesOutstanding", "dividendDate", "exDividendDate", "askPrice", "bidPrice", "createdAt", "updatedAt"],
1013
- TradeCreateInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "asset", "actions"],
1014
- TradeUpdateInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "asset", "actions"],
1015
- TradeCreateManyInput: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
1016
- TradeUpdateManyMutationInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
1013
+ TradeCreateInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "asset", "actions"],
1014
+ TradeUpdateInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "asset", "actions"],
1015
+ TradeCreateManyInput: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
1016
+ TradeUpdateManyMutationInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
1017
1017
  ActionCreateInput: ["id", "sequence", "type", "note", "status", "fee", "trade", "order"],
1018
1018
  ActionUpdateInput: ["id", "sequence", "type", "note", "status", "fee", "trade", "order"],
1019
1019
  ActionCreateManyInput: ["id", "sequence", "tradeId", "type", "note", "status", "fee"],
@@ -1149,10 +1149,10 @@ const inputsInfo = {
1149
1149
  AlpacaAccountRelationFilter: ["is", "isNot"],
1150
1150
  ActionListRelationFilter: ["every", "some", "none"],
1151
1151
  ActionOrderByRelationAggregateInput: ["_count"],
1152
- TradeCountOrderByAggregateInput: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
1152
+ TradeCountOrderByAggregateInput: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
1153
1153
  TradeAvgOrderByAggregateInput: ["qty", "price", "total", "confidence"],
1154
- TradeMaxOrderByAggregateInput: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
1155
- TradeMinOrderByAggregateInput: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
1154
+ TradeMaxOrderByAggregateInput: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
1155
+ TradeMinOrderByAggregateInput: ["id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
1156
1156
  TradeSumOrderByAggregateInput: ["qty", "price", "total", "confidence"],
1157
1157
  EnumOptionTypeNullableWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
1158
1158
  EnumTradeSignalWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
@@ -1427,7 +1427,7 @@ const inputsInfo = {
1427
1427
  AlpacaAccountScalarWhereInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt"],
1428
1428
  UserCreateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators"],
1429
1429
  UserCreateOrConnectWithoutAlpacaAccountsInput: ["where", "create"],
1430
- TradeCreateWithoutAlpacaAccountInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status", "asset", "actions"],
1430
+ TradeCreateWithoutAlpacaAccountInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "asset", "actions"],
1431
1431
  TradeCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
1432
1432
  TradeCreateManyAlpacaAccountInputEnvelope: ["data", "skipDuplicates"],
1433
1433
  OrderCreateWithoutAlpacaAccountInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledAvgPrice", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "action", "asset"],
@@ -1445,7 +1445,7 @@ const inputsInfo = {
1445
1445
  TradeUpsertWithWhereUniqueWithoutAlpacaAccountInput: ["where", "update", "create"],
1446
1446
  TradeUpdateWithWhereUniqueWithoutAlpacaAccountInput: ["where", "data"],
1447
1447
  TradeUpdateManyWithWhereWithoutAlpacaAccountInput: ["where", "data"],
1448
- TradeScalarWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
1448
+ TradeScalarWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
1449
1449
  OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput: ["where", "update", "create"],
1450
1450
  OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput: ["where", "data"],
1451
1451
  OrderUpdateManyWithWhereWithoutAlpacaAccountInput: ["where", "data"],
@@ -1485,7 +1485,7 @@ const inputsInfo = {
1485
1485
  UserUpdateWithWhereUniqueWithoutCustomerInput: ["where", "data"],
1486
1486
  UserUpdateManyWithWhereWithoutCustomerInput: ["where", "data"],
1487
1487
  UserScalarWhereInput: ["AND", "OR", "NOT", "id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
1488
- TradeCreateWithoutAssetInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "actions"],
1488
+ TradeCreateWithoutAssetInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "actions"],
1489
1489
  TradeCreateOrConnectWithoutAssetInput: ["where", "create"],
1490
1490
  TradeCreateManyAssetInputEnvelope: ["data", "skipDuplicates"],
1491
1491
  OrderCreateWithoutAssetInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledAvgPrice", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "alpacaAccount", "action"],
@@ -1527,13 +1527,13 @@ const inputsInfo = {
1527
1527
  ActionUpdateWithWhereUniqueWithoutTradeInput: ["where", "data"],
1528
1528
  ActionUpdateManyWithWhereWithoutTradeInput: ["where", "data"],
1529
1529
  ActionScalarWhereInput: ["AND", "OR", "NOT", "id", "sequence", "tradeId", "type", "note", "status", "fee"],
1530
- TradeCreateWithoutActionsInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "asset"],
1530
+ TradeCreateWithoutActionsInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "asset"],
1531
1531
  TradeCreateOrConnectWithoutActionsInput: ["where", "create"],
1532
1532
  OrderCreateWithoutActionInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledAvgPrice", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "alpacaAccount", "asset"],
1533
1533
  OrderCreateOrConnectWithoutActionInput: ["where", "create"],
1534
1534
  TradeUpsertWithoutActionsInput: ["update", "create", "where"],
1535
1535
  TradeUpdateToOneWithWhereWithoutActionsInput: ["where", "data"],
1536
- TradeUpdateWithoutActionsInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "asset"],
1536
+ TradeUpdateWithoutActionsInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "asset"],
1537
1537
  OrderUpsertWithoutActionInput: ["update", "create", "where"],
1538
1538
  OrderUpdateToOneWithWhereWithoutActionInput: ["where", "data"],
1539
1539
  OrderUpdateWithoutActionInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledAvgPrice", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "alpacaAccount", "asset"],
@@ -1601,21 +1601,21 @@ const inputsInfo = {
1601
1601
  SessionUpdateWithoutUserInput: ["id", "sessionToken", "expires", "createdAt", "updatedAt"],
1602
1602
  AuthenticatorUpdateWithoutUserInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
1603
1603
  AlpacaAccountUpdateWithoutUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "createdAt", "updatedAt", "trades", "orders", "positions", "alerts"],
1604
- TradeCreateManyAlpacaAccountInput: ["id", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
1604
+ TradeCreateManyAlpacaAccountInput: ["id", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
1605
1605
  OrderCreateManyAlpacaAccountInput: ["id", "clientOrderId", "assetId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledAvgPrice", "actionId", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId"],
1606
1606
  PositionCreateManyAlpacaAccountInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable"],
1607
1607
  AlertCreateManyAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
1608
- TradeUpdateWithoutAlpacaAccountInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status", "asset", "actions"],
1608
+ TradeUpdateWithoutAlpacaAccountInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "asset", "actions"],
1609
1609
  OrderUpdateWithoutAlpacaAccountInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledAvgPrice", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "action", "asset"],
1610
1610
  PositionUpdateWithoutAlpacaAccountInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "asset"],
1611
1611
  AlertUpdateWithoutAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
1612
1612
  UserCreateManyCustomerInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel"],
1613
1613
  UserUpdateWithoutCustomerInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "accounts", "sessions", "authenticators", "alpacaAccounts"],
1614
- TradeCreateManyAssetInput: ["id", "alpacaAccountId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
1614
+ TradeCreateManyAssetInput: ["id", "alpacaAccountId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
1615
1615
  OrderCreateManyAssetInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledAvgPrice", "actionId", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId"],
1616
1616
  PositionCreateManyAssetInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId"],
1617
1617
  NewsArticleAssetSentimentCreateManyAssetInput: ["id", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel"],
1618
- TradeUpdateWithoutAssetInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "actions"],
1618
+ TradeUpdateWithoutAssetInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "actions"],
1619
1619
  OrderUpdateWithoutAssetInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledAvgPrice", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "alpacaAccount", "action"],
1620
1620
  PositionUpdateWithoutAssetInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccount"],
1621
1621
  NewsArticleAssetSentimentUpdateWithoutAssetInput: ["id", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "news"],
@@ -9,6 +9,7 @@ export declare enum TradeScalarFieldEnum {
9
9
  signal = "signal",
10
10
  strategy = "strategy",
11
11
  analysis = "analysis",
12
+ summary = "summary",
12
13
  confidence = "confidence",
13
14
  timestamp = "timestamp",
14
15
  createdAt = "createdAt",
@@ -1 +1 @@
1
- {"version":3,"file":"TradeScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,oBAAoB;IAC9B,EAAE,OAAO;IACT,eAAe,oBAAoB;IACnC,OAAO,YAAY;IACnB,GAAG,QAAQ;IACX,KAAK,UAAU;IACf,KAAK,UAAU;IACf,UAAU,eAAe;IACzB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,MAAM,WAAW;CAClB"}
1
+ {"version":3,"file":"TradeScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,oBAAoB;IAC9B,EAAE,OAAO;IACT,eAAe,oBAAoB;IACnC,OAAO,YAAY;IACnB,GAAG,QAAQ;IACX,KAAK,UAAU;IACf,KAAK,UAAU;IACf,UAAU,eAAe;IACzB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,MAAM,WAAW;CAClB"}
@@ -1 +1 @@
1
- {"version":3,"file":"TradeScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,oBAgBX;AAhBD,WAAY,oBAAoB;IAC9B,iCAAS,CAAA;IACT,2DAAmC,CAAA;IACnC,2CAAmB,CAAA;IACnB,mCAAW,CAAA;IACX,uCAAe,CAAA;IACf,uCAAe,CAAA;IACf,iDAAyB,CAAA;IACzB,yCAAiB,CAAA;IACjB,6CAAqB,CAAA;IACrB,6CAAqB,CAAA;IACrB,iDAAyB,CAAA;IACzB,+CAAuB,CAAA;IACvB,+CAAuB,CAAA;IACvB,+CAAuB,CAAA;IACvB,yCAAiB,CAAA;AACnB,CAAC,EAhBW,oBAAoB,KAApB,oBAAoB,QAgB/B;AACD,WAAW,CAAC,gBAAgB,CAAC,oBAAoB,EAAE;IACjD,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
1
+ {"version":3,"file":"TradeScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,oBAiBX;AAjBD,WAAY,oBAAoB;IAC9B,iCAAS,CAAA;IACT,2DAAmC,CAAA;IACnC,2CAAmB,CAAA;IACnB,mCAAW,CAAA;IACX,uCAAe,CAAA;IACf,uCAAe,CAAA;IACf,iDAAyB,CAAA;IACzB,yCAAiB,CAAA;IACjB,6CAAqB,CAAA;IACrB,6CAAqB,CAAA;IACrB,2CAAmB,CAAA;IACnB,iDAAyB,CAAA;IACzB,+CAAuB,CAAA;IACvB,+CAAuB,CAAA;IACvB,+CAAuB,CAAA;IACvB,yCAAiB,CAAA;AACnB,CAAC,EAjBW,oBAAoB,KAApB,oBAAoB,QAiB/B;AACD,WAAW,CAAC,gBAAgB,CAAC,oBAAoB,EAAE;IACjD,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
@@ -11,6 +11,7 @@ export var TradeScalarFieldEnum;
11
11
  TradeScalarFieldEnum["signal"] = "signal";
12
12
  TradeScalarFieldEnum["strategy"] = "strategy";
13
13
  TradeScalarFieldEnum["analysis"] = "analysis";
14
+ TradeScalarFieldEnum["summary"] = "summary";
14
15
  TradeScalarFieldEnum["confidence"] = "confidence";
15
16
  TradeScalarFieldEnum["timestamp"] = "timestamp";
16
17
  TradeScalarFieldEnum["createdAt"] = "createdAt";
@@ -25,7 +25,7 @@ export declare class Order {
25
25
  */
26
26
  qty?: number | null;
27
27
  /**
28
- * Notional value of the order. Optional, used if qty is not provided.
28
+ * Notional value of the order. Optional, used if qty is not provided. But importantly, either qty or notional must be provided.
29
29
  */
30
30
  notional?: number | null;
31
31
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Order.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Order.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Order.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Order.ts"],"names":[],"mappings":"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"}
@@ -36,7 +36,7 @@ let Order = class Order {
36
36
  */
37
37
  qty;
38
38
  /**
39
- * Notional value of the order. Optional, used if qty is not provided.
39
+ * Notional value of the order. Optional, used if qty is not provided. But importantly, either qty or notional must be provided.
40
40
  */
41
41
  notional;
42
42
  /**
@@ -180,7 +180,7 @@ __decorate([
180
180
  __decorate([
181
181
  TypeGraphQL.Field(_type => TypeGraphQL.Float, {
182
182
  nullable: true,
183
- description: "Notional value of the order. Optional, used if qty is not provided."
183
+ description: "Notional value of the order. Optional, used if qty is not provided. But importantly, either qty or notional must be provided."
184
184
  }),
185
185
  __metadata("design:type", Object)
186
186
  ], Order.prototype, "notional", void 0);
@@ -40,9 +40,13 @@ export declare class Trade {
40
40
  */
41
41
  strategy: "TECHNICAL_ANALYSIS" | "TREND_FOLLOWING" | "MEAN_REVERSION" | "OPTIONS_STRATEGY" | "MOMENTUM_STRATEGY" | "ARBITRAGE" | "STATISTICAL_ARBITRAGE" | "MARKET_MAKING" | "NEWS_BASED_STRATEGY" | "SENTIMENT_ANALYSIS" | "LIQUIDITY_PROVISION" | "SCALPING" | "VOLATILITY_TRADING" | "EVENT_DRIVEN" | "BREAKOUT_STRATEGY" | "ORDER_FLOW_TRADING" | "PAIR_TRADING" | "SECTOR_ROTATION" | "HIGH_FREQUENCY_TRADING" | "MACHINE_VISION_ANALYSIS" | "NO_STRATEGY";
42
42
  /**
43
- * Analysis supporting the trade decision.
43
+ * Analysis supporting the trade decision as markdown text. SKIP=true
44
44
  */
45
45
  analysis: string;
46
+ /**
47
+ * summary of the trade decision (this should be a short description of the trade).
48
+ */
49
+ summary: string;
46
50
  /**
47
51
  * Confidence level in the trade decision.
48
52
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Trade.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Trade.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAKxC,OAAO,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAE7D,qBACa,KAAK;IAChB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,eAAe,EAAG,MAAM,CAAC;IAEzB;;OAEG;IAKH,OAAO,EAAG,MAAM,CAAC;IAEjB;;OAEG;IAKH,GAAG,EAAG,MAAM,CAAC;IAEb;;OAEG;IAKH,KAAK,EAAG,MAAM,CAAC;IAEf;;OAEG;IAKH,KAAK,EAAG,MAAM,CAAC;IAEf;;OAEG;IAKH,UAAU,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI,CAAC;IAEnC;;OAEG;IAKH,MAAM,EAAG,cAAc,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,gBAAgB,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,kBAAkB,GAAG,cAAc,GAAG,0BAA0B,GAAG,2BAA2B,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,uBAAuB,GAAG,uBAAuB,GAAG,cAAc,GAAG,eAAe,GAAG,oBAAoB,GAAG,gBAAgB,GAAG,cAAc,GAAG,qBAAqB,GAAG,uBAAuB,GAAG,mBAAmB,GAAG,UAAU,GAAG,2BAA2B,GAAG,aAAa,GAAG,uBAAuB,GAAG,uBAAuB,GAAG,cAAc,GAAG,sBAAsB,GAAG,qBAAqB,GAAG,sBAAsB,GAAG,qBAAqB,GAAG,2BAA2B,GAAG,uBAAuB,GAAG,mBAAmB,GAAG,uBAAuB,GAAG,6BAA6B,GAAG,4BAA4B,GAAG,WAAW,CAAC;IAEj6B;;OAEG;IAKH,QAAQ,EAAG,oBAAoB,GAAG,iBAAiB,GAAG,gBAAgB,GAAG,kBAAkB,GAAG,mBAAmB,GAAG,WAAW,GAAG,uBAAuB,GAAG,eAAe,GAAG,qBAAqB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,GAAG,oBAAoB,GAAG,cAAc,GAAG,mBAAmB,GAAG,oBAAoB,GAAG,cAAc,GAAG,iBAAiB,GAAG,wBAAwB,GAAG,yBAAyB,GAAG,aAAa,CAAC;IAEjc;;OAEG;IAKH,QAAQ,EAAG,MAAM,CAAC;IAElB;;OAEG;IAKH,UAAU,EAAG,MAAM,CAAC;IAEpB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,MAAM,EAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,WAAW,CAAC;IAEtD;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC;IAEd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IAKnB,MAAM,CAAC,EAAE,UAAU,GAAG,IAAI,CAAC;CAC5B"}
1
+ {"version":3,"file":"Trade.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Trade.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAKxC,OAAO,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAE7D,qBACa,KAAK;IAChB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,eAAe,EAAG,MAAM,CAAC;IAEzB;;OAEG;IAKH,OAAO,EAAG,MAAM,CAAC;IAEjB;;OAEG;IAKH,GAAG,EAAG,MAAM,CAAC;IAEb;;OAEG;IAKH,KAAK,EAAG,MAAM,CAAC;IAEf;;OAEG;IAKH,KAAK,EAAG,MAAM,CAAC;IAEf;;OAEG;IAKH,UAAU,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI,CAAC;IAEnC;;OAEG;IAKH,MAAM,EAAG,cAAc,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,gBAAgB,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,kBAAkB,GAAG,cAAc,GAAG,0BAA0B,GAAG,2BAA2B,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,uBAAuB,GAAG,uBAAuB,GAAG,cAAc,GAAG,eAAe,GAAG,oBAAoB,GAAG,gBAAgB,GAAG,cAAc,GAAG,qBAAqB,GAAG,uBAAuB,GAAG,mBAAmB,GAAG,UAAU,GAAG,2BAA2B,GAAG,aAAa,GAAG,uBAAuB,GAAG,uBAAuB,GAAG,cAAc,GAAG,sBAAsB,GAAG,qBAAqB,GAAG,sBAAsB,GAAG,qBAAqB,GAAG,2BAA2B,GAAG,uBAAuB,GAAG,mBAAmB,GAAG,uBAAuB,GAAG,6BAA6B,GAAG,4BAA4B,GAAG,WAAW,CAAC;IAEj6B;;OAEG;IAKH,QAAQ,EAAG,oBAAoB,GAAG,iBAAiB,GAAG,gBAAgB,GAAG,kBAAkB,GAAG,mBAAmB,GAAG,WAAW,GAAG,uBAAuB,GAAG,eAAe,GAAG,qBAAqB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,GAAG,oBAAoB,GAAG,cAAc,GAAG,mBAAmB,GAAG,oBAAoB,GAAG,cAAc,GAAG,iBAAiB,GAAG,wBAAwB,GAAG,yBAAyB,GAAG,aAAa,CAAC;IAEjc;;OAEG;IAKH,QAAQ,EAAG,MAAM,CAAC;IAElB;;OAEG;IAKH,OAAO,EAAG,MAAM,CAAC;IAEjB;;OAEG;IAKH,UAAU,EAAG,MAAM,CAAC;IAEpB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,MAAM,EAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,WAAW,CAAC;IAEtD;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC;IAEd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IAKnB,MAAM,CAAC,EAAE,UAAU,GAAG,IAAI,CAAC;CAC5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"Trade.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Trade.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Trade.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Trade.ts"],"names":[],"mappings":"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"}
@@ -51,9 +51,13 @@ let Trade = class Trade {
51
51
  */
52
52
  strategy;
53
53
  /**
54
- * Analysis supporting the trade decision.
54
+ * Analysis supporting the trade decision as markdown text. SKIP=true
55
55
  */
56
56
  analysis;
57
+ /**
58
+ * summary of the trade decision (this should be a short description of the trade).
59
+ */
60
+ summary;
57
61
  /**
58
62
  * Confidence level in the trade decision.
59
63
  */
@@ -154,10 +158,17 @@ __decorate([
154
158
  __decorate([
155
159
  TypeGraphQL.Field(_type => String, {
156
160
  nullable: false,
157
- description: "Analysis supporting the trade decision."
161
+ description: "Analysis supporting the trade decision as markdown text. SKIP=true"
158
162
  }),
159
163
  __metadata("design:type", String)
160
164
  ], Trade.prototype, "analysis", void 0);
165
+ __decorate([
166
+ TypeGraphQL.Field(_type => String, {
167
+ nullable: false,
168
+ description: "summary of the trade decision (this should be a short description of the trade)."
169
+ }),
170
+ __metadata("design:type", String)
171
+ ], Trade.prototype, "summary", void 0);
161
172
  __decorate([
162
173
  TypeGraphQL.Field(_type => TypeGraphQL.Float, {
163
174
  nullable: false,
@@ -7,6 +7,6 @@ export declare class FindFirstTradeArgs {
7
7
  cursor?: TradeWhereUniqueInput | undefined;
8
8
  take?: number | undefined;
9
9
  skip?: number | undefined;
10
- distinct?: Array<"id" | "alpacaAccountId" | "assetId" | "qty" | "price" | "total" | "optionType" | "signal" | "strategy" | "analysis" | "confidence" | "timestamp" | "createdAt" | "updatedAt" | "status"> | undefined;
10
+ distinct?: Array<"id" | "alpacaAccountId" | "assetId" | "qty" | "price" | "total" | "optionType" | "signal" | "strategy" | "analysis" | "summary" | "confidence" | "timestamp" | "createdAt" | "updatedAt" | "status"> | undefined;
11
11
  }
12
12
  //# sourceMappingURL=FindFirstTradeArgs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FindFirstTradeArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAG9E,qBACa,kBAAkB;IAI7B,KAAK,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IAKpC,OAAO,CAAC,EAAE,6BAA6B,EAAE,GAAG,SAAS,CAAC;IAKtD,MAAM,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IAK3C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,iBAAiB,GAAG,SAAS,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,GAAG,YAAY,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,YAAY,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,QAAQ,CAAC,GAAG,SAAS,CAAC;CACxN"}
1
+ {"version":3,"file":"FindFirstTradeArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAG9E,qBACa,kBAAkB;IAI7B,KAAK,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IAKpC,OAAO,CAAC,EAAE,6BAA6B,EAAE,GAAG,SAAS,CAAC;IAKtD,MAAM,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IAK3C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,iBAAiB,GAAG,SAAS,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,GAAG,YAAY,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,SAAS,GAAG,YAAY,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,QAAQ,CAAC,GAAG,SAAS,CAAC;CACpO"}
@@ -1 +1 @@
1
- {"version":3,"file":"FindFirstTradeArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAGvE,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;IAI7B,KAAK,CAA+B;IAKpC,OAAO,CAA+C;IAKtD,MAAM,CAAqC;IAK3C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAA+M;CACxN,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,6BAA6B,CAAC,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACoD;AAKtD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAqB,EAAE;QACjD,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACyC;AAK3C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;gDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;gDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,oBAAoB,CAAC,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACqN;AA7B5M,kBAAkB;IAD9B,WAAW,CAAC,QAAQ,EAAE;GACV,kBAAkB,CA8B9B"}
1
+ {"version":3,"file":"FindFirstTradeArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAGvE,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;IAI7B,KAAK,CAA+B;IAKpC,OAAO,CAA+C;IAKtD,MAAM,CAAqC;IAK3C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAA2N;CACpO,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,6BAA6B,CAAC,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACoD;AAKtD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAqB,EAAE;QACjD,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACyC;AAK3C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;gDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;gDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,oBAAoB,CAAC,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACiO;AA7BxN,kBAAkB;IAD9B,WAAW,CAAC,QAAQ,EAAE;GACV,kBAAkB,CA8B9B"}
@@ -7,6 +7,6 @@ export declare class FindFirstTradeOrThrowArgs {
7
7
  cursor?: TradeWhereUniqueInput | undefined;
8
8
  take?: number | undefined;
9
9
  skip?: number | undefined;
10
- distinct?: Array<"id" | "alpacaAccountId" | "assetId" | "qty" | "price" | "total" | "optionType" | "signal" | "strategy" | "analysis" | "confidence" | "timestamp" | "createdAt" | "updatedAt" | "status"> | undefined;
10
+ distinct?: Array<"id" | "alpacaAccountId" | "assetId" | "qty" | "price" | "total" | "optionType" | "signal" | "strategy" | "analysis" | "summary" | "confidence" | "timestamp" | "createdAt" | "updatedAt" | "status"> | undefined;
11
11
  }
12
12
  //# sourceMappingURL=FindFirstTradeOrThrowArgs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FindFirstTradeOrThrowArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAG9E,qBACa,yBAAyB;IAIpC,KAAK,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IAKpC,OAAO,CAAC,EAAE,6BAA6B,EAAE,GAAG,SAAS,CAAC;IAKtD,MAAM,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IAK3C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,iBAAiB,GAAG,SAAS,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,GAAG,YAAY,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,YAAY,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,QAAQ,CAAC,GAAG,SAAS,CAAC;CACxN"}
1
+ {"version":3,"file":"FindFirstTradeOrThrowArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAG9E,qBACa,yBAAyB;IAIpC,KAAK,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IAKpC,OAAO,CAAC,EAAE,6BAA6B,EAAE,GAAG,SAAS,CAAC;IAKtD,MAAM,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IAK3C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,iBAAiB,GAAG,SAAS,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,GAAG,YAAY,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,SAAS,GAAG,YAAY,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,QAAQ,CAAC,GAAG,SAAS,CAAC;CACpO"}
@@ -1 +1 @@
1
- {"version":3,"file":"FindFirstTradeOrThrowArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAGvE,IAAM,yBAAyB,GAA/B,MAAM,yBAAyB;IAIpC,KAAK,CAA+B;IAKpC,OAAO,CAA+C;IAKtD,MAAM,CAAqC;IAK3C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAA+M;CACxN,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;wDACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,6BAA6B,CAAC,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;0DACoD;AAKtD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAqB,EAAE;QACjD,QAAQ,EAAE,IAAI;KACf,CAAC;;yDACyC;AAK3C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,oBAAoB,CAAC,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;2DACqN;AA7B5M,yBAAyB;IADrC,WAAW,CAAC,QAAQ,EAAE;GACV,yBAAyB,CA8BrC"}
1
+ {"version":3,"file":"FindFirstTradeOrThrowArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAGvE,IAAM,yBAAyB,GAA/B,MAAM,yBAAyB;IAIpC,KAAK,CAA+B;IAKpC,OAAO,CAA+C;IAKtD,MAAM,CAAqC;IAK3C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAA2N;CACpO,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;wDACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,6BAA6B,CAAC,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;0DACoD;AAKtD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAqB,EAAE;QACjD,QAAQ,EAAE,IAAI;KACf,CAAC;;yDACyC;AAK3C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,oBAAoB,CAAC,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;2DACiO;AA7BxN,yBAAyB;IADrC,WAAW,CAAC,QAAQ,EAAE;GACV,yBAAyB,CA8BrC"}
@@ -7,6 +7,6 @@ export declare class FindManyTradeArgs {
7
7
  cursor?: TradeWhereUniqueInput | undefined;
8
8
  take?: number | undefined;
9
9
  skip?: number | undefined;
10
- distinct?: Array<"id" | "alpacaAccountId" | "assetId" | "qty" | "price" | "total" | "optionType" | "signal" | "strategy" | "analysis" | "confidence" | "timestamp" | "createdAt" | "updatedAt" | "status"> | undefined;
10
+ distinct?: Array<"id" | "alpacaAccountId" | "assetId" | "qty" | "price" | "total" | "optionType" | "signal" | "strategy" | "analysis" | "summary" | "confidence" | "timestamp" | "createdAt" | "updatedAt" | "status"> | undefined;
11
11
  }
12
12
  //# sourceMappingURL=FindManyTradeArgs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FindManyTradeArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAG9E,qBACa,iBAAiB;IAI5B,KAAK,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IAKpC,OAAO,CAAC,EAAE,6BAA6B,EAAE,GAAG,SAAS,CAAC;IAKtD,MAAM,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IAK3C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,iBAAiB,GAAG,SAAS,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,GAAG,YAAY,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,YAAY,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,QAAQ,CAAC,GAAG,SAAS,CAAC;CACxN"}
1
+ {"version":3,"file":"FindManyTradeArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAG9E,qBACa,iBAAiB;IAI5B,KAAK,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IAKpC,OAAO,CAAC,EAAE,6BAA6B,EAAE,GAAG,SAAS,CAAC;IAKtD,MAAM,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IAK3C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,iBAAiB,GAAG,SAAS,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,GAAG,YAAY,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,SAAS,GAAG,YAAY,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,QAAQ,CAAC,GAAG,SAAS,CAAC;CACpO"}
@@ -1 +1 @@
1
- {"version":3,"file":"FindManyTradeArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAGvE,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAI5B,KAAK,CAA+B;IAKpC,OAAO,CAA+C;IAKtD,MAAM,CAAqC;IAK3C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAA+M;CACxN,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;gDACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,6BAA6B,CAAC,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACoD;AAKtD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAqB,EAAE;QACjD,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACyC;AAK3C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,oBAAoB,CAAC,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACqN;AA7B5M,iBAAiB;IAD7B,WAAW,CAAC,QAAQ,EAAE;GACV,iBAAiB,CA8B7B"}
1
+ {"version":3,"file":"FindManyTradeArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAGvE,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAI5B,KAAK,CAA+B;IAKpC,OAAO,CAA+C;IAKtD,MAAM,CAAqC;IAK3C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAA2N;CACpO,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;gDACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,6BAA6B,CAAC,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACoD;AAKtD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAqB,EAAE;QACjD,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACyC;AAK3C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,oBAAoB,CAAC,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACiO;AA7BxN,iBAAiB;IAD7B,WAAW,CAAC,QAAQ,EAAE;GACV,iBAAiB,CA8B7B"}
@@ -4,7 +4,7 @@ import { TradeWhereInput } from "../../../inputs/TradeWhereInput";
4
4
  export declare class GroupByTradeArgs {
5
5
  where?: TradeWhereInput | undefined;
6
6
  orderBy?: TradeOrderByWithAggregationInput[] | undefined;
7
- by: Array<"id" | "alpacaAccountId" | "assetId" | "qty" | "price" | "total" | "optionType" | "signal" | "strategy" | "analysis" | "confidence" | "timestamp" | "createdAt" | "updatedAt" | "status">;
7
+ by: Array<"id" | "alpacaAccountId" | "assetId" | "qty" | "price" | "total" | "optionType" | "signal" | "strategy" | "analysis" | "summary" | "confidence" | "timestamp" | "createdAt" | "updatedAt" | "status">;
8
8
  having?: TradeScalarWhereWithAggregatesInput | undefined;
9
9
  take?: number | undefined;
10
10
  skip?: number | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"GroupByTradeArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,mCAAmC,EAAE,MAAM,qDAAqD,CAAC;AAC1G,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAGlE,qBACa,gBAAgB;IAI3B,KAAK,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IAKpC,OAAO,CAAC,EAAE,gCAAgC,EAAE,GAAG,SAAS,CAAC;IAKzD,EAAE,EAAG,KAAK,CAAC,IAAI,GAAG,iBAAiB,GAAG,SAAS,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,GAAG,YAAY,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,YAAY,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,QAAQ,CAAC,CAAC;IAKrM,MAAM,CAAC,EAAE,mCAAmC,GAAG,SAAS,CAAC;IAKzD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B"}
1
+ {"version":3,"file":"GroupByTradeArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,mCAAmC,EAAE,MAAM,qDAAqD,CAAC;AAC1G,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAGlE,qBACa,gBAAgB;IAI3B,KAAK,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IAKpC,OAAO,CAAC,EAAE,gCAAgC,EAAE,GAAG,SAAS,CAAC;IAKzD,EAAE,EAAG,KAAK,CAAC,IAAI,GAAG,iBAAiB,GAAG,SAAS,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,GAAG,YAAY,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,SAAS,GAAG,YAAY,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,QAAQ,CAAC,CAAC;IAKjN,MAAM,CAAC,EAAE,mCAAmC,GAAG,SAAS,CAAC;IAKzD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B"}
@@ -1 +1 @@
1
- {"version":3,"file":"GroupByTradeArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,mCAAmC,EAAE,MAAM,qDAAqD,CAAC;AAC1G,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAGvE,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;IAI3B,KAAK,CAA+B;IAKpC,OAAO,CAAkD;IAKzD,EAAE,CAAmM;IAKrM,MAAM,CAAmD;IAKzD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;CAC3B,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,gCAAgC,CAAC,EAAE;QAC9D,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACuD;AAKzD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,oBAAoB,CAAC,EAAE;QAClD,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACG,KAAK;4CAA2L;AAKrM;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,mCAAmC,EAAE;QAC/D,QAAQ,EAAE,IAAI;KACf,CAAC;;gDACuD;AAKzD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACwB;AA7Bf,gBAAgB;IAD5B,WAAW,CAAC,QAAQ,EAAE;GACV,gBAAgB,CA8B5B"}
1
+ {"version":3,"file":"GroupByTradeArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,mCAAmC,EAAE,MAAM,qDAAqD,CAAC;AAC1G,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAGvE,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;IAI3B,KAAK,CAA+B;IAKpC,OAAO,CAAkD;IAKzD,EAAE,CAA+M;IAKjN,MAAM,CAAmD;IAKzD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;CAC3B,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,gCAAgC,CAAC,EAAE;QAC9D,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACuD;AAKzD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,oBAAoB,CAAC,EAAE;QAClD,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACG,KAAK;4CAAuM;AAKjN;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,mCAAmC,EAAE;QAC/D,QAAQ,EAAE,IAAI;KACf,CAAC;;gDACuD;AAKzD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACwB;AA7Bf,gBAAgB;IAD5B,WAAW,CAAC,QAAQ,EAAE;GACV,gBAAgB,CA8B5B"}
@@ -9,6 +9,7 @@ export declare class TradeCountOrderByAggregateInput {
9
9
  signal?: "asc" | "desc" | undefined;
10
10
  strategy?: "asc" | "desc" | undefined;
11
11
  analysis?: "asc" | "desc" | undefined;
12
+ summary?: "asc" | "desc" | undefined;
12
13
  confidence?: "asc" | "desc" | undefined;
13
14
  timestamp?: "asc" | "desc" | undefined;
14
15
  createdAt?: "asc" | "desc" | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"TradeCountOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,+BAA+B;IAI1C,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,GAAG,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKjC,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKnC,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKnC,UAAU,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKxC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKtC,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKtC,UAAU,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKxC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CACrC"}
1
+ {"version":3,"file":"TradeCountOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,+BAA+B;IAI1C,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,GAAG,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKjC,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKnC,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKnC,UAAU,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKxC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKtC,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKtC,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,UAAU,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKxC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CACrC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TradeCountOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,+BAA+B,GAArC,MAAM,+BAA+B;IAI1C,EAAE,CAA8B;IAKhC,eAAe,CAA8B;IAK7C,OAAO,CAA8B;IAKrC,GAAG,CAA8B;IAKjC,KAAK,CAA8B;IAKnC,KAAK,CAA8B;IAKnC,UAAU,CAA8B;IAKxC,MAAM,CAA8B;IAKpC,QAAQ,CAA8B;IAKtC,QAAQ,CAA8B;IAKtC,UAAU,CAA8B;IAKxC,SAAS,CAA8B;IAKvC,SAAS,CAA8B;IAKvC,SAAS,CAA8B;IAKvC,MAAM,CAA8B;CACrC,CAAA;AAvEC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;2DAC8B;AAKhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;wEAC2C;AAK7C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;gEACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;4DAC+B;AAKjC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;8DACiC;AAKnC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;8DACiC;AAKnC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACsC;AAKxC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;+DACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;iEACoC;AAKtC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;iEACoC;AAKtC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACsC;AAKxC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACqC;AAKvC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACqC;AAKvC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACqC;AAKvC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;+DACkC;AA1EzB,+BAA+B;IAD3C,WAAW,CAAC,SAAS,CAAC,iCAAiC,EAAE,EAAE,CAAC;GAChD,+BAA+B,CA2E3C"}
1
+ {"version":3,"file":"TradeCountOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.ts"],"names":[],"mappings":"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"}
@@ -20,6 +20,7 @@ let TradeCountOrderByAggregateInput = class TradeCountOrderByAggregateInput {
20
20
  signal;
21
21
  strategy;
22
22
  analysis;
23
+ summary;
23
24
  confidence;
24
25
  timestamp;
25
26
  createdAt;
@@ -86,6 +87,12 @@ __decorate([
86
87
  }),
87
88
  __metadata("design:type", Object)
88
89
  ], TradeCountOrderByAggregateInput.prototype, "analysis", void 0);
90
+ __decorate([
91
+ TypeGraphQL.Field(_type => SortOrder, {
92
+ nullable: true
93
+ }),
94
+ __metadata("design:type", Object)
95
+ ], TradeCountOrderByAggregateInput.prototype, "summary", void 0);
89
96
  __decorate([
90
97
  TypeGraphQL.Field(_type => SortOrder, {
91
98
  nullable: true