adaptic-backend 1.0.346 → 1.0.348

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (389) hide show
  1. package/Account.cjs +21 -0
  2. package/Alert.cjs +17 -0
  3. package/Allocation.cjs +13 -0
  4. package/AlpacaAccount.cjs +15 -0
  5. package/Authenticator.cjs +21 -0
  6. package/Customer.cjs +21 -0
  7. package/Session.cjs +20 -0
  8. package/User.cjs +18 -0
  9. package/esm/Account.d.ts.map +1 -1
  10. package/esm/Account.js.map +1 -1
  11. package/esm/Account.mjs +21 -0
  12. package/esm/Alert.d.ts.map +1 -1
  13. package/esm/Alert.js.map +1 -1
  14. package/esm/Alert.mjs +17 -0
  15. package/esm/Allocation.d.ts.map +1 -1
  16. package/esm/Allocation.js.map +1 -1
  17. package/esm/Allocation.mjs +13 -0
  18. package/esm/AlpacaAccount.d.ts.map +1 -1
  19. package/esm/AlpacaAccount.js.map +1 -1
  20. package/esm/AlpacaAccount.mjs +15 -0
  21. package/esm/Authenticator.d.ts.map +1 -1
  22. package/esm/Authenticator.js.map +1 -1
  23. package/esm/Authenticator.mjs +21 -0
  24. package/esm/Customer.d.ts.map +1 -1
  25. package/esm/Customer.js.map +1 -1
  26. package/esm/Customer.mjs +21 -0
  27. package/esm/Session.d.ts.map +1 -1
  28. package/esm/Session.js.map +1 -1
  29. package/esm/Session.mjs +20 -0
  30. package/esm/User.d.ts.map +1 -1
  31. package/esm/User.js.map +1 -1
  32. package/esm/User.mjs +18 -0
  33. package/esm/generated/selectionSets/Account.d.ts +1 -1
  34. package/esm/generated/selectionSets/Account.d.ts.map +1 -1
  35. package/esm/generated/selectionSets/Account.js.map +1 -1
  36. package/esm/generated/selectionSets/Account.mjs +1 -0
  37. package/esm/generated/selectionSets/Allocation.d.ts +1 -1
  38. package/esm/generated/selectionSets/Allocation.d.ts.map +1 -1
  39. package/esm/generated/selectionSets/Allocation.js.map +1 -1
  40. package/esm/generated/selectionSets/Allocation.mjs +1 -0
  41. package/esm/generated/selectionSets/AlpacaAccount.d.ts +1 -1
  42. package/esm/generated/selectionSets/AlpacaAccount.d.ts.map +1 -1
  43. package/esm/generated/selectionSets/AlpacaAccount.js.map +1 -1
  44. package/esm/generated/selectionSets/AlpacaAccount.mjs +1 -0
  45. package/esm/generated/selectionSets/Authenticator.d.ts +1 -1
  46. package/esm/generated/selectionSets/Authenticator.d.ts.map +1 -1
  47. package/esm/generated/selectionSets/Authenticator.js.map +1 -1
  48. package/esm/generated/selectionSets/Authenticator.mjs +1 -0
  49. package/esm/generated/selectionSets/Customer.d.ts +1 -1
  50. package/esm/generated/selectionSets/Customer.d.ts.map +1 -1
  51. package/esm/generated/selectionSets/Customer.js.map +1 -1
  52. package/esm/generated/selectionSets/Customer.mjs +1 -0
  53. package/esm/generated/selectionSets/User.d.ts +1 -1
  54. package/esm/generated/selectionSets/User.d.ts.map +1 -1
  55. package/esm/generated/selectionSets/User.js.map +1 -1
  56. package/esm/generated/selectionSets/User.mjs +1 -0
  57. package/esm/generated/typeStrings/Allocation.d.ts +1 -1
  58. package/esm/generated/typeStrings/Allocation.d.ts.map +1 -1
  59. package/esm/generated/typeStrings/Allocation.js.map +1 -1
  60. package/esm/generated/typeStrings/Allocation.mjs +2 -0
  61. package/esm/generated/typeStrings/Trade.d.ts +1 -1
  62. package/esm/generated/typeStrings/Trade.d.ts.map +1 -1
  63. package/esm/generated/typeStrings/Trade.js.map +1 -1
  64. package/esm/generated/typeStrings/Trade.mjs +2 -0
  65. package/esm/generated/typeStrings/index.d.ts +2 -2
  66. package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
  67. package/esm/generated/typegraphql-prisma/enhance.mjs +24 -24
  68. package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts +1 -0
  69. package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts.map +1 -1
  70. package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.js.map +1 -1
  71. package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.mjs +1 -0
  72. package/esm/generated/typegraphql-prisma/enums/TradeStrategy.d.ts +1 -0
  73. package/esm/generated/typegraphql-prisma/enums/TradeStrategy.d.ts.map +1 -1
  74. package/esm/generated/typegraphql-prisma/enums/TradeStrategy.js.map +1 -1
  75. package/esm/generated/typegraphql-prisma/enums/TradeStrategy.mjs +1 -0
  76. package/esm/generated/typegraphql-prisma/models/Allocation.d.ts +4 -0
  77. package/esm/generated/typegraphql-prisma/models/Allocation.d.ts.map +1 -1
  78. package/esm/generated/typegraphql-prisma/models/Allocation.js.map +1 -1
  79. package/esm/generated/typegraphql-prisma/models/Allocation.mjs +11 -0
  80. package/esm/generated/typegraphql-prisma/models/Trade.d.ts +1 -1
  81. package/esm/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
  82. package/esm/generated/typegraphql-prisma/models/Trade.js.map +1 -1
  83. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts +1 -1
  84. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts.map +1 -1
  85. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.js.map +1 -1
  86. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts +1 -1
  87. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts.map +1 -1
  88. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.js.map +1 -1
  89. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts +1 -1
  90. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts.map +1 -1
  91. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.js.map +1 -1
  92. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts +1 -1
  93. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts.map +1 -1
  94. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.js.map +1 -1
  95. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts +1 -0
  96. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts.map +1 -1
  97. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.js.map +1 -1
  98. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.mjs +7 -0
  99. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts +1 -0
  100. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts.map +1 -1
  101. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.js.map +1 -1
  102. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.mjs +7 -0
  103. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts +1 -0
  104. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts.map +1 -1
  105. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.js.map +1 -1
  106. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.mjs +7 -0
  107. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts +1 -0
  108. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts.map +1 -1
  109. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.js.map +1 -1
  110. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.mjs +7 -0
  111. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts +1 -0
  112. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
  113. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.js.map +1 -1
  114. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.mjs +7 -0
  115. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts +1 -0
  116. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts.map +1 -1
  117. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.js.map +1 -1
  118. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.mjs +7 -0
  119. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts +1 -0
  120. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts.map +1 -1
  121. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.js.map +1 -1
  122. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.mjs +7 -0
  123. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts +1 -0
  124. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts.map +1 -1
  125. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.js.map +1 -1
  126. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.mjs +7 -0
  127. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts +1 -0
  128. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts.map +1 -1
  129. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.js.map +1 -1
  130. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.mjs +7 -0
  131. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts +1 -0
  132. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts.map +1 -1
  133. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.js.map +1 -1
  134. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.mjs +7 -0
  135. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts +1 -0
  136. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts.map +1 -1
  137. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.js.map +1 -1
  138. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.mjs +7 -0
  139. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts +1 -0
  140. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts.map +1 -1
  141. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.js.map +1 -1
  142. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.mjs +7 -0
  143. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts +1 -0
  144. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts.map +1 -1
  145. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.js.map +1 -1
  146. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.mjs +7 -0
  147. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts +1 -0
  148. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
  149. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.js.map +1 -1
  150. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.mjs +7 -0
  151. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts +1 -0
  152. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts.map +1 -1
  153. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.js.map +1 -1
  154. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.mjs +7 -0
  155. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts +1 -0
  156. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts.map +1 -1
  157. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.js.map +1 -1
  158. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.mjs +7 -0
  159. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFieldUpdateOperationsInput.d.ts +1 -1
  160. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFieldUpdateOperationsInput.d.ts.map +1 -1
  161. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFieldUpdateOperationsInput.js.map +1 -1
  162. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFilter.d.ts +3 -3
  163. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFilter.d.ts.map +1 -1
  164. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFilter.js.map +1 -1
  165. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyWithAggregatesFilter.d.ts +3 -3
  166. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyWithAggregatesFilter.d.ts.map +1 -1
  167. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyWithAggregatesFilter.js.map +1 -1
  168. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyFilter.d.ts +3 -3
  169. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyFilter.d.ts.map +1 -1
  170. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyFilter.js.map +1 -1
  171. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyWithAggregatesFilter.d.ts +3 -3
  172. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyWithAggregatesFilter.d.ts.map +1 -1
  173. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyWithAggregatesFilter.js.map +1 -1
  174. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +1 -1
  175. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
  176. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
  177. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +1 -1
  178. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
  179. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
  180. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +1 -1
  181. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
  182. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
  183. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts +1 -0
  184. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts.map +1 -1
  185. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.js.map +1 -1
  186. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.mjs +7 -0
  187. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts +1 -0
  188. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts.map +1 -1
  189. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.js.map +1 -1
  190. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.mjs +7 -0
  191. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts +1 -0
  192. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts.map +1 -1
  193. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.js.map +1 -1
  194. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.mjs +7 -0
  195. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts +1 -0
  196. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts.map +1 -1
  197. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.js.map +1 -1
  198. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.mjs +7 -0
  199. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts +1 -0
  200. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts.map +1 -1
  201. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.js.map +1 -1
  202. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.mjs +7 -0
  203. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts +1 -0
  204. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts.map +1 -1
  205. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.js.map +1 -1
  206. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.mjs +7 -0
  207. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts +1 -0
  208. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts.map +1 -1
  209. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.js.map +1 -1
  210. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.mjs +7 -0
  211. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.d.ts +1 -1
  212. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.d.ts.map +1 -1
  213. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.js.map +1 -1
  214. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +1 -1
  215. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
  216. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
  217. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +1 -1
  218. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
  219. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
  220. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +1 -1
  221. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
  222. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
  223. package/generated/typeStrings/Allocation.cjs +2 -0
  224. package/generated/typeStrings/Allocation.d.ts +1 -1
  225. package/generated/typeStrings/Allocation.d.ts.map +1 -1
  226. package/generated/typeStrings/Allocation.js.map +1 -1
  227. package/generated/typeStrings/Trade.cjs +2 -0
  228. package/generated/typeStrings/Trade.d.ts +1 -1
  229. package/generated/typeStrings/Trade.d.ts.map +1 -1
  230. package/generated/typeStrings/Trade.js.map +1 -1
  231. package/generated/typeStrings/index.d.ts +2 -2
  232. package/generated/typegraphql-prisma/enhance.cjs +24 -24
  233. package/generated/typegraphql-prisma/enhance.js.map +1 -1
  234. package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.cjs +1 -0
  235. package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts +1 -0
  236. package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts.map +1 -1
  237. package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.js.map +1 -1
  238. package/generated/typegraphql-prisma/enums/TradeStrategy.cjs +1 -0
  239. package/generated/typegraphql-prisma/enums/TradeStrategy.d.ts +1 -0
  240. package/generated/typegraphql-prisma/enums/TradeStrategy.d.ts.map +1 -1
  241. package/generated/typegraphql-prisma/enums/TradeStrategy.js.map +1 -1
  242. package/generated/typegraphql-prisma/models/Allocation.cjs +7 -0
  243. package/generated/typegraphql-prisma/models/Allocation.d.ts +4 -0
  244. package/generated/typegraphql-prisma/models/Allocation.d.ts.map +1 -1
  245. package/generated/typegraphql-prisma/models/Allocation.js.map +1 -1
  246. package/generated/typegraphql-prisma/models/Trade.d.ts +1 -1
  247. package/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
  248. package/generated/typegraphql-prisma/models/Trade.js.map +1 -1
  249. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts +1 -1
  250. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts.map +1 -1
  251. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.js.map +1 -1
  252. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts +1 -1
  253. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts.map +1 -1
  254. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.js.map +1 -1
  255. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts +1 -1
  256. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts.map +1 -1
  257. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.js.map +1 -1
  258. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts +1 -1
  259. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts.map +1 -1
  260. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.js.map +1 -1
  261. package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.cjs +6 -0
  262. package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts +1 -0
  263. package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts.map +1 -1
  264. package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.js.map +1 -1
  265. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.cjs +6 -0
  266. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts +1 -0
  267. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts.map +1 -1
  268. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.js.map +1 -1
  269. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.cjs +6 -0
  270. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts +1 -0
  271. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts.map +1 -1
  272. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.js.map +1 -1
  273. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.cjs +6 -0
  274. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts +1 -0
  275. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts.map +1 -1
  276. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.js.map +1 -1
  277. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.cjs +6 -0
  278. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts +1 -0
  279. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
  280. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.js.map +1 -1
  281. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.cjs +6 -0
  282. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts +1 -0
  283. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts.map +1 -1
  284. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.js.map +1 -1
  285. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.cjs +6 -0
  286. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts +1 -0
  287. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts.map +1 -1
  288. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.js.map +1 -1
  289. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.cjs +6 -0
  290. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts +1 -0
  291. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts.map +1 -1
  292. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.js.map +1 -1
  293. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.cjs +6 -0
  294. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts +1 -0
  295. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts.map +1 -1
  296. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.js.map +1 -1
  297. package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.cjs +6 -0
  298. package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts +1 -0
  299. package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts.map +1 -1
  300. package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.js.map +1 -1
  301. package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.cjs +6 -0
  302. package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts +1 -0
  303. package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts.map +1 -1
  304. package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.js.map +1 -1
  305. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.cjs +6 -0
  306. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts +1 -0
  307. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts.map +1 -1
  308. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.js.map +1 -1
  309. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.cjs +6 -0
  310. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts +1 -0
  311. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts.map +1 -1
  312. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.js.map +1 -1
  313. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.cjs +6 -0
  314. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts +1 -0
  315. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
  316. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.js.map +1 -1
  317. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.cjs +6 -0
  318. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts +1 -0
  319. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts.map +1 -1
  320. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.js.map +1 -1
  321. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.cjs +6 -0
  322. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts +1 -0
  323. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts.map +1 -1
  324. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.js.map +1 -1
  325. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFieldUpdateOperationsInput.d.ts +1 -1
  326. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFieldUpdateOperationsInput.d.ts.map +1 -1
  327. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFieldUpdateOperationsInput.js.map +1 -1
  328. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFilter.d.ts +3 -3
  329. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFilter.d.ts.map +1 -1
  330. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFilter.js.map +1 -1
  331. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyWithAggregatesFilter.d.ts +3 -3
  332. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyWithAggregatesFilter.d.ts.map +1 -1
  333. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyWithAggregatesFilter.js.map +1 -1
  334. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyFilter.d.ts +3 -3
  335. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyFilter.d.ts.map +1 -1
  336. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyFilter.js.map +1 -1
  337. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyWithAggregatesFilter.d.ts +3 -3
  338. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyWithAggregatesFilter.d.ts.map +1 -1
  339. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyWithAggregatesFilter.js.map +1 -1
  340. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +1 -1
  341. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
  342. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
  343. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +1 -1
  344. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
  345. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
  346. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +1 -1
  347. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
  348. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
  349. package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.cjs +6 -0
  350. package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts +1 -0
  351. package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts.map +1 -1
  352. package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.js.map +1 -1
  353. package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.cjs +6 -0
  354. package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts +1 -0
  355. package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts.map +1 -1
  356. package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.js.map +1 -1
  357. package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.cjs +6 -0
  358. package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts +1 -0
  359. package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts.map +1 -1
  360. package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.js.map +1 -1
  361. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.cjs +6 -0
  362. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts +1 -0
  363. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts.map +1 -1
  364. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.js.map +1 -1
  365. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.cjs +6 -0
  366. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts +1 -0
  367. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts.map +1 -1
  368. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.js.map +1 -1
  369. package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.cjs +6 -0
  370. package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts +1 -0
  371. package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts.map +1 -1
  372. package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.js.map +1 -1
  373. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.cjs +6 -0
  374. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts +1 -0
  375. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts.map +1 -1
  376. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.js.map +1 -1
  377. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.d.ts +1 -1
  378. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.d.ts.map +1 -1
  379. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.js.map +1 -1
  380. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +1 -1
  381. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
  382. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
  383. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +1 -1
  384. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
  385. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
  386. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +1 -1
  387. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
  388. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
  389. package/package.json +1 -1
@@ -707,7 +707,7 @@ const modelsInfo = {
707
707
  Session: ["id", "sessionToken", "userId", "expires", "createdAt", "updatedAt"],
708
708
  User: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
709
709
  AlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
710
- Allocation: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
710
+ Allocation: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
711
711
  Authenticator: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
712
712
  Account: ["id", "userId", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt"],
713
713
  VerificationToken: ["id", "identifier", "token", "expires"],
@@ -740,7 +740,7 @@ const outputsInfo = {
740
740
  AggregateAlpacaAccount: ["_count", "_avg", "_sum", "_min", "_max"],
741
741
  AlpacaAccountGroupBy: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
742
742
  AggregateAllocation: ["_count", "_avg", "_sum", "_min", "_max"],
743
- AllocationGroupBy: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
743
+ AllocationGroupBy: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
744
744
  AggregateAuthenticator: ["_count", "_avg", "_sum", "_min", "_max"],
745
745
  AuthenticatorGroupBy: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
746
746
  AggregateAccount: ["_count", "_avg", "_sum", "_min", "_max"],
@@ -784,11 +784,11 @@ const outputsInfo = {
784
784
  AlpacaAccountSumAggregate: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100"],
785
785
  AlpacaAccountMinAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
786
786
  AlpacaAccountMaxAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
787
- AllocationCountAggregate: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_all"],
788
- AllocationAvgAggregate: ["stocks", "crypto", "etfs"],
789
- AllocationSumAggregate: ["stocks", "crypto", "etfs"],
790
- AllocationMinAggregate: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
791
- AllocationMaxAggregate: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
787
+ AllocationCountAggregate: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_all"],
788
+ AllocationAvgAggregate: ["stocks", "crypto", "options", "etfs"],
789
+ AllocationSumAggregate: ["stocks", "crypto", "options", "etfs"],
790
+ AllocationMinAggregate: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
791
+ AllocationMaxAggregate: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
792
792
  AuthenticatorCountAggregate: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "_all"],
793
793
  AuthenticatorAvgAggregate: ["counter"],
794
794
  AuthenticatorSumAggregate: ["counter"],
@@ -845,7 +845,7 @@ const outputsInfo = {
845
845
  CreateManyAndReturnSession: ["id", "sessionToken", "userId", "expires", "createdAt", "updatedAt", "user"],
846
846
  CreateManyAndReturnUser: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "customer"],
847
847
  CreateManyAndReturnAlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "user"],
848
- CreateManyAndReturnAllocation: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
848
+ CreateManyAndReturnAllocation: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
849
849
  CreateManyAndReturnAuthenticator: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
850
850
  CreateManyAndReturnAccount: ["id", "userId", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt", "user"],
851
851
  CreateManyAndReturnVerificationToken: ["id", "identifier", "token", "expires"],
@@ -889,11 +889,11 @@ const inputsInfo = {
889
889
  AlpacaAccountWhereUniqueInput: ["id", "AND", "OR", "NOT", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "allocation", "user", "alerts"],
890
890
  AlpacaAccountOrderByWithAggregationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
891
891
  AlpacaAccountScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
892
- AllocationWhereInput: ["AND", "OR", "NOT", "id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
893
- AllocationOrderByWithRelationInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
894
- AllocationWhereUniqueInput: ["id", "alpacaAccountId", "AND", "OR", "NOT", "stocks", "crypto", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
895
- AllocationOrderByWithAggregationInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
896
- AllocationScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
892
+ AllocationWhereInput: ["AND", "OR", "NOT", "id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
893
+ AllocationOrderByWithRelationInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
894
+ AllocationWhereUniqueInput: ["id", "alpacaAccountId", "AND", "OR", "NOT", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
895
+ AllocationOrderByWithAggregationInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
896
+ AllocationScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
897
897
  AuthenticatorWhereInput: ["AND", "OR", "NOT", "id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
898
898
  AuthenticatorOrderByWithRelationInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
899
899
  AuthenticatorWhereUniqueInput: ["id", "credentialID", "AND", "OR", "NOT", "userId", "publicKey", "counter", "createdAt", "updatedAt", "user"],
@@ -970,10 +970,10 @@ const inputsInfo = {
970
970
  AlpacaAccountUpdateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "createdAt", "updatedAt", "allocation", "user", "alerts"],
971
971
  AlpacaAccountCreateManyInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
972
972
  AlpacaAccountUpdateManyMutationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "createdAt", "updatedAt"],
973
- AllocationCreateInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
974
- AllocationUpdateInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
975
- AllocationCreateManyInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
976
- AllocationUpdateManyMutationInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt"],
973
+ AllocationCreateInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
974
+ AllocationUpdateInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
975
+ AllocationCreateManyInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
976
+ AllocationUpdateManyMutationInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt"],
977
977
  AuthenticatorCreateInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
978
978
  AuthenticatorUpdateInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
979
979
  AuthenticatorCreateManyInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
@@ -1082,11 +1082,11 @@ const inputsInfo = {
1082
1082
  BoolWithAggregatesFilter: ["equals", "not", "_count", "_min", "_max"],
1083
1083
  FloatWithAggregatesFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "not", "_count", "_avg", "_sum", "_min", "_max"],
1084
1084
  AlpacaAccountRelationFilter: ["is", "isNot"],
1085
- AllocationCountOrderByAggregateInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
1086
- AllocationAvgOrderByAggregateInput: ["stocks", "crypto", "etfs"],
1087
- AllocationMaxOrderByAggregateInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
1088
- AllocationMinOrderByAggregateInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
1089
- AllocationSumOrderByAggregateInput: ["stocks", "crypto", "etfs"],
1085
+ AllocationCountOrderByAggregateInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
1086
+ AllocationAvgOrderByAggregateInput: ["stocks", "crypto", "options", "etfs"],
1087
+ AllocationMaxOrderByAggregateInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
1088
+ AllocationMinOrderByAggregateInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
1089
+ AllocationSumOrderByAggregateInput: ["stocks", "crypto", "options", "etfs"],
1090
1090
  IntFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "not"],
1091
1091
  AuthenticatorCountOrderByAggregateInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
1092
1092
  AuthenticatorAvgOrderByAggregateInput: ["counter"],
@@ -1331,7 +1331,7 @@ const inputsInfo = {
1331
1331
  AlpacaAccountUpdateWithWhereUniqueWithoutUserInput: ["where", "data"],
1332
1332
  AlpacaAccountUpdateManyWithWhereWithoutUserInput: ["where", "data"],
1333
1333
  AlpacaAccountScalarWhereInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
1334
- AllocationCreateWithoutAlpacaAccountInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt"],
1334
+ AllocationCreateWithoutAlpacaAccountInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt"],
1335
1335
  AllocationCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
1336
1336
  UserCreateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators"],
1337
1337
  UserCreateOrConnectWithoutAlpacaAccountsInput: ["where", "create"],
@@ -1340,7 +1340,7 @@ const inputsInfo = {
1340
1340
  AlertCreateManyAlpacaAccountInputEnvelope: ["data", "skipDuplicates"],
1341
1341
  AllocationUpsertWithoutAlpacaAccountInput: ["update", "create", "where"],
1342
1342
  AllocationUpdateToOneWithWhereWithoutAlpacaAccountInput: ["where", "data"],
1343
- AllocationUpdateWithoutAlpacaAccountInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt"],
1343
+ AllocationUpdateWithoutAlpacaAccountInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt"],
1344
1344
  UserUpsertWithoutAlpacaAccountsInput: ["update", "create", "where"],
1345
1345
  UserUpdateToOneWithWhereWithoutAlpacaAccountsInput: ["where", "data"],
1346
1346
  UserUpdateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators"],
@@ -2,6 +2,7 @@ export declare enum AllocationScalarFieldEnum {
2
2
  id = "id",
3
3
  stocks = "stocks",
4
4
  crypto = "crypto",
5
+ options = "options",
5
6
  etfs = "etfs",
6
7
  alpacaAccountId = "alpacaAccountId",
7
8
  createdAt = "createdAt",
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,yBAAyB;IACnC,EAAE,OAAO;IACT,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,eAAe,oBAAoB;IACnC,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB"}
1
+ {"version":3,"file":"AllocationScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,yBAAyB;IACnC,EAAE,OAAO;IACT,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,eAAe,oBAAoB;IACnC,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB"}
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,yBAQX;AARD,WAAY,yBAAyB;IACnC,sCAAS,CAAA;IACT,8CAAiB,CAAA;IACjB,8CAAiB,CAAA;IACjB,0CAAa,CAAA;IACb,gEAAmC,CAAA;IACnC,oDAAuB,CAAA;IACvB,oDAAuB,CAAA;AACzB,CAAC,EARW,yBAAyB,KAAzB,yBAAyB,QAQpC;AACD,WAAW,CAAC,gBAAgB,CAAC,yBAAyB,EAAE;IACtD,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
1
+ {"version":3,"file":"AllocationScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,yBASX;AATD,WAAY,yBAAyB;IACnC,sCAAS,CAAA;IACT,8CAAiB,CAAA;IACjB,8CAAiB,CAAA;IACjB,gDAAmB,CAAA;IACnB,0CAAa,CAAA;IACb,gEAAmC,CAAA;IACnC,oDAAuB,CAAA;IACvB,oDAAuB,CAAA;AACzB,CAAC,EATW,yBAAyB,KAAzB,yBAAyB,QASpC;AACD,WAAW,CAAC,gBAAgB,CAAC,yBAAyB,EAAE;IACtD,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
@@ -4,6 +4,7 @@ export var AllocationScalarFieldEnum;
4
4
  AllocationScalarFieldEnum["id"] = "id";
5
5
  AllocationScalarFieldEnum["stocks"] = "stocks";
6
6
  AllocationScalarFieldEnum["crypto"] = "crypto";
7
+ AllocationScalarFieldEnum["options"] = "options";
7
8
  AllocationScalarFieldEnum["etfs"] = "etfs";
8
9
  AllocationScalarFieldEnum["alpacaAccountId"] = "alpacaAccountId";
9
10
  AllocationScalarFieldEnum["createdAt"] = "createdAt";
@@ -9,6 +9,7 @@ export declare enum TradeStrategy {
9
9
  EVENT_DRIVEN = "EVENT_DRIVEN",
10
10
  BREAKOUT_STRATEGY = "BREAKOUT_STRATEGY",
11
11
  ORDER_FLOW_TRADING = "ORDER_FLOW_TRADING",
12
+ OPTIONS_SPREAD = "OPTIONS_SPREAD",
12
13
  NO_STRATEGY = "NO_STRATEGY"
13
14
  }
14
15
  //# sourceMappingURL=TradeStrategy.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TradeStrategy.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradeStrategy.ts"],"names":[],"mappings":"AAEA,oBAAY,aAAa;IACvB,kBAAkB,uBAAuB;IACzC,eAAe,oBAAoB;IACnC,cAAc,mBAAmB;IACjC,iBAAiB,sBAAsB;IACvC,mBAAmB,wBAAwB;IAC3C,QAAQ,aAAa;IACrB,kBAAkB,uBAAuB;IACzC,YAAY,iBAAiB;IAC7B,iBAAiB,sBAAsB;IACvC,kBAAkB,uBAAuB;IACzC,WAAW,gBAAgB;CAC5B"}
1
+ {"version":3,"file":"TradeStrategy.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradeStrategy.ts"],"names":[],"mappings":"AAEA,oBAAY,aAAa;IACvB,kBAAkB,uBAAuB;IACzC,eAAe,oBAAoB;IACnC,cAAc,mBAAmB;IACjC,iBAAiB,sBAAsB;IACvC,mBAAmB,wBAAwB;IAC3C,QAAQ,aAAa;IACrB,kBAAkB,uBAAuB;IACzC,YAAY,iBAAiB;IAC7B,iBAAiB,sBAAsB;IACvC,kBAAkB,uBAAuB;IACzC,cAAc,mBAAmB;IACjC,WAAW,gBAAgB;CAC5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"TradeStrategy.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradeStrategy.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,aAYX;AAZD,WAAY,aAAa;IACvB,0DAAyC,CAAA;IACzC,oDAAmC,CAAA;IACnC,kDAAiC,CAAA;IACjC,wDAAuC,CAAA;IACvC,4DAA2C,CAAA;IAC3C,sCAAqB,CAAA;IACrB,0DAAyC,CAAA;IACzC,8CAA6B,CAAA;IAC7B,wDAAuC,CAAA;IACvC,0DAAyC,CAAA;IACzC,4CAA2B,CAAA;AAC7B,CAAC,EAZW,aAAa,KAAb,aAAa,QAYxB;AACD,WAAW,CAAC,gBAAgB,CAAC,aAAa,EAAE;IAC1C,IAAI,EAAE,eAAe;IACrB,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
1
+ {"version":3,"file":"TradeStrategy.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradeStrategy.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,aAaX;AAbD,WAAY,aAAa;IACvB,0DAAyC,CAAA;IACzC,oDAAmC,CAAA;IACnC,kDAAiC,CAAA;IACjC,wDAAuC,CAAA;IACvC,4DAA2C,CAAA;IAC3C,sCAAqB,CAAA;IACrB,0DAAyC,CAAA;IACzC,8CAA6B,CAAA;IAC7B,wDAAuC,CAAA;IACvC,0DAAyC,CAAA;IACzC,kDAAiC,CAAA;IACjC,4CAA2B,CAAA;AAC7B,CAAC,EAbW,aAAa,KAAb,aAAa,QAaxB;AACD,WAAW,CAAC,gBAAgB,CAAC,aAAa,EAAE;IAC1C,IAAI,EAAE,eAAe;IACrB,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
@@ -11,6 +11,7 @@ export var TradeStrategy;
11
11
  TradeStrategy["EVENT_DRIVEN"] = "EVENT_DRIVEN";
12
12
  TradeStrategy["BREAKOUT_STRATEGY"] = "BREAKOUT_STRATEGY";
13
13
  TradeStrategy["ORDER_FLOW_TRADING"] = "ORDER_FLOW_TRADING";
14
+ TradeStrategy["OPTIONS_SPREAD"] = "OPTIONS_SPREAD";
14
15
  TradeStrategy["NO_STRATEGY"] = "NO_STRATEGY";
15
16
  })(TradeStrategy || (TradeStrategy = {}));
16
17
  TypeGraphQL.registerEnumType(TradeStrategy, {
@@ -12,6 +12,10 @@ export declare class Allocation {
12
12
  * Percentage allocation for cryptocurrencies in the account.
13
13
  */
14
14
  crypto: number;
15
+ /**
16
+ * Percentage allocation for options in the account.
17
+ */
18
+ options: number;
15
19
  /**
16
20
  * Percentage allocation for ETFs in the account.
17
21
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Allocation.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Allocation.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD,qBACa,UAAU;IACrB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IAKH,IAAI,EAAG,MAAM,CAAC;IAEd;;OAEG;IAKH,eAAe,EAAG,MAAM,CAAC;IAEzB;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;CAClB"}
1
+ {"version":3,"file":"Allocation.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Allocation.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD,qBACa,UAAU;IACrB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IAKH,OAAO,EAAG,MAAM,CAAC;IAEjB;;OAEG;IAKH,IAAI,EAAG,MAAM,CAAC;IAEd;;OAEG;IAKH,eAAe,EAAG,MAAM,CAAC;IAEzB;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;CAClB"}
@@ -1 +1 @@
1
- {"version":3,"file":"Allocation.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Allocation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAOrC,IAAM,UAAU,GAAhB,MAAM,UAAU;IACrB;;OAEG;IAKH,EAAE,CAAU;IAEZ;;OAEG;IAKH,MAAM,CAAU;IAEhB;;OAEG;IAKH,MAAM,CAAU;IAEhB;;OAEG;IAKH,IAAI,CAAU;IAEd;;OAEG;IAKH,eAAe,CAAU;IAEzB;;OAEG;IACH,aAAa,CAAiB;IAE9B;;OAEG;IAKH,SAAS,CAAQ;IAEjB;;OAEG;IAKH,SAAS,CAAQ;CAClB,CAAA;AA5DC;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,qEAAqE;KACnF,CAAC;;sCACU;AASZ;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,kDAAkD;KAChE,CAAC;;0CACc;AAShB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,4DAA4D;KAC1E,CAAC;;0CACc;AAShB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,gDAAgD;KAC9D,CAAC;;wCACY;AASd;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,+FAA+F;KAC7G,CAAC;;mDACuB;AAczB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,2EAA2E;KACzF,CAAC;8BACU,IAAI;6CAAC;AASjB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,gFAAgF;KAC9F,CAAC;8BACU,IAAI;6CAAC;AAnEN,UAAU;IADtB,WAAW,CAAC,UAAU,CAAC,YAAY,EAAE,EAAE,CAAC;GAC5B,UAAU,CAoEtB"}
1
+ {"version":3,"file":"Allocation.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Allocation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAOrC,IAAM,UAAU,GAAhB,MAAM,UAAU;IACrB;;OAEG;IAKH,EAAE,CAAU;IAEZ;;OAEG;IAKH,MAAM,CAAU;IAEhB;;OAEG;IAKH,MAAM,CAAU;IAEhB;;OAEG;IAKH,OAAO,CAAU;IAEjB;;OAEG;IAKH,IAAI,CAAU;IAEd;;OAEG;IAKH,eAAe,CAAU;IAEzB;;OAEG;IACH,aAAa,CAAiB;IAE9B;;OAEG;IAKH,SAAS,CAAQ;IAEjB;;OAEG;IAKH,SAAS,CAAQ;CAClB,CAAA;AArEC;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,qEAAqE;KACnF,CAAC;;sCACU;AASZ;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,kDAAkD;KAChE,CAAC;;0CACc;AAShB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,4DAA4D;KAC1E,CAAC;;0CACc;AAShB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,mDAAmD;KACjE,CAAC;;2CACe;AASjB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,gDAAgD;KAC9D,CAAC;;wCACY;AASd;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,+FAA+F;KAC7G,CAAC;;mDACuB;AAczB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,2EAA2E;KACzF,CAAC;8BACU,IAAI;6CAAC;AASjB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,gFAAgF;KAC9F,CAAC;8BACU,IAAI;6CAAC;AA5EN,UAAU;IADtB,WAAW,CAAC,UAAU,CAAC,YAAY,EAAE,EAAE,CAAC;GAC5B,UAAU,CA6EtB"}
@@ -21,6 +21,10 @@ let Allocation = class Allocation {
21
21
  * Percentage allocation for cryptocurrencies in the account.
22
22
  */
23
23
  crypto;
24
+ /**
25
+ * Percentage allocation for options in the account.
26
+ */
27
+ options;
24
28
  /**
25
29
  * Percentage allocation for ETFs in the account.
26
30
  */
@@ -63,6 +67,13 @@ __decorate([
63
67
  }),
64
68
  __metadata("design:type", Number)
65
69
  ], Allocation.prototype, "crypto", void 0);
70
+ __decorate([
71
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
72
+ nullable: false,
73
+ description: "Percentage allocation for options in the account."
74
+ }),
75
+ __metadata("design:type", Number)
76
+ ], Allocation.prototype, "options", void 0);
66
77
  __decorate([
67
78
  TypeGraphQL.Field(_type => TypeGraphQL.Float, {
68
79
  nullable: false,
@@ -16,7 +16,7 @@ export declare class Trade {
16
16
  /**
17
17
  * Strategy used to execute the trade.
18
18
  */
19
- strategy: "TECHNICAL_ANALYSIS" | "TREND_FOLLOWING" | "MEAN_REVERSION" | "MOMENTUM_STRATEGY" | "NEWS_BASED_STRATEGY" | "SCALPING" | "VOLATILITY_TRADING" | "EVENT_DRIVEN" | "BREAKOUT_STRATEGY" | "ORDER_FLOW_TRADING" | "NO_STRATEGY";
19
+ strategy: "TECHNICAL_ANALYSIS" | "TREND_FOLLOWING" | "MEAN_REVERSION" | "MOMENTUM_STRATEGY" | "NEWS_BASED_STRATEGY" | "SCALPING" | "VOLATILITY_TRADING" | "EVENT_DRIVEN" | "BREAKOUT_STRATEGY" | "ORDER_FLOW_TRADING" | "OPTIONS_SPREAD" | "NO_STRATEGY";
20
20
  /**
21
21
  * Analysis supporting the trade decision as markdown text. TYPESTRING.SKIP=true
22
22
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Trade.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Trade.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAI1C,OAAO,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAE7D,qBACa,KAAK;IAChB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,eAAe,EAAG,MAAM,CAAC;IAEzB;;OAEG;IAKH,MAAM,EAAG,cAAc,GAAG,aAAa,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,gBAAgB,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,0BAA0B,GAAG,2BAA2B,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,uBAAuB,GAAG,uBAAuB,GAAG,qBAAqB,GAAG,uBAAuB,GAAG,aAAa,GAAG,cAAc,GAAG,sBAAsB,GAAG,uBAAuB,GAAG,4BAA4B,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,eAAe,GAAG,gBAAgB,GAAG,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,WAAW,CAAC;IAE1rB;;OAEG;IAKH,QAAQ,EAAG,oBAAoB,GAAG,iBAAiB,GAAG,gBAAgB,GAAG,mBAAmB,GAAG,qBAAqB,GAAG,UAAU,GAAG,oBAAoB,GAAG,cAAc,GAAG,mBAAmB,GAAG,oBAAoB,GAAG,aAAa,CAAC;IAEvO;;OAEG;IAKH,QAAQ,EAAG,MAAM,CAAC;IAElB;;OAEG;IAKH,OAAO,EAAG,MAAM,CAAC;IAEjB;;OAEG;IAKH,UAAU,EAAG,MAAM,CAAC;IAEpB;;OAEG;IAKH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,MAAM,EAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;IAEnE;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IAEnB;;OAEG;IAKH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;OAEG;IAKH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;OAEG;IAKH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;OAEG;IAKH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAExB;;OAEG;IAKH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;OAEG;IAKH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;OAEG;IAKH,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAExB;;OAEG;IAKH,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAEvB;;OAEG;IAKH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;OAEG;IAKH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;OAEG;IAKH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEhC;;OAEG;IAKH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IAKH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEjC;;OAEG;IAKH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtC;;OAEG;IAKH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAK/B,MAAM,CAAC,EAAE,UAAU,GAAG,IAAI,CAAC;CAC5B"}
1
+ {"version":3,"file":"Trade.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Trade.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAI1C,OAAO,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAE7D,qBACa,KAAK;IAChB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,eAAe,EAAG,MAAM,CAAC;IAEzB;;OAEG;IAKH,MAAM,EAAG,cAAc,GAAG,aAAa,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,gBAAgB,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,0BAA0B,GAAG,2BAA2B,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,uBAAuB,GAAG,uBAAuB,GAAG,qBAAqB,GAAG,uBAAuB,GAAG,aAAa,GAAG,cAAc,GAAG,sBAAsB,GAAG,uBAAuB,GAAG,4BAA4B,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,eAAe,GAAG,gBAAgB,GAAG,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,WAAW,CAAC;IAE1rB;;OAEG;IAKH,QAAQ,EAAG,oBAAoB,GAAG,iBAAiB,GAAG,gBAAgB,GAAG,mBAAmB,GAAG,qBAAqB,GAAG,UAAU,GAAG,oBAAoB,GAAG,cAAc,GAAG,mBAAmB,GAAG,oBAAoB,GAAG,gBAAgB,GAAG,aAAa,CAAC;IAE1P;;OAEG;IAKH,QAAQ,EAAG,MAAM,CAAC;IAElB;;OAEG;IAKH,OAAO,EAAG,MAAM,CAAC;IAEjB;;OAEG;IAKH,UAAU,EAAG,MAAM,CAAC;IAEpB;;OAEG;IAKH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,MAAM,EAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;IAEnE;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IAEnB;;OAEG;IAKH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;OAEG;IAKH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;OAEG;IAKH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;OAEG;IAKH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAExB;;OAEG;IAKH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;OAEG;IAKH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;OAEG;IAKH,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAExB;;OAEG;IAKH,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAEvB;;OAEG;IAKH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;OAEG;IAKH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;OAEG;IAKH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEhC;;OAEG;IAKH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IAKH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEjC;;OAEG;IAKH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtC;;OAEG;IAKH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAK/B,MAAM,CAAC,EAAE,UAAU,GAAG,IAAI,CAAC;CAC5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"Trade.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Trade.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Trade.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Trade.ts"],"names":[],"mappings":"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"}
@@ -7,6 +7,6 @@ export declare class FindFirstAllocationArgs {
7
7
  cursor?: AllocationWhereUniqueInput | undefined;
8
8
  take?: number | undefined;
9
9
  skip?: number | undefined;
10
- distinct?: Array<"id" | "stocks" | "crypto" | "etfs" | "alpacaAccountId" | "createdAt" | "updatedAt"> | undefined;
10
+ distinct?: Array<"id" | "stocks" | "crypto" | "options" | "etfs" | "alpacaAccountId" | "createdAt" | "updatedAt"> | undefined;
11
11
  }
12
12
  //# sourceMappingURL=FindFirstAllocationArgs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FindFirstAllocationArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF,qBACa,uBAAuB;IAIlC,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,OAAO,CAAC,EAAE,kCAAkC,EAAE,GAAG,SAAS,CAAC;IAK3D,MAAM,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKhD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,iBAAiB,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CACnH"}
1
+ {"version":3,"file":"FindFirstAllocationArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF,qBACa,uBAAuB;IAIlC,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,OAAO,CAAC,EAAE,kCAAkC,EAAE,GAAG,SAAS,CAAC;IAK3D,MAAM,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKhD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,iBAAiB,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CAC/H"}
@@ -1 +1 @@
1
- {"version":3,"file":"FindFirstAllocationArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAGjF,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;IAIlC,KAAK,CAAoC;IAKzC,OAAO,CAAoD;IAK3D,MAAM,CAA0C;IAKhD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAA0G;CACnH,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,oBAAoB,EAAE;QAChD,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACuC;AAKzC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,kCAAkC,CAAC,EAAE;QAChE,QAAQ,EAAE,IAAI;KACf,CAAC;;wDACyD;AAK3D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,0BAA0B,EAAE;QACtD,QAAQ,EAAE,IAAI;KACf,CAAC;;uDAC8C;AAKhD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,yBAAyB,CAAC,EAAE;QACvD,QAAQ,EAAE,IAAI;KACf,CAAC;;yDACgH;AA7BvG,uBAAuB;IADnC,WAAW,CAAC,QAAQ,EAAE;GACV,uBAAuB,CA8BnC"}
1
+ {"version":3,"file":"FindFirstAllocationArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAGjF,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;IAIlC,KAAK,CAAoC;IAKzC,OAAO,CAAoD;IAK3D,MAAM,CAA0C;IAKhD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAAsH;CAC/H,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,oBAAoB,EAAE;QAChD,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACuC;AAKzC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,kCAAkC,CAAC,EAAE;QAChE,QAAQ,EAAE,IAAI;KACf,CAAC;;wDACyD;AAK3D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,0BAA0B,EAAE;QACtD,QAAQ,EAAE,IAAI;KACf,CAAC;;uDAC8C;AAKhD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,yBAAyB,CAAC,EAAE;QACvD,QAAQ,EAAE,IAAI;KACf,CAAC;;yDAC4H;AA7BnH,uBAAuB;IADnC,WAAW,CAAC,QAAQ,EAAE;GACV,uBAAuB,CA8BnC"}
@@ -7,6 +7,6 @@ export declare class FindFirstAllocationOrThrowArgs {
7
7
  cursor?: AllocationWhereUniqueInput | undefined;
8
8
  take?: number | undefined;
9
9
  skip?: number | undefined;
10
- distinct?: Array<"id" | "stocks" | "crypto" | "etfs" | "alpacaAccountId" | "createdAt" | "updatedAt"> | undefined;
10
+ distinct?: Array<"id" | "stocks" | "crypto" | "options" | "etfs" | "alpacaAccountId" | "createdAt" | "updatedAt"> | undefined;
11
11
  }
12
12
  //# sourceMappingURL=FindFirstAllocationOrThrowArgs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FindFirstAllocationOrThrowArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF,qBACa,8BAA8B;IAIzC,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,OAAO,CAAC,EAAE,kCAAkC,EAAE,GAAG,SAAS,CAAC;IAK3D,MAAM,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKhD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,iBAAiB,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CACnH"}
1
+ {"version":3,"file":"FindFirstAllocationOrThrowArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF,qBACa,8BAA8B;IAIzC,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,OAAO,CAAC,EAAE,kCAAkC,EAAE,GAAG,SAAS,CAAC;IAK3D,MAAM,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKhD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,iBAAiB,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CAC/H"}
@@ -1 +1 @@
1
- {"version":3,"file":"FindFirstAllocationOrThrowArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAGjF,IAAM,8BAA8B,GAApC,MAAM,8BAA8B;IAIzC,KAAK,CAAoC;IAKzC,OAAO,CAAoD;IAK3D,MAAM,CAA0C;IAKhD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAA0G;CACnH,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,oBAAoB,EAAE;QAChD,QAAQ,EAAE,IAAI;KACf,CAAC;;6DACuC;AAKzC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,kCAAkC,CAAC,EAAE;QAChE,QAAQ,EAAE,IAAI;KACf,CAAC;;+DACyD;AAK3D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,0BAA0B,EAAE;QACtD,QAAQ,EAAE,IAAI;KACf,CAAC;;8DAC8C;AAKhD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;4DACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;4DACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,yBAAyB,CAAC,EAAE;QACvD,QAAQ,EAAE,IAAI;KACf,CAAC;;gEACgH;AA7BvG,8BAA8B;IAD1C,WAAW,CAAC,QAAQ,EAAE;GACV,8BAA8B,CA8B1C"}
1
+ {"version":3,"file":"FindFirstAllocationOrThrowArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAGjF,IAAM,8BAA8B,GAApC,MAAM,8BAA8B;IAIzC,KAAK,CAAoC;IAKzC,OAAO,CAAoD;IAK3D,MAAM,CAA0C;IAKhD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAAsH;CAC/H,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,oBAAoB,EAAE;QAChD,QAAQ,EAAE,IAAI;KACf,CAAC;;6DACuC;AAKzC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,kCAAkC,CAAC,EAAE;QAChE,QAAQ,EAAE,IAAI;KACf,CAAC;;+DACyD;AAK3D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,0BAA0B,EAAE;QACtD,QAAQ,EAAE,IAAI;KACf,CAAC;;8DAC8C;AAKhD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;4DACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;4DACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,yBAAyB,CAAC,EAAE;QACvD,QAAQ,EAAE,IAAI;KACf,CAAC;;gEAC4H;AA7BnH,8BAA8B;IAD1C,WAAW,CAAC,QAAQ,EAAE;GACV,8BAA8B,CA8B1C"}
@@ -7,6 +7,6 @@ export declare class FindManyAllocationArgs {
7
7
  cursor?: AllocationWhereUniqueInput | undefined;
8
8
  take?: number | undefined;
9
9
  skip?: number | undefined;
10
- distinct?: Array<"id" | "stocks" | "crypto" | "etfs" | "alpacaAccountId" | "createdAt" | "updatedAt"> | undefined;
10
+ distinct?: Array<"id" | "stocks" | "crypto" | "options" | "etfs" | "alpacaAccountId" | "createdAt" | "updatedAt"> | undefined;
11
11
  }
12
12
  //# sourceMappingURL=FindManyAllocationArgs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FindManyAllocationArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF,qBACa,sBAAsB;IAIjC,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,OAAO,CAAC,EAAE,kCAAkC,EAAE,GAAG,SAAS,CAAC;IAK3D,MAAM,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKhD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,iBAAiB,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CACnH"}
1
+ {"version":3,"file":"FindManyAllocationArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF,qBACa,sBAAsB;IAIjC,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,OAAO,CAAC,EAAE,kCAAkC,EAAE,GAAG,SAAS,CAAC;IAK3D,MAAM,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKhD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,iBAAiB,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CAC/H"}
@@ -1 +1 @@
1
- {"version":3,"file":"FindManyAllocationArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAGjF,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAIjC,KAAK,CAAoC;IAKzC,OAAO,CAAoD;IAK3D,MAAM,CAA0C;IAKhD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAA0G;CACnH,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,oBAAoB,EAAE;QAChD,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACuC;AAKzC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,kCAAkC,CAAC,EAAE;QAChE,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACyD;AAK3D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,0BAA0B,EAAE;QACtD,QAAQ,EAAE,IAAI;KACf,CAAC;;sDAC8C;AAKhD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,yBAAyB,CAAC,EAAE;QACvD,QAAQ,EAAE,IAAI;KACf,CAAC;;wDACgH;AA7BvG,sBAAsB;IADlC,WAAW,CAAC,QAAQ,EAAE;GACV,sBAAsB,CA8BlC"}
1
+ {"version":3,"file":"FindManyAllocationArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAGjF,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAIjC,KAAK,CAAoC;IAKzC,OAAO,CAAoD;IAK3D,MAAM,CAA0C;IAKhD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAAsH;CAC/H,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,oBAAoB,EAAE;QAChD,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACuC;AAKzC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,kCAAkC,CAAC,EAAE;QAChE,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACyD;AAK3D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,0BAA0B,EAAE;QACtD,QAAQ,EAAE,IAAI;KACf,CAAC;;sDAC8C;AAKhD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,yBAAyB,CAAC,EAAE;QACvD,QAAQ,EAAE,IAAI;KACf,CAAC;;wDAC4H;AA7BnH,sBAAsB;IADlC,WAAW,CAAC,QAAQ,EAAE;GACV,sBAAsB,CA8BlC"}
@@ -4,7 +4,7 @@ import { AllocationWhereInput } from "../../../inputs/AllocationWhereInput";
4
4
  export declare class GroupByAllocationArgs {
5
5
  where?: AllocationWhereInput | undefined;
6
6
  orderBy?: AllocationOrderByWithAggregationInput[] | undefined;
7
- by: Array<"id" | "stocks" | "crypto" | "etfs" | "alpacaAccountId" | "createdAt" | "updatedAt">;
7
+ by: Array<"id" | "stocks" | "crypto" | "options" | "etfs" | "alpacaAccountId" | "createdAt" | "updatedAt">;
8
8
  having?: AllocationScalarWhereWithAggregatesInput | undefined;
9
9
  take?: number | undefined;
10
10
  skip?: number | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"GroupByAllocationArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,wCAAwC,EAAE,MAAM,0DAA0D,CAAC;AACpH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAG5E,qBACa,qBAAqB;IAIhC,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,OAAO,CAAC,EAAE,qCAAqC,EAAE,GAAG,SAAS,CAAC;IAK9D,EAAE,EAAG,KAAK,CAAC,IAAI,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,iBAAiB,GAAG,WAAW,GAAG,WAAW,CAAC,CAAC;IAKhG,MAAM,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK9D,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B"}
1
+ {"version":3,"file":"GroupByAllocationArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,wCAAwC,EAAE,MAAM,0DAA0D,CAAC;AACpH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAG5E,qBACa,qBAAqB;IAIhC,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,OAAO,CAAC,EAAE,qCAAqC,EAAE,GAAG,SAAS,CAAC;IAK9D,EAAE,EAAG,KAAK,CAAC,IAAI,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,iBAAiB,GAAG,WAAW,GAAG,WAAW,CAAC,CAAC;IAK5G,MAAM,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK9D,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B"}
@@ -1 +1 @@
1
- {"version":3,"file":"GroupByAllocationArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,wCAAwC,EAAE,MAAM,0DAA0D,CAAC;AACpH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAGjF,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAIhC,KAAK,CAAoC;IAKzC,OAAO,CAAuD;IAK9D,EAAE,CAA8F;IAKhG,MAAM,CAAwD;IAK9D,IAAI,CAAsB;IAK1B,IAAI,CAAsB;CAC3B,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,oBAAoB,EAAE;QAChD,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACuC;AAKzC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,qCAAqC,CAAC,EAAE;QACnE,QAAQ,EAAE,IAAI;KACf,CAAC;;sDAC4D;AAK9D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,yBAAyB,CAAC,EAAE;QACvD,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACG,KAAK;iDAAsF;AAKhG;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,wCAAwC,EAAE;QACpE,QAAQ,EAAE,IAAI;KACf,CAAC;;qDAC4D;AAK9D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACwB;AA7Bf,qBAAqB;IADjC,WAAW,CAAC,QAAQ,EAAE;GACV,qBAAqB,CA8BjC"}
1
+ {"version":3,"file":"GroupByAllocationArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,wCAAwC,EAAE,MAAM,0DAA0D,CAAC;AACpH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAGjF,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAIhC,KAAK,CAAoC;IAKzC,OAAO,CAAuD;IAK9D,EAAE,CAA0G;IAK5G,MAAM,CAAwD;IAK9D,IAAI,CAAsB;IAK1B,IAAI,CAAsB;CAC3B,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,oBAAoB,EAAE;QAChD,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACuC;AAKzC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,qCAAqC,CAAC,EAAE;QACnE,QAAQ,EAAE,IAAI;KACf,CAAC;;sDAC4D;AAK9D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,yBAAyB,CAAC,EAAE;QACvD,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACG,KAAK;iDAAkG;AAK5G;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,wCAAwC,EAAE;QACpE,QAAQ,EAAE,IAAI;KACf,CAAC;;qDAC4D;AAK9D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACwB;AA7Bf,qBAAqB;IADjC,WAAW,CAAC,QAAQ,EAAE;GACV,qBAAqB,CA8BjC"}
@@ -1,6 +1,7 @@
1
1
  export declare class AllocationAvgOrderByAggregateInput {
2
2
  stocks?: "asc" | "desc" | undefined;
3
3
  crypto?: "asc" | "desc" | undefined;
4
+ options?: "asc" | "desc" | undefined;
4
5
  etfs?: "asc" | "desc" | undefined;
5
6
  }
6
7
  //# sourceMappingURL=AllocationAvgOrderByAggregateInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationAvgOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,kCAAkC;IAI7C,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CACnC"}
1
+ {"version":3,"file":"AllocationAvgOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,kCAAkC;IAI7C,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CACnC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationAvgOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,kCAAkC,GAAxC,MAAM,kCAAkC;IAI7C,MAAM,CAA8B;IAKpC,MAAM,CAA8B;IAKpC,IAAI,CAA8B;CACnC,CAAA;AAXC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;gEACgC;AAdvB,kCAAkC;IAD9C,WAAW,CAAC,SAAS,CAAC,oCAAoC,EAAE,EAAE,CAAC;GACnD,kCAAkC,CAe9C"}
1
+ {"version":3,"file":"AllocationAvgOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,kCAAkC,GAAxC,MAAM,kCAAkC;IAI7C,MAAM,CAA8B;IAKpC,MAAM,CAA8B;IAKpC,OAAO,CAA8B;IAKrC,IAAI,CAA8B;CACnC,CAAA;AAhBC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;gEACgC;AAnBvB,kCAAkC;IAD9C,WAAW,CAAC,SAAS,CAAC,oCAAoC,EAAE,EAAE,CAAC;GACnD,kCAAkC,CAoB9C"}
@@ -12,6 +12,7 @@ import { SortOrder } from "../../enums/SortOrder";
12
12
  let AllocationAvgOrderByAggregateInput = class AllocationAvgOrderByAggregateInput {
13
13
  stocks;
14
14
  crypto;
15
+ options;
15
16
  etfs;
16
17
  };
17
18
  __decorate([
@@ -26,6 +27,12 @@ __decorate([
26
27
  }),
27
28
  __metadata("design:type", Object)
28
29
  ], AllocationAvgOrderByAggregateInput.prototype, "crypto", void 0);
30
+ __decorate([
31
+ TypeGraphQL.Field(_type => SortOrder, {
32
+ nullable: true
33
+ }),
34
+ __metadata("design:type", Object)
35
+ ], AllocationAvgOrderByAggregateInput.prototype, "options", void 0);
29
36
  __decorate([
30
37
  TypeGraphQL.Field(_type => SortOrder, {
31
38
  nullable: true
@@ -2,6 +2,7 @@ export declare class AllocationCountOrderByAggregateInput {
2
2
  id?: "asc" | "desc" | undefined;
3
3
  stocks?: "asc" | "desc" | undefined;
4
4
  crypto?: "asc" | "desc" | undefined;
5
+ options?: "asc" | "desc" | undefined;
5
6
  etfs?: "asc" | "desc" | undefined;
6
7
  alpacaAccountId?: "asc" | "desc" | undefined;
7
8
  createdAt?: "asc" | "desc" | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationCountOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,oCAAoC;IAI/C,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKlC,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CACxC"}
1
+ {"version":3,"file":"AllocationCountOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,oCAAoC;IAI/C,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKlC,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CACxC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationCountOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,oCAAoC,GAA1C,MAAM,oCAAoC;IAI/C,EAAE,CAA8B;IAKhC,MAAM,CAA8B;IAKpC,MAAM,CAA8B;IAKpC,IAAI,CAA8B;IAKlC,eAAe,CAA8B;IAK7C,SAAS,CAA8B;IAKvC,SAAS,CAA8B;CACxC,CAAA;AA/BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;gEAC8B;AAKhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;oEACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;oEACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACgC;AAKlC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;6EAC2C;AAK7C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;uEACqC;AAKvC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;uEACqC;AAlC5B,oCAAoC;IADhD,WAAW,CAAC,SAAS,CAAC,sCAAsC,EAAE,EAAE,CAAC;GACrD,oCAAoC,CAmChD"}
1
+ {"version":3,"file":"AllocationCountOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,oCAAoC,GAA1C,MAAM,oCAAoC;IAI/C,EAAE,CAA8B;IAKhC,MAAM,CAA8B;IAKpC,MAAM,CAA8B;IAKpC,OAAO,CAA8B;IAKrC,IAAI,CAA8B;IAKlC,eAAe,CAA8B;IAK7C,SAAS,CAA8B;IAKvC,SAAS,CAA8B;CACxC,CAAA;AApCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;gEAC8B;AAKhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;oEACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;oEACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;qEACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACgC;AAKlC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;6EAC2C;AAK7C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;uEACqC;AAKvC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;uEACqC;AAvC5B,oCAAoC;IADhD,WAAW,CAAC,SAAS,CAAC,sCAAsC,EAAE,EAAE,CAAC;GACrD,oCAAoC,CAwChD"}
@@ -13,6 +13,7 @@ let AllocationCountOrderByAggregateInput = class AllocationCountOrderByAggregate
13
13
  id;
14
14
  stocks;
15
15
  crypto;
16
+ options;
16
17
  etfs;
17
18
  alpacaAccountId;
18
19
  createdAt;
@@ -36,6 +37,12 @@ __decorate([
36
37
  }),
37
38
  __metadata("design:type", Object)
38
39
  ], AllocationCountOrderByAggregateInput.prototype, "crypto", void 0);
40
+ __decorate([
41
+ TypeGraphQL.Field(_type => SortOrder, {
42
+ nullable: true
43
+ }),
44
+ __metadata("design:type", Object)
45
+ ], AllocationCountOrderByAggregateInput.prototype, "options", void 0);
39
46
  __decorate([
40
47
  TypeGraphQL.Field(_type => SortOrder, {
41
48
  nullable: true
@@ -3,6 +3,7 @@ export declare class AllocationCreateInput {
3
3
  id?: string | undefined;
4
4
  stocks?: number | undefined;
5
5
  crypto?: number | undefined;
6
+ options?: number | undefined;
6
7
  etfs?: number | undefined;
7
8
  createdAt?: Date | undefined;
8
9
  updatedAt?: Date | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationCreateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kDAAkD,EAAE,MAAM,8DAA8D,CAAC;AAElI,qBACa,qBAAqB;IAIhC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK5B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,aAAa,EAAG,kDAAkD,CAAC;CACpE"}
1
+ {"version":3,"file":"AllocationCreateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kDAAkD,EAAE,MAAM,8DAA8D,CAAC;AAElI,qBACa,qBAAqB;IAIhC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK5B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK7B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,aAAa,EAAG,kDAAkD,CAAC;CACpE"}
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationCreateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,kDAAkD,EAAE,MAAM,8DAA8D,CAAC;AAG3H,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAIhC,EAAE,CAAsB;IAKxB,MAAM,CAAsB;IAK5B,MAAM,CAAsB;IAK5B,IAAI,CAAsB;IAK1B,SAAS,CAAoB;IAK7B,SAAS,CAAoB;IAK7B,aAAa,CAAsD;CACpE,CAAA;AA/BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;qDAC0B;AAK5B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;qDAC0B;AAK5B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;wDAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;wDAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,kDAAkD,EAAE;QAC9E,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACc,kDAAkD;4DAAC;AAlCxD,qBAAqB;IADjC,WAAW,CAAC,SAAS,CAAC,uBAAuB,EAAE,EAAE,CAAC;GACtC,qBAAqB,CAmCjC"}
1
+ {"version":3,"file":"AllocationCreateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,kDAAkD,EAAE,MAAM,8DAA8D,CAAC;AAG3H,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAIhC,EAAE,CAAsB;IAKxB,MAAM,CAAsB;IAK5B,MAAM,CAAsB;IAK5B,OAAO,CAAsB;IAK7B,IAAI,CAAsB;IAK1B,SAAS,CAAoB;IAK7B,SAAS,CAAoB;IAK7B,aAAa,CAAsD;CACpE,CAAA;AApCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;qDAC0B;AAK5B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;qDAC0B;AAK5B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;wDAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;wDAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,kDAAkD,EAAE;QAC9E,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACc,kDAAkD;4DAAC;AAvCxD,qBAAqB;IADjC,WAAW,CAAC,SAAS,CAAC,uBAAuB,EAAE,EAAE,CAAC;GACtC,qBAAqB,CAwCjC"}
@@ -13,6 +13,7 @@ let AllocationCreateInput = class AllocationCreateInput {
13
13
  id;
14
14
  stocks;
15
15
  crypto;
16
+ options;
16
17
  etfs;
17
18
  createdAt;
18
19
  updatedAt;
@@ -36,6 +37,12 @@ __decorate([
36
37
  }),
37
38
  __metadata("design:type", Object)
38
39
  ], AllocationCreateInput.prototype, "crypto", void 0);
40
+ __decorate([
41
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
42
+ nullable: true
43
+ }),
44
+ __metadata("design:type", Object)
45
+ ], AllocationCreateInput.prototype, "options", void 0);
39
46
  __decorate([
40
47
  TypeGraphQL.Field(_type => TypeGraphQL.Float, {
41
48
  nullable: true
@@ -2,6 +2,7 @@ export declare class AllocationCreateManyInput {
2
2
  id?: string | undefined;
3
3
  stocks?: number | undefined;
4
4
  crypto?: number | undefined;
5
+ options?: number | undefined;
5
6
  etfs?: number | undefined;
6
7
  alpacaAccountId: string;
7
8
  createdAt?: Date | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationCreateManyInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.ts"],"names":[],"mappings":"AAKA,qBACa,yBAAyB;IAIpC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK5B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,eAAe,EAAG,MAAM,CAAC;IAKzB,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CAC9B"}
1
+ {"version":3,"file":"AllocationCreateManyInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.ts"],"names":[],"mappings":"AAKA,qBACa,yBAAyB;IAIpC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK5B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK7B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,eAAe,EAAG,MAAM,CAAC;IAKzB,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CAC9B"}