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
@@ -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";
@@ -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,
@@ -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"}
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationCreateManyInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,yBAAyB,GAA/B,MAAM,yBAAyB;IAIpC,EAAE,CAAsB;IAKxB,MAAM,CAAsB;IAK5B,MAAM,CAAsB;IAK5B,IAAI,CAAsB;IAK1B,eAAe,CAAU;IAKzB,SAAS,CAAoB;IAK7B,SAAS,CAAoB;CAC9B,CAAA;AA/BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;yDAC0B;AAK5B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;yDAC0B;AAK5B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;kEACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;4DAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;4DAC2B;AAlClB,yBAAyB;IADrC,WAAW,CAAC,SAAS,CAAC,2BAA2B,EAAE,EAAE,CAAC;GAC1C,yBAAyB,CAmCrC"}
1
+ {"version":3,"file":"AllocationCreateManyInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,yBAAyB,GAA/B,MAAM,yBAAyB;IAIpC,EAAE,CAAsB;IAKxB,MAAM,CAAsB;IAK5B,MAAM,CAAsB;IAK5B,OAAO,CAAsB;IAK7B,IAAI,CAAsB;IAK1B,eAAe,CAAU;IAKzB,SAAS,CAAoB;IAK7B,SAAS,CAAoB;CAC9B,CAAA;AApCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;yDAC0B;AAK5B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;yDAC0B;AAK5B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;0DAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;kEACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;4DAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;4DAC2B;AAvClB,yBAAyB;IADrC,WAAW,CAAC,SAAS,CAAC,2BAA2B,EAAE,EAAE,CAAC;GAC1C,yBAAyB,CAwCrC"}
@@ -12,6 +12,7 @@ let AllocationCreateManyInput = class AllocationCreateManyInput {
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
  ], AllocationCreateManyInput.prototype, "crypto", void 0);
39
+ __decorate([
40
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
41
+ nullable: true
42
+ }),
43
+ __metadata("design:type", Object)
44
+ ], AllocationCreateManyInput.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 AllocationCreateWithoutAlpacaAccountInput {
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
  createdAt?: Date | undefined;
7
8
  updatedAt?: Date | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationCreateWithoutAlpacaAccountInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.ts"],"names":[],"mappings":"AAKA,qBACa,yCAAyC;IAIpD,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;CAC9B"}
1
+ {"version":3,"file":"AllocationCreateWithoutAlpacaAccountInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.ts"],"names":[],"mappings":"AAKA,qBACa,yCAAyC;IAIpD,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;CAC9B"}
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationCreateWithoutAlpacaAccountInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,yCAAyC,GAA/C,MAAM,yCAAyC;IAIpD,EAAE,CAAsB;IAKxB,MAAM,CAAsB;IAK5B,MAAM,CAAsB;IAK5B,IAAI,CAAsB;IAK1B,SAAS,CAAoB;IAK7B,SAAS,CAAoB;CAC9B,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;qEACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;yEAC0B;AAK5B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;yEAC0B;AAK5B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;uEACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;4EAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;4EAC2B;AA7BlB,yCAAyC;IADrD,WAAW,CAAC,SAAS,CAAC,2CAA2C,EAAE,EAAE,CAAC;GAC1D,yCAAyC,CA8BrD"}
1
+ {"version":3,"file":"AllocationCreateWithoutAlpacaAccountInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,yCAAyC,GAA/C,MAAM,yCAAyC;IAIpD,EAAE,CAAsB;IAKxB,MAAM,CAAsB;IAK5B,MAAM,CAAsB;IAK5B,OAAO,CAAsB;IAK7B,IAAI,CAAsB;IAK1B,SAAS,CAAoB;IAK7B,SAAS,CAAoB;CAC9B,CAAA;AA/BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;qEACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;yEAC0B;AAK5B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;yEAC0B;AAK5B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;0EAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;uEACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;4EAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;4EAC2B;AAlClB,yCAAyC;IADrD,WAAW,CAAC,SAAS,CAAC,2CAA2C,EAAE,EAAE,CAAC;GAC1D,yCAAyC,CAmCrD"}
@@ -12,6 +12,7 @@ let AllocationCreateWithoutAlpacaAccountInput = class AllocationCreateWithoutAlp
12
12
  id;
13
13
  stocks;
14
14
  crypto;
15
+ options;
15
16
  etfs;
16
17
  createdAt;
17
18
  updatedAt;
@@ -34,6 +35,12 @@ __decorate([
34
35
  }),
35
36
  __metadata("design:type", Object)
36
37
  ], AllocationCreateWithoutAlpacaAccountInput.prototype, "crypto", void 0);
38
+ __decorate([
39
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
40
+ nullable: true
41
+ }),
42
+ __metadata("design:type", Object)
43
+ ], AllocationCreateWithoutAlpacaAccountInput.prototype, "options", void 0);
37
44
  __decorate([
38
45
  TypeGraphQL.Field(_type => TypeGraphQL.Float, {
39
46
  nullable: true
@@ -2,6 +2,7 @@ export declare class AllocationMaxOrderByAggregateInput {
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;