@trycompai/db 1.3.22 → 2.0.0

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 (269) hide show
  1. package/dist/client.d.ts +2 -2
  2. package/dist/client.d.ts.map +1 -1
  3. package/dist/client.js +4 -5
  4. package/dist/client.ts +5 -2
  5. package/dist/generated/prisma/client.d.ts +427 -0
  6. package/dist/generated/prisma/client.d.ts.map +1 -0
  7. package/dist/generated/prisma/client.js +73 -0
  8. package/dist/generated/prisma/commonInputTypes.d.ts +2082 -0
  9. package/dist/generated/prisma/commonInputTypes.d.ts.map +1 -0
  10. package/dist/generated/prisma/commonInputTypes.js +11 -0
  11. package/dist/generated/prisma/enums.d.ts +367 -0
  12. package/dist/generated/prisma/enums.d.ts.map +1 -0
  13. package/dist/generated/prisma/enums.js +329 -0
  14. package/dist/generated/prisma/internal/class.d.ts +1000 -0
  15. package/dist/generated/prisma/internal/class.d.ts.map +1 -0
  16. package/dist/generated/prisma/internal/class.js +87 -0
  17. package/dist/generated/prisma/internal/prismaNamespace.d.ts +8063 -0
  18. package/dist/generated/prisma/internal/prismaNamespace.d.ts.map +1 -0
  19. package/dist/generated/prisma/internal/prismaNamespace.js +1256 -0
  20. package/dist/generated/prisma/models/Account.d.ts +1456 -0
  21. package/dist/generated/prisma/models/Account.d.ts.map +1 -0
  22. package/dist/generated/prisma/models/Account.js +2 -0
  23. package/dist/generated/prisma/models/ApiKey.d.ts +1387 -0
  24. package/dist/generated/prisma/models/ApiKey.d.ts.map +1 -0
  25. package/dist/generated/prisma/models/ApiKey.js +2 -0
  26. package/dist/generated/prisma/models/Attachment.d.ts +1520 -0
  27. package/dist/generated/prisma/models/Attachment.d.ts.map +1 -0
  28. package/dist/generated/prisma/models/Attachment.js +2 -0
  29. package/dist/generated/prisma/models/AuditLog.d.ts +1590 -0
  30. package/dist/generated/prisma/models/AuditLog.d.ts.map +1 -0
  31. package/dist/generated/prisma/models/AuditLog.js +2 -0
  32. package/dist/generated/prisma/models/BrowserAutomation.d.ts +1507 -0
  33. package/dist/generated/prisma/models/BrowserAutomation.d.ts.map +1 -0
  34. package/dist/generated/prisma/models/BrowserAutomation.js +2 -0
  35. package/dist/generated/prisma/models/BrowserAutomationRun.d.ts +1455 -0
  36. package/dist/generated/prisma/models/BrowserAutomationRun.d.ts.map +1 -0
  37. package/dist/generated/prisma/models/BrowserAutomationRun.js +2 -0
  38. package/dist/generated/prisma/models/BrowserbaseContext.d.ts +1139 -0
  39. package/dist/generated/prisma/models/BrowserbaseContext.d.ts.map +1 -0
  40. package/dist/generated/prisma/models/BrowserbaseContext.js +2 -0
  41. package/dist/generated/prisma/models/Comment.d.ts +1502 -0
  42. package/dist/generated/prisma/models/Comment.d.ts.map +1 -0
  43. package/dist/generated/prisma/models/Comment.js +2 -0
  44. package/dist/generated/prisma/models/Context.d.ts +1254 -0
  45. package/dist/generated/prisma/models/Context.d.ts.map +1 -0
  46. package/dist/generated/prisma/models/Context.js +2 -0
  47. package/dist/generated/prisma/models/Control.d.ts +1965 -0
  48. package/dist/generated/prisma/models/Control.d.ts.map +1 -0
  49. package/dist/generated/prisma/models/Control.js +2 -0
  50. package/dist/generated/prisma/models/ControlDocumentType.d.ts +1115 -0
  51. package/dist/generated/prisma/models/ControlDocumentType.d.ts.map +1 -0
  52. package/dist/generated/prisma/models/ControlDocumentType.js +2 -0
  53. package/dist/generated/prisma/models/Device.d.ts +1858 -0
  54. package/dist/generated/prisma/models/Device.d.ts.map +1 -0
  55. package/dist/generated/prisma/models/Device.js +2 -0
  56. package/dist/generated/prisma/models/DynamicCheck.d.ts +1517 -0
  57. package/dist/generated/prisma/models/DynamicCheck.d.ts.map +1 -0
  58. package/dist/generated/prisma/models/DynamicCheck.js +2 -0
  59. package/dist/generated/prisma/models/DynamicIntegration.d.ts +1528 -0
  60. package/dist/generated/prisma/models/DynamicIntegration.d.ts.map +1 -0
  61. package/dist/generated/prisma/models/DynamicIntegration.js +2 -0
  62. package/dist/generated/prisma/models/EmployeeTrainingVideoCompletion.d.ts +1146 -0
  63. package/dist/generated/prisma/models/EmployeeTrainingVideoCompletion.d.ts.map +1 -0
  64. package/dist/generated/prisma/models/EmployeeTrainingVideoCompletion.js +2 -0
  65. package/dist/generated/prisma/models/EvidenceAutomation.d.ts +1533 -0
  66. package/dist/generated/prisma/models/EvidenceAutomation.d.ts.map +1 -0
  67. package/dist/generated/prisma/models/EvidenceAutomation.js +2 -0
  68. package/dist/generated/prisma/models/EvidenceAutomationRun.d.ts +1833 -0
  69. package/dist/generated/prisma/models/EvidenceAutomationRun.d.ts.map +1 -0
  70. package/dist/generated/prisma/models/EvidenceAutomationRun.js +2 -0
  71. package/dist/generated/prisma/models/EvidenceAutomationVersion.d.ts +1331 -0
  72. package/dist/generated/prisma/models/EvidenceAutomationVersion.d.ts.map +1 -0
  73. package/dist/generated/prisma/models/EvidenceAutomationVersion.js +2 -0
  74. package/dist/generated/prisma/models/EvidenceSubmission.d.ts +1905 -0
  75. package/dist/generated/prisma/models/EvidenceSubmission.d.ts.map +1 -0
  76. package/dist/generated/prisma/models/EvidenceSubmission.js +2 -0
  77. package/dist/generated/prisma/models/Finding.d.ts +2386 -0
  78. package/dist/generated/prisma/models/Finding.d.ts.map +1 -0
  79. package/dist/generated/prisma/models/Finding.js +2 -0
  80. package/dist/generated/prisma/models/FindingTemplate.d.ts +1264 -0
  81. package/dist/generated/prisma/models/FindingTemplate.d.ts.map +1 -0
  82. package/dist/generated/prisma/models/FindingTemplate.js +2 -0
  83. package/dist/generated/prisma/models/FleetPolicyResult.d.ts +1484 -0
  84. package/dist/generated/prisma/models/FleetPolicyResult.d.ts.map +1 -0
  85. package/dist/generated/prisma/models/FleetPolicyResult.js +2 -0
  86. package/dist/generated/prisma/models/FrameworkEditorControlTemplate.d.ts +1669 -0
  87. package/dist/generated/prisma/models/FrameworkEditorControlTemplate.d.ts.map +1 -0
  88. package/dist/generated/prisma/models/FrameworkEditorControlTemplate.js +2 -0
  89. package/dist/generated/prisma/models/FrameworkEditorFramework.d.ts +1581 -0
  90. package/dist/generated/prisma/models/FrameworkEditorFramework.d.ts.map +1 -0
  91. package/dist/generated/prisma/models/FrameworkEditorFramework.js +2 -0
  92. package/dist/generated/prisma/models/FrameworkEditorPolicyTemplate.d.ts +1428 -0
  93. package/dist/generated/prisma/models/FrameworkEditorPolicyTemplate.d.ts.map +1 -0
  94. package/dist/generated/prisma/models/FrameworkEditorPolicyTemplate.js +2 -0
  95. package/dist/generated/prisma/models/FrameworkEditorRequirement.d.ts +1525 -0
  96. package/dist/generated/prisma/models/FrameworkEditorRequirement.d.ts.map +1 -0
  97. package/dist/generated/prisma/models/FrameworkEditorRequirement.js +2 -0
  98. package/dist/generated/prisma/models/FrameworkEditorTaskTemplate.d.ts +1434 -0
  99. package/dist/generated/prisma/models/FrameworkEditorTaskTemplate.d.ts.map +1 -0
  100. package/dist/generated/prisma/models/FrameworkEditorTaskTemplate.js +2 -0
  101. package/dist/generated/prisma/models/FrameworkEditorVideo.d.ts +1054 -0
  102. package/dist/generated/prisma/models/FrameworkEditorVideo.d.ts.map +1 -0
  103. package/dist/generated/prisma/models/FrameworkEditorVideo.js +2 -0
  104. package/dist/generated/prisma/models/FrameworkInstance.d.ts +1321 -0
  105. package/dist/generated/prisma/models/FrameworkInstance.d.ts.map +1 -0
  106. package/dist/generated/prisma/models/FrameworkInstance.js +2 -0
  107. package/dist/generated/prisma/models/GlobalVendors.d.ts +1358 -0
  108. package/dist/generated/prisma/models/GlobalVendors.d.ts.map +1 -0
  109. package/dist/generated/prisma/models/GlobalVendors.js +2 -0
  110. package/dist/generated/prisma/models/Integration.d.ts +1363 -0
  111. package/dist/generated/prisma/models/Integration.d.ts.map +1 -0
  112. package/dist/generated/prisma/models/Integration.js +2 -0
  113. package/dist/generated/prisma/models/IntegrationCheckResult.d.ts +1408 -0
  114. package/dist/generated/prisma/models/IntegrationCheckResult.d.ts.map +1 -0
  115. package/dist/generated/prisma/models/IntegrationCheckResult.js +2 -0
  116. package/dist/generated/prisma/models/IntegrationCheckRun.d.ts +1958 -0
  117. package/dist/generated/prisma/models/IntegrationCheckRun.d.ts.map +1 -0
  118. package/dist/generated/prisma/models/IntegrationCheckRun.js +2 -0
  119. package/dist/generated/prisma/models/IntegrationConnection.d.ts +2472 -0
  120. package/dist/generated/prisma/models/IntegrationConnection.d.ts.map +1 -0
  121. package/dist/generated/prisma/models/IntegrationConnection.js +2 -0
  122. package/dist/generated/prisma/models/IntegrationCredentialVersion.d.ts +1298 -0
  123. package/dist/generated/prisma/models/IntegrationCredentialVersion.d.ts.map +1 -0
  124. package/dist/generated/prisma/models/IntegrationCredentialVersion.js +2 -0
  125. package/dist/generated/prisma/models/IntegrationOAuthApp.d.ts +1362 -0
  126. package/dist/generated/prisma/models/IntegrationOAuthApp.d.ts.map +1 -0
  127. package/dist/generated/prisma/models/IntegrationOAuthApp.js +2 -0
  128. package/dist/generated/prisma/models/IntegrationOAuthState.d.ts +1131 -0
  129. package/dist/generated/prisma/models/IntegrationOAuthState.d.ts.map +1 -0
  130. package/dist/generated/prisma/models/IntegrationOAuthState.js +2 -0
  131. package/dist/generated/prisma/models/IntegrationPlatformCredential.d.ts +1237 -0
  132. package/dist/generated/prisma/models/IntegrationPlatformCredential.d.ts.map +1 -0
  133. package/dist/generated/prisma/models/IntegrationPlatformCredential.js +2 -0
  134. package/dist/generated/prisma/models/IntegrationPlatformFinding.d.ts +1652 -0
  135. package/dist/generated/prisma/models/IntegrationPlatformFinding.d.ts.map +1 -0
  136. package/dist/generated/prisma/models/IntegrationPlatformFinding.js +2 -0
  137. package/dist/generated/prisma/models/IntegrationProvider.d.ts +1300 -0
  138. package/dist/generated/prisma/models/IntegrationProvider.d.ts.map +1 -0
  139. package/dist/generated/prisma/models/IntegrationProvider.js +2 -0
  140. package/dist/generated/prisma/models/IntegrationResult.d.ts +1539 -0
  141. package/dist/generated/prisma/models/IntegrationResult.d.ts.map +1 -0
  142. package/dist/generated/prisma/models/IntegrationResult.js +2 -0
  143. package/dist/generated/prisma/models/IntegrationRun.d.ts +1596 -0
  144. package/dist/generated/prisma/models/IntegrationRun.d.ts.map +1 -0
  145. package/dist/generated/prisma/models/IntegrationRun.js +2 -0
  146. package/dist/generated/prisma/models/IntegrationSyncLog.d.ts +1716 -0
  147. package/dist/generated/prisma/models/IntegrationSyncLog.d.ts.map +1 -0
  148. package/dist/generated/prisma/models/IntegrationSyncLog.js +2 -0
  149. package/dist/generated/prisma/models/Invitation.d.ts +1404 -0
  150. package/dist/generated/prisma/models/Invitation.d.ts.map +1 -0
  151. package/dist/generated/prisma/models/Invitation.js +2 -0
  152. package/dist/generated/prisma/models/Jwks.d.ts +998 -0
  153. package/dist/generated/prisma/models/Jwks.d.ts.map +1 -0
  154. package/dist/generated/prisma/models/Jwks.js +2 -0
  155. package/dist/generated/prisma/models/KnowledgeBaseDocument.d.ts +1463 -0
  156. package/dist/generated/prisma/models/KnowledgeBaseDocument.d.ts.map +1 -0
  157. package/dist/generated/prisma/models/KnowledgeBaseDocument.js +2 -0
  158. package/dist/generated/prisma/models/Member.d.ts +5530 -0
  159. package/dist/generated/prisma/models/Member.d.ts.map +1 -0
  160. package/dist/generated/prisma/models/Member.js +2 -0
  161. package/dist/generated/prisma/models/Onboarding.d.ts +1376 -0
  162. package/dist/generated/prisma/models/Onboarding.d.ts.map +1 -0
  163. package/dist/generated/prisma/models/Onboarding.js +2 -0
  164. package/dist/generated/prisma/models/Organization.d.ts +14367 -0
  165. package/dist/generated/prisma/models/Organization.d.ts.map +1 -0
  166. package/dist/generated/prisma/models/Organization.js +2 -0
  167. package/dist/generated/prisma/models/OrganizationBilling.d.ts +1222 -0
  168. package/dist/generated/prisma/models/OrganizationBilling.d.ts.map +1 -0
  169. package/dist/generated/prisma/models/OrganizationBilling.js +2 -0
  170. package/dist/generated/prisma/models/OrganizationChart.d.ts +1248 -0
  171. package/dist/generated/prisma/models/OrganizationChart.d.ts.map +1 -0
  172. package/dist/generated/prisma/models/OrganizationChart.js +2 -0
  173. package/dist/generated/prisma/models/OrganizationRole.d.ts +1251 -0
  174. package/dist/generated/prisma/models/OrganizationRole.d.ts.map +1 -0
  175. package/dist/generated/prisma/models/OrganizationRole.js +2 -0
  176. package/dist/generated/prisma/models/PentestSubscription.d.ts +1497 -0
  177. package/dist/generated/prisma/models/PentestSubscription.d.ts.map +1 -0
  178. package/dist/generated/prisma/models/PentestSubscription.js +2 -0
  179. package/dist/generated/prisma/models/Policy.d.ts +3356 -0
  180. package/dist/generated/prisma/models/Policy.d.ts.map +1 -0
  181. package/dist/generated/prisma/models/Policy.js +2 -0
  182. package/dist/generated/prisma/models/PolicyVersion.d.ts +1619 -0
  183. package/dist/generated/prisma/models/PolicyVersion.d.ts.map +1 -0
  184. package/dist/generated/prisma/models/PolicyVersion.js +2 -0
  185. package/dist/generated/prisma/models/Questionnaire.d.ts +1808 -0
  186. package/dist/generated/prisma/models/Questionnaire.d.ts.map +1 -0
  187. package/dist/generated/prisma/models/Questionnaire.js +2 -0
  188. package/dist/generated/prisma/models/QuestionnaireQuestionAnswer.d.ts +1422 -0
  189. package/dist/generated/prisma/models/QuestionnaireQuestionAnswer.d.ts.map +1 -0
  190. package/dist/generated/prisma/models/QuestionnaireQuestionAnswer.js +2 -0
  191. package/dist/generated/prisma/models/RequirementMap.d.ts +1345 -0
  192. package/dist/generated/prisma/models/RequirementMap.d.ts.map +1 -0
  193. package/dist/generated/prisma/models/RequirementMap.js +2 -0
  194. package/dist/generated/prisma/models/Risk.d.ts +1975 -0
  195. package/dist/generated/prisma/models/Risk.d.ts.map +1 -0
  196. package/dist/generated/prisma/models/Risk.js +2 -0
  197. package/dist/generated/prisma/models/RoleNotificationSetting.d.ts +1391 -0
  198. package/dist/generated/prisma/models/RoleNotificationSetting.d.ts.map +1 -0
  199. package/dist/generated/prisma/models/RoleNotificationSetting.js +2 -0
  200. package/dist/generated/prisma/models/SOAAnswer.d.ts +1498 -0
  201. package/dist/generated/prisma/models/SOAAnswer.d.ts.map +1 -0
  202. package/dist/generated/prisma/models/SOAAnswer.js +2 -0
  203. package/dist/generated/prisma/models/SOADocument.d.ts +2272 -0
  204. package/dist/generated/prisma/models/SOADocument.d.ts.map +1 -0
  205. package/dist/generated/prisma/models/SOADocument.js +2 -0
  206. package/dist/generated/prisma/models/SOAFrameworkConfiguration.d.ts +1445 -0
  207. package/dist/generated/prisma/models/SOAFrameworkConfiguration.d.ts.map +1 -0
  208. package/dist/generated/prisma/models/SOAFrameworkConfiguration.js +2 -0
  209. package/dist/generated/prisma/models/Secret.d.ts +1321 -0
  210. package/dist/generated/prisma/models/Secret.d.ts.map +1 -0
  211. package/dist/generated/prisma/models/Secret.js +2 -0
  212. package/dist/generated/prisma/models/SecurityPenetrationTestRun.d.ts +1176 -0
  213. package/dist/generated/prisma/models/SecurityPenetrationTestRun.d.ts.map +1 -0
  214. package/dist/generated/prisma/models/SecurityPenetrationTestRun.js +2 -0
  215. package/dist/generated/prisma/models/SecurityQuestionnaireManualAnswer.d.ts +1510 -0
  216. package/dist/generated/prisma/models/SecurityQuestionnaireManualAnswer.d.ts.map +1 -0
  217. package/dist/generated/prisma/models/SecurityQuestionnaireManualAnswer.js +2 -0
  218. package/dist/generated/prisma/models/Session.d.ts +1351 -0
  219. package/dist/generated/prisma/models/Session.d.ts.map +1 -0
  220. package/dist/generated/prisma/models/Session.js +2 -0
  221. package/dist/generated/prisma/models/Task.d.ts +3980 -0
  222. package/dist/generated/prisma/models/Task.d.ts.map +1 -0
  223. package/dist/generated/prisma/models/Task.js +2 -0
  224. package/dist/generated/prisma/models/TaskItem.d.ts +1961 -0
  225. package/dist/generated/prisma/models/TaskItem.d.ts.map +1 -0
  226. package/dist/generated/prisma/models/TaskItem.js +2 -0
  227. package/dist/generated/prisma/models/Trust.d.ts +2242 -0
  228. package/dist/generated/prisma/models/Trust.d.ts.map +1 -0
  229. package/dist/generated/prisma/models/Trust.js +2 -0
  230. package/dist/generated/prisma/models/TrustAccessGrant.d.ts +1888 -0
  231. package/dist/generated/prisma/models/TrustAccessGrant.d.ts.map +1 -0
  232. package/dist/generated/prisma/models/TrustAccessGrant.js +2 -0
  233. package/dist/generated/prisma/models/TrustAccessRequest.d.ts +2103 -0
  234. package/dist/generated/prisma/models/TrustAccessRequest.d.ts.map +1 -0
  235. package/dist/generated/prisma/models/TrustAccessRequest.js +2 -0
  236. package/dist/generated/prisma/models/TrustCustomLink.d.ts +1354 -0
  237. package/dist/generated/prisma/models/TrustCustomLink.d.ts.map +1 -0
  238. package/dist/generated/prisma/models/TrustCustomLink.js +2 -0
  239. package/dist/generated/prisma/models/TrustDocument.d.ts +1281 -0
  240. package/dist/generated/prisma/models/TrustDocument.d.ts.map +1 -0
  241. package/dist/generated/prisma/models/TrustDocument.js +2 -0
  242. package/dist/generated/prisma/models/TrustNDAAgreement.d.ts +1877 -0
  243. package/dist/generated/prisma/models/TrustNDAAgreement.d.ts.map +1 -0
  244. package/dist/generated/prisma/models/TrustNDAAgreement.js +2 -0
  245. package/dist/generated/prisma/models/TrustResource.d.ts +1328 -0
  246. package/dist/generated/prisma/models/TrustResource.d.ts.map +1 -0
  247. package/dist/generated/prisma/models/TrustResource.js +2 -0
  248. package/dist/generated/prisma/models/User.d.ts +3070 -0
  249. package/dist/generated/prisma/models/User.d.ts.map +1 -0
  250. package/dist/generated/prisma/models/User.js +2 -0
  251. package/dist/generated/prisma/models/Vendor.d.ts +2307 -0
  252. package/dist/generated/prisma/models/Vendor.d.ts.map +1 -0
  253. package/dist/generated/prisma/models/Vendor.js +2 -0
  254. package/dist/generated/prisma/models/VendorContact.d.ts +1246 -0
  255. package/dist/generated/prisma/models/VendorContact.d.ts.map +1 -0
  256. package/dist/generated/prisma/models/VendorContact.js +2 -0
  257. package/dist/generated/prisma/models/Verification.d.ts +1026 -0
  258. package/dist/generated/prisma/models/Verification.d.ts.map +1 -0
  259. package/dist/generated/prisma/models/Verification.js +2 -0
  260. package/dist/generated/prisma/models.d.ts +82 -0
  261. package/dist/generated/prisma/models.d.ts.map +1 -0
  262. package/dist/generated/prisma/models.js +2 -0
  263. package/dist/index.d.ts +0 -1
  264. package/dist/index.d.ts.map +1 -1
  265. package/dist/index.js +0 -3
  266. package/dist/index.ts +1 -2
  267. package/dist/postinstall.js +1 -1
  268. package/dist/schema.prisma +455 -39
  269. package/package.json +56 -55
@@ -0,0 +1,1026 @@
1
+ import type * as runtime from "@prisma/client/runtime/client";
2
+ import type * as Prisma from "../internal/prismaNamespace.js";
3
+ /**
4
+ * Model Verification
5
+ *
6
+ */
7
+ export type VerificationModel = runtime.Types.Result.DefaultSelection<Prisma.$VerificationPayload>;
8
+ export type AggregateVerification = {
9
+ _count: VerificationCountAggregateOutputType | null;
10
+ _min: VerificationMinAggregateOutputType | null;
11
+ _max: VerificationMaxAggregateOutputType | null;
12
+ };
13
+ export type VerificationMinAggregateOutputType = {
14
+ id: string | null;
15
+ identifier: string | null;
16
+ value: string | null;
17
+ expiresAt: Date | null;
18
+ createdAt: Date | null;
19
+ updatedAt: Date | null;
20
+ };
21
+ export type VerificationMaxAggregateOutputType = {
22
+ id: string | null;
23
+ identifier: string | null;
24
+ value: string | null;
25
+ expiresAt: Date | null;
26
+ createdAt: Date | null;
27
+ updatedAt: Date | null;
28
+ };
29
+ export type VerificationCountAggregateOutputType = {
30
+ id: number;
31
+ identifier: number;
32
+ value: number;
33
+ expiresAt: number;
34
+ createdAt: number;
35
+ updatedAt: number;
36
+ _all: number;
37
+ };
38
+ export type VerificationMinAggregateInputType = {
39
+ id?: true;
40
+ identifier?: true;
41
+ value?: true;
42
+ expiresAt?: true;
43
+ createdAt?: true;
44
+ updatedAt?: true;
45
+ };
46
+ export type VerificationMaxAggregateInputType = {
47
+ id?: true;
48
+ identifier?: true;
49
+ value?: true;
50
+ expiresAt?: true;
51
+ createdAt?: true;
52
+ updatedAt?: true;
53
+ };
54
+ export type VerificationCountAggregateInputType = {
55
+ id?: true;
56
+ identifier?: true;
57
+ value?: true;
58
+ expiresAt?: true;
59
+ createdAt?: true;
60
+ updatedAt?: true;
61
+ _all?: true;
62
+ };
63
+ export type VerificationAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
64
+ /**
65
+ * Filter which Verification to aggregate.
66
+ */
67
+ 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
+ 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
+ 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
+ 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
+ skip?: number;
92
+ /**
93
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
94
+ *
95
+ * Count returned Verifications
96
+ **/
97
+ _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
+ _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
+ _max?: VerificationMaxAggregateInputType;
110
+ };
111
+ export type GetVerificationAggregateType<T extends VerificationAggregateArgs> = {
112
+ [P in keyof T & keyof AggregateVerification]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateVerification[P]> : Prisma.GetScalarType<T[P], AggregateVerification[P]>;
113
+ };
114
+ export type VerificationGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
115
+ where?: Prisma.VerificationWhereInput;
116
+ orderBy?: Prisma.VerificationOrderByWithAggregationInput | Prisma.VerificationOrderByWithAggregationInput[];
117
+ by: Prisma.VerificationScalarFieldEnum[] | Prisma.VerificationScalarFieldEnum;
118
+ having?: Prisma.VerificationScalarWhereWithAggregatesInput;
119
+ take?: number;
120
+ skip?: number;
121
+ _count?: VerificationCountAggregateInputType | true;
122
+ _min?: VerificationMinAggregateInputType;
123
+ _max?: VerificationMaxAggregateInputType;
124
+ };
125
+ export type VerificationGroupByOutputType = {
126
+ id: string;
127
+ identifier: string;
128
+ value: string;
129
+ expiresAt: Date;
130
+ createdAt: Date;
131
+ updatedAt: Date;
132
+ _count: VerificationCountAggregateOutputType | null;
133
+ _min: VerificationMinAggregateOutputType | null;
134
+ _max: VerificationMaxAggregateOutputType | null;
135
+ };
136
+ export type GetVerificationGroupByPayload<T extends VerificationGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<VerificationGroupByOutputType, T['by']> & {
137
+ [P in ((keyof T) & (keyof VerificationGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], VerificationGroupByOutputType[P]> : Prisma.GetScalarType<T[P], VerificationGroupByOutputType[P]>;
138
+ }>>;
139
+ export type VerificationWhereInput = {
140
+ AND?: Prisma.VerificationWhereInput | Prisma.VerificationWhereInput[];
141
+ OR?: Prisma.VerificationWhereInput[];
142
+ NOT?: Prisma.VerificationWhereInput | Prisma.VerificationWhereInput[];
143
+ id?: Prisma.StringFilter<"Verification"> | string;
144
+ identifier?: Prisma.StringFilter<"Verification"> | string;
145
+ value?: Prisma.StringFilter<"Verification"> | string;
146
+ expiresAt?: Prisma.DateTimeFilter<"Verification"> | Date | string;
147
+ createdAt?: Prisma.DateTimeFilter<"Verification"> | Date | string;
148
+ updatedAt?: Prisma.DateTimeFilter<"Verification"> | Date | string;
149
+ };
150
+ export type VerificationOrderByWithRelationInput = {
151
+ id?: Prisma.SortOrder;
152
+ identifier?: Prisma.SortOrder;
153
+ value?: Prisma.SortOrder;
154
+ expiresAt?: Prisma.SortOrder;
155
+ createdAt?: Prisma.SortOrder;
156
+ updatedAt?: Prisma.SortOrder;
157
+ };
158
+ export type VerificationWhereUniqueInput = Prisma.AtLeast<{
159
+ id?: string;
160
+ AND?: Prisma.VerificationWhereInput | Prisma.VerificationWhereInput[];
161
+ OR?: Prisma.VerificationWhereInput[];
162
+ NOT?: Prisma.VerificationWhereInput | Prisma.VerificationWhereInput[];
163
+ identifier?: Prisma.StringFilter<"Verification"> | string;
164
+ value?: Prisma.StringFilter<"Verification"> | string;
165
+ expiresAt?: Prisma.DateTimeFilter<"Verification"> | Date | string;
166
+ createdAt?: Prisma.DateTimeFilter<"Verification"> | Date | string;
167
+ updatedAt?: Prisma.DateTimeFilter<"Verification"> | Date | string;
168
+ }, "id">;
169
+ export type VerificationOrderByWithAggregationInput = {
170
+ id?: Prisma.SortOrder;
171
+ identifier?: Prisma.SortOrder;
172
+ value?: Prisma.SortOrder;
173
+ expiresAt?: Prisma.SortOrder;
174
+ createdAt?: Prisma.SortOrder;
175
+ updatedAt?: Prisma.SortOrder;
176
+ _count?: Prisma.VerificationCountOrderByAggregateInput;
177
+ _max?: Prisma.VerificationMaxOrderByAggregateInput;
178
+ _min?: Prisma.VerificationMinOrderByAggregateInput;
179
+ };
180
+ export type VerificationScalarWhereWithAggregatesInput = {
181
+ AND?: Prisma.VerificationScalarWhereWithAggregatesInput | Prisma.VerificationScalarWhereWithAggregatesInput[];
182
+ OR?: Prisma.VerificationScalarWhereWithAggregatesInput[];
183
+ NOT?: Prisma.VerificationScalarWhereWithAggregatesInput | Prisma.VerificationScalarWhereWithAggregatesInput[];
184
+ id?: Prisma.StringWithAggregatesFilter<"Verification"> | string;
185
+ identifier?: Prisma.StringWithAggregatesFilter<"Verification"> | string;
186
+ value?: Prisma.StringWithAggregatesFilter<"Verification"> | string;
187
+ expiresAt?: Prisma.DateTimeWithAggregatesFilter<"Verification"> | Date | string;
188
+ createdAt?: Prisma.DateTimeWithAggregatesFilter<"Verification"> | Date | string;
189
+ updatedAt?: Prisma.DateTimeWithAggregatesFilter<"Verification"> | Date | string;
190
+ };
191
+ export type VerificationCreateInput = {
192
+ id?: string;
193
+ identifier: string;
194
+ value: string;
195
+ expiresAt: Date | string;
196
+ createdAt?: Date | string;
197
+ updatedAt?: Date | string;
198
+ };
199
+ export type VerificationUncheckedCreateInput = {
200
+ id?: string;
201
+ identifier: string;
202
+ value: string;
203
+ expiresAt: Date | string;
204
+ createdAt?: Date | string;
205
+ updatedAt?: Date | string;
206
+ };
207
+ export type VerificationUpdateInput = {
208
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
209
+ identifier?: Prisma.StringFieldUpdateOperationsInput | string;
210
+ value?: Prisma.StringFieldUpdateOperationsInput | string;
211
+ expiresAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
212
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
213
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
214
+ };
215
+ export type VerificationUncheckedUpdateInput = {
216
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
217
+ identifier?: Prisma.StringFieldUpdateOperationsInput | string;
218
+ value?: Prisma.StringFieldUpdateOperationsInput | string;
219
+ expiresAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
220
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
221
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
222
+ };
223
+ export type VerificationCreateManyInput = {
224
+ id?: string;
225
+ identifier: string;
226
+ value: string;
227
+ expiresAt: Date | string;
228
+ createdAt?: Date | string;
229
+ updatedAt?: Date | string;
230
+ };
231
+ export type VerificationUpdateManyMutationInput = {
232
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
233
+ identifier?: Prisma.StringFieldUpdateOperationsInput | string;
234
+ value?: Prisma.StringFieldUpdateOperationsInput | string;
235
+ expiresAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
236
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
237
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
238
+ };
239
+ export type VerificationUncheckedUpdateManyInput = {
240
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
241
+ identifier?: Prisma.StringFieldUpdateOperationsInput | string;
242
+ value?: Prisma.StringFieldUpdateOperationsInput | string;
243
+ expiresAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
244
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
245
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
246
+ };
247
+ export type VerificationCountOrderByAggregateInput = {
248
+ id?: Prisma.SortOrder;
249
+ identifier?: Prisma.SortOrder;
250
+ value?: Prisma.SortOrder;
251
+ expiresAt?: Prisma.SortOrder;
252
+ createdAt?: Prisma.SortOrder;
253
+ updatedAt?: Prisma.SortOrder;
254
+ };
255
+ export type VerificationMaxOrderByAggregateInput = {
256
+ id?: Prisma.SortOrder;
257
+ identifier?: Prisma.SortOrder;
258
+ value?: Prisma.SortOrder;
259
+ expiresAt?: Prisma.SortOrder;
260
+ createdAt?: Prisma.SortOrder;
261
+ updatedAt?: Prisma.SortOrder;
262
+ };
263
+ export type VerificationMinOrderByAggregateInput = {
264
+ id?: Prisma.SortOrder;
265
+ identifier?: Prisma.SortOrder;
266
+ value?: Prisma.SortOrder;
267
+ expiresAt?: Prisma.SortOrder;
268
+ createdAt?: Prisma.SortOrder;
269
+ updatedAt?: Prisma.SortOrder;
270
+ };
271
+ export type VerificationSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
272
+ id?: boolean;
273
+ identifier?: boolean;
274
+ value?: boolean;
275
+ expiresAt?: boolean;
276
+ createdAt?: boolean;
277
+ updatedAt?: boolean;
278
+ }, ExtArgs["result"]["verification"]>;
279
+ export type VerificationSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
280
+ id?: boolean;
281
+ identifier?: boolean;
282
+ value?: boolean;
283
+ expiresAt?: boolean;
284
+ createdAt?: boolean;
285
+ updatedAt?: boolean;
286
+ }, ExtArgs["result"]["verification"]>;
287
+ export type VerificationSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
288
+ id?: boolean;
289
+ identifier?: boolean;
290
+ value?: boolean;
291
+ expiresAt?: boolean;
292
+ createdAt?: boolean;
293
+ updatedAt?: boolean;
294
+ }, ExtArgs["result"]["verification"]>;
295
+ export type VerificationSelectScalar = {
296
+ id?: boolean;
297
+ identifier?: boolean;
298
+ value?: boolean;
299
+ expiresAt?: boolean;
300
+ createdAt?: boolean;
301
+ updatedAt?: boolean;
302
+ };
303
+ export type VerificationOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "identifier" | "value" | "expiresAt" | "createdAt" | "updatedAt", ExtArgs["result"]["verification"]>;
304
+ export type $VerificationPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
305
+ name: "Verification";
306
+ objects: {};
307
+ scalars: runtime.Types.Extensions.GetPayloadResult<{
308
+ id: string;
309
+ identifier: string;
310
+ value: string;
311
+ expiresAt: Date;
312
+ createdAt: Date;
313
+ updatedAt: Date;
314
+ }, ExtArgs["result"]["verification"]>;
315
+ composites: {};
316
+ };
317
+ export type VerificationGetPayload<S extends boolean | null | undefined | VerificationDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$VerificationPayload, S>;
318
+ export type VerificationCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<VerificationFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
319
+ select?: VerificationCountAggregateInputType | true;
320
+ };
321
+ export interface VerificationDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
322
+ [K: symbol]: {
323
+ types: Prisma.TypeMap<ExtArgs>['model']['Verification'];
324
+ meta: {
325
+ name: 'Verification';
326
+ };
327
+ };
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
+ 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
+ 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
+ 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
+ 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
+ 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
+ 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
+ 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
+ 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
+ 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
+ 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
+ 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
+ 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
+ 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
+ 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
+ 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
+ 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
+ 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
+ orderBy: VerificationGroupByArgs['orderBy'];
614
+ } : {
615
+ orderBy?: VerificationGroupByArgs['orderBy'];
616
+ }, OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>, ByFields extends Prisma.MaybeTupleToUnion<T['by']>, ByValid extends Prisma.Has<ByFields, OrderFields>, HavingFields extends Prisma.GetHavingFields<T['having']>, HavingValid extends Prisma.Has<ByFields, HavingFields>, ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False, InputErrors extends ByEmpty extends Prisma.True ? `Error: "by" must not be empty.` : HavingValid extends Prisma.False ? {
617
+ [P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
618
+ Error,
619
+ 'Field ',
620
+ P,
621
+ ` in "having" needs to be provided in "by"`
622
+ ];
623
+ }[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
624
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
625
+ }[OrderFields] : 'Error: If you provide "take", you also need to provide "orderBy"' : 'skip' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
626
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
627
+ }[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
628
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
629
+ }[OrderFields]>(args: Prisma.SubsetIntersection<T, VerificationGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetVerificationGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
630
+ /**
631
+ * Fields of the Verification model
632
+ */
633
+ readonly fields: VerificationFieldRefs;
634
+ }
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
+ export interface Prisma__VerificationClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
642
+ 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
+ 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
+ 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
+ finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
663
+ }
664
+ /**
665
+ * Fields of the Verification model
666
+ */
667
+ export interface VerificationFieldRefs {
668
+ readonly id: Prisma.FieldRef<"Verification", 'String'>;
669
+ readonly identifier: Prisma.FieldRef<"Verification", 'String'>;
670
+ readonly value: Prisma.FieldRef<"Verification", 'String'>;
671
+ readonly expiresAt: Prisma.FieldRef<"Verification", 'DateTime'>;
672
+ readonly createdAt: Prisma.FieldRef<"Verification", 'DateTime'>;
673
+ readonly updatedAt: Prisma.FieldRef<"Verification", 'DateTime'>;
674
+ }
675
+ /**
676
+ * Verification findUnique
677
+ */
678
+ 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
+ select?: Prisma.VerificationSelect<ExtArgs> | null;
683
+ /**
684
+ * Omit specific fields from the Verification
685
+ */
686
+ omit?: Prisma.VerificationOmit<ExtArgs> | null;
687
+ /**
688
+ * Filter, which Verification to fetch.
689
+ */
690
+ where: Prisma.VerificationWhereUniqueInput;
691
+ };
692
+ /**
693
+ * Verification findUniqueOrThrow
694
+ */
695
+ 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
+ select?: Prisma.VerificationSelect<ExtArgs> | null;
700
+ /**
701
+ * Omit specific fields from the Verification
702
+ */
703
+ omit?: Prisma.VerificationOmit<ExtArgs> | null;
704
+ /**
705
+ * Filter, which Verification to fetch.
706
+ */
707
+ where: Prisma.VerificationWhereUniqueInput;
708
+ };
709
+ /**
710
+ * Verification findFirst
711
+ */
712
+ 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
+ select?: Prisma.VerificationSelect<ExtArgs> | null;
717
+ /**
718
+ * Omit specific fields from the Verification
719
+ */
720
+ omit?: Prisma.VerificationOmit<ExtArgs> | null;
721
+ /**
722
+ * Filter, which Verification to fetch.
723
+ */
724
+ 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
+ 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
+ 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
+ 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
+ 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
+ distinct?: Prisma.VerificationScalarFieldEnum | Prisma.VerificationScalarFieldEnum[];
755
+ };
756
+ /**
757
+ * Verification findFirstOrThrow
758
+ */
759
+ 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
+ select?: Prisma.VerificationSelect<ExtArgs> | null;
764
+ /**
765
+ * Omit specific fields from the Verification
766
+ */
767
+ omit?: Prisma.VerificationOmit<ExtArgs> | null;
768
+ /**
769
+ * Filter, which Verification to fetch.
770
+ */
771
+ 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
+ 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
+ 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
+ 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
+ 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
+ distinct?: Prisma.VerificationScalarFieldEnum | Prisma.VerificationScalarFieldEnum[];
802
+ };
803
+ /**
804
+ * Verification findMany
805
+ */
806
+ 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
+ select?: Prisma.VerificationSelect<ExtArgs> | null;
811
+ /**
812
+ * Omit specific fields from the Verification
813
+ */
814
+ omit?: Prisma.VerificationOmit<ExtArgs> | null;
815
+ /**
816
+ * Filter, which Verifications to fetch.
817
+ */
818
+ 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
+ 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
+ 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
+ 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
+ skip?: number;
843
+ /**
844
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
845
+ *
846
+ * Filter by unique combinations of Verifications.
847
+ */
848
+ distinct?: Prisma.VerificationScalarFieldEnum | Prisma.VerificationScalarFieldEnum[];
849
+ };
850
+ /**
851
+ * Verification create
852
+ */
853
+ export type VerificationCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
854
+ /**
855
+ * Select specific fields to fetch from the Verification
856
+ */
857
+ select?: Prisma.VerificationSelect<ExtArgs> | null;
858
+ /**
859
+ * Omit specific fields from the Verification
860
+ */
861
+ omit?: Prisma.VerificationOmit<ExtArgs> | null;
862
+ /**
863
+ * The data needed to create a Verification.
864
+ */
865
+ data: Prisma.XOR<Prisma.VerificationCreateInput, Prisma.VerificationUncheckedCreateInput>;
866
+ };
867
+ /**
868
+ * Verification createMany
869
+ */
870
+ export type VerificationCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
871
+ /**
872
+ * The data used to create many Verifications.
873
+ */
874
+ data: Prisma.VerificationCreateManyInput | Prisma.VerificationCreateManyInput[];
875
+ skipDuplicates?: boolean;
876
+ };
877
+ /**
878
+ * Verification createManyAndReturn
879
+ */
880
+ export type VerificationCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
881
+ /**
882
+ * Select specific fields to fetch from the Verification
883
+ */
884
+ select?: Prisma.VerificationSelectCreateManyAndReturn<ExtArgs> | null;
885
+ /**
886
+ * Omit specific fields from the Verification
887
+ */
888
+ omit?: Prisma.VerificationOmit<ExtArgs> | null;
889
+ /**
890
+ * The data used to create many Verifications.
891
+ */
892
+ data: Prisma.VerificationCreateManyInput | Prisma.VerificationCreateManyInput[];
893
+ skipDuplicates?: boolean;
894
+ };
895
+ /**
896
+ * Verification update
897
+ */
898
+ export type VerificationUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
899
+ /**
900
+ * Select specific fields to fetch from the Verification
901
+ */
902
+ select?: Prisma.VerificationSelect<ExtArgs> | null;
903
+ /**
904
+ * Omit specific fields from the Verification
905
+ */
906
+ omit?: Prisma.VerificationOmit<ExtArgs> | null;
907
+ /**
908
+ * The data needed to update a Verification.
909
+ */
910
+ data: Prisma.XOR<Prisma.VerificationUpdateInput, Prisma.VerificationUncheckedUpdateInput>;
911
+ /**
912
+ * Choose, which Verification to update.
913
+ */
914
+ where: Prisma.VerificationWhereUniqueInput;
915
+ };
916
+ /**
917
+ * Verification updateMany
918
+ */
919
+ export type VerificationUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
920
+ /**
921
+ * The data used to update Verifications.
922
+ */
923
+ data: Prisma.XOR<Prisma.VerificationUpdateManyMutationInput, Prisma.VerificationUncheckedUpdateManyInput>;
924
+ /**
925
+ * Filter which Verifications to update
926
+ */
927
+ where?: Prisma.VerificationWhereInput;
928
+ /**
929
+ * Limit how many Verifications to update.
930
+ */
931
+ limit?: number;
932
+ };
933
+ /**
934
+ * Verification updateManyAndReturn
935
+ */
936
+ export type VerificationUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
937
+ /**
938
+ * Select specific fields to fetch from the Verification
939
+ */
940
+ select?: Prisma.VerificationSelectUpdateManyAndReturn<ExtArgs> | null;
941
+ /**
942
+ * Omit specific fields from the Verification
943
+ */
944
+ omit?: Prisma.VerificationOmit<ExtArgs> | null;
945
+ /**
946
+ * The data used to update Verifications.
947
+ */
948
+ data: Prisma.XOR<Prisma.VerificationUpdateManyMutationInput, Prisma.VerificationUncheckedUpdateManyInput>;
949
+ /**
950
+ * Filter which Verifications to update
951
+ */
952
+ where?: Prisma.VerificationWhereInput;
953
+ /**
954
+ * Limit how many Verifications to update.
955
+ */
956
+ limit?: number;
957
+ };
958
+ /**
959
+ * Verification upsert
960
+ */
961
+ export type VerificationUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
962
+ /**
963
+ * Select specific fields to fetch from the Verification
964
+ */
965
+ select?: Prisma.VerificationSelect<ExtArgs> | null;
966
+ /**
967
+ * Omit specific fields from the Verification
968
+ */
969
+ omit?: Prisma.VerificationOmit<ExtArgs> | null;
970
+ /**
971
+ * The filter to search for the Verification to update in case it exists.
972
+ */
973
+ where: Prisma.VerificationWhereUniqueInput;
974
+ /**
975
+ * In case the Verification found by the `where` argument doesn't exist, create a new Verification with this data.
976
+ */
977
+ create: Prisma.XOR<Prisma.VerificationCreateInput, Prisma.VerificationUncheckedCreateInput>;
978
+ /**
979
+ * In case the Verification was found with the provided `where` argument, update it with this data.
980
+ */
981
+ update: Prisma.XOR<Prisma.VerificationUpdateInput, Prisma.VerificationUncheckedUpdateInput>;
982
+ };
983
+ /**
984
+ * Verification delete
985
+ */
986
+ export type VerificationDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
987
+ /**
988
+ * Select specific fields to fetch from the Verification
989
+ */
990
+ select?: Prisma.VerificationSelect<ExtArgs> | null;
991
+ /**
992
+ * Omit specific fields from the Verification
993
+ */
994
+ omit?: Prisma.VerificationOmit<ExtArgs> | null;
995
+ /**
996
+ * Filter which Verification to delete.
997
+ */
998
+ where: Prisma.VerificationWhereUniqueInput;
999
+ };
1000
+ /**
1001
+ * Verification deleteMany
1002
+ */
1003
+ export type VerificationDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1004
+ /**
1005
+ * Filter which Verifications to delete
1006
+ */
1007
+ where?: Prisma.VerificationWhereInput;
1008
+ /**
1009
+ * Limit how many Verifications to delete.
1010
+ */
1011
+ limit?: number;
1012
+ };
1013
+ /**
1014
+ * Verification without action
1015
+ */
1016
+ export type VerificationDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1017
+ /**
1018
+ * Select specific fields to fetch from the Verification
1019
+ */
1020
+ select?: Prisma.VerificationSelect<ExtArgs> | null;
1021
+ /**
1022
+ * Omit specific fields from the Verification
1023
+ */
1024
+ omit?: Prisma.VerificationOmit<ExtArgs> | null;
1025
+ };
1026
+ //# sourceMappingURL=Verification.d.ts.map