adaptic-backend 1.0.335 → 1.0.337

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 (340) hide show
  1. package/Account.cjs +108 -0
  2. package/Alert.cjs +84 -0
  3. package/Allocation.cjs +90 -0
  4. package/AlpacaAccount.cjs +78 -0
  5. package/Authenticator.cjs +108 -0
  6. package/Customer.cjs +108 -0
  7. package/Session.cjs +102 -0
  8. package/User.cjs +90 -0
  9. package/esm/Account.d.ts.map +1 -1
  10. package/esm/Account.js.map +1 -1
  11. package/esm/Account.mjs +108 -0
  12. package/esm/Alert.d.ts.map +1 -1
  13. package/esm/Alert.js.map +1 -1
  14. package/esm/Alert.mjs +84 -0
  15. package/esm/Allocation.d.ts.map +1 -1
  16. package/esm/Allocation.js.map +1 -1
  17. package/esm/Allocation.mjs +90 -0
  18. package/esm/AlpacaAccount.d.ts.map +1 -1
  19. package/esm/AlpacaAccount.js.map +1 -1
  20. package/esm/AlpacaAccount.mjs +78 -0
  21. package/esm/Authenticator.d.ts.map +1 -1
  22. package/esm/Authenticator.js.map +1 -1
  23. package/esm/Authenticator.mjs +108 -0
  24. package/esm/Customer.d.ts.map +1 -1
  25. package/esm/Customer.js.map +1 -1
  26. package/esm/Customer.mjs +108 -0
  27. package/esm/Session.d.ts.map +1 -1
  28. package/esm/Session.js.map +1 -1
  29. package/esm/Session.mjs +102 -0
  30. package/esm/User.d.ts.map +1 -1
  31. package/esm/User.js.map +1 -1
  32. package/esm/User.mjs +90 -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 +6 -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 +6 -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 +6 -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 +6 -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 +6 -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 +6 -0
  57. package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
  58. package/esm/generated/typegraphql-prisma/enhance.mjs +30 -30
  59. package/esm/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.d.ts +6 -0
  60. package/esm/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.d.ts.map +1 -1
  61. package/esm/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.js.map +1 -1
  62. package/esm/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.mjs +6 -0
  63. package/esm/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +24 -0
  64. package/esm/generated/typegraphql-prisma/models/AlpacaAccount.d.ts.map +1 -1
  65. package/esm/generated/typegraphql-prisma/models/AlpacaAccount.js.map +1 -1
  66. package/esm/generated/typegraphql-prisma/models/AlpacaAccount.mjs +66 -0
  67. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.d.ts +1 -1
  68. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.d.ts.map +1 -1
  69. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.js.map +1 -1
  70. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.d.ts +1 -1
  71. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.d.ts.map +1 -1
  72. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.js.map +1 -1
  73. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.d.ts +1 -1
  74. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.d.ts.map +1 -1
  75. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.js.map +1 -1
  76. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.d.ts +1 -1
  77. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.d.ts.map +1 -1
  78. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.js.map +1 -1
  79. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.d.ts +6 -0
  80. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.d.ts.map +1 -1
  81. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.js.map +1 -1
  82. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.mjs +42 -0
  83. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.d.ts +6 -0
  84. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.d.ts.map +1 -1
  85. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.js.map +1 -1
  86. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.mjs +42 -0
  87. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts +6 -0
  88. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts.map +1 -1
  89. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.js.map +1 -1
  90. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.mjs +42 -0
  91. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.d.ts +6 -0
  92. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.d.ts.map +1 -1
  93. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.js.map +1 -1
  94. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.mjs +42 -0
  95. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.d.ts +6 -0
  96. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.d.ts.map +1 -1
  97. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.js.map +1 -1
  98. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.mjs +42 -0
  99. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts +6 -0
  100. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts.map +1 -1
  101. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.js.map +1 -1
  102. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.mjs +42 -0
  103. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.d.ts +6 -0
  104. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.d.ts.map +1 -1
  105. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.js.map +1 -1
  106. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.mjs +42 -0
  107. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts +6 -0
  108. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts.map +1 -1
  109. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.js.map +1 -1
  110. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.mjs +42 -0
  111. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.d.ts +6 -0
  112. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.d.ts.map +1 -1
  113. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.js.map +1 -1
  114. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.mjs +42 -0
  115. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.d.ts +6 -0
  116. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.d.ts.map +1 -1
  117. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.js.map +1 -1
  118. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.mjs +42 -0
  119. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.d.ts +6 -0
  120. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.d.ts.map +1 -1
  121. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.js.map +1 -1
  122. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.mjs +42 -0
  123. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts +6 -0
  124. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts.map +1 -1
  125. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.js.map +1 -1
  126. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.mjs +42 -0
  127. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.d.ts +6 -0
  128. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.d.ts.map +1 -1
  129. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.js.map +1 -1
  130. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.mjs +42 -0
  131. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.d.ts +6 -0
  132. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.d.ts.map +1 -1
  133. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.js.map +1 -1
  134. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.mjs +42 -0
  135. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.d.ts +6 -0
  136. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.d.ts.map +1 -1
  137. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.js.map +1 -1
  138. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.mjs +42 -0
  139. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts +6 -0
  140. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts.map +1 -1
  141. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.js.map +1 -1
  142. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.mjs +42 -0
  143. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.d.ts +6 -0
  144. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.d.ts.map +1 -1
  145. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.js.map +1 -1
  146. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.mjs +42 -0
  147. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts +6 -0
  148. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts.map +1 -1
  149. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.js.map +1 -1
  150. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.mjs +42 -0
  151. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.d.ts +6 -0
  152. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.d.ts.map +1 -1
  153. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.js.map +1 -1
  154. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.mjs +42 -0
  155. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts +6 -0
  156. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts.map +1 -1
  157. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.js.map +1 -1
  158. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.mjs +42 -0
  159. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts +6 -0
  160. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts.map +1 -1
  161. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.js.map +1 -1
  162. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.mjs +42 -0
  163. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts +6 -0
  164. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts.map +1 -1
  165. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.js.map +1 -1
  166. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.mjs +42 -0
  167. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.d.ts +6 -0
  168. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.d.ts.map +1 -1
  169. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.js.map +1 -1
  170. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.mjs +42 -0
  171. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.d.ts +6 -0
  172. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.d.ts.map +1 -1
  173. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.js.map +1 -1
  174. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.mjs +42 -0
  175. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.d.ts +6 -0
  176. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.d.ts.map +1 -1
  177. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.js.map +1 -1
  178. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.mjs +42 -0
  179. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.d.ts +6 -0
  180. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.d.ts.map +1 -1
  181. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.js.map +1 -1
  182. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.mjs +42 -0
  183. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.d.ts +6 -0
  184. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.d.ts.map +1 -1
  185. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.js.map +1 -1
  186. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.mjs +42 -0
  187. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.d.ts +6 -0
  188. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.d.ts.map +1 -1
  189. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.js.map +1 -1
  190. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.mjs +42 -0
  191. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.d.ts +6 -0
  192. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.d.ts.map +1 -1
  193. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.js.map +1 -1
  194. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.mjs +42 -0
  195. package/esm/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlpacaAccountsArgs.d.ts +1 -1
  196. package/esm/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlpacaAccountsArgs.d.ts.map +1 -1
  197. package/esm/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlpacaAccountsArgs.js.map +1 -1
  198. package/esm/index.mjs +1 -1
  199. package/generated/typegraphql-prisma/enhance.cjs +30 -30
  200. package/generated/typegraphql-prisma/enhance.js.map +1 -1
  201. package/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.cjs +6 -0
  202. package/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.d.ts +6 -0
  203. package/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.d.ts.map +1 -1
  204. package/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.js.map +1 -1
  205. package/generated/typegraphql-prisma/models/AlpacaAccount.cjs +42 -0
  206. package/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +24 -0
  207. package/generated/typegraphql-prisma/models/AlpacaAccount.d.ts.map +1 -1
  208. package/generated/typegraphql-prisma/models/AlpacaAccount.js.map +1 -1
  209. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.d.ts +1 -1
  210. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.d.ts.map +1 -1
  211. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.js.map +1 -1
  212. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.d.ts +1 -1
  213. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.d.ts.map +1 -1
  214. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.js.map +1 -1
  215. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.d.ts +1 -1
  216. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.d.ts.map +1 -1
  217. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.js.map +1 -1
  218. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.d.ts +1 -1
  219. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.d.ts.map +1 -1
  220. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.js.map +1 -1
  221. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.cjs +36 -0
  222. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.d.ts +6 -0
  223. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.d.ts.map +1 -1
  224. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.js.map +1 -1
  225. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.cjs +36 -0
  226. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.d.ts +6 -0
  227. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.d.ts.map +1 -1
  228. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.js.map +1 -1
  229. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.cjs +36 -0
  230. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts +6 -0
  231. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts.map +1 -1
  232. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.js.map +1 -1
  233. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.cjs +36 -0
  234. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.d.ts +6 -0
  235. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.d.ts.map +1 -1
  236. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.js.map +1 -1
  237. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.cjs +36 -0
  238. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.d.ts +6 -0
  239. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.d.ts.map +1 -1
  240. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.js.map +1 -1
  241. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.cjs +36 -0
  242. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts +6 -0
  243. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts.map +1 -1
  244. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.js.map +1 -1
  245. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.cjs +36 -0
  246. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.d.ts +6 -0
  247. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.d.ts.map +1 -1
  248. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.js.map +1 -1
  249. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.cjs +36 -0
  250. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts +6 -0
  251. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts.map +1 -1
  252. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.js.map +1 -1
  253. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.cjs +36 -0
  254. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.d.ts +6 -0
  255. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.d.ts.map +1 -1
  256. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.js.map +1 -1
  257. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.cjs +36 -0
  258. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.d.ts +6 -0
  259. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.d.ts.map +1 -1
  260. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.js.map +1 -1
  261. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.cjs +36 -0
  262. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.d.ts +6 -0
  263. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.d.ts.map +1 -1
  264. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.js.map +1 -1
  265. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.cjs +36 -0
  266. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts +6 -0
  267. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts.map +1 -1
  268. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.js.map +1 -1
  269. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.cjs +36 -0
  270. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.d.ts +6 -0
  271. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.d.ts.map +1 -1
  272. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.js.map +1 -1
  273. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.cjs +36 -0
  274. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.d.ts +6 -0
  275. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.d.ts.map +1 -1
  276. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.js.map +1 -1
  277. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.cjs +36 -0
  278. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.d.ts +6 -0
  279. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.d.ts.map +1 -1
  280. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.js.map +1 -1
  281. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.cjs +36 -0
  282. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts +6 -0
  283. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts.map +1 -1
  284. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.js.map +1 -1
  285. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.cjs +36 -0
  286. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.d.ts +6 -0
  287. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.d.ts.map +1 -1
  288. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.js.map +1 -1
  289. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.cjs +36 -0
  290. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts +6 -0
  291. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts.map +1 -1
  292. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.js.map +1 -1
  293. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.cjs +36 -0
  294. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.d.ts +6 -0
  295. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.d.ts.map +1 -1
  296. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.js.map +1 -1
  297. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.cjs +36 -0
  298. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts +6 -0
  299. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts.map +1 -1
  300. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.js.map +1 -1
  301. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.cjs +36 -0
  302. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts +6 -0
  303. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts.map +1 -1
  304. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.js.map +1 -1
  305. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.cjs +36 -0
  306. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts +6 -0
  307. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts.map +1 -1
  308. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.js.map +1 -1
  309. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.cjs +36 -0
  310. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.d.ts +6 -0
  311. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.d.ts.map +1 -1
  312. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.js.map +1 -1
  313. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.cjs +36 -0
  314. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.d.ts +6 -0
  315. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.d.ts.map +1 -1
  316. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.js.map +1 -1
  317. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.cjs +36 -0
  318. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.d.ts +6 -0
  319. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.d.ts.map +1 -1
  320. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.js.map +1 -1
  321. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.cjs +36 -0
  322. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.d.ts +6 -0
  323. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.d.ts.map +1 -1
  324. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.js.map +1 -1
  325. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.cjs +36 -0
  326. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.d.ts +6 -0
  327. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.d.ts.map +1 -1
  328. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.js.map +1 -1
  329. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.cjs +36 -0
  330. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.d.ts +6 -0
  331. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.d.ts.map +1 -1
  332. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.js.map +1 -1
  333. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.cjs +36 -0
  334. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.d.ts +6 -0
  335. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.d.ts.map +1 -1
  336. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.js.map +1 -1
  337. package/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlpacaAccountsArgs.d.ts +1 -1
  338. package/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlpacaAccountsArgs.d.ts.map +1 -1
  339. package/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlpacaAccountsArgs.js.map +1 -1
  340. package/package.json +1 -1
@@ -749,7 +749,7 @@ const modelsInfo = {
749
749
  MarketSentiment: ["id", "sentiment", "description", "longDescription", "createdAt", "updatedAt"],
750
750
  Session: ["id", "sessionToken", "userId", "expires", "createdAt", "updatedAt"],
751
751
  User: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
752
- AlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
752
+ AlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
753
753
  Allocation: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
754
754
  Authenticator: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
755
755
  Account: ["id", "userId", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt"],
@@ -781,7 +781,7 @@ const outputsInfo = {
781
781
  AggregateUser: ["_count", "_avg", "_sum", "_min", "_max"],
782
782
  UserGroupBy: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "_count", "_avg", "_sum", "_min", "_max"],
783
783
  AggregateAlpacaAccount: ["_count", "_avg", "_sum", "_min", "_max"],
784
- AlpacaAccountGroupBy: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
784
+ AlpacaAccountGroupBy: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
785
785
  AggregateAllocation: ["_count", "_avg", "_sum", "_min", "_max"],
786
786
  AllocationGroupBy: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
787
787
  AggregateAuthenticator: ["_count", "_avg", "_sum", "_min", "_max"],
@@ -822,11 +822,11 @@ const outputsInfo = {
822
822
  UserMinAggregate: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
823
823
  UserMaxAggregate: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
824
824
  AlpacaAccountCount: ["alerts"],
825
- AlpacaAccountCountAggregate: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "_all"],
826
- AlpacaAccountAvgAggregate: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent"],
827
- AlpacaAccountSumAggregate: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent"],
828
- AlpacaAccountMinAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
829
- AlpacaAccountMaxAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
825
+ AlpacaAccountCountAggregate: ["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", "_all"],
826
+ AlpacaAccountAvgAggregate: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100"],
827
+ AlpacaAccountSumAggregate: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100"],
828
+ AlpacaAccountMinAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
829
+ AlpacaAccountMaxAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
830
830
  AllocationCountAggregate: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_all"],
831
831
  AllocationAvgAggregate: ["stocks", "crypto", "etfs"],
832
832
  AllocationSumAggregate: ["stocks", "crypto", "etfs"],
@@ -887,7 +887,7 @@ const outputsInfo = {
887
887
  CreateManyAndReturnMarketSentiment: ["id", "sentiment", "description", "longDescription", "createdAt", "updatedAt"],
888
888
  CreateManyAndReturnSession: ["id", "sessionToken", "userId", "expires", "createdAt", "updatedAt", "user"],
889
889
  CreateManyAndReturnUser: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "customer"],
890
- CreateManyAndReturnAlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "user"],
890
+ CreateManyAndReturnAlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "user"],
891
891
  CreateManyAndReturnAllocation: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
892
892
  CreateManyAndReturnAuthenticator: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
893
893
  CreateManyAndReturnAccount: ["id", "userId", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt", "user"],
@@ -927,11 +927,11 @@ const inputsInfo = {
927
927
  UserWhereUniqueInput: ["id", "email", "AND", "OR", "NOT", "name", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators", "alpacaAccounts"],
928
928
  UserOrderByWithAggregationInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "_count", "_avg", "_max", "_min", "_sum"],
929
929
  UserScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
930
- AlpacaAccountWhereInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "allocation", "user", "alerts"],
931
- AlpacaAccountOrderByWithRelationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "allocation", "user", "alerts"],
932
- AlpacaAccountWhereUniqueInput: ["id", "AND", "OR", "NOT", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "allocation", "user", "alerts"],
933
- AlpacaAccountOrderByWithAggregationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
934
- AlpacaAccountScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
930
+ AlpacaAccountWhereInput: ["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", "allocation", "user", "alerts"],
931
+ AlpacaAccountOrderByWithRelationInput: ["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", "allocation", "user", "alerts"],
932
+ AlpacaAccountWhereUniqueInput: ["id", "AND", "OR", "NOT", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "allocation", "user", "alerts"],
933
+ AlpacaAccountOrderByWithAggregationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
934
+ AlpacaAccountScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
935
935
  AllocationWhereInput: ["AND", "OR", "NOT", "id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
936
936
  AllocationOrderByWithRelationInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
937
937
  AllocationWhereUniqueInput: ["id", "alpacaAccountId", "AND", "OR", "NOT", "stocks", "crypto", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
@@ -1009,10 +1009,10 @@ const inputsInfo = {
1009
1009
  UserUpdateInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators", "alpacaAccounts"],
1010
1010
  UserCreateManyInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
1011
1011
  UserUpdateManyMutationInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel"],
1012
- AlpacaAccountCreateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "allocation", "user", "alerts"],
1013
- AlpacaAccountUpdateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "allocation", "user", "alerts"],
1014
- AlpacaAccountCreateManyInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
1015
- AlpacaAccountUpdateManyMutationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt"],
1012
+ AlpacaAccountCreateInput: ["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"],
1013
+ AlpacaAccountUpdateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "createdAt", "updatedAt", "allocation", "user", "alerts"],
1014
+ AlpacaAccountCreateManyInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
1015
+ AlpacaAccountUpdateManyMutationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "createdAt", "updatedAt"],
1016
1016
  AllocationCreateInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
1017
1017
  AllocationUpdateInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
1018
1018
  AllocationCreateManyInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
@@ -1116,11 +1116,11 @@ const inputsInfo = {
1116
1116
  AllocationNullableRelationFilter: ["is", "isNot"],
1117
1117
  AlertListRelationFilter: ["every", "some", "none"],
1118
1118
  AlertOrderByRelationAggregateInput: ["_count"],
1119
- AlpacaAccountCountOrderByAggregateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
1120
- AlpacaAccountAvgOrderByAggregateInput: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent"],
1121
- AlpacaAccountMaxOrderByAggregateInput: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
1122
- AlpacaAccountMinOrderByAggregateInput: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
1123
- AlpacaAccountSumOrderByAggregateInput: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent"],
1119
+ AlpacaAccountCountOrderByAggregateInput: ["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"],
1120
+ AlpacaAccountAvgOrderByAggregateInput: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100"],
1121
+ AlpacaAccountMaxOrderByAggregateInput: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
1122
+ AlpacaAccountMinOrderByAggregateInput: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
1123
+ AlpacaAccountSumOrderByAggregateInput: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100"],
1124
1124
  JsonNullableWithAggregatesFilter: ["equals", "path", "string_contains", "string_starts_with", "string_ends_with", "array_contains", "array_starts_with", "array_ends_with", "lt", "lte", "gt", "gte", "not", "_count", "_min", "_max"],
1125
1125
  BoolWithAggregatesFilter: ["equals", "not", "_count", "_min", "_max"],
1126
1126
  FloatWithAggregatesFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "not", "_count", "_avg", "_sum", "_min", "_max"],
@@ -1352,7 +1352,7 @@ const inputsInfo = {
1352
1352
  AuthenticatorCreateWithoutUserInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
1353
1353
  AuthenticatorCreateOrConnectWithoutUserInput: ["where", "create"],
1354
1354
  AuthenticatorCreateManyUserInputEnvelope: ["data", "skipDuplicates"],
1355
- AlpacaAccountCreateWithoutUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "allocation", "alerts"],
1355
+ AlpacaAccountCreateWithoutUserInput: ["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", "alerts"],
1356
1356
  AlpacaAccountCreateOrConnectWithoutUserInput: ["where", "create"],
1357
1357
  AlpacaAccountCreateManyUserInputEnvelope: ["data", "skipDuplicates"],
1358
1358
  CustomerUpsertWithoutUsersInput: ["update", "create", "where"],
@@ -1373,7 +1373,7 @@ const inputsInfo = {
1373
1373
  AlpacaAccountUpsertWithWhereUniqueWithoutUserInput: ["where", "update", "create"],
1374
1374
  AlpacaAccountUpdateWithWhereUniqueWithoutUserInput: ["where", "data"],
1375
1375
  AlpacaAccountUpdateManyWithWhereWithoutUserInput: ["where", "data"],
1376
- AlpacaAccountScalarWhereInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
1376
+ AlpacaAccountScalarWhereInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
1377
1377
  AllocationCreateWithoutAlpacaAccountInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt"],
1378
1378
  AllocationCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
1379
1379
  UserCreateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators"],
@@ -1391,11 +1391,11 @@ const inputsInfo = {
1391
1391
  AlertUpdateWithWhereUniqueWithoutAlpacaAccountInput: ["where", "data"],
1392
1392
  AlertUpdateManyWithWhereWithoutAlpacaAccountInput: ["where", "data"],
1393
1393
  AlertScalarWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt"],
1394
- AlpacaAccountCreateWithoutAllocationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "alerts"],
1394
+ AlpacaAccountCreateWithoutAllocationInput: ["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", "user", "alerts"],
1395
1395
  AlpacaAccountCreateOrConnectWithoutAllocationInput: ["where", "create"],
1396
1396
  AlpacaAccountUpsertWithoutAllocationInput: ["update", "create", "where"],
1397
1397
  AlpacaAccountUpdateToOneWithWhereWithoutAllocationInput: ["where", "data"],
1398
- AlpacaAccountUpdateWithoutAllocationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "alerts"],
1398
+ AlpacaAccountUpdateWithoutAllocationInput: ["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", "user", "alerts"],
1399
1399
  UserCreateWithoutAuthenticatorsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "alpacaAccounts"],
1400
1400
  UserCreateOrConnectWithoutAuthenticatorsInput: ["where", "create"],
1401
1401
  UserUpsertWithoutAuthenticatorsInput: ["update", "create", "where"],
@@ -1432,11 +1432,11 @@ const inputsInfo = {
1432
1432
  TradeUpsertWithoutActionsInput: ["update", "create", "where"],
1433
1433
  TradeUpdateToOneWithWhereWithoutActionsInput: ["where", "data"],
1434
1434
  TradeUpdateWithoutActionsInput: ["id", "alpacaAccountId", "qty", "price", "total", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol"],
1435
- AlpacaAccountCreateWithoutAlertsInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "allocation", "user"],
1435
+ AlpacaAccountCreateWithoutAlertsInput: ["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"],
1436
1436
  AlpacaAccountCreateOrConnectWithoutAlertsInput: ["where", "create"],
1437
1437
  AlpacaAccountUpsertWithoutAlertsInput: ["update", "create", "where"],
1438
1438
  AlpacaAccountUpdateToOneWithWhereWithoutAlertsInput: ["where", "data"],
1439
- AlpacaAccountUpdateWithoutAlertsInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "allocation", "user"],
1439
+ AlpacaAccountUpdateWithoutAlertsInput: ["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"],
1440
1440
  NewsArticleAssetSentimentCreateWithoutNewsInput: ["id", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "asset"],
1441
1441
  NewsArticleAssetSentimentCreateOrConnectWithoutNewsInput: ["where", "create"],
1442
1442
  NewsArticleAssetSentimentCreateManyNewsInputEnvelope: ["data", "skipDuplicates"],
@@ -1456,11 +1456,11 @@ const inputsInfo = {
1456
1456
  AccountCreateManyUserInput: ["id", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt"],
1457
1457
  SessionCreateManyUserInput: ["id", "sessionToken", "expires", "createdAt", "updatedAt"],
1458
1458
  AuthenticatorCreateManyUserInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
1459
- AlpacaAccountCreateManyUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt"],
1459
+ AlpacaAccountCreateManyUserInput: ["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"],
1460
1460
  AccountUpdateWithoutUserInput: ["id", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt"],
1461
1461
  SessionUpdateWithoutUserInput: ["id", "sessionToken", "expires", "createdAt", "updatedAt"],
1462
1462
  AuthenticatorUpdateWithoutUserInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
1463
- AlpacaAccountUpdateWithoutUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "allocation", "alerts"],
1463
+ AlpacaAccountUpdateWithoutUserInput: ["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", "alerts"],
1464
1464
  AlertCreateManyAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
1465
1465
  AlertUpdateWithoutAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
1466
1466
  UserCreateManyCustomerInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel"],