@adaptic/backend-legacy 0.0.964 → 0.0.966

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 (231) hide show
  1. package/client.cjs +9 -2
  2. package/esm/client.d.ts.map +1 -1
  3. package/esm/client.js.map +1 -1
  4. package/esm/client.mjs +9 -2
  5. package/esm/generated/typeStrings/LlmConfiguration.d.ts +1 -1
  6. package/esm/generated/typeStrings/LlmConfiguration.d.ts.map +1 -1
  7. package/esm/generated/typeStrings/LlmConfiguration.js.map +1 -1
  8. package/esm/generated/typeStrings/LlmConfiguration.mjs +24 -2
  9. package/esm/generated/typeStrings/User.d.ts +1 -1
  10. package/esm/generated/typeStrings/User.d.ts.map +1 -1
  11. package/esm/generated/typeStrings/User.js.map +1 -1
  12. package/esm/generated/typeStrings/User.mjs +20 -0
  13. package/esm/generated/typeStrings/index.d.ts +2 -2
  14. package/esm/generated/typegraphql-prisma/enums/AnthropicModel.d.ts +8 -0
  15. package/esm/generated/typegraphql-prisma/enums/AnthropicModel.d.ts.map +1 -0
  16. package/esm/generated/typegraphql-prisma/enums/AnthropicModel.js.map +1 -0
  17. package/esm/generated/typegraphql-prisma/enums/AnthropicModel.mjs +14 -0
  18. package/esm/generated/typegraphql-prisma/enums/DeepseekModel.d.ts +8 -0
  19. package/esm/generated/typegraphql-prisma/enums/DeepseekModel.d.ts.map +1 -0
  20. package/esm/generated/typegraphql-prisma/enums/DeepseekModel.js.map +1 -0
  21. package/esm/generated/typegraphql-prisma/enums/DeepseekModel.mjs +14 -0
  22. package/esm/generated/typegraphql-prisma/enums/GeminiModel.d.ts +7 -0
  23. package/esm/generated/typegraphql-prisma/enums/GeminiModel.d.ts.map +1 -0
  24. package/esm/generated/typegraphql-prisma/enums/GeminiModel.js.map +1 -0
  25. package/esm/generated/typegraphql-prisma/enums/GeminiModel.mjs +13 -0
  26. package/esm/generated/typegraphql-prisma/enums/KimiModel.d.ts +10 -0
  27. package/esm/generated/typegraphql-prisma/enums/KimiModel.d.ts.map +1 -0
  28. package/esm/generated/typegraphql-prisma/enums/KimiModel.js.map +1 -0
  29. package/esm/generated/typegraphql-prisma/enums/KimiModel.mjs +16 -0
  30. package/esm/generated/typegraphql-prisma/enums/OpenaiModel.d.ts +11 -1
  31. package/esm/generated/typegraphql-prisma/enums/OpenaiModel.d.ts.map +1 -1
  32. package/esm/generated/typegraphql-prisma/enums/OpenaiModel.js.map +1 -1
  33. package/esm/generated/typegraphql-prisma/enums/OpenaiModel.mjs +10 -0
  34. package/esm/generated/typegraphql-prisma/enums/QwenModel.d.ts +7 -0
  35. package/esm/generated/typegraphql-prisma/enums/QwenModel.d.ts.map +1 -0
  36. package/esm/generated/typegraphql-prisma/enums/QwenModel.js.map +1 -0
  37. package/esm/generated/typegraphql-prisma/enums/QwenModel.mjs +13 -0
  38. package/esm/generated/typegraphql-prisma/enums/XaiModel.d.ts +12 -0
  39. package/esm/generated/typegraphql-prisma/enums/XaiModel.d.ts.map +1 -0
  40. package/esm/generated/typegraphql-prisma/enums/XaiModel.js.map +1 -0
  41. package/esm/generated/typegraphql-prisma/enums/XaiModel.mjs +18 -0
  42. package/esm/generated/typegraphql-prisma/enums/index.d.ts +6 -0
  43. package/esm/generated/typegraphql-prisma/enums/index.d.ts.map +1 -1
  44. package/esm/generated/typegraphql-prisma/enums/index.js.map +1 -1
  45. package/esm/generated/typegraphql-prisma/enums/index.mjs +6 -0
  46. package/esm/generated/typegraphql-prisma/models/LlmConfiguration.d.ts +4 -2
  47. package/esm/generated/typegraphql-prisma/models/LlmConfiguration.d.ts.map +1 -1
  48. package/esm/generated/typegraphql-prisma/models/LlmConfiguration.js.map +1 -1
  49. package/esm/generated/typegraphql-prisma/models/LlmConfiguration.mjs +5 -3
  50. package/esm/generated/typegraphql-prisma/models/User.d.ts +1 -1
  51. package/esm/generated/typegraphql-prisma/models/User.d.ts.map +1 -1
  52. package/esm/generated/typegraphql-prisma/models/User.js.map +1 -1
  53. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.d.ts +3 -3
  54. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.d.ts.map +1 -1
  55. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.js.map +1 -1
  56. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.d.ts +3 -3
  57. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.d.ts.map +1 -1
  58. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.js.map +1 -1
  59. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.d.ts +3 -3
  60. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.d.ts.map +1 -1
  61. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.js.map +1 -1
  62. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.d.ts +3 -3
  63. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.d.ts.map +1 -1
  64. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.js.map +1 -1
  65. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.d.ts +1 -1
  66. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.d.ts.map +1 -1
  67. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.js.map +1 -1
  68. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.d.ts +1 -1
  69. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.d.ts.map +1 -1
  70. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.js.map +1 -1
  71. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.d.ts +1 -1
  72. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.d.ts.map +1 -1
  73. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.js.map +1 -1
  74. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.d.ts +1 -1
  75. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.d.ts.map +1 -1
  76. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.js.map +1 -1
  77. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountLinkingRequestsInput.d.ts +1 -1
  78. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountLinkingRequestsInput.d.ts.map +1 -1
  79. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountLinkingRequestsInput.js.map +1 -1
  80. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.d.ts +1 -1
  81. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.d.ts.map +1 -1
  82. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.js.map +1 -1
  83. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.d.ts +1 -1
  84. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.d.ts.map +1 -1
  85. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.js.map +1 -1
  86. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.d.ts +1 -1
  87. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.d.ts.map +1 -1
  88. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.js.map +1 -1
  89. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.d.ts +1 -1
  90. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.d.ts.map +1 -1
  91. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.js.map +1 -1
  92. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLinkedProvidersInput.d.ts +1 -1
  93. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLinkedProvidersInput.d.ts.map +1 -1
  94. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLinkedProvidersInput.js.map +1 -1
  95. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLlmConfigurationInput.d.ts +1 -1
  96. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLlmConfigurationInput.d.ts.map +1 -1
  97. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLlmConfigurationInput.js.map +1 -1
  98. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutReviewedWaitlistEntriesInput.d.ts +1 -1
  99. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutReviewedWaitlistEntriesInput.d.ts.map +1 -1
  100. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutReviewedWaitlistEntriesInput.js.map +1 -1
  101. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.d.ts +1 -1
  102. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.d.ts.map +1 -1
  103. package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.js.map +1 -1
  104. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnUser.d.ts +1 -1
  105. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnUser.d.ts.map +1 -1
  106. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnUser.js.map +1 -1
  107. package/esm/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.d.ts +1 -1
  108. package/esm/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.d.ts.map +1 -1
  109. package/esm/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.js.map +1 -1
  110. package/esm/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.d.ts +1 -1
  111. package/esm/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.d.ts.map +1 -1
  112. package/esm/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.js.map +1 -1
  113. package/esm/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.d.ts +1 -1
  114. package/esm/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.d.ts.map +1 -1
  115. package/esm/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.js.map +1 -1
  116. package/esm/prismaClient.d.ts.map +1 -1
  117. package/esm/prismaClient.js.map +1 -1
  118. package/esm/prismaClient.mjs +9 -1
  119. package/generated/typeStrings/LlmConfiguration.cjs +24 -2
  120. package/generated/typeStrings/LlmConfiguration.d.ts +1 -1
  121. package/generated/typeStrings/LlmConfiguration.d.ts.map +1 -1
  122. package/generated/typeStrings/LlmConfiguration.js.map +1 -1
  123. package/generated/typeStrings/User.cjs +20 -0
  124. package/generated/typeStrings/User.d.ts +1 -1
  125. package/generated/typeStrings/User.d.ts.map +1 -1
  126. package/generated/typeStrings/User.js.map +1 -1
  127. package/generated/typeStrings/index.d.ts +2 -2
  128. package/generated/typegraphql-prisma/enums/AnthropicModel.cjs +50 -0
  129. package/generated/typegraphql-prisma/enums/AnthropicModel.d.ts +8 -0
  130. package/generated/typegraphql-prisma/enums/AnthropicModel.d.ts.map +1 -0
  131. package/generated/typegraphql-prisma/enums/AnthropicModel.js.map +1 -0
  132. package/generated/typegraphql-prisma/enums/DeepseekModel.cjs +50 -0
  133. package/generated/typegraphql-prisma/enums/DeepseekModel.d.ts +8 -0
  134. package/generated/typegraphql-prisma/enums/DeepseekModel.d.ts.map +1 -0
  135. package/generated/typegraphql-prisma/enums/DeepseekModel.js.map +1 -0
  136. package/generated/typegraphql-prisma/enums/GeminiModel.cjs +49 -0
  137. package/generated/typegraphql-prisma/enums/GeminiModel.d.ts +7 -0
  138. package/generated/typegraphql-prisma/enums/GeminiModel.d.ts.map +1 -0
  139. package/generated/typegraphql-prisma/enums/GeminiModel.js.map +1 -0
  140. package/generated/typegraphql-prisma/enums/KimiModel.cjs +52 -0
  141. package/generated/typegraphql-prisma/enums/KimiModel.d.ts +10 -0
  142. package/generated/typegraphql-prisma/enums/KimiModel.d.ts.map +1 -0
  143. package/generated/typegraphql-prisma/enums/KimiModel.js.map +1 -0
  144. package/generated/typegraphql-prisma/enums/OpenaiModel.cjs +10 -0
  145. package/generated/typegraphql-prisma/enums/OpenaiModel.d.ts +11 -1
  146. package/generated/typegraphql-prisma/enums/OpenaiModel.d.ts.map +1 -1
  147. package/generated/typegraphql-prisma/enums/OpenaiModel.js.map +1 -1
  148. package/generated/typegraphql-prisma/enums/QwenModel.cjs +49 -0
  149. package/generated/typegraphql-prisma/enums/QwenModel.d.ts +7 -0
  150. package/generated/typegraphql-prisma/enums/QwenModel.d.ts.map +1 -0
  151. package/generated/typegraphql-prisma/enums/QwenModel.js.map +1 -0
  152. package/generated/typegraphql-prisma/enums/XaiModel.cjs +54 -0
  153. package/generated/typegraphql-prisma/enums/XaiModel.d.ts +12 -0
  154. package/generated/typegraphql-prisma/enums/XaiModel.d.ts.map +1 -0
  155. package/generated/typegraphql-prisma/enums/XaiModel.js.map +1 -0
  156. package/generated/typegraphql-prisma/enums/index.cjs +15 -3
  157. package/generated/typegraphql-prisma/enums/index.d.ts +6 -0
  158. package/generated/typegraphql-prisma/enums/index.d.ts.map +1 -1
  159. package/generated/typegraphql-prisma/enums/index.js.map +1 -1
  160. package/generated/typegraphql-prisma/models/LlmConfiguration.cjs +1 -1
  161. package/generated/typegraphql-prisma/models/LlmConfiguration.d.ts +4 -2
  162. package/generated/typegraphql-prisma/models/LlmConfiguration.d.ts.map +1 -1
  163. package/generated/typegraphql-prisma/models/LlmConfiguration.js.map +1 -1
  164. package/generated/typegraphql-prisma/models/User.d.ts +1 -1
  165. package/generated/typegraphql-prisma/models/User.d.ts.map +1 -1
  166. package/generated/typegraphql-prisma/models/User.js.map +1 -1
  167. package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.d.ts +3 -3
  168. package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.d.ts.map +1 -1
  169. package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.js.map +1 -1
  170. package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.d.ts +3 -3
  171. package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.d.ts.map +1 -1
  172. package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.js.map +1 -1
  173. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.d.ts +3 -3
  174. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.d.ts.map +1 -1
  175. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.js.map +1 -1
  176. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.d.ts +3 -3
  177. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.d.ts.map +1 -1
  178. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.js.map +1 -1
  179. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.d.ts +1 -1
  180. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.d.ts.map +1 -1
  181. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.js.map +1 -1
  182. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.d.ts +1 -1
  183. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.d.ts.map +1 -1
  184. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.js.map +1 -1
  185. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.d.ts +1 -1
  186. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.d.ts.map +1 -1
  187. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.js.map +1 -1
  188. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.d.ts +1 -1
  189. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.d.ts.map +1 -1
  190. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.js.map +1 -1
  191. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountLinkingRequestsInput.d.ts +1 -1
  192. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountLinkingRequestsInput.d.ts.map +1 -1
  193. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountLinkingRequestsInput.js.map +1 -1
  194. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.d.ts +1 -1
  195. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.d.ts.map +1 -1
  196. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.js.map +1 -1
  197. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.d.ts +1 -1
  198. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.d.ts.map +1 -1
  199. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.js.map +1 -1
  200. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.d.ts +1 -1
  201. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.d.ts.map +1 -1
  202. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.js.map +1 -1
  203. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.d.ts +1 -1
  204. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.d.ts.map +1 -1
  205. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.js.map +1 -1
  206. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLinkedProvidersInput.d.ts +1 -1
  207. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLinkedProvidersInput.d.ts.map +1 -1
  208. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLinkedProvidersInput.js.map +1 -1
  209. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLlmConfigurationInput.d.ts +1 -1
  210. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLlmConfigurationInput.d.ts.map +1 -1
  211. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLlmConfigurationInput.js.map +1 -1
  212. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutReviewedWaitlistEntriesInput.d.ts +1 -1
  213. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutReviewedWaitlistEntriesInput.d.ts.map +1 -1
  214. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutReviewedWaitlistEntriesInput.js.map +1 -1
  215. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.d.ts +1 -1
  216. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.d.ts.map +1 -1
  217. package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.js.map +1 -1
  218. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnUser.d.ts +1 -1
  219. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnUser.d.ts.map +1 -1
  220. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnUser.js.map +1 -1
  221. package/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.d.ts +1 -1
  222. package/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.d.ts.map +1 -1
  223. package/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.js.map +1 -1
  224. package/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.d.ts +1 -1
  225. package/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.d.ts.map +1 -1
  226. package/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.js.map +1 -1
  227. package/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.d.ts +1 -1
  228. package/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.d.ts.map +1 -1
  229. package/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.js.map +1 -1
  230. package/package.json +1 -1
  231. package/prismaClient.cjs +9 -1
@@ -1 +1 @@
1
- {"version":3,"file":"prismaClient.js","sourceRoot":"","sources":["../../src/prismaClient.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"prismaClient.js","sourceRoot":"","sources":["../../src/prismaClient.ts"],"names":[],"mappings":"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"}
@@ -19,11 +19,19 @@ const HEARTBEAT_TIMEOUT_MS = 5000;
19
19
  /**
20
20
  * Connection pool size defaults per deployment tier.
21
21
  * Can be overridden via the DATABASE_POOL_SIZE environment variable.
22
+ *
23
+ * Production raised from 20 to 35 to give Prisma more headroom against the
24
+ * Apollo client's `maxConcurrentOperations` budget (also lowered to 50 in
25
+ * src/client.ts). Prior 20:100 ratio let 80 concurrent in-flight ops queue
26
+ * on a saturated pool, producing the "DatabaseHealthCheck exhausted retries
27
+ * (3/3)" cascades observed on Railway adaptic-os/stable. No-op for
28
+ * deployments using Prisma Accelerate (prisma:// URL), where pooling is
29
+ * managed at the proxy and this value is ignored.
22
30
  */
23
31
  const POOL_SIZE_DEFAULTS = {
24
32
  development: 5,
25
33
  staging: 10,
26
- production: 20,
34
+ production: 35,
27
35
  };
28
36
  /** Connection pool timeout in milliseconds. Configurable via DATABASE_POOL_TIMEOUT_MS. */
29
37
  const DEFAULT_POOL_TIMEOUT_MS = 10000;
@@ -63,8 +63,10 @@ export type LlmConfiguration = {
63
63
  miniProvider?: LlmProvider;
64
64
  normalProvider?: LlmProvider;
65
65
  advancedProvider?: LlmProvider;
66
- // Per-tier model overrides (null = use provider's default for that tier)
67
- These are model ID strings like "gpt-5.4-mini", "claude-sonnet-4-6", etc.
66
+ // Per-tier model overrides (null = use provider's default for that tier).
67
+ These are model ID strings. The canonical sets are documented by the per-provider enums
68
+ (OpenaiModel, AnthropicModel, DeepseekModel, KimiModel, QwenModel, XaiModel, GeminiModel)
69
+ — e.g. "gpt-5.5", "claude-opus-4-7", "deepseek-v4-pro", "grok-4.3", "gemini-3.1-pro-preview".
68
70
  miniModel?: string;
69
71
  normalModel?: string;
70
72
  advancedModel?: string;
@@ -95,6 +97,16 @@ enum SubscriptionPlan {
95
97
  }
96
98
 
97
99
  enum OpenaiModel {
100
+ GPT_5_5
101
+
102
+ GPT_5_5_PRO
103
+
104
+ GPT_5_4
105
+
106
+ GPT_5_4_MINI
107
+
108
+ GPT_5_4_NANO
109
+
98
110
  GPT_5
99
111
 
100
112
  GPT_5_MINI
@@ -106,6 +118,16 @@ enum OpenaiModel {
106
118
  GPT_4_1_MINI
107
119
 
108
120
  GPT_4_1_NANO
121
+
122
+ O1
123
+
124
+ O1_MINI
125
+
126
+ O3
127
+
128
+ O3_MINI
129
+
130
+ O4_MINI
109
131
  }
110
132
 
111
133
  enum AuthProvider {
@@ -1,2 +1,2 @@
1
- export declare const LlmConfigurationTypeString = "\n// Your response should adhere to the following type definition for the \"LlmConfiguration\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type LlmConfiguration = {\n // Relation to the User model.\n user: {\n // The user's full name.\n name?: string;\n // The user's email address, must be unique.\n email?: string;\n // URL to the user's profile image.\n image?: string;\n // The role assigned to the user, determining permissions.\n role: UserRole;\n // A short biography or description of the user.\n bio?: string;\n // The user's job title or position.\n jobTitle?: string;\n // The type of Alpaca account the user currently holds.\n currentAccount: AlpacaAccountType;\n // Relation to the Customer model.\n customer?: {\n // Name of the customer.\n name?: string;\n // Subscription plan the customer is enrolled in.\n plan?: SubscriptionPlan;\n };\n // The subscription plan the user is enrolled in.\n plan?: SubscriptionPlan;\n // List of Alpaca accounts linked to the user.\n alpacaAccounts: {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n }[];\n // OpenAI API key for the user.\n openaiAPIKey?: string;\n // OpenAI API Language model selected by the user\n openaiModel?: OpenaiModel;\n // List of linked authentication providers.\n linkedProviders: {\n // The authentication provider type.\n provider: AuthProvider;\n // Email associated with this provider (optional).\n email?: string;\n }[];\n // List of account linking requests.\n accountLinkingRequests: {\n // Current status of the linking request.\n status: AccountLinkingStatus;\n // Provider being linked.\n provider: AuthProvider;\n // Email to verify for the linking request.\n email: string;\n }[];\n };\n // Default provider used for all tiers unless overridden\n defaultProvider: LlmProvider;\n // Per-tier provider overrides (null = inherit from defaultProvider)\n miniProvider?: LlmProvider;\n normalProvider?: LlmProvider;\n advancedProvider?: LlmProvider;\n // Per-tier model overrides (null = use provider's default for that tier)\nThese are model ID strings like \"gpt-5.4-mini\", \"claude-sonnet-4-6\", etc.\n miniModel?: string;\n normalModel?: string;\n advancedModel?: string;\n};\n\nenum UserRole {\n OWNER\n\n ADMIN\n\n SUPERADMIN\n\n USER\n}\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\nenum SubscriptionPlan {\n FREE\n\n PRO\n\n INSTITUTION\n}\n\nenum OpenaiModel {\n GPT_5\n\n GPT_5_MINI\n\n GPT_5_NANO\n\n GPT_4_1\n\n GPT_4_1_MINI\n\n GPT_4_1_NANO\n}\n\nenum AuthProvider {\n CREDENTIALS\n\n GOOGLE\n\n GITHUB\n}\n\nenum AccountLinkingStatus {\n PENDING\n\n EMAIL_SENT\n\n VERIFIED\n\n APPROVED\n\n REJECTED\n\n EXPIRED\n}\n\nenum LlmProvider {\n OPENAI\n\n ANTHROPIC\n\n DEEPSEEK\n\n KIMI\n\n QWEN\n\n XAI\n\n GEMINI\n}\n\n";
1
+ export declare const LlmConfigurationTypeString = "\n// Your response should adhere to the following type definition for the \"LlmConfiguration\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type LlmConfiguration = {\n // Relation to the User model.\n user: {\n // The user's full name.\n name?: string;\n // The user's email address, must be unique.\n email?: string;\n // URL to the user's profile image.\n image?: string;\n // The role assigned to the user, determining permissions.\n role: UserRole;\n // A short biography or description of the user.\n bio?: string;\n // The user's job title or position.\n jobTitle?: string;\n // The type of Alpaca account the user currently holds.\n currentAccount: AlpacaAccountType;\n // Relation to the Customer model.\n customer?: {\n // Name of the customer.\n name?: string;\n // Subscription plan the customer is enrolled in.\n plan?: SubscriptionPlan;\n };\n // The subscription plan the user is enrolled in.\n plan?: SubscriptionPlan;\n // List of Alpaca accounts linked to the user.\n alpacaAccounts: {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n }[];\n // OpenAI API key for the user.\n openaiAPIKey?: string;\n // OpenAI API Language model selected by the user\n openaiModel?: OpenaiModel;\n // List of linked authentication providers.\n linkedProviders: {\n // The authentication provider type.\n provider: AuthProvider;\n // Email associated with this provider (optional).\n email?: string;\n }[];\n // List of account linking requests.\n accountLinkingRequests: {\n // Current status of the linking request.\n status: AccountLinkingStatus;\n // Provider being linked.\n provider: AuthProvider;\n // Email to verify for the linking request.\n email: string;\n }[];\n };\n // Default provider used for all tiers unless overridden\n defaultProvider: LlmProvider;\n // Per-tier provider overrides (null = inherit from defaultProvider)\n miniProvider?: LlmProvider;\n normalProvider?: LlmProvider;\n advancedProvider?: LlmProvider;\n // Per-tier model overrides (null = use provider's default for that tier).\nThese are model ID strings. The canonical sets are documented by the per-provider enums\n(OpenaiModel, AnthropicModel, DeepseekModel, KimiModel, QwenModel, XaiModel, GeminiModel)\n\u2014 e.g. \"gpt-5.5\", \"claude-opus-4-7\", \"deepseek-v4-pro\", \"grok-4.3\", \"gemini-3.1-pro-preview\".\n miniModel?: string;\n normalModel?: string;\n advancedModel?: string;\n};\n\nenum UserRole {\n OWNER\n\n ADMIN\n\n SUPERADMIN\n\n USER\n}\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\nenum SubscriptionPlan {\n FREE\n\n PRO\n\n INSTITUTION\n}\n\nenum OpenaiModel {\n GPT_5_5\n\n GPT_5_5_PRO\n\n GPT_5_4\n\n GPT_5_4_MINI\n\n GPT_5_4_NANO\n\n GPT_5\n\n GPT_5_MINI\n\n GPT_5_NANO\n\n GPT_4_1\n\n GPT_4_1_MINI\n\n GPT_4_1_NANO\n\n O1\n\n O1_MINI\n\n O3\n\n O3_MINI\n\n O4_MINI\n}\n\nenum AuthProvider {\n CREDENTIALS\n\n GOOGLE\n\n GITHUB\n}\n\nenum AccountLinkingStatus {\n PENDING\n\n EMAIL_SENT\n\n VERIFIED\n\n APPROVED\n\n REJECTED\n\n EXPIRED\n}\n\nenum LlmProvider {\n OPENAI\n\n ANTHROPIC\n\n DEEPSEEK\n\n KIMI\n\n QWEN\n\n XAI\n\n GEMINI\n}\n\n";
2
2
  //# sourceMappingURL=LlmConfiguration.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LlmConfiguration.d.ts","sourceRoot":"","sources":["../../../src/generated/typeStrings/LlmConfiguration.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,wgGAiJtC,CAAC"}
1
+ {"version":3,"file":"LlmConfiguration.d.ts","sourceRoot":"","sources":["../../../src/generated/typeStrings/LlmConfiguration.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,k2GAuKtC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"LlmConfiguration.js","sourceRoot":"","sources":["../../../src/generated/typeStrings/LlmConfiguration.ts"],"names":[],"mappings":";;;AAAa,QAAA,0BAA0B,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiJzC,CAAC"}
1
+ {"version":3,"file":"LlmConfiguration.js","sourceRoot":"","sources":["../../../src/generated/typeStrings/LlmConfiguration.ts"],"names":[],"mappings":";;;AAAa,QAAA,0BAA0B,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuKzC,CAAC"}
@@ -81,6 +81,16 @@ enum SubscriptionPlan {
81
81
  }
82
82
 
83
83
  enum OpenaiModel {
84
+ GPT_5_5
85
+
86
+ GPT_5_5_PRO
87
+
88
+ GPT_5_4
89
+
90
+ GPT_5_4_MINI
91
+
92
+ GPT_5_4_NANO
93
+
84
94
  GPT_5
85
95
 
86
96
  GPT_5_MINI
@@ -92,6 +102,16 @@ enum OpenaiModel {
92
102
  GPT_4_1_MINI
93
103
 
94
104
  GPT_4_1_NANO
105
+
106
+ O1
107
+
108
+ O1_MINI
109
+
110
+ O3
111
+
112
+ O3_MINI
113
+
114
+ O4_MINI
95
115
  }
96
116
 
97
117
  enum AuthProvider {
@@ -1,2 +1,2 @@
1
- export declare const UserTypeString = "\n// Your response should adhere to the following type definition for the \"User\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type User = {\n // The user's full name.\n name?: string;\n // The user's email address, must be unique.\n email?: string;\n // URL to the user's profile image.\n image?: string;\n // The role assigned to the user, determining permissions.\n role: UserRole;\n // A short biography or description of the user.\n bio?: string;\n // The user's job title or position.\n jobTitle?: string;\n // The type of Alpaca account the user currently holds.\n currentAccount: AlpacaAccountType;\n // Relation to the Customer model.\n customer?: {\n // Name of the customer.\n name?: string;\n // Subscription plan the customer is enrolled in.\n plan?: SubscriptionPlan;\n };\n // The subscription plan the user is enrolled in.\n plan?: SubscriptionPlan;\n // List of Alpaca accounts linked to the user.\n alpacaAccounts: {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n }[];\n // OpenAI API key for the user.\n openaiAPIKey?: string;\n // OpenAI API Language model selected by the user\n openaiModel?: OpenaiModel;\n // List of linked authentication providers.\n linkedProviders: {\n // The authentication provider type.\n provider: AuthProvider;\n // Email associated with this provider (optional).\n email?: string;\n }[];\n // List of account linking requests.\n accountLinkingRequests: {\n // Current status of the linking request.\n status: AccountLinkingStatus;\n // Provider being linked.\n provider: AuthProvider;\n // Email to verify for the linking request.\n email: string;\n }[];\n};\n\nenum UserRole {\n OWNER\n\n ADMIN\n\n SUPERADMIN\n\n USER\n}\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\nenum SubscriptionPlan {\n FREE\n\n PRO\n\n INSTITUTION\n}\n\nenum OpenaiModel {\n GPT_5\n\n GPT_5_MINI\n\n GPT_5_NANO\n\n GPT_4_1\n\n GPT_4_1_MINI\n\n GPT_4_1_NANO\n}\n\nenum AuthProvider {\n CREDENTIALS\n\n GOOGLE\n\n GITHUB\n}\n\nenum AccountLinkingStatus {\n PENDING\n\n EMAIL_SENT\n\n VERIFIED\n\n APPROVED\n\n REJECTED\n\n EXPIRED\n}\n\n";
1
+ export declare const UserTypeString = "\n// Your response should adhere to the following type definition for the \"User\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type User = {\n // The user's full name.\n name?: string;\n // The user's email address, must be unique.\n email?: string;\n // URL to the user's profile image.\n image?: string;\n // The role assigned to the user, determining permissions.\n role: UserRole;\n // A short biography or description of the user.\n bio?: string;\n // The user's job title or position.\n jobTitle?: string;\n // The type of Alpaca account the user currently holds.\n currentAccount: AlpacaAccountType;\n // Relation to the Customer model.\n customer?: {\n // Name of the customer.\n name?: string;\n // Subscription plan the customer is enrolled in.\n plan?: SubscriptionPlan;\n };\n // The subscription plan the user is enrolled in.\n plan?: SubscriptionPlan;\n // List of Alpaca accounts linked to the user.\n alpacaAccounts: {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n }[];\n // OpenAI API key for the user.\n openaiAPIKey?: string;\n // OpenAI API Language model selected by the user\n openaiModel?: OpenaiModel;\n // List of linked authentication providers.\n linkedProviders: {\n // The authentication provider type.\n provider: AuthProvider;\n // Email associated with this provider (optional).\n email?: string;\n }[];\n // List of account linking requests.\n accountLinkingRequests: {\n // Current status of the linking request.\n status: AccountLinkingStatus;\n // Provider being linked.\n provider: AuthProvider;\n // Email to verify for the linking request.\n email: string;\n }[];\n};\n\nenum UserRole {\n OWNER\n\n ADMIN\n\n SUPERADMIN\n\n USER\n}\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\nenum SubscriptionPlan {\n FREE\n\n PRO\n\n INSTITUTION\n}\n\nenum OpenaiModel {\n GPT_5_5\n\n GPT_5_5_PRO\n\n GPT_5_4\n\n GPT_5_4_MINI\n\n GPT_5_4_NANO\n\n GPT_5\n\n GPT_5_MINI\n\n GPT_5_NANO\n\n GPT_4_1\n\n GPT_4_1_MINI\n\n GPT_4_1_NANO\n\n O1\n\n O1_MINI\n\n O3\n\n O3_MINI\n\n O4_MINI\n}\n\nenum AuthProvider {\n CREDENTIALS\n\n GOOGLE\n\n GITHUB\n}\n\nenum AccountLinkingStatus {\n PENDING\n\n EMAIL_SENT\n\n VERIFIED\n\n APPROVED\n\n REJECTED\n\n EXPIRED\n}\n\n";
2
2
  //# sourceMappingURL=User.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../../src/generated/typeStrings/User.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,qwEAmH1B,CAAC"}
1
+ {"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../../src/generated/typeStrings/User.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,24EAuI1B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"User.js","sourceRoot":"","sources":["../../../src/generated/typeStrings/User.ts"],"names":[],"mappings":";;;AAAa,QAAA,cAAc,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmH7B,CAAC"}
1
+ {"version":3,"file":"User.js","sourceRoot":"","sources":["../../../src/generated/typeStrings/User.ts"],"names":[],"mappings":";;;AAAa,QAAA,cAAc,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuI7B,CAAC"}
@@ -2,8 +2,8 @@ export declare const typeStrings: {
2
2
  readonly configuration: "\n// Your response should adhere to the following type definition for the \"Configuration\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Configuration = {\n // The key for the configuration setting, must be unique.\n configKey: string;\n // The value of the configuration setting, stored as JSON.\n configValue: any;\n // The type of the configuration setting, defined by ConfigType enum.\n type: ConfigType;\n // Optional scope for namespacing the configuration (e.g., symbol, service name).\n scope?: string;\n // Version of the configuration setting.\n version?: string;\n // A one-sentence description of the configuration setting.\n description?: string;\n // A detailed, multi-paragraph description of the configuration setting, including usage examples and references.\n isActive: boolean;\n // Indicates whether the configuration is active or not.\n expiresAt?: Date;\n};\n\nenum ConfigType {\n ANALYTICS\n\n RISK_MANAGEMENT\n\n TRADING\n\n SYSTEM\n\n USER_PREFERENCE\n}\n\n";
3
3
  readonly marketSentiment: "\n// Your response should adhere to the following type definition for the \"MarketSentiment\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type MarketSentiment = {\n // The current level of market sentiment.\n sentiment: MarketSentimentLevel;\n // A one-sentence description of the market sentiment, including specific references to stock market index values, recent changes, trends, and technical indicators, as well as quotes from major news sources.\n description: string;\n // A detailed, multi-paragraph description of the market sentiment, including extensive analyses, references, quotes from major news sources, and links to articles.\n longDescription: string;\n};\n\nenum MarketSentimentLevel {\n VERY_BEARISH\n\n SOMEWHAT_BEARISH\n\n BEARISH\n\n NEUTRAL\n\n SOMEWHAT_BULLISH\n\n BULLISH\n\n VERY_BULLISH\n}\n\n";
4
4
  readonly session: "\n// Your response should adhere to the following type definition for the \"Session\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Session = {\n // Expiration date and time of the session.\n expires: Date;\n // Relation to the User model.\n user: {\n // The user's full name.\n name?: string;\n // The user's email address, must be unique.\n email?: string;\n };\n};\n\n";
5
- readonly user: "\n// Your response should adhere to the following type definition for the \"User\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type User = {\n // The user's full name.\n name?: string;\n // The user's email address, must be unique.\n email?: string;\n // URL to the user's profile image.\n image?: string;\n // The role assigned to the user, determining permissions.\n role: UserRole;\n // A short biography or description of the user.\n bio?: string;\n // The user's job title or position.\n jobTitle?: string;\n // The type of Alpaca account the user currently holds.\n currentAccount: AlpacaAccountType;\n // Relation to the Customer model.\n customer?: {\n // Name of the customer.\n name?: string;\n // Subscription plan the customer is enrolled in.\n plan?: SubscriptionPlan;\n };\n // The subscription plan the user is enrolled in.\n plan?: SubscriptionPlan;\n // List of Alpaca accounts linked to the user.\n alpacaAccounts: {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n }[];\n // OpenAI API key for the user.\n openaiAPIKey?: string;\n // OpenAI API Language model selected by the user\n openaiModel?: OpenaiModel;\n // List of linked authentication providers.\n linkedProviders: {\n // The authentication provider type.\n provider: AuthProvider;\n // Email associated with this provider (optional).\n email?: string;\n }[];\n // List of account linking requests.\n accountLinkingRequests: {\n // Current status of the linking request.\n status: AccountLinkingStatus;\n // Provider being linked.\n provider: AuthProvider;\n // Email to verify for the linking request.\n email: string;\n }[];\n};\n\nenum UserRole {\n OWNER\n\n ADMIN\n\n SUPERADMIN\n\n USER\n}\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\nenum SubscriptionPlan {\n FREE\n\n PRO\n\n INSTITUTION\n}\n\nenum OpenaiModel {\n GPT_5\n\n GPT_5_MINI\n\n GPT_5_NANO\n\n GPT_4_1\n\n GPT_4_1_MINI\n\n GPT_4_1_NANO\n}\n\nenum AuthProvider {\n CREDENTIALS\n\n GOOGLE\n\n GITHUB\n}\n\nenum AccountLinkingStatus {\n PENDING\n\n EMAIL_SENT\n\n VERIFIED\n\n APPROVED\n\n REJECTED\n\n EXPIRED\n}\n\n";
6
- readonly llmConfiguration: "\n// Your response should adhere to the following type definition for the \"LlmConfiguration\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type LlmConfiguration = {\n // Relation to the User model.\n user: {\n // The user's full name.\n name?: string;\n // The user's email address, must be unique.\n email?: string;\n // URL to the user's profile image.\n image?: string;\n // The role assigned to the user, determining permissions.\n role: UserRole;\n // A short biography or description of the user.\n bio?: string;\n // The user's job title or position.\n jobTitle?: string;\n // The type of Alpaca account the user currently holds.\n currentAccount: AlpacaAccountType;\n // Relation to the Customer model.\n customer?: {\n // Name of the customer.\n name?: string;\n // Subscription plan the customer is enrolled in.\n plan?: SubscriptionPlan;\n };\n // The subscription plan the user is enrolled in.\n plan?: SubscriptionPlan;\n // List of Alpaca accounts linked to the user.\n alpacaAccounts: {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n }[];\n // OpenAI API key for the user.\n openaiAPIKey?: string;\n // OpenAI API Language model selected by the user\n openaiModel?: OpenaiModel;\n // List of linked authentication providers.\n linkedProviders: {\n // The authentication provider type.\n provider: AuthProvider;\n // Email associated with this provider (optional).\n email?: string;\n }[];\n // List of account linking requests.\n accountLinkingRequests: {\n // Current status of the linking request.\n status: AccountLinkingStatus;\n // Provider being linked.\n provider: AuthProvider;\n // Email to verify for the linking request.\n email: string;\n }[];\n };\n // Default provider used for all tiers unless overridden\n defaultProvider: LlmProvider;\n // Per-tier provider overrides (null = inherit from defaultProvider)\n miniProvider?: LlmProvider;\n normalProvider?: LlmProvider;\n advancedProvider?: LlmProvider;\n // Per-tier model overrides (null = use provider's default for that tier)\nThese are model ID strings like \"gpt-5.4-mini\", \"claude-sonnet-4-6\", etc.\n miniModel?: string;\n normalModel?: string;\n advancedModel?: string;\n};\n\nenum UserRole {\n OWNER\n\n ADMIN\n\n SUPERADMIN\n\n USER\n}\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\nenum SubscriptionPlan {\n FREE\n\n PRO\n\n INSTITUTION\n}\n\nenum OpenaiModel {\n GPT_5\n\n GPT_5_MINI\n\n GPT_5_NANO\n\n GPT_4_1\n\n GPT_4_1_MINI\n\n GPT_4_1_NANO\n}\n\nenum AuthProvider {\n CREDENTIALS\n\n GOOGLE\n\n GITHUB\n}\n\nenum AccountLinkingStatus {\n PENDING\n\n EMAIL_SENT\n\n VERIFIED\n\n APPROVED\n\n REJECTED\n\n EXPIRED\n}\n\nenum LlmProvider {\n OPENAI\n\n ANTHROPIC\n\n DEEPSEEK\n\n KIMI\n\n QWEN\n\n XAI\n\n GEMINI\n}\n\n";
5
+ readonly user: "\n// Your response should adhere to the following type definition for the \"User\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type User = {\n // The user's full name.\n name?: string;\n // The user's email address, must be unique.\n email?: string;\n // URL to the user's profile image.\n image?: string;\n // The role assigned to the user, determining permissions.\n role: UserRole;\n // A short biography or description of the user.\n bio?: string;\n // The user's job title or position.\n jobTitle?: string;\n // The type of Alpaca account the user currently holds.\n currentAccount: AlpacaAccountType;\n // Relation to the Customer model.\n customer?: {\n // Name of the customer.\n name?: string;\n // Subscription plan the customer is enrolled in.\n plan?: SubscriptionPlan;\n };\n // The subscription plan the user is enrolled in.\n plan?: SubscriptionPlan;\n // List of Alpaca accounts linked to the user.\n alpacaAccounts: {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n }[];\n // OpenAI API key for the user.\n openaiAPIKey?: string;\n // OpenAI API Language model selected by the user\n openaiModel?: OpenaiModel;\n // List of linked authentication providers.\n linkedProviders: {\n // The authentication provider type.\n provider: AuthProvider;\n // Email associated with this provider (optional).\n email?: string;\n }[];\n // List of account linking requests.\n accountLinkingRequests: {\n // Current status of the linking request.\n status: AccountLinkingStatus;\n // Provider being linked.\n provider: AuthProvider;\n // Email to verify for the linking request.\n email: string;\n }[];\n};\n\nenum UserRole {\n OWNER\n\n ADMIN\n\n SUPERADMIN\n\n USER\n}\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\nenum SubscriptionPlan {\n FREE\n\n PRO\n\n INSTITUTION\n}\n\nenum OpenaiModel {\n GPT_5_5\n\n GPT_5_5_PRO\n\n GPT_5_4\n\n GPT_5_4_MINI\n\n GPT_5_4_NANO\n\n GPT_5\n\n GPT_5_MINI\n\n GPT_5_NANO\n\n GPT_4_1\n\n GPT_4_1_MINI\n\n GPT_4_1_NANO\n\n O1\n\n O1_MINI\n\n O3\n\n O3_MINI\n\n O4_MINI\n}\n\nenum AuthProvider {\n CREDENTIALS\n\n GOOGLE\n\n GITHUB\n}\n\nenum AccountLinkingStatus {\n PENDING\n\n EMAIL_SENT\n\n VERIFIED\n\n APPROVED\n\n REJECTED\n\n EXPIRED\n}\n\n";
6
+ readonly llmConfiguration: "\n// Your response should adhere to the following type definition for the \"LlmConfiguration\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type LlmConfiguration = {\n // Relation to the User model.\n user: {\n // The user's full name.\n name?: string;\n // The user's email address, must be unique.\n email?: string;\n // URL to the user's profile image.\n image?: string;\n // The role assigned to the user, determining permissions.\n role: UserRole;\n // A short biography or description of the user.\n bio?: string;\n // The user's job title or position.\n jobTitle?: string;\n // The type of Alpaca account the user currently holds.\n currentAccount: AlpacaAccountType;\n // Relation to the Customer model.\n customer?: {\n // Name of the customer.\n name?: string;\n // Subscription plan the customer is enrolled in.\n plan?: SubscriptionPlan;\n };\n // The subscription plan the user is enrolled in.\n plan?: SubscriptionPlan;\n // List of Alpaca accounts linked to the user.\n alpacaAccounts: {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n }[];\n // OpenAI API key for the user.\n openaiAPIKey?: string;\n // OpenAI API Language model selected by the user\n openaiModel?: OpenaiModel;\n // List of linked authentication providers.\n linkedProviders: {\n // The authentication provider type.\n provider: AuthProvider;\n // Email associated with this provider (optional).\n email?: string;\n }[];\n // List of account linking requests.\n accountLinkingRequests: {\n // Current status of the linking request.\n status: AccountLinkingStatus;\n // Provider being linked.\n provider: AuthProvider;\n // Email to verify for the linking request.\n email: string;\n }[];\n };\n // Default provider used for all tiers unless overridden\n defaultProvider: LlmProvider;\n // Per-tier provider overrides (null = inherit from defaultProvider)\n miniProvider?: LlmProvider;\n normalProvider?: LlmProvider;\n advancedProvider?: LlmProvider;\n // Per-tier model overrides (null = use provider's default for that tier).\nThese are model ID strings. The canonical sets are documented by the per-provider enums\n(OpenaiModel, AnthropicModel, DeepseekModel, KimiModel, QwenModel, XaiModel, GeminiModel)\n— e.g. \"gpt-5.5\", \"claude-opus-4-7\", \"deepseek-v4-pro\", \"grok-4.3\", \"gemini-3.1-pro-preview\".\n miniModel?: string;\n normalModel?: string;\n advancedModel?: string;\n};\n\nenum UserRole {\n OWNER\n\n ADMIN\n\n SUPERADMIN\n\n USER\n}\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\nenum SubscriptionPlan {\n FREE\n\n PRO\n\n INSTITUTION\n}\n\nenum OpenaiModel {\n GPT_5_5\n\n GPT_5_5_PRO\n\n GPT_5_4\n\n GPT_5_4_MINI\n\n GPT_5_4_NANO\n\n GPT_5\n\n GPT_5_MINI\n\n GPT_5_NANO\n\n GPT_4_1\n\n GPT_4_1_MINI\n\n GPT_4_1_NANO\n\n O1\n\n O1_MINI\n\n O3\n\n O3_MINI\n\n O4_MINI\n}\n\nenum AuthProvider {\n CREDENTIALS\n\n GOOGLE\n\n GITHUB\n}\n\nenum AccountLinkingStatus {\n PENDING\n\n EMAIL_SENT\n\n VERIFIED\n\n APPROVED\n\n REJECTED\n\n EXPIRED\n}\n\nenum LlmProvider {\n OPENAI\n\n ANTHROPIC\n\n DEEPSEEK\n\n KIMI\n\n QWEN\n\n XAI\n\n GEMINI\n}\n\n";
7
7
  readonly linkedProvider: "\n// Your response should adhere to the following type definition for the \"LinkedProvider\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type LinkedProvider = {\n // The authentication provider type.\n provider: AuthProvider;\n // Email associated with this provider (optional).\n email?: string;\n // Token expiration date and time (optional).\n expiresAt?: Date;\n};\n\nenum AuthProvider {\n CREDENTIALS\n\n GOOGLE\n\n GITHUB\n}\n\n";
8
8
  readonly accountLinkingRequest: "\n// Your response should adhere to the following type definition for the \"AccountLinkingRequest\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type AccountLinkingRequest = {\n // Email to verify for the linking request.\n email: string;\n // Provider being linked.\n provider: AuthProvider;\n // Current status of the linking request.\n status: AccountLinkingStatus;\n // User agent for security tracking (optional).\n userAgent?: string;\n // IP address for rate limiting (optional).\n ipAddress?: string;\n // When this request expires.\n expiresAt: Date;\n // When email was verified (optional).\n verifiedAt?: Date;\n // When user gave consent (optional).\n approvedAt?: Date;\n // When user rejected (optional).\n rejectedAt?: Date;\n};\n\nenum AuthProvider {\n CREDENTIALS\n\n GOOGLE\n\n GITHUB\n}\n\nenum AccountLinkingStatus {\n PENDING\n\n EMAIL_SENT\n\n VERIFIED\n\n APPROVED\n\n REJECTED\n\n EXPIRED\n}\n\n";
9
9
  readonly alpacaAccount: "\n// Your response should adhere to the following type definition for the \"AlpacaAccount\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type AlpacaAccount = {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n // JSON configuration settings for the Alpaca account.\n configuration?: any;\n};\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\n";
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.AnthropicModel = void 0;
37
+ const TypeGraphQL = __importStar(require("type-graphql"));
38
+ /** Anthropic Claude language models available for text generation. */
39
+ var AnthropicModel;
40
+ (function (AnthropicModel) {
41
+ AnthropicModel["CLAUDE_OPUS_4_7"] = "CLAUDE_OPUS_4_7";
42
+ AnthropicModel["CLAUDE_OPUS_4_6"] = "CLAUDE_OPUS_4_6";
43
+ AnthropicModel["CLAUDE_SONNET_4_6"] = "CLAUDE_SONNET_4_6";
44
+ AnthropicModel["CLAUDE_HAIKU_4_5"] = "CLAUDE_HAIKU_4_5";
45
+ })(AnthropicModel || (exports.AnthropicModel = AnthropicModel = {}));
46
+ TypeGraphQL.registerEnumType(AnthropicModel, {
47
+ name: "AnthropicModel",
48
+ description: "Anthropic Claude language models available for text generation.",
49
+ });
50
+ //# sourceMappingURL=AnthropicModel.js.map
@@ -0,0 +1,8 @@
1
+ /** Anthropic Claude language models available for text generation. */
2
+ export declare enum AnthropicModel {
3
+ CLAUDE_OPUS_4_7 = "CLAUDE_OPUS_4_7",
4
+ CLAUDE_OPUS_4_6 = "CLAUDE_OPUS_4_6",
5
+ CLAUDE_SONNET_4_6 = "CLAUDE_SONNET_4_6",
6
+ CLAUDE_HAIKU_4_5 = "CLAUDE_HAIKU_4_5"
7
+ }
8
+ //# sourceMappingURL=AnthropicModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnthropicModel.d.ts","sourceRoot":"","sources":["../../../../src/generated/typegraphql-prisma/enums/AnthropicModel.ts"],"names":[],"mappings":"AAEA,sEAAsE;AACtE,oBAAY,cAAc;IACxB,eAAe,oBAAoB;IACnC,eAAe,oBAAoB;IACnC,iBAAiB,sBAAsB;IACvC,gBAAgB,qBAAqB;CACtC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnthropicModel.js","sourceRoot":"","sources":["../../../../src/generated/typegraphql-prisma/enums/AnthropicModel.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAE5C,sEAAsE;AACtE,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,qDAAmC,CAAA;IACnC,qDAAmC,CAAA;IACnC,yDAAuC,CAAA;IACvC,uDAAqC,CAAA;AACvC,CAAC,EALW,cAAc,8BAAd,cAAc,QAKzB;AACD,WAAW,CAAC,gBAAgB,CAAC,cAAc,EAAE;IAC3C,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE,iEAAiE;CAC/E,CAAC,CAAC"}
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.DeepseekModel = void 0;
37
+ const TypeGraphQL = __importStar(require("type-graphql"));
38
+ /** DeepSeek language models available for text generation. */
39
+ var DeepseekModel;
40
+ (function (DeepseekModel) {
41
+ DeepseekModel["DEEPSEEK_V4_PRO"] = "DEEPSEEK_V4_PRO";
42
+ DeepseekModel["DEEPSEEK_V4_FLASH"] = "DEEPSEEK_V4_FLASH";
43
+ DeepseekModel["DEEPSEEK_CHAT"] = "DEEPSEEK_CHAT";
44
+ DeepseekModel["DEEPSEEK_REASONER"] = "DEEPSEEK_REASONER";
45
+ })(DeepseekModel || (exports.DeepseekModel = DeepseekModel = {}));
46
+ TypeGraphQL.registerEnumType(DeepseekModel, {
47
+ name: "DeepseekModel",
48
+ description: "DeepSeek language models available for text generation.",
49
+ });
50
+ //# sourceMappingURL=DeepseekModel.js.map
@@ -0,0 +1,8 @@
1
+ /** DeepSeek language models available for text generation. */
2
+ export declare enum DeepseekModel {
3
+ DEEPSEEK_V4_PRO = "DEEPSEEK_V4_PRO",
4
+ DEEPSEEK_V4_FLASH = "DEEPSEEK_V4_FLASH",
5
+ DEEPSEEK_CHAT = "DEEPSEEK_CHAT",
6
+ DEEPSEEK_REASONER = "DEEPSEEK_REASONER"
7
+ }
8
+ //# sourceMappingURL=DeepseekModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeepseekModel.d.ts","sourceRoot":"","sources":["../../../../src/generated/typegraphql-prisma/enums/DeepseekModel.ts"],"names":[],"mappings":"AAEA,8DAA8D;AAC9D,oBAAY,aAAa;IACvB,eAAe,oBAAoB;IACnC,iBAAiB,sBAAsB;IACvC,aAAa,kBAAkB;IAC/B,iBAAiB,sBAAsB;CACxC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeepseekModel.js","sourceRoot":"","sources":["../../../../src/generated/typegraphql-prisma/enums/DeepseekModel.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAE5C,8DAA8D;AAC9D,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,oDAAmC,CAAA;IACnC,wDAAuC,CAAA;IACvC,gDAA+B,CAAA;IAC/B,wDAAuC,CAAA;AACzC,CAAC,EALW,aAAa,6BAAb,aAAa,QAKxB;AACD,WAAW,CAAC,gBAAgB,CAAC,aAAa,EAAE;IAC1C,IAAI,EAAE,eAAe;IACrB,WAAW,EAAE,yDAAyD;CACvE,CAAC,CAAC"}
@@ -0,0 +1,49 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.GeminiModel = void 0;
37
+ const TypeGraphQL = __importStar(require("type-graphql"));
38
+ /** Google Gemini language models available for text generation. */
39
+ var GeminiModel;
40
+ (function (GeminiModel) {
41
+ GeminiModel["GEMINI_3_1_PRO_PREVIEW"] = "GEMINI_3_1_PRO_PREVIEW";
42
+ GeminiModel["GEMINI_3_FLASH_PREVIEW"] = "GEMINI_3_FLASH_PREVIEW";
43
+ GeminiModel["GEMINI_3_1_FLASH_LITE_PREVIEW"] = "GEMINI_3_1_FLASH_LITE_PREVIEW";
44
+ })(GeminiModel || (exports.GeminiModel = GeminiModel = {}));
45
+ TypeGraphQL.registerEnumType(GeminiModel, {
46
+ name: "GeminiModel",
47
+ description: "Google Gemini language models available for text generation.",
48
+ });
49
+ //# sourceMappingURL=GeminiModel.js.map
@@ -0,0 +1,7 @@
1
+ /** Google Gemini language models available for text generation. */
2
+ export declare enum GeminiModel {
3
+ GEMINI_3_1_PRO_PREVIEW = "GEMINI_3_1_PRO_PREVIEW",
4
+ GEMINI_3_FLASH_PREVIEW = "GEMINI_3_FLASH_PREVIEW",
5
+ GEMINI_3_1_FLASH_LITE_PREVIEW = "GEMINI_3_1_FLASH_LITE_PREVIEW"
6
+ }
7
+ //# sourceMappingURL=GeminiModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GeminiModel.d.ts","sourceRoot":"","sources":["../../../../src/generated/typegraphql-prisma/enums/GeminiModel.ts"],"names":[],"mappings":"AAEA,mEAAmE;AACnE,oBAAY,WAAW;IACrB,sBAAsB,2BAA2B;IACjD,sBAAsB,2BAA2B;IACjD,6BAA6B,kCAAkC;CAChE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GeminiModel.js","sourceRoot":"","sources":["../../../../src/generated/typegraphql-prisma/enums/GeminiModel.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAE5C,mEAAmE;AACnE,IAAY,WAIX;AAJD,WAAY,WAAW;IACrB,gEAAiD,CAAA;IACjD,gEAAiD,CAAA;IACjD,8EAA+D,CAAA;AACjE,CAAC,EAJW,WAAW,2BAAX,WAAW,QAItB;AACD,WAAW,CAAC,gBAAgB,CAAC,WAAW,EAAE;IACxC,IAAI,EAAE,aAAa;IACnB,WAAW,EAAE,8DAA8D;CAC5E,CAAC,CAAC"}
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.KimiModel = void 0;
37
+ const TypeGraphQL = __importStar(require("type-graphql"));
38
+ /** Kimi (Moonshot) language models available for text generation. */
39
+ var KimiModel;
40
+ (function (KimiModel) {
41
+ KimiModel["KIMI_K2_6"] = "KIMI_K2_6";
42
+ KimiModel["KIMI_K2_5"] = "KIMI_K2_5";
43
+ KimiModel["KIMI_K2_0905_PREVIEW"] = "KIMI_K2_0905_PREVIEW";
44
+ KimiModel["KIMI_K2_TURBO_PREVIEW"] = "KIMI_K2_TURBO_PREVIEW";
45
+ KimiModel["KIMI_K2_THINKING"] = "KIMI_K2_THINKING";
46
+ KimiModel["KIMI_K2_THINKING_TURBO"] = "KIMI_K2_THINKING_TURBO";
47
+ })(KimiModel || (exports.KimiModel = KimiModel = {}));
48
+ TypeGraphQL.registerEnumType(KimiModel, {
49
+ name: "KimiModel",
50
+ description: "Kimi (Moonshot) language models available for text generation.",
51
+ });
52
+ //# sourceMappingURL=KimiModel.js.map
@@ -0,0 +1,10 @@
1
+ /** Kimi (Moonshot) language models available for text generation. */
2
+ export declare enum KimiModel {
3
+ KIMI_K2_6 = "KIMI_K2_6",
4
+ KIMI_K2_5 = "KIMI_K2_5",
5
+ KIMI_K2_0905_PREVIEW = "KIMI_K2_0905_PREVIEW",
6
+ KIMI_K2_TURBO_PREVIEW = "KIMI_K2_TURBO_PREVIEW",
7
+ KIMI_K2_THINKING = "KIMI_K2_THINKING",
8
+ KIMI_K2_THINKING_TURBO = "KIMI_K2_THINKING_TURBO"
9
+ }
10
+ //# sourceMappingURL=KimiModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KimiModel.d.ts","sourceRoot":"","sources":["../../../../src/generated/typegraphql-prisma/enums/KimiModel.ts"],"names":[],"mappings":"AAEA,qEAAqE;AACrE,oBAAY,SAAS;IACnB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,oBAAoB,yBAAyB;IAC7C,qBAAqB,0BAA0B;IAC/C,gBAAgB,qBAAqB;IACrC,sBAAsB,2BAA2B;CAClD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KimiModel.js","sourceRoot":"","sources":["../../../../src/generated/typegraphql-prisma/enums/KimiModel.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAE5C,qEAAqE;AACrE,IAAY,SAOX;AAPD,WAAY,SAAS;IACnB,oCAAuB,CAAA;IACvB,oCAAuB,CAAA;IACvB,0DAA6C,CAAA;IAC7C,4DAA+C,CAAA;IAC/C,kDAAqC,CAAA;IACrC,8DAAiD,CAAA;AACnD,CAAC,EAPW,SAAS,yBAAT,SAAS,QAOpB;AACD,WAAW,CAAC,gBAAgB,CAAC,SAAS,EAAE;IACtC,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,gEAAgE;CAC9E,CAAC,CAAC"}
@@ -37,12 +37,22 @@ exports.OpenaiModel = void 0;
37
37
  const TypeGraphQL = __importStar(require("type-graphql"));
38
38
  var OpenaiModel;
39
39
  (function (OpenaiModel) {
40
+ OpenaiModel["GPT_5_5"] = "GPT_5_5";
41
+ OpenaiModel["GPT_5_5_PRO"] = "GPT_5_5_PRO";
42
+ OpenaiModel["GPT_5_4"] = "GPT_5_4";
43
+ OpenaiModel["GPT_5_4_MINI"] = "GPT_5_4_MINI";
44
+ OpenaiModel["GPT_5_4_NANO"] = "GPT_5_4_NANO";
40
45
  OpenaiModel["GPT_5"] = "GPT_5";
41
46
  OpenaiModel["GPT_5_MINI"] = "GPT_5_MINI";
42
47
  OpenaiModel["GPT_5_NANO"] = "GPT_5_NANO";
43
48
  OpenaiModel["GPT_4_1"] = "GPT_4_1";
44
49
  OpenaiModel["GPT_4_1_MINI"] = "GPT_4_1_MINI";
45
50
  OpenaiModel["GPT_4_1_NANO"] = "GPT_4_1_NANO";
51
+ OpenaiModel["O1"] = "O1";
52
+ OpenaiModel["O1_MINI"] = "O1_MINI";
53
+ OpenaiModel["O3"] = "O3";
54
+ OpenaiModel["O3_MINI"] = "O3_MINI";
55
+ OpenaiModel["O4_MINI"] = "O4_MINI";
46
56
  })(OpenaiModel || (exports.OpenaiModel = OpenaiModel = {}));
47
57
  TypeGraphQL.registerEnumType(OpenaiModel, {
48
58
  name: "OpenaiModel",
@@ -1,9 +1,19 @@
1
1
  export declare enum OpenaiModel {
2
+ GPT_5_5 = "GPT_5_5",
3
+ GPT_5_5_PRO = "GPT_5_5_PRO",
4
+ GPT_5_4 = "GPT_5_4",
5
+ GPT_5_4_MINI = "GPT_5_4_MINI",
6
+ GPT_5_4_NANO = "GPT_5_4_NANO",
2
7
  GPT_5 = "GPT_5",
3
8
  GPT_5_MINI = "GPT_5_MINI",
4
9
  GPT_5_NANO = "GPT_5_NANO",
5
10
  GPT_4_1 = "GPT_4_1",
6
11
  GPT_4_1_MINI = "GPT_4_1_MINI",
7
- GPT_4_1_NANO = "GPT_4_1_NANO"
12
+ GPT_4_1_NANO = "GPT_4_1_NANO",
13
+ O1 = "O1",
14
+ O1_MINI = "O1_MINI",
15
+ O3 = "O3",
16
+ O3_MINI = "O3_MINI",
17
+ O4_MINI = "O4_MINI"
8
18
  }
9
19
  //# sourceMappingURL=OpenaiModel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OpenaiModel.d.ts","sourceRoot":"","sources":["../../../../src/generated/typegraphql-prisma/enums/OpenaiModel.ts"],"names":[],"mappings":"AAEA,oBAAY,WAAW;IACrB,KAAK,UAAU;IACf,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,OAAO,YAAY;IACnB,YAAY,iBAAiB;IAC7B,YAAY,iBAAiB;CAC9B"}
1
+ {"version":3,"file":"OpenaiModel.d.ts","sourceRoot":"","sources":["../../../../src/generated/typegraphql-prisma/enums/OpenaiModel.ts"],"names":[],"mappings":"AAEA,oBAAY,WAAW;IACrB,OAAO,YAAY;IACnB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,YAAY,iBAAiB;IAC7B,YAAY,iBAAiB;IAC7B,KAAK,UAAU;IACf,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,OAAO,YAAY;IACnB,YAAY,iBAAiB;IAC7B,YAAY,iBAAiB;IAC7B,EAAE,OAAO;IACT,OAAO,YAAY;IACnB,EAAE,OAAO;IACT,OAAO,YAAY;IACnB,OAAO,YAAY;CACpB"}
@@ -1 +1 @@
1
- {"version":3,"file":"OpenaiModel.js","sourceRoot":"","sources":["../../../../src/generated/typegraphql-prisma/enums/OpenaiModel.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAE5C,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,8BAAe,CAAA;IACf,wCAAyB,CAAA;IACzB,wCAAyB,CAAA;IACzB,kCAAmB,CAAA;IACnB,4CAA6B,CAAA;IAC7B,4CAA6B,CAAA;AAC/B,CAAC,EAPW,WAAW,2BAAX,WAAW,QAOtB;AACD,WAAW,CAAC,gBAAgB,CAAC,WAAW,EAAE;IACxC,IAAI,EAAE,aAAa;IACnB,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
1
+ {"version":3,"file":"OpenaiModel.js","sourceRoot":"","sources":["../../../../src/generated/typegraphql-prisma/enums/OpenaiModel.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAE5C,IAAY,WAiBX;AAjBD,WAAY,WAAW;IACrB,kCAAmB,CAAA;IACnB,0CAA2B,CAAA;IAC3B,kCAAmB,CAAA;IACnB,4CAA6B,CAAA;IAC7B,4CAA6B,CAAA;IAC7B,8BAAe,CAAA;IACf,wCAAyB,CAAA;IACzB,wCAAyB,CAAA;IACzB,kCAAmB,CAAA;IACnB,4CAA6B,CAAA;IAC7B,4CAA6B,CAAA;IAC7B,wBAAS,CAAA;IACT,kCAAmB,CAAA;IACnB,wBAAS,CAAA;IACT,kCAAmB,CAAA;IACnB,kCAAmB,CAAA;AACrB,CAAC,EAjBW,WAAW,2BAAX,WAAW,QAiBtB;AACD,WAAW,CAAC,gBAAgB,CAAC,WAAW,EAAE;IACxC,IAAI,EAAE,aAAa;IACnB,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}