adaptic-backend 1.0.138 → 1.0.139

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 (424) hide show
  1. package/Account.cjs +15 -0
  2. package/Action.cjs +62 -0
  3. package/Alert.cjs +17 -0
  4. package/AlpacaAccount.cjs +15 -0
  5. package/Asset.cjs +69 -0
  6. package/Authenticator.cjs +15 -0
  7. package/Customer.cjs +15 -0
  8. package/NewsArticle.cjs +30 -0
  9. package/NewsArticleAssetSentiment.cjs +30 -0
  10. package/Order.cjs +41 -0
  11. package/Position.cjs +41 -0
  12. package/README.md +1 -0
  13. package/Session.cjs +15 -0
  14. package/StopLoss.cjs +43 -0
  15. package/TakeProfit.cjs +43 -0
  16. package/Trade.cjs +41 -0
  17. package/User.cjs +14 -0
  18. package/generated/typeStrings/User.cjs +9 -0
  19. package/generated/typeStrings/User.d.ts +1 -1
  20. package/generated/typeStrings/User.d.ts.map +1 -1
  21. package/generated/typeStrings/User.js.map +1 -1
  22. package/generated/typeStrings/index.d.ts +1 -1
  23. package/generated/typegraphql-prisma/enhance.cjs +35 -30
  24. package/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
  25. package/generated/typegraphql-prisma/enhance.js.map +1 -1
  26. package/generated/typegraphql-prisma/enums/OpenaiModel.cjs +39 -0
  27. package/generated/typegraphql-prisma/enums/OpenaiModel.d.ts +7 -0
  28. package/generated/typegraphql-prisma/enums/OpenaiModel.d.ts.map +1 -0
  29. package/generated/typegraphql-prisma/enums/OpenaiModel.js.map +1 -0
  30. package/generated/typegraphql-prisma/enums/UserScalarFieldEnum.cjs +1 -0
  31. package/generated/typegraphql-prisma/enums/UserScalarFieldEnum.d.ts +2 -1
  32. package/generated/typegraphql-prisma/enums/UserScalarFieldEnum.d.ts.map +1 -1
  33. package/generated/typegraphql-prisma/enums/UserScalarFieldEnum.js.map +1 -1
  34. package/generated/typegraphql-prisma/enums/index.cjs +3 -1
  35. package/generated/typegraphql-prisma/enums/index.d.ts +1 -0
  36. package/generated/typegraphql-prisma/enums/index.d.ts.map +1 -1
  37. package/generated/typegraphql-prisma/enums/index.js.map +1 -1
  38. package/generated/typegraphql-prisma/models/User.cjs +8 -0
  39. package/generated/typegraphql-prisma/models/User.d.ts +4 -0
  40. package/generated/typegraphql-prisma/models/User.d.ts.map +1 -1
  41. package/generated/typegraphql-prisma/models/User.js.map +1 -1
  42. package/generated/typegraphql-prisma/resolvers/crud/User/args/FindFirstUserArgs.d.ts +1 -1
  43. package/generated/typegraphql-prisma/resolvers/crud/User/args/FindFirstUserArgs.d.ts.map +1 -1
  44. package/generated/typegraphql-prisma/resolvers/crud/User/args/FindFirstUserArgs.js.map +1 -1
  45. package/generated/typegraphql-prisma/resolvers/crud/User/args/FindFirstUserOrThrowArgs.d.ts +1 -1
  46. package/generated/typegraphql-prisma/resolvers/crud/User/args/FindFirstUserOrThrowArgs.d.ts.map +1 -1
  47. package/generated/typegraphql-prisma/resolvers/crud/User/args/FindFirstUserOrThrowArgs.js.map +1 -1
  48. package/generated/typegraphql-prisma/resolvers/crud/User/args/FindManyUserArgs.d.ts +1 -1
  49. package/generated/typegraphql-prisma/resolvers/crud/User/args/FindManyUserArgs.d.ts.map +1 -1
  50. package/generated/typegraphql-prisma/resolvers/crud/User/args/FindManyUserArgs.js.map +1 -1
  51. package/generated/typegraphql-prisma/resolvers/crud/User/args/GroupByUserArgs.d.ts +1 -1
  52. package/generated/typegraphql-prisma/resolvers/crud/User/args/GroupByUserArgs.d.ts.map +1 -1
  53. package/generated/typegraphql-prisma/resolvers/crud/User/args/GroupByUserArgs.js.map +1 -1
  54. package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.cjs +69 -0
  55. package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.d.ts +8 -0
  56. package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.d.ts.map +1 -0
  57. package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.js.map +1 -0
  58. package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.cjs +89 -0
  59. package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.d.ts +13 -0
  60. package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.d.ts.map +1 -0
  61. package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.js.map +1 -0
  62. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.cjs +68 -0
  63. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.d.ts +7 -0
  64. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.d.ts.map +1 -0
  65. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.js.map +1 -0
  66. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.cjs +88 -0
  67. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.d.ts +12 -0
  68. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.d.ts.map +1 -0
  69. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.js.map +1 -0
  70. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.cjs +50 -0
  71. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.d.ts +4 -0
  72. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.d.ts.map +1 -0
  73. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.js.map +1 -0
  74. package/generated/typegraphql-prisma/resolvers/inputs/UserCountOrderByAggregateInput.cjs +6 -0
  75. package/generated/typegraphql-prisma/resolvers/inputs/UserCountOrderByAggregateInput.d.ts +1 -0
  76. package/generated/typegraphql-prisma/resolvers/inputs/UserCountOrderByAggregateInput.d.ts.map +1 -1
  77. package/generated/typegraphql-prisma/resolvers/inputs/UserCountOrderByAggregateInput.js.map +1 -1
  78. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.cjs +7 -0
  79. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.d.ts +1 -0
  80. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.d.ts.map +1 -1
  81. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.js.map +1 -1
  82. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.cjs +7 -0
  83. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.d.ts +1 -0
  84. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.d.ts.map +1 -1
  85. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.js.map +1 -1
  86. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.cjs +7 -0
  87. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.d.ts +1 -0
  88. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.d.ts.map +1 -1
  89. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.js.map +1 -1
  90. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.cjs +7 -0
  91. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.d.ts +1 -0
  92. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.d.ts.map +1 -1
  93. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.js.map +1 -1
  94. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.cjs +7 -0
  95. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.d.ts +1 -0
  96. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.d.ts.map +1 -1
  97. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.js.map +1 -1
  98. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.cjs +7 -0
  99. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.d.ts +1 -0
  100. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.d.ts.map +1 -1
  101. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.js.map +1 -1
  102. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.cjs +7 -0
  103. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.d.ts +1 -0
  104. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.d.ts.map +1 -1
  105. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.js.map +1 -1
  106. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.cjs +7 -0
  107. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.d.ts +1 -0
  108. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.d.ts.map +1 -1
  109. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.js.map +1 -1
  110. package/generated/typegraphql-prisma/resolvers/inputs/UserMaxOrderByAggregateInput.cjs +6 -0
  111. package/generated/typegraphql-prisma/resolvers/inputs/UserMaxOrderByAggregateInput.d.ts +1 -0
  112. package/generated/typegraphql-prisma/resolvers/inputs/UserMaxOrderByAggregateInput.d.ts.map +1 -1
  113. package/generated/typegraphql-prisma/resolvers/inputs/UserMaxOrderByAggregateInput.js.map +1 -1
  114. package/generated/typegraphql-prisma/resolvers/inputs/UserMinOrderByAggregateInput.cjs +6 -0
  115. package/generated/typegraphql-prisma/resolvers/inputs/UserMinOrderByAggregateInput.d.ts +1 -0
  116. package/generated/typegraphql-prisma/resolvers/inputs/UserMinOrderByAggregateInput.d.ts.map +1 -1
  117. package/generated/typegraphql-prisma/resolvers/inputs/UserMinOrderByAggregateInput.js.map +1 -1
  118. package/generated/typegraphql-prisma/resolvers/inputs/UserOrderByWithAggregationInput.cjs +6 -0
  119. package/generated/typegraphql-prisma/resolvers/inputs/UserOrderByWithAggregationInput.d.ts +1 -0
  120. package/generated/typegraphql-prisma/resolvers/inputs/UserOrderByWithAggregationInput.d.ts.map +1 -1
  121. package/generated/typegraphql-prisma/resolvers/inputs/UserOrderByWithAggregationInput.js.map +1 -1
  122. package/generated/typegraphql-prisma/resolvers/inputs/UserOrderByWithRelationInput.cjs +6 -0
  123. package/generated/typegraphql-prisma/resolvers/inputs/UserOrderByWithRelationInput.d.ts +1 -0
  124. package/generated/typegraphql-prisma/resolvers/inputs/UserOrderByWithRelationInput.d.ts.map +1 -1
  125. package/generated/typegraphql-prisma/resolvers/inputs/UserOrderByWithRelationInput.js.map +1 -1
  126. package/generated/typegraphql-prisma/resolvers/inputs/UserScalarWhereInput.cjs +7 -0
  127. package/generated/typegraphql-prisma/resolvers/inputs/UserScalarWhereInput.d.ts +2 -0
  128. package/generated/typegraphql-prisma/resolvers/inputs/UserScalarWhereInput.d.ts.map +1 -1
  129. package/generated/typegraphql-prisma/resolvers/inputs/UserScalarWhereInput.js.map +1 -1
  130. package/generated/typegraphql-prisma/resolvers/inputs/UserScalarWhereWithAggregatesInput.cjs +7 -0
  131. package/generated/typegraphql-prisma/resolvers/inputs/UserScalarWhereWithAggregatesInput.d.ts +2 -0
  132. package/generated/typegraphql-prisma/resolvers/inputs/UserScalarWhereWithAggregatesInput.d.ts.map +1 -1
  133. package/generated/typegraphql-prisma/resolvers/inputs/UserScalarWhereWithAggregatesInput.js.map +1 -1
  134. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateInput.cjs +7 -0
  135. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateInput.d.ts +2 -0
  136. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateInput.d.ts.map +1 -1
  137. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateInput.js.map +1 -1
  138. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateManyMutationInput.cjs +7 -0
  139. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateManyMutationInput.d.ts +2 -0
  140. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateManyMutationInput.d.ts.map +1 -1
  141. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateManyMutationInput.js.map +1 -1
  142. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAccountsInput.cjs +7 -0
  143. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAccountsInput.d.ts +2 -0
  144. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAccountsInput.d.ts.map +1 -1
  145. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAccountsInput.js.map +1 -1
  146. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAlpacaAccountsInput.cjs +7 -0
  147. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAlpacaAccountsInput.d.ts +2 -0
  148. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAlpacaAccountsInput.d.ts.map +1 -1
  149. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAlpacaAccountsInput.js.map +1 -1
  150. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAuthenticatorsInput.cjs +7 -0
  151. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAuthenticatorsInput.d.ts +2 -0
  152. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAuthenticatorsInput.d.ts.map +1 -1
  153. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAuthenticatorsInput.js.map +1 -1
  154. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutCustomerInput.cjs +7 -0
  155. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutCustomerInput.d.ts +2 -0
  156. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutCustomerInput.d.ts.map +1 -1
  157. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutCustomerInput.js.map +1 -1
  158. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutSessionsInput.cjs +7 -0
  159. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutSessionsInput.d.ts +2 -0
  160. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutSessionsInput.d.ts.map +1 -1
  161. package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutSessionsInput.js.map +1 -1
  162. package/generated/typegraphql-prisma/resolvers/inputs/UserWhereInput.cjs +7 -0
  163. package/generated/typegraphql-prisma/resolvers/inputs/UserWhereInput.d.ts +2 -0
  164. package/generated/typegraphql-prisma/resolvers/inputs/UserWhereInput.d.ts.map +1 -1
  165. package/generated/typegraphql-prisma/resolvers/inputs/UserWhereInput.js.map +1 -1
  166. package/generated/typegraphql-prisma/resolvers/inputs/UserWhereUniqueInput.cjs +7 -0
  167. package/generated/typegraphql-prisma/resolvers/inputs/UserWhereUniqueInput.d.ts +2 -0
  168. package/generated/typegraphql-prisma/resolvers/inputs/UserWhereUniqueInput.d.ts.map +1 -1
  169. package/generated/typegraphql-prisma/resolvers/inputs/UserWhereUniqueInput.js.map +1 -1
  170. package/generated/typegraphql-prisma/resolvers/inputs/index.cjs +20 -10
  171. package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +5 -0
  172. package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
  173. package/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
  174. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyUserAndReturnOutputType.cjs +7 -0
  175. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyUserAndReturnOutputType.d.ts +1 -0
  176. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyUserAndReturnOutputType.d.ts.map +1 -1
  177. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyUserAndReturnOutputType.js.map +1 -1
  178. package/generated/typegraphql-prisma/resolvers/outputs/UserCountAggregate.cjs +6 -0
  179. package/generated/typegraphql-prisma/resolvers/outputs/UserCountAggregate.d.ts +1 -0
  180. package/generated/typegraphql-prisma/resolvers/outputs/UserCountAggregate.d.ts.map +1 -1
  181. package/generated/typegraphql-prisma/resolvers/outputs/UserCountAggregate.js.map +1 -1
  182. package/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.cjs +7 -0
  183. package/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.d.ts +1 -0
  184. package/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.d.ts.map +1 -1
  185. package/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.js.map +1 -1
  186. package/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.cjs +7 -0
  187. package/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.d.ts +1 -0
  188. package/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.d.ts.map +1 -1
  189. package/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.js.map +1 -1
  190. package/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.cjs +7 -0
  191. package/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.d.ts +1 -0
  192. package/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.d.ts.map +1 -1
  193. package/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.js.map +1 -1
  194. package/generated/typegraphql-prisma/resolvers/relations/Customer/args/CustomerUsersArgs.d.ts +1 -1
  195. package/generated/typegraphql-prisma/resolvers/relations/Customer/args/CustomerUsersArgs.d.ts.map +1 -1
  196. package/generated/typegraphql-prisma/resolvers/relations/Customer/args/CustomerUsersArgs.js.map +1 -1
  197. package/package.json +1 -1
  198. package/server/Account.d.ts.map +1 -1
  199. package/server/Account.js.map +1 -1
  200. package/server/Account.mjs +15 -0
  201. package/server/Action.d.ts.map +1 -1
  202. package/server/Action.js.map +1 -1
  203. package/server/Action.mjs +62 -0
  204. package/server/Alert.d.ts.map +1 -1
  205. package/server/Alert.js.map +1 -1
  206. package/server/Alert.mjs +17 -0
  207. package/server/AlpacaAccount.d.ts.map +1 -1
  208. package/server/AlpacaAccount.js.map +1 -1
  209. package/server/AlpacaAccount.mjs +15 -0
  210. package/server/Asset.d.ts.map +1 -1
  211. package/server/Asset.js.map +1 -1
  212. package/server/Asset.mjs +69 -0
  213. package/server/Authenticator.d.ts.map +1 -1
  214. package/server/Authenticator.js.map +1 -1
  215. package/server/Authenticator.mjs +15 -0
  216. package/server/Customer.d.ts.map +1 -1
  217. package/server/Customer.js.map +1 -1
  218. package/server/Customer.mjs +15 -0
  219. package/server/NewsArticle.d.ts.map +1 -1
  220. package/server/NewsArticle.js.map +1 -1
  221. package/server/NewsArticle.mjs +30 -0
  222. package/server/NewsArticleAssetSentiment.d.ts.map +1 -1
  223. package/server/NewsArticleAssetSentiment.js.map +1 -1
  224. package/server/NewsArticleAssetSentiment.mjs +30 -0
  225. package/server/Order.d.ts.map +1 -1
  226. package/server/Order.js.map +1 -1
  227. package/server/Order.mjs +41 -0
  228. package/server/Position.d.ts.map +1 -1
  229. package/server/Position.js.map +1 -1
  230. package/server/Position.mjs +41 -0
  231. package/server/Session.d.ts.map +1 -1
  232. package/server/Session.js.map +1 -1
  233. package/server/Session.mjs +15 -0
  234. package/server/StopLoss.d.ts.map +1 -1
  235. package/server/StopLoss.js.map +1 -1
  236. package/server/StopLoss.mjs +43 -0
  237. package/server/TakeProfit.d.ts.map +1 -1
  238. package/server/TakeProfit.js.map +1 -1
  239. package/server/TakeProfit.mjs +43 -0
  240. package/server/Trade.d.ts.map +1 -1
  241. package/server/Trade.js.map +1 -1
  242. package/server/Trade.mjs +41 -0
  243. package/server/User.d.ts.map +1 -1
  244. package/server/User.js.map +1 -1
  245. package/server/User.mjs +14 -0
  246. package/server/generated/typeStrings/User.d.ts +1 -1
  247. package/server/generated/typeStrings/User.d.ts.map +1 -1
  248. package/server/generated/typeStrings/User.js.map +1 -1
  249. package/server/generated/typeStrings/User.mjs +9 -0
  250. package/server/generated/typeStrings/index.d.ts +1 -1
  251. package/server/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
  252. package/server/generated/typegraphql-prisma/enhance.js.map +1 -1
  253. package/server/generated/typegraphql-prisma/enhance.mjs +35 -30
  254. package/server/generated/typegraphql-prisma/enums/OpenaiModel.d.ts +7 -0
  255. package/server/generated/typegraphql-prisma/enums/OpenaiModel.d.ts.map +1 -0
  256. package/server/generated/typegraphql-prisma/enums/OpenaiModel.js.map +1 -0
  257. package/server/generated/typegraphql-prisma/enums/OpenaiModel.mjs +13 -0
  258. package/server/generated/typegraphql-prisma/enums/UserScalarFieldEnum.d.ts +2 -1
  259. package/server/generated/typegraphql-prisma/enums/UserScalarFieldEnum.d.ts.map +1 -1
  260. package/server/generated/typegraphql-prisma/enums/UserScalarFieldEnum.js.map +1 -1
  261. package/server/generated/typegraphql-prisma/enums/UserScalarFieldEnum.mjs +1 -0
  262. package/server/generated/typegraphql-prisma/enums/index.d.ts +1 -0
  263. package/server/generated/typegraphql-prisma/enums/index.d.ts.map +1 -1
  264. package/server/generated/typegraphql-prisma/enums/index.js.map +1 -1
  265. package/server/generated/typegraphql-prisma/enums/index.mjs +1 -0
  266. package/server/generated/typegraphql-prisma/models/User.d.ts +4 -0
  267. package/server/generated/typegraphql-prisma/models/User.d.ts.map +1 -1
  268. package/server/generated/typegraphql-prisma/models/User.js.map +1 -1
  269. package/server/generated/typegraphql-prisma/models/User.mjs +12 -0
  270. package/server/generated/typegraphql-prisma/resolvers/crud/User/args/FindFirstUserArgs.d.ts +1 -1
  271. package/server/generated/typegraphql-prisma/resolvers/crud/User/args/FindFirstUserArgs.d.ts.map +1 -1
  272. package/server/generated/typegraphql-prisma/resolvers/crud/User/args/FindFirstUserArgs.js.map +1 -1
  273. package/server/generated/typegraphql-prisma/resolvers/crud/User/args/FindFirstUserOrThrowArgs.d.ts +1 -1
  274. package/server/generated/typegraphql-prisma/resolvers/crud/User/args/FindFirstUserOrThrowArgs.d.ts.map +1 -1
  275. package/server/generated/typegraphql-prisma/resolvers/crud/User/args/FindFirstUserOrThrowArgs.js.map +1 -1
  276. package/server/generated/typegraphql-prisma/resolvers/crud/User/args/FindManyUserArgs.d.ts +1 -1
  277. package/server/generated/typegraphql-prisma/resolvers/crud/User/args/FindManyUserArgs.d.ts.map +1 -1
  278. package/server/generated/typegraphql-prisma/resolvers/crud/User/args/FindManyUserArgs.js.map +1 -1
  279. package/server/generated/typegraphql-prisma/resolvers/crud/User/args/GroupByUserArgs.d.ts +1 -1
  280. package/server/generated/typegraphql-prisma/resolvers/crud/User/args/GroupByUserArgs.d.ts.map +1 -1
  281. package/server/generated/typegraphql-prisma/resolvers/crud/User/args/GroupByUserArgs.js.map +1 -1
  282. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.d.ts +8 -0
  283. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.d.ts.map +1 -0
  284. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.js.map +1 -0
  285. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.mjs +47 -0
  286. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.d.ts +13 -0
  287. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.d.ts.map +1 -0
  288. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.js.map +1 -0
  289. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.mjs +70 -0
  290. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.d.ts +7 -0
  291. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.d.ts.map +1 -0
  292. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.js.map +1 -0
  293. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.mjs +46 -0
  294. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.d.ts +12 -0
  295. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.d.ts.map +1 -0
  296. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.js.map +1 -0
  297. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.mjs +69 -0
  298. package/server/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.d.ts +4 -0
  299. package/server/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.d.ts.map +1 -0
  300. package/server/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.js.map +1 -0
  301. package/server/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.mjs +25 -0
  302. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCountOrderByAggregateInput.d.ts +1 -0
  303. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCountOrderByAggregateInput.d.ts.map +1 -1
  304. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCountOrderByAggregateInput.js.map +1 -1
  305. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCountOrderByAggregateInput.mjs +7 -0
  306. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.d.ts +1 -0
  307. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.d.ts.map +1 -1
  308. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.js.map +1 -1
  309. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.mjs +8 -0
  310. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.d.ts +1 -0
  311. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.d.ts.map +1 -1
  312. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.js.map +1 -1
  313. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.mjs +8 -0
  314. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.d.ts +1 -0
  315. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.d.ts.map +1 -1
  316. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.js.map +1 -1
  317. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.mjs +8 -0
  318. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.d.ts +1 -0
  319. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.d.ts.map +1 -1
  320. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.js.map +1 -1
  321. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.mjs +8 -0
  322. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.d.ts +1 -0
  323. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.d.ts.map +1 -1
  324. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.js.map +1 -1
  325. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.mjs +8 -0
  326. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.d.ts +1 -0
  327. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.d.ts.map +1 -1
  328. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.js.map +1 -1
  329. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.mjs +8 -0
  330. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.d.ts +1 -0
  331. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.d.ts.map +1 -1
  332. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.js.map +1 -1
  333. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.mjs +8 -0
  334. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.d.ts +1 -0
  335. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.d.ts.map +1 -1
  336. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.js.map +1 -1
  337. package/server/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.mjs +8 -0
  338. package/server/generated/typegraphql-prisma/resolvers/inputs/UserMaxOrderByAggregateInput.d.ts +1 -0
  339. package/server/generated/typegraphql-prisma/resolvers/inputs/UserMaxOrderByAggregateInput.d.ts.map +1 -1
  340. package/server/generated/typegraphql-prisma/resolvers/inputs/UserMaxOrderByAggregateInput.js.map +1 -1
  341. package/server/generated/typegraphql-prisma/resolvers/inputs/UserMaxOrderByAggregateInput.mjs +7 -0
  342. package/server/generated/typegraphql-prisma/resolvers/inputs/UserMinOrderByAggregateInput.d.ts +1 -0
  343. package/server/generated/typegraphql-prisma/resolvers/inputs/UserMinOrderByAggregateInput.d.ts.map +1 -1
  344. package/server/generated/typegraphql-prisma/resolvers/inputs/UserMinOrderByAggregateInput.js.map +1 -1
  345. package/server/generated/typegraphql-prisma/resolvers/inputs/UserMinOrderByAggregateInput.mjs +7 -0
  346. package/server/generated/typegraphql-prisma/resolvers/inputs/UserOrderByWithAggregationInput.d.ts +1 -0
  347. package/server/generated/typegraphql-prisma/resolvers/inputs/UserOrderByWithAggregationInput.d.ts.map +1 -1
  348. package/server/generated/typegraphql-prisma/resolvers/inputs/UserOrderByWithAggregationInput.js.map +1 -1
  349. package/server/generated/typegraphql-prisma/resolvers/inputs/UserOrderByWithAggregationInput.mjs +7 -0
  350. package/server/generated/typegraphql-prisma/resolvers/inputs/UserOrderByWithRelationInput.d.ts +1 -0
  351. package/server/generated/typegraphql-prisma/resolvers/inputs/UserOrderByWithRelationInput.d.ts.map +1 -1
  352. package/server/generated/typegraphql-prisma/resolvers/inputs/UserOrderByWithRelationInput.js.map +1 -1
  353. package/server/generated/typegraphql-prisma/resolvers/inputs/UserOrderByWithRelationInput.mjs +7 -0
  354. package/server/generated/typegraphql-prisma/resolvers/inputs/UserScalarWhereInput.d.ts +2 -0
  355. package/server/generated/typegraphql-prisma/resolvers/inputs/UserScalarWhereInput.d.ts.map +1 -1
  356. package/server/generated/typegraphql-prisma/resolvers/inputs/UserScalarWhereInput.js.map +1 -1
  357. package/server/generated/typegraphql-prisma/resolvers/inputs/UserScalarWhereInput.mjs +8 -0
  358. package/server/generated/typegraphql-prisma/resolvers/inputs/UserScalarWhereWithAggregatesInput.d.ts +2 -0
  359. package/server/generated/typegraphql-prisma/resolvers/inputs/UserScalarWhereWithAggregatesInput.d.ts.map +1 -1
  360. package/server/generated/typegraphql-prisma/resolvers/inputs/UserScalarWhereWithAggregatesInput.js.map +1 -1
  361. package/server/generated/typegraphql-prisma/resolvers/inputs/UserScalarWhereWithAggregatesInput.mjs +8 -0
  362. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateInput.d.ts +2 -0
  363. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateInput.d.ts.map +1 -1
  364. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateInput.js.map +1 -1
  365. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateInput.mjs +8 -0
  366. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateManyMutationInput.d.ts +2 -0
  367. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateManyMutationInput.d.ts.map +1 -1
  368. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateManyMutationInput.js.map +1 -1
  369. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateManyMutationInput.mjs +8 -0
  370. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAccountsInput.d.ts +2 -0
  371. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAccountsInput.d.ts.map +1 -1
  372. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAccountsInput.js.map +1 -1
  373. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAccountsInput.mjs +8 -0
  374. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAlpacaAccountsInput.d.ts +2 -0
  375. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAlpacaAccountsInput.d.ts.map +1 -1
  376. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAlpacaAccountsInput.js.map +1 -1
  377. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAlpacaAccountsInput.mjs +8 -0
  378. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAuthenticatorsInput.d.ts +2 -0
  379. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAuthenticatorsInput.d.ts.map +1 -1
  380. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAuthenticatorsInput.js.map +1 -1
  381. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAuthenticatorsInput.mjs +8 -0
  382. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutCustomerInput.d.ts +2 -0
  383. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutCustomerInput.d.ts.map +1 -1
  384. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutCustomerInput.js.map +1 -1
  385. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutCustomerInput.mjs +8 -0
  386. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutSessionsInput.d.ts +2 -0
  387. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutSessionsInput.d.ts.map +1 -1
  388. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutSessionsInput.js.map +1 -1
  389. package/server/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutSessionsInput.mjs +8 -0
  390. package/server/generated/typegraphql-prisma/resolvers/inputs/UserWhereInput.d.ts +2 -0
  391. package/server/generated/typegraphql-prisma/resolvers/inputs/UserWhereInput.d.ts.map +1 -1
  392. package/server/generated/typegraphql-prisma/resolvers/inputs/UserWhereInput.js.map +1 -1
  393. package/server/generated/typegraphql-prisma/resolvers/inputs/UserWhereInput.mjs +8 -0
  394. package/server/generated/typegraphql-prisma/resolvers/inputs/UserWhereUniqueInput.d.ts +2 -0
  395. package/server/generated/typegraphql-prisma/resolvers/inputs/UserWhereUniqueInput.d.ts.map +1 -1
  396. package/server/generated/typegraphql-prisma/resolvers/inputs/UserWhereUniqueInput.js.map +1 -1
  397. package/server/generated/typegraphql-prisma/resolvers/inputs/UserWhereUniqueInput.mjs +8 -0
  398. package/server/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +5 -0
  399. package/server/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
  400. package/server/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
  401. package/server/generated/typegraphql-prisma/resolvers/inputs/index.mjs +5 -0
  402. package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyUserAndReturnOutputType.d.ts +1 -0
  403. package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyUserAndReturnOutputType.d.ts.map +1 -1
  404. package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyUserAndReturnOutputType.js.map +1 -1
  405. package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyUserAndReturnOutputType.mjs +8 -0
  406. package/server/generated/typegraphql-prisma/resolvers/outputs/UserCountAggregate.d.ts +1 -0
  407. package/server/generated/typegraphql-prisma/resolvers/outputs/UserCountAggregate.d.ts.map +1 -1
  408. package/server/generated/typegraphql-prisma/resolvers/outputs/UserCountAggregate.js.map +1 -1
  409. package/server/generated/typegraphql-prisma/resolvers/outputs/UserCountAggregate.mjs +7 -0
  410. package/server/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.d.ts +1 -0
  411. package/server/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.d.ts.map +1 -1
  412. package/server/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.js.map +1 -1
  413. package/server/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.mjs +8 -0
  414. package/server/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.d.ts +1 -0
  415. package/server/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.d.ts.map +1 -1
  416. package/server/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.js.map +1 -1
  417. package/server/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.mjs +8 -0
  418. package/server/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.d.ts +1 -0
  419. package/server/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.d.ts.map +1 -1
  420. package/server/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.js.map +1 -1
  421. package/server/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.mjs +8 -0
  422. package/server/generated/typegraphql-prisma/resolvers/relations/Customer/args/CustomerUsersArgs.d.ts +1 -1
  423. package/server/generated/typegraphql-prisma/resolvers/relations/Customer/args/CustomerUsersArgs.d.ts.map +1 -1
  424. package/server/generated/typegraphql-prisma/resolvers/relations/Customer/args/CustomerUsersArgs.js.map +1 -1
@@ -41,6 +41,7 @@ const DateTimeFieldUpdateOperationsInput_1 = require("../inputs/DateTimeFieldUpd
41
41
  const EnumAlpacaAccountTypeFieldUpdateOperationsInput_1 = require("../inputs/EnumAlpacaAccountTypeFieldUpdateOperationsInput");
42
42
  const EnumUserRoleFieldUpdateOperationsInput_1 = require("../inputs/EnumUserRoleFieldUpdateOperationsInput");
43
43
  const NullableDateTimeFieldUpdateOperationsInput_1 = require("../inputs/NullableDateTimeFieldUpdateOperationsInput");
44
+ const NullableEnumOpenaiModelFieldUpdateOperationsInput_1 = require("../inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput");
44
45
  const NullableEnumSubscriptionPlanFieldUpdateOperationsInput_1 = require("../inputs/NullableEnumSubscriptionPlanFieldUpdateOperationsInput");
45
46
  const NullableStringFieldUpdateOperationsInput_1 = require("../inputs/NullableStringFieldUpdateOperationsInput");
46
47
  const SessionUpdateManyWithoutUserNestedInput_1 = require("../inputs/SessionUpdateManyWithoutUserNestedInput");
@@ -126,6 +127,12 @@ __decorate([
126
127
  }),
127
128
  __metadata("design:type", Object)
128
129
  ], UserUpdateWithoutAlpacaAccountsInput.prototype, "openaiAPIKey", void 0);
130
+ __decorate([
131
+ TypeGraphQL.Field(_type => NullableEnumOpenaiModelFieldUpdateOperationsInput_1.NullableEnumOpenaiModelFieldUpdateOperationsInput, {
132
+ nullable: true
133
+ }),
134
+ __metadata("design:type", Object)
135
+ ], UserUpdateWithoutAlpacaAccountsInput.prototype, "openaiModel", void 0);
129
136
  __decorate([
130
137
  TypeGraphQL.Field(_type => CustomerUpdateOneWithoutUsersNestedInput_1.CustomerUpdateOneWithoutUsersNestedInput, {
131
138
  nullable: true
@@ -5,6 +5,7 @@ import { DateTimeFieldUpdateOperationsInput } from "../inputs/DateTimeFieldUpdat
5
5
  import { EnumAlpacaAccountTypeFieldUpdateOperationsInput } from "../inputs/EnumAlpacaAccountTypeFieldUpdateOperationsInput";
6
6
  import { EnumUserRoleFieldUpdateOperationsInput } from "../inputs/EnumUserRoleFieldUpdateOperationsInput";
7
7
  import { NullableDateTimeFieldUpdateOperationsInput } from "../inputs/NullableDateTimeFieldUpdateOperationsInput";
8
+ import { NullableEnumOpenaiModelFieldUpdateOperationsInput } from "../inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput";
8
9
  import { NullableEnumSubscriptionPlanFieldUpdateOperationsInput } from "../inputs/NullableEnumSubscriptionPlanFieldUpdateOperationsInput";
9
10
  import { NullableStringFieldUpdateOperationsInput } from "../inputs/NullableStringFieldUpdateOperationsInput";
10
11
  import { SessionUpdateManyWithoutUserNestedInput } from "../inputs/SessionUpdateManyWithoutUserNestedInput";
@@ -23,6 +24,7 @@ export declare class UserUpdateWithoutAlpacaAccountsInput {
23
24
  currentAccount?: EnumAlpacaAccountTypeFieldUpdateOperationsInput | undefined;
24
25
  plan?: NullableEnumSubscriptionPlanFieldUpdateOperationsInput | undefined;
25
26
  openaiAPIKey?: NullableStringFieldUpdateOperationsInput | undefined;
27
+ openaiModel?: NullableEnumOpenaiModelFieldUpdateOperationsInput | undefined;
26
28
  customer?: CustomerUpdateOneWithoutUsersNestedInput | undefined;
27
29
  accounts?: AccountUpdateManyWithoutUserNestedInput | undefined;
28
30
  sessions?: SessionUpdateManyWithoutUserNestedInput | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"UserUpdateWithoutAlpacaAccountsInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAlpacaAccountsInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AACxH,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,+CAA+C,EAAE,MAAM,2DAA2D,CAAC;AAC5H,OAAO,EAAE,sCAAsC,EAAE,MAAM,kDAAkD,CAAC;AAC1G,OAAO,EAAE,0CAA0C,EAAE,MAAM,sDAAsD,CAAC;AAClH,OAAO,EAAE,sDAAsD,EAAE,MAAM,kEAAkE,CAAC;AAC1I,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,oCAAoC;IAI/C,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,IAAI,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK5D,KAAK,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK7D,aAAa,CAAC,EAAE,0CAA0C,GAAG,SAAS,CAAC;IAKvE,KAAK,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK7D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,IAAI,CAAC,EAAE,sCAAsC,GAAG,SAAS,CAAC;IAK1D,GAAG,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK3D,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,cAAc,CAAC,EAAE,+CAA+C,GAAG,SAAS,CAAC;IAK7E,IAAI,CAAC,EAAE,sDAAsD,GAAG,SAAS,CAAC;IAK1E,YAAY,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKpE,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,QAAQ,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK/D,QAAQ,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK/D,cAAc,CAAC,EAAE,6CAA6C,GAAG,SAAS,CAAC;CAC5E"}
1
+ {"version":3,"file":"UserUpdateWithoutAlpacaAccountsInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAlpacaAccountsInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AACxH,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,+CAA+C,EAAE,MAAM,2DAA2D,CAAC;AAC5H,OAAO,EAAE,sCAAsC,EAAE,MAAM,kDAAkD,CAAC;AAC1G,OAAO,EAAE,0CAA0C,EAAE,MAAM,sDAAsD,CAAC;AAClH,OAAO,EAAE,iDAAiD,EAAE,MAAM,6DAA6D,CAAC;AAChI,OAAO,EAAE,sDAAsD,EAAE,MAAM,kEAAkE,CAAC;AAC1I,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,oCAAoC;IAI/C,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,IAAI,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK5D,KAAK,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK7D,aAAa,CAAC,EAAE,0CAA0C,GAAG,SAAS,CAAC;IAKvE,KAAK,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK7D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,IAAI,CAAC,EAAE,sCAAsC,GAAG,SAAS,CAAC;IAK1D,GAAG,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK3D,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,cAAc,CAAC,EAAE,+CAA+C,GAAG,SAAS,CAAC;IAK7E,IAAI,CAAC,EAAE,sDAAsD,GAAG,SAAS,CAAC;IAK1E,YAAY,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKpE,WAAW,CAAC,EAAE,iDAAiD,GAAG,SAAS,CAAC;IAK5E,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,QAAQ,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK/D,QAAQ,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK/D,cAAc,CAAC,EAAE,6CAA6C,GAAG,SAAS,CAAC;CAC5E"}
@@ -1 +1 @@
1
- {"version":3,"file":"UserUpdateWithoutAlpacaAccountsInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAlpacaAccountsInput.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"UserUpdateWithoutAlpacaAccountsInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAlpacaAccountsInput.ts"],"names":[],"mappings":"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"}
@@ -41,6 +41,7 @@ const DateTimeFieldUpdateOperationsInput_1 = require("../inputs/DateTimeFieldUpd
41
41
  const EnumAlpacaAccountTypeFieldUpdateOperationsInput_1 = require("../inputs/EnumAlpacaAccountTypeFieldUpdateOperationsInput");
42
42
  const EnumUserRoleFieldUpdateOperationsInput_1 = require("../inputs/EnumUserRoleFieldUpdateOperationsInput");
43
43
  const NullableDateTimeFieldUpdateOperationsInput_1 = require("../inputs/NullableDateTimeFieldUpdateOperationsInput");
44
+ const NullableEnumOpenaiModelFieldUpdateOperationsInput_1 = require("../inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput");
44
45
  const NullableEnumSubscriptionPlanFieldUpdateOperationsInput_1 = require("../inputs/NullableEnumSubscriptionPlanFieldUpdateOperationsInput");
45
46
  const NullableStringFieldUpdateOperationsInput_1 = require("../inputs/NullableStringFieldUpdateOperationsInput");
46
47
  const SessionUpdateManyWithoutUserNestedInput_1 = require("../inputs/SessionUpdateManyWithoutUserNestedInput");
@@ -126,6 +127,12 @@ __decorate([
126
127
  }),
127
128
  __metadata("design:type", Object)
128
129
  ], UserUpdateWithoutAuthenticatorsInput.prototype, "openaiAPIKey", void 0);
130
+ __decorate([
131
+ TypeGraphQL.Field(_type => NullableEnumOpenaiModelFieldUpdateOperationsInput_1.NullableEnumOpenaiModelFieldUpdateOperationsInput, {
132
+ nullable: true
133
+ }),
134
+ __metadata("design:type", Object)
135
+ ], UserUpdateWithoutAuthenticatorsInput.prototype, "openaiModel", void 0);
129
136
  __decorate([
130
137
  TypeGraphQL.Field(_type => CustomerUpdateOneWithoutUsersNestedInput_1.CustomerUpdateOneWithoutUsersNestedInput, {
131
138
  nullable: true
@@ -5,6 +5,7 @@ import { DateTimeFieldUpdateOperationsInput } from "../inputs/DateTimeFieldUpdat
5
5
  import { EnumAlpacaAccountTypeFieldUpdateOperationsInput } from "../inputs/EnumAlpacaAccountTypeFieldUpdateOperationsInput";
6
6
  import { EnumUserRoleFieldUpdateOperationsInput } from "../inputs/EnumUserRoleFieldUpdateOperationsInput";
7
7
  import { NullableDateTimeFieldUpdateOperationsInput } from "../inputs/NullableDateTimeFieldUpdateOperationsInput";
8
+ import { NullableEnumOpenaiModelFieldUpdateOperationsInput } from "../inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput";
8
9
  import { NullableEnumSubscriptionPlanFieldUpdateOperationsInput } from "../inputs/NullableEnumSubscriptionPlanFieldUpdateOperationsInput";
9
10
  import { NullableStringFieldUpdateOperationsInput } from "../inputs/NullableStringFieldUpdateOperationsInput";
10
11
  import { SessionUpdateManyWithoutUserNestedInput } from "../inputs/SessionUpdateManyWithoutUserNestedInput";
@@ -23,6 +24,7 @@ export declare class UserUpdateWithoutAuthenticatorsInput {
23
24
  currentAccount?: EnumAlpacaAccountTypeFieldUpdateOperationsInput | undefined;
24
25
  plan?: NullableEnumSubscriptionPlanFieldUpdateOperationsInput | undefined;
25
26
  openaiAPIKey?: NullableStringFieldUpdateOperationsInput | undefined;
27
+ openaiModel?: NullableEnumOpenaiModelFieldUpdateOperationsInput | undefined;
26
28
  customer?: CustomerUpdateOneWithoutUsersNestedInput | undefined;
27
29
  accounts?: AccountUpdateManyWithoutUserNestedInput | undefined;
28
30
  sessions?: SessionUpdateManyWithoutUserNestedInput | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"UserUpdateWithoutAuthenticatorsInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAuthenticatorsInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AACxH,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,+CAA+C,EAAE,MAAM,2DAA2D,CAAC;AAC5H,OAAO,EAAE,sCAAsC,EAAE,MAAM,kDAAkD,CAAC;AAC1G,OAAO,EAAE,0CAA0C,EAAE,MAAM,sDAAsD,CAAC;AAClH,OAAO,EAAE,sDAAsD,EAAE,MAAM,kEAAkE,CAAC;AAC1I,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,oCAAoC;IAI/C,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,IAAI,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK5D,KAAK,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK7D,aAAa,CAAC,EAAE,0CAA0C,GAAG,SAAS,CAAC;IAKvE,KAAK,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK7D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,IAAI,CAAC,EAAE,sCAAsC,GAAG,SAAS,CAAC;IAK1D,GAAG,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK3D,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,cAAc,CAAC,EAAE,+CAA+C,GAAG,SAAS,CAAC;IAK7E,IAAI,CAAC,EAAE,sDAAsD,GAAG,SAAS,CAAC;IAK1E,YAAY,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKpE,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,QAAQ,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK/D,QAAQ,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK/D,cAAc,CAAC,EAAE,6CAA6C,GAAG,SAAS,CAAC;CAC5E"}
1
+ {"version":3,"file":"UserUpdateWithoutAuthenticatorsInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAuthenticatorsInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AACxH,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,+CAA+C,EAAE,MAAM,2DAA2D,CAAC;AAC5H,OAAO,EAAE,sCAAsC,EAAE,MAAM,kDAAkD,CAAC;AAC1G,OAAO,EAAE,0CAA0C,EAAE,MAAM,sDAAsD,CAAC;AAClH,OAAO,EAAE,iDAAiD,EAAE,MAAM,6DAA6D,CAAC;AAChI,OAAO,EAAE,sDAAsD,EAAE,MAAM,kEAAkE,CAAC;AAC1I,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,oCAAoC;IAI/C,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,IAAI,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK5D,KAAK,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK7D,aAAa,CAAC,EAAE,0CAA0C,GAAG,SAAS,CAAC;IAKvE,KAAK,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK7D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,IAAI,CAAC,EAAE,sCAAsC,GAAG,SAAS,CAAC;IAK1D,GAAG,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK3D,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,cAAc,CAAC,EAAE,+CAA+C,GAAG,SAAS,CAAC;IAK7E,IAAI,CAAC,EAAE,sDAAsD,GAAG,SAAS,CAAC;IAK1E,YAAY,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKpE,WAAW,CAAC,EAAE,iDAAiD,GAAG,SAAS,CAAC;IAK5E,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,QAAQ,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK/D,QAAQ,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK/D,cAAc,CAAC,EAAE,6CAA6C,GAAG,SAAS,CAAC;CAC5E"}
@@ -1 +1 @@
1
- {"version":3,"file":"UserUpdateWithoutAuthenticatorsInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAuthenticatorsInput.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"UserUpdateWithoutAuthenticatorsInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAuthenticatorsInput.ts"],"names":[],"mappings":"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"}
@@ -41,6 +41,7 @@ const DateTimeFieldUpdateOperationsInput_1 = require("../inputs/DateTimeFieldUpd
41
41
  const EnumAlpacaAccountTypeFieldUpdateOperationsInput_1 = require("../inputs/EnumAlpacaAccountTypeFieldUpdateOperationsInput");
42
42
  const EnumUserRoleFieldUpdateOperationsInput_1 = require("../inputs/EnumUserRoleFieldUpdateOperationsInput");
43
43
  const NullableDateTimeFieldUpdateOperationsInput_1 = require("../inputs/NullableDateTimeFieldUpdateOperationsInput");
44
+ const NullableEnumOpenaiModelFieldUpdateOperationsInput_1 = require("../inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput");
44
45
  const NullableEnumSubscriptionPlanFieldUpdateOperationsInput_1 = require("../inputs/NullableEnumSubscriptionPlanFieldUpdateOperationsInput");
45
46
  const NullableStringFieldUpdateOperationsInput_1 = require("../inputs/NullableStringFieldUpdateOperationsInput");
46
47
  const SessionUpdateManyWithoutUserNestedInput_1 = require("../inputs/SessionUpdateManyWithoutUserNestedInput");
@@ -126,6 +127,12 @@ __decorate([
126
127
  }),
127
128
  __metadata("design:type", Object)
128
129
  ], UserUpdateWithoutCustomerInput.prototype, "openaiAPIKey", void 0);
130
+ __decorate([
131
+ TypeGraphQL.Field(_type => NullableEnumOpenaiModelFieldUpdateOperationsInput_1.NullableEnumOpenaiModelFieldUpdateOperationsInput, {
132
+ nullable: true
133
+ }),
134
+ __metadata("design:type", Object)
135
+ ], UserUpdateWithoutCustomerInput.prototype, "openaiModel", void 0);
129
136
  __decorate([
130
137
  TypeGraphQL.Field(_type => AccountUpdateManyWithoutUserNestedInput_1.AccountUpdateManyWithoutUserNestedInput, {
131
138
  nullable: true
@@ -5,6 +5,7 @@ import { DateTimeFieldUpdateOperationsInput } from "../inputs/DateTimeFieldUpdat
5
5
  import { EnumAlpacaAccountTypeFieldUpdateOperationsInput } from "../inputs/EnumAlpacaAccountTypeFieldUpdateOperationsInput";
6
6
  import { EnumUserRoleFieldUpdateOperationsInput } from "../inputs/EnumUserRoleFieldUpdateOperationsInput";
7
7
  import { NullableDateTimeFieldUpdateOperationsInput } from "../inputs/NullableDateTimeFieldUpdateOperationsInput";
8
+ import { NullableEnumOpenaiModelFieldUpdateOperationsInput } from "../inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput";
8
9
  import { NullableEnumSubscriptionPlanFieldUpdateOperationsInput } from "../inputs/NullableEnumSubscriptionPlanFieldUpdateOperationsInput";
9
10
  import { NullableStringFieldUpdateOperationsInput } from "../inputs/NullableStringFieldUpdateOperationsInput";
10
11
  import { SessionUpdateManyWithoutUserNestedInput } from "../inputs/SessionUpdateManyWithoutUserNestedInput";
@@ -23,6 +24,7 @@ export declare class UserUpdateWithoutCustomerInput {
23
24
  currentAccount?: EnumAlpacaAccountTypeFieldUpdateOperationsInput | undefined;
24
25
  plan?: NullableEnumSubscriptionPlanFieldUpdateOperationsInput | undefined;
25
26
  openaiAPIKey?: NullableStringFieldUpdateOperationsInput | undefined;
27
+ openaiModel?: NullableEnumOpenaiModelFieldUpdateOperationsInput | undefined;
26
28
  accounts?: AccountUpdateManyWithoutUserNestedInput | undefined;
27
29
  sessions?: SessionUpdateManyWithoutUserNestedInput | undefined;
28
30
  authenticators?: AuthenticatorUpdateManyWithoutUserNestedInput | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"UserUpdateWithoutCustomerInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutCustomerInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AACxH,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AACxH,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,+CAA+C,EAAE,MAAM,2DAA2D,CAAC;AAC5H,OAAO,EAAE,sCAAsC,EAAE,MAAM,kDAAkD,CAAC;AAC1G,OAAO,EAAE,0CAA0C,EAAE,MAAM,sDAAsD,CAAC;AAClH,OAAO,EAAE,sDAAsD,EAAE,MAAM,kEAAkE,CAAC;AAC1I,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,8BAA8B;IAIzC,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,IAAI,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK5D,KAAK,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK7D,aAAa,CAAC,EAAE,0CAA0C,GAAG,SAAS,CAAC;IAKvE,KAAK,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK7D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,IAAI,CAAC,EAAE,sCAAsC,GAAG,SAAS,CAAC;IAK1D,GAAG,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK3D,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,cAAc,CAAC,EAAE,+CAA+C,GAAG,SAAS,CAAC;IAK7E,IAAI,CAAC,EAAE,sDAAsD,GAAG,SAAS,CAAC;IAK1E,YAAY,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKpE,QAAQ,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK/D,QAAQ,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK/D,cAAc,CAAC,EAAE,6CAA6C,GAAG,SAAS,CAAC;IAK3E,cAAc,CAAC,EAAE,6CAA6C,GAAG,SAAS,CAAC;CAC5E"}
1
+ {"version":3,"file":"UserUpdateWithoutCustomerInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutCustomerInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AACxH,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AACxH,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,+CAA+C,EAAE,MAAM,2DAA2D,CAAC;AAC5H,OAAO,EAAE,sCAAsC,EAAE,MAAM,kDAAkD,CAAC;AAC1G,OAAO,EAAE,0CAA0C,EAAE,MAAM,sDAAsD,CAAC;AAClH,OAAO,EAAE,iDAAiD,EAAE,MAAM,6DAA6D,CAAC;AAChI,OAAO,EAAE,sDAAsD,EAAE,MAAM,kEAAkE,CAAC;AAC1I,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,8BAA8B;IAIzC,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,IAAI,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK5D,KAAK,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK7D,aAAa,CAAC,EAAE,0CAA0C,GAAG,SAAS,CAAC;IAKvE,KAAK,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK7D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,IAAI,CAAC,EAAE,sCAAsC,GAAG,SAAS,CAAC;IAK1D,GAAG,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK3D,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,cAAc,CAAC,EAAE,+CAA+C,GAAG,SAAS,CAAC;IAK7E,IAAI,CAAC,EAAE,sDAAsD,GAAG,SAAS,CAAC;IAK1E,YAAY,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKpE,WAAW,CAAC,EAAE,iDAAiD,GAAG,SAAS,CAAC;IAK5E,QAAQ,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK/D,QAAQ,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK/D,cAAc,CAAC,EAAE,6CAA6C,GAAG,SAAS,CAAC;IAK3E,cAAc,CAAC,EAAE,6CAA6C,GAAG,SAAS,CAAC;CAC5E"}
@@ -1 +1 @@
1
- {"version":3,"file":"UserUpdateWithoutCustomerInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutCustomerInput.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"UserUpdateWithoutCustomerInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutCustomerInput.ts"],"names":[],"mappings":"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"}
@@ -42,6 +42,7 @@ const DateTimeFieldUpdateOperationsInput_1 = require("../inputs/DateTimeFieldUpd
42
42
  const EnumAlpacaAccountTypeFieldUpdateOperationsInput_1 = require("../inputs/EnumAlpacaAccountTypeFieldUpdateOperationsInput");
43
43
  const EnumUserRoleFieldUpdateOperationsInput_1 = require("../inputs/EnumUserRoleFieldUpdateOperationsInput");
44
44
  const NullableDateTimeFieldUpdateOperationsInput_1 = require("../inputs/NullableDateTimeFieldUpdateOperationsInput");
45
+ const NullableEnumOpenaiModelFieldUpdateOperationsInput_1 = require("../inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput");
45
46
  const NullableEnumSubscriptionPlanFieldUpdateOperationsInput_1 = require("../inputs/NullableEnumSubscriptionPlanFieldUpdateOperationsInput");
46
47
  const NullableStringFieldUpdateOperationsInput_1 = require("../inputs/NullableStringFieldUpdateOperationsInput");
47
48
  const StringFieldUpdateOperationsInput_1 = require("../inputs/StringFieldUpdateOperationsInput");
@@ -126,6 +127,12 @@ __decorate([
126
127
  }),
127
128
  __metadata("design:type", Object)
128
129
  ], UserUpdateWithoutSessionsInput.prototype, "openaiAPIKey", void 0);
130
+ __decorate([
131
+ TypeGraphQL.Field(_type => NullableEnumOpenaiModelFieldUpdateOperationsInput_1.NullableEnumOpenaiModelFieldUpdateOperationsInput, {
132
+ nullable: true
133
+ }),
134
+ __metadata("design:type", Object)
135
+ ], UserUpdateWithoutSessionsInput.prototype, "openaiModel", void 0);
129
136
  __decorate([
130
137
  TypeGraphQL.Field(_type => CustomerUpdateOneWithoutUsersNestedInput_1.CustomerUpdateOneWithoutUsersNestedInput, {
131
138
  nullable: true
@@ -6,6 +6,7 @@ import { DateTimeFieldUpdateOperationsInput } from "../inputs/DateTimeFieldUpdat
6
6
  import { EnumAlpacaAccountTypeFieldUpdateOperationsInput } from "../inputs/EnumAlpacaAccountTypeFieldUpdateOperationsInput";
7
7
  import { EnumUserRoleFieldUpdateOperationsInput } from "../inputs/EnumUserRoleFieldUpdateOperationsInput";
8
8
  import { NullableDateTimeFieldUpdateOperationsInput } from "../inputs/NullableDateTimeFieldUpdateOperationsInput";
9
+ import { NullableEnumOpenaiModelFieldUpdateOperationsInput } from "../inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput";
9
10
  import { NullableEnumSubscriptionPlanFieldUpdateOperationsInput } from "../inputs/NullableEnumSubscriptionPlanFieldUpdateOperationsInput";
10
11
  import { NullableStringFieldUpdateOperationsInput } from "../inputs/NullableStringFieldUpdateOperationsInput";
11
12
  import { StringFieldUpdateOperationsInput } from "../inputs/StringFieldUpdateOperationsInput";
@@ -23,6 +24,7 @@ export declare class UserUpdateWithoutSessionsInput {
23
24
  currentAccount?: EnumAlpacaAccountTypeFieldUpdateOperationsInput | undefined;
24
25
  plan?: NullableEnumSubscriptionPlanFieldUpdateOperationsInput | undefined;
25
26
  openaiAPIKey?: NullableStringFieldUpdateOperationsInput | undefined;
27
+ openaiModel?: NullableEnumOpenaiModelFieldUpdateOperationsInput | undefined;
26
28
  customer?: CustomerUpdateOneWithoutUsersNestedInput | undefined;
27
29
  accounts?: AccountUpdateManyWithoutUserNestedInput | undefined;
28
30
  authenticators?: AuthenticatorUpdateManyWithoutUserNestedInput | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"UserUpdateWithoutSessionsInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutSessionsInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AACxH,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AACxH,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,+CAA+C,EAAE,MAAM,2DAA2D,CAAC;AAC5H,OAAO,EAAE,sCAAsC,EAAE,MAAM,kDAAkD,CAAC;AAC1G,OAAO,EAAE,0CAA0C,EAAE,MAAM,sDAAsD,CAAC;AAClH,OAAO,EAAE,sDAAsD,EAAE,MAAM,kEAAkE,CAAC;AAC1I,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,8BAA8B;IAIzC,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,IAAI,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK5D,KAAK,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK7D,aAAa,CAAC,EAAE,0CAA0C,GAAG,SAAS,CAAC;IAKvE,KAAK,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK7D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,IAAI,CAAC,EAAE,sCAAsC,GAAG,SAAS,CAAC;IAK1D,GAAG,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK3D,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,cAAc,CAAC,EAAE,+CAA+C,GAAG,SAAS,CAAC;IAK7E,IAAI,CAAC,EAAE,sDAAsD,GAAG,SAAS,CAAC;IAK1E,YAAY,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKpE,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,QAAQ,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK/D,cAAc,CAAC,EAAE,6CAA6C,GAAG,SAAS,CAAC;IAK3E,cAAc,CAAC,EAAE,6CAA6C,GAAG,SAAS,CAAC;CAC5E"}
1
+ {"version":3,"file":"UserUpdateWithoutSessionsInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutSessionsInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AACxH,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AACxH,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,+CAA+C,EAAE,MAAM,2DAA2D,CAAC;AAC5H,OAAO,EAAE,sCAAsC,EAAE,MAAM,kDAAkD,CAAC;AAC1G,OAAO,EAAE,0CAA0C,EAAE,MAAM,sDAAsD,CAAC;AAClH,OAAO,EAAE,iDAAiD,EAAE,MAAM,6DAA6D,CAAC;AAChI,OAAO,EAAE,sDAAsD,EAAE,MAAM,kEAAkE,CAAC;AAC1I,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,8BAA8B;IAIzC,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,IAAI,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK5D,KAAK,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK7D,aAAa,CAAC,EAAE,0CAA0C,GAAG,SAAS,CAAC;IAKvE,KAAK,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK7D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,IAAI,CAAC,EAAE,sCAAsC,GAAG,SAAS,CAAC;IAK1D,GAAG,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK3D,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,cAAc,CAAC,EAAE,+CAA+C,GAAG,SAAS,CAAC;IAK7E,IAAI,CAAC,EAAE,sDAAsD,GAAG,SAAS,CAAC;IAK1E,YAAY,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKpE,WAAW,CAAC,EAAE,iDAAiD,GAAG,SAAS,CAAC;IAK5E,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,QAAQ,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK/D,cAAc,CAAC,EAAE,6CAA6C,GAAG,SAAS,CAAC;IAK3E,cAAc,CAAC,EAAE,6CAA6C,GAAG,SAAS,CAAC;CAC5E"}
@@ -1 +1 @@
1
- {"version":3,"file":"UserUpdateWithoutSessionsInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutSessionsInput.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"UserUpdateWithoutSessionsInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutSessionsInput.ts"],"names":[],"mappings":"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"}
@@ -41,6 +41,7 @@ const CustomerNullableRelationFilter_1 = require("../inputs/CustomerNullableRela
41
41
  const DateTimeFilter_1 = require("../inputs/DateTimeFilter");
42
42
  const DateTimeNullableFilter_1 = require("../inputs/DateTimeNullableFilter");
43
43
  const EnumAlpacaAccountTypeFilter_1 = require("../inputs/EnumAlpacaAccountTypeFilter");
44
+ const EnumOpenaiModelNullableFilter_1 = require("../inputs/EnumOpenaiModelNullableFilter");
44
45
  const EnumSubscriptionPlanNullableFilter_1 = require("../inputs/EnumSubscriptionPlanNullableFilter");
45
46
  const EnumUserRoleFilter_1 = require("../inputs/EnumUserRoleFilter");
46
47
  const IntNullableFilter_1 = require("../inputs/IntNullableFilter");
@@ -152,6 +153,12 @@ __decorate([
152
153
  }),
153
154
  __metadata("design:type", Object)
154
155
  ], UserWhereInput.prototype, "openaiAPIKey", void 0);
156
+ __decorate([
157
+ TypeGraphQL.Field(_type => EnumOpenaiModelNullableFilter_1.EnumOpenaiModelNullableFilter, {
158
+ nullable: true
159
+ }),
160
+ __metadata("design:type", Object)
161
+ ], UserWhereInput.prototype, "openaiModel", void 0);
155
162
  __decorate([
156
163
  TypeGraphQL.Field(_type => CustomerNullableRelationFilter_1.CustomerNullableRelationFilter, {
157
164
  nullable: true
@@ -5,6 +5,7 @@ import { CustomerNullableRelationFilter } from "../inputs/CustomerNullableRelati
5
5
  import { DateTimeFilter } from "../inputs/DateTimeFilter";
6
6
  import { DateTimeNullableFilter } from "../inputs/DateTimeNullableFilter";
7
7
  import { EnumAlpacaAccountTypeFilter } from "../inputs/EnumAlpacaAccountTypeFilter";
8
+ import { EnumOpenaiModelNullableFilter } from "../inputs/EnumOpenaiModelNullableFilter";
8
9
  import { EnumSubscriptionPlanNullableFilter } from "../inputs/EnumSubscriptionPlanNullableFilter";
9
10
  import { EnumUserRoleFilter } from "../inputs/EnumUserRoleFilter";
10
11
  import { IntNullableFilter } from "../inputs/IntNullableFilter";
@@ -29,6 +30,7 @@ export declare class UserWhereInput {
29
30
  customerId?: IntNullableFilter | undefined;
30
31
  plan?: EnumSubscriptionPlanNullableFilter | undefined;
31
32
  openaiAPIKey?: StringNullableFilter | undefined;
33
+ openaiModel?: EnumOpenaiModelNullableFilter | undefined;
32
34
  customer?: CustomerNullableRelationFilter | undefined;
33
35
  accounts?: AccountListRelationFilter | undefined;
34
36
  sessions?: SessionListRelationFilter | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"UserWhereInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserWhereInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC1F,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AACpF,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,qBACa,cAAc;IAIzB,GAAG,CAAC,EAAE,cAAc,EAAE,GAAG,SAAS,CAAC;IAKnC,EAAE,CAAC,EAAE,cAAc,EAAE,GAAG,SAAS,CAAC;IAKlC,GAAG,CAAC,EAAE,cAAc,EAAE,GAAG,SAAS,CAAC;IAKnC,EAAE,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAK5B,IAAI,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKxC,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,aAAa,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAKnD,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,SAAS,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKvC,IAAI,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKtC,GAAG,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKvC,QAAQ,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAK5C,cAAc,CAAC,EAAE,2BAA2B,GAAG,SAAS,CAAC;IAKzD,UAAU,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAK3C,IAAI,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAKtD,YAAY,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKhD,QAAQ,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAKtD,QAAQ,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAKjD,QAAQ,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAKjD,cAAc,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK7D,cAAc,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;CAC9D"}
1
+ {"version":3,"file":"UserWhereInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserWhereInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC1F,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AACpF,OAAO,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;AACxF,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,qBACa,cAAc;IAIzB,GAAG,CAAC,EAAE,cAAc,EAAE,GAAG,SAAS,CAAC;IAKnC,EAAE,CAAC,EAAE,cAAc,EAAE,GAAG,SAAS,CAAC;IAKlC,GAAG,CAAC,EAAE,cAAc,EAAE,GAAG,SAAS,CAAC;IAKnC,EAAE,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAK5B,IAAI,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKxC,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,aAAa,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAKnD,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,SAAS,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKvC,IAAI,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKtC,GAAG,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKvC,QAAQ,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAK5C,cAAc,CAAC,EAAE,2BAA2B,GAAG,SAAS,CAAC;IAKzD,UAAU,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAK3C,IAAI,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAKtD,YAAY,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKhD,WAAW,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKxD,QAAQ,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAKtD,QAAQ,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAKjD,QAAQ,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAKjD,cAAc,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK7D,cAAc,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;CAC9D"}
@@ -1 +1 @@
1
- {"version":3,"file":"UserWhereInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserWhereInput.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"UserWhereInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserWhereInput.ts"],"names":[],"mappings":"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"}
@@ -41,6 +41,7 @@ const CustomerNullableRelationFilter_1 = require("../inputs/CustomerNullableRela
41
41
  const DateTimeFilter_1 = require("../inputs/DateTimeFilter");
42
42
  const DateTimeNullableFilter_1 = require("../inputs/DateTimeNullableFilter");
43
43
  const EnumAlpacaAccountTypeFilter_1 = require("../inputs/EnumAlpacaAccountTypeFilter");
44
+ const EnumOpenaiModelNullableFilter_1 = require("../inputs/EnumOpenaiModelNullableFilter");
44
45
  const EnumSubscriptionPlanNullableFilter_1 = require("../inputs/EnumSubscriptionPlanNullableFilter");
45
46
  const EnumUserRoleFilter_1 = require("../inputs/EnumUserRoleFilter");
46
47
  const IntNullableFilter_1 = require("../inputs/IntNullableFilter");
@@ -152,6 +153,12 @@ __decorate([
152
153
  }),
153
154
  __metadata("design:type", Object)
154
155
  ], UserWhereUniqueInput.prototype, "openaiAPIKey", void 0);
156
+ __decorate([
157
+ TypeGraphQL.Field(_type => EnumOpenaiModelNullableFilter_1.EnumOpenaiModelNullableFilter, {
158
+ nullable: true
159
+ }),
160
+ __metadata("design:type", Object)
161
+ ], UserWhereUniqueInput.prototype, "openaiModel", void 0);
155
162
  __decorate([
156
163
  TypeGraphQL.Field(_type => CustomerNullableRelationFilter_1.CustomerNullableRelationFilter, {
157
164
  nullable: true
@@ -5,6 +5,7 @@ import { CustomerNullableRelationFilter } from "../inputs/CustomerNullableRelati
5
5
  import { DateTimeFilter } from "../inputs/DateTimeFilter";
6
6
  import { DateTimeNullableFilter } from "../inputs/DateTimeNullableFilter";
7
7
  import { EnumAlpacaAccountTypeFilter } from "../inputs/EnumAlpacaAccountTypeFilter";
8
+ import { EnumOpenaiModelNullableFilter } from "../inputs/EnumOpenaiModelNullableFilter";
8
9
  import { EnumSubscriptionPlanNullableFilter } from "../inputs/EnumSubscriptionPlanNullableFilter";
9
10
  import { EnumUserRoleFilter } from "../inputs/EnumUserRoleFilter";
10
11
  import { IntNullableFilter } from "../inputs/IntNullableFilter";
@@ -29,6 +30,7 @@ export declare class UserWhereUniqueInput {
29
30
  customerId?: IntNullableFilter | undefined;
30
31
  plan?: EnumSubscriptionPlanNullableFilter | undefined;
31
32
  openaiAPIKey?: StringNullableFilter | undefined;
33
+ openaiModel?: EnumOpenaiModelNullableFilter | undefined;
32
34
  customer?: CustomerNullableRelationFilter | undefined;
33
35
  accounts?: AccountListRelationFilter | undefined;
34
36
  sessions?: SessionListRelationFilter | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"UserWhereUniqueInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserWhereUniqueInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC1F,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AACpF,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,qBACa,oBAAoB;IAI/B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK3B,GAAG,CAAC,EAAE,cAAc,EAAE,GAAG,SAAS,CAAC;IAKnC,EAAE,CAAC,EAAE,cAAc,EAAE,GAAG,SAAS,CAAC;IAKlC,GAAG,CAAC,EAAE,cAAc,EAAE,GAAG,SAAS,CAAC;IAKnC,IAAI,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKxC,aAAa,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAKnD,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,SAAS,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKvC,IAAI,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKtC,GAAG,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKvC,QAAQ,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAK5C,cAAc,CAAC,EAAE,2BAA2B,GAAG,SAAS,CAAC;IAKzD,UAAU,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAK3C,IAAI,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAKtD,YAAY,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKhD,QAAQ,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAKtD,QAAQ,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAKjD,QAAQ,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAKjD,cAAc,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK7D,cAAc,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;CAC9D"}
1
+ {"version":3,"file":"UserWhereUniqueInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserWhereUniqueInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC1F,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AACpF,OAAO,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;AACxF,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,qBACa,oBAAoB;IAI/B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK3B,GAAG,CAAC,EAAE,cAAc,EAAE,GAAG,SAAS,CAAC;IAKnC,EAAE,CAAC,EAAE,cAAc,EAAE,GAAG,SAAS,CAAC;IAKlC,GAAG,CAAC,EAAE,cAAc,EAAE,GAAG,SAAS,CAAC;IAKnC,IAAI,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKxC,aAAa,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAKnD,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,SAAS,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKvC,IAAI,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKtC,GAAG,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKvC,QAAQ,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAK5C,cAAc,CAAC,EAAE,2BAA2B,GAAG,SAAS,CAAC;IAKzD,UAAU,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAK3C,IAAI,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAKtD,YAAY,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKhD,WAAW,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKxD,QAAQ,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAKtD,QAAQ,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAKjD,QAAQ,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAKjD,cAAc,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK7D,cAAc,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;CAC9D"}
@@ -1 +1 @@
1
- {"version":3,"file":"UserWhereUniqueInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserWhereUniqueInput.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"UserWhereUniqueInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/UserWhereUniqueInput.ts"],"names":[],"mappings":"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"}
@@ -5,16 +5,16 @@ exports.AlpacaAccountCreateOrConnectWithoutAlertsInput = exports.AlpacaAccountCr
5
5
  exports.AssetCreateNestedOneWithoutOrdersInput = exports.AssetCreateNestedOneWithoutNewsMentionsInput = exports.AssetCreateManyInput = exports.AssetCreateInput = exports.AssetCountOrderByAggregateInput = exports.AlpacaAccountWhereUniqueInput = exports.AlpacaAccountWhereInput = exports.AlpacaAccountUpsertWithoutTradesInput = exports.AlpacaAccountUpsertWithoutPositionsInput = exports.AlpacaAccountUpsertWithoutOrdersInput = exports.AlpacaAccountUpsertWithoutAlertsInput = exports.AlpacaAccountUpsertWithWhereUniqueWithoutUserInput = exports.AlpacaAccountUpdateWithoutUserInput = exports.AlpacaAccountUpdateWithoutTradesInput = exports.AlpacaAccountUpdateWithoutPositionsInput = exports.AlpacaAccountUpdateWithoutOrdersInput = exports.AlpacaAccountUpdateWithoutAlertsInput = exports.AlpacaAccountUpdateWithWhereUniqueWithoutUserInput = exports.AlpacaAccountUpdateToOneWithWhereWithoutTradesInput = exports.AlpacaAccountUpdateToOneWithWhereWithoutPositionsInput = exports.AlpacaAccountUpdateToOneWithWhereWithoutOrdersInput = exports.AlpacaAccountUpdateToOneWithWhereWithoutAlertsInput = exports.AlpacaAccountUpdateOneWithoutPositionsNestedInput = exports.AlpacaAccountUpdateOneRequiredWithoutTradesNestedInput = exports.AlpacaAccountUpdateOneRequiredWithoutOrdersNestedInput = exports.AlpacaAccountUpdateOneRequiredWithoutAlertsNestedInput = exports.AlpacaAccountUpdateManyWithoutUserNestedInput = exports.AlpacaAccountUpdateManyWithWhereWithoutUserInput = exports.AlpacaAccountUpdateManyMutationInput = exports.AlpacaAccountUpdateInput = exports.AlpacaAccountSumOrderByAggregateInput = exports.AlpacaAccountScalarWhereWithAggregatesInput = exports.AlpacaAccountScalarWhereInput = exports.AlpacaAccountRelationFilter = exports.AlpacaAccountOrderByWithRelationInput = exports.AlpacaAccountOrderByWithAggregationInput = exports.AlpacaAccountOrderByRelationAggregateInput = exports.AlpacaAccountNullableRelationFilter = exports.AlpacaAccountMinOrderByAggregateInput = exports.AlpacaAccountMaxOrderByAggregateInput = exports.AlpacaAccountListRelationFilter = exports.AlpacaAccountCreateWithoutUserInput = exports.AlpacaAccountCreateWithoutTradesInput = exports.AlpacaAccountCreateWithoutPositionsInput = exports.AlpacaAccountCreateWithoutOrdersInput = exports.AlpacaAccountCreateWithoutAlertsInput = exports.AlpacaAccountCreateOrConnectWithoutUserInput = exports.AlpacaAccountCreateOrConnectWithoutTradesInput = exports.AlpacaAccountCreateOrConnectWithoutPositionsInput = exports.AlpacaAccountCreateOrConnectWithoutOrdersInput = void 0;
6
6
  exports.AuthenticatorOrderByWithAggregationInput = exports.AuthenticatorOrderByRelationAggregateInput = exports.AuthenticatorMinOrderByAggregateInput = exports.AuthenticatorMaxOrderByAggregateInput = exports.AuthenticatorListRelationFilter = exports.AuthenticatorCreateWithoutUserInput = exports.AuthenticatorCreateOrConnectWithoutUserInput = exports.AuthenticatorCreateNestedManyWithoutUserInput = exports.AuthenticatorCreateManyUserInputEnvelope = exports.AuthenticatorCreateManyUserInput = exports.AuthenticatorCreateManyInput = exports.AuthenticatorCreateInput = exports.AuthenticatorCountOrderByAggregateInput = exports.AuthenticatorAvgOrderByAggregateInput = exports.AssetWhereUniqueInput = exports.AssetWhereInput = exports.AssetUpsertWithoutTradesInput = exports.AssetUpsertWithoutPositionsInput = exports.AssetUpsertWithoutOrdersInput = exports.AssetUpsertWithoutNewsMentionsInput = exports.AssetUpdateWithoutTradesInput = exports.AssetUpdateWithoutPositionsInput = exports.AssetUpdateWithoutOrdersInput = exports.AssetUpdateWithoutNewsMentionsInput = exports.AssetUpdateToOneWithWhereWithoutTradesInput = exports.AssetUpdateToOneWithWhereWithoutPositionsInput = exports.AssetUpdateToOneWithWhereWithoutOrdersInput = exports.AssetUpdateToOneWithWhereWithoutNewsMentionsInput = exports.AssetUpdateOneRequiredWithoutTradesNestedInput = exports.AssetUpdateOneRequiredWithoutPositionsNestedInput = exports.AssetUpdateOneRequiredWithoutOrdersNestedInput = exports.AssetUpdateOneRequiredWithoutNewsMentionsNestedInput = exports.AssetUpdateManyMutationInput = exports.AssetUpdateInput = exports.AssetScalarWhereWithAggregatesInput = exports.AssetRelationFilter = exports.AssetOrderByWithRelationInput = exports.AssetOrderByWithAggregationInput = exports.AssetMinOrderByAggregateInput = exports.AssetMaxOrderByAggregateInput = exports.AssetCreateWithoutTradesInput = exports.AssetCreateWithoutPositionsInput = exports.AssetCreateWithoutOrdersInput = exports.AssetCreateWithoutNewsMentionsInput = exports.AssetCreateOrConnectWithoutTradesInput = exports.AssetCreateOrConnectWithoutPositionsInput = exports.AssetCreateOrConnectWithoutOrdersInput = exports.AssetCreateOrConnectWithoutNewsMentionsInput = exports.AssetCreateNestedOneWithoutTradesInput = exports.AssetCreateNestedOneWithoutPositionsInput = void 0;
7
7
  exports.EconomicEventMinOrderByAggregateInput = exports.EconomicEventMaxOrderByAggregateInput = exports.EconomicEventCreateManyInput = exports.EconomicEventCreateInput = exports.EconomicEventCountOrderByAggregateInput = exports.DateTimeWithAggregatesFilter = exports.DateTimeNullableWithAggregatesFilter = exports.DateTimeNullableFilter = exports.DateTimeFilter = exports.DateTimeFieldUpdateOperationsInput = exports.CustomerWhereUniqueInput = exports.CustomerWhereInput = exports.CustomerUpsertWithoutUsersInput = exports.CustomerUpdateWithoutUsersInput = exports.CustomerUpdateToOneWithWhereWithoutUsersInput = exports.CustomerUpdateOneWithoutUsersNestedInput = exports.CustomerUpdateManyMutationInput = exports.CustomerUpdateInput = exports.CustomerSumOrderByAggregateInput = exports.CustomerScalarWhereWithAggregatesInput = exports.CustomerOrderByWithRelationInput = exports.CustomerOrderByWithAggregationInput = exports.CustomerNullableRelationFilter = exports.CustomerMinOrderByAggregateInput = exports.CustomerMaxOrderByAggregateInput = exports.CustomerCreateWithoutUsersInput = exports.CustomerCreateOrConnectWithoutUsersInput = exports.CustomerCreateNestedOneWithoutUsersInput = exports.CustomerCreateManyInput = exports.CustomerCreateInput = exports.CustomerCountOrderByAggregateInput = exports.CustomerAvgOrderByAggregateInput = exports.BoolWithAggregatesFilter = exports.BoolNullableWithAggregatesFilter = exports.BoolNullableFilter = exports.BoolFilter = exports.BoolFieldUpdateOperationsInput = exports.AuthenticatorWhereUniqueInput = exports.AuthenticatorWhereInput = exports.AuthenticatorUpsertWithWhereUniqueWithoutUserInput = exports.AuthenticatorUpdateWithoutUserInput = exports.AuthenticatorUpdateWithWhereUniqueWithoutUserInput = exports.AuthenticatorUpdateManyWithoutUserNestedInput = exports.AuthenticatorUpdateManyWithWhereWithoutUserInput = exports.AuthenticatorUpdateManyMutationInput = exports.AuthenticatorUpdateInput = exports.AuthenticatorSumOrderByAggregateInput = exports.AuthenticatorScalarWhereWithAggregatesInput = exports.AuthenticatorScalarWhereInput = exports.AuthenticatorOrderByWithRelationInput = void 0;
8
- exports.EnumTradeStatusWithAggregatesFilter = exports.EnumTradeStatusFilter = exports.EnumTradeStatusFieldUpdateOperationsInput = exports.EnumTradeSignalWithAggregatesFilter = exports.EnumTradeSignalFilter = exports.EnumTradeSignalFieldUpdateOperationsInput = exports.EnumTimeInForceWithAggregatesFilter = exports.EnumTimeInForceFilter = exports.EnumTimeInForceFieldUpdateOperationsInput = exports.EnumSubscriptionPlanNullableWithAggregatesFilter = exports.EnumSubscriptionPlanNullableFilter = exports.EnumOrderTypeWithAggregatesFilter = exports.EnumOrderTypeFilter = exports.EnumOrderTypeFieldUpdateOperationsInput = exports.EnumOrderStatusWithAggregatesFilter = exports.EnumOrderStatusFilter = exports.EnumOrderStatusFieldUpdateOperationsInput = exports.EnumOrderSideWithAggregatesFilter = exports.EnumOrderSideFilter = exports.EnumOrderSideFieldUpdateOperationsInput = exports.EnumOrderClassWithAggregatesFilter = exports.EnumOrderClassFilter = exports.EnumOrderClassFieldUpdateOperationsInput = exports.EnumOptionTypeNullableWithAggregatesFilter = exports.EnumOptionTypeNullableFilter = exports.EnumEventImportanceWithAggregatesFilter = exports.EnumEventImportanceFilter = exports.EnumEventImportanceFieldUpdateOperationsInput = exports.EnumAssetTypeWithAggregatesFilter = exports.EnumAssetTypeFilter = exports.EnumAssetTypeFieldUpdateOperationsInput = exports.EnumAlpacaAccountTypeWithAggregatesFilter = exports.EnumAlpacaAccountTypeFilter = exports.EnumAlpacaAccountTypeFieldUpdateOperationsInput = exports.EnumAlertTypeWithAggregatesFilter = exports.EnumAlertTypeFilter = exports.EnumAlertTypeFieldUpdateOperationsInput = exports.EnumActionTypeWithAggregatesFilter = exports.EnumActionTypeFilter = exports.EnumActionTypeFieldUpdateOperationsInput = exports.EnumActionStatusWithAggregatesFilter = exports.EnumActionStatusFilter = exports.EnumActionStatusFieldUpdateOperationsInput = exports.EconomicEventWhereUniqueInput = exports.EconomicEventWhereInput = exports.EconomicEventUpdateManyMutationInput = exports.EconomicEventUpdateInput = exports.EconomicEventScalarWhereWithAggregatesInput = exports.EconomicEventOrderByWithRelationInput = exports.EconomicEventOrderByWithAggregationInput = void 0;
9
- exports.NestedEnumSubscriptionPlanNullableWithAggregatesFilter = exports.NestedEnumSubscriptionPlanNullableFilter = exports.NestedEnumOrderTypeWithAggregatesFilter = exports.NestedEnumOrderTypeFilter = exports.NestedEnumOrderStatusWithAggregatesFilter = exports.NestedEnumOrderStatusFilter = exports.NestedEnumOrderSideWithAggregatesFilter = exports.NestedEnumOrderSideFilter = exports.NestedEnumOrderClassWithAggregatesFilter = exports.NestedEnumOrderClassFilter = exports.NestedEnumOptionTypeNullableWithAggregatesFilter = exports.NestedEnumOptionTypeNullableFilter = exports.NestedEnumEventImportanceWithAggregatesFilter = exports.NestedEnumEventImportanceFilter = exports.NestedEnumAssetTypeWithAggregatesFilter = exports.NestedEnumAssetTypeFilter = exports.NestedEnumAlpacaAccountTypeWithAggregatesFilter = exports.NestedEnumAlpacaAccountTypeFilter = exports.NestedEnumAlertTypeWithAggregatesFilter = exports.NestedEnumAlertTypeFilter = exports.NestedEnumActionTypeWithAggregatesFilter = exports.NestedEnumActionTypeFilter = exports.NestedEnumActionStatusWithAggregatesFilter = exports.NestedEnumActionStatusFilter = exports.NestedDateTimeWithAggregatesFilter = exports.NestedDateTimeNullableWithAggregatesFilter = exports.NestedDateTimeNullableFilter = exports.NestedDateTimeFilter = exports.NestedBoolWithAggregatesFilter = exports.NestedBoolNullableWithAggregatesFilter = exports.NestedBoolNullableFilter = exports.NestedBoolFilter = exports.JsonNullableWithAggregatesFilter = exports.JsonNullableFilter = exports.IntWithAggregatesFilter = exports.IntNullableWithAggregatesFilter = exports.IntNullableFilter = exports.IntFilter = exports.IntFieldUpdateOperationsInput = exports.FloatWithAggregatesFilter = exports.FloatNullableWithAggregatesFilter = exports.FloatNullableFilter = exports.FloatFilter = exports.FloatFieldUpdateOperationsInput = exports.EnumUserRoleWithAggregatesFilter = exports.EnumUserRoleFilter = exports.EnumUserRoleFieldUpdateOperationsInput = exports.EnumTradeStrategyWithAggregatesFilter = exports.EnumTradeStrategyFilter = exports.EnumTradeStrategyFieldUpdateOperationsInput = void 0;
10
- exports.NewsArticleAssetSentimentUpdateManyMutationInput = exports.NewsArticleAssetSentimentUpdateInput = exports.NewsArticleAssetSentimentScalarWhereWithAggregatesInput = exports.NewsArticleAssetSentimentScalarWhereInput = exports.NewsArticleAssetSentimentOrderByWithRelationInput = exports.NewsArticleAssetSentimentOrderByWithAggregationInput = exports.NewsArticleAssetSentimentOrderByRelationAggregateInput = exports.NewsArticleAssetSentimentMinOrderByAggregateInput = exports.NewsArticleAssetSentimentMaxOrderByAggregateInput = exports.NewsArticleAssetSentimentListRelationFilter = exports.NewsArticleAssetSentimentCreateWithoutNewsInput = exports.NewsArticleAssetSentimentCreateWithoutAssetInput = exports.NewsArticleAssetSentimentCreateOrConnectWithoutNewsInput = exports.NewsArticleAssetSentimentCreateOrConnectWithoutAssetInput = exports.NewsArticleAssetSentimentCreateNestedManyWithoutNewsInput = exports.NewsArticleAssetSentimentCreateNestedManyWithoutAssetInput = exports.NewsArticleAssetSentimentCreateManyNewsInputEnvelope = exports.NewsArticleAssetSentimentCreateManyNewsInput = exports.NewsArticleAssetSentimentCreateManyInput = exports.NewsArticleAssetSentimentCreateManyAssetInputEnvelope = exports.NewsArticleAssetSentimentCreateManyAssetInput = exports.NewsArticleAssetSentimentCreateInput = exports.NewsArticleAssetSentimentCountOrderByAggregateInput = exports.NestedUuidWithAggregatesFilter = exports.NestedUuidNullableWithAggregatesFilter = exports.NestedUuidNullableFilter = exports.NestedUuidFilter = exports.NestedStringWithAggregatesFilter = exports.NestedStringNullableWithAggregatesFilter = exports.NestedStringNullableFilter = exports.NestedStringFilter = exports.NestedJsonNullableFilter = exports.NestedIntWithAggregatesFilter = exports.NestedIntNullableWithAggregatesFilter = exports.NestedIntNullableFilter = exports.NestedIntFilter = exports.NestedFloatWithAggregatesFilter = exports.NestedFloatNullableWithAggregatesFilter = exports.NestedFloatNullableFilter = exports.NestedFloatFilter = exports.NestedEnumUserRoleWithAggregatesFilter = exports.NestedEnumUserRoleFilter = exports.NestedEnumTradeStrategyWithAggregatesFilter = exports.NestedEnumTradeStrategyFilter = exports.NestedEnumTradeStatusWithAggregatesFilter = exports.NestedEnumTradeStatusFilter = exports.NestedEnumTradeSignalWithAggregatesFilter = exports.NestedEnumTradeSignalFilter = exports.NestedEnumTimeInForceWithAggregatesFilter = exports.NestedEnumTimeInForceFilter = void 0;
11
- exports.OrderCreateManyAssetInputEnvelope = exports.OrderCreateManyAssetInput = exports.OrderCreateManyAlpacaAccountInputEnvelope = exports.OrderCreateManyAlpacaAccountInput = exports.OrderCreateInput = exports.OrderCountOrderByAggregateInput = exports.OrderAvgOrderByAggregateInput = exports.NullableStringFieldUpdateOperationsInput = exports.NullableIntFieldUpdateOperationsInput = exports.NullableFloatFieldUpdateOperationsInput = exports.NullableEnumSubscriptionPlanFieldUpdateOperationsInput = exports.NullableEnumOptionTypeFieldUpdateOperationsInput = exports.NullableDateTimeFieldUpdateOperationsInput = exports.NullableBoolFieldUpdateOperationsInput = exports.NewsArticleWhereUniqueInput = exports.NewsArticleWhereInput = exports.NewsArticleUpsertWithoutAssetsInput = exports.NewsArticleUpdatetopicsInput = exports.NewsArticleUpdateauthorsInput = exports.NewsArticleUpdateWithoutAssetsInput = exports.NewsArticleUpdateToOneWithWhereWithoutAssetsInput = exports.NewsArticleUpdateOneRequiredWithoutAssetsNestedInput = exports.NewsArticleUpdateManyMutationInput = exports.NewsArticleUpdateInput = exports.NewsArticleScalarWhereWithAggregatesInput = exports.NewsArticleRelationFilter = exports.NewsArticleOrderByWithRelationInput = exports.NewsArticleOrderByWithAggregationInput = exports.NewsArticleMinOrderByAggregateInput = exports.NewsArticleMaxOrderByAggregateInput = exports.NewsArticleCreatetopicsInput = exports.NewsArticleCreateauthorsInput = exports.NewsArticleCreateWithoutAssetsInput = exports.NewsArticleCreateOrConnectWithoutAssetsInput = exports.NewsArticleCreateNestedOneWithoutAssetsInput = exports.NewsArticleCreateManyInput = exports.NewsArticleCreateInput = exports.NewsArticleCountOrderByAggregateInput = exports.NewsArticleAssetSentimentWhereUniqueInput = exports.NewsArticleAssetSentimentWhereInput = exports.NewsArticleAssetSentimentUpsertWithWhereUniqueWithoutNewsInput = exports.NewsArticleAssetSentimentUpsertWithWhereUniqueWithoutAssetInput = exports.NewsArticleAssetSentimentUpdateWithoutNewsInput = exports.NewsArticleAssetSentimentUpdateWithoutAssetInput = exports.NewsArticleAssetSentimentUpdateWithWhereUniqueWithoutNewsInput = exports.NewsArticleAssetSentimentUpdateWithWhereUniqueWithoutAssetInput = exports.NewsArticleAssetSentimentUpdateManyWithoutNewsNestedInput = exports.NewsArticleAssetSentimentUpdateManyWithoutAssetNestedInput = exports.NewsArticleAssetSentimentUpdateManyWithWhereWithoutNewsInput = exports.NewsArticleAssetSentimentUpdateManyWithWhereWithoutAssetInput = void 0;
12
- exports.OrderUpsertWithoutStopLossInput = exports.OrderUpsertWithoutActionInput = exports.OrderUpsertWithWhereUniqueWithoutAssetInput = exports.OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput = exports.OrderUpdateWithoutTakeProfitInput = exports.OrderUpdateWithoutStopLossInput = exports.OrderUpdateWithoutAssetInput = exports.OrderUpdateWithoutAlpacaAccountInput = exports.OrderUpdateWithoutActionInput = exports.OrderUpdateWithWhereUniqueWithoutAssetInput = exports.OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput = exports.OrderUpdateToOneWithWhereWithoutTakeProfitInput = exports.OrderUpdateToOneWithWhereWithoutStopLossInput = exports.OrderUpdateToOneWithWhereWithoutActionInput = exports.OrderUpdateOneWithoutActionNestedInput = exports.OrderUpdateOneRequiredWithoutTakeProfitNestedInput = exports.OrderUpdateOneRequiredWithoutStopLossNestedInput = exports.OrderUpdateManyWithoutAssetNestedInput = exports.OrderUpdateManyWithoutAlpacaAccountNestedInput = exports.OrderUpdateManyWithWhereWithoutAssetInput = exports.OrderUpdateManyWithWhereWithoutAlpacaAccountInput = exports.OrderUpdateManyMutationInput = exports.OrderUpdateInput = exports.OrderSumOrderByAggregateInput = exports.OrderScalarWhereWithAggregatesInput = exports.OrderScalarWhereInput = exports.OrderRelationFilter = exports.OrderOrderByWithRelationInput = exports.OrderOrderByWithAggregationInput = exports.OrderOrderByRelationAggregateInput = exports.OrderNullableRelationFilter = exports.OrderMinOrderByAggregateInput = exports.OrderMaxOrderByAggregateInput = exports.OrderListRelationFilter = exports.OrderCreateWithoutTakeProfitInput = exports.OrderCreateWithoutStopLossInput = exports.OrderCreateWithoutAssetInput = exports.OrderCreateWithoutAlpacaAccountInput = exports.OrderCreateWithoutActionInput = exports.OrderCreateOrConnectWithoutTakeProfitInput = exports.OrderCreateOrConnectWithoutStopLossInput = exports.OrderCreateOrConnectWithoutAssetInput = exports.OrderCreateOrConnectWithoutAlpacaAccountInput = exports.OrderCreateOrConnectWithoutActionInput = exports.OrderCreateNestedOneWithoutTakeProfitInput = exports.OrderCreateNestedOneWithoutStopLossInput = exports.OrderCreateNestedOneWithoutActionInput = exports.OrderCreateNestedManyWithoutAssetInput = exports.OrderCreateNestedManyWithoutAlpacaAccountInput = exports.OrderCreateManyInput = void 0;
13
- exports.SessionMaxOrderByAggregateInput = exports.SessionListRelationFilter = exports.SessionCreateWithoutUserInput = exports.SessionCreateOrConnectWithoutUserInput = exports.SessionCreateNestedManyWithoutUserInput = exports.SessionCreateManyUserInputEnvelope = exports.SessionCreateManyUserInput = exports.SessionCreateManyInput = exports.SessionCreateInput = exports.SessionCountOrderByAggregateInput = exports.PositionWhereUniqueInput = exports.PositionWhereInput = exports.PositionUpsertWithWhereUniqueWithoutAssetInput = exports.PositionUpsertWithWhereUniqueWithoutAlpacaAccountInput = exports.PositionUpdateWithoutAssetInput = exports.PositionUpdateWithoutAlpacaAccountInput = exports.PositionUpdateWithWhereUniqueWithoutAssetInput = exports.PositionUpdateWithWhereUniqueWithoutAlpacaAccountInput = exports.PositionUpdateManyWithoutAssetNestedInput = exports.PositionUpdateManyWithoutAlpacaAccountNestedInput = exports.PositionUpdateManyWithWhereWithoutAssetInput = exports.PositionUpdateManyWithWhereWithoutAlpacaAccountInput = exports.PositionUpdateManyMutationInput = exports.PositionUpdateInput = exports.PositionSumOrderByAggregateInput = exports.PositionScalarWhereWithAggregatesInput = exports.PositionScalarWhereInput = exports.PositionOrderByWithRelationInput = exports.PositionOrderByWithAggregationInput = exports.PositionOrderByRelationAggregateInput = exports.PositionMinOrderByAggregateInput = exports.PositionMaxOrderByAggregateInput = exports.PositionListRelationFilter = exports.PositionCreateWithoutAssetInput = exports.PositionCreateWithoutAlpacaAccountInput = exports.PositionCreateOrConnectWithoutAssetInput = exports.PositionCreateOrConnectWithoutAlpacaAccountInput = exports.PositionCreateNestedManyWithoutAssetInput = exports.PositionCreateNestedManyWithoutAlpacaAccountInput = exports.PositionCreateManyInput = exports.PositionCreateManyAssetInputEnvelope = exports.PositionCreateManyAssetInput = exports.PositionCreateManyAlpacaAccountInputEnvelope = exports.PositionCreateManyAlpacaAccountInput = exports.PositionCreateInput = exports.PositionCountOrderByAggregateInput = exports.PositionAvgOrderByAggregateInput = exports.OrderWhereUniqueInput = exports.OrderWhereInput = exports.OrderUpsertWithoutTakeProfitInput = void 0;
14
- exports.TakeProfitCreateOrConnectWithoutOrderInput = exports.TakeProfitCreateNestedOneWithoutOrderInput = exports.TakeProfitCreateManyInput = exports.TakeProfitCreateInput = exports.TakeProfitCountOrderByAggregateInput = exports.TakeProfitAvgOrderByAggregateInput = exports.StringWithAggregatesFilter = exports.StringNullableWithAggregatesFilter = exports.StringNullableListFilter = exports.StringNullableFilter = exports.StringFilter = exports.StringFieldUpdateOperationsInput = exports.StopLossWhereUniqueInput = exports.StopLossWhereInput = exports.StopLossUpsertWithoutOrderInput = exports.StopLossUpdateWithoutOrderInput = exports.StopLossUpdateToOneWithWhereWithoutOrderInput = exports.StopLossUpdateOneWithoutOrderNestedInput = exports.StopLossUpdateManyMutationInput = exports.StopLossUpdateInput = exports.StopLossSumOrderByAggregateInput = exports.StopLossScalarWhereWithAggregatesInput = exports.StopLossOrderByWithRelationInput = exports.StopLossOrderByWithAggregationInput = exports.StopLossNullableRelationFilter = exports.StopLossMinOrderByAggregateInput = exports.StopLossMaxOrderByAggregateInput = exports.StopLossCreateWithoutOrderInput = exports.StopLossCreateOrConnectWithoutOrderInput = exports.StopLossCreateNestedOneWithoutOrderInput = exports.StopLossCreateManyInput = exports.StopLossCreateInput = exports.StopLossCountOrderByAggregateInput = exports.StopLossAvgOrderByAggregateInput = exports.SortOrderInput = exports.SessionWhereUniqueInput = exports.SessionWhereInput = exports.SessionUpsertWithWhereUniqueWithoutUserInput = exports.SessionUpdateWithoutUserInput = exports.SessionUpdateWithWhereUniqueWithoutUserInput = exports.SessionUpdateManyWithoutUserNestedInput = exports.SessionUpdateManyWithWhereWithoutUserInput = exports.SessionUpdateManyMutationInput = exports.SessionUpdateInput = exports.SessionScalarWhereWithAggregatesInput = exports.SessionScalarWhereInput = exports.SessionOrderByWithRelationInput = exports.SessionOrderByWithAggregationInput = exports.SessionOrderByRelationAggregateInput = exports.SessionMinOrderByAggregateInput = void 0;
15
- exports.TradeUpdateOneRequiredWithoutActionsNestedInput = exports.TradeUpdateManyWithoutAssetNestedInput = exports.TradeUpdateManyWithoutAlpacaAccountNestedInput = exports.TradeUpdateManyWithWhereWithoutAssetInput = exports.TradeUpdateManyWithWhereWithoutAlpacaAccountInput = exports.TradeUpdateManyMutationInput = exports.TradeUpdateInput = exports.TradeSumOrderByAggregateInput = exports.TradeScalarWhereWithAggregatesInput = exports.TradeScalarWhereInput = exports.TradeRelationFilter = exports.TradeOrderByWithRelationInput = exports.TradeOrderByWithAggregationInput = exports.TradeOrderByRelationAggregateInput = exports.TradeMinOrderByAggregateInput = exports.TradeMaxOrderByAggregateInput = exports.TradeListRelationFilter = exports.TradeCreateWithoutAssetInput = exports.TradeCreateWithoutAlpacaAccountInput = exports.TradeCreateWithoutActionsInput = exports.TradeCreateOrConnectWithoutAssetInput = exports.TradeCreateOrConnectWithoutAlpacaAccountInput = exports.TradeCreateOrConnectWithoutActionsInput = exports.TradeCreateNestedOneWithoutActionsInput = exports.TradeCreateNestedManyWithoutAssetInput = exports.TradeCreateNestedManyWithoutAlpacaAccountInput = exports.TradeCreateManyInput = exports.TradeCreateManyAssetInputEnvelope = exports.TradeCreateManyAssetInput = exports.TradeCreateManyAlpacaAccountInputEnvelope = exports.TradeCreateManyAlpacaAccountInput = exports.TradeCreateInput = exports.TradeCountOrderByAggregateInput = exports.TradeAvgOrderByAggregateInput = exports.TakeProfitWhereUniqueInput = exports.TakeProfitWhereInput = exports.TakeProfitUpsertWithoutOrderInput = exports.TakeProfitUpdateWithoutOrderInput = exports.TakeProfitUpdateToOneWithWhereWithoutOrderInput = exports.TakeProfitUpdateOneWithoutOrderNestedInput = exports.TakeProfitUpdateManyMutationInput = exports.TakeProfitUpdateInput = exports.TakeProfitSumOrderByAggregateInput = exports.TakeProfitScalarWhereWithAggregatesInput = exports.TakeProfitOrderByWithRelationInput = exports.TakeProfitOrderByWithAggregationInput = exports.TakeProfitNullableRelationFilter = exports.TakeProfitMinOrderByAggregateInput = exports.TakeProfitMaxOrderByAggregateInput = exports.TakeProfitCreateWithoutOrderInput = void 0;
16
- exports.UserUpdateOneRequiredWithoutSessionsNestedInput = exports.UserUpdateOneRequiredWithoutAuthenticatorsNestedInput = exports.UserUpdateOneRequiredWithoutAlpacaAccountsNestedInput = exports.UserUpdateOneRequiredWithoutAccountsNestedInput = exports.UserUpdateManyWithoutCustomerNestedInput = exports.UserUpdateManyWithWhereWithoutCustomerInput = exports.UserUpdateManyMutationInput = exports.UserUpdateInput = exports.UserSumOrderByAggregateInput = exports.UserScalarWhereWithAggregatesInput = exports.UserScalarWhereInput = exports.UserRelationFilter = exports.UserOrderByWithRelationInput = exports.UserOrderByWithAggregationInput = exports.UserOrderByRelationAggregateInput = exports.UserMinOrderByAggregateInput = exports.UserMaxOrderByAggregateInput = exports.UserListRelationFilter = exports.UserCreateWithoutSessionsInput = exports.UserCreateWithoutCustomerInput = exports.UserCreateWithoutAuthenticatorsInput = exports.UserCreateWithoutAlpacaAccountsInput = exports.UserCreateWithoutAccountsInput = exports.UserCreateOrConnectWithoutSessionsInput = exports.UserCreateOrConnectWithoutCustomerInput = exports.UserCreateOrConnectWithoutAuthenticatorsInput = exports.UserCreateOrConnectWithoutAlpacaAccountsInput = exports.UserCreateOrConnectWithoutAccountsInput = exports.UserCreateNestedOneWithoutSessionsInput = exports.UserCreateNestedOneWithoutAuthenticatorsInput = exports.UserCreateNestedOneWithoutAlpacaAccountsInput = exports.UserCreateNestedOneWithoutAccountsInput = exports.UserCreateNestedManyWithoutCustomerInput = exports.UserCreateManyInput = exports.UserCreateManyCustomerInputEnvelope = exports.UserCreateManyCustomerInput = exports.UserCreateInput = exports.UserCountOrderByAggregateInput = exports.UserAvgOrderByAggregateInput = exports.TradeWhereUniqueInput = exports.TradeWhereInput = exports.TradeUpsertWithoutActionsInput = exports.TradeUpsertWithWhereUniqueWithoutAssetInput = exports.TradeUpsertWithWhereUniqueWithoutAlpacaAccountInput = exports.TradeUpdateWithoutAssetInput = exports.TradeUpdateWithoutAlpacaAccountInput = exports.TradeUpdateWithoutActionsInput = exports.TradeUpdateWithWhereUniqueWithoutAssetInput = exports.TradeUpdateWithWhereUniqueWithoutAlpacaAccountInput = exports.TradeUpdateToOneWithWhereWithoutActionsInput = void 0;
17
- exports.VerificationTokenWhereUniqueInput = exports.VerificationTokenWhereInput = exports.VerificationTokenUpdateManyMutationInput = exports.VerificationTokenUpdateInput = exports.VerificationTokenScalarWhereWithAggregatesInput = exports.VerificationTokenOrderByWithRelationInput = exports.VerificationTokenOrderByWithAggregationInput = exports.VerificationTokenMinOrderByAggregateInput = exports.VerificationTokenMaxOrderByAggregateInput = exports.VerificationTokenIdentifierTokenCompoundUniqueInput = exports.VerificationTokenCreateManyInput = exports.VerificationTokenCreateInput = exports.VerificationTokenCountOrderByAggregateInput = exports.UuidWithAggregatesFilter = exports.UuidNullableWithAggregatesFilter = exports.UuidNullableFilter = exports.UuidFilter = exports.UserWhereUniqueInput = exports.UserWhereInput = exports.UserUpsertWithoutSessionsInput = exports.UserUpsertWithoutAuthenticatorsInput = exports.UserUpsertWithoutAlpacaAccountsInput = exports.UserUpsertWithoutAccountsInput = exports.UserUpsertWithWhereUniqueWithoutCustomerInput = exports.UserUpdateWithoutSessionsInput = exports.UserUpdateWithoutCustomerInput = exports.UserUpdateWithoutAuthenticatorsInput = exports.UserUpdateWithoutAlpacaAccountsInput = exports.UserUpdateWithoutAccountsInput = exports.UserUpdateWithWhereUniqueWithoutCustomerInput = exports.UserUpdateToOneWithWhereWithoutSessionsInput = exports.UserUpdateToOneWithWhereWithoutAuthenticatorsInput = exports.UserUpdateToOneWithWhereWithoutAlpacaAccountsInput = exports.UserUpdateToOneWithWhereWithoutAccountsInput = void 0;
8
+ exports.EnumTradeStatusFieldUpdateOperationsInput = exports.EnumTradeSignalWithAggregatesFilter = exports.EnumTradeSignalFilter = exports.EnumTradeSignalFieldUpdateOperationsInput = exports.EnumTimeInForceWithAggregatesFilter = exports.EnumTimeInForceFilter = exports.EnumTimeInForceFieldUpdateOperationsInput = exports.EnumSubscriptionPlanNullableWithAggregatesFilter = exports.EnumSubscriptionPlanNullableFilter = exports.EnumOrderTypeWithAggregatesFilter = exports.EnumOrderTypeFilter = exports.EnumOrderTypeFieldUpdateOperationsInput = exports.EnumOrderStatusWithAggregatesFilter = exports.EnumOrderStatusFilter = exports.EnumOrderStatusFieldUpdateOperationsInput = exports.EnumOrderSideWithAggregatesFilter = exports.EnumOrderSideFilter = exports.EnumOrderSideFieldUpdateOperationsInput = exports.EnumOrderClassWithAggregatesFilter = exports.EnumOrderClassFilter = exports.EnumOrderClassFieldUpdateOperationsInput = exports.EnumOptionTypeNullableWithAggregatesFilter = exports.EnumOptionTypeNullableFilter = exports.EnumOpenaiModelNullableWithAggregatesFilter = exports.EnumOpenaiModelNullableFilter = exports.EnumEventImportanceWithAggregatesFilter = exports.EnumEventImportanceFilter = exports.EnumEventImportanceFieldUpdateOperationsInput = exports.EnumAssetTypeWithAggregatesFilter = exports.EnumAssetTypeFilter = exports.EnumAssetTypeFieldUpdateOperationsInput = exports.EnumAlpacaAccountTypeWithAggregatesFilter = exports.EnumAlpacaAccountTypeFilter = exports.EnumAlpacaAccountTypeFieldUpdateOperationsInput = exports.EnumAlertTypeWithAggregatesFilter = exports.EnumAlertTypeFilter = exports.EnumAlertTypeFieldUpdateOperationsInput = exports.EnumActionTypeWithAggregatesFilter = exports.EnumActionTypeFilter = exports.EnumActionTypeFieldUpdateOperationsInput = exports.EnumActionStatusWithAggregatesFilter = exports.EnumActionStatusFilter = exports.EnumActionStatusFieldUpdateOperationsInput = exports.EconomicEventWhereUniqueInput = exports.EconomicEventWhereInput = exports.EconomicEventUpdateManyMutationInput = exports.EconomicEventUpdateInput = exports.EconomicEventScalarWhereWithAggregatesInput = exports.EconomicEventOrderByWithRelationInput = exports.EconomicEventOrderByWithAggregationInput = void 0;
9
+ exports.NestedEnumOrderStatusWithAggregatesFilter = exports.NestedEnumOrderStatusFilter = exports.NestedEnumOrderSideWithAggregatesFilter = exports.NestedEnumOrderSideFilter = exports.NestedEnumOrderClassWithAggregatesFilter = exports.NestedEnumOrderClassFilter = exports.NestedEnumOptionTypeNullableWithAggregatesFilter = exports.NestedEnumOptionTypeNullableFilter = exports.NestedEnumOpenaiModelNullableWithAggregatesFilter = exports.NestedEnumOpenaiModelNullableFilter = exports.NestedEnumEventImportanceWithAggregatesFilter = exports.NestedEnumEventImportanceFilter = exports.NestedEnumAssetTypeWithAggregatesFilter = exports.NestedEnumAssetTypeFilter = exports.NestedEnumAlpacaAccountTypeWithAggregatesFilter = exports.NestedEnumAlpacaAccountTypeFilter = exports.NestedEnumAlertTypeWithAggregatesFilter = exports.NestedEnumAlertTypeFilter = exports.NestedEnumActionTypeWithAggregatesFilter = exports.NestedEnumActionTypeFilter = exports.NestedEnumActionStatusWithAggregatesFilter = exports.NestedEnumActionStatusFilter = exports.NestedDateTimeWithAggregatesFilter = exports.NestedDateTimeNullableWithAggregatesFilter = exports.NestedDateTimeNullableFilter = exports.NestedDateTimeFilter = exports.NestedBoolWithAggregatesFilter = exports.NestedBoolNullableWithAggregatesFilter = exports.NestedBoolNullableFilter = exports.NestedBoolFilter = exports.JsonNullableWithAggregatesFilter = exports.JsonNullableFilter = exports.IntWithAggregatesFilter = exports.IntNullableWithAggregatesFilter = exports.IntNullableFilter = exports.IntFilter = exports.IntFieldUpdateOperationsInput = exports.FloatWithAggregatesFilter = exports.FloatNullableWithAggregatesFilter = exports.FloatNullableFilter = exports.FloatFilter = exports.FloatFieldUpdateOperationsInput = exports.EnumUserRoleWithAggregatesFilter = exports.EnumUserRoleFilter = exports.EnumUserRoleFieldUpdateOperationsInput = exports.EnumTradeStrategyWithAggregatesFilter = exports.EnumTradeStrategyFilter = exports.EnumTradeStrategyFieldUpdateOperationsInput = exports.EnumTradeStatusWithAggregatesFilter = exports.EnumTradeStatusFilter = void 0;
10
+ exports.NewsArticleAssetSentimentOrderByWithRelationInput = exports.NewsArticleAssetSentimentOrderByWithAggregationInput = exports.NewsArticleAssetSentimentOrderByRelationAggregateInput = exports.NewsArticleAssetSentimentMinOrderByAggregateInput = exports.NewsArticleAssetSentimentMaxOrderByAggregateInput = exports.NewsArticleAssetSentimentListRelationFilter = exports.NewsArticleAssetSentimentCreateWithoutNewsInput = exports.NewsArticleAssetSentimentCreateWithoutAssetInput = exports.NewsArticleAssetSentimentCreateOrConnectWithoutNewsInput = exports.NewsArticleAssetSentimentCreateOrConnectWithoutAssetInput = exports.NewsArticleAssetSentimentCreateNestedManyWithoutNewsInput = exports.NewsArticleAssetSentimentCreateNestedManyWithoutAssetInput = exports.NewsArticleAssetSentimentCreateManyNewsInputEnvelope = exports.NewsArticleAssetSentimentCreateManyNewsInput = exports.NewsArticleAssetSentimentCreateManyInput = exports.NewsArticleAssetSentimentCreateManyAssetInputEnvelope = exports.NewsArticleAssetSentimentCreateManyAssetInput = exports.NewsArticleAssetSentimentCreateInput = exports.NewsArticleAssetSentimentCountOrderByAggregateInput = exports.NestedUuidWithAggregatesFilter = exports.NestedUuidNullableWithAggregatesFilter = exports.NestedUuidNullableFilter = exports.NestedUuidFilter = exports.NestedStringWithAggregatesFilter = exports.NestedStringNullableWithAggregatesFilter = exports.NestedStringNullableFilter = exports.NestedStringFilter = exports.NestedJsonNullableFilter = exports.NestedIntWithAggregatesFilter = exports.NestedIntNullableWithAggregatesFilter = exports.NestedIntNullableFilter = exports.NestedIntFilter = exports.NestedFloatWithAggregatesFilter = exports.NestedFloatNullableWithAggregatesFilter = exports.NestedFloatNullableFilter = exports.NestedFloatFilter = exports.NestedEnumUserRoleWithAggregatesFilter = exports.NestedEnumUserRoleFilter = exports.NestedEnumTradeStrategyWithAggregatesFilter = exports.NestedEnumTradeStrategyFilter = exports.NestedEnumTradeStatusWithAggregatesFilter = exports.NestedEnumTradeStatusFilter = exports.NestedEnumTradeSignalWithAggregatesFilter = exports.NestedEnumTradeSignalFilter = exports.NestedEnumTimeInForceWithAggregatesFilter = exports.NestedEnumTimeInForceFilter = exports.NestedEnumSubscriptionPlanNullableWithAggregatesFilter = exports.NestedEnumSubscriptionPlanNullableFilter = exports.NestedEnumOrderTypeWithAggregatesFilter = exports.NestedEnumOrderTypeFilter = void 0;
11
+ exports.OrderCountOrderByAggregateInput = exports.OrderAvgOrderByAggregateInput = exports.NullableStringFieldUpdateOperationsInput = exports.NullableIntFieldUpdateOperationsInput = exports.NullableFloatFieldUpdateOperationsInput = exports.NullableEnumSubscriptionPlanFieldUpdateOperationsInput = exports.NullableEnumOptionTypeFieldUpdateOperationsInput = exports.NullableEnumOpenaiModelFieldUpdateOperationsInput = exports.NullableDateTimeFieldUpdateOperationsInput = exports.NullableBoolFieldUpdateOperationsInput = exports.NewsArticleWhereUniqueInput = exports.NewsArticleWhereInput = exports.NewsArticleUpsertWithoutAssetsInput = exports.NewsArticleUpdatetopicsInput = exports.NewsArticleUpdateauthorsInput = exports.NewsArticleUpdateWithoutAssetsInput = exports.NewsArticleUpdateToOneWithWhereWithoutAssetsInput = exports.NewsArticleUpdateOneRequiredWithoutAssetsNestedInput = exports.NewsArticleUpdateManyMutationInput = exports.NewsArticleUpdateInput = exports.NewsArticleScalarWhereWithAggregatesInput = exports.NewsArticleRelationFilter = exports.NewsArticleOrderByWithRelationInput = exports.NewsArticleOrderByWithAggregationInput = exports.NewsArticleMinOrderByAggregateInput = exports.NewsArticleMaxOrderByAggregateInput = exports.NewsArticleCreatetopicsInput = exports.NewsArticleCreateauthorsInput = exports.NewsArticleCreateWithoutAssetsInput = exports.NewsArticleCreateOrConnectWithoutAssetsInput = exports.NewsArticleCreateNestedOneWithoutAssetsInput = exports.NewsArticleCreateManyInput = exports.NewsArticleCreateInput = exports.NewsArticleCountOrderByAggregateInput = exports.NewsArticleAssetSentimentWhereUniqueInput = exports.NewsArticleAssetSentimentWhereInput = exports.NewsArticleAssetSentimentUpsertWithWhereUniqueWithoutNewsInput = exports.NewsArticleAssetSentimentUpsertWithWhereUniqueWithoutAssetInput = exports.NewsArticleAssetSentimentUpdateWithoutNewsInput = exports.NewsArticleAssetSentimentUpdateWithoutAssetInput = exports.NewsArticleAssetSentimentUpdateWithWhereUniqueWithoutNewsInput = exports.NewsArticleAssetSentimentUpdateWithWhereUniqueWithoutAssetInput = exports.NewsArticleAssetSentimentUpdateManyWithoutNewsNestedInput = exports.NewsArticleAssetSentimentUpdateManyWithoutAssetNestedInput = exports.NewsArticleAssetSentimentUpdateManyWithWhereWithoutNewsInput = exports.NewsArticleAssetSentimentUpdateManyWithWhereWithoutAssetInput = exports.NewsArticleAssetSentimentUpdateManyMutationInput = exports.NewsArticleAssetSentimentUpdateInput = exports.NewsArticleAssetSentimentScalarWhereWithAggregatesInput = exports.NewsArticleAssetSentimentScalarWhereInput = void 0;
12
+ exports.OrderUpdateWithoutStopLossInput = exports.OrderUpdateWithoutAssetInput = exports.OrderUpdateWithoutAlpacaAccountInput = exports.OrderUpdateWithoutActionInput = exports.OrderUpdateWithWhereUniqueWithoutAssetInput = exports.OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput = exports.OrderUpdateToOneWithWhereWithoutTakeProfitInput = exports.OrderUpdateToOneWithWhereWithoutStopLossInput = exports.OrderUpdateToOneWithWhereWithoutActionInput = exports.OrderUpdateOneWithoutActionNestedInput = exports.OrderUpdateOneRequiredWithoutTakeProfitNestedInput = exports.OrderUpdateOneRequiredWithoutStopLossNestedInput = exports.OrderUpdateManyWithoutAssetNestedInput = exports.OrderUpdateManyWithoutAlpacaAccountNestedInput = exports.OrderUpdateManyWithWhereWithoutAssetInput = exports.OrderUpdateManyWithWhereWithoutAlpacaAccountInput = exports.OrderUpdateManyMutationInput = exports.OrderUpdateInput = exports.OrderSumOrderByAggregateInput = exports.OrderScalarWhereWithAggregatesInput = exports.OrderScalarWhereInput = exports.OrderRelationFilter = exports.OrderOrderByWithRelationInput = exports.OrderOrderByWithAggregationInput = exports.OrderOrderByRelationAggregateInput = exports.OrderNullableRelationFilter = exports.OrderMinOrderByAggregateInput = exports.OrderMaxOrderByAggregateInput = exports.OrderListRelationFilter = exports.OrderCreateWithoutTakeProfitInput = exports.OrderCreateWithoutStopLossInput = exports.OrderCreateWithoutAssetInput = exports.OrderCreateWithoutAlpacaAccountInput = exports.OrderCreateWithoutActionInput = exports.OrderCreateOrConnectWithoutTakeProfitInput = exports.OrderCreateOrConnectWithoutStopLossInput = exports.OrderCreateOrConnectWithoutAssetInput = exports.OrderCreateOrConnectWithoutAlpacaAccountInput = exports.OrderCreateOrConnectWithoutActionInput = exports.OrderCreateNestedOneWithoutTakeProfitInput = exports.OrderCreateNestedOneWithoutStopLossInput = exports.OrderCreateNestedOneWithoutActionInput = exports.OrderCreateNestedManyWithoutAssetInput = exports.OrderCreateNestedManyWithoutAlpacaAccountInput = exports.OrderCreateManyInput = exports.OrderCreateManyAssetInputEnvelope = exports.OrderCreateManyAssetInput = exports.OrderCreateManyAlpacaAccountInputEnvelope = exports.OrderCreateManyAlpacaAccountInput = exports.OrderCreateInput = void 0;
13
+ exports.SessionCreateManyUserInputEnvelope = exports.SessionCreateManyUserInput = exports.SessionCreateManyInput = exports.SessionCreateInput = exports.SessionCountOrderByAggregateInput = exports.PositionWhereUniqueInput = exports.PositionWhereInput = exports.PositionUpsertWithWhereUniqueWithoutAssetInput = exports.PositionUpsertWithWhereUniqueWithoutAlpacaAccountInput = exports.PositionUpdateWithoutAssetInput = exports.PositionUpdateWithoutAlpacaAccountInput = exports.PositionUpdateWithWhereUniqueWithoutAssetInput = exports.PositionUpdateWithWhereUniqueWithoutAlpacaAccountInput = exports.PositionUpdateManyWithoutAssetNestedInput = exports.PositionUpdateManyWithoutAlpacaAccountNestedInput = exports.PositionUpdateManyWithWhereWithoutAssetInput = exports.PositionUpdateManyWithWhereWithoutAlpacaAccountInput = exports.PositionUpdateManyMutationInput = exports.PositionUpdateInput = exports.PositionSumOrderByAggregateInput = exports.PositionScalarWhereWithAggregatesInput = exports.PositionScalarWhereInput = exports.PositionOrderByWithRelationInput = exports.PositionOrderByWithAggregationInput = exports.PositionOrderByRelationAggregateInput = exports.PositionMinOrderByAggregateInput = exports.PositionMaxOrderByAggregateInput = exports.PositionListRelationFilter = exports.PositionCreateWithoutAssetInput = exports.PositionCreateWithoutAlpacaAccountInput = exports.PositionCreateOrConnectWithoutAssetInput = exports.PositionCreateOrConnectWithoutAlpacaAccountInput = exports.PositionCreateNestedManyWithoutAssetInput = exports.PositionCreateNestedManyWithoutAlpacaAccountInput = exports.PositionCreateManyInput = exports.PositionCreateManyAssetInputEnvelope = exports.PositionCreateManyAssetInput = exports.PositionCreateManyAlpacaAccountInputEnvelope = exports.PositionCreateManyAlpacaAccountInput = exports.PositionCreateInput = exports.PositionCountOrderByAggregateInput = exports.PositionAvgOrderByAggregateInput = exports.OrderWhereUniqueInput = exports.OrderWhereInput = exports.OrderUpsertWithoutTakeProfitInput = exports.OrderUpsertWithoutStopLossInput = exports.OrderUpsertWithoutActionInput = exports.OrderUpsertWithWhereUniqueWithoutAssetInput = exports.OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput = exports.OrderUpdateWithoutTakeProfitInput = void 0;
14
+ exports.TakeProfitAvgOrderByAggregateInput = exports.StringWithAggregatesFilter = exports.StringNullableWithAggregatesFilter = exports.StringNullableListFilter = exports.StringNullableFilter = exports.StringFilter = exports.StringFieldUpdateOperationsInput = exports.StopLossWhereUniqueInput = exports.StopLossWhereInput = exports.StopLossUpsertWithoutOrderInput = exports.StopLossUpdateWithoutOrderInput = exports.StopLossUpdateToOneWithWhereWithoutOrderInput = exports.StopLossUpdateOneWithoutOrderNestedInput = exports.StopLossUpdateManyMutationInput = exports.StopLossUpdateInput = exports.StopLossSumOrderByAggregateInput = exports.StopLossScalarWhereWithAggregatesInput = exports.StopLossOrderByWithRelationInput = exports.StopLossOrderByWithAggregationInput = exports.StopLossNullableRelationFilter = exports.StopLossMinOrderByAggregateInput = exports.StopLossMaxOrderByAggregateInput = exports.StopLossCreateWithoutOrderInput = exports.StopLossCreateOrConnectWithoutOrderInput = exports.StopLossCreateNestedOneWithoutOrderInput = exports.StopLossCreateManyInput = exports.StopLossCreateInput = exports.StopLossCountOrderByAggregateInput = exports.StopLossAvgOrderByAggregateInput = exports.SortOrderInput = exports.SessionWhereUniqueInput = exports.SessionWhereInput = exports.SessionUpsertWithWhereUniqueWithoutUserInput = exports.SessionUpdateWithoutUserInput = exports.SessionUpdateWithWhereUniqueWithoutUserInput = exports.SessionUpdateManyWithoutUserNestedInput = exports.SessionUpdateManyWithWhereWithoutUserInput = exports.SessionUpdateManyMutationInput = exports.SessionUpdateInput = exports.SessionScalarWhereWithAggregatesInput = exports.SessionScalarWhereInput = exports.SessionOrderByWithRelationInput = exports.SessionOrderByWithAggregationInput = exports.SessionOrderByRelationAggregateInput = exports.SessionMinOrderByAggregateInput = exports.SessionMaxOrderByAggregateInput = exports.SessionListRelationFilter = exports.SessionCreateWithoutUserInput = exports.SessionCreateOrConnectWithoutUserInput = exports.SessionCreateNestedManyWithoutUserInput = void 0;
15
+ exports.TradeUpdateManyMutationInput = exports.TradeUpdateInput = exports.TradeSumOrderByAggregateInput = exports.TradeScalarWhereWithAggregatesInput = exports.TradeScalarWhereInput = exports.TradeRelationFilter = exports.TradeOrderByWithRelationInput = exports.TradeOrderByWithAggregationInput = exports.TradeOrderByRelationAggregateInput = exports.TradeMinOrderByAggregateInput = exports.TradeMaxOrderByAggregateInput = exports.TradeListRelationFilter = exports.TradeCreateWithoutAssetInput = exports.TradeCreateWithoutAlpacaAccountInput = exports.TradeCreateWithoutActionsInput = exports.TradeCreateOrConnectWithoutAssetInput = exports.TradeCreateOrConnectWithoutAlpacaAccountInput = exports.TradeCreateOrConnectWithoutActionsInput = exports.TradeCreateNestedOneWithoutActionsInput = exports.TradeCreateNestedManyWithoutAssetInput = exports.TradeCreateNestedManyWithoutAlpacaAccountInput = exports.TradeCreateManyInput = exports.TradeCreateManyAssetInputEnvelope = exports.TradeCreateManyAssetInput = exports.TradeCreateManyAlpacaAccountInputEnvelope = exports.TradeCreateManyAlpacaAccountInput = exports.TradeCreateInput = exports.TradeCountOrderByAggregateInput = exports.TradeAvgOrderByAggregateInput = exports.TakeProfitWhereUniqueInput = exports.TakeProfitWhereInput = exports.TakeProfitUpsertWithoutOrderInput = exports.TakeProfitUpdateWithoutOrderInput = exports.TakeProfitUpdateToOneWithWhereWithoutOrderInput = exports.TakeProfitUpdateOneWithoutOrderNestedInput = exports.TakeProfitUpdateManyMutationInput = exports.TakeProfitUpdateInput = exports.TakeProfitSumOrderByAggregateInput = exports.TakeProfitScalarWhereWithAggregatesInput = exports.TakeProfitOrderByWithRelationInput = exports.TakeProfitOrderByWithAggregationInput = exports.TakeProfitNullableRelationFilter = exports.TakeProfitMinOrderByAggregateInput = exports.TakeProfitMaxOrderByAggregateInput = exports.TakeProfitCreateWithoutOrderInput = exports.TakeProfitCreateOrConnectWithoutOrderInput = exports.TakeProfitCreateNestedOneWithoutOrderInput = exports.TakeProfitCreateManyInput = exports.TakeProfitCreateInput = exports.TakeProfitCountOrderByAggregateInput = void 0;
16
+ exports.UserUpdateManyWithWhereWithoutCustomerInput = exports.UserUpdateManyMutationInput = exports.UserUpdateInput = exports.UserSumOrderByAggregateInput = exports.UserScalarWhereWithAggregatesInput = exports.UserScalarWhereInput = exports.UserRelationFilter = exports.UserOrderByWithRelationInput = exports.UserOrderByWithAggregationInput = exports.UserOrderByRelationAggregateInput = exports.UserMinOrderByAggregateInput = exports.UserMaxOrderByAggregateInput = exports.UserListRelationFilter = exports.UserCreateWithoutSessionsInput = exports.UserCreateWithoutCustomerInput = exports.UserCreateWithoutAuthenticatorsInput = exports.UserCreateWithoutAlpacaAccountsInput = exports.UserCreateWithoutAccountsInput = exports.UserCreateOrConnectWithoutSessionsInput = exports.UserCreateOrConnectWithoutCustomerInput = exports.UserCreateOrConnectWithoutAuthenticatorsInput = exports.UserCreateOrConnectWithoutAlpacaAccountsInput = exports.UserCreateOrConnectWithoutAccountsInput = exports.UserCreateNestedOneWithoutSessionsInput = exports.UserCreateNestedOneWithoutAuthenticatorsInput = exports.UserCreateNestedOneWithoutAlpacaAccountsInput = exports.UserCreateNestedOneWithoutAccountsInput = exports.UserCreateNestedManyWithoutCustomerInput = exports.UserCreateManyInput = exports.UserCreateManyCustomerInputEnvelope = exports.UserCreateManyCustomerInput = exports.UserCreateInput = exports.UserCountOrderByAggregateInput = exports.UserAvgOrderByAggregateInput = exports.TradeWhereUniqueInput = exports.TradeWhereInput = exports.TradeUpsertWithoutActionsInput = exports.TradeUpsertWithWhereUniqueWithoutAssetInput = exports.TradeUpsertWithWhereUniqueWithoutAlpacaAccountInput = exports.TradeUpdateWithoutAssetInput = exports.TradeUpdateWithoutAlpacaAccountInput = exports.TradeUpdateWithoutActionsInput = exports.TradeUpdateWithWhereUniqueWithoutAssetInput = exports.TradeUpdateWithWhereUniqueWithoutAlpacaAccountInput = exports.TradeUpdateToOneWithWhereWithoutActionsInput = exports.TradeUpdateOneRequiredWithoutActionsNestedInput = exports.TradeUpdateManyWithoutAssetNestedInput = exports.TradeUpdateManyWithoutAlpacaAccountNestedInput = exports.TradeUpdateManyWithWhereWithoutAssetInput = exports.TradeUpdateManyWithWhereWithoutAlpacaAccountInput = void 0;
17
+ exports.VerificationTokenWhereUniqueInput = exports.VerificationTokenWhereInput = exports.VerificationTokenUpdateManyMutationInput = exports.VerificationTokenUpdateInput = exports.VerificationTokenScalarWhereWithAggregatesInput = exports.VerificationTokenOrderByWithRelationInput = exports.VerificationTokenOrderByWithAggregationInput = exports.VerificationTokenMinOrderByAggregateInput = exports.VerificationTokenMaxOrderByAggregateInput = exports.VerificationTokenIdentifierTokenCompoundUniqueInput = exports.VerificationTokenCreateManyInput = exports.VerificationTokenCreateInput = exports.VerificationTokenCountOrderByAggregateInput = exports.UuidWithAggregatesFilter = exports.UuidNullableWithAggregatesFilter = exports.UuidNullableFilter = exports.UuidFilter = exports.UserWhereUniqueInput = exports.UserWhereInput = exports.UserUpsertWithoutSessionsInput = exports.UserUpsertWithoutAuthenticatorsInput = exports.UserUpsertWithoutAlpacaAccountsInput = exports.UserUpsertWithoutAccountsInput = exports.UserUpsertWithWhereUniqueWithoutCustomerInput = exports.UserUpdateWithoutSessionsInput = exports.UserUpdateWithoutCustomerInput = exports.UserUpdateWithoutAuthenticatorsInput = exports.UserUpdateWithoutAlpacaAccountsInput = exports.UserUpdateWithoutAccountsInput = exports.UserUpdateWithWhereUniqueWithoutCustomerInput = exports.UserUpdateToOneWithWhereWithoutSessionsInput = exports.UserUpdateToOneWithWhereWithoutAuthenticatorsInput = exports.UserUpdateToOneWithWhereWithoutAlpacaAccountsInput = exports.UserUpdateToOneWithWhereWithoutAccountsInput = exports.UserUpdateOneRequiredWithoutSessionsNestedInput = exports.UserUpdateOneRequiredWithoutAuthenticatorsNestedInput = exports.UserUpdateOneRequiredWithoutAlpacaAccountsNestedInput = exports.UserUpdateOneRequiredWithoutAccountsNestedInput = exports.UserUpdateManyWithoutCustomerNestedInput = void 0;
18
18
  var AccountAvgOrderByAggregateInput_1 = require("./AccountAvgOrderByAggregateInput.cjs");
19
19
  Object.defineProperty(exports, "AccountAvgOrderByAggregateInput", { enumerable: true, get: function () { return AccountAvgOrderByAggregateInput_1.AccountAvgOrderByAggregateInput; } });
20
20
  var AccountCountOrderByAggregateInput_1 = require("./AccountCountOrderByAggregateInput.cjs");
@@ -565,6 +565,10 @@ var EnumEventImportanceFilter_1 = require("./EnumEventImportanceFilter.cjs");
565
565
  Object.defineProperty(exports, "EnumEventImportanceFilter", { enumerable: true, get: function () { return EnumEventImportanceFilter_1.EnumEventImportanceFilter; } });
566
566
  var EnumEventImportanceWithAggregatesFilter_1 = require("./EnumEventImportanceWithAggregatesFilter.cjs");
567
567
  Object.defineProperty(exports, "EnumEventImportanceWithAggregatesFilter", { enumerable: true, get: function () { return EnumEventImportanceWithAggregatesFilter_1.EnumEventImportanceWithAggregatesFilter; } });
568
+ var EnumOpenaiModelNullableFilter_1 = require("./EnumOpenaiModelNullableFilter.cjs");
569
+ Object.defineProperty(exports, "EnumOpenaiModelNullableFilter", { enumerable: true, get: function () { return EnumOpenaiModelNullableFilter_1.EnumOpenaiModelNullableFilter; } });
570
+ var EnumOpenaiModelNullableWithAggregatesFilter_1 = require("./EnumOpenaiModelNullableWithAggregatesFilter.cjs");
571
+ Object.defineProperty(exports, "EnumOpenaiModelNullableWithAggregatesFilter", { enumerable: true, get: function () { return EnumOpenaiModelNullableWithAggregatesFilter_1.EnumOpenaiModelNullableWithAggregatesFilter; } });
568
572
  var EnumOptionTypeNullableFilter_1 = require("./EnumOptionTypeNullableFilter.cjs");
569
573
  Object.defineProperty(exports, "EnumOptionTypeNullableFilter", { enumerable: true, get: function () { return EnumOptionTypeNullableFilter_1.EnumOptionTypeNullableFilter; } });
570
574
  var EnumOptionTypeNullableWithAggregatesFilter_1 = require("./EnumOptionTypeNullableWithAggregatesFilter.cjs");
@@ -691,6 +695,10 @@ var NestedEnumEventImportanceFilter_1 = require("./NestedEnumEventImportanceFilt
691
695
  Object.defineProperty(exports, "NestedEnumEventImportanceFilter", { enumerable: true, get: function () { return NestedEnumEventImportanceFilter_1.NestedEnumEventImportanceFilter; } });
692
696
  var NestedEnumEventImportanceWithAggregatesFilter_1 = require("./NestedEnumEventImportanceWithAggregatesFilter.cjs");
693
697
  Object.defineProperty(exports, "NestedEnumEventImportanceWithAggregatesFilter", { enumerable: true, get: function () { return NestedEnumEventImportanceWithAggregatesFilter_1.NestedEnumEventImportanceWithAggregatesFilter; } });
698
+ var NestedEnumOpenaiModelNullableFilter_1 = require("./NestedEnumOpenaiModelNullableFilter.cjs");
699
+ Object.defineProperty(exports, "NestedEnumOpenaiModelNullableFilter", { enumerable: true, get: function () { return NestedEnumOpenaiModelNullableFilter_1.NestedEnumOpenaiModelNullableFilter; } });
700
+ var NestedEnumOpenaiModelNullableWithAggregatesFilter_1 = require("./NestedEnumOpenaiModelNullableWithAggregatesFilter.cjs");
701
+ Object.defineProperty(exports, "NestedEnumOpenaiModelNullableWithAggregatesFilter", { enumerable: true, get: function () { return NestedEnumOpenaiModelNullableWithAggregatesFilter_1.NestedEnumOpenaiModelNullableWithAggregatesFilter; } });
694
702
  var NestedEnumOptionTypeNullableFilter_1 = require("./NestedEnumOptionTypeNullableFilter.cjs");
695
703
  Object.defineProperty(exports, "NestedEnumOptionTypeNullableFilter", { enumerable: true, get: function () { return NestedEnumOptionTypeNullableFilter_1.NestedEnumOptionTypeNullableFilter; } });
696
704
  var NestedEnumOptionTypeNullableWithAggregatesFilter_1 = require("./NestedEnumOptionTypeNullableWithAggregatesFilter.cjs");
@@ -891,6 +899,8 @@ var NullableBoolFieldUpdateOperationsInput_1 = require("./NullableBoolFieldUpdat
891
899
  Object.defineProperty(exports, "NullableBoolFieldUpdateOperationsInput", { enumerable: true, get: function () { return NullableBoolFieldUpdateOperationsInput_1.NullableBoolFieldUpdateOperationsInput; } });
892
900
  var NullableDateTimeFieldUpdateOperationsInput_1 = require("./NullableDateTimeFieldUpdateOperationsInput.cjs");
893
901
  Object.defineProperty(exports, "NullableDateTimeFieldUpdateOperationsInput", { enumerable: true, get: function () { return NullableDateTimeFieldUpdateOperationsInput_1.NullableDateTimeFieldUpdateOperationsInput; } });
902
+ var NullableEnumOpenaiModelFieldUpdateOperationsInput_1 = require("./NullableEnumOpenaiModelFieldUpdateOperationsInput.cjs");
903
+ Object.defineProperty(exports, "NullableEnumOpenaiModelFieldUpdateOperationsInput", { enumerable: true, get: function () { return NullableEnumOpenaiModelFieldUpdateOperationsInput_1.NullableEnumOpenaiModelFieldUpdateOperationsInput; } });
894
904
  var NullableEnumOptionTypeFieldUpdateOperationsInput_1 = require("./NullableEnumOptionTypeFieldUpdateOperationsInput.cjs");
895
905
  Object.defineProperty(exports, "NullableEnumOptionTypeFieldUpdateOperationsInput", { enumerable: true, get: function () { return NullableEnumOptionTypeFieldUpdateOperationsInput_1.NullableEnumOptionTypeFieldUpdateOperationsInput; } });
896
906
  var NullableEnumSubscriptionPlanFieldUpdateOperationsInput_1 = require("./NullableEnumSubscriptionPlanFieldUpdateOperationsInput.cjs");