adaptic-backend 1.0.346 → 1.0.347

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 (295) 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/index.d.ts +1 -1
  62. package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
  63. package/esm/generated/typegraphql-prisma/enhance.mjs +24 -24
  64. package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts +1 -0
  65. package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts.map +1 -1
  66. package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.js.map +1 -1
  67. package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.mjs +1 -0
  68. package/esm/generated/typegraphql-prisma/models/Allocation.d.ts +4 -0
  69. package/esm/generated/typegraphql-prisma/models/Allocation.d.ts.map +1 -1
  70. package/esm/generated/typegraphql-prisma/models/Allocation.js.map +1 -1
  71. package/esm/generated/typegraphql-prisma/models/Allocation.mjs +11 -0
  72. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts +1 -1
  73. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts.map +1 -1
  74. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.js.map +1 -1
  75. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts +1 -1
  76. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts.map +1 -1
  77. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.js.map +1 -1
  78. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts +1 -1
  79. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts.map +1 -1
  80. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.js.map +1 -1
  81. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts +1 -1
  82. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts.map +1 -1
  83. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.js.map +1 -1
  84. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts +1 -0
  85. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts.map +1 -1
  86. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.js.map +1 -1
  87. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.mjs +7 -0
  88. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts +1 -0
  89. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts.map +1 -1
  90. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.js.map +1 -1
  91. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.mjs +7 -0
  92. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts +1 -0
  93. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts.map +1 -1
  94. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.js.map +1 -1
  95. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.mjs +7 -0
  96. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts +1 -0
  97. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts.map +1 -1
  98. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.js.map +1 -1
  99. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.mjs +7 -0
  100. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts +1 -0
  101. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
  102. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.js.map +1 -1
  103. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.mjs +7 -0
  104. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts +1 -0
  105. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts.map +1 -1
  106. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.js.map +1 -1
  107. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.mjs +7 -0
  108. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts +1 -0
  109. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts.map +1 -1
  110. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.js.map +1 -1
  111. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.mjs +7 -0
  112. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts +1 -0
  113. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts.map +1 -1
  114. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.js.map +1 -1
  115. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.mjs +7 -0
  116. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts +1 -0
  117. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts.map +1 -1
  118. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.js.map +1 -1
  119. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.mjs +7 -0
  120. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts +1 -0
  121. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts.map +1 -1
  122. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.js.map +1 -1
  123. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.mjs +7 -0
  124. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts +1 -0
  125. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts.map +1 -1
  126. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.js.map +1 -1
  127. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.mjs +7 -0
  128. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts +1 -0
  129. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts.map +1 -1
  130. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.js.map +1 -1
  131. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.mjs +7 -0
  132. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts +1 -0
  133. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts.map +1 -1
  134. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.js.map +1 -1
  135. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.mjs +7 -0
  136. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts +1 -0
  137. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
  138. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.js.map +1 -1
  139. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.mjs +7 -0
  140. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts +1 -0
  141. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts.map +1 -1
  142. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.js.map +1 -1
  143. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.mjs +7 -0
  144. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts +1 -0
  145. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts.map +1 -1
  146. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.js.map +1 -1
  147. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.mjs +7 -0
  148. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts +1 -0
  149. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts.map +1 -1
  150. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.js.map +1 -1
  151. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.mjs +7 -0
  152. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts +1 -0
  153. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts.map +1 -1
  154. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.js.map +1 -1
  155. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.mjs +7 -0
  156. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts +1 -0
  157. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts.map +1 -1
  158. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.js.map +1 -1
  159. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.mjs +7 -0
  160. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts +1 -0
  161. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts.map +1 -1
  162. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.js.map +1 -1
  163. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.mjs +7 -0
  164. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts +1 -0
  165. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts.map +1 -1
  166. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.js.map +1 -1
  167. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.mjs +7 -0
  168. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts +1 -0
  169. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts.map +1 -1
  170. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.js.map +1 -1
  171. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.mjs +7 -0
  172. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts +1 -0
  173. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts.map +1 -1
  174. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.js.map +1 -1
  175. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.mjs +7 -0
  176. package/generated/typeStrings/Allocation.cjs +2 -0
  177. package/generated/typeStrings/Allocation.d.ts +1 -1
  178. package/generated/typeStrings/Allocation.d.ts.map +1 -1
  179. package/generated/typeStrings/Allocation.js.map +1 -1
  180. package/generated/typeStrings/index.d.ts +1 -1
  181. package/generated/typegraphql-prisma/enhance.cjs +24 -24
  182. package/generated/typegraphql-prisma/enhance.js.map +1 -1
  183. package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.cjs +1 -0
  184. package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts +1 -0
  185. package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts.map +1 -1
  186. package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.js.map +1 -1
  187. package/generated/typegraphql-prisma/models/Allocation.cjs +7 -0
  188. package/generated/typegraphql-prisma/models/Allocation.d.ts +4 -0
  189. package/generated/typegraphql-prisma/models/Allocation.d.ts.map +1 -1
  190. package/generated/typegraphql-prisma/models/Allocation.js.map +1 -1
  191. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts +1 -1
  192. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts.map +1 -1
  193. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.js.map +1 -1
  194. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts +1 -1
  195. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts.map +1 -1
  196. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.js.map +1 -1
  197. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts +1 -1
  198. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts.map +1 -1
  199. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.js.map +1 -1
  200. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts +1 -1
  201. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts.map +1 -1
  202. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.js.map +1 -1
  203. package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.cjs +6 -0
  204. package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts +1 -0
  205. package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts.map +1 -1
  206. package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.js.map +1 -1
  207. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.cjs +6 -0
  208. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts +1 -0
  209. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts.map +1 -1
  210. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.js.map +1 -1
  211. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.cjs +6 -0
  212. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts +1 -0
  213. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts.map +1 -1
  214. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.js.map +1 -1
  215. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.cjs +6 -0
  216. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts +1 -0
  217. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts.map +1 -1
  218. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.js.map +1 -1
  219. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.cjs +6 -0
  220. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts +1 -0
  221. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
  222. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.js.map +1 -1
  223. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.cjs +6 -0
  224. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts +1 -0
  225. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts.map +1 -1
  226. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.js.map +1 -1
  227. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.cjs +6 -0
  228. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts +1 -0
  229. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts.map +1 -1
  230. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.js.map +1 -1
  231. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.cjs +6 -0
  232. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts +1 -0
  233. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts.map +1 -1
  234. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.js.map +1 -1
  235. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.cjs +6 -0
  236. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts +1 -0
  237. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts.map +1 -1
  238. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.js.map +1 -1
  239. package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.cjs +6 -0
  240. package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts +1 -0
  241. package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts.map +1 -1
  242. package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.js.map +1 -1
  243. package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.cjs +6 -0
  244. package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts +1 -0
  245. package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts.map +1 -1
  246. package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.js.map +1 -1
  247. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.cjs +6 -0
  248. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts +1 -0
  249. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts.map +1 -1
  250. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.js.map +1 -1
  251. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.cjs +6 -0
  252. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts +1 -0
  253. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts.map +1 -1
  254. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.js.map +1 -1
  255. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.cjs +6 -0
  256. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts +1 -0
  257. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
  258. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.js.map +1 -1
  259. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.cjs +6 -0
  260. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts +1 -0
  261. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts.map +1 -1
  262. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.js.map +1 -1
  263. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.cjs +6 -0
  264. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts +1 -0
  265. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts.map +1 -1
  266. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.js.map +1 -1
  267. package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.cjs +6 -0
  268. package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts +1 -0
  269. package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts.map +1 -1
  270. package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.js.map +1 -1
  271. package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.cjs +6 -0
  272. package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts +1 -0
  273. package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts.map +1 -1
  274. package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.js.map +1 -1
  275. package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.cjs +6 -0
  276. package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts +1 -0
  277. package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts.map +1 -1
  278. package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.js.map +1 -1
  279. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.cjs +6 -0
  280. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts +1 -0
  281. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts.map +1 -1
  282. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.js.map +1 -1
  283. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.cjs +6 -0
  284. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts +1 -0
  285. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts.map +1 -1
  286. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.js.map +1 -1
  287. package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.cjs +6 -0
  288. package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts +1 -0
  289. package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts.map +1 -1
  290. package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.js.map +1 -1
  291. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.cjs +6 -0
  292. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts +1 -0
  293. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts.map +1 -1
  294. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.js.map +1 -1
  295. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationCountAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;IAInC,EAAE,CAAU;IAKZ,MAAM,CAAU;IAKhB,MAAM,CAAU;IAKhB,IAAI,CAAU;IAKd,eAAe,CAAU;IAKzB,SAAS,CAAU;IAKnB,SAAS,CAAU;IAKnB,IAAI,CAAU;CACf,CAAA;AApCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;oDACU;AAKZ;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;wDACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;wDACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;sDACY;AAKd;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;iEACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;2DACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;2DACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;sDACY;AAvCH,wBAAwB;IADpC,WAAW,CAAC,UAAU,CAAC,0BAA0B,EAAE,EAAE,CAAC;GAC1C,wBAAwB,CAwCpC"}
1
+ {"version":3,"file":"AllocationCountAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;IAInC,EAAE,CAAU;IAKZ,MAAM,CAAU;IAKhB,MAAM,CAAU;IAKhB,OAAO,CAAU;IAKjB,IAAI,CAAU;IAKd,eAAe,CAAU;IAKzB,SAAS,CAAU;IAKnB,SAAS,CAAU;IAKnB,IAAI,CAAU;CACf,CAAA;AAzCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;oDACU;AAKZ;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;wDACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;wDACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;yDACe;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;sDACY;AAKd;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;iEACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;2DACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;2DACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;sDACY;AA5CH,wBAAwB;IADpC,WAAW,CAAC,UAAU,CAAC,0BAA0B,EAAE,EAAE,CAAC;GAC1C,wBAAwB,CA6CpC"}
@@ -12,6 +12,7 @@ let AllocationCountAggregate = class AllocationCountAggregate {
12
12
  id;
13
13
  stocks;
14
14
  crypto;
15
+ options;
15
16
  etfs;
16
17
  alpacaAccountId;
17
18
  createdAt;
@@ -36,6 +37,12 @@ __decorate([
36
37
  }),
37
38
  __metadata("design:type", Number)
38
39
  ], AllocationCountAggregate.prototype, "crypto", void 0);
40
+ __decorate([
41
+ TypeGraphQL.Field(_type => TypeGraphQL.Int, {
42
+ nullable: false
43
+ }),
44
+ __metadata("design:type", Number)
45
+ ], AllocationCountAggregate.prototype, "options", void 0);
39
46
  __decorate([
40
47
  TypeGraphQL.Field(_type => TypeGraphQL.Int, {
41
48
  nullable: false
@@ -7,6 +7,7 @@ export declare class AllocationGroupBy {
7
7
  id: string;
8
8
  stocks: number;
9
9
  crypto: number;
10
+ options: number;
10
11
  etfs: number;
11
12
  alpacaAccountId: string;
12
13
  createdAt: Date;
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationGroupBy.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAE3E,qBACa,iBAAiB;IAI5B,EAAE,EAAG,MAAM,CAAC;IAKZ,MAAM,EAAG,MAAM,CAAC;IAKhB,MAAM,EAAG,MAAM,CAAC;IAKhB,IAAI,EAAG,MAAM,CAAC;IAKd,eAAe,EAAG,MAAM,CAAC;IAKzB,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,MAAM,EAAG,wBAAwB,GAAG,IAAI,CAAC;IAKzC,IAAI,EAAG,sBAAsB,GAAG,IAAI,CAAC;IAKrC,IAAI,EAAG,sBAAsB,GAAG,IAAI,CAAC;IAKrC,IAAI,EAAG,sBAAsB,GAAG,IAAI,CAAC;IAKrC,IAAI,EAAG,sBAAsB,GAAG,IAAI,CAAC;CACtC"}
1
+ {"version":3,"file":"AllocationGroupBy.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAE3E,qBACa,iBAAiB;IAI5B,EAAE,EAAG,MAAM,CAAC;IAKZ,MAAM,EAAG,MAAM,CAAC;IAKhB,MAAM,EAAG,MAAM,CAAC;IAKhB,OAAO,EAAG,MAAM,CAAC;IAKjB,IAAI,EAAG,MAAM,CAAC;IAKd,eAAe,EAAG,MAAM,CAAC;IAKzB,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,MAAM,EAAG,wBAAwB,GAAG,IAAI,CAAC;IAKzC,IAAI,EAAG,sBAAsB,GAAG,IAAI,CAAC;IAKrC,IAAI,EAAG,sBAAsB,GAAG,IAAI,CAAC;IAKrC,IAAI,EAAG,sBAAsB,GAAG,IAAI,CAAC;IAKrC,IAAI,EAAG,sBAAsB,GAAG,IAAI,CAAC;CACtC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationGroupBy.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAGpE,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAI5B,EAAE,CAAU;IAKZ,MAAM,CAAU;IAKhB,MAAM,CAAU;IAKhB,IAAI,CAAU;IAKd,eAAe,CAAU;IAKzB,SAAS,CAAQ;IAKjB,SAAS,CAAQ;IAKjB,MAAM,CAAmC;IAKzC,IAAI,CAAiC;IAKrC,IAAI,CAAiC;IAKrC,IAAI,CAAiC;IAKrC,IAAI,CAAiC;CACtC,CAAA;AAxDC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;6CACU;AAKZ;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;iDACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;iDACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;+CACY;AAKd;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;0DACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;oDAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;oDAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,wBAAwB,EAAE;QACpD,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACuC;AAKzC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,sBAAsB,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,sBAAsB,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,sBAAsB,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,sBAAsB,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACmC;AA3D1B,iBAAiB;IAD7B,WAAW,CAAC,UAAU,CAAC,mBAAmB,EAAE,EAAE,CAAC;GACnC,iBAAiB,CA4D7B"}
1
+ {"version":3,"file":"AllocationGroupBy.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAGpE,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAI5B,EAAE,CAAU;IAKZ,MAAM,CAAU;IAKhB,MAAM,CAAU;IAKhB,OAAO,CAAU;IAKjB,IAAI,CAAU;IAKd,eAAe,CAAU;IAKzB,SAAS,CAAQ;IAKjB,SAAS,CAAQ;IAKjB,MAAM,CAAmC;IAKzC,IAAI,CAAiC;IAKrC,IAAI,CAAiC;IAKrC,IAAI,CAAiC;IAKrC,IAAI,CAAiC;CACtC,CAAA;AA7DC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;6CACU;AAKZ;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;iDACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;iDACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;kDACe;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;+CACY;AAKd;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;0DACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;oDAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;oDAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,wBAAwB,EAAE;QACpD,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACuC;AAKzC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,sBAAsB,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,sBAAsB,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,sBAAsB,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,sBAAsB,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACmC;AAhE1B,iBAAiB;IAD7B,WAAW,CAAC,UAAU,CAAC,mBAAmB,EAAE,EAAE,CAAC;GACnC,iBAAiB,CAiE7B"}
@@ -17,6 +17,7 @@ let AllocationGroupBy = class AllocationGroupBy {
17
17
  id;
18
18
  stocks;
19
19
  crypto;
20
+ options;
20
21
  etfs;
21
22
  alpacaAccountId;
22
23
  createdAt;
@@ -45,6 +46,12 @@ __decorate([
45
46
  }),
46
47
  __metadata("design:type", Number)
47
48
  ], AllocationGroupBy.prototype, "crypto", void 0);
49
+ __decorate([
50
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
51
+ nullable: false
52
+ }),
53
+ __metadata("design:type", Number)
54
+ ], AllocationGroupBy.prototype, "options", void 0);
48
55
  __decorate([
49
56
  TypeGraphQL.Field(_type => TypeGraphQL.Float, {
50
57
  nullable: false
@@ -2,6 +2,7 @@ export declare class AllocationMaxAggregate {
2
2
  id: string | null;
3
3
  stocks: number | null;
4
4
  crypto: number | null;
5
+ options: number | null;
5
6
  etfs: number | null;
6
7
  alpacaAccountId: string | null;
7
8
  createdAt: Date | null;
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationMaxAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.ts"],"names":[],"mappings":"AAKA,qBACa,sBAAsB;IAIjC,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;IAKrB,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;CACzB"}
1
+ {"version":3,"file":"AllocationMaxAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.ts"],"names":[],"mappings":"AAKA,qBACa,sBAAsB;IAIjC,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;IAKrB,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationMaxAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAIjC,EAAE,CAAiB;IAKnB,MAAM,CAAiB;IAKvB,MAAM,CAAiB;IAKvB,IAAI,CAAiB;IAKrB,eAAe,CAAiB;IAKhC,SAAS,CAAe;IAKxB,SAAS,CAAe;CACzB,CAAA;AA/BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACmB;AAKrB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;+DAC8B;AAKhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;yDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;yDACsB;AAlCb,sBAAsB;IADlC,WAAW,CAAC,UAAU,CAAC,wBAAwB,EAAE,EAAE,CAAC;GACxC,sBAAsB,CAmClC"}
1
+ {"version":3,"file":"AllocationMaxAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAIjC,EAAE,CAAiB;IAKnB,MAAM,CAAiB;IAKvB,MAAM,CAAiB;IAKvB,OAAO,CAAiB;IAKxB,IAAI,CAAiB;IAKrB,eAAe,CAAiB;IAKhC,SAAS,CAAe;IAKxB,SAAS,CAAe;CACzB,CAAA;AApCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACmB;AAKrB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;+DAC8B;AAKhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;yDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;yDACsB;AAvCb,sBAAsB;IADlC,WAAW,CAAC,UAAU,CAAC,wBAAwB,EAAE,EAAE,CAAC;GACxC,sBAAsB,CAwClC"}
@@ -12,6 +12,7 @@ let AllocationMaxAggregate = class AllocationMaxAggregate {
12
12
  id;
13
13
  stocks;
14
14
  crypto;
15
+ options;
15
16
  etfs;
16
17
  alpacaAccountId;
17
18
  createdAt;
@@ -35,6 +36,12 @@ __decorate([
35
36
  }),
36
37
  __metadata("design:type", Object)
37
38
  ], AllocationMaxAggregate.prototype, "crypto", void 0);
39
+ __decorate([
40
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
41
+ nullable: true
42
+ }),
43
+ __metadata("design:type", Object)
44
+ ], AllocationMaxAggregate.prototype, "options", void 0);
38
45
  __decorate([
39
46
  TypeGraphQL.Field(_type => TypeGraphQL.Float, {
40
47
  nullable: true
@@ -2,6 +2,7 @@ export declare class AllocationMinAggregate {
2
2
  id: string | null;
3
3
  stocks: number | null;
4
4
  crypto: number | null;
5
+ options: number | null;
5
6
  etfs: number | null;
6
7
  alpacaAccountId: string | null;
7
8
  createdAt: Date | null;
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationMinAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.ts"],"names":[],"mappings":"AAKA,qBACa,sBAAsB;IAIjC,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;IAKrB,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;CACzB"}
1
+ {"version":3,"file":"AllocationMinAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.ts"],"names":[],"mappings":"AAKA,qBACa,sBAAsB;IAIjC,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;IAKrB,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationMinAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAIjC,EAAE,CAAiB;IAKnB,MAAM,CAAiB;IAKvB,MAAM,CAAiB;IAKvB,IAAI,CAAiB;IAKrB,eAAe,CAAiB;IAKhC,SAAS,CAAe;IAKxB,SAAS,CAAe;CACzB,CAAA;AA/BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACmB;AAKrB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;+DAC8B;AAKhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;yDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;yDACsB;AAlCb,sBAAsB;IADlC,WAAW,CAAC,UAAU,CAAC,wBAAwB,EAAE,EAAE,CAAC;GACxC,sBAAsB,CAmClC"}
1
+ {"version":3,"file":"AllocationMinAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAIjC,EAAE,CAAiB;IAKnB,MAAM,CAAiB;IAKvB,MAAM,CAAiB;IAKvB,OAAO,CAAiB;IAKxB,IAAI,CAAiB;IAKrB,eAAe,CAAiB;IAKhC,SAAS,CAAe;IAKxB,SAAS,CAAe;CACzB,CAAA;AApCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACmB;AAKrB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;+DAC8B;AAKhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;yDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;yDACsB;AAvCb,sBAAsB;IADlC,WAAW,CAAC,UAAU,CAAC,wBAAwB,EAAE,EAAE,CAAC;GACxC,sBAAsB,CAwClC"}
@@ -12,6 +12,7 @@ let AllocationMinAggregate = class AllocationMinAggregate {
12
12
  id;
13
13
  stocks;
14
14
  crypto;
15
+ options;
15
16
  etfs;
16
17
  alpacaAccountId;
17
18
  createdAt;
@@ -35,6 +36,12 @@ __decorate([
35
36
  }),
36
37
  __metadata("design:type", Object)
37
38
  ], AllocationMinAggregate.prototype, "crypto", void 0);
39
+ __decorate([
40
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
41
+ nullable: true
42
+ }),
43
+ __metadata("design:type", Object)
44
+ ], AllocationMinAggregate.prototype, "options", void 0);
38
45
  __decorate([
39
46
  TypeGraphQL.Field(_type => TypeGraphQL.Float, {
40
47
  nullable: true
@@ -1,6 +1,7 @@
1
1
  export declare class AllocationSumAggregate {
2
2
  stocks: number | null;
3
3
  crypto: number | null;
4
+ options: number | null;
4
5
  etfs: number | null;
5
6
  }
6
7
  //# sourceMappingURL=AllocationSumAggregate.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationSumAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.ts"],"names":[],"mappings":"AAKA,qBACa,sBAAsB;IAIjC,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;CACtB"}
1
+ {"version":3,"file":"AllocationSumAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.ts"],"names":[],"mappings":"AAKA,qBACa,sBAAsB;IAIjC,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;CACtB"}
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationSumAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAIjC,MAAM,CAAiB;IAKvB,MAAM,CAAiB;IAKvB,IAAI,CAAiB;CACtB,CAAA;AAXC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACmB;AAdV,sBAAsB;IADlC,WAAW,CAAC,UAAU,CAAC,wBAAwB,EAAE,EAAE,CAAC;GACxC,sBAAsB,CAelC"}
1
+ {"version":3,"file":"AllocationSumAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAIjC,MAAM,CAAiB;IAKvB,MAAM,CAAiB;IAKvB,OAAO,CAAiB;IAKxB,IAAI,CAAiB;CACtB,CAAA;AAhBC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACmB;AAnBV,sBAAsB;IADlC,WAAW,CAAC,UAAU,CAAC,wBAAwB,EAAE,EAAE,CAAC;GACxC,sBAAsB,CAoBlC"}
@@ -11,6 +11,7 @@ import * as TypeGraphQL from "type-graphql";
11
11
  let AllocationSumAggregate = class AllocationSumAggregate {
12
12
  stocks;
13
13
  crypto;
14
+ options;
14
15
  etfs;
15
16
  };
16
17
  __decorate([
@@ -25,6 +26,12 @@ __decorate([
25
26
  }),
26
27
  __metadata("design:type", Object)
27
28
  ], AllocationSumAggregate.prototype, "crypto", void 0);
29
+ __decorate([
30
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
31
+ nullable: true
32
+ }),
33
+ __metadata("design:type", Object)
34
+ ], AllocationSumAggregate.prototype, "options", void 0);
28
35
  __decorate([
29
36
  TypeGraphQL.Field(_type => TypeGraphQL.Float, {
30
37
  nullable: true
@@ -3,6 +3,7 @@ export declare class CreateManyAndReturnAllocation {
3
3
  id: string;
4
4
  stocks: number;
5
5
  crypto: number;
6
+ options: number;
6
7
  etfs: number;
7
8
  alpacaAccountId: string;
8
9
  createdAt: Date;
@@ -1 +1 @@
1
- {"version":3,"file":"CreateManyAndReturnAllocation.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAE3D,qBACa,6BAA6B;IAIxC,EAAE,EAAG,MAAM,CAAC;IAKZ,MAAM,EAAG,MAAM,CAAC;IAKhB,MAAM,EAAG,MAAM,CAAC;IAKhB,IAAI,EAAG,MAAM,CAAC;IAKd,eAAe,EAAG,MAAM,CAAC;IAKzB,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,aAAa,EAAG,aAAa,CAAC;CAC/B"}
1
+ {"version":3,"file":"CreateManyAndReturnAllocation.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAE3D,qBACa,6BAA6B;IAIxC,EAAE,EAAG,MAAM,CAAC;IAKZ,MAAM,EAAG,MAAM,CAAC;IAKhB,MAAM,EAAG,MAAM,CAAC;IAKhB,OAAO,EAAG,MAAM,CAAC;IAKjB,IAAI,EAAG,MAAM,CAAC;IAKd,eAAe,EAAG,MAAM,CAAC;IAKzB,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,aAAa,EAAG,aAAa,CAAC;CAC/B"}
@@ -1 +1 @@
1
- {"version":3,"file":"CreateManyAndReturnAllocation.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAGpD,IAAM,6BAA6B,GAAnC,MAAM,6BAA6B;IAIxC,EAAE,CAAU;IAKZ,MAAM,CAAU;IAKhB,MAAM,CAAU;IAKhB,IAAI,CAAU;IAKd,eAAe,CAAU;IAKzB,SAAS,CAAQ;IAKjB,SAAS,CAAQ;IAKjB,aAAa,CAAiB;CAC/B,CAAA;AApCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;yDACU;AAKZ;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;6DACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;6DACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;2DACY;AAKd;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;sEACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;gEAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;gEAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,aAAa,EAAE;QACzC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACc,aAAa;oEAAC;AAvCnB,6BAA6B;IADzC,WAAW,CAAC,UAAU,CAAC,+BAA+B,EAAE,EAAE,CAAC;GAC/C,6BAA6B,CAwCzC"}
1
+ {"version":3,"file":"CreateManyAndReturnAllocation.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAGpD,IAAM,6BAA6B,GAAnC,MAAM,6BAA6B;IAIxC,EAAE,CAAU;IAKZ,MAAM,CAAU;IAKhB,MAAM,CAAU;IAKhB,OAAO,CAAU;IAKjB,IAAI,CAAU;IAKd,eAAe,CAAU;IAKzB,SAAS,CAAQ;IAKjB,SAAS,CAAQ;IAKjB,aAAa,CAAiB;CAC/B,CAAA;AAzCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;yDACU;AAKZ;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;6DACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;6DACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;8DACe;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;2DACY;AAKd;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;sEACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;gEAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;gEAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,aAAa,EAAE;QACzC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACc,aAAa;oEAAC;AA5CnB,6BAA6B;IADzC,WAAW,CAAC,UAAU,CAAC,+BAA+B,EAAE,EAAE,CAAC;GAC/C,6BAA6B,CA6CzC"}
@@ -13,6 +13,7 @@ let CreateManyAndReturnAllocation = class CreateManyAndReturnAllocation {
13
13
  id;
14
14
  stocks;
15
15
  crypto;
16
+ options;
16
17
  etfs;
17
18
  alpacaAccountId;
18
19
  createdAt;
@@ -37,6 +38,12 @@ __decorate([
37
38
  }),
38
39
  __metadata("design:type", Number)
39
40
  ], CreateManyAndReturnAllocation.prototype, "crypto", void 0);
41
+ __decorate([
42
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
43
+ nullable: false
44
+ }),
45
+ __metadata("design:type", Number)
46
+ ], CreateManyAndReturnAllocation.prototype, "options", void 0);
40
47
  __decorate([
41
48
  TypeGraphQL.Field(_type => TypeGraphQL.Float, {
42
49
  nullable: false
@@ -10,6 +10,8 @@ export type Allocation = {
10
10
  stocks: number;
11
11
  // Percentage allocation for cryptocurrencies in the account.
12
12
  crypto: number;
13
+ // Percentage allocation for options in the account.
14
+ options: number;
13
15
  // Percentage allocation for ETFs in the account.
14
16
  etfs: number;
15
17
  };
@@ -1,2 +1,2 @@
1
- export declare const AllocationTypeString = "\n// Your response should adhere to the following type definition for the \"Allocation\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Allocation = {\n // Percentage allocation for stocks in the account.\n stocks: number;\n // Percentage allocation for cryptocurrencies in the account.\n crypto: number;\n // Percentage allocation for ETFs in the account.\n etfs: number;\n};\n\n";
1
+ export declare const AllocationTypeString = "\n// Your response should adhere to the following type definition for the \"Allocation\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Allocation = {\n // Percentage allocation for stocks in the account.\n stocks: number;\n // Percentage allocation for cryptocurrencies in the account.\n crypto: number;\n // Percentage allocation for options in the account.\n options: number;\n // Percentage allocation for ETFs in the account.\n etfs: number;\n};\n\n";
2
2
  //# sourceMappingURL=Allocation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Allocation.d.ts","sourceRoot":"","sources":["../../../src/generated/typeStrings/Allocation.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,ifAahC,CAAC"}
1
+ {"version":3,"file":"Allocation.d.ts","sourceRoot":"","sources":["../../../src/generated/typeStrings/Allocation.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,6jBAehC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Allocation.js","sourceRoot":"","sources":["../../../src/generated/typeStrings/Allocation.ts"],"names":[],"mappings":";;;AAAa,QAAA,oBAAoB,GAAG;;;;;;;;;;;;;CAanC,CAAC"}
1
+ {"version":3,"file":"Allocation.js","sourceRoot":"","sources":["../../../src/generated/typeStrings/Allocation.ts"],"names":[],"mappings":";;;AAAa,QAAA,oBAAoB,GAAG;;;;;;;;;;;;;;;CAenC,CAAC"}
@@ -3,7 +3,7 @@ export declare const typeStrings: {
3
3
  readonly session: "\n// Your response should adhere to the following type definition for the \"Session\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Session = {\n // Expiration date and time of the session.\n expires: Date;\n // Relation to the User model.\n user: {\n // The user's full name.\n name?: string;\n // The user's email address, must be unique.\n email?: string;\n };\n};\n\n";
4
4
  readonly user: "\n// Your response should adhere to the following type definition for the \"User\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type User = {\n // The user's full name.\n name?: string;\n // The user's email address, must be unique.\n email?: string;\n // URL to the user's profile image.\n image?: string;\n // The role assigned to the user, determining permissions.\n role: UserRole;\n // A short biography or description of the user.\n bio?: string;\n // The user's job title or position.\n jobTitle?: string;\n // The type of Alpaca account the user currently holds.\n currentAccount: AlpacaAccountType;\n // Relation to the Customer model.\n customer?: {\n // Name of the customer.\n name?: string;\n // Subscription plan the customer is enrolled in.\n plan?: SubscriptionPlan;\n };\n // The subscription plan the user is enrolled in.\n plan?: SubscriptionPlan;\n // List of Alpaca accounts linked to the user.\n alpacaAccounts: {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n }[];\n // OpenAI API key for the user.\n openaiAPIKey?: string;\n // OpenAI API Language model selected by the user\n openaiModel?: OpenaiModel;\n};\n\nenum UserRole {\n OWNER\n\n ADMIN\n\n USER\n}\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\nenum SubscriptionPlan {\n FREE\n\n PRO\n\n INSTITUTION\n}\n\nenum OpenaiModel {\n GPT_4O\n\n GPT_4O_MINI\n\n O1\n\n O1_MINI\n\n O3_MINI\n\n O1_PREVIEW\n}\n\n";
5
5
  readonly alpacaAccount: "\n// Your response should adhere to the following type definition for the \"AlpacaAccount\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type AlpacaAccount = {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n // JSON configuration settings for the Alpaca account.\n configuration?: any;\n};\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\n";
6
- readonly allocation: "\n// Your response should adhere to the following type definition for the \"Allocation\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Allocation = {\n // Percentage allocation for stocks in the account.\n stocks: number;\n // Percentage allocation for cryptocurrencies in the account.\n crypto: number;\n // Percentage allocation for ETFs in the account.\n etfs: number;\n};\n\n";
6
+ readonly allocation: "\n// Your response should adhere to the following type definition for the \"Allocation\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Allocation = {\n // Percentage allocation for stocks in the account.\n stocks: number;\n // Percentage allocation for cryptocurrencies in the account.\n crypto: number;\n // Percentage allocation for options in the account.\n options: number;\n // Percentage allocation for ETFs in the account.\n etfs: number;\n};\n\n";
7
7
  readonly authenticator: "\n// Your response should adhere to the following type definition for the \"Authenticator\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Authenticator = {\n\n};\n\n";
8
8
  readonly account: "\n// Your response should adhere to the following type definition for the \"Account\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Account = {\n // Type of the account (e.g., OAuth provider).\n type: string;\n // Provider of the account (e.g., Google, GitHub).\n provider: string;\n // Expiration time of the access token.\n expires_at?: number;\n // Type of the token (e.g., Bearer).\n token_type?: string;\n // Scope of access granted by the token.\n scope?: string;\n // State of the session associated with the account.\n session_state?: string;\n};\n\n";
9
9
  readonly verificationToken: "\n// Your response should adhere to the following type definition for the \"VerificationToken\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type VerificationToken = {\n\n};\n\n";
@@ -750,7 +750,7 @@ const modelsInfo = {
750
750
  Session: ["id", "sessionToken", "userId", "expires", "createdAt", "updatedAt"],
751
751
  User: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
752
752
  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"],
753
- Allocation: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
753
+ Allocation: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
754
754
  Authenticator: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
755
755
  Account: ["id", "userId", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt"],
756
756
  VerificationToken: ["id", "identifier", "token", "expires"],
@@ -783,7 +783,7 @@ const outputsInfo = {
783
783
  AggregateAlpacaAccount: ["_count", "_avg", "_sum", "_min", "_max"],
784
784
  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"],
785
785
  AggregateAllocation: ["_count", "_avg", "_sum", "_min", "_max"],
786
- AllocationGroupBy: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
786
+ AllocationGroupBy: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
787
787
  AggregateAuthenticator: ["_count", "_avg", "_sum", "_min", "_max"],
788
788
  AuthenticatorGroupBy: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
789
789
  AggregateAccount: ["_count", "_avg", "_sum", "_min", "_max"],
@@ -827,11 +827,11 @@ const outputsInfo = {
827
827
  AlpacaAccountSumAggregate: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100"],
828
828
  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"],
829
829
  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"],
830
- AllocationCountAggregate: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_all"],
831
- AllocationAvgAggregate: ["stocks", "crypto", "etfs"],
832
- AllocationSumAggregate: ["stocks", "crypto", "etfs"],
833
- AllocationMinAggregate: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
834
- AllocationMaxAggregate: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
830
+ AllocationCountAggregate: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_all"],
831
+ AllocationAvgAggregate: ["stocks", "crypto", "options", "etfs"],
832
+ AllocationSumAggregate: ["stocks", "crypto", "options", "etfs"],
833
+ AllocationMinAggregate: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
834
+ AllocationMaxAggregate: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
835
835
  AuthenticatorCountAggregate: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "_all"],
836
836
  AuthenticatorAvgAggregate: ["counter"],
837
837
  AuthenticatorSumAggregate: ["counter"],
@@ -888,7 +888,7 @@ const outputsInfo = {
888
888
  CreateManyAndReturnSession: ["id", "sessionToken", "userId", "expires", "createdAt", "updatedAt", "user"],
889
889
  CreateManyAndReturnUser: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "customer"],
890
890
  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"],
891
- CreateManyAndReturnAllocation: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
891
+ CreateManyAndReturnAllocation: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
892
892
  CreateManyAndReturnAuthenticator: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
893
893
  CreateManyAndReturnAccount: ["id", "userId", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt", "user"],
894
894
  CreateManyAndReturnVerificationToken: ["id", "identifier", "token", "expires"],
@@ -932,11 +932,11 @@ const inputsInfo = {
932
932
  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"],
933
933
  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"],
934
934
  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"],
935
- AllocationWhereInput: ["AND", "OR", "NOT", "id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
936
- AllocationOrderByWithRelationInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
937
- AllocationWhereUniqueInput: ["id", "alpacaAccountId", "AND", "OR", "NOT", "stocks", "crypto", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
938
- AllocationOrderByWithAggregationInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
939
- AllocationScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
935
+ AllocationWhereInput: ["AND", "OR", "NOT", "id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
936
+ AllocationOrderByWithRelationInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
937
+ AllocationWhereUniqueInput: ["id", "alpacaAccountId", "AND", "OR", "NOT", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
938
+ AllocationOrderByWithAggregationInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
939
+ AllocationScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
940
940
  AuthenticatorWhereInput: ["AND", "OR", "NOT", "id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
941
941
  AuthenticatorOrderByWithRelationInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
942
942
  AuthenticatorWhereUniqueInput: ["id", "credentialID", "AND", "OR", "NOT", "userId", "publicKey", "counter", "createdAt", "updatedAt", "user"],
@@ -1013,10 +1013,10 @@ const inputsInfo = {
1013
1013
  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"],
1014
1014
  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"],
1015
1015
  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"],
1016
- AllocationCreateInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
1017
- AllocationUpdateInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
1018
- AllocationCreateManyInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
1019
- AllocationUpdateManyMutationInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt"],
1016
+ AllocationCreateInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
1017
+ AllocationUpdateInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
1018
+ AllocationCreateManyInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
1019
+ AllocationUpdateManyMutationInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt"],
1020
1020
  AuthenticatorCreateInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
1021
1021
  AuthenticatorUpdateInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
1022
1022
  AuthenticatorCreateManyInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
@@ -1125,11 +1125,11 @@ const inputsInfo = {
1125
1125
  BoolWithAggregatesFilter: ["equals", "not", "_count", "_min", "_max"],
1126
1126
  FloatWithAggregatesFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "not", "_count", "_avg", "_sum", "_min", "_max"],
1127
1127
  AlpacaAccountRelationFilter: ["is", "isNot"],
1128
- AllocationCountOrderByAggregateInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
1129
- AllocationAvgOrderByAggregateInput: ["stocks", "crypto", "etfs"],
1130
- AllocationMaxOrderByAggregateInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
1131
- AllocationMinOrderByAggregateInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
1132
- AllocationSumOrderByAggregateInput: ["stocks", "crypto", "etfs"],
1128
+ AllocationCountOrderByAggregateInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
1129
+ AllocationAvgOrderByAggregateInput: ["stocks", "crypto", "options", "etfs"],
1130
+ AllocationMaxOrderByAggregateInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
1131
+ AllocationMinOrderByAggregateInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
1132
+ AllocationSumOrderByAggregateInput: ["stocks", "crypto", "options", "etfs"],
1133
1133
  IntFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "not"],
1134
1134
  AuthenticatorCountOrderByAggregateInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
1135
1135
  AuthenticatorAvgOrderByAggregateInput: ["counter"],
@@ -1374,7 +1374,7 @@ const inputsInfo = {
1374
1374
  AlpacaAccountUpdateWithWhereUniqueWithoutUserInput: ["where", "data"],
1375
1375
  AlpacaAccountUpdateManyWithWhereWithoutUserInput: ["where", "data"],
1376
1376
  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"],
1377
- AllocationCreateWithoutAlpacaAccountInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt"],
1377
+ AllocationCreateWithoutAlpacaAccountInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt"],
1378
1378
  AllocationCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
1379
1379
  UserCreateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators"],
1380
1380
  UserCreateOrConnectWithoutAlpacaAccountsInput: ["where", "create"],
@@ -1383,7 +1383,7 @@ const inputsInfo = {
1383
1383
  AlertCreateManyAlpacaAccountInputEnvelope: ["data", "skipDuplicates"],
1384
1384
  AllocationUpsertWithoutAlpacaAccountInput: ["update", "create", "where"],
1385
1385
  AllocationUpdateToOneWithWhereWithoutAlpacaAccountInput: ["where", "data"],
1386
- AllocationUpdateWithoutAlpacaAccountInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt"],
1386
+ AllocationUpdateWithoutAlpacaAccountInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt"],
1387
1387
  UserUpsertWithoutAlpacaAccountsInput: ["update", "create", "where"],
1388
1388
  UserUpdateToOneWithWhereWithoutAlpacaAccountsInput: ["where", "data"],
1389
1389
  UserUpdateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators"],