@shophost/rest-api 2.0.30 → 2.0.31

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 (352) hide show
  1. package/package.json +18 -13
  2. package/scripts/minify.mjs +110 -0
  3. package/src/app.js +1 -53
  4. package/src/core/auth/auth.schema.js +1 -41
  5. package/src/core/auth/auth.util.js +1 -44
  6. package/src/core/auth/better-auth.lib.js +1 -100
  7. package/src/core/auth/generate-password-hash.util.d.ts +0 -3
  8. package/src/core/auth/generate-password-hash.util.js +1 -30
  9. package/src/core/auth/headers.schema.js +1 -22
  10. package/src/core/auth/user.schema.js +1 -30
  11. package/src/core/db/__generated__/client/browser.d.ts +0 -128
  12. package/src/core/db/__generated__/client/browser.js +1 -18
  13. package/src/core/db/__generated__/client/client.d.ts +0 -143
  14. package/src/core/db/__generated__/client/client.js +1 -35
  15. package/src/core/db/__generated__/client/commonInputTypes.js +1 -11
  16. package/src/core/db/__generated__/client/enums.js +1 -200
  17. package/src/core/db/__generated__/client/internal/class.d.ts +0 -343
  18. package/src/core/db/__generated__/client/internal/class.js +1 -55
  19. package/src/core/db/__generated__/client/internal/prismaNamespace.d.ts +0 -234
  20. package/src/core/db/__generated__/client/internal/prismaNamespace.js +1 -541
  21. package/src/core/db/__generated__/client/internal/prismaNamespaceBrowser.d.ts +0 -15
  22. package/src/core/db/__generated__/client/internal/prismaNamespaceBrowser.js +1 -512
  23. package/src/core/db/__generated__/client/models/Account.d.ts +0 -628
  24. package/src/core/db/__generated__/client/models/Account.js +1 -2
  25. package/src/core/db/__generated__/client/models/Address.d.ts +0 -701
  26. package/src/core/db/__generated__/client/models/Address.js +1 -2
  27. package/src/core/db/__generated__/client/models/Campaign.d.ts +0 -638
  28. package/src/core/db/__generated__/client/models/Campaign.js +1 -2
  29. package/src/core/db/__generated__/client/models/ClosingTimes.d.ts +0 -634
  30. package/src/core/db/__generated__/client/models/ClosingTimes.js +1 -2
  31. package/src/core/db/__generated__/client/models/File.d.ts +0 -752
  32. package/src/core/db/__generated__/client/models/File.js +1 -2
  33. package/src/core/db/__generated__/client/models/Invitation.d.ts +0 -628
  34. package/src/core/db/__generated__/client/models/Invitation.js +1 -2
  35. package/src/core/db/__generated__/client/models/LegalEntity.d.ts +0 -652
  36. package/src/core/db/__generated__/client/models/LegalEntity.js +1 -2
  37. package/src/core/db/__generated__/client/models/Manufacturer.d.ts +0 -679
  38. package/src/core/db/__generated__/client/models/Manufacturer.js +1 -2
  39. package/src/core/db/__generated__/client/models/ManufacturerTranslation.d.ts +0 -628
  40. package/src/core/db/__generated__/client/models/ManufacturerTranslation.js +1 -2
  41. package/src/core/db/__generated__/client/models/Member.d.ts +0 -628
  42. package/src/core/db/__generated__/client/models/Member.js +1 -2
  43. package/src/core/db/__generated__/client/models/Modifier.d.ts +0 -662
  44. package/src/core/db/__generated__/client/models/Modifier.js +1 -2
  45. package/src/core/db/__generated__/client/models/ModifierGroup.d.ts +0 -686
  46. package/src/core/db/__generated__/client/models/ModifierGroup.js +1 -2
  47. package/src/core/db/__generated__/client/models/ModifierGroupTranslation.d.ts +0 -628
  48. package/src/core/db/__generated__/client/models/ModifierGroupTranslation.js +1 -2
  49. package/src/core/db/__generated__/client/models/OpeningTimes.d.ts +0 -634
  50. package/src/core/db/__generated__/client/models/OpeningTimes.js +1 -2
  51. package/src/core/db/__generated__/client/models/Order.d.ts +0 -700
  52. package/src/core/db/__generated__/client/models/Order.js +1 -2
  53. package/src/core/db/__generated__/client/models/OrderItem.d.ts +0 -686
  54. package/src/core/db/__generated__/client/models/OrderItem.js +1 -2
  55. package/src/core/db/__generated__/client/models/OrderItemTranslation.d.ts +0 -628
  56. package/src/core/db/__generated__/client/models/OrderItemTranslation.js +1 -2
  57. package/src/core/db/__generated__/client/models/Organization.d.ts +0 -811
  58. package/src/core/db/__generated__/client/models/Organization.js +1 -2
  59. package/src/core/db/__generated__/client/models/OrganizationConfiguration.d.ts +0 -676
  60. package/src/core/db/__generated__/client/models/OrganizationConfiguration.js +1 -2
  61. package/src/core/db/__generated__/client/models/Payment.d.ts +0 -668
  62. package/src/core/db/__generated__/client/models/Payment.js +1 -2
  63. package/src/core/db/__generated__/client/models/PaymentSession.d.ts +0 -638
  64. package/src/core/db/__generated__/client/models/PaymentSession.js +1 -2
  65. package/src/core/db/__generated__/client/models/Product.d.ts +0 -746
  66. package/src/core/db/__generated__/client/models/Product.js +1 -2
  67. package/src/core/db/__generated__/client/models/ProductCategory.d.ts +0 -689
  68. package/src/core/db/__generated__/client/models/ProductCategory.js +1 -2
  69. package/src/core/db/__generated__/client/models/ProductCategoryTranslation.d.ts +0 -628
  70. package/src/core/db/__generated__/client/models/ProductCategoryTranslation.js +1 -2
  71. package/src/core/db/__generated__/client/models/ProductSnapshot.d.ts +0 -664
  72. package/src/core/db/__generated__/client/models/ProductSnapshot.js +1 -2
  73. package/src/core/db/__generated__/client/models/ProductTranslation.d.ts +0 -628
  74. package/src/core/db/__generated__/client/models/ProductTranslation.js +1 -2
  75. package/src/core/db/__generated__/client/models/Reservation.d.ts +0 -650
  76. package/src/core/db/__generated__/client/models/Reservation.js +1 -2
  77. package/src/core/db/__generated__/client/models/Session.d.ts +0 -628
  78. package/src/core/db/__generated__/client/models/Session.js +1 -2
  79. package/src/core/db/__generated__/client/models/ShippingMethod.d.ts +0 -679
  80. package/src/core/db/__generated__/client/models/ShippingMethod.js +1 -2
  81. package/src/core/db/__generated__/client/models/ShippingZone.d.ts +0 -638
  82. package/src/core/db/__generated__/client/models/ShippingZone.js +1 -2
  83. package/src/core/db/__generated__/client/models/User.d.ts +0 -736
  84. package/src/core/db/__generated__/client/models/User.js +1 -2
  85. package/src/core/db/__generated__/client/models/Verification.d.ts +0 -592
  86. package/src/core/db/__generated__/client/models/Verification.js +1 -2
  87. package/src/core/db/__generated__/client/models.js +1 -2
  88. package/src/core/db/index.js +1 -2
  89. package/src/core/exceptions/http-exception.js +1 -9
  90. package/src/core/hono/hono.js +1 -123
  91. package/src/core/lib/prisma.d.ts +9 -1
  92. package/src/core/lib/prisma.js +1 -11
  93. package/src/core/logging/pino.js +1 -5
  94. package/src/core/notifications/email.service.d.ts +0 -15
  95. package/src/core/notifications/email.service.js +1 -116
  96. package/src/core/openapi/openapi.lib.js +1 -26
  97. package/src/core/types/google-maps.types.js +1 -2
  98. package/src/core/utils/currency.util.js +1 -11
  99. package/src/core/utils/env.util.js +1 -8
  100. package/src/core/utils/object.util.d.ts +0 -10
  101. package/src/core/utils/object.util.js +1 -39
  102. package/src/core/utils/translations.util.js +0 -2
  103. package/src/core/utils/zod.util.d.ts +0 -12
  104. package/src/core/utils/zod.util.js +1 -85
  105. package/src/db.js +1 -3
  106. package/src/features/access/access.handler.js +1 -91
  107. package/src/features/access/access.route.js +1 -220
  108. package/src/features/access/access.schema.js +1 -108
  109. package/src/features/access/access.service.js +1 -294
  110. package/src/features/cart/cart.handler.js +1 -17
  111. package/src/features/cart/cart.route.js +1 -32
  112. package/src/features/cart/cart.schema.js +1 -39
  113. package/src/features/cart/cart.service.d.ts +0 -7
  114. package/src/features/cart/cart.service.js +1 -97
  115. package/src/features/cart/cart.util.js +1 -76
  116. package/src/features/file/file.handler.js +1 -23
  117. package/src/features/file/file.route.js +1 -34
  118. package/src/features/file/file.schema.js +1 -77
  119. package/src/features/file/file.service.d.ts +0 -6
  120. package/src/features/file/file.service.js +1 -66
  121. package/src/features/health/health.handler.js +1 -10
  122. package/src/features/health/health.route.js +1 -25
  123. package/src/features/index.js +1 -16
  124. package/src/features/location/location.handler.js +1 -25
  125. package/src/features/location/location.route.js +1 -56
  126. package/src/features/location/location.schema.js +1 -50
  127. package/src/features/location/location.service.d.ts +0 -3
  128. package/src/features/location/location.service.js +1 -141
  129. package/src/features/manufacturer/manufacturer.handler.js +1 -53
  130. package/src/features/manufacturer/manufacturer.route.js +1 -97
  131. package/src/features/manufacturer/manufacturer.schema.js +1 -125
  132. package/src/features/manufacturer/manufacturer.service.d.ts +0 -19
  133. package/src/features/manufacturer/manufacturer.service.js +1 -190
  134. package/src/features/order/emails/order-confirmation.email.js +1 -229
  135. package/src/features/order/emails/order-notification.email.js +1 -229
  136. package/src/features/order/fulfilment.schema.js +1 -3
  137. package/src/features/order/order.handler.js +1 -54
  138. package/src/features/order/order.route.js +1 -111
  139. package/src/features/order/order.schema.js +1 -158
  140. package/src/features/order/order.service.d.ts +0 -15
  141. package/src/features/order/order.service.js +1 -306
  142. package/src/features/order/recipient.schema.js +1 -38
  143. package/src/features/organization/legal-entity.schema.js +1 -83
  144. package/src/features/organization/organization-configuration.schema.js +1 -115
  145. package/src/features/organization/organization.handler.js +1 -48
  146. package/src/features/organization/organization.route.js +1 -84
  147. package/src/features/organization/organization.schema.js +1 -64
  148. package/src/features/organization/organization.service.d.ts +0 -15
  149. package/src/features/organization/organization.service.js +1 -334
  150. package/src/features/payment/payment.handler.js +1 -16
  151. package/src/features/payment/payment.route.js +1 -22
  152. package/src/features/payment/payment.schema.js +1 -46
  153. package/src/features/payment/payment.service.js +1 -100
  154. package/src/features/payment/stripe.service.js +1 -164
  155. package/src/features/product/product-modifier.schema.js +1 -84
  156. package/src/features/product/product.handler.js +1 -87
  157. package/src/features/product/product.route.js +1 -179
  158. package/src/features/product/product.schema.js +1 -143
  159. package/src/features/product/product.service.d.ts +0 -25
  160. package/src/features/product/product.service.js +1 -440
  161. package/src/features/product-category/product-category.handler.js +1 -59
  162. package/src/features/product-category/product-category.route.js +1 -139
  163. package/src/features/product-category/product-category.schema.js +1 -86
  164. package/src/features/product-category/product-category.service.d.ts +0 -22
  165. package/src/features/product-category/product-category.service.js +1 -220
  166. package/src/features/reservation/emails/reservation-cancellation.email.js +1 -82
  167. package/src/features/reservation/emails/reservation-confirmation.email.js +1 -82
  168. package/src/features/reservation/emails/reservation-notification.email.js +1 -93
  169. package/src/features/reservation/reservation.handler.js +1 -65
  170. package/src/features/reservation/reservation.route.js +1 -167
  171. package/src/features/reservation/reservation.schema.js +1 -51
  172. package/src/features/reservation/reservation.service.d.ts +0 -18
  173. package/src/features/reservation/reservation.service.js +1 -231
  174. package/src/features/shipping/shipping.handler.js +1 -32
  175. package/src/features/shipping/shipping.route.js +1 -51
  176. package/src/features/shipping/shipping.service.d.ts +0 -7
  177. package/src/features/shipping/shipping.service.js +1 -96
  178. package/src/features/shipping-method/shipping-method.handler.js +1 -60
  179. package/src/features/shipping-method/shipping-method.route.js +1 -144
  180. package/src/features/shipping-method/shipping-method.schema.js +1 -48
  181. package/src/features/shipping-method/shipping-method.service.d.ts +0 -25
  182. package/src/features/shipping-method/shipping-method.service.js +1 -229
  183. package/src/features/shipping-method/shipping-zone.schema.js +1 -31
  184. package/src/features/webhook/webhook.handler.js +1 -50
  185. package/src/features/webhook/webhook.route.js +1 -33
  186. package/src/index.js +1 -6
  187. package/src/integrations/next.js +1 -82
  188. package/src/schemas/address.schema.d.ts +0 -8
  189. package/src/schemas/address.schema.js +1 -112
  190. package/src/schemas/currency.schema.d.ts +0 -42
  191. package/src/schemas/currency.schema.js +1 -118
  192. package/src/schemas/error.schema.js +1 -12
  193. package/src/schemas/index.js +1 -29
  194. package/src/schemas/locales.schema.js +1 -238
  195. package/src/schemas/number.schema.js +1 -29
  196. package/src/schemas/pagination.schema.js +1 -54
  197. package/src/schemas/params.schema.js +1 -20
  198. package/src/schemas/queries.schema.js +1 -6
  199. package/src/test/global-setup.d.ts +1 -0
  200. package/src/test/global-setup.js +1 -0
  201. package/src/test/integration/api-fixtures.d.ts +4 -16
  202. package/src/test/integration/api-fixtures.js +1 -225
  203. package/src/test/integration/seed.d.ts +81 -0
  204. package/src/test/integration/seed.js +1 -0
  205. package/src/test/integration/test-helpers.d.ts +107 -924
  206. package/src/test/integration/test-helpers.js +1 -1100
  207. package/src/test/setup-test-env.d.ts +1 -1
  208. package/src/test/setup-test-env.js +1 -29
  209. package/src/app.js.map +0 -1
  210. package/src/core/auth/auth.schema.js.map +0 -1
  211. package/src/core/auth/auth.util.js.map +0 -1
  212. package/src/core/auth/better-auth.lib.js.map +0 -1
  213. package/src/core/auth/generate-password-hash.util.js.map +0 -1
  214. package/src/core/auth/headers.schema.js.map +0 -1
  215. package/src/core/auth/user.schema.js.map +0 -1
  216. package/src/core/db/__generated__/client/browser.js.map +0 -1
  217. package/src/core/db/__generated__/client/client.js.map +0 -1
  218. package/src/core/db/__generated__/client/commonInputTypes.js.map +0 -1
  219. package/src/core/db/__generated__/client/enums.js.map +0 -1
  220. package/src/core/db/__generated__/client/internal/class.js.map +0 -1
  221. package/src/core/db/__generated__/client/internal/prismaNamespace.js.map +0 -1
  222. package/src/core/db/__generated__/client/internal/prismaNamespaceBrowser.js.map +0 -1
  223. package/src/core/db/__generated__/client/models/Account.js.map +0 -1
  224. package/src/core/db/__generated__/client/models/Address.js.map +0 -1
  225. package/src/core/db/__generated__/client/models/Campaign.js.map +0 -1
  226. package/src/core/db/__generated__/client/models/ClosingTimes.js.map +0 -1
  227. package/src/core/db/__generated__/client/models/File.js.map +0 -1
  228. package/src/core/db/__generated__/client/models/Invitation.js.map +0 -1
  229. package/src/core/db/__generated__/client/models/LegalEntity.js.map +0 -1
  230. package/src/core/db/__generated__/client/models/Manufacturer.js.map +0 -1
  231. package/src/core/db/__generated__/client/models/ManufacturerTranslation.js.map +0 -1
  232. package/src/core/db/__generated__/client/models/Member.js.map +0 -1
  233. package/src/core/db/__generated__/client/models/Modifier.js.map +0 -1
  234. package/src/core/db/__generated__/client/models/ModifierGroup.js.map +0 -1
  235. package/src/core/db/__generated__/client/models/ModifierGroupTranslation.js.map +0 -1
  236. package/src/core/db/__generated__/client/models/OpeningTimes.js.map +0 -1
  237. package/src/core/db/__generated__/client/models/Order.js.map +0 -1
  238. package/src/core/db/__generated__/client/models/OrderItem.js.map +0 -1
  239. package/src/core/db/__generated__/client/models/OrderItemTranslation.js.map +0 -1
  240. package/src/core/db/__generated__/client/models/Organization.js.map +0 -1
  241. package/src/core/db/__generated__/client/models/OrganizationConfiguration.js.map +0 -1
  242. package/src/core/db/__generated__/client/models/Payment.js.map +0 -1
  243. package/src/core/db/__generated__/client/models/PaymentSession.js.map +0 -1
  244. package/src/core/db/__generated__/client/models/Product.js.map +0 -1
  245. package/src/core/db/__generated__/client/models/ProductCategory.js.map +0 -1
  246. package/src/core/db/__generated__/client/models/ProductCategoryTranslation.js.map +0 -1
  247. package/src/core/db/__generated__/client/models/ProductSnapshot.js.map +0 -1
  248. package/src/core/db/__generated__/client/models/ProductTranslation.js.map +0 -1
  249. package/src/core/db/__generated__/client/models/Reservation.js.map +0 -1
  250. package/src/core/db/__generated__/client/models/Session.js.map +0 -1
  251. package/src/core/db/__generated__/client/models/ShippingMethod.js.map +0 -1
  252. package/src/core/db/__generated__/client/models/ShippingZone.js.map +0 -1
  253. package/src/core/db/__generated__/client/models/User.js.map +0 -1
  254. package/src/core/db/__generated__/client/models/Verification.js.map +0 -1
  255. package/src/core/db/__generated__/client/models.js.map +0 -1
  256. package/src/core/db/index.js.map +0 -1
  257. package/src/core/exceptions/http-exception.js.map +0 -1
  258. package/src/core/hono/hono.js.map +0 -1
  259. package/src/core/lib/prisma.js.map +0 -1
  260. package/src/core/logging/pino.js.map +0 -1
  261. package/src/core/notifications/email.service.js.map +0 -1
  262. package/src/core/openapi/openapi.lib.js.map +0 -1
  263. package/src/core/types/google-maps.types.js.map +0 -1
  264. package/src/core/utils/currency.util.js.map +0 -1
  265. package/src/core/utils/env.util.js.map +0 -1
  266. package/src/core/utils/object.util.js.map +0 -1
  267. package/src/core/utils/translations.util.js.map +0 -1
  268. package/src/core/utils/zod.util.js.map +0 -1
  269. package/src/db.js.map +0 -1
  270. package/src/features/access/access.handler.js.map +0 -1
  271. package/src/features/access/access.route.js.map +0 -1
  272. package/src/features/access/access.schema.js.map +0 -1
  273. package/src/features/access/access.service.js.map +0 -1
  274. package/src/features/cart/cart.handler.js.map +0 -1
  275. package/src/features/cart/cart.route.js.map +0 -1
  276. package/src/features/cart/cart.schema.js.map +0 -1
  277. package/src/features/cart/cart.service.js.map +0 -1
  278. package/src/features/cart/cart.util.js.map +0 -1
  279. package/src/features/file/file.handler.js.map +0 -1
  280. package/src/features/file/file.route.js.map +0 -1
  281. package/src/features/file/file.schema.js.map +0 -1
  282. package/src/features/file/file.service.js.map +0 -1
  283. package/src/features/health/health.handler.js.map +0 -1
  284. package/src/features/health/health.route.js.map +0 -1
  285. package/src/features/index.js.map +0 -1
  286. package/src/features/location/location.handler.js.map +0 -1
  287. package/src/features/location/location.route.js.map +0 -1
  288. package/src/features/location/location.schema.js.map +0 -1
  289. package/src/features/location/location.service.js.map +0 -1
  290. package/src/features/manufacturer/manufacturer.handler.js.map +0 -1
  291. package/src/features/manufacturer/manufacturer.route.js.map +0 -1
  292. package/src/features/manufacturer/manufacturer.schema.js.map +0 -1
  293. package/src/features/manufacturer/manufacturer.service.js.map +0 -1
  294. package/src/features/order/emails/order-confirmation.email.js.map +0 -1
  295. package/src/features/order/emails/order-notification.email.js.map +0 -1
  296. package/src/features/order/fulfilment.schema.js.map +0 -1
  297. package/src/features/order/order.handler.js.map +0 -1
  298. package/src/features/order/order.route.js.map +0 -1
  299. package/src/features/order/order.schema.js.map +0 -1
  300. package/src/features/order/order.service.js.map +0 -1
  301. package/src/features/order/recipient.schema.js.map +0 -1
  302. package/src/features/organization/legal-entity.schema.js.map +0 -1
  303. package/src/features/organization/organization-configuration.schema.js.map +0 -1
  304. package/src/features/organization/organization.handler.js.map +0 -1
  305. package/src/features/organization/organization.route.js.map +0 -1
  306. package/src/features/organization/organization.schema.js.map +0 -1
  307. package/src/features/organization/organization.service.js.map +0 -1
  308. package/src/features/payment/payment.handler.js.map +0 -1
  309. package/src/features/payment/payment.route.js.map +0 -1
  310. package/src/features/payment/payment.schema.js.map +0 -1
  311. package/src/features/payment/payment.service.js.map +0 -1
  312. package/src/features/payment/stripe.service.js.map +0 -1
  313. package/src/features/product/product-modifier.schema.js.map +0 -1
  314. package/src/features/product/product.handler.js.map +0 -1
  315. package/src/features/product/product.route.js.map +0 -1
  316. package/src/features/product/product.schema.js.map +0 -1
  317. package/src/features/product/product.service.js.map +0 -1
  318. package/src/features/product-category/product-category.handler.js.map +0 -1
  319. package/src/features/product-category/product-category.route.js.map +0 -1
  320. package/src/features/product-category/product-category.schema.js.map +0 -1
  321. package/src/features/product-category/product-category.service.js.map +0 -1
  322. package/src/features/reservation/emails/reservation-cancellation.email.js.map +0 -1
  323. package/src/features/reservation/emails/reservation-confirmation.email.js.map +0 -1
  324. package/src/features/reservation/emails/reservation-notification.email.js.map +0 -1
  325. package/src/features/reservation/reservation.handler.js.map +0 -1
  326. package/src/features/reservation/reservation.route.js.map +0 -1
  327. package/src/features/reservation/reservation.schema.js.map +0 -1
  328. package/src/features/reservation/reservation.service.js.map +0 -1
  329. package/src/features/shipping/shipping.handler.js.map +0 -1
  330. package/src/features/shipping/shipping.route.js.map +0 -1
  331. package/src/features/shipping/shipping.service.js.map +0 -1
  332. package/src/features/shipping-method/shipping-method.handler.js.map +0 -1
  333. package/src/features/shipping-method/shipping-method.route.js.map +0 -1
  334. package/src/features/shipping-method/shipping-method.schema.js.map +0 -1
  335. package/src/features/shipping-method/shipping-method.service.js.map +0 -1
  336. package/src/features/shipping-method/shipping-zone.schema.js.map +0 -1
  337. package/src/features/webhook/webhook.handler.js.map +0 -1
  338. package/src/features/webhook/webhook.route.js.map +0 -1
  339. package/src/index.js.map +0 -1
  340. package/src/integrations/next.js.map +0 -1
  341. package/src/schemas/address.schema.js.map +0 -1
  342. package/src/schemas/currency.schema.js.map +0 -1
  343. package/src/schemas/error.schema.js.map +0 -1
  344. package/src/schemas/index.js.map +0 -1
  345. package/src/schemas/locales.schema.js.map +0 -1
  346. package/src/schemas/number.schema.js.map +0 -1
  347. package/src/schemas/pagination.schema.js.map +0 -1
  348. package/src/schemas/params.schema.js.map +0 -1
  349. package/src/schemas/queries.schema.js.map +0 -1
  350. package/src/test/integration/api-fixtures.js.map +0 -1
  351. package/src/test/integration/test-helpers.js.map +0 -1
  352. package/src/test/setup-test-env.js.map +0 -1
@@ -1,9 +1,5 @@
1
1
  import type * as runtime from "@prisma/client/runtime/client";
2
2
  import type * as Prisma from "../internal/prismaNamespace";
3
- /**
4
- * Model Session
5
- *
6
- */
7
3
  export type SessionModel = runtime.Types.Result.DefaultSelection<Prisma.$SessionPayload>;
8
4
  export type AggregateSession = {
9
5
  _count: SessionCountAggregateOutputType | null;
@@ -79,51 +75,13 @@ export type SessionCountAggregateInputType = {
79
75
  _all?: true;
80
76
  };
81
77
  export type SessionAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
82
- /**
83
- * Filter which Session to aggregate.
84
- */
85
78
  where?: Prisma.SessionWhereInput;
86
- /**
87
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
88
- *
89
- * Determine the order of Sessions to fetch.
90
- */
91
79
  orderBy?: Prisma.SessionOrderByWithRelationInput | Prisma.SessionOrderByWithRelationInput[];
92
- /**
93
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
94
- *
95
- * Sets the start position
96
- */
97
80
  cursor?: Prisma.SessionWhereUniqueInput;
98
- /**
99
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
100
- *
101
- * Take `±n` Sessions from the position of the cursor.
102
- */
103
81
  take?: number;
104
- /**
105
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
106
- *
107
- * Skip the first `n` Sessions.
108
- */
109
82
  skip?: number;
110
- /**
111
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
112
- *
113
- * Count returned Sessions
114
- **/
115
83
  _count?: true | SessionCountAggregateInputType;
116
- /**
117
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
118
- *
119
- * Select which fields to find the minimum value
120
- **/
121
84
  _min?: SessionMinAggregateInputType;
122
- /**
123
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
124
- *
125
- * Select which fields to find the maximum value
126
- **/
127
85
  _max?: SessionMaxAggregateInputType;
128
86
  };
129
87
  export type GetSessionAggregateType<T extends SessionAggregateArgs> = {
@@ -563,290 +521,22 @@ export interface SessionDelegate<ExtArgs extends runtime.Types.Extensions.Intern
563
521
  name: 'Session';
564
522
  };
565
523
  };
566
- /**
567
- * Find zero or one Session that matches the filter.
568
- * @param {SessionFindUniqueArgs} args - Arguments to find a Session
569
- * @example
570
- * // Get one Session
571
- * const session = await prisma.session.findUnique({
572
- * where: {
573
- * // ... provide filter here
574
- * }
575
- * })
576
- */
577
524
  findUnique<T extends SessionFindUniqueArgs>(args: Prisma.SelectSubset<T, SessionFindUniqueArgs<ExtArgs>>): Prisma.Prisma__SessionClient<runtime.Types.Result.GetResult<Prisma.$SessionPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
578
- /**
579
- * Find one Session that matches the filter or throw an error with `error.code='P2025'`
580
- * if no matches were found.
581
- * @param {SessionFindUniqueOrThrowArgs} args - Arguments to find a Session
582
- * @example
583
- * // Get one Session
584
- * const session = await prisma.session.findUniqueOrThrow({
585
- * where: {
586
- * // ... provide filter here
587
- * }
588
- * })
589
- */
590
525
  findUniqueOrThrow<T extends SessionFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, SessionFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__SessionClient<runtime.Types.Result.GetResult<Prisma.$SessionPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
591
- /**
592
- * Find the first Session that matches the filter.
593
- * Note, that providing `undefined` is treated as the value not being there.
594
- * Read more here: https://pris.ly/d/null-undefined
595
- * @param {SessionFindFirstArgs} args - Arguments to find a Session
596
- * @example
597
- * // Get one Session
598
- * const session = await prisma.session.findFirst({
599
- * where: {
600
- * // ... provide filter here
601
- * }
602
- * })
603
- */
604
526
  findFirst<T extends SessionFindFirstArgs>(args?: Prisma.SelectSubset<T, SessionFindFirstArgs<ExtArgs>>): Prisma.Prisma__SessionClient<runtime.Types.Result.GetResult<Prisma.$SessionPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
605
- /**
606
- * Find the first Session that matches the filter or
607
- * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
608
- * Note, that providing `undefined` is treated as the value not being there.
609
- * Read more here: https://pris.ly/d/null-undefined
610
- * @param {SessionFindFirstOrThrowArgs} args - Arguments to find a Session
611
- * @example
612
- * // Get one Session
613
- * const session = await prisma.session.findFirstOrThrow({
614
- * where: {
615
- * // ... provide filter here
616
- * }
617
- * })
618
- */
619
527
  findFirstOrThrow<T extends SessionFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, SessionFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__SessionClient<runtime.Types.Result.GetResult<Prisma.$SessionPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
620
- /**
621
- * Find zero or more Sessions that matches the filter.
622
- * Note, that providing `undefined` is treated as the value not being there.
623
- * Read more here: https://pris.ly/d/null-undefined
624
- * @param {SessionFindManyArgs} args - Arguments to filter and select certain fields only.
625
- * @example
626
- * // Get all Sessions
627
- * const sessions = await prisma.session.findMany()
628
- *
629
- * // Get first 10 Sessions
630
- * const sessions = await prisma.session.findMany({ take: 10 })
631
- *
632
- * // Only select the `id`
633
- * const sessionWithIdOnly = await prisma.session.findMany({ select: { id: true } })
634
- *
635
- */
636
528
  findMany<T extends SessionFindManyArgs>(args?: Prisma.SelectSubset<T, SessionFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SessionPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
637
- /**
638
- * Create a Session.
639
- * @param {SessionCreateArgs} args - Arguments to create a Session.
640
- * @example
641
- * // Create one Session
642
- * const Session = await prisma.session.create({
643
- * data: {
644
- * // ... data to create a Session
645
- * }
646
- * })
647
- *
648
- */
649
529
  create<T extends SessionCreateArgs>(args: Prisma.SelectSubset<T, SessionCreateArgs<ExtArgs>>): Prisma.Prisma__SessionClient<runtime.Types.Result.GetResult<Prisma.$SessionPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
650
- /**
651
- * Create many Sessions.
652
- * @param {SessionCreateManyArgs} args - Arguments to create many Sessions.
653
- * @example
654
- * // Create many Sessions
655
- * const session = await prisma.session.createMany({
656
- * data: [
657
- * // ... provide data here
658
- * ]
659
- * })
660
- *
661
- */
662
530
  createMany<T extends SessionCreateManyArgs>(args?: Prisma.SelectSubset<T, SessionCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
663
- /**
664
- * Create many Sessions and returns the data saved in the database.
665
- * @param {SessionCreateManyAndReturnArgs} args - Arguments to create many Sessions.
666
- * @example
667
- * // Create many Sessions
668
- * const session = await prisma.session.createManyAndReturn({
669
- * data: [
670
- * // ... provide data here
671
- * ]
672
- * })
673
- *
674
- * // Create many Sessions and only return the `id`
675
- * const sessionWithIdOnly = await prisma.session.createManyAndReturn({
676
- * select: { id: true },
677
- * data: [
678
- * // ... provide data here
679
- * ]
680
- * })
681
- * Note, that providing `undefined` is treated as the value not being there.
682
- * Read more here: https://pris.ly/d/null-undefined
683
- *
684
- */
685
531
  createManyAndReturn<T extends SessionCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, SessionCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SessionPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
686
- /**
687
- * Delete a Session.
688
- * @param {SessionDeleteArgs} args - Arguments to delete one Session.
689
- * @example
690
- * // Delete one Session
691
- * const Session = await prisma.session.delete({
692
- * where: {
693
- * // ... filter to delete one Session
694
- * }
695
- * })
696
- *
697
- */
698
532
  delete<T extends SessionDeleteArgs>(args: Prisma.SelectSubset<T, SessionDeleteArgs<ExtArgs>>): Prisma.Prisma__SessionClient<runtime.Types.Result.GetResult<Prisma.$SessionPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
699
- /**
700
- * Update one Session.
701
- * @param {SessionUpdateArgs} args - Arguments to update one Session.
702
- * @example
703
- * // Update one Session
704
- * const session = await prisma.session.update({
705
- * where: {
706
- * // ... provide filter here
707
- * },
708
- * data: {
709
- * // ... provide data here
710
- * }
711
- * })
712
- *
713
- */
714
533
  update<T extends SessionUpdateArgs>(args: Prisma.SelectSubset<T, SessionUpdateArgs<ExtArgs>>): Prisma.Prisma__SessionClient<runtime.Types.Result.GetResult<Prisma.$SessionPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
715
- /**
716
- * Delete zero or more Sessions.
717
- * @param {SessionDeleteManyArgs} args - Arguments to filter Sessions to delete.
718
- * @example
719
- * // Delete a few Sessions
720
- * const { count } = await prisma.session.deleteMany({
721
- * where: {
722
- * // ... provide filter here
723
- * }
724
- * })
725
- *
726
- */
727
534
  deleteMany<T extends SessionDeleteManyArgs>(args?: Prisma.SelectSubset<T, SessionDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
728
- /**
729
- * Update zero or more Sessions.
730
- * Note, that providing `undefined` is treated as the value not being there.
731
- * Read more here: https://pris.ly/d/null-undefined
732
- * @param {SessionUpdateManyArgs} args - Arguments to update one or more rows.
733
- * @example
734
- * // Update many Sessions
735
- * const session = await prisma.session.updateMany({
736
- * where: {
737
- * // ... provide filter here
738
- * },
739
- * data: {
740
- * // ... provide data here
741
- * }
742
- * })
743
- *
744
- */
745
535
  updateMany<T extends SessionUpdateManyArgs>(args: Prisma.SelectSubset<T, SessionUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
746
- /**
747
- * Update zero or more Sessions and returns the data updated in the database.
748
- * @param {SessionUpdateManyAndReturnArgs} args - Arguments to update many Sessions.
749
- * @example
750
- * // Update many Sessions
751
- * const session = await prisma.session.updateManyAndReturn({
752
- * where: {
753
- * // ... provide filter here
754
- * },
755
- * data: [
756
- * // ... provide data here
757
- * ]
758
- * })
759
- *
760
- * // Update zero or more Sessions and only return the `id`
761
- * const sessionWithIdOnly = await prisma.session.updateManyAndReturn({
762
- * select: { id: true },
763
- * where: {
764
- * // ... provide filter here
765
- * },
766
- * data: [
767
- * // ... provide data here
768
- * ]
769
- * })
770
- * Note, that providing `undefined` is treated as the value not being there.
771
- * Read more here: https://pris.ly/d/null-undefined
772
- *
773
- */
774
536
  updateManyAndReturn<T extends SessionUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, SessionUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SessionPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
775
- /**
776
- * Create or update one Session.
777
- * @param {SessionUpsertArgs} args - Arguments to update or create a Session.
778
- * @example
779
- * // Update or create a Session
780
- * const session = await prisma.session.upsert({
781
- * create: {
782
- * // ... data to create a Session
783
- * },
784
- * update: {
785
- * // ... in case it already exists, update
786
- * },
787
- * where: {
788
- * // ... the filter for the Session we want to update
789
- * }
790
- * })
791
- */
792
537
  upsert<T extends SessionUpsertArgs>(args: Prisma.SelectSubset<T, SessionUpsertArgs<ExtArgs>>): Prisma.Prisma__SessionClient<runtime.Types.Result.GetResult<Prisma.$SessionPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
793
- /**
794
- * Count the number of Sessions.
795
- * Note, that providing `undefined` is treated as the value not being there.
796
- * Read more here: https://pris.ly/d/null-undefined
797
- * @param {SessionCountArgs} args - Arguments to filter Sessions to count.
798
- * @example
799
- * // Count the number of Sessions
800
- * const count = await prisma.session.count({
801
- * where: {
802
- * // ... the filter for the Sessions we want to count
803
- * }
804
- * })
805
- **/
806
538
  count<T extends SessionCountArgs>(args?: Prisma.Subset<T, SessionCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], SessionCountAggregateOutputType> : number>;
807
- /**
808
- * Allows you to perform aggregations operations on a Session.
809
- * Note, that providing `undefined` is treated as the value not being there.
810
- * Read more here: https://pris.ly/d/null-undefined
811
- * @param {SessionAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
812
- * @example
813
- * // Ordered by age ascending
814
- * // Where email contains prisma.io
815
- * // Limited to the 10 users
816
- * const aggregations = await prisma.user.aggregate({
817
- * _avg: {
818
- * age: true,
819
- * },
820
- * where: {
821
- * email: {
822
- * contains: "prisma.io",
823
- * },
824
- * },
825
- * orderBy: {
826
- * age: "asc",
827
- * },
828
- * take: 10,
829
- * })
830
- **/
831
539
  aggregate<T extends SessionAggregateArgs>(args: Prisma.Subset<T, SessionAggregateArgs>): Prisma.PrismaPromise<GetSessionAggregateType<T>>;
832
- /**
833
- * Group by Session.
834
- * Note, that providing `undefined` is treated as the value not being there.
835
- * Read more here: https://pris.ly/d/null-undefined
836
- * @param {SessionGroupByArgs} args - Group by arguments.
837
- * @example
838
- * // Group by city, order by createdAt, get count
839
- * const result = await prisma.user.groupBy({
840
- * by: ['city', 'createdAt'],
841
- * orderBy: {
842
- * createdAt: true
843
- * },
844
- * _count: {
845
- * _all: true
846
- * },
847
- * })
848
- *
849
- **/
850
540
  groupBy<T extends SessionGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
851
541
  orderBy: SessionGroupByArgs['orderBy'];
852
542
  } : {
@@ -865,44 +555,15 @@ export interface SessionDelegate<ExtArgs extends runtime.Types.Extensions.Intern
865
555
  }[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
866
556
  [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
867
557
  }[OrderFields]>(args: Prisma.SubsetIntersection<T, SessionGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetSessionGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
868
- /**
869
- * Fields of the Session model
870
- */
871
558
  readonly fields: SessionFieldRefs;
872
559
  }
873
- /**
874
- * The delegate class that acts as a "Promise-like" for Session.
875
- * Why is this prefixed with `Prisma__`?
876
- * Because we want to prevent naming conflicts as mentioned in
877
- * https://github.com/prisma/prisma-client-js/issues/707
878
- */
879
560
  export interface Prisma__SessionClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
880
561
  readonly [Symbol.toStringTag]: "PrismaPromise";
881
562
  user<T extends Prisma.UserDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.UserDefaultArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
882
- /**
883
- * Attaches callbacks for the resolution and/or rejection of the Promise.
884
- * @param onfulfilled The callback to execute when the Promise is resolved.
885
- * @param onrejected The callback to execute when the Promise is rejected.
886
- * @returns A Promise for the completion of which ever callback is executed.
887
- */
888
563
  then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): runtime.Types.Utils.JsPromise<TResult1 | TResult2>;
889
- /**
890
- * Attaches a callback for only the rejection of the Promise.
891
- * @param onrejected The callback to execute when the Promise is rejected.
892
- * @returns A Promise for the completion of the callback.
893
- */
894
564
  catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
895
- /**
896
- * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
897
- * resolved value cannot be modified from the callback.
898
- * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
899
- * @returns A Promise for the completion of the callback.
900
- */
901
565
  finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
902
566
  }
903
- /**
904
- * Fields of the Session model
905
- */
906
567
  export interface SessionFieldRefs {
907
568
  readonly id: Prisma.FieldRef<"Session", 'String'>;
908
569
  readonly expiresAt: Prisma.FieldRef<"Session", 'DateTime'>;
@@ -914,398 +575,109 @@ export interface SessionFieldRefs {
914
575
  readonly userId: Prisma.FieldRef<"Session", 'String'>;
915
576
  readonly activeOrganizationId: Prisma.FieldRef<"Session", 'String'>;
916
577
  }
917
- /**
918
- * Session findUnique
919
- */
920
578
  export type SessionFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
921
- /**
922
- * Select specific fields to fetch from the Session
923
- */
924
579
  select?: Prisma.SessionSelect<ExtArgs> | null;
925
- /**
926
- * Omit specific fields from the Session
927
- */
928
580
  omit?: Prisma.SessionOmit<ExtArgs> | null;
929
- /**
930
- * Choose, which related nodes to fetch as well
931
- */
932
581
  include?: Prisma.SessionInclude<ExtArgs> | null;
933
- /**
934
- * Filter, which Session to fetch.
935
- */
936
582
  where: Prisma.SessionWhereUniqueInput;
937
583
  };
938
- /**
939
- * Session findUniqueOrThrow
940
- */
941
584
  export type SessionFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
942
- /**
943
- * Select specific fields to fetch from the Session
944
- */
945
585
  select?: Prisma.SessionSelect<ExtArgs> | null;
946
- /**
947
- * Omit specific fields from the Session
948
- */
949
586
  omit?: Prisma.SessionOmit<ExtArgs> | null;
950
- /**
951
- * Choose, which related nodes to fetch as well
952
- */
953
587
  include?: Prisma.SessionInclude<ExtArgs> | null;
954
- /**
955
- * Filter, which Session to fetch.
956
- */
957
588
  where: Prisma.SessionWhereUniqueInput;
958
589
  };
959
- /**
960
- * Session findFirst
961
- */
962
590
  export type SessionFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
963
- /**
964
- * Select specific fields to fetch from the Session
965
- */
966
591
  select?: Prisma.SessionSelect<ExtArgs> | null;
967
- /**
968
- * Omit specific fields from the Session
969
- */
970
592
  omit?: Prisma.SessionOmit<ExtArgs> | null;
971
- /**
972
- * Choose, which related nodes to fetch as well
973
- */
974
593
  include?: Prisma.SessionInclude<ExtArgs> | null;
975
- /**
976
- * Filter, which Session to fetch.
977
- */
978
594
  where?: Prisma.SessionWhereInput;
979
- /**
980
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
981
- *
982
- * Determine the order of Sessions to fetch.
983
- */
984
595
  orderBy?: Prisma.SessionOrderByWithRelationInput | Prisma.SessionOrderByWithRelationInput[];
985
- /**
986
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
987
- *
988
- * Sets the position for searching for Sessions.
989
- */
990
596
  cursor?: Prisma.SessionWhereUniqueInput;
991
- /**
992
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
993
- *
994
- * Take `±n` Sessions from the position of the cursor.
995
- */
996
597
  take?: number;
997
- /**
998
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
999
- *
1000
- * Skip the first `n` Sessions.
1001
- */
1002
598
  skip?: number;
1003
- /**
1004
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1005
- *
1006
- * Filter by unique combinations of Sessions.
1007
- */
1008
599
  distinct?: Prisma.SessionScalarFieldEnum | Prisma.SessionScalarFieldEnum[];
1009
600
  };
1010
- /**
1011
- * Session findFirstOrThrow
1012
- */
1013
601
  export type SessionFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1014
- /**
1015
- * Select specific fields to fetch from the Session
1016
- */
1017
602
  select?: Prisma.SessionSelect<ExtArgs> | null;
1018
- /**
1019
- * Omit specific fields from the Session
1020
- */
1021
603
  omit?: Prisma.SessionOmit<ExtArgs> | null;
1022
- /**
1023
- * Choose, which related nodes to fetch as well
1024
- */
1025
604
  include?: Prisma.SessionInclude<ExtArgs> | null;
1026
- /**
1027
- * Filter, which Session to fetch.
1028
- */
1029
605
  where?: Prisma.SessionWhereInput;
1030
- /**
1031
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1032
- *
1033
- * Determine the order of Sessions to fetch.
1034
- */
1035
606
  orderBy?: Prisma.SessionOrderByWithRelationInput | Prisma.SessionOrderByWithRelationInput[];
1036
- /**
1037
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1038
- *
1039
- * Sets the position for searching for Sessions.
1040
- */
1041
607
  cursor?: Prisma.SessionWhereUniqueInput;
1042
- /**
1043
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1044
- *
1045
- * Take `±n` Sessions from the position of the cursor.
1046
- */
1047
608
  take?: number;
1048
- /**
1049
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1050
- *
1051
- * Skip the first `n` Sessions.
1052
- */
1053
609
  skip?: number;
1054
- /**
1055
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1056
- *
1057
- * Filter by unique combinations of Sessions.
1058
- */
1059
610
  distinct?: Prisma.SessionScalarFieldEnum | Prisma.SessionScalarFieldEnum[];
1060
611
  };
1061
- /**
1062
- * Session findMany
1063
- */
1064
612
  export type SessionFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1065
- /**
1066
- * Select specific fields to fetch from the Session
1067
- */
1068
613
  select?: Prisma.SessionSelect<ExtArgs> | null;
1069
- /**
1070
- * Omit specific fields from the Session
1071
- */
1072
614
  omit?: Prisma.SessionOmit<ExtArgs> | null;
1073
- /**
1074
- * Choose, which related nodes to fetch as well
1075
- */
1076
615
  include?: Prisma.SessionInclude<ExtArgs> | null;
1077
- /**
1078
- * Filter, which Sessions to fetch.
1079
- */
1080
616
  where?: Prisma.SessionWhereInput;
1081
- /**
1082
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1083
- *
1084
- * Determine the order of Sessions to fetch.
1085
- */
1086
617
  orderBy?: Prisma.SessionOrderByWithRelationInput | Prisma.SessionOrderByWithRelationInput[];
1087
- /**
1088
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1089
- *
1090
- * Sets the position for listing Sessions.
1091
- */
1092
618
  cursor?: Prisma.SessionWhereUniqueInput;
1093
- /**
1094
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1095
- *
1096
- * Take `±n` Sessions from the position of the cursor.
1097
- */
1098
619
  take?: number;
1099
- /**
1100
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1101
- *
1102
- * Skip the first `n` Sessions.
1103
- */
1104
620
  skip?: number;
1105
621
  distinct?: Prisma.SessionScalarFieldEnum | Prisma.SessionScalarFieldEnum[];
1106
622
  };
1107
- /**
1108
- * Session create
1109
- */
1110
623
  export type SessionCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1111
- /**
1112
- * Select specific fields to fetch from the Session
1113
- */
1114
624
  select?: Prisma.SessionSelect<ExtArgs> | null;
1115
- /**
1116
- * Omit specific fields from the Session
1117
- */
1118
625
  omit?: Prisma.SessionOmit<ExtArgs> | null;
1119
- /**
1120
- * Choose, which related nodes to fetch as well
1121
- */
1122
626
  include?: Prisma.SessionInclude<ExtArgs> | null;
1123
- /**
1124
- * The data needed to create a Session.
1125
- */
1126
627
  data: Prisma.XOR<Prisma.SessionCreateInput, Prisma.SessionUncheckedCreateInput>;
1127
628
  };
1128
- /**
1129
- * Session createMany
1130
- */
1131
629
  export type SessionCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1132
- /**
1133
- * The data used to create many Sessions.
1134
- */
1135
630
  data: Prisma.SessionCreateManyInput | Prisma.SessionCreateManyInput[];
1136
631
  skipDuplicates?: boolean;
1137
632
  };
1138
- /**
1139
- * Session createManyAndReturn
1140
- */
1141
633
  export type SessionCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1142
- /**
1143
- * Select specific fields to fetch from the Session
1144
- */
1145
634
  select?: Prisma.SessionSelectCreateManyAndReturn<ExtArgs> | null;
1146
- /**
1147
- * Omit specific fields from the Session
1148
- */
1149
635
  omit?: Prisma.SessionOmit<ExtArgs> | null;
1150
- /**
1151
- * The data used to create many Sessions.
1152
- */
1153
636
  data: Prisma.SessionCreateManyInput | Prisma.SessionCreateManyInput[];
1154
637
  skipDuplicates?: boolean;
1155
- /**
1156
- * Choose, which related nodes to fetch as well
1157
- */
1158
638
  include?: Prisma.SessionIncludeCreateManyAndReturn<ExtArgs> | null;
1159
639
  };
1160
- /**
1161
- * Session update
1162
- */
1163
640
  export type SessionUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1164
- /**
1165
- * Select specific fields to fetch from the Session
1166
- */
1167
641
  select?: Prisma.SessionSelect<ExtArgs> | null;
1168
- /**
1169
- * Omit specific fields from the Session
1170
- */
1171
642
  omit?: Prisma.SessionOmit<ExtArgs> | null;
1172
- /**
1173
- * Choose, which related nodes to fetch as well
1174
- */
1175
643
  include?: Prisma.SessionInclude<ExtArgs> | null;
1176
- /**
1177
- * The data needed to update a Session.
1178
- */
1179
644
  data: Prisma.XOR<Prisma.SessionUpdateInput, Prisma.SessionUncheckedUpdateInput>;
1180
- /**
1181
- * Choose, which Session to update.
1182
- */
1183
645
  where: Prisma.SessionWhereUniqueInput;
1184
646
  };
1185
- /**
1186
- * Session updateMany
1187
- */
1188
647
  export type SessionUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1189
- /**
1190
- * The data used to update Sessions.
1191
- */
1192
648
  data: Prisma.XOR<Prisma.SessionUpdateManyMutationInput, Prisma.SessionUncheckedUpdateManyInput>;
1193
- /**
1194
- * Filter which Sessions to update
1195
- */
1196
649
  where?: Prisma.SessionWhereInput;
1197
- /**
1198
- * Limit how many Sessions to update.
1199
- */
1200
650
  limit?: number;
1201
651
  };
1202
- /**
1203
- * Session updateManyAndReturn
1204
- */
1205
652
  export type SessionUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1206
- /**
1207
- * Select specific fields to fetch from the Session
1208
- */
1209
653
  select?: Prisma.SessionSelectUpdateManyAndReturn<ExtArgs> | null;
1210
- /**
1211
- * Omit specific fields from the Session
1212
- */
1213
654
  omit?: Prisma.SessionOmit<ExtArgs> | null;
1214
- /**
1215
- * The data used to update Sessions.
1216
- */
1217
655
  data: Prisma.XOR<Prisma.SessionUpdateManyMutationInput, Prisma.SessionUncheckedUpdateManyInput>;
1218
- /**
1219
- * Filter which Sessions to update
1220
- */
1221
656
  where?: Prisma.SessionWhereInput;
1222
- /**
1223
- * Limit how many Sessions to update.
1224
- */
1225
657
  limit?: number;
1226
- /**
1227
- * Choose, which related nodes to fetch as well
1228
- */
1229
658
  include?: Prisma.SessionIncludeUpdateManyAndReturn<ExtArgs> | null;
1230
659
  };
1231
- /**
1232
- * Session upsert
1233
- */
1234
660
  export type SessionUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1235
- /**
1236
- * Select specific fields to fetch from the Session
1237
- */
1238
661
  select?: Prisma.SessionSelect<ExtArgs> | null;
1239
- /**
1240
- * Omit specific fields from the Session
1241
- */
1242
662
  omit?: Prisma.SessionOmit<ExtArgs> | null;
1243
- /**
1244
- * Choose, which related nodes to fetch as well
1245
- */
1246
663
  include?: Prisma.SessionInclude<ExtArgs> | null;
1247
- /**
1248
- * The filter to search for the Session to update in case it exists.
1249
- */
1250
664
  where: Prisma.SessionWhereUniqueInput;
1251
- /**
1252
- * In case the Session found by the `where` argument doesn't exist, create a new Session with this data.
1253
- */
1254
665
  create: Prisma.XOR<Prisma.SessionCreateInput, Prisma.SessionUncheckedCreateInput>;
1255
- /**
1256
- * In case the Session was found with the provided `where` argument, update it with this data.
1257
- */
1258
666
  update: Prisma.XOR<Prisma.SessionUpdateInput, Prisma.SessionUncheckedUpdateInput>;
1259
667
  };
1260
- /**
1261
- * Session delete
1262
- */
1263
668
  export type SessionDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1264
- /**
1265
- * Select specific fields to fetch from the Session
1266
- */
1267
669
  select?: Prisma.SessionSelect<ExtArgs> | null;
1268
- /**
1269
- * Omit specific fields from the Session
1270
- */
1271
670
  omit?: Prisma.SessionOmit<ExtArgs> | null;
1272
- /**
1273
- * Choose, which related nodes to fetch as well
1274
- */
1275
671
  include?: Prisma.SessionInclude<ExtArgs> | null;
1276
- /**
1277
- * Filter which Session to delete.
1278
- */
1279
672
  where: Prisma.SessionWhereUniqueInput;
1280
673
  };
1281
- /**
1282
- * Session deleteMany
1283
- */
1284
674
  export type SessionDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1285
- /**
1286
- * Filter which Sessions to delete
1287
- */
1288
675
  where?: Prisma.SessionWhereInput;
1289
- /**
1290
- * Limit how many Sessions to delete.
1291
- */
1292
676
  limit?: number;
1293
677
  };
1294
- /**
1295
- * Session without action
1296
- */
1297
678
  export type SessionDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1298
- /**
1299
- * Select specific fields to fetch from the Session
1300
- */
1301
679
  select?: Prisma.SessionSelect<ExtArgs> | null;
1302
- /**
1303
- * Omit specific fields from the Session
1304
- */
1305
680
  omit?: Prisma.SessionOmit<ExtArgs> | null;
1306
- /**
1307
- * Choose, which related nodes to fetch as well
1308
- */
1309
681
  include?: Prisma.SessionInclude<ExtArgs> | null;
1310
682
  };
1311
683
  export {};