adaptic-backend 1.0.307 → 1.0.308

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 (607) hide show
  1. package/Account.cjs +4 -1080
  2. package/Account.d.ts +2 -2
  3. package/Action.cjs +34 -1643
  4. package/Action.d.ts +2 -2
  5. package/Alert.cjs +215 -2533
  6. package/Alert.d.ts +2 -2
  7. package/AlpacaAccount.cjs +112 -2884
  8. package/AlpacaAccount.d.ts +2 -2
  9. package/Asset.cjs +4 -4
  10. package/Asset.d.ts +2 -2
  11. package/Authenticator.cjs +4 -1080
  12. package/Authenticator.d.ts +2 -2
  13. package/Contract.cjs +39 -1648
  14. package/Contract.d.ts +2 -2
  15. package/Customer.cjs +4 -1080
  16. package/Customer.d.ts +2 -2
  17. package/Deliverable.cjs +21 -472
  18. package/Deliverable.d.ts +2 -2
  19. package/EconomicEvent.cjs +4 -4
  20. package/EconomicEvent.d.ts +2 -2
  21. package/MarketSentiment.cjs +4 -4
  22. package/MarketSentiment.d.ts +2 -2
  23. package/NewsArticle.cjs +4 -4
  24. package/NewsArticle.d.ts +2 -2
  25. package/NewsArticleAssetSentiment.cjs +4 -4
  26. package/NewsArticleAssetSentiment.d.ts +2 -2
  27. package/Order.cjs +70 -2709
  28. package/Order.d.ts +2 -2
  29. package/Position.cjs +4 -2322
  30. package/Position.d.ts +2 -2
  31. package/ScheduledOptionOrder.cjs +4 -4
  32. package/ScheduledOptionOrder.d.ts +2 -2
  33. package/Session.cjs +4 -1029
  34. package/Session.d.ts +2 -2
  35. package/StopLoss.cjs +21 -1630
  36. package/StopLoss.d.ts +2 -2
  37. package/TakeProfit.cjs +21 -1630
  38. package/TakeProfit.d.ts +2 -2
  39. package/Trade.cjs +21 -472
  40. package/Trade.d.ts +2 -2
  41. package/User.cjs +4 -2383
  42. package/User.d.ts +2 -2
  43. package/VerificationToken.cjs +4 -4
  44. package/VerificationToken.d.ts +2 -2
  45. package/esm/Account.d.ts +2 -2
  46. package/esm/Account.d.ts.map +1 -1
  47. package/esm/Account.js.map +1 -1
  48. package/esm/Account.mjs +4 -1080
  49. package/esm/Action.d.ts +2 -2
  50. package/esm/Action.d.ts.map +1 -1
  51. package/esm/Action.js.map +1 -1
  52. package/esm/Action.mjs +34 -1643
  53. package/esm/Alert.d.ts +2 -2
  54. package/esm/Alert.d.ts.map +1 -1
  55. package/esm/Alert.js.map +1 -1
  56. package/esm/Alert.mjs +215 -2533
  57. package/esm/AlpacaAccount.d.ts +2 -2
  58. package/esm/AlpacaAccount.d.ts.map +1 -1
  59. package/esm/AlpacaAccount.js.map +1 -1
  60. package/esm/AlpacaAccount.mjs +112 -2884
  61. package/esm/Asset.d.ts +2 -2
  62. package/esm/Asset.d.ts.map +1 -1
  63. package/esm/Asset.js.map +1 -1
  64. package/esm/Asset.mjs +4 -4
  65. package/esm/Authenticator.d.ts +2 -2
  66. package/esm/Authenticator.d.ts.map +1 -1
  67. package/esm/Authenticator.js.map +1 -1
  68. package/esm/Authenticator.mjs +4 -1080
  69. package/esm/Contract.d.ts +2 -2
  70. package/esm/Contract.d.ts.map +1 -1
  71. package/esm/Contract.js.map +1 -1
  72. package/esm/Contract.mjs +39 -1648
  73. package/esm/Customer.d.ts +2 -2
  74. package/esm/Customer.d.ts.map +1 -1
  75. package/esm/Customer.js.map +1 -1
  76. package/esm/Customer.mjs +4 -1080
  77. package/esm/Deliverable.d.ts +2 -2
  78. package/esm/Deliverable.d.ts.map +1 -1
  79. package/esm/Deliverable.js.map +1 -1
  80. package/esm/Deliverable.mjs +21 -472
  81. package/esm/EconomicEvent.d.ts +2 -2
  82. package/esm/EconomicEvent.d.ts.map +1 -1
  83. package/esm/EconomicEvent.js.map +1 -1
  84. package/esm/EconomicEvent.mjs +4 -4
  85. package/esm/MarketSentiment.d.ts +2 -2
  86. package/esm/MarketSentiment.d.ts.map +1 -1
  87. package/esm/MarketSentiment.js.map +1 -1
  88. package/esm/MarketSentiment.mjs +4 -4
  89. package/esm/NewsArticle.d.ts +2 -2
  90. package/esm/NewsArticle.d.ts.map +1 -1
  91. package/esm/NewsArticle.js.map +1 -1
  92. package/esm/NewsArticle.mjs +4 -4
  93. package/esm/NewsArticleAssetSentiment.d.ts +2 -2
  94. package/esm/NewsArticleAssetSentiment.d.ts.map +1 -1
  95. package/esm/NewsArticleAssetSentiment.js.map +1 -1
  96. package/esm/NewsArticleAssetSentiment.mjs +4 -4
  97. package/esm/Order.d.ts +2 -2
  98. package/esm/Order.d.ts.map +1 -1
  99. package/esm/Order.js.map +1 -1
  100. package/esm/Order.mjs +70 -2709
  101. package/esm/Position.d.ts +2 -2
  102. package/esm/Position.d.ts.map +1 -1
  103. package/esm/Position.js.map +1 -1
  104. package/esm/Position.mjs +4 -2322
  105. package/esm/ScheduledOptionOrder.d.ts +2 -2
  106. package/esm/ScheduledOptionOrder.d.ts.map +1 -1
  107. package/esm/ScheduledOptionOrder.js.map +1 -1
  108. package/esm/ScheduledOptionOrder.mjs +4 -4
  109. package/esm/Session.d.ts +2 -2
  110. package/esm/Session.d.ts.map +1 -1
  111. package/esm/Session.js.map +1 -1
  112. package/esm/Session.mjs +4 -1029
  113. package/esm/StopLoss.d.ts +2 -2
  114. package/esm/StopLoss.d.ts.map +1 -1
  115. package/esm/StopLoss.js.map +1 -1
  116. package/esm/StopLoss.mjs +21 -1630
  117. package/esm/TakeProfit.d.ts +2 -2
  118. package/esm/TakeProfit.d.ts.map +1 -1
  119. package/esm/TakeProfit.js.map +1 -1
  120. package/esm/TakeProfit.mjs +21 -1630
  121. package/esm/Trade.d.ts +2 -2
  122. package/esm/Trade.d.ts.map +1 -1
  123. package/esm/Trade.js.map +1 -1
  124. package/esm/Trade.mjs +21 -472
  125. package/esm/User.d.ts +2 -2
  126. package/esm/User.d.ts.map +1 -1
  127. package/esm/User.js.map +1 -1
  128. package/esm/User.mjs +4 -2383
  129. package/esm/VerificationToken.d.ts +2 -2
  130. package/esm/VerificationToken.d.ts.map +1 -1
  131. package/esm/VerificationToken.js.map +1 -1
  132. package/esm/VerificationToken.mjs +4 -4
  133. package/esm/generated/selectionSets/Account.d.ts +1 -1
  134. package/esm/generated/selectionSets/Account.d.ts.map +1 -1
  135. package/esm/generated/selectionSets/Account.js.map +1 -1
  136. package/esm/generated/selectionSets/Account.mjs +0 -51
  137. package/esm/generated/selectionSets/AlpacaAccount.d.ts +1 -1
  138. package/esm/generated/selectionSets/AlpacaAccount.d.ts.map +1 -1
  139. package/esm/generated/selectionSets/AlpacaAccount.js.map +1 -1
  140. package/esm/generated/selectionSets/AlpacaAccount.mjs +0 -61
  141. package/esm/generated/selectionSets/Authenticator.d.ts +1 -1
  142. package/esm/generated/selectionSets/Authenticator.d.ts.map +1 -1
  143. package/esm/generated/selectionSets/Authenticator.js.map +1 -1
  144. package/esm/generated/selectionSets/Authenticator.mjs +0 -51
  145. package/esm/generated/selectionSets/Customer.d.ts +1 -1
  146. package/esm/generated/selectionSets/Customer.d.ts.map +1 -1
  147. package/esm/generated/selectionSets/Customer.js.map +1 -1
  148. package/esm/generated/selectionSets/Customer.mjs +0 -51
  149. package/esm/generated/selectionSets/User.d.ts +1 -1
  150. package/esm/generated/selectionSets/User.d.ts.map +1 -1
  151. package/esm/generated/selectionSets/User.js.map +1 -1
  152. package/esm/generated/selectionSets/User.mjs +0 -61
  153. package/esm/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
  154. package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
  155. package/esm/generated/typegraphql-prisma/enhance.mjs +30 -50
  156. package/esm/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +0 -5
  157. package/esm/generated/typegraphql-prisma/models/AlpacaAccount.d.ts.map +1 -1
  158. package/esm/generated/typegraphql-prisma/models/AlpacaAccount.js.map +1 -1
  159. package/esm/generated/typegraphql-prisma/models/AlpacaAccount.mjs +0 -4
  160. package/esm/generated/typegraphql-prisma/models/Order.d.ts +0 -5
  161. package/esm/generated/typegraphql-prisma/models/Order.d.ts.map +1 -1
  162. package/esm/generated/typegraphql-prisma/models/Order.js.map +1 -1
  163. package/esm/generated/typegraphql-prisma/models/Order.mjs +0 -4
  164. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts +0 -2
  165. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts.map +1 -1
  166. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.js.map +1 -1
  167. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.mjs +0 -8
  168. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts +0 -2
  169. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts.map +1 -1
  170. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.js.map +1 -1
  171. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.mjs +0 -8
  172. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutPositionsInput.d.ts +0 -2
  173. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutPositionsInput.d.ts.map +1 -1
  174. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutPositionsInput.js.map +1 -1
  175. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutPositionsInput.mjs +0 -8
  176. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts +0 -2
  177. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts.map +1 -1
  178. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.js.map +1 -1
  179. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.mjs +0 -8
  180. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts +0 -2
  181. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts.map +1 -1
  182. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.js.map +1 -1
  183. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.mjs +0 -8
  184. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts +0 -2
  185. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts.map +1 -1
  186. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.js.map +1 -1
  187. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.mjs +0 -8
  188. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts +0 -2
  189. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts.map +1 -1
  190. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.js.map +1 -1
  191. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.mjs +0 -8
  192. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutPositionsInput.d.ts +0 -2
  193. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutPositionsInput.d.ts.map +1 -1
  194. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutPositionsInput.js.map +1 -1
  195. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutPositionsInput.mjs +0 -8
  196. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts +0 -2
  197. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts.map +1 -1
  198. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.js.map +1 -1
  199. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.mjs +0 -8
  200. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts +0 -2
  201. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts.map +1 -1
  202. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.js.map +1 -1
  203. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.mjs +0 -8
  204. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts +0 -2
  205. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts.map +1 -1
  206. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.js.map +1 -1
  207. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.mjs +0 -8
  208. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateInput.d.ts +1 -2
  209. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateInput.d.ts.map +1 -1
  210. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateInput.js.map +1 -1
  211. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateInput.mjs +7 -8
  212. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutActionInput.d.ts +1 -2
  213. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutActionInput.d.ts.map +1 -1
  214. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutActionInput.js.map +1 -1
  215. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutActionInput.mjs +7 -8
  216. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutContractInput.d.ts +1 -2
  217. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutContractInput.d.ts.map +1 -1
  218. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutContractInput.js.map +1 -1
  219. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutContractInput.mjs +7 -8
  220. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutStopLossInput.d.ts +1 -2
  221. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutStopLossInput.d.ts.map +1 -1
  222. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutStopLossInput.js.map +1 -1
  223. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutStopLossInput.mjs +7 -8
  224. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutTakeProfitInput.d.ts +1 -2
  225. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutTakeProfitInput.d.ts.map +1 -1
  226. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutTakeProfitInput.js.map +1 -1
  227. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutTakeProfitInput.mjs +7 -8
  228. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByWithRelationInput.d.ts +0 -2
  229. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByWithRelationInput.d.ts.map +1 -1
  230. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByWithRelationInput.js.map +1 -1
  231. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByWithRelationInput.mjs +0 -8
  232. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateInput.d.ts +1 -2
  233. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateInput.d.ts.map +1 -1
  234. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateInput.js.map +1 -1
  235. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateInput.mjs +7 -8
  236. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyMutationInput.d.ts +1 -0
  237. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyMutationInput.d.ts.map +1 -1
  238. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyMutationInput.js.map +1 -1
  239. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyMutationInput.mjs +7 -0
  240. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutActionInput.d.ts +1 -2
  241. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutActionInput.d.ts.map +1 -1
  242. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutActionInput.js.map +1 -1
  243. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutActionInput.mjs +7 -8
  244. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutContractInput.d.ts +1 -2
  245. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutContractInput.d.ts.map +1 -1
  246. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutContractInput.js.map +1 -1
  247. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutContractInput.mjs +7 -8
  248. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutStopLossInput.d.ts +1 -2
  249. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutStopLossInput.d.ts.map +1 -1
  250. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutStopLossInput.js.map +1 -1
  251. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutStopLossInput.mjs +7 -8
  252. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutTakeProfitInput.d.ts +1 -2
  253. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutTakeProfitInput.d.ts.map +1 -1
  254. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutTakeProfitInput.js.map +1 -1
  255. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutTakeProfitInput.mjs +7 -8
  256. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderWhereInput.d.ts +0 -2
  257. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderWhereInput.d.ts.map +1 -1
  258. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderWhereInput.js.map +1 -1
  259. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderWhereInput.mjs +0 -8
  260. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderWhereUniqueInput.d.ts +0 -2
  261. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderWhereUniqueInput.d.ts.map +1 -1
  262. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderWhereUniqueInput.js.map +1 -1
  263. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderWhereUniqueInput.mjs +0 -8
  264. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +0 -20
  265. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
  266. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
  267. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.mjs +0 -20
  268. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCount.d.ts +0 -3
  269. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCount.d.ts.map +1 -1
  270. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCount.js.map +1 -1
  271. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCount.mjs +0 -16
  272. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnOrder.d.ts +0 -2
  273. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnOrder.d.ts.map +1 -1
  274. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnOrder.js.map +1 -1
  275. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnOrder.mjs +0 -8
  276. package/esm/generated/typegraphql-prisma/resolvers/outputs/args/index.d.ts +0 -1
  277. package/esm/generated/typegraphql-prisma/resolvers/outputs/args/index.d.ts.map +1 -1
  278. package/esm/generated/typegraphql-prisma/resolvers/outputs/args/index.js.map +1 -1
  279. package/esm/generated/typegraphql-prisma/resolvers/outputs/args/index.mjs +0 -1
  280. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.d.ts +0 -3
  281. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.d.ts.map +1 -1
  282. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.js.map +1 -1
  283. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.mjs +0 -26
  284. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.d.ts +0 -1
  285. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.d.ts.map +1 -1
  286. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.js.map +1 -1
  287. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.mjs +0 -1
  288. package/esm/generated/typegraphql-prisma/resolvers/relations/Order/OrderRelationsResolver.d.ts +0 -2
  289. package/esm/generated/typegraphql-prisma/resolvers/relations/Order/OrderRelationsResolver.d.ts.map +1 -1
  290. package/esm/generated/typegraphql-prisma/resolvers/relations/Order/OrderRelationsResolver.js.map +1 -1
  291. package/esm/generated/typegraphql-prisma/resolvers/relations/Order/OrderRelationsResolver.mjs +0 -23
  292. package/esm/index.d.ts +44 -44
  293. package/generated/typegraphql-prisma/enhance.cjs +30 -50
  294. package/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
  295. package/generated/typegraphql-prisma/enhance.js.map +1 -1
  296. package/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +0 -5
  297. package/generated/typegraphql-prisma/models/AlpacaAccount.d.ts.map +1 -1
  298. package/generated/typegraphql-prisma/models/AlpacaAccount.js.map +1 -1
  299. package/generated/typegraphql-prisma/models/Order.d.ts +0 -5
  300. package/generated/typegraphql-prisma/models/Order.d.ts.map +1 -1
  301. package/generated/typegraphql-prisma/models/Order.js.map +1 -1
  302. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.cjs +0 -7
  303. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts +0 -2
  304. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts.map +1 -1
  305. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.js.map +1 -1
  306. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.cjs +0 -7
  307. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts +0 -2
  308. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts.map +1 -1
  309. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.js.map +1 -1
  310. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutPositionsInput.cjs +0 -7
  311. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutPositionsInput.d.ts +0 -2
  312. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutPositionsInput.d.ts.map +1 -1
  313. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutPositionsInput.js.map +1 -1
  314. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.cjs +0 -7
  315. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts +0 -2
  316. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts.map +1 -1
  317. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.js.map +1 -1
  318. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.cjs +0 -7
  319. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts +0 -2
  320. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts.map +1 -1
  321. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.js.map +1 -1
  322. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.cjs +0 -7
  323. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts +0 -2
  324. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts.map +1 -1
  325. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.js.map +1 -1
  326. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.cjs +0 -7
  327. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts +0 -2
  328. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts.map +1 -1
  329. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.js.map +1 -1
  330. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutPositionsInput.cjs +0 -7
  331. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutPositionsInput.d.ts +0 -2
  332. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutPositionsInput.d.ts.map +1 -1
  333. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutPositionsInput.js.map +1 -1
  334. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.cjs +0 -7
  335. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts +0 -2
  336. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts.map +1 -1
  337. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.js.map +1 -1
  338. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.cjs +0 -7
  339. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts +0 -2
  340. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts.map +1 -1
  341. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.js.map +1 -1
  342. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.cjs +0 -7
  343. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts +0 -2
  344. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts.map +1 -1
  345. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.js.map +1 -1
  346. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateInput.cjs +6 -7
  347. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateInput.d.ts +1 -2
  348. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateInput.d.ts.map +1 -1
  349. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateInput.js.map +1 -1
  350. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutActionInput.cjs +6 -7
  351. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutActionInput.d.ts +1 -2
  352. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutActionInput.d.ts.map +1 -1
  353. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutActionInput.js.map +1 -1
  354. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutContractInput.cjs +6 -7
  355. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutContractInput.d.ts +1 -2
  356. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutContractInput.d.ts.map +1 -1
  357. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutContractInput.js.map +1 -1
  358. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutStopLossInput.cjs +6 -7
  359. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutStopLossInput.d.ts +1 -2
  360. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutStopLossInput.d.ts.map +1 -1
  361. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutStopLossInput.js.map +1 -1
  362. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutTakeProfitInput.cjs +6 -7
  363. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutTakeProfitInput.d.ts +1 -2
  364. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutTakeProfitInput.d.ts.map +1 -1
  365. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutTakeProfitInput.js.map +1 -1
  366. package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByWithRelationInput.cjs +0 -7
  367. package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByWithRelationInput.d.ts +0 -2
  368. package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByWithRelationInput.d.ts.map +1 -1
  369. package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByWithRelationInput.js.map +1 -1
  370. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateInput.cjs +6 -7
  371. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateInput.d.ts +1 -2
  372. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateInput.d.ts.map +1 -1
  373. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateInput.js.map +1 -1
  374. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyMutationInput.cjs +6 -0
  375. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyMutationInput.d.ts +1 -0
  376. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyMutationInput.d.ts.map +1 -1
  377. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyMutationInput.js.map +1 -1
  378. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutActionInput.cjs +6 -7
  379. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutActionInput.d.ts +1 -2
  380. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutActionInput.d.ts.map +1 -1
  381. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutActionInput.js.map +1 -1
  382. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutContractInput.cjs +6 -7
  383. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutContractInput.d.ts +1 -2
  384. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutContractInput.d.ts.map +1 -1
  385. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutContractInput.js.map +1 -1
  386. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutStopLossInput.cjs +6 -7
  387. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutStopLossInput.d.ts +1 -2
  388. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutStopLossInput.d.ts.map +1 -1
  389. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutStopLossInput.js.map +1 -1
  390. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutTakeProfitInput.cjs +6 -7
  391. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutTakeProfitInput.d.ts +1 -2
  392. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutTakeProfitInput.d.ts.map +1 -1
  393. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutTakeProfitInput.js.map +1 -1
  394. package/generated/typegraphql-prisma/resolvers/inputs/OrderWhereInput.cjs +0 -7
  395. package/generated/typegraphql-prisma/resolvers/inputs/OrderWhereInput.d.ts +0 -2
  396. package/generated/typegraphql-prisma/resolvers/inputs/OrderWhereInput.d.ts.map +1 -1
  397. package/generated/typegraphql-prisma/resolvers/inputs/OrderWhereInput.js.map +1 -1
  398. package/generated/typegraphql-prisma/resolvers/inputs/OrderWhereUniqueInput.cjs +0 -7
  399. package/generated/typegraphql-prisma/resolvers/inputs/OrderWhereUniqueInput.d.ts +0 -2
  400. package/generated/typegraphql-prisma/resolvers/inputs/OrderWhereUniqueInput.d.ts.map +1 -1
  401. package/generated/typegraphql-prisma/resolvers/inputs/OrderWhereUniqueInput.js.map +1 -1
  402. package/generated/typegraphql-prisma/resolvers/inputs/index.cjs +15 -55
  403. package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +0 -20
  404. package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
  405. package/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
  406. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCount.cjs +0 -15
  407. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCount.d.ts +0 -3
  408. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCount.d.ts.map +1 -1
  409. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCount.js.map +1 -1
  410. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnOrder.cjs +0 -7
  411. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnOrder.d.ts +0 -2
  412. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnOrder.d.ts.map +1 -1
  413. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnOrder.js.map +1 -1
  414. package/generated/typegraphql-prisma/resolvers/outputs/args/index.cjs +1 -3
  415. package/generated/typegraphql-prisma/resolvers/outputs/args/index.d.ts +0 -1
  416. package/generated/typegraphql-prisma/resolvers/outputs/args/index.d.ts.map +1 -1
  417. package/generated/typegraphql-prisma/resolvers/outputs/args/index.js.map +1 -1
  418. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.cjs +0 -26
  419. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.d.ts +0 -3
  420. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.d.ts.map +1 -1
  421. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.js.map +1 -1
  422. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.cjs +1 -3
  423. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.d.ts +0 -1
  424. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.d.ts.map +1 -1
  425. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.js.map +1 -1
  426. package/generated/typegraphql-prisma/resolvers/relations/Order/OrderRelationsResolver.cjs +0 -23
  427. package/generated/typegraphql-prisma/resolvers/relations/Order/OrderRelationsResolver.d.ts +0 -2
  428. package/generated/typegraphql-prisma/resolvers/relations/Order/OrderRelationsResolver.d.ts.map +1 -1
  429. package/generated/typegraphql-prisma/resolvers/relations/Order/OrderRelationsResolver.js.map +1 -1
  430. package/index.d.ts +44 -44
  431. package/package.json +1 -1
  432. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutOrdersInput.d.ts +0 -9
  433. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutOrdersInput.d.ts.map +0 -1
  434. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutOrdersInput.js.map +0 -1
  435. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutOrdersInput.mjs +0 -41
  436. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutOrdersInput.d.ts +0 -7
  437. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutOrdersInput.d.ts.map +0 -1
  438. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutOrdersInput.js.map +0 -1
  439. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutOrdersInput.mjs +0 -33
  440. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutOrdersInput.d.ts +0 -26
  441. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutOrdersInput.d.ts.map +0 -1
  442. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutOrdersInput.js.map +0 -1
  443. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutOrdersInput.mjs +0 -155
  444. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutOrdersNestedInput.d.ts +0 -13
  445. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutOrdersNestedInput.d.ts.map +0 -1
  446. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutOrdersNestedInput.js.map +0 -1
  447. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutOrdersNestedInput.mjs +0 -57
  448. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutOrdersInput.d.ts +0 -7
  449. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutOrdersInput.d.ts.map +0 -1
  450. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutOrdersInput.js.map +0 -1
  451. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutOrdersInput.mjs +0 -33
  452. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutOrdersInput.d.ts +0 -31
  453. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutOrdersInput.d.ts.map +0 -1
  454. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutOrdersInput.js.map +0 -1
  455. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutOrdersInput.mjs +0 -159
  456. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutOrdersInput.d.ts +0 -9
  457. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutOrdersInput.d.ts.map +0 -1
  458. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutOrdersInput.js.map +0 -1
  459. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutOrdersInput.mjs +0 -41
  460. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInput.d.ts +0 -46
  461. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInput.d.ts.map +0 -1
  462. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInput.js.map +0 -1
  463. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInput.mjs +0 -318
  464. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInputEnvelope.d.ts +0 -6
  465. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInputEnvelope.d.ts.map +0 -1
  466. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInputEnvelope.js.map +0 -1
  467. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInputEnvelope.mjs +0 -32
  468. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateNestedManyWithoutAlpacaAccountInput.d.ts +0 -11
  469. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateNestedManyWithoutAlpacaAccountInput.d.ts.map +0 -1
  470. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateNestedManyWithoutAlpacaAccountInput.js.map +0 -1
  471. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateNestedManyWithoutAlpacaAccountInput.mjs +0 -49
  472. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateOrConnectWithoutAlpacaAccountInput.d.ts +0 -7
  473. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateOrConnectWithoutAlpacaAccountInput.d.ts.map +0 -1
  474. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateOrConnectWithoutAlpacaAccountInput.js.map +0 -1
  475. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateOrConnectWithoutAlpacaAccountInput.mjs +0 -33
  476. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutAlpacaAccountInput.d.ts +0 -52
  477. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutAlpacaAccountInput.d.ts.map +0 -1
  478. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutAlpacaAccountInput.js.map +0 -1
  479. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutAlpacaAccountInput.mjs +0 -336
  480. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderListRelationFilter.d.ts +0 -7
  481. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderListRelationFilter.d.ts.map +0 -1
  482. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderListRelationFilter.js.map +0 -1
  483. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderListRelationFilter.mjs +0 -39
  484. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByRelationAggregateInput.d.ts +0 -4
  485. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByRelationAggregateInput.d.ts.map +0 -1
  486. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByRelationAggregateInput.js.map +0 -1
  487. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByRelationAggregateInput.mjs +0 -25
  488. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderScalarWhereInput.d.ts +0 -63
  489. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderScalarWhereInput.d.ts.map +0 -1
  490. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderScalarWhereInput.js.map +0 -1
  491. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderScalarWhereInput.mjs +0 -353
  492. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithWhereWithoutAlpacaAccountInput.d.ts +0 -7
  493. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithWhereWithoutAlpacaAccountInput.d.ts.map +0 -1
  494. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithWhereWithoutAlpacaAccountInput.js.map +0 -1
  495. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithWhereWithoutAlpacaAccountInput.mjs +0 -33
  496. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAlpacaAccountNestedInput.d.ts +0 -22
  497. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAlpacaAccountNestedInput.d.ts.map +0 -1
  498. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAlpacaAccountNestedInput.js.map +0 -1
  499. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAlpacaAccountNestedInput.mjs +0 -102
  500. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.d.ts +0 -7
  501. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.d.ts.map +0 -1
  502. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.js.map +0 -1
  503. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.mjs +0 -33
  504. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAlpacaAccountInput.d.ts +0 -64
  505. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAlpacaAccountInput.d.ts.map +0 -1
  506. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAlpacaAccountInput.js.map +0 -1
  507. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAlpacaAccountInput.mjs +0 -342
  508. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.d.ts +0 -9
  509. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.d.ts.map +0 -1
  510. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.js.map +0 -1
  511. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.mjs +0 -41
  512. package/esm/generated/typegraphql-prisma/resolvers/outputs/args/AlpacaAccountCountOrdersArgs.d.ts +0 -5
  513. package/esm/generated/typegraphql-prisma/resolvers/outputs/args/AlpacaAccountCountOrdersArgs.d.ts.map +0 -1
  514. package/esm/generated/typegraphql-prisma/resolvers/outputs/args/AlpacaAccountCountOrdersArgs.js.map +0 -1
  515. package/esm/generated/typegraphql-prisma/resolvers/outputs/args/AlpacaAccountCountOrdersArgs.mjs +0 -25
  516. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountOrdersArgs.d.ts +0 -12
  517. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountOrdersArgs.d.ts.map +0 -1
  518. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountOrdersArgs.js.map +0 -1
  519. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountOrdersArgs.mjs +0 -63
  520. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutOrdersInput.cjs +0 -74
  521. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutOrdersInput.d.ts +0 -9
  522. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutOrdersInput.d.ts.map +0 -1
  523. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutOrdersInput.js.map +0 -1
  524. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutOrdersInput.cjs +0 -67
  525. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutOrdersInput.d.ts +0 -7
  526. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutOrdersInput.d.ts.map +0 -1
  527. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutOrdersInput.js.map +0 -1
  528. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutOrdersInput.cjs +0 -172
  529. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutOrdersInput.d.ts +0 -26
  530. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutOrdersInput.d.ts.map +0 -1
  531. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutOrdersInput.js.map +0 -1
  532. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutOrdersNestedInput.cjs +0 -88
  533. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutOrdersNestedInput.d.ts +0 -13
  534. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutOrdersNestedInput.d.ts.map +0 -1
  535. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutOrdersNestedInput.js.map +0 -1
  536. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutOrdersInput.cjs +0 -67
  537. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutOrdersInput.d.ts +0 -7
  538. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutOrdersInput.d.ts.map +0 -1
  539. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutOrdersInput.js.map +0 -1
  540. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutOrdersInput.cjs +0 -176
  541. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutOrdersInput.d.ts +0 -31
  542. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutOrdersInput.d.ts.map +0 -1
  543. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutOrdersInput.js.map +0 -1
  544. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutOrdersInput.cjs +0 -74
  545. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutOrdersInput.d.ts +0 -9
  546. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutOrdersInput.d.ts.map +0 -1
  547. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutOrdersInput.js.map +0 -1
  548. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInput.cjs +0 -312
  549. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInput.d.ts +0 -46
  550. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInput.d.ts.map +0 -1
  551. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInput.js.map +0 -1
  552. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInputEnvelope.cjs +0 -66
  553. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInputEnvelope.d.ts +0 -6
  554. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInputEnvelope.d.ts.map +0 -1
  555. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInputEnvelope.js.map +0 -1
  556. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateNestedManyWithoutAlpacaAccountInput.cjs +0 -81
  557. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateNestedManyWithoutAlpacaAccountInput.d.ts +0 -11
  558. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateNestedManyWithoutAlpacaAccountInput.d.ts.map +0 -1
  559. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateNestedManyWithoutAlpacaAccountInput.js.map +0 -1
  560. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateOrConnectWithoutAlpacaAccountInput.cjs +0 -67
  561. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateOrConnectWithoutAlpacaAccountInput.d.ts +0 -7
  562. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateOrConnectWithoutAlpacaAccountInput.d.ts.map +0 -1
  563. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateOrConnectWithoutAlpacaAccountInput.js.map +0 -1
  564. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutAlpacaAccountInput.cjs +0 -328
  565. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutAlpacaAccountInput.d.ts +0 -52
  566. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutAlpacaAccountInput.d.ts.map +0 -1
  567. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutAlpacaAccountInput.js.map +0 -1
  568. package/generated/typegraphql-prisma/resolvers/inputs/OrderListRelationFilter.cjs +0 -72
  569. package/generated/typegraphql-prisma/resolvers/inputs/OrderListRelationFilter.d.ts +0 -7
  570. package/generated/typegraphql-prisma/resolvers/inputs/OrderListRelationFilter.d.ts.map +0 -1
  571. package/generated/typegraphql-prisma/resolvers/inputs/OrderListRelationFilter.js.map +0 -1
  572. package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByRelationAggregateInput.cjs +0 -60
  573. package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByRelationAggregateInput.d.ts +0 -4
  574. package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByRelationAggregateInput.d.ts.map +0 -1
  575. package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByRelationAggregateInput.js.map +0 -1
  576. package/generated/typegraphql-prisma/resolvers/inputs/OrderScalarWhereInput.cjs +0 -343
  577. package/generated/typegraphql-prisma/resolvers/inputs/OrderScalarWhereInput.d.ts +0 -63
  578. package/generated/typegraphql-prisma/resolvers/inputs/OrderScalarWhereInput.d.ts.map +0 -1
  579. package/generated/typegraphql-prisma/resolvers/inputs/OrderScalarWhereInput.js.map +0 -1
  580. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithWhereWithoutAlpacaAccountInput.cjs +0 -67
  581. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithWhereWithoutAlpacaAccountInput.d.ts +0 -7
  582. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithWhereWithoutAlpacaAccountInput.d.ts.map +0 -1
  583. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithWhereWithoutAlpacaAccountInput.js.map +0 -1
  584. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAlpacaAccountNestedInput.cjs +0 -127
  585. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAlpacaAccountNestedInput.d.ts +0 -22
  586. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAlpacaAccountNestedInput.d.ts.map +0 -1
  587. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAlpacaAccountNestedInput.js.map +0 -1
  588. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.cjs +0 -67
  589. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.d.ts +0 -7
  590. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.d.ts.map +0 -1
  591. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.js.map +0 -1
  592. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAlpacaAccountInput.cjs +0 -334
  593. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAlpacaAccountInput.d.ts +0 -64
  594. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAlpacaAccountInput.d.ts.map +0 -1
  595. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAlpacaAccountInput.js.map +0 -1
  596. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.cjs +0 -74
  597. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.d.ts +0 -9
  598. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.d.ts.map +0 -1
  599. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.js.map +0 -1
  600. package/generated/typegraphql-prisma/resolvers/outputs/args/AlpacaAccountCountOrdersArgs.cjs +0 -60
  601. package/generated/typegraphql-prisma/resolvers/outputs/args/AlpacaAccountCountOrdersArgs.d.ts +0 -5
  602. package/generated/typegraphql-prisma/resolvers/outputs/args/AlpacaAccountCountOrdersArgs.d.ts.map +0 -1
  603. package/generated/typegraphql-prisma/resolvers/outputs/args/AlpacaAccountCountOrdersArgs.js.map +0 -1
  604. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountOrdersArgs.cjs +0 -93
  605. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountOrdersArgs.d.ts +0 -12
  606. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountOrdersArgs.d.ts.map +0 -1
  607. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountOrdersArgs.js.map +0 -1
@@ -826,7 +826,7 @@ const relationResolversMap = {
826
826
  const relationResolversInfo = {
827
827
  Session: ["user"],
828
828
  User: ["customer", "accounts", "sessions", "authenticators", "alpacaAccounts"],
829
- AlpacaAccount: ["user", "orders", "positions", "alerts"],
829
+ AlpacaAccount: ["user", "positions", "alerts"],
830
830
  Position: ["alpacaAccount"],
831
831
  Authenticator: ["user"],
832
832
  Account: ["user"],
@@ -836,7 +836,7 @@ const relationResolversInfo = {
836
836
  Deliverable: ["contract"],
837
837
  Trade: ["actions"],
838
838
  Action: ["trade", "order"],
839
- Order: ["stopLoss", "takeProfit", "alpacaAccount", "action", "contract"],
839
+ Order: ["stopLoss", "takeProfit", "action", "contract"],
840
840
  StopLoss: ["Order"],
841
841
  TakeProfit: ["Order"],
842
842
  Alert: ["alpacaAccount"],
@@ -973,7 +973,7 @@ const outputsInfo = {
973
973
  UserSumAggregate: ["customerId"],
974
974
  UserMinAggregate: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
975
975
  UserMaxAggregate: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
976
- AlpacaAccountCount: ["orders", "positions", "alerts"],
976
+ AlpacaAccountCount: ["positions", "alerts"],
977
977
  AlpacaAccountCountAggregate: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "_all"],
978
978
  AlpacaAccountAvgAggregate: ["tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent"],
979
979
  AlpacaAccountSumAggregate: ["tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent"],
@@ -1076,7 +1076,7 @@ const outputsInfo = {
1076
1076
  CreateManyAndReturnDeliverable: ["id", "type", "symbol", "amount", "allocationPercentage", "settlementType", "settlementMethod", "delayedSettlement", "contractId", "createdAt", "updatedAt", "contract"],
1077
1077
  CreateManyAndReturnTrade: ["id", "alpacaAccountId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol"],
1078
1078
  CreateManyAndReturnAction: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "fee", "createdAt", "updatedAt", "trade"],
1079
- CreateManyAndReturnOrder: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "actionId", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "contractId", "alpacaAccount", "action", "contract"],
1079
+ CreateManyAndReturnOrder: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "actionId", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "contractId", "action", "contract"],
1080
1080
  CreateManyAndReturnStopLoss: ["id", "stopPrice", "limitPrice", "createdAt", "updatedAt", "orderId", "Order"],
1081
1081
  CreateManyAndReturnTakeProfit: ["id", "limitPrice", "stopPrice", "createdAt", "updatedAt", "orderId", "Order"],
1082
1082
  CreateManyAndReturnAlert: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
@@ -1110,9 +1110,9 @@ const inputsInfo = {
1110
1110
  UserWhereUniqueInput: ["id", "email", "AND", "OR", "NOT", "name", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators", "alpacaAccounts"],
1111
1111
  UserOrderByWithAggregationInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "_count", "_avg", "_max", "_min", "_sum"],
1112
1112
  UserScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
1113
- AlpacaAccountWhereInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "user", "orders", "positions", "alerts"],
1114
- AlpacaAccountOrderByWithRelationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "user", "orders", "positions", "alerts"],
1115
- AlpacaAccountWhereUniqueInput: ["id", "AND", "OR", "NOT", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "user", "orders", "positions", "alerts"],
1113
+ AlpacaAccountWhereInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "user", "positions", "alerts"],
1114
+ AlpacaAccountOrderByWithRelationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "user", "positions", "alerts"],
1115
+ AlpacaAccountWhereUniqueInput: ["id", "AND", "OR", "NOT", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "user", "positions", "alerts"],
1116
1116
  AlpacaAccountOrderByWithAggregationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
1117
1117
  AlpacaAccountScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
1118
1118
  PositionWhereInput: ["AND", "OR", "NOT", "id", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "alpacaAccount"],
@@ -1165,9 +1165,9 @@ const inputsInfo = {
1165
1165
  ActionWhereUniqueInput: ["id", "AND", "OR", "NOT", "sequence", "tradeId", "type", "primary", "note", "status", "fee", "createdAt", "updatedAt", "trade", "order"],
1166
1166
  ActionOrderByWithAggregationInput: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "fee", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
1167
1167
  ActionScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "sequence", "tradeId", "type", "primary", "note", "status", "fee", "createdAt", "updatedAt"],
1168
- OrderWhereInput: ["AND", "OR", "NOT", "id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "actionId", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "contractId", "stopLoss", "takeProfit", "alpacaAccount", "action", "contract"],
1169
- OrderOrderByWithRelationInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "actionId", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "contractId", "stopLoss", "takeProfit", "alpacaAccount", "action", "contract"],
1170
- OrderWhereUniqueInput: ["id", "clientOrderId", "actionId", "stopLossId", "contractId", "AND", "OR", "NOT", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "takeProfitId", "stopLoss", "takeProfit", "alpacaAccount", "action", "contract"],
1168
+ OrderWhereInput: ["AND", "OR", "NOT", "id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "actionId", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "contractId", "stopLoss", "takeProfit", "action", "contract"],
1169
+ OrderOrderByWithRelationInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "actionId", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "contractId", "stopLoss", "takeProfit", "action", "contract"],
1170
+ OrderWhereUniqueInput: ["id", "clientOrderId", "actionId", "stopLossId", "contractId", "AND", "OR", "NOT", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "takeProfitId", "stopLoss", "takeProfit", "action", "contract"],
1171
1171
  OrderOrderByWithAggregationInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "actionId", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "contractId", "_count", "_avg", "_max", "_min", "_sum"],
1172
1172
  OrderScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "actionId", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "contractId"],
1173
1173
  StopLossWhereInput: ["AND", "OR", "NOT", "id", "stopPrice", "limitPrice", "createdAt", "updatedAt", "orderId", "Order"],
@@ -1217,8 +1217,8 @@ const inputsInfo = {
1217
1217
  UserUpdateInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators", "alpacaAccounts"],
1218
1218
  UserCreateManyInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
1219
1219
  UserUpdateManyMutationInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel"],
1220
- AlpacaAccountCreateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "orders", "positions", "alerts"],
1221
- AlpacaAccountUpdateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "orders", "positions", "alerts"],
1220
+ AlpacaAccountCreateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "positions", "alerts"],
1221
+ AlpacaAccountUpdateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "positions", "alerts"],
1222
1222
  AlpacaAccountCreateManyInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
1223
1223
  AlpacaAccountUpdateManyMutationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt"],
1224
1224
  PositionCreateInput: ["id", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "alpacaAccount"],
@@ -1261,10 +1261,10 @@ const inputsInfo = {
1261
1261
  ActionUpdateInput: ["id", "sequence", "type", "primary", "note", "status", "fee", "createdAt", "updatedAt", "trade", "order"],
1262
1262
  ActionCreateManyInput: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "fee", "createdAt", "updatedAt"],
1263
1263
  ActionUpdateManyMutationInput: ["id", "sequence", "type", "primary", "note", "status", "fee", "createdAt", "updatedAt"],
1264
- OrderCreateInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "alpacaAccount", "action", "contract"],
1265
- OrderUpdateInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "alpacaAccount", "action", "contract"],
1264
+ OrderCreateInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "action", "contract"],
1265
+ OrderUpdateInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "action", "contract"],
1266
1266
  OrderCreateManyInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "actionId", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "contractId"],
1267
- OrderUpdateManyMutationInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId"],
1267
+ OrderUpdateManyMutationInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId"],
1268
1268
  StopLossCreateInput: ["id", "stopPrice", "limitPrice", "createdAt", "updatedAt", "Order"],
1269
1269
  StopLossUpdateInput: ["id", "stopPrice", "limitPrice", "createdAt", "updatedAt", "Order"],
1270
1270
  StopLossCreateManyInput: ["id", "stopPrice", "limitPrice", "createdAt", "updatedAt", "orderId"],
@@ -1340,10 +1340,8 @@ const inputsInfo = {
1340
1340
  JsonNullableFilter: ["equals", "path", "string_contains", "string_starts_with", "string_ends_with", "array_contains", "array_starts_with", "array_ends_with", "lt", "lte", "gt", "gte", "not"],
1341
1341
  BoolFilter: ["equals", "not"],
1342
1342
  FloatFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "not"],
1343
- OrderListRelationFilter: ["every", "some", "none"],
1344
1343
  PositionListRelationFilter: ["every", "some", "none"],
1345
1344
  AlertListRelationFilter: ["every", "some", "none"],
1346
- OrderOrderByRelationAggregateInput: ["_count"],
1347
1345
  PositionOrderByRelationAggregateInput: ["_count"],
1348
1346
  AlertOrderByRelationAggregateInput: ["_count"],
1349
1347
  AlpacaAccountCountOrderByAggregateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
@@ -1452,7 +1450,6 @@ const inputsInfo = {
1452
1450
  EnumOrderStatusFilter: ["equals", "in", "notIn", "not"],
1453
1451
  StopLossNullableRelationFilter: ["is", "isNot"],
1454
1452
  TakeProfitNullableRelationFilter: ["is", "isNot"],
1455
- AlpacaAccountRelationFilter: ["is", "isNot"],
1456
1453
  ActionNullableRelationFilter: ["is", "isNot"],
1457
1454
  ContractNullableRelationFilter: ["is", "isNot"],
1458
1455
  OrderCountOrderByAggregateInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "actionId", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "contractId"],
@@ -1477,6 +1474,7 @@ const inputsInfo = {
1477
1474
  TakeProfitMinOrderByAggregateInput: ["id", "limitPrice", "stopPrice", "createdAt", "updatedAt", "orderId"],
1478
1475
  TakeProfitSumOrderByAggregateInput: ["limitPrice", "stopPrice"],
1479
1476
  EnumAlertTypeFilter: ["equals", "in", "notIn", "not"],
1477
+ AlpacaAccountRelationFilter: ["is", "isNot"],
1480
1478
  AlertCountOrderByAggregateInput: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt"],
1481
1479
  AlertMaxOrderByAggregateInput: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt"],
1482
1480
  AlertMinOrderByAggregateInput: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt"],
@@ -1525,13 +1523,11 @@ const inputsInfo = {
1525
1523
  AlpacaAccountUpdateManyWithoutUserNestedInput: ["create", "connectOrCreate", "upsert", "createMany", "set", "disconnect", "delete", "connect", "update", "updateMany", "deleteMany"],
1526
1524
  NullableIntFieldUpdateOperationsInput: ["set", "increment", "decrement", "multiply", "divide"],
1527
1525
  UserCreateNestedOneWithoutAlpacaAccountsInput: ["create", "connectOrCreate", "connect"],
1528
- OrderCreateNestedManyWithoutAlpacaAccountInput: ["create", "connectOrCreate", "createMany", "connect"],
1529
1526
  PositionCreateNestedManyWithoutAlpacaAccountInput: ["create", "connectOrCreate", "createMany", "connect"],
1530
1527
  AlertCreateNestedManyWithoutAlpacaAccountInput: ["create", "connectOrCreate", "createMany", "connect"],
1531
1528
  BoolFieldUpdateOperationsInput: ["set"],
1532
1529
  FloatFieldUpdateOperationsInput: ["set", "increment", "decrement", "multiply", "divide"],
1533
1530
  UserUpdateOneRequiredWithoutAlpacaAccountsNestedInput: ["create", "connectOrCreate", "upsert", "connect", "update"],
1534
- OrderUpdateManyWithoutAlpacaAccountNestedInput: ["create", "connectOrCreate", "upsert", "createMany", "set", "disconnect", "delete", "connect", "update", "updateMany", "deleteMany"],
1535
1531
  PositionUpdateManyWithoutAlpacaAccountNestedInput: ["create", "connectOrCreate", "upsert", "createMany", "set", "disconnect", "delete", "connect", "update", "updateMany", "deleteMany"],
1536
1532
  AlertUpdateManyWithoutAlpacaAccountNestedInput: ["create", "connectOrCreate", "upsert", "createMany", "set", "disconnect", "delete", "connect", "update", "updateMany", "deleteMany"],
1537
1533
  AlpacaAccountCreateNestedOneWithoutPositionsInput: ["create", "connectOrCreate", "connect"],
@@ -1571,7 +1567,6 @@ const inputsInfo = {
1571
1567
  OrderUpdateOneWithoutActionNestedInput: ["create", "connectOrCreate", "upsert", "disconnect", "delete", "connect", "update"],
1572
1568
  StopLossCreateNestedOneWithoutOrderInput: ["create", "connectOrCreate", "connect"],
1573
1569
  TakeProfitCreateNestedOneWithoutOrderInput: ["create", "connectOrCreate", "connect"],
1574
- AlpacaAccountCreateNestedOneWithoutOrdersInput: ["create", "connectOrCreate", "connect"],
1575
1570
  ActionCreateNestedOneWithoutOrderInput: ["create", "connectOrCreate", "connect"],
1576
1571
  ContractCreateNestedOneWithoutOrderInput: ["create", "connectOrCreate", "connect"],
1577
1572
  EnumOrderSideFieldUpdateOperationsInput: ["set"],
@@ -1581,7 +1576,6 @@ const inputsInfo = {
1581
1576
  EnumOrderStatusFieldUpdateOperationsInput: ["set"],
1582
1577
  StopLossUpdateOneWithoutOrderNestedInput: ["create", "connectOrCreate", "upsert", "disconnect", "delete", "connect", "update"],
1583
1578
  TakeProfitUpdateOneWithoutOrderNestedInput: ["create", "connectOrCreate", "upsert", "disconnect", "delete", "connect", "update"],
1584
- AlpacaAccountUpdateOneRequiredWithoutOrdersNestedInput: ["create", "connectOrCreate", "upsert", "connect", "update"],
1585
1579
  ActionUpdateOneWithoutOrderNestedInput: ["create", "connectOrCreate", "upsert", "disconnect", "delete", "connect", "update"],
1586
1580
  ContractUpdateOneWithoutOrderNestedInput: ["create", "connectOrCreate", "upsert", "disconnect", "delete", "connect", "update"],
1587
1581
  OrderCreateNestedOneWithoutStopLossInput: ["create", "connectOrCreate", "connect"],
@@ -1691,7 +1685,7 @@ const inputsInfo = {
1691
1685
  AuthenticatorCreateWithoutUserInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
1692
1686
  AuthenticatorCreateOrConnectWithoutUserInput: ["where", "create"],
1693
1687
  AuthenticatorCreateManyUserInputEnvelope: ["data", "skipDuplicates"],
1694
- AlpacaAccountCreateWithoutUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "orders", "positions", "alerts"],
1688
+ AlpacaAccountCreateWithoutUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "positions", "alerts"],
1695
1689
  AlpacaAccountCreateOrConnectWithoutUserInput: ["where", "create"],
1696
1690
  AlpacaAccountCreateManyUserInputEnvelope: ["data", "skipDuplicates"],
1697
1691
  CustomerUpsertWithoutUsersInput: ["update", "create", "where"],
@@ -1715,9 +1709,6 @@ const inputsInfo = {
1715
1709
  AlpacaAccountScalarWhereInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
1716
1710
  UserCreateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators"],
1717
1711
  UserCreateOrConnectWithoutAlpacaAccountsInput: ["where", "create"],
1718
- OrderCreateWithoutAlpacaAccountInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "action", "contract"],
1719
- OrderCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
1720
- OrderCreateManyAlpacaAccountInputEnvelope: ["data", "skipDuplicates"],
1721
1712
  PositionCreateWithoutAlpacaAccountInput: ["id", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt"],
1722
1713
  PositionCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
1723
1714
  PositionCreateManyAlpacaAccountInputEnvelope: ["data", "skipDuplicates"],
@@ -1727,10 +1718,6 @@ const inputsInfo = {
1727
1718
  UserUpsertWithoutAlpacaAccountsInput: ["update", "create", "where"],
1728
1719
  UserUpdateToOneWithWhereWithoutAlpacaAccountsInput: ["where", "data"],
1729
1720
  UserUpdateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators"],
1730
- OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput: ["where", "update", "create"],
1731
- OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput: ["where", "data"],
1732
- OrderUpdateManyWithWhereWithoutAlpacaAccountInput: ["where", "data"],
1733
- OrderScalarWhereInput: ["AND", "OR", "NOT", "id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "actionId", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "contractId"],
1734
1721
  PositionUpsertWithWhereUniqueWithoutAlpacaAccountInput: ["where", "update", "create"],
1735
1722
  PositionUpdateWithWhereUniqueWithoutAlpacaAccountInput: ["where", "data"],
1736
1723
  PositionUpdateManyWithWhereWithoutAlpacaAccountInput: ["where", "data"],
@@ -1739,11 +1726,11 @@ const inputsInfo = {
1739
1726
  AlertUpdateWithWhereUniqueWithoutAlpacaAccountInput: ["where", "data"],
1740
1727
  AlertUpdateManyWithWhereWithoutAlpacaAccountInput: ["where", "data"],
1741
1728
  AlertScalarWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt"],
1742
- AlpacaAccountCreateWithoutPositionsInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "orders", "alerts"],
1729
+ AlpacaAccountCreateWithoutPositionsInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "alerts"],
1743
1730
  AlpacaAccountCreateOrConnectWithoutPositionsInput: ["where", "create"],
1744
1731
  AlpacaAccountUpsertWithoutPositionsInput: ["update", "create", "where"],
1745
1732
  AlpacaAccountUpdateToOneWithWhereWithoutPositionsInput: ["where", "data"],
1746
- AlpacaAccountUpdateWithoutPositionsInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "orders", "alerts"],
1733
+ AlpacaAccountUpdateWithoutPositionsInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "alerts"],
1747
1734
  UserCreateWithoutAuthenticatorsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "alpacaAccounts"],
1748
1735
  UserCreateOrConnectWithoutAuthenticatorsInput: ["where", "create"],
1749
1736
  UserUpsertWithoutAuthenticatorsInput: ["update", "create", "where"],
@@ -1771,7 +1758,7 @@ const inputsInfo = {
1771
1758
  DeliverableCreateWithoutContractInput: ["id", "type", "symbol", "amount", "allocationPercentage", "settlementType", "settlementMethod", "delayedSettlement", "createdAt", "updatedAt"],
1772
1759
  DeliverableCreateOrConnectWithoutContractInput: ["where", "create"],
1773
1760
  DeliverableCreateManyContractInputEnvelope: ["data", "skipDuplicates"],
1774
- OrderCreateWithoutContractInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "alpacaAccount", "action"],
1761
+ OrderCreateWithoutContractInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "action"],
1775
1762
  OrderCreateOrConnectWithoutContractInput: ["where", "create"],
1776
1763
  DeliverableUpsertWithWhereUniqueWithoutContractInput: ["where", "update", "create"],
1777
1764
  DeliverableUpdateWithWhereUniqueWithoutContractInput: ["where", "data"],
@@ -1779,7 +1766,7 @@ const inputsInfo = {
1779
1766
  DeliverableScalarWhereInput: ["AND", "OR", "NOT", "id", "type", "symbol", "amount", "allocationPercentage", "settlementType", "settlementMethod", "delayedSettlement", "contractId", "createdAt", "updatedAt"],
1780
1767
  OrderUpsertWithoutContractInput: ["update", "create", "where"],
1781
1768
  OrderUpdateToOneWithWhereWithoutContractInput: ["where", "data"],
1782
- OrderUpdateWithoutContractInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "alpacaAccount", "action"],
1769
+ OrderUpdateWithoutContractInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "action"],
1783
1770
  ContractCreateWithoutDeliverablesInput: ["id", "alpacaId", "symbol", "name", "status", "tradable", "expirationDate", "rootSymbol", "underlyingSymbol", "underlyingAssetId", "type", "style", "strikePrice", "multiplier", "size", "openInterest", "openInterestDate", "closePrice", "closePriceDate", "ppind", "orderId", "createdAt", "updatedAt", "order"],
1784
1771
  ContractCreateOrConnectWithoutDeliverablesInput: ["where", "create"],
1785
1772
  ContractUpsertWithoutDeliverablesInput: ["update", "create", "where"],
@@ -1794,20 +1781,18 @@ const inputsInfo = {
1794
1781
  ActionScalarWhereInput: ["AND", "OR", "NOT", "id", "sequence", "tradeId", "type", "primary", "note", "status", "fee", "createdAt", "updatedAt"],
1795
1782
  TradeCreateWithoutActionsInput: ["id", "alpacaAccountId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol"],
1796
1783
  TradeCreateOrConnectWithoutActionsInput: ["where", "create"],
1797
- OrderCreateWithoutActionInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "alpacaAccount", "contract"],
1784
+ OrderCreateWithoutActionInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "contract"],
1798
1785
  OrderCreateOrConnectWithoutActionInput: ["where", "create"],
1799
1786
  TradeUpsertWithoutActionsInput: ["update", "create", "where"],
1800
1787
  TradeUpdateToOneWithWhereWithoutActionsInput: ["where", "data"],
1801
1788
  TradeUpdateWithoutActionsInput: ["id", "alpacaAccountId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol"],
1802
1789
  OrderUpsertWithoutActionInput: ["update", "create", "where"],
1803
1790
  OrderUpdateToOneWithWhereWithoutActionInput: ["where", "data"],
1804
- OrderUpdateWithoutActionInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "alpacaAccount", "contract"],
1791
+ OrderUpdateWithoutActionInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "contract"],
1805
1792
  StopLossCreateWithoutOrderInput: ["id", "stopPrice", "limitPrice", "createdAt", "updatedAt"],
1806
1793
  StopLossCreateOrConnectWithoutOrderInput: ["where", "create"],
1807
1794
  TakeProfitCreateWithoutOrderInput: ["id", "limitPrice", "stopPrice", "createdAt", "updatedAt"],
1808
1795
  TakeProfitCreateOrConnectWithoutOrderInput: ["where", "create"],
1809
- AlpacaAccountCreateWithoutOrdersInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "positions", "alerts"],
1810
- AlpacaAccountCreateOrConnectWithoutOrdersInput: ["where", "create"],
1811
1796
  ActionCreateWithoutOrderInput: ["id", "sequence", "type", "primary", "note", "status", "fee", "createdAt", "updatedAt", "trade"],
1812
1797
  ActionCreateOrConnectWithoutOrderInput: ["where", "create"],
1813
1798
  ContractCreateWithoutOrderInput: ["id", "alpacaId", "symbol", "name", "status", "tradable", "expirationDate", "rootSymbol", "underlyingSymbol", "underlyingAssetId", "type", "style", "strikePrice", "multiplier", "size", "openInterest", "openInterestDate", "closePrice", "closePriceDate", "ppind", "orderId", "createdAt", "updatedAt", "deliverables"],
@@ -1818,30 +1803,27 @@ const inputsInfo = {
1818
1803
  TakeProfitUpsertWithoutOrderInput: ["update", "create", "where"],
1819
1804
  TakeProfitUpdateToOneWithWhereWithoutOrderInput: ["where", "data"],
1820
1805
  TakeProfitUpdateWithoutOrderInput: ["id", "limitPrice", "stopPrice", "createdAt", "updatedAt"],
1821
- AlpacaAccountUpsertWithoutOrdersInput: ["update", "create", "where"],
1822
- AlpacaAccountUpdateToOneWithWhereWithoutOrdersInput: ["where", "data"],
1823
- AlpacaAccountUpdateWithoutOrdersInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "positions", "alerts"],
1824
1806
  ActionUpsertWithoutOrderInput: ["update", "create", "where"],
1825
1807
  ActionUpdateToOneWithWhereWithoutOrderInput: ["where", "data"],
1826
1808
  ActionUpdateWithoutOrderInput: ["id", "sequence", "type", "primary", "note", "status", "fee", "createdAt", "updatedAt", "trade"],
1827
1809
  ContractUpsertWithoutOrderInput: ["update", "create", "where"],
1828
1810
  ContractUpdateToOneWithWhereWithoutOrderInput: ["where", "data"],
1829
1811
  ContractUpdateWithoutOrderInput: ["id", "alpacaId", "symbol", "name", "status", "tradable", "expirationDate", "rootSymbol", "underlyingSymbol", "underlyingAssetId", "type", "style", "strikePrice", "multiplier", "size", "openInterest", "openInterestDate", "closePrice", "closePriceDate", "ppind", "orderId", "createdAt", "updatedAt", "deliverables"],
1830
- OrderCreateWithoutStopLossInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "takeProfit", "alpacaAccount", "action", "contract"],
1812
+ OrderCreateWithoutStopLossInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "takeProfit", "action", "contract"],
1831
1813
  OrderCreateOrConnectWithoutStopLossInput: ["where", "create"],
1832
1814
  OrderUpsertWithoutStopLossInput: ["update", "create", "where"],
1833
1815
  OrderUpdateToOneWithWhereWithoutStopLossInput: ["where", "data"],
1834
- OrderUpdateWithoutStopLossInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "takeProfit", "alpacaAccount", "action", "contract"],
1835
- OrderCreateWithoutTakeProfitInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "stopLoss", "alpacaAccount", "action", "contract"],
1816
+ OrderUpdateWithoutStopLossInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "takeProfit", "action", "contract"],
1817
+ OrderCreateWithoutTakeProfitInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "stopLoss", "action", "contract"],
1836
1818
  OrderCreateOrConnectWithoutTakeProfitInput: ["where", "create"],
1837
1819
  OrderUpsertWithoutTakeProfitInput: ["update", "create", "where"],
1838
1820
  OrderUpdateToOneWithWhereWithoutTakeProfitInput: ["where", "data"],
1839
- OrderUpdateWithoutTakeProfitInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "stopLoss", "alpacaAccount", "action", "contract"],
1840
- AlpacaAccountCreateWithoutAlertsInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "orders", "positions"],
1821
+ OrderUpdateWithoutTakeProfitInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "stopLoss", "action", "contract"],
1822
+ AlpacaAccountCreateWithoutAlertsInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "positions"],
1841
1823
  AlpacaAccountCreateOrConnectWithoutAlertsInput: ["where", "create"],
1842
1824
  AlpacaAccountUpsertWithoutAlertsInput: ["update", "create", "where"],
1843
1825
  AlpacaAccountUpdateToOneWithWhereWithoutAlertsInput: ["where", "data"],
1844
- AlpacaAccountUpdateWithoutAlertsInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "orders", "positions"],
1826
+ AlpacaAccountUpdateWithoutAlertsInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "positions"],
1845
1827
  NewsArticleAssetSentimentCreateWithoutNewsInput: ["id", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "asset"],
1846
1828
  NewsArticleAssetSentimentCreateOrConnectWithoutNewsInput: ["where", "create"],
1847
1829
  NewsArticleAssetSentimentCreateManyNewsInputEnvelope: ["data", "skipDuplicates"],
@@ -1865,11 +1847,9 @@ const inputsInfo = {
1865
1847
  AccountUpdateWithoutUserInput: ["id", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt"],
1866
1848
  SessionUpdateWithoutUserInput: ["id", "sessionToken", "expires", "createdAt", "updatedAt"],
1867
1849
  AuthenticatorUpdateWithoutUserInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
1868
- AlpacaAccountUpdateWithoutUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "orders", "positions", "alerts"],
1869
- OrderCreateManyAlpacaAccountInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "actionId", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "contractId"],
1850
+ AlpacaAccountUpdateWithoutUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "positions", "alerts"],
1870
1851
  PositionCreateManyAlpacaAccountInput: ["id", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt"],
1871
1852
  AlertCreateManyAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
1872
- OrderUpdateWithoutAlpacaAccountInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "symbol", "fee", "strikePrice", "expirationDate", "expiredAt", "failedAt", "replacedAt", "replacedBy", "replaces", "positionIntent", "legs", "hwm", "subtag", "source", "expiresAt", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "action", "contract"],
1873
1853
  PositionUpdateWithoutAlpacaAccountInput: ["id", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt"],
1874
1854
  AlertUpdateWithoutAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
1875
1855
  UserCreateManyCustomerInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel"],
@@ -1,6 +1,5 @@
1
1
  import { Prisma } from "@prisma/client";
2
2
  import { Alert } from "../models/Alert";
3
- import { Order } from "../models/Order";
4
3
  import { Position } from "../models/Position";
5
4
  import { User } from "../models/User";
6
5
  import { AlpacaAccountCount } from "../resolvers/outputs/AlpacaAccountCount";
@@ -77,10 +76,6 @@ export declare class AlpacaAccount {
77
76
  * Timestamp when the Alpaca account was last updated. TYPESTRING.SKIP=true
78
77
  */
79
78
  updatedAt: Date;
80
- /**
81
- * List of orders placed through this Alpaca account. TYPESTRING.SKIP=true GQL.EXCLUDE=['alpacaAccount', 'action']
82
- */
83
- orders?: Order[];
84
79
  /**
85
80
  * List of positions held in this Alpaca account. TYPESTRING.INCLUDE=['id','qty','asset'] GQL.EXCLUDE=['alpacaAccount']
86
81
  */
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccount.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/AlpacaAccount.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAEtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,qBACa,aAAa;IACxB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,IAAI,EAAG,OAAO,GAAG,MAAM,CAAC;IAExB;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IAKH,SAAS,EAAG,MAAM,CAAC;IAEnB;;OAEG;IAKH,aAAa,CAAC,EAAE,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC;IAExC;;OAEG;IAKH,UAAU,EAAG,OAAO,CAAC;IAErB;;OAEG;IAKH,QAAQ,EAAG,OAAO,CAAC;IAEnB;;OAEG;IAKH,kBAAkB,EAAG,MAAM,CAAC;IAE5B;;OAEG;IAKH,mBAAmB,EAAG,MAAM,CAAC;IAE7B;;OAEG;IAKH,eAAe,EAAG,MAAM,CAAC;IAEzB;;OAEG;IAKH,2BAA2B,EAAG,OAAO,CAAC;IAEtC;;OAEG;IAKH,qBAAqB,EAAG,MAAM,CAAC;IAE/B;;OAEG;IAKH,+BAA+B,EAAG,MAAM,CAAC;IAEzC;;OAEG;IAKH,4BAA4B,EAAG,MAAM,CAAC;IAEtC;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IAEZ;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IAEjB;;OAEG;IACH,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IAEvB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IAKjB,MAAM,CAAC,EAAE,kBAAkB,GAAG,IAAI,CAAC;CACpC"}
1
+ {"version":3,"file":"AlpacaAccount.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/AlpacaAccount.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAEtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,qBACa,aAAa;IACxB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,IAAI,EAAG,OAAO,GAAG,MAAM,CAAC;IAExB;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IAKH,SAAS,EAAG,MAAM,CAAC;IAEnB;;OAEG;IAKH,aAAa,CAAC,EAAE,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC;IAExC;;OAEG;IAKH,UAAU,EAAG,OAAO,CAAC;IAErB;;OAEG;IAKH,QAAQ,EAAG,OAAO,CAAC;IAEnB;;OAEG;IAKH,kBAAkB,EAAG,MAAM,CAAC;IAE5B;;OAEG;IAKH,mBAAmB,EAAG,MAAM,CAAC;IAE7B;;OAEG;IAKH,eAAe,EAAG,MAAM,CAAC;IAEzB;;OAEG;IAKH,2BAA2B,EAAG,OAAO,CAAC;IAEtC;;OAEG;IAKH,qBAAqB,EAAG,MAAM,CAAC;IAE/B;;OAEG;IAKH,+BAA+B,EAAG,MAAM,CAAC;IAEzC;;OAEG;IAKH,4BAA4B,EAAG,MAAM,CAAC;IAEtC;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IAEZ;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IACH,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IAEvB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IAKjB,MAAM,CAAC,EAAE,kBAAkB,GAAG,IAAI,CAAC;CACpC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccount.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/AlpacaAccount.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAC5C,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAOlD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAGtE,IAAM,aAAa,GAAnB,MAAM,aAAa;IACxB;;OAEG;IAKH,EAAE,CAAU;IAEZ;;OAEG;IAKH,IAAI,CAAoB;IAExB;;OAEG;IAKH,MAAM,CAAU;IAEhB;;OAEG;IAKH,SAAS,CAAU;IAEnB;;OAEG;IAKH,aAAa,CAA2B;IAExC;;OAEG;IAKH,UAAU,CAAW;IAErB;;OAEG;IAKH,QAAQ,CAAW;IAEnB;;OAEG;IAKH,kBAAkB,CAAU;IAE5B;;OAEG;IAKH,mBAAmB,CAAU;IAE7B;;OAEG;IAKH,eAAe,CAAU;IAEzB;;OAEG;IAKH,2BAA2B,CAAW;IAEtC;;OAEG;IAKH,qBAAqB,CAAU;IAE/B;;OAEG;IAKH,+BAA+B,CAAU;IAEzC;;OAEG;IAKH,4BAA4B,CAAU;IAEtC;;OAEG;IACH,IAAI,CAAQ;IAEZ;;OAEG;IAKH,MAAM,CAAU;IAEhB;;OAEG;IAKH,SAAS,CAAQ;IAEjB;;OAEG;IAKH,SAAS,CAAQ;IAEjB;;OAEG;IACH,MAAM,CAAW;IAEjB;;OAEG;IACH,SAAS,CAAc;IAEvB;;OAEG;IACH,MAAM,CAAW;IAKjB,MAAM,CAA6B;CACpC,CAAA;AA1KC;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,gEAAgE;KAC9E,CAAC;;yCACU;AASZ;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iBAAiB,EAAE;QAC7C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,6CAA6C;KAC3D,CAAC;;2CACsB;AASxB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,qEAAqE;KACnF,CAAC;;6CACc;AAShB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,wEAAwE;KACtF,CAAC;;gDACiB;AASnB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,cAAc,CAAC,YAAY,EAAE;QACvD,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,qDAAqD;KACnE,CAAC;;oDACsC;AASxC;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE;QACnC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,4EAA4E;KAC1F,CAAC;;iDACmB;AASrB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE;QACnC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,iFAAiF;KAC/F,CAAC;;+CACiB;AASnB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,mEAAmE;KACjF,CAAC;;yDAC0B;AAS5B;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,yGAAyG;KACvH,CAAC;;0DAC2B;AAS7B;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,uHAAuH;KACrI,CAAC;;sDACuB;AASzB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE;QACnC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,4HAA4H;KAC1I,CAAC;;kEACoC;AAStC;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,+JAA+J;KAC7K,CAAC;;4DAC6B;AAS/B;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,kKAAkK;KAChL,CAAC;;sEACuC;AASzC;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,8LAA8L;KAC5M,CAAC;;mEACoC;AActC;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,wDAAwD;KACtE,CAAC;;6CACc;AAShB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,qEAAqE;KACnF,CAAC;8BACU,IAAI;gDAAC;AASjB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,0EAA0E;KACxF,CAAC;8BACU,IAAI;gDAAC;AAoBjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,kBAAkB,EAAE;QAC9C,QAAQ,EAAE,IAAI;KACf,CAAC;;6CACiC;AAjLxB,aAAa;IADzB,WAAW,CAAC,UAAU,CAAC,eAAe,EAAE,EAAE,CAAC;GAC/B,aAAa,CAkLzB"}
1
+ {"version":3,"file":"AlpacaAccount.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/AlpacaAccount.ts"],"names":[],"mappings":"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"}
@@ -84,10 +84,6 @@ let AlpacaAccount = class AlpacaAccount {
84
84
  * Timestamp when the Alpaca account was last updated. TYPESTRING.SKIP=true
85
85
  */
86
86
  updatedAt;
87
- /**
88
- * List of orders placed through this Alpaca account. TYPESTRING.SKIP=true GQL.EXCLUDE=['alpacaAccount', 'action']
89
- */
90
- orders;
91
87
  /**
92
88
  * List of positions held in this Alpaca account. TYPESTRING.INCLUDE=['id','qty','asset'] GQL.EXCLUDE=['alpacaAccount']
93
89
  */
@@ -1,6 +1,5 @@
1
1
  import { Prisma } from "@prisma/client";
2
2
  import { Action } from "../models/Action";
3
- import { AlpacaAccount } from "../models/AlpacaAccount";
4
3
  import { Contract } from "../models/Contract";
5
4
  import { StopLoss } from "../models/StopLoss";
6
5
  import { TakeProfit } from "../models/TakeProfit";
@@ -109,10 +108,6 @@ export declare class Order {
109
108
  * Reference to the action associated with the order. TYPESTRING.SKIP=true
110
109
  */
111
110
  actionId?: string | null;
112
- /**
113
- * The Alpaca account this order is associated with. TYPESTRING.SKIP=true GQL.SKIP=true
114
- */
115
- alpacaAccount?: AlpacaAccount;
116
111
  /**
117
112
  * The action this order is associated with. TYPESTRING.SKIP=true GQL.EXCLUDE=['trade', 'order']
118
113
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Order.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Order.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Order.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Order.ts"],"names":[],"mappings":"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"}
@@ -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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"}
@@ -120,10 +120,6 @@ let Order = class Order {
120
120
  * Reference to the action associated with the order. TYPESTRING.SKIP=true
121
121
  */
122
122
  actionId;
123
- /**
124
- * The Alpaca account this order is associated with. TYPESTRING.SKIP=true GQL.SKIP=true
125
- */
126
- alpacaAccount;
127
123
  /**
128
124
  * The action this order is associated with. TYPESTRING.SKIP=true GQL.EXCLUDE=['trade', 'order']
129
125
  */
@@ -1,6 +1,5 @@
1
1
  import { Prisma } from "@prisma/client";
2
2
  import { AlertCreateNestedManyWithoutAlpacaAccountInput } from "../inputs/AlertCreateNestedManyWithoutAlpacaAccountInput";
3
- import { OrderCreateNestedManyWithoutAlpacaAccountInput } from "../inputs/OrderCreateNestedManyWithoutAlpacaAccountInput";
4
3
  import { PositionCreateNestedManyWithoutAlpacaAccountInput } from "../inputs/PositionCreateNestedManyWithoutAlpacaAccountInput";
5
4
  import { UserCreateNestedOneWithoutAlpacaAccountsInput } from "../inputs/UserCreateNestedOneWithoutAlpacaAccountsInput";
6
5
  export declare class AlpacaAccountCreateInput {
@@ -21,7 +20,6 @@ export declare class AlpacaAccountCreateInput {
21
20
  createdAt?: Date | undefined;
22
21
  updatedAt?: Date | undefined;
23
22
  user: UserCreateNestedOneWithoutAlpacaAccountsInput;
24
- orders?: OrderCreateNestedManyWithoutAlpacaAccountInput | undefined;
25
23
  positions?: PositionCreateNestedManyWithoutAlpacaAccountInput | undefined;
26
24
  alerts?: AlertCreateNestedManyWithoutAlpacaAccountInput | undefined;
27
25
  }
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountCreateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,8CAA8C,EAAE,MAAM,0DAA0D,CAAC;AAC1H,OAAO,EAAE,8CAA8C,EAAE,MAAM,0DAA0D,CAAC;AAC1H,OAAO,EAAE,iDAAiD,EAAE,MAAM,6DAA6D,CAAC;AAChI,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AAGxH,qBACa,wBAAwB;IAInC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,EAAG,MAAM,CAAC;IAKhB,SAAS,EAAG,MAAM,CAAC;IAKnB,aAAa,CAAC,EAAE,MAAM,CAAC,cAAc,GAAG,SAAS,CAAC;IAKlD,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAKjC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK/B,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxC,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKzC,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKrC,2BAA2B,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAKlD,qBAAqB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK3C,+BAA+B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKrD,4BAA4B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKlD,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,IAAI,EAAG,6CAA6C,CAAC;IAKrD,MAAM,CAAC,EAAE,8CAA8C,GAAG,SAAS,CAAC;IAKpE,SAAS,CAAC,EAAE,iDAAiD,GAAG,SAAS,CAAC;IAK1E,MAAM,CAAC,EAAE,8CAA8C,GAAG,SAAS,CAAC;CACrE"}
1
+ {"version":3,"file":"AlpacaAccountCreateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,8CAA8C,EAAE,MAAM,0DAA0D,CAAC;AAC1H,OAAO,EAAE,iDAAiD,EAAE,MAAM,6DAA6D,CAAC;AAChI,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AAGxH,qBACa,wBAAwB;IAInC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,EAAG,MAAM,CAAC;IAKhB,SAAS,EAAG,MAAM,CAAC;IAKnB,aAAa,CAAC,EAAE,MAAM,CAAC,cAAc,GAAG,SAAS,CAAC;IAKlD,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAKjC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK/B,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxC,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKzC,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKrC,2BAA2B,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAKlD,qBAAqB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK3C,+BAA+B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKrD,4BAA4B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKlD,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,IAAI,EAAG,6CAA6C,CAAC;IAKrD,SAAS,CAAC,EAAE,iDAAiD,GAAG,SAAS,CAAC;IAK1E,MAAM,CAAC,EAAE,8CAA8C,GAAG,SAAS,CAAC;CACrE"}