@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 Verification
5
- *
6
- */
7
3
  export type VerificationModel = runtime.Types.Result.DefaultSelection<Prisma.$VerificationPayload>;
8
4
  export type AggregateVerification = {
9
5
  _count: VerificationCountAggregateOutputType | null;
@@ -61,51 +57,13 @@ export type VerificationCountAggregateInputType = {
61
57
  _all?: true;
62
58
  };
63
59
  export type VerificationAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
64
- /**
65
- * Filter which Verification to aggregate.
66
- */
67
60
  where?: Prisma.VerificationWhereInput;
68
- /**
69
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
70
- *
71
- * Determine the order of Verifications to fetch.
72
- */
73
61
  orderBy?: Prisma.VerificationOrderByWithRelationInput | Prisma.VerificationOrderByWithRelationInput[];
74
- /**
75
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
76
- *
77
- * Sets the start position
78
- */
79
62
  cursor?: Prisma.VerificationWhereUniqueInput;
80
- /**
81
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
82
- *
83
- * Take `±n` Verifications from the position of the cursor.
84
- */
85
63
  take?: number;
86
- /**
87
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
88
- *
89
- * Skip the first `n` Verifications.
90
- */
91
64
  skip?: number;
92
- /**
93
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
94
- *
95
- * Count returned Verifications
96
- **/
97
65
  _count?: true | VerificationCountAggregateInputType;
98
- /**
99
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
100
- *
101
- * Select which fields to find the minimum value
102
- **/
103
66
  _min?: VerificationMinAggregateInputType;
104
- /**
105
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
106
- *
107
- * Select which fields to find the maximum value
108
- **/
109
67
  _max?: VerificationMaxAggregateInputType;
110
68
  };
111
69
  export type GetVerificationAggregateType<T extends VerificationAggregateArgs> = {
@@ -325,290 +283,22 @@ export interface VerificationDelegate<ExtArgs extends runtime.Types.Extensions.I
325
283
  name: 'Verification';
326
284
  };
327
285
  };
328
- /**
329
- * Find zero or one Verification that matches the filter.
330
- * @param {VerificationFindUniqueArgs} args - Arguments to find a Verification
331
- * @example
332
- * // Get one Verification
333
- * const verification = await prisma.verification.findUnique({
334
- * where: {
335
- * // ... provide filter here
336
- * }
337
- * })
338
- */
339
286
  findUnique<T extends VerificationFindUniqueArgs>(args: Prisma.SelectSubset<T, VerificationFindUniqueArgs<ExtArgs>>): Prisma.Prisma__VerificationClient<runtime.Types.Result.GetResult<Prisma.$VerificationPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
340
- /**
341
- * Find one Verification that matches the filter or throw an error with `error.code='P2025'`
342
- * if no matches were found.
343
- * @param {VerificationFindUniqueOrThrowArgs} args - Arguments to find a Verification
344
- * @example
345
- * // Get one Verification
346
- * const verification = await prisma.verification.findUniqueOrThrow({
347
- * where: {
348
- * // ... provide filter here
349
- * }
350
- * })
351
- */
352
287
  findUniqueOrThrow<T extends VerificationFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, VerificationFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__VerificationClient<runtime.Types.Result.GetResult<Prisma.$VerificationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
353
- /**
354
- * Find the first Verification that matches the filter.
355
- * Note, that providing `undefined` is treated as the value not being there.
356
- * Read more here: https://pris.ly/d/null-undefined
357
- * @param {VerificationFindFirstArgs} args - Arguments to find a Verification
358
- * @example
359
- * // Get one Verification
360
- * const verification = await prisma.verification.findFirst({
361
- * where: {
362
- * // ... provide filter here
363
- * }
364
- * })
365
- */
366
288
  findFirst<T extends VerificationFindFirstArgs>(args?: Prisma.SelectSubset<T, VerificationFindFirstArgs<ExtArgs>>): Prisma.Prisma__VerificationClient<runtime.Types.Result.GetResult<Prisma.$VerificationPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
367
- /**
368
- * Find the first Verification that matches the filter or
369
- * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
370
- * Note, that providing `undefined` is treated as the value not being there.
371
- * Read more here: https://pris.ly/d/null-undefined
372
- * @param {VerificationFindFirstOrThrowArgs} args - Arguments to find a Verification
373
- * @example
374
- * // Get one Verification
375
- * const verification = await prisma.verification.findFirstOrThrow({
376
- * where: {
377
- * // ... provide filter here
378
- * }
379
- * })
380
- */
381
289
  findFirstOrThrow<T extends VerificationFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, VerificationFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__VerificationClient<runtime.Types.Result.GetResult<Prisma.$VerificationPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
382
- /**
383
- * Find zero or more Verifications that matches the filter.
384
- * Note, that providing `undefined` is treated as the value not being there.
385
- * Read more here: https://pris.ly/d/null-undefined
386
- * @param {VerificationFindManyArgs} args - Arguments to filter and select certain fields only.
387
- * @example
388
- * // Get all Verifications
389
- * const verifications = await prisma.verification.findMany()
390
- *
391
- * // Get first 10 Verifications
392
- * const verifications = await prisma.verification.findMany({ take: 10 })
393
- *
394
- * // Only select the `id`
395
- * const verificationWithIdOnly = await prisma.verification.findMany({ select: { id: true } })
396
- *
397
- */
398
290
  findMany<T extends VerificationFindManyArgs>(args?: Prisma.SelectSubset<T, VerificationFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$VerificationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
399
- /**
400
- * Create a Verification.
401
- * @param {VerificationCreateArgs} args - Arguments to create a Verification.
402
- * @example
403
- * // Create one Verification
404
- * const Verification = await prisma.verification.create({
405
- * data: {
406
- * // ... data to create a Verification
407
- * }
408
- * })
409
- *
410
- */
411
291
  create<T extends VerificationCreateArgs>(args: Prisma.SelectSubset<T, VerificationCreateArgs<ExtArgs>>): Prisma.Prisma__VerificationClient<runtime.Types.Result.GetResult<Prisma.$VerificationPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
412
- /**
413
- * Create many Verifications.
414
- * @param {VerificationCreateManyArgs} args - Arguments to create many Verifications.
415
- * @example
416
- * // Create many Verifications
417
- * const verification = await prisma.verification.createMany({
418
- * data: [
419
- * // ... provide data here
420
- * ]
421
- * })
422
- *
423
- */
424
292
  createMany<T extends VerificationCreateManyArgs>(args?: Prisma.SelectSubset<T, VerificationCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
425
- /**
426
- * Create many Verifications and returns the data saved in the database.
427
- * @param {VerificationCreateManyAndReturnArgs} args - Arguments to create many Verifications.
428
- * @example
429
- * // Create many Verifications
430
- * const verification = await prisma.verification.createManyAndReturn({
431
- * data: [
432
- * // ... provide data here
433
- * ]
434
- * })
435
- *
436
- * // Create many Verifications and only return the `id`
437
- * const verificationWithIdOnly = await prisma.verification.createManyAndReturn({
438
- * select: { id: true },
439
- * data: [
440
- * // ... provide data here
441
- * ]
442
- * })
443
- * Note, that providing `undefined` is treated as the value not being there.
444
- * Read more here: https://pris.ly/d/null-undefined
445
- *
446
- */
447
293
  createManyAndReturn<T extends VerificationCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, VerificationCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$VerificationPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
448
- /**
449
- * Delete a Verification.
450
- * @param {VerificationDeleteArgs} args - Arguments to delete one Verification.
451
- * @example
452
- * // Delete one Verification
453
- * const Verification = await prisma.verification.delete({
454
- * where: {
455
- * // ... filter to delete one Verification
456
- * }
457
- * })
458
- *
459
- */
460
294
  delete<T extends VerificationDeleteArgs>(args: Prisma.SelectSubset<T, VerificationDeleteArgs<ExtArgs>>): Prisma.Prisma__VerificationClient<runtime.Types.Result.GetResult<Prisma.$VerificationPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
461
- /**
462
- * Update one Verification.
463
- * @param {VerificationUpdateArgs} args - Arguments to update one Verification.
464
- * @example
465
- * // Update one Verification
466
- * const verification = await prisma.verification.update({
467
- * where: {
468
- * // ... provide filter here
469
- * },
470
- * data: {
471
- * // ... provide data here
472
- * }
473
- * })
474
- *
475
- */
476
295
  update<T extends VerificationUpdateArgs>(args: Prisma.SelectSubset<T, VerificationUpdateArgs<ExtArgs>>): Prisma.Prisma__VerificationClient<runtime.Types.Result.GetResult<Prisma.$VerificationPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
477
- /**
478
- * Delete zero or more Verifications.
479
- * @param {VerificationDeleteManyArgs} args - Arguments to filter Verifications to delete.
480
- * @example
481
- * // Delete a few Verifications
482
- * const { count } = await prisma.verification.deleteMany({
483
- * where: {
484
- * // ... provide filter here
485
- * }
486
- * })
487
- *
488
- */
489
296
  deleteMany<T extends VerificationDeleteManyArgs>(args?: Prisma.SelectSubset<T, VerificationDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
490
- /**
491
- * Update zero or more Verifications.
492
- * Note, that providing `undefined` is treated as the value not being there.
493
- * Read more here: https://pris.ly/d/null-undefined
494
- * @param {VerificationUpdateManyArgs} args - Arguments to update one or more rows.
495
- * @example
496
- * // Update many Verifications
497
- * const verification = await prisma.verification.updateMany({
498
- * where: {
499
- * // ... provide filter here
500
- * },
501
- * data: {
502
- * // ... provide data here
503
- * }
504
- * })
505
- *
506
- */
507
297
  updateMany<T extends VerificationUpdateManyArgs>(args: Prisma.SelectSubset<T, VerificationUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
508
- /**
509
- * Update zero or more Verifications and returns the data updated in the database.
510
- * @param {VerificationUpdateManyAndReturnArgs} args - Arguments to update many Verifications.
511
- * @example
512
- * // Update many Verifications
513
- * const verification = await prisma.verification.updateManyAndReturn({
514
- * where: {
515
- * // ... provide filter here
516
- * },
517
- * data: [
518
- * // ... provide data here
519
- * ]
520
- * })
521
- *
522
- * // Update zero or more Verifications and only return the `id`
523
- * const verificationWithIdOnly = await prisma.verification.updateManyAndReturn({
524
- * select: { id: true },
525
- * where: {
526
- * // ... provide filter here
527
- * },
528
- * data: [
529
- * // ... provide data here
530
- * ]
531
- * })
532
- * Note, that providing `undefined` is treated as the value not being there.
533
- * Read more here: https://pris.ly/d/null-undefined
534
- *
535
- */
536
298
  updateManyAndReturn<T extends VerificationUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, VerificationUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$VerificationPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
537
- /**
538
- * Create or update one Verification.
539
- * @param {VerificationUpsertArgs} args - Arguments to update or create a Verification.
540
- * @example
541
- * // Update or create a Verification
542
- * const verification = await prisma.verification.upsert({
543
- * create: {
544
- * // ... data to create a Verification
545
- * },
546
- * update: {
547
- * // ... in case it already exists, update
548
- * },
549
- * where: {
550
- * // ... the filter for the Verification we want to update
551
- * }
552
- * })
553
- */
554
299
  upsert<T extends VerificationUpsertArgs>(args: Prisma.SelectSubset<T, VerificationUpsertArgs<ExtArgs>>): Prisma.Prisma__VerificationClient<runtime.Types.Result.GetResult<Prisma.$VerificationPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
555
- /**
556
- * Count the number of Verifications.
557
- * Note, that providing `undefined` is treated as the value not being there.
558
- * Read more here: https://pris.ly/d/null-undefined
559
- * @param {VerificationCountArgs} args - Arguments to filter Verifications to count.
560
- * @example
561
- * // Count the number of Verifications
562
- * const count = await prisma.verification.count({
563
- * where: {
564
- * // ... the filter for the Verifications we want to count
565
- * }
566
- * })
567
- **/
568
300
  count<T extends VerificationCountArgs>(args?: Prisma.Subset<T, VerificationCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], VerificationCountAggregateOutputType> : number>;
569
- /**
570
- * Allows you to perform aggregations operations on a Verification.
571
- * Note, that providing `undefined` is treated as the value not being there.
572
- * Read more here: https://pris.ly/d/null-undefined
573
- * @param {VerificationAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
574
- * @example
575
- * // Ordered by age ascending
576
- * // Where email contains prisma.io
577
- * // Limited to the 10 users
578
- * const aggregations = await prisma.user.aggregate({
579
- * _avg: {
580
- * age: true,
581
- * },
582
- * where: {
583
- * email: {
584
- * contains: "prisma.io",
585
- * },
586
- * },
587
- * orderBy: {
588
- * age: "asc",
589
- * },
590
- * take: 10,
591
- * })
592
- **/
593
301
  aggregate<T extends VerificationAggregateArgs>(args: Prisma.Subset<T, VerificationAggregateArgs>): Prisma.PrismaPromise<GetVerificationAggregateType<T>>;
594
- /**
595
- * Group by Verification.
596
- * Note, that providing `undefined` is treated as the value not being there.
597
- * Read more here: https://pris.ly/d/null-undefined
598
- * @param {VerificationGroupByArgs} args - Group by arguments.
599
- * @example
600
- * // Group by city, order by createdAt, get count
601
- * const result = await prisma.user.groupBy({
602
- * by: ['city', 'createdAt'],
603
- * orderBy: {
604
- * createdAt: true
605
- * },
606
- * _count: {
607
- * _all: true
608
- * },
609
- * })
610
- *
611
- **/
612
302
  groupBy<T extends VerificationGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
613
303
  orderBy: VerificationGroupByArgs['orderBy'];
614
304
  } : {
@@ -627,43 +317,14 @@ export interface VerificationDelegate<ExtArgs extends runtime.Types.Extensions.I
627
317
  }[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
628
318
  [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
629
319
  }[OrderFields]>(args: Prisma.SubsetIntersection<T, VerificationGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetVerificationGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
630
- /**
631
- * Fields of the Verification model
632
- */
633
320
  readonly fields: VerificationFieldRefs;
634
321
  }
635
- /**
636
- * The delegate class that acts as a "Promise-like" for Verification.
637
- * Why is this prefixed with `Prisma__`?
638
- * Because we want to prevent naming conflicts as mentioned in
639
- * https://github.com/prisma/prisma-client-js/issues/707
640
- */
641
322
  export interface Prisma__VerificationClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
642
323
  readonly [Symbol.toStringTag]: "PrismaPromise";
643
- /**
644
- * Attaches callbacks for the resolution and/or rejection of the Promise.
645
- * @param onfulfilled The callback to execute when the Promise is resolved.
646
- * @param onrejected The callback to execute when the Promise is rejected.
647
- * @returns A Promise for the completion of which ever callback is executed.
648
- */
649
324
  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>;
650
- /**
651
- * Attaches a callback for only the rejection of the Promise.
652
- * @param onrejected The callback to execute when the Promise is rejected.
653
- * @returns A Promise for the completion of the callback.
654
- */
655
325
  catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
656
- /**
657
- * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
658
- * resolved value cannot be modified from the callback.
659
- * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
660
- * @returns A Promise for the completion of the callback.
661
- */
662
326
  finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
663
327
  }
664
- /**
665
- * Fields of the Verification model
666
- */
667
328
  export interface VerificationFieldRefs {
668
329
  readonly id: Prisma.FieldRef<"Verification", 'String'>;
669
330
  readonly identifier: Prisma.FieldRef<"Verification", 'String'>;
@@ -672,350 +333,97 @@ export interface VerificationFieldRefs {
672
333
  readonly createdAt: Prisma.FieldRef<"Verification", 'DateTime'>;
673
334
  readonly updatedAt: Prisma.FieldRef<"Verification", 'DateTime'>;
674
335
  }
675
- /**
676
- * Verification findUnique
677
- */
678
336
  export type VerificationFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
679
- /**
680
- * Select specific fields to fetch from the Verification
681
- */
682
337
  select?: Prisma.VerificationSelect<ExtArgs> | null;
683
- /**
684
- * Omit specific fields from the Verification
685
- */
686
338
  omit?: Prisma.VerificationOmit<ExtArgs> | null;
687
- /**
688
- * Filter, which Verification to fetch.
689
- */
690
339
  where: Prisma.VerificationWhereUniqueInput;
691
340
  };
692
- /**
693
- * Verification findUniqueOrThrow
694
- */
695
341
  export type VerificationFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
696
- /**
697
- * Select specific fields to fetch from the Verification
698
- */
699
342
  select?: Prisma.VerificationSelect<ExtArgs> | null;
700
- /**
701
- * Omit specific fields from the Verification
702
- */
703
343
  omit?: Prisma.VerificationOmit<ExtArgs> | null;
704
- /**
705
- * Filter, which Verification to fetch.
706
- */
707
344
  where: Prisma.VerificationWhereUniqueInput;
708
345
  };
709
- /**
710
- * Verification findFirst
711
- */
712
346
  export type VerificationFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
713
- /**
714
- * Select specific fields to fetch from the Verification
715
- */
716
347
  select?: Prisma.VerificationSelect<ExtArgs> | null;
717
- /**
718
- * Omit specific fields from the Verification
719
- */
720
348
  omit?: Prisma.VerificationOmit<ExtArgs> | null;
721
- /**
722
- * Filter, which Verification to fetch.
723
- */
724
349
  where?: Prisma.VerificationWhereInput;
725
- /**
726
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
727
- *
728
- * Determine the order of Verifications to fetch.
729
- */
730
350
  orderBy?: Prisma.VerificationOrderByWithRelationInput | Prisma.VerificationOrderByWithRelationInput[];
731
- /**
732
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
733
- *
734
- * Sets the position for searching for Verifications.
735
- */
736
351
  cursor?: Prisma.VerificationWhereUniqueInput;
737
- /**
738
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
739
- *
740
- * Take `±n` Verifications from the position of the cursor.
741
- */
742
352
  take?: number;
743
- /**
744
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
745
- *
746
- * Skip the first `n` Verifications.
747
- */
748
353
  skip?: number;
749
- /**
750
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
751
- *
752
- * Filter by unique combinations of Verifications.
753
- */
754
354
  distinct?: Prisma.VerificationScalarFieldEnum | Prisma.VerificationScalarFieldEnum[];
755
355
  };
756
- /**
757
- * Verification findFirstOrThrow
758
- */
759
356
  export type VerificationFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
760
- /**
761
- * Select specific fields to fetch from the Verification
762
- */
763
357
  select?: Prisma.VerificationSelect<ExtArgs> | null;
764
- /**
765
- * Omit specific fields from the Verification
766
- */
767
358
  omit?: Prisma.VerificationOmit<ExtArgs> | null;
768
- /**
769
- * Filter, which Verification to fetch.
770
- */
771
359
  where?: Prisma.VerificationWhereInput;
772
- /**
773
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
774
- *
775
- * Determine the order of Verifications to fetch.
776
- */
777
360
  orderBy?: Prisma.VerificationOrderByWithRelationInput | Prisma.VerificationOrderByWithRelationInput[];
778
- /**
779
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
780
- *
781
- * Sets the position for searching for Verifications.
782
- */
783
361
  cursor?: Prisma.VerificationWhereUniqueInput;
784
- /**
785
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
786
- *
787
- * Take `±n` Verifications from the position of the cursor.
788
- */
789
362
  take?: number;
790
- /**
791
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
792
- *
793
- * Skip the first `n` Verifications.
794
- */
795
363
  skip?: number;
796
- /**
797
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
798
- *
799
- * Filter by unique combinations of Verifications.
800
- */
801
364
  distinct?: Prisma.VerificationScalarFieldEnum | Prisma.VerificationScalarFieldEnum[];
802
365
  };
803
- /**
804
- * Verification findMany
805
- */
806
366
  export type VerificationFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
807
- /**
808
- * Select specific fields to fetch from the Verification
809
- */
810
367
  select?: Prisma.VerificationSelect<ExtArgs> | null;
811
- /**
812
- * Omit specific fields from the Verification
813
- */
814
368
  omit?: Prisma.VerificationOmit<ExtArgs> | null;
815
- /**
816
- * Filter, which Verifications to fetch.
817
- */
818
369
  where?: Prisma.VerificationWhereInput;
819
- /**
820
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
821
- *
822
- * Determine the order of Verifications to fetch.
823
- */
824
370
  orderBy?: Prisma.VerificationOrderByWithRelationInput | Prisma.VerificationOrderByWithRelationInput[];
825
- /**
826
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
827
- *
828
- * Sets the position for listing Verifications.
829
- */
830
371
  cursor?: Prisma.VerificationWhereUniqueInput;
831
- /**
832
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
833
- *
834
- * Take `±n` Verifications from the position of the cursor.
835
- */
836
372
  take?: number;
837
- /**
838
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
839
- *
840
- * Skip the first `n` Verifications.
841
- */
842
373
  skip?: number;
843
374
  distinct?: Prisma.VerificationScalarFieldEnum | Prisma.VerificationScalarFieldEnum[];
844
375
  };
845
- /**
846
- * Verification create
847
- */
848
376
  export type VerificationCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
849
- /**
850
- * Select specific fields to fetch from the Verification
851
- */
852
377
  select?: Prisma.VerificationSelect<ExtArgs> | null;
853
- /**
854
- * Omit specific fields from the Verification
855
- */
856
378
  omit?: Prisma.VerificationOmit<ExtArgs> | null;
857
- /**
858
- * The data needed to create a Verification.
859
- */
860
379
  data: Prisma.XOR<Prisma.VerificationCreateInput, Prisma.VerificationUncheckedCreateInput>;
861
380
  };
862
- /**
863
- * Verification createMany
864
- */
865
381
  export type VerificationCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
866
- /**
867
- * The data used to create many Verifications.
868
- */
869
382
  data: Prisma.VerificationCreateManyInput | Prisma.VerificationCreateManyInput[];
870
383
  skipDuplicates?: boolean;
871
384
  };
872
- /**
873
- * Verification createManyAndReturn
874
- */
875
385
  export type VerificationCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
876
- /**
877
- * Select specific fields to fetch from the Verification
878
- */
879
386
  select?: Prisma.VerificationSelectCreateManyAndReturn<ExtArgs> | null;
880
- /**
881
- * Omit specific fields from the Verification
882
- */
883
387
  omit?: Prisma.VerificationOmit<ExtArgs> | null;
884
- /**
885
- * The data used to create many Verifications.
886
- */
887
388
  data: Prisma.VerificationCreateManyInput | Prisma.VerificationCreateManyInput[];
888
389
  skipDuplicates?: boolean;
889
390
  };
890
- /**
891
- * Verification update
892
- */
893
391
  export type VerificationUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
894
- /**
895
- * Select specific fields to fetch from the Verification
896
- */
897
392
  select?: Prisma.VerificationSelect<ExtArgs> | null;
898
- /**
899
- * Omit specific fields from the Verification
900
- */
901
393
  omit?: Prisma.VerificationOmit<ExtArgs> | null;
902
- /**
903
- * The data needed to update a Verification.
904
- */
905
394
  data: Prisma.XOR<Prisma.VerificationUpdateInput, Prisma.VerificationUncheckedUpdateInput>;
906
- /**
907
- * Choose, which Verification to update.
908
- */
909
395
  where: Prisma.VerificationWhereUniqueInput;
910
396
  };
911
- /**
912
- * Verification updateMany
913
- */
914
397
  export type VerificationUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
915
- /**
916
- * The data used to update Verifications.
917
- */
918
398
  data: Prisma.XOR<Prisma.VerificationUpdateManyMutationInput, Prisma.VerificationUncheckedUpdateManyInput>;
919
- /**
920
- * Filter which Verifications to update
921
- */
922
399
  where?: Prisma.VerificationWhereInput;
923
- /**
924
- * Limit how many Verifications to update.
925
- */
926
400
  limit?: number;
927
401
  };
928
- /**
929
- * Verification updateManyAndReturn
930
- */
931
402
  export type VerificationUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
932
- /**
933
- * Select specific fields to fetch from the Verification
934
- */
935
403
  select?: Prisma.VerificationSelectUpdateManyAndReturn<ExtArgs> | null;
936
- /**
937
- * Omit specific fields from the Verification
938
- */
939
404
  omit?: Prisma.VerificationOmit<ExtArgs> | null;
940
- /**
941
- * The data used to update Verifications.
942
- */
943
405
  data: Prisma.XOR<Prisma.VerificationUpdateManyMutationInput, Prisma.VerificationUncheckedUpdateManyInput>;
944
- /**
945
- * Filter which Verifications to update
946
- */
947
406
  where?: Prisma.VerificationWhereInput;
948
- /**
949
- * Limit how many Verifications to update.
950
- */
951
407
  limit?: number;
952
408
  };
953
- /**
954
- * Verification upsert
955
- */
956
409
  export type VerificationUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
957
- /**
958
- * Select specific fields to fetch from the Verification
959
- */
960
410
  select?: Prisma.VerificationSelect<ExtArgs> | null;
961
- /**
962
- * Omit specific fields from the Verification
963
- */
964
411
  omit?: Prisma.VerificationOmit<ExtArgs> | null;
965
- /**
966
- * The filter to search for the Verification to update in case it exists.
967
- */
968
412
  where: Prisma.VerificationWhereUniqueInput;
969
- /**
970
- * In case the Verification found by the `where` argument doesn't exist, create a new Verification with this data.
971
- */
972
413
  create: Prisma.XOR<Prisma.VerificationCreateInput, Prisma.VerificationUncheckedCreateInput>;
973
- /**
974
- * In case the Verification was found with the provided `where` argument, update it with this data.
975
- */
976
414
  update: Prisma.XOR<Prisma.VerificationUpdateInput, Prisma.VerificationUncheckedUpdateInput>;
977
415
  };
978
- /**
979
- * Verification delete
980
- */
981
416
  export type VerificationDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
982
- /**
983
- * Select specific fields to fetch from the Verification
984
- */
985
417
  select?: Prisma.VerificationSelect<ExtArgs> | null;
986
- /**
987
- * Omit specific fields from the Verification
988
- */
989
418
  omit?: Prisma.VerificationOmit<ExtArgs> | null;
990
- /**
991
- * Filter which Verification to delete.
992
- */
993
419
  where: Prisma.VerificationWhereUniqueInput;
994
420
  };
995
- /**
996
- * Verification deleteMany
997
- */
998
421
  export type VerificationDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
999
- /**
1000
- * Filter which Verifications to delete
1001
- */
1002
422
  where?: Prisma.VerificationWhereInput;
1003
- /**
1004
- * Limit how many Verifications to delete.
1005
- */
1006
423
  limit?: number;
1007
424
  };
1008
- /**
1009
- * Verification without action
1010
- */
1011
425
  export type VerificationDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1012
- /**
1013
- * Select specific fields to fetch from the Verification
1014
- */
1015
426
  select?: Prisma.VerificationSelect<ExtArgs> | null;
1016
- /**
1017
- * Omit specific fields from the Verification
1018
- */
1019
427
  omit?: Prisma.VerificationOmit<ExtArgs> | null;
1020
428
  };
1021
429
  export {};