@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,1408 @@
1
+ import type * as runtime from "@prisma/client/runtime/client";
2
+ import type * as $Enums from "../enums.js";
3
+ import type * as Prisma from "../internal/prismaNamespace.js";
4
+ /**
5
+ * Model IntegrationCheckResult
6
+ * Stores individual results (pass/fail) from check runs
7
+ */
8
+ export type IntegrationCheckResultModel = runtime.Types.Result.DefaultSelection<Prisma.$IntegrationCheckResultPayload>;
9
+ export type AggregateIntegrationCheckResult = {
10
+ _count: IntegrationCheckResultCountAggregateOutputType | null;
11
+ _min: IntegrationCheckResultMinAggregateOutputType | null;
12
+ _max: IntegrationCheckResultMaxAggregateOutputType | null;
13
+ };
14
+ export type IntegrationCheckResultMinAggregateOutputType = {
15
+ id: string | null;
16
+ checkRunId: string | null;
17
+ passed: boolean | null;
18
+ resourceType: string | null;
19
+ resourceId: string | null;
20
+ title: string | null;
21
+ description: string | null;
22
+ severity: $Enums.IntegrationFindingSeverity | null;
23
+ remediation: string | null;
24
+ collectedAt: Date | null;
25
+ };
26
+ export type IntegrationCheckResultMaxAggregateOutputType = {
27
+ id: string | null;
28
+ checkRunId: string | null;
29
+ passed: boolean | null;
30
+ resourceType: string | null;
31
+ resourceId: string | null;
32
+ title: string | null;
33
+ description: string | null;
34
+ severity: $Enums.IntegrationFindingSeverity | null;
35
+ remediation: string | null;
36
+ collectedAt: Date | null;
37
+ };
38
+ export type IntegrationCheckResultCountAggregateOutputType = {
39
+ id: number;
40
+ checkRunId: number;
41
+ passed: number;
42
+ resourceType: number;
43
+ resourceId: number;
44
+ title: number;
45
+ description: number;
46
+ severity: number;
47
+ remediation: number;
48
+ evidence: number;
49
+ collectedAt: number;
50
+ _all: number;
51
+ };
52
+ export type IntegrationCheckResultMinAggregateInputType = {
53
+ id?: true;
54
+ checkRunId?: true;
55
+ passed?: true;
56
+ resourceType?: true;
57
+ resourceId?: true;
58
+ title?: true;
59
+ description?: true;
60
+ severity?: true;
61
+ remediation?: true;
62
+ collectedAt?: true;
63
+ };
64
+ export type IntegrationCheckResultMaxAggregateInputType = {
65
+ id?: true;
66
+ checkRunId?: true;
67
+ passed?: true;
68
+ resourceType?: true;
69
+ resourceId?: true;
70
+ title?: true;
71
+ description?: true;
72
+ severity?: true;
73
+ remediation?: true;
74
+ collectedAt?: true;
75
+ };
76
+ export type IntegrationCheckResultCountAggregateInputType = {
77
+ id?: true;
78
+ checkRunId?: true;
79
+ passed?: true;
80
+ resourceType?: true;
81
+ resourceId?: true;
82
+ title?: true;
83
+ description?: true;
84
+ severity?: true;
85
+ remediation?: true;
86
+ evidence?: true;
87
+ collectedAt?: true;
88
+ _all?: true;
89
+ };
90
+ export type IntegrationCheckResultAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
91
+ /**
92
+ * Filter which IntegrationCheckResult to aggregate.
93
+ */
94
+ where?: Prisma.IntegrationCheckResultWhereInput;
95
+ /**
96
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
97
+ *
98
+ * Determine the order of IntegrationCheckResults to fetch.
99
+ */
100
+ orderBy?: Prisma.IntegrationCheckResultOrderByWithRelationInput | Prisma.IntegrationCheckResultOrderByWithRelationInput[];
101
+ /**
102
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
103
+ *
104
+ * Sets the start position
105
+ */
106
+ cursor?: Prisma.IntegrationCheckResultWhereUniqueInput;
107
+ /**
108
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
109
+ *
110
+ * Take `±n` IntegrationCheckResults from the position of the cursor.
111
+ */
112
+ take?: number;
113
+ /**
114
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
115
+ *
116
+ * Skip the first `n` IntegrationCheckResults.
117
+ */
118
+ skip?: number;
119
+ /**
120
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
121
+ *
122
+ * Count returned IntegrationCheckResults
123
+ **/
124
+ _count?: true | IntegrationCheckResultCountAggregateInputType;
125
+ /**
126
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
127
+ *
128
+ * Select which fields to find the minimum value
129
+ **/
130
+ _min?: IntegrationCheckResultMinAggregateInputType;
131
+ /**
132
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
133
+ *
134
+ * Select which fields to find the maximum value
135
+ **/
136
+ _max?: IntegrationCheckResultMaxAggregateInputType;
137
+ };
138
+ export type GetIntegrationCheckResultAggregateType<T extends IntegrationCheckResultAggregateArgs> = {
139
+ [P in keyof T & keyof AggregateIntegrationCheckResult]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateIntegrationCheckResult[P]> : Prisma.GetScalarType<T[P], AggregateIntegrationCheckResult[P]>;
140
+ };
141
+ export type IntegrationCheckResultGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
142
+ where?: Prisma.IntegrationCheckResultWhereInput;
143
+ orderBy?: Prisma.IntegrationCheckResultOrderByWithAggregationInput | Prisma.IntegrationCheckResultOrderByWithAggregationInput[];
144
+ by: Prisma.IntegrationCheckResultScalarFieldEnum[] | Prisma.IntegrationCheckResultScalarFieldEnum;
145
+ having?: Prisma.IntegrationCheckResultScalarWhereWithAggregatesInput;
146
+ take?: number;
147
+ skip?: number;
148
+ _count?: IntegrationCheckResultCountAggregateInputType | true;
149
+ _min?: IntegrationCheckResultMinAggregateInputType;
150
+ _max?: IntegrationCheckResultMaxAggregateInputType;
151
+ };
152
+ export type IntegrationCheckResultGroupByOutputType = {
153
+ id: string;
154
+ checkRunId: string;
155
+ passed: boolean;
156
+ resourceType: string;
157
+ resourceId: string;
158
+ title: string;
159
+ description: string | null;
160
+ severity: $Enums.IntegrationFindingSeverity | null;
161
+ remediation: string | null;
162
+ evidence: runtime.JsonValue | null;
163
+ collectedAt: Date;
164
+ _count: IntegrationCheckResultCountAggregateOutputType | null;
165
+ _min: IntegrationCheckResultMinAggregateOutputType | null;
166
+ _max: IntegrationCheckResultMaxAggregateOutputType | null;
167
+ };
168
+ export type GetIntegrationCheckResultGroupByPayload<T extends IntegrationCheckResultGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<IntegrationCheckResultGroupByOutputType, T['by']> & {
169
+ [P in ((keyof T) & (keyof IntegrationCheckResultGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], IntegrationCheckResultGroupByOutputType[P]> : Prisma.GetScalarType<T[P], IntegrationCheckResultGroupByOutputType[P]>;
170
+ }>>;
171
+ export type IntegrationCheckResultWhereInput = {
172
+ AND?: Prisma.IntegrationCheckResultWhereInput | Prisma.IntegrationCheckResultWhereInput[];
173
+ OR?: Prisma.IntegrationCheckResultWhereInput[];
174
+ NOT?: Prisma.IntegrationCheckResultWhereInput | Prisma.IntegrationCheckResultWhereInput[];
175
+ id?: Prisma.StringFilter<"IntegrationCheckResult"> | string;
176
+ checkRunId?: Prisma.StringFilter<"IntegrationCheckResult"> | string;
177
+ passed?: Prisma.BoolFilter<"IntegrationCheckResult"> | boolean;
178
+ resourceType?: Prisma.StringFilter<"IntegrationCheckResult"> | string;
179
+ resourceId?: Prisma.StringFilter<"IntegrationCheckResult"> | string;
180
+ title?: Prisma.StringFilter<"IntegrationCheckResult"> | string;
181
+ description?: Prisma.StringNullableFilter<"IntegrationCheckResult"> | string | null;
182
+ severity?: Prisma.EnumIntegrationFindingSeverityNullableFilter<"IntegrationCheckResult"> | $Enums.IntegrationFindingSeverity | null;
183
+ remediation?: Prisma.StringNullableFilter<"IntegrationCheckResult"> | string | null;
184
+ evidence?: Prisma.JsonNullableFilter<"IntegrationCheckResult">;
185
+ collectedAt?: Prisma.DateTimeFilter<"IntegrationCheckResult"> | Date | string;
186
+ checkRun?: Prisma.XOR<Prisma.IntegrationCheckRunScalarRelationFilter, Prisma.IntegrationCheckRunWhereInput>;
187
+ };
188
+ export type IntegrationCheckResultOrderByWithRelationInput = {
189
+ id?: Prisma.SortOrder;
190
+ checkRunId?: Prisma.SortOrder;
191
+ passed?: Prisma.SortOrder;
192
+ resourceType?: Prisma.SortOrder;
193
+ resourceId?: Prisma.SortOrder;
194
+ title?: Prisma.SortOrder;
195
+ description?: Prisma.SortOrderInput | Prisma.SortOrder;
196
+ severity?: Prisma.SortOrderInput | Prisma.SortOrder;
197
+ remediation?: Prisma.SortOrderInput | Prisma.SortOrder;
198
+ evidence?: Prisma.SortOrderInput | Prisma.SortOrder;
199
+ collectedAt?: Prisma.SortOrder;
200
+ checkRun?: Prisma.IntegrationCheckRunOrderByWithRelationInput;
201
+ };
202
+ export type IntegrationCheckResultWhereUniqueInput = Prisma.AtLeast<{
203
+ id?: string;
204
+ AND?: Prisma.IntegrationCheckResultWhereInput | Prisma.IntegrationCheckResultWhereInput[];
205
+ OR?: Prisma.IntegrationCheckResultWhereInput[];
206
+ NOT?: Prisma.IntegrationCheckResultWhereInput | Prisma.IntegrationCheckResultWhereInput[];
207
+ checkRunId?: Prisma.StringFilter<"IntegrationCheckResult"> | string;
208
+ passed?: Prisma.BoolFilter<"IntegrationCheckResult"> | boolean;
209
+ resourceType?: Prisma.StringFilter<"IntegrationCheckResult"> | string;
210
+ resourceId?: Prisma.StringFilter<"IntegrationCheckResult"> | string;
211
+ title?: Prisma.StringFilter<"IntegrationCheckResult"> | string;
212
+ description?: Prisma.StringNullableFilter<"IntegrationCheckResult"> | string | null;
213
+ severity?: Prisma.EnumIntegrationFindingSeverityNullableFilter<"IntegrationCheckResult"> | $Enums.IntegrationFindingSeverity | null;
214
+ remediation?: Prisma.StringNullableFilter<"IntegrationCheckResult"> | string | null;
215
+ evidence?: Prisma.JsonNullableFilter<"IntegrationCheckResult">;
216
+ collectedAt?: Prisma.DateTimeFilter<"IntegrationCheckResult"> | Date | string;
217
+ checkRun?: Prisma.XOR<Prisma.IntegrationCheckRunScalarRelationFilter, Prisma.IntegrationCheckRunWhereInput>;
218
+ }, "id">;
219
+ export type IntegrationCheckResultOrderByWithAggregationInput = {
220
+ id?: Prisma.SortOrder;
221
+ checkRunId?: Prisma.SortOrder;
222
+ passed?: Prisma.SortOrder;
223
+ resourceType?: Prisma.SortOrder;
224
+ resourceId?: Prisma.SortOrder;
225
+ title?: Prisma.SortOrder;
226
+ description?: Prisma.SortOrderInput | Prisma.SortOrder;
227
+ severity?: Prisma.SortOrderInput | Prisma.SortOrder;
228
+ remediation?: Prisma.SortOrderInput | Prisma.SortOrder;
229
+ evidence?: Prisma.SortOrderInput | Prisma.SortOrder;
230
+ collectedAt?: Prisma.SortOrder;
231
+ _count?: Prisma.IntegrationCheckResultCountOrderByAggregateInput;
232
+ _max?: Prisma.IntegrationCheckResultMaxOrderByAggregateInput;
233
+ _min?: Prisma.IntegrationCheckResultMinOrderByAggregateInput;
234
+ };
235
+ export type IntegrationCheckResultScalarWhereWithAggregatesInput = {
236
+ AND?: Prisma.IntegrationCheckResultScalarWhereWithAggregatesInput | Prisma.IntegrationCheckResultScalarWhereWithAggregatesInput[];
237
+ OR?: Prisma.IntegrationCheckResultScalarWhereWithAggregatesInput[];
238
+ NOT?: Prisma.IntegrationCheckResultScalarWhereWithAggregatesInput | Prisma.IntegrationCheckResultScalarWhereWithAggregatesInput[];
239
+ id?: Prisma.StringWithAggregatesFilter<"IntegrationCheckResult"> | string;
240
+ checkRunId?: Prisma.StringWithAggregatesFilter<"IntegrationCheckResult"> | string;
241
+ passed?: Prisma.BoolWithAggregatesFilter<"IntegrationCheckResult"> | boolean;
242
+ resourceType?: Prisma.StringWithAggregatesFilter<"IntegrationCheckResult"> | string;
243
+ resourceId?: Prisma.StringWithAggregatesFilter<"IntegrationCheckResult"> | string;
244
+ title?: Prisma.StringWithAggregatesFilter<"IntegrationCheckResult"> | string;
245
+ description?: Prisma.StringNullableWithAggregatesFilter<"IntegrationCheckResult"> | string | null;
246
+ severity?: Prisma.EnumIntegrationFindingSeverityNullableWithAggregatesFilter<"IntegrationCheckResult"> | $Enums.IntegrationFindingSeverity | null;
247
+ remediation?: Prisma.StringNullableWithAggregatesFilter<"IntegrationCheckResult"> | string | null;
248
+ evidence?: Prisma.JsonNullableWithAggregatesFilter<"IntegrationCheckResult">;
249
+ collectedAt?: Prisma.DateTimeWithAggregatesFilter<"IntegrationCheckResult"> | Date | string;
250
+ };
251
+ export type IntegrationCheckResultCreateInput = {
252
+ id?: string;
253
+ passed: boolean;
254
+ resourceType: string;
255
+ resourceId: string;
256
+ title: string;
257
+ description?: string | null;
258
+ severity?: $Enums.IntegrationFindingSeverity | null;
259
+ remediation?: string | null;
260
+ evidence?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
261
+ collectedAt?: Date | string;
262
+ checkRun: Prisma.IntegrationCheckRunCreateNestedOneWithoutResultsInput;
263
+ };
264
+ export type IntegrationCheckResultUncheckedCreateInput = {
265
+ id?: string;
266
+ checkRunId: string;
267
+ passed: boolean;
268
+ resourceType: string;
269
+ resourceId: string;
270
+ title: string;
271
+ description?: string | null;
272
+ severity?: $Enums.IntegrationFindingSeverity | null;
273
+ remediation?: string | null;
274
+ evidence?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
275
+ collectedAt?: Date | string;
276
+ };
277
+ export type IntegrationCheckResultUpdateInput = {
278
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
279
+ passed?: Prisma.BoolFieldUpdateOperationsInput | boolean;
280
+ resourceType?: Prisma.StringFieldUpdateOperationsInput | string;
281
+ resourceId?: Prisma.StringFieldUpdateOperationsInput | string;
282
+ title?: Prisma.StringFieldUpdateOperationsInput | string;
283
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
284
+ severity?: Prisma.NullableEnumIntegrationFindingSeverityFieldUpdateOperationsInput | $Enums.IntegrationFindingSeverity | null;
285
+ remediation?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
286
+ evidence?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
287
+ collectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
288
+ checkRun?: Prisma.IntegrationCheckRunUpdateOneRequiredWithoutResultsNestedInput;
289
+ };
290
+ export type IntegrationCheckResultUncheckedUpdateInput = {
291
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
292
+ checkRunId?: Prisma.StringFieldUpdateOperationsInput | string;
293
+ passed?: Prisma.BoolFieldUpdateOperationsInput | boolean;
294
+ resourceType?: Prisma.StringFieldUpdateOperationsInput | string;
295
+ resourceId?: Prisma.StringFieldUpdateOperationsInput | string;
296
+ title?: Prisma.StringFieldUpdateOperationsInput | string;
297
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
298
+ severity?: Prisma.NullableEnumIntegrationFindingSeverityFieldUpdateOperationsInput | $Enums.IntegrationFindingSeverity | null;
299
+ remediation?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
300
+ evidence?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
301
+ collectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
302
+ };
303
+ export type IntegrationCheckResultCreateManyInput = {
304
+ id?: string;
305
+ checkRunId: string;
306
+ passed: boolean;
307
+ resourceType: string;
308
+ resourceId: string;
309
+ title: string;
310
+ description?: string | null;
311
+ severity?: $Enums.IntegrationFindingSeverity | null;
312
+ remediation?: string | null;
313
+ evidence?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
314
+ collectedAt?: Date | string;
315
+ };
316
+ export type IntegrationCheckResultUpdateManyMutationInput = {
317
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
318
+ passed?: Prisma.BoolFieldUpdateOperationsInput | boolean;
319
+ resourceType?: Prisma.StringFieldUpdateOperationsInput | string;
320
+ resourceId?: Prisma.StringFieldUpdateOperationsInput | string;
321
+ title?: Prisma.StringFieldUpdateOperationsInput | string;
322
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
323
+ severity?: Prisma.NullableEnumIntegrationFindingSeverityFieldUpdateOperationsInput | $Enums.IntegrationFindingSeverity | null;
324
+ remediation?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
325
+ evidence?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
326
+ collectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
327
+ };
328
+ export type IntegrationCheckResultUncheckedUpdateManyInput = {
329
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
330
+ checkRunId?: Prisma.StringFieldUpdateOperationsInput | string;
331
+ passed?: Prisma.BoolFieldUpdateOperationsInput | boolean;
332
+ resourceType?: Prisma.StringFieldUpdateOperationsInput | string;
333
+ resourceId?: Prisma.StringFieldUpdateOperationsInput | string;
334
+ title?: Prisma.StringFieldUpdateOperationsInput | string;
335
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
336
+ severity?: Prisma.NullableEnumIntegrationFindingSeverityFieldUpdateOperationsInput | $Enums.IntegrationFindingSeverity | null;
337
+ remediation?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
338
+ evidence?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
339
+ collectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
340
+ };
341
+ export type IntegrationCheckResultListRelationFilter = {
342
+ every?: Prisma.IntegrationCheckResultWhereInput;
343
+ some?: Prisma.IntegrationCheckResultWhereInput;
344
+ none?: Prisma.IntegrationCheckResultWhereInput;
345
+ };
346
+ export type IntegrationCheckResultOrderByRelationAggregateInput = {
347
+ _count?: Prisma.SortOrder;
348
+ };
349
+ export type IntegrationCheckResultCountOrderByAggregateInput = {
350
+ id?: Prisma.SortOrder;
351
+ checkRunId?: Prisma.SortOrder;
352
+ passed?: Prisma.SortOrder;
353
+ resourceType?: Prisma.SortOrder;
354
+ resourceId?: Prisma.SortOrder;
355
+ title?: Prisma.SortOrder;
356
+ description?: Prisma.SortOrder;
357
+ severity?: Prisma.SortOrder;
358
+ remediation?: Prisma.SortOrder;
359
+ evidence?: Prisma.SortOrder;
360
+ collectedAt?: Prisma.SortOrder;
361
+ };
362
+ export type IntegrationCheckResultMaxOrderByAggregateInput = {
363
+ id?: Prisma.SortOrder;
364
+ checkRunId?: Prisma.SortOrder;
365
+ passed?: Prisma.SortOrder;
366
+ resourceType?: Prisma.SortOrder;
367
+ resourceId?: Prisma.SortOrder;
368
+ title?: Prisma.SortOrder;
369
+ description?: Prisma.SortOrder;
370
+ severity?: Prisma.SortOrder;
371
+ remediation?: Prisma.SortOrder;
372
+ collectedAt?: Prisma.SortOrder;
373
+ };
374
+ export type IntegrationCheckResultMinOrderByAggregateInput = {
375
+ id?: Prisma.SortOrder;
376
+ checkRunId?: Prisma.SortOrder;
377
+ passed?: Prisma.SortOrder;
378
+ resourceType?: Prisma.SortOrder;
379
+ resourceId?: Prisma.SortOrder;
380
+ title?: Prisma.SortOrder;
381
+ description?: Prisma.SortOrder;
382
+ severity?: Prisma.SortOrder;
383
+ remediation?: Prisma.SortOrder;
384
+ collectedAt?: Prisma.SortOrder;
385
+ };
386
+ export type IntegrationCheckResultCreateNestedManyWithoutCheckRunInput = {
387
+ create?: Prisma.XOR<Prisma.IntegrationCheckResultCreateWithoutCheckRunInput, Prisma.IntegrationCheckResultUncheckedCreateWithoutCheckRunInput> | Prisma.IntegrationCheckResultCreateWithoutCheckRunInput[] | Prisma.IntegrationCheckResultUncheckedCreateWithoutCheckRunInput[];
388
+ connectOrCreate?: Prisma.IntegrationCheckResultCreateOrConnectWithoutCheckRunInput | Prisma.IntegrationCheckResultCreateOrConnectWithoutCheckRunInput[];
389
+ createMany?: Prisma.IntegrationCheckResultCreateManyCheckRunInputEnvelope;
390
+ connect?: Prisma.IntegrationCheckResultWhereUniqueInput | Prisma.IntegrationCheckResultWhereUniqueInput[];
391
+ };
392
+ export type IntegrationCheckResultUncheckedCreateNestedManyWithoutCheckRunInput = {
393
+ create?: Prisma.XOR<Prisma.IntegrationCheckResultCreateWithoutCheckRunInput, Prisma.IntegrationCheckResultUncheckedCreateWithoutCheckRunInput> | Prisma.IntegrationCheckResultCreateWithoutCheckRunInput[] | Prisma.IntegrationCheckResultUncheckedCreateWithoutCheckRunInput[];
394
+ connectOrCreate?: Prisma.IntegrationCheckResultCreateOrConnectWithoutCheckRunInput | Prisma.IntegrationCheckResultCreateOrConnectWithoutCheckRunInput[];
395
+ createMany?: Prisma.IntegrationCheckResultCreateManyCheckRunInputEnvelope;
396
+ connect?: Prisma.IntegrationCheckResultWhereUniqueInput | Prisma.IntegrationCheckResultWhereUniqueInput[];
397
+ };
398
+ export type IntegrationCheckResultUpdateManyWithoutCheckRunNestedInput = {
399
+ create?: Prisma.XOR<Prisma.IntegrationCheckResultCreateWithoutCheckRunInput, Prisma.IntegrationCheckResultUncheckedCreateWithoutCheckRunInput> | Prisma.IntegrationCheckResultCreateWithoutCheckRunInput[] | Prisma.IntegrationCheckResultUncheckedCreateWithoutCheckRunInput[];
400
+ connectOrCreate?: Prisma.IntegrationCheckResultCreateOrConnectWithoutCheckRunInput | Prisma.IntegrationCheckResultCreateOrConnectWithoutCheckRunInput[];
401
+ upsert?: Prisma.IntegrationCheckResultUpsertWithWhereUniqueWithoutCheckRunInput | Prisma.IntegrationCheckResultUpsertWithWhereUniqueWithoutCheckRunInput[];
402
+ createMany?: Prisma.IntegrationCheckResultCreateManyCheckRunInputEnvelope;
403
+ set?: Prisma.IntegrationCheckResultWhereUniqueInput | Prisma.IntegrationCheckResultWhereUniqueInput[];
404
+ disconnect?: Prisma.IntegrationCheckResultWhereUniqueInput | Prisma.IntegrationCheckResultWhereUniqueInput[];
405
+ delete?: Prisma.IntegrationCheckResultWhereUniqueInput | Prisma.IntegrationCheckResultWhereUniqueInput[];
406
+ connect?: Prisma.IntegrationCheckResultWhereUniqueInput | Prisma.IntegrationCheckResultWhereUniqueInput[];
407
+ update?: Prisma.IntegrationCheckResultUpdateWithWhereUniqueWithoutCheckRunInput | Prisma.IntegrationCheckResultUpdateWithWhereUniqueWithoutCheckRunInput[];
408
+ updateMany?: Prisma.IntegrationCheckResultUpdateManyWithWhereWithoutCheckRunInput | Prisma.IntegrationCheckResultUpdateManyWithWhereWithoutCheckRunInput[];
409
+ deleteMany?: Prisma.IntegrationCheckResultScalarWhereInput | Prisma.IntegrationCheckResultScalarWhereInput[];
410
+ };
411
+ export type IntegrationCheckResultUncheckedUpdateManyWithoutCheckRunNestedInput = {
412
+ create?: Prisma.XOR<Prisma.IntegrationCheckResultCreateWithoutCheckRunInput, Prisma.IntegrationCheckResultUncheckedCreateWithoutCheckRunInput> | Prisma.IntegrationCheckResultCreateWithoutCheckRunInput[] | Prisma.IntegrationCheckResultUncheckedCreateWithoutCheckRunInput[];
413
+ connectOrCreate?: Prisma.IntegrationCheckResultCreateOrConnectWithoutCheckRunInput | Prisma.IntegrationCheckResultCreateOrConnectWithoutCheckRunInput[];
414
+ upsert?: Prisma.IntegrationCheckResultUpsertWithWhereUniqueWithoutCheckRunInput | Prisma.IntegrationCheckResultUpsertWithWhereUniqueWithoutCheckRunInput[];
415
+ createMany?: Prisma.IntegrationCheckResultCreateManyCheckRunInputEnvelope;
416
+ set?: Prisma.IntegrationCheckResultWhereUniqueInput | Prisma.IntegrationCheckResultWhereUniqueInput[];
417
+ disconnect?: Prisma.IntegrationCheckResultWhereUniqueInput | Prisma.IntegrationCheckResultWhereUniqueInput[];
418
+ delete?: Prisma.IntegrationCheckResultWhereUniqueInput | Prisma.IntegrationCheckResultWhereUniqueInput[];
419
+ connect?: Prisma.IntegrationCheckResultWhereUniqueInput | Prisma.IntegrationCheckResultWhereUniqueInput[];
420
+ update?: Prisma.IntegrationCheckResultUpdateWithWhereUniqueWithoutCheckRunInput | Prisma.IntegrationCheckResultUpdateWithWhereUniqueWithoutCheckRunInput[];
421
+ updateMany?: Prisma.IntegrationCheckResultUpdateManyWithWhereWithoutCheckRunInput | Prisma.IntegrationCheckResultUpdateManyWithWhereWithoutCheckRunInput[];
422
+ deleteMany?: Prisma.IntegrationCheckResultScalarWhereInput | Prisma.IntegrationCheckResultScalarWhereInput[];
423
+ };
424
+ export type NullableEnumIntegrationFindingSeverityFieldUpdateOperationsInput = {
425
+ set?: $Enums.IntegrationFindingSeverity | null;
426
+ };
427
+ export type IntegrationCheckResultCreateWithoutCheckRunInput = {
428
+ id?: string;
429
+ passed: boolean;
430
+ resourceType: string;
431
+ resourceId: string;
432
+ title: string;
433
+ description?: string | null;
434
+ severity?: $Enums.IntegrationFindingSeverity | null;
435
+ remediation?: string | null;
436
+ evidence?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
437
+ collectedAt?: Date | string;
438
+ };
439
+ export type IntegrationCheckResultUncheckedCreateWithoutCheckRunInput = {
440
+ id?: string;
441
+ passed: boolean;
442
+ resourceType: string;
443
+ resourceId: string;
444
+ title: string;
445
+ description?: string | null;
446
+ severity?: $Enums.IntegrationFindingSeverity | null;
447
+ remediation?: string | null;
448
+ evidence?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
449
+ collectedAt?: Date | string;
450
+ };
451
+ export type IntegrationCheckResultCreateOrConnectWithoutCheckRunInput = {
452
+ where: Prisma.IntegrationCheckResultWhereUniqueInput;
453
+ create: Prisma.XOR<Prisma.IntegrationCheckResultCreateWithoutCheckRunInput, Prisma.IntegrationCheckResultUncheckedCreateWithoutCheckRunInput>;
454
+ };
455
+ export type IntegrationCheckResultCreateManyCheckRunInputEnvelope = {
456
+ data: Prisma.IntegrationCheckResultCreateManyCheckRunInput | Prisma.IntegrationCheckResultCreateManyCheckRunInput[];
457
+ skipDuplicates?: boolean;
458
+ };
459
+ export type IntegrationCheckResultUpsertWithWhereUniqueWithoutCheckRunInput = {
460
+ where: Prisma.IntegrationCheckResultWhereUniqueInput;
461
+ update: Prisma.XOR<Prisma.IntegrationCheckResultUpdateWithoutCheckRunInput, Prisma.IntegrationCheckResultUncheckedUpdateWithoutCheckRunInput>;
462
+ create: Prisma.XOR<Prisma.IntegrationCheckResultCreateWithoutCheckRunInput, Prisma.IntegrationCheckResultUncheckedCreateWithoutCheckRunInput>;
463
+ };
464
+ export type IntegrationCheckResultUpdateWithWhereUniqueWithoutCheckRunInput = {
465
+ where: Prisma.IntegrationCheckResultWhereUniqueInput;
466
+ data: Prisma.XOR<Prisma.IntegrationCheckResultUpdateWithoutCheckRunInput, Prisma.IntegrationCheckResultUncheckedUpdateWithoutCheckRunInput>;
467
+ };
468
+ export type IntegrationCheckResultUpdateManyWithWhereWithoutCheckRunInput = {
469
+ where: Prisma.IntegrationCheckResultScalarWhereInput;
470
+ data: Prisma.XOR<Prisma.IntegrationCheckResultUpdateManyMutationInput, Prisma.IntegrationCheckResultUncheckedUpdateManyWithoutCheckRunInput>;
471
+ };
472
+ export type IntegrationCheckResultScalarWhereInput = {
473
+ AND?: Prisma.IntegrationCheckResultScalarWhereInput | Prisma.IntegrationCheckResultScalarWhereInput[];
474
+ OR?: Prisma.IntegrationCheckResultScalarWhereInput[];
475
+ NOT?: Prisma.IntegrationCheckResultScalarWhereInput | Prisma.IntegrationCheckResultScalarWhereInput[];
476
+ id?: Prisma.StringFilter<"IntegrationCheckResult"> | string;
477
+ checkRunId?: Prisma.StringFilter<"IntegrationCheckResult"> | string;
478
+ passed?: Prisma.BoolFilter<"IntegrationCheckResult"> | boolean;
479
+ resourceType?: Prisma.StringFilter<"IntegrationCheckResult"> | string;
480
+ resourceId?: Prisma.StringFilter<"IntegrationCheckResult"> | string;
481
+ title?: Prisma.StringFilter<"IntegrationCheckResult"> | string;
482
+ description?: Prisma.StringNullableFilter<"IntegrationCheckResult"> | string | null;
483
+ severity?: Prisma.EnumIntegrationFindingSeverityNullableFilter<"IntegrationCheckResult"> | $Enums.IntegrationFindingSeverity | null;
484
+ remediation?: Prisma.StringNullableFilter<"IntegrationCheckResult"> | string | null;
485
+ evidence?: Prisma.JsonNullableFilter<"IntegrationCheckResult">;
486
+ collectedAt?: Prisma.DateTimeFilter<"IntegrationCheckResult"> | Date | string;
487
+ };
488
+ export type IntegrationCheckResultCreateManyCheckRunInput = {
489
+ id?: string;
490
+ passed: boolean;
491
+ resourceType: string;
492
+ resourceId: string;
493
+ title: string;
494
+ description?: string | null;
495
+ severity?: $Enums.IntegrationFindingSeverity | null;
496
+ remediation?: string | null;
497
+ evidence?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
498
+ collectedAt?: Date | string;
499
+ };
500
+ export type IntegrationCheckResultUpdateWithoutCheckRunInput = {
501
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
502
+ passed?: Prisma.BoolFieldUpdateOperationsInput | boolean;
503
+ resourceType?: Prisma.StringFieldUpdateOperationsInput | string;
504
+ resourceId?: Prisma.StringFieldUpdateOperationsInput | string;
505
+ title?: Prisma.StringFieldUpdateOperationsInput | string;
506
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
507
+ severity?: Prisma.NullableEnumIntegrationFindingSeverityFieldUpdateOperationsInput | $Enums.IntegrationFindingSeverity | null;
508
+ remediation?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
509
+ evidence?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
510
+ collectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
511
+ };
512
+ export type IntegrationCheckResultUncheckedUpdateWithoutCheckRunInput = {
513
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
514
+ passed?: Prisma.BoolFieldUpdateOperationsInput | boolean;
515
+ resourceType?: Prisma.StringFieldUpdateOperationsInput | string;
516
+ resourceId?: Prisma.StringFieldUpdateOperationsInput | string;
517
+ title?: Prisma.StringFieldUpdateOperationsInput | string;
518
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
519
+ severity?: Prisma.NullableEnumIntegrationFindingSeverityFieldUpdateOperationsInput | $Enums.IntegrationFindingSeverity | null;
520
+ remediation?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
521
+ evidence?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
522
+ collectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
523
+ };
524
+ export type IntegrationCheckResultUncheckedUpdateManyWithoutCheckRunInput = {
525
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
526
+ passed?: Prisma.BoolFieldUpdateOperationsInput | boolean;
527
+ resourceType?: Prisma.StringFieldUpdateOperationsInput | string;
528
+ resourceId?: Prisma.StringFieldUpdateOperationsInput | string;
529
+ title?: Prisma.StringFieldUpdateOperationsInput | string;
530
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
531
+ severity?: Prisma.NullableEnumIntegrationFindingSeverityFieldUpdateOperationsInput | $Enums.IntegrationFindingSeverity | null;
532
+ remediation?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
533
+ evidence?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
534
+ collectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
535
+ };
536
+ export type IntegrationCheckResultSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
537
+ id?: boolean;
538
+ checkRunId?: boolean;
539
+ passed?: boolean;
540
+ resourceType?: boolean;
541
+ resourceId?: boolean;
542
+ title?: boolean;
543
+ description?: boolean;
544
+ severity?: boolean;
545
+ remediation?: boolean;
546
+ evidence?: boolean;
547
+ collectedAt?: boolean;
548
+ checkRun?: boolean | Prisma.IntegrationCheckRunDefaultArgs<ExtArgs>;
549
+ }, ExtArgs["result"]["integrationCheckResult"]>;
550
+ export type IntegrationCheckResultSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
551
+ id?: boolean;
552
+ checkRunId?: boolean;
553
+ passed?: boolean;
554
+ resourceType?: boolean;
555
+ resourceId?: boolean;
556
+ title?: boolean;
557
+ description?: boolean;
558
+ severity?: boolean;
559
+ remediation?: boolean;
560
+ evidence?: boolean;
561
+ collectedAt?: boolean;
562
+ checkRun?: boolean | Prisma.IntegrationCheckRunDefaultArgs<ExtArgs>;
563
+ }, ExtArgs["result"]["integrationCheckResult"]>;
564
+ export type IntegrationCheckResultSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
565
+ id?: boolean;
566
+ checkRunId?: boolean;
567
+ passed?: boolean;
568
+ resourceType?: boolean;
569
+ resourceId?: boolean;
570
+ title?: boolean;
571
+ description?: boolean;
572
+ severity?: boolean;
573
+ remediation?: boolean;
574
+ evidence?: boolean;
575
+ collectedAt?: boolean;
576
+ checkRun?: boolean | Prisma.IntegrationCheckRunDefaultArgs<ExtArgs>;
577
+ }, ExtArgs["result"]["integrationCheckResult"]>;
578
+ export type IntegrationCheckResultSelectScalar = {
579
+ id?: boolean;
580
+ checkRunId?: boolean;
581
+ passed?: boolean;
582
+ resourceType?: boolean;
583
+ resourceId?: boolean;
584
+ title?: boolean;
585
+ description?: boolean;
586
+ severity?: boolean;
587
+ remediation?: boolean;
588
+ evidence?: boolean;
589
+ collectedAt?: boolean;
590
+ };
591
+ export type IntegrationCheckResultOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "checkRunId" | "passed" | "resourceType" | "resourceId" | "title" | "description" | "severity" | "remediation" | "evidence" | "collectedAt", ExtArgs["result"]["integrationCheckResult"]>;
592
+ export type IntegrationCheckResultInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
593
+ checkRun?: boolean | Prisma.IntegrationCheckRunDefaultArgs<ExtArgs>;
594
+ };
595
+ export type IntegrationCheckResultIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
596
+ checkRun?: boolean | Prisma.IntegrationCheckRunDefaultArgs<ExtArgs>;
597
+ };
598
+ export type IntegrationCheckResultIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
599
+ checkRun?: boolean | Prisma.IntegrationCheckRunDefaultArgs<ExtArgs>;
600
+ };
601
+ export type $IntegrationCheckResultPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
602
+ name: "IntegrationCheckResult";
603
+ objects: {
604
+ checkRun: Prisma.$IntegrationCheckRunPayload<ExtArgs>;
605
+ };
606
+ scalars: runtime.Types.Extensions.GetPayloadResult<{
607
+ id: string;
608
+ /**
609
+ * Parent check run
610
+ */
611
+ checkRunId: string;
612
+ /**
613
+ * Whether this result is a pass or fail
614
+ */
615
+ passed: boolean;
616
+ /**
617
+ * Resource classification
618
+ */
619
+ resourceType: string;
620
+ resourceId: string;
621
+ /**
622
+ * Result details
623
+ */
624
+ title: string;
625
+ description: string | null;
626
+ /**
627
+ * Severity (for failures)
628
+ */
629
+ severity: $Enums.IntegrationFindingSeverity | null;
630
+ /**
631
+ * Remediation guidance (for failures)
632
+ */
633
+ remediation: string | null;
634
+ /**
635
+ * Evidence/proof (JSON - API response data)
636
+ */
637
+ evidence: runtime.JsonValue | null;
638
+ /**
639
+ * When this evidence was collected
640
+ */
641
+ collectedAt: Date;
642
+ }, ExtArgs["result"]["integrationCheckResult"]>;
643
+ composites: {};
644
+ };
645
+ export type IntegrationCheckResultGetPayload<S extends boolean | null | undefined | IntegrationCheckResultDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$IntegrationCheckResultPayload, S>;
646
+ export type IntegrationCheckResultCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<IntegrationCheckResultFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
647
+ select?: IntegrationCheckResultCountAggregateInputType | true;
648
+ };
649
+ export interface IntegrationCheckResultDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
650
+ [K: symbol]: {
651
+ types: Prisma.TypeMap<ExtArgs>['model']['IntegrationCheckResult'];
652
+ meta: {
653
+ name: 'IntegrationCheckResult';
654
+ };
655
+ };
656
+ /**
657
+ * Find zero or one IntegrationCheckResult that matches the filter.
658
+ * @param {IntegrationCheckResultFindUniqueArgs} args - Arguments to find a IntegrationCheckResult
659
+ * @example
660
+ * // Get one IntegrationCheckResult
661
+ * const integrationCheckResult = await prisma.integrationCheckResult.findUnique({
662
+ * where: {
663
+ * // ... provide filter here
664
+ * }
665
+ * })
666
+ */
667
+ findUnique<T extends IntegrationCheckResultFindUniqueArgs>(args: Prisma.SelectSubset<T, IntegrationCheckResultFindUniqueArgs<ExtArgs>>): Prisma.Prisma__IntegrationCheckResultClient<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckResultPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
668
+ /**
669
+ * Find one IntegrationCheckResult that matches the filter or throw an error with `error.code='P2025'`
670
+ * if no matches were found.
671
+ * @param {IntegrationCheckResultFindUniqueOrThrowArgs} args - Arguments to find a IntegrationCheckResult
672
+ * @example
673
+ * // Get one IntegrationCheckResult
674
+ * const integrationCheckResult = await prisma.integrationCheckResult.findUniqueOrThrow({
675
+ * where: {
676
+ * // ... provide filter here
677
+ * }
678
+ * })
679
+ */
680
+ findUniqueOrThrow<T extends IntegrationCheckResultFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, IntegrationCheckResultFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__IntegrationCheckResultClient<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckResultPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
681
+ /**
682
+ * Find the first IntegrationCheckResult that matches the filter.
683
+ * Note, that providing `undefined` is treated as the value not being there.
684
+ * Read more here: https://pris.ly/d/null-undefined
685
+ * @param {IntegrationCheckResultFindFirstArgs} args - Arguments to find a IntegrationCheckResult
686
+ * @example
687
+ * // Get one IntegrationCheckResult
688
+ * const integrationCheckResult = await prisma.integrationCheckResult.findFirst({
689
+ * where: {
690
+ * // ... provide filter here
691
+ * }
692
+ * })
693
+ */
694
+ findFirst<T extends IntegrationCheckResultFindFirstArgs>(args?: Prisma.SelectSubset<T, IntegrationCheckResultFindFirstArgs<ExtArgs>>): Prisma.Prisma__IntegrationCheckResultClient<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckResultPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
695
+ /**
696
+ * Find the first IntegrationCheckResult that matches the filter or
697
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
698
+ * Note, that providing `undefined` is treated as the value not being there.
699
+ * Read more here: https://pris.ly/d/null-undefined
700
+ * @param {IntegrationCheckResultFindFirstOrThrowArgs} args - Arguments to find a IntegrationCheckResult
701
+ * @example
702
+ * // Get one IntegrationCheckResult
703
+ * const integrationCheckResult = await prisma.integrationCheckResult.findFirstOrThrow({
704
+ * where: {
705
+ * // ... provide filter here
706
+ * }
707
+ * })
708
+ */
709
+ findFirstOrThrow<T extends IntegrationCheckResultFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, IntegrationCheckResultFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__IntegrationCheckResultClient<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckResultPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
710
+ /**
711
+ * Find zero or more IntegrationCheckResults that matches the filter.
712
+ * Note, that providing `undefined` is treated as the value not being there.
713
+ * Read more here: https://pris.ly/d/null-undefined
714
+ * @param {IntegrationCheckResultFindManyArgs} args - Arguments to filter and select certain fields only.
715
+ * @example
716
+ * // Get all IntegrationCheckResults
717
+ * const integrationCheckResults = await prisma.integrationCheckResult.findMany()
718
+ *
719
+ * // Get first 10 IntegrationCheckResults
720
+ * const integrationCheckResults = await prisma.integrationCheckResult.findMany({ take: 10 })
721
+ *
722
+ * // Only select the `id`
723
+ * const integrationCheckResultWithIdOnly = await prisma.integrationCheckResult.findMany({ select: { id: true } })
724
+ *
725
+ */
726
+ findMany<T extends IntegrationCheckResultFindManyArgs>(args?: Prisma.SelectSubset<T, IntegrationCheckResultFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckResultPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
727
+ /**
728
+ * Create a IntegrationCheckResult.
729
+ * @param {IntegrationCheckResultCreateArgs} args - Arguments to create a IntegrationCheckResult.
730
+ * @example
731
+ * // Create one IntegrationCheckResult
732
+ * const IntegrationCheckResult = await prisma.integrationCheckResult.create({
733
+ * data: {
734
+ * // ... data to create a IntegrationCheckResult
735
+ * }
736
+ * })
737
+ *
738
+ */
739
+ create<T extends IntegrationCheckResultCreateArgs>(args: Prisma.SelectSubset<T, IntegrationCheckResultCreateArgs<ExtArgs>>): Prisma.Prisma__IntegrationCheckResultClient<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckResultPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
740
+ /**
741
+ * Create many IntegrationCheckResults.
742
+ * @param {IntegrationCheckResultCreateManyArgs} args - Arguments to create many IntegrationCheckResults.
743
+ * @example
744
+ * // Create many IntegrationCheckResults
745
+ * const integrationCheckResult = await prisma.integrationCheckResult.createMany({
746
+ * data: [
747
+ * // ... provide data here
748
+ * ]
749
+ * })
750
+ *
751
+ */
752
+ createMany<T extends IntegrationCheckResultCreateManyArgs>(args?: Prisma.SelectSubset<T, IntegrationCheckResultCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
753
+ /**
754
+ * Create many IntegrationCheckResults and returns the data saved in the database.
755
+ * @param {IntegrationCheckResultCreateManyAndReturnArgs} args - Arguments to create many IntegrationCheckResults.
756
+ * @example
757
+ * // Create many IntegrationCheckResults
758
+ * const integrationCheckResult = await prisma.integrationCheckResult.createManyAndReturn({
759
+ * data: [
760
+ * // ... provide data here
761
+ * ]
762
+ * })
763
+ *
764
+ * // Create many IntegrationCheckResults and only return the `id`
765
+ * const integrationCheckResultWithIdOnly = await prisma.integrationCheckResult.createManyAndReturn({
766
+ * select: { id: true },
767
+ * data: [
768
+ * // ... provide data here
769
+ * ]
770
+ * })
771
+ * Note, that providing `undefined` is treated as the value not being there.
772
+ * Read more here: https://pris.ly/d/null-undefined
773
+ *
774
+ */
775
+ createManyAndReturn<T extends IntegrationCheckResultCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, IntegrationCheckResultCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckResultPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
776
+ /**
777
+ * Delete a IntegrationCheckResult.
778
+ * @param {IntegrationCheckResultDeleteArgs} args - Arguments to delete one IntegrationCheckResult.
779
+ * @example
780
+ * // Delete one IntegrationCheckResult
781
+ * const IntegrationCheckResult = await prisma.integrationCheckResult.delete({
782
+ * where: {
783
+ * // ... filter to delete one IntegrationCheckResult
784
+ * }
785
+ * })
786
+ *
787
+ */
788
+ delete<T extends IntegrationCheckResultDeleteArgs>(args: Prisma.SelectSubset<T, IntegrationCheckResultDeleteArgs<ExtArgs>>): Prisma.Prisma__IntegrationCheckResultClient<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckResultPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
789
+ /**
790
+ * Update one IntegrationCheckResult.
791
+ * @param {IntegrationCheckResultUpdateArgs} args - Arguments to update one IntegrationCheckResult.
792
+ * @example
793
+ * // Update one IntegrationCheckResult
794
+ * const integrationCheckResult = await prisma.integrationCheckResult.update({
795
+ * where: {
796
+ * // ... provide filter here
797
+ * },
798
+ * data: {
799
+ * // ... provide data here
800
+ * }
801
+ * })
802
+ *
803
+ */
804
+ update<T extends IntegrationCheckResultUpdateArgs>(args: Prisma.SelectSubset<T, IntegrationCheckResultUpdateArgs<ExtArgs>>): Prisma.Prisma__IntegrationCheckResultClient<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckResultPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
805
+ /**
806
+ * Delete zero or more IntegrationCheckResults.
807
+ * @param {IntegrationCheckResultDeleteManyArgs} args - Arguments to filter IntegrationCheckResults to delete.
808
+ * @example
809
+ * // Delete a few IntegrationCheckResults
810
+ * const { count } = await prisma.integrationCheckResult.deleteMany({
811
+ * where: {
812
+ * // ... provide filter here
813
+ * }
814
+ * })
815
+ *
816
+ */
817
+ deleteMany<T extends IntegrationCheckResultDeleteManyArgs>(args?: Prisma.SelectSubset<T, IntegrationCheckResultDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
818
+ /**
819
+ * Update zero or more IntegrationCheckResults.
820
+ * Note, that providing `undefined` is treated as the value not being there.
821
+ * Read more here: https://pris.ly/d/null-undefined
822
+ * @param {IntegrationCheckResultUpdateManyArgs} args - Arguments to update one or more rows.
823
+ * @example
824
+ * // Update many IntegrationCheckResults
825
+ * const integrationCheckResult = await prisma.integrationCheckResult.updateMany({
826
+ * where: {
827
+ * // ... provide filter here
828
+ * },
829
+ * data: {
830
+ * // ... provide data here
831
+ * }
832
+ * })
833
+ *
834
+ */
835
+ updateMany<T extends IntegrationCheckResultUpdateManyArgs>(args: Prisma.SelectSubset<T, IntegrationCheckResultUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
836
+ /**
837
+ * Update zero or more IntegrationCheckResults and returns the data updated in the database.
838
+ * @param {IntegrationCheckResultUpdateManyAndReturnArgs} args - Arguments to update many IntegrationCheckResults.
839
+ * @example
840
+ * // Update many IntegrationCheckResults
841
+ * const integrationCheckResult = await prisma.integrationCheckResult.updateManyAndReturn({
842
+ * where: {
843
+ * // ... provide filter here
844
+ * },
845
+ * data: [
846
+ * // ... provide data here
847
+ * ]
848
+ * })
849
+ *
850
+ * // Update zero or more IntegrationCheckResults and only return the `id`
851
+ * const integrationCheckResultWithIdOnly = await prisma.integrationCheckResult.updateManyAndReturn({
852
+ * select: { id: true },
853
+ * where: {
854
+ * // ... provide filter here
855
+ * },
856
+ * data: [
857
+ * // ... provide data here
858
+ * ]
859
+ * })
860
+ * Note, that providing `undefined` is treated as the value not being there.
861
+ * Read more here: https://pris.ly/d/null-undefined
862
+ *
863
+ */
864
+ updateManyAndReturn<T extends IntegrationCheckResultUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, IntegrationCheckResultUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckResultPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
865
+ /**
866
+ * Create or update one IntegrationCheckResult.
867
+ * @param {IntegrationCheckResultUpsertArgs} args - Arguments to update or create a IntegrationCheckResult.
868
+ * @example
869
+ * // Update or create a IntegrationCheckResult
870
+ * const integrationCheckResult = await prisma.integrationCheckResult.upsert({
871
+ * create: {
872
+ * // ... data to create a IntegrationCheckResult
873
+ * },
874
+ * update: {
875
+ * // ... in case it already exists, update
876
+ * },
877
+ * where: {
878
+ * // ... the filter for the IntegrationCheckResult we want to update
879
+ * }
880
+ * })
881
+ */
882
+ upsert<T extends IntegrationCheckResultUpsertArgs>(args: Prisma.SelectSubset<T, IntegrationCheckResultUpsertArgs<ExtArgs>>): Prisma.Prisma__IntegrationCheckResultClient<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckResultPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
883
+ /**
884
+ * Count the number of IntegrationCheckResults.
885
+ * Note, that providing `undefined` is treated as the value not being there.
886
+ * Read more here: https://pris.ly/d/null-undefined
887
+ * @param {IntegrationCheckResultCountArgs} args - Arguments to filter IntegrationCheckResults to count.
888
+ * @example
889
+ * // Count the number of IntegrationCheckResults
890
+ * const count = await prisma.integrationCheckResult.count({
891
+ * where: {
892
+ * // ... the filter for the IntegrationCheckResults we want to count
893
+ * }
894
+ * })
895
+ **/
896
+ count<T extends IntegrationCheckResultCountArgs>(args?: Prisma.Subset<T, IntegrationCheckResultCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], IntegrationCheckResultCountAggregateOutputType> : number>;
897
+ /**
898
+ * Allows you to perform aggregations operations on a IntegrationCheckResult.
899
+ * Note, that providing `undefined` is treated as the value not being there.
900
+ * Read more here: https://pris.ly/d/null-undefined
901
+ * @param {IntegrationCheckResultAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
902
+ * @example
903
+ * // Ordered by age ascending
904
+ * // Where email contains prisma.io
905
+ * // Limited to the 10 users
906
+ * const aggregations = await prisma.user.aggregate({
907
+ * _avg: {
908
+ * age: true,
909
+ * },
910
+ * where: {
911
+ * email: {
912
+ * contains: "prisma.io",
913
+ * },
914
+ * },
915
+ * orderBy: {
916
+ * age: "asc",
917
+ * },
918
+ * take: 10,
919
+ * })
920
+ **/
921
+ aggregate<T extends IntegrationCheckResultAggregateArgs>(args: Prisma.Subset<T, IntegrationCheckResultAggregateArgs>): Prisma.PrismaPromise<GetIntegrationCheckResultAggregateType<T>>;
922
+ /**
923
+ * Group by IntegrationCheckResult.
924
+ * Note, that providing `undefined` is treated as the value not being there.
925
+ * Read more here: https://pris.ly/d/null-undefined
926
+ * @param {IntegrationCheckResultGroupByArgs} args - Group by arguments.
927
+ * @example
928
+ * // Group by city, order by createdAt, get count
929
+ * const result = await prisma.user.groupBy({
930
+ * by: ['city', 'createdAt'],
931
+ * orderBy: {
932
+ * createdAt: true
933
+ * },
934
+ * _count: {
935
+ * _all: true
936
+ * },
937
+ * })
938
+ *
939
+ **/
940
+ groupBy<T extends IntegrationCheckResultGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
941
+ orderBy: IntegrationCheckResultGroupByArgs['orderBy'];
942
+ } : {
943
+ orderBy?: IntegrationCheckResultGroupByArgs['orderBy'];
944
+ }, 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 ? {
945
+ [P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
946
+ Error,
947
+ 'Field ',
948
+ P,
949
+ ` in "having" needs to be provided in "by"`
950
+ ];
951
+ }[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
952
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
953
+ }[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 ? {} : {
954
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
955
+ }[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
956
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
957
+ }[OrderFields]>(args: Prisma.SubsetIntersection<T, IntegrationCheckResultGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetIntegrationCheckResultGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
958
+ /**
959
+ * Fields of the IntegrationCheckResult model
960
+ */
961
+ readonly fields: IntegrationCheckResultFieldRefs;
962
+ }
963
+ /**
964
+ * The delegate class that acts as a "Promise-like" for IntegrationCheckResult.
965
+ * Why is this prefixed with `Prisma__`?
966
+ * Because we want to prevent naming conflicts as mentioned in
967
+ * https://github.com/prisma/prisma-client-js/issues/707
968
+ */
969
+ export interface Prisma__IntegrationCheckResultClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
970
+ readonly [Symbol.toStringTag]: "PrismaPromise";
971
+ checkRun<T extends Prisma.IntegrationCheckRunDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.IntegrationCheckRunDefaultArgs<ExtArgs>>): Prisma.Prisma__IntegrationCheckRunClient<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckRunPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
972
+ /**
973
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
974
+ * @param onfulfilled The callback to execute when the Promise is resolved.
975
+ * @param onrejected The callback to execute when the Promise is rejected.
976
+ * @returns A Promise for the completion of which ever callback is executed.
977
+ */
978
+ 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>;
979
+ /**
980
+ * Attaches a callback for only the rejection of the Promise.
981
+ * @param onrejected The callback to execute when the Promise is rejected.
982
+ * @returns A Promise for the completion of the callback.
983
+ */
984
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
985
+ /**
986
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
987
+ * resolved value cannot be modified from the callback.
988
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
989
+ * @returns A Promise for the completion of the callback.
990
+ */
991
+ finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
992
+ }
993
+ /**
994
+ * Fields of the IntegrationCheckResult model
995
+ */
996
+ export interface IntegrationCheckResultFieldRefs {
997
+ readonly id: Prisma.FieldRef<"IntegrationCheckResult", 'String'>;
998
+ readonly checkRunId: Prisma.FieldRef<"IntegrationCheckResult", 'String'>;
999
+ readonly passed: Prisma.FieldRef<"IntegrationCheckResult", 'Boolean'>;
1000
+ readonly resourceType: Prisma.FieldRef<"IntegrationCheckResult", 'String'>;
1001
+ readonly resourceId: Prisma.FieldRef<"IntegrationCheckResult", 'String'>;
1002
+ readonly title: Prisma.FieldRef<"IntegrationCheckResult", 'String'>;
1003
+ readonly description: Prisma.FieldRef<"IntegrationCheckResult", 'String'>;
1004
+ readonly severity: Prisma.FieldRef<"IntegrationCheckResult", 'IntegrationFindingSeverity'>;
1005
+ readonly remediation: Prisma.FieldRef<"IntegrationCheckResult", 'String'>;
1006
+ readonly evidence: Prisma.FieldRef<"IntegrationCheckResult", 'Json'>;
1007
+ readonly collectedAt: Prisma.FieldRef<"IntegrationCheckResult", 'DateTime'>;
1008
+ }
1009
+ /**
1010
+ * IntegrationCheckResult findUnique
1011
+ */
1012
+ export type IntegrationCheckResultFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1013
+ /**
1014
+ * Select specific fields to fetch from the IntegrationCheckResult
1015
+ */
1016
+ select?: Prisma.IntegrationCheckResultSelect<ExtArgs> | null;
1017
+ /**
1018
+ * Omit specific fields from the IntegrationCheckResult
1019
+ */
1020
+ omit?: Prisma.IntegrationCheckResultOmit<ExtArgs> | null;
1021
+ /**
1022
+ * Choose, which related nodes to fetch as well
1023
+ */
1024
+ include?: Prisma.IntegrationCheckResultInclude<ExtArgs> | null;
1025
+ /**
1026
+ * Filter, which IntegrationCheckResult to fetch.
1027
+ */
1028
+ where: Prisma.IntegrationCheckResultWhereUniqueInput;
1029
+ };
1030
+ /**
1031
+ * IntegrationCheckResult findUniqueOrThrow
1032
+ */
1033
+ export type IntegrationCheckResultFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1034
+ /**
1035
+ * Select specific fields to fetch from the IntegrationCheckResult
1036
+ */
1037
+ select?: Prisma.IntegrationCheckResultSelect<ExtArgs> | null;
1038
+ /**
1039
+ * Omit specific fields from the IntegrationCheckResult
1040
+ */
1041
+ omit?: Prisma.IntegrationCheckResultOmit<ExtArgs> | null;
1042
+ /**
1043
+ * Choose, which related nodes to fetch as well
1044
+ */
1045
+ include?: Prisma.IntegrationCheckResultInclude<ExtArgs> | null;
1046
+ /**
1047
+ * Filter, which IntegrationCheckResult to fetch.
1048
+ */
1049
+ where: Prisma.IntegrationCheckResultWhereUniqueInput;
1050
+ };
1051
+ /**
1052
+ * IntegrationCheckResult findFirst
1053
+ */
1054
+ export type IntegrationCheckResultFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1055
+ /**
1056
+ * Select specific fields to fetch from the IntegrationCheckResult
1057
+ */
1058
+ select?: Prisma.IntegrationCheckResultSelect<ExtArgs> | null;
1059
+ /**
1060
+ * Omit specific fields from the IntegrationCheckResult
1061
+ */
1062
+ omit?: Prisma.IntegrationCheckResultOmit<ExtArgs> | null;
1063
+ /**
1064
+ * Choose, which related nodes to fetch as well
1065
+ */
1066
+ include?: Prisma.IntegrationCheckResultInclude<ExtArgs> | null;
1067
+ /**
1068
+ * Filter, which IntegrationCheckResult to fetch.
1069
+ */
1070
+ where?: Prisma.IntegrationCheckResultWhereInput;
1071
+ /**
1072
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1073
+ *
1074
+ * Determine the order of IntegrationCheckResults to fetch.
1075
+ */
1076
+ orderBy?: Prisma.IntegrationCheckResultOrderByWithRelationInput | Prisma.IntegrationCheckResultOrderByWithRelationInput[];
1077
+ /**
1078
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1079
+ *
1080
+ * Sets the position for searching for IntegrationCheckResults.
1081
+ */
1082
+ cursor?: Prisma.IntegrationCheckResultWhereUniqueInput;
1083
+ /**
1084
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1085
+ *
1086
+ * Take `±n` IntegrationCheckResults from the position of the cursor.
1087
+ */
1088
+ take?: number;
1089
+ /**
1090
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1091
+ *
1092
+ * Skip the first `n` IntegrationCheckResults.
1093
+ */
1094
+ skip?: number;
1095
+ /**
1096
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1097
+ *
1098
+ * Filter by unique combinations of IntegrationCheckResults.
1099
+ */
1100
+ distinct?: Prisma.IntegrationCheckResultScalarFieldEnum | Prisma.IntegrationCheckResultScalarFieldEnum[];
1101
+ };
1102
+ /**
1103
+ * IntegrationCheckResult findFirstOrThrow
1104
+ */
1105
+ export type IntegrationCheckResultFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1106
+ /**
1107
+ * Select specific fields to fetch from the IntegrationCheckResult
1108
+ */
1109
+ select?: Prisma.IntegrationCheckResultSelect<ExtArgs> | null;
1110
+ /**
1111
+ * Omit specific fields from the IntegrationCheckResult
1112
+ */
1113
+ omit?: Prisma.IntegrationCheckResultOmit<ExtArgs> | null;
1114
+ /**
1115
+ * Choose, which related nodes to fetch as well
1116
+ */
1117
+ include?: Prisma.IntegrationCheckResultInclude<ExtArgs> | null;
1118
+ /**
1119
+ * Filter, which IntegrationCheckResult to fetch.
1120
+ */
1121
+ where?: Prisma.IntegrationCheckResultWhereInput;
1122
+ /**
1123
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1124
+ *
1125
+ * Determine the order of IntegrationCheckResults to fetch.
1126
+ */
1127
+ orderBy?: Prisma.IntegrationCheckResultOrderByWithRelationInput | Prisma.IntegrationCheckResultOrderByWithRelationInput[];
1128
+ /**
1129
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1130
+ *
1131
+ * Sets the position for searching for IntegrationCheckResults.
1132
+ */
1133
+ cursor?: Prisma.IntegrationCheckResultWhereUniqueInput;
1134
+ /**
1135
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1136
+ *
1137
+ * Take `±n` IntegrationCheckResults from the position of the cursor.
1138
+ */
1139
+ take?: number;
1140
+ /**
1141
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1142
+ *
1143
+ * Skip the first `n` IntegrationCheckResults.
1144
+ */
1145
+ skip?: number;
1146
+ /**
1147
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1148
+ *
1149
+ * Filter by unique combinations of IntegrationCheckResults.
1150
+ */
1151
+ distinct?: Prisma.IntegrationCheckResultScalarFieldEnum | Prisma.IntegrationCheckResultScalarFieldEnum[];
1152
+ };
1153
+ /**
1154
+ * IntegrationCheckResult findMany
1155
+ */
1156
+ export type IntegrationCheckResultFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1157
+ /**
1158
+ * Select specific fields to fetch from the IntegrationCheckResult
1159
+ */
1160
+ select?: Prisma.IntegrationCheckResultSelect<ExtArgs> | null;
1161
+ /**
1162
+ * Omit specific fields from the IntegrationCheckResult
1163
+ */
1164
+ omit?: Prisma.IntegrationCheckResultOmit<ExtArgs> | null;
1165
+ /**
1166
+ * Choose, which related nodes to fetch as well
1167
+ */
1168
+ include?: Prisma.IntegrationCheckResultInclude<ExtArgs> | null;
1169
+ /**
1170
+ * Filter, which IntegrationCheckResults to fetch.
1171
+ */
1172
+ where?: Prisma.IntegrationCheckResultWhereInput;
1173
+ /**
1174
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1175
+ *
1176
+ * Determine the order of IntegrationCheckResults to fetch.
1177
+ */
1178
+ orderBy?: Prisma.IntegrationCheckResultOrderByWithRelationInput | Prisma.IntegrationCheckResultOrderByWithRelationInput[];
1179
+ /**
1180
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1181
+ *
1182
+ * Sets the position for listing IntegrationCheckResults.
1183
+ */
1184
+ cursor?: Prisma.IntegrationCheckResultWhereUniqueInput;
1185
+ /**
1186
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1187
+ *
1188
+ * Take `±n` IntegrationCheckResults from the position of the cursor.
1189
+ */
1190
+ take?: number;
1191
+ /**
1192
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1193
+ *
1194
+ * Skip the first `n` IntegrationCheckResults.
1195
+ */
1196
+ skip?: number;
1197
+ /**
1198
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1199
+ *
1200
+ * Filter by unique combinations of IntegrationCheckResults.
1201
+ */
1202
+ distinct?: Prisma.IntegrationCheckResultScalarFieldEnum | Prisma.IntegrationCheckResultScalarFieldEnum[];
1203
+ };
1204
+ /**
1205
+ * IntegrationCheckResult create
1206
+ */
1207
+ export type IntegrationCheckResultCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1208
+ /**
1209
+ * Select specific fields to fetch from the IntegrationCheckResult
1210
+ */
1211
+ select?: Prisma.IntegrationCheckResultSelect<ExtArgs> | null;
1212
+ /**
1213
+ * Omit specific fields from the IntegrationCheckResult
1214
+ */
1215
+ omit?: Prisma.IntegrationCheckResultOmit<ExtArgs> | null;
1216
+ /**
1217
+ * Choose, which related nodes to fetch as well
1218
+ */
1219
+ include?: Prisma.IntegrationCheckResultInclude<ExtArgs> | null;
1220
+ /**
1221
+ * The data needed to create a IntegrationCheckResult.
1222
+ */
1223
+ data: Prisma.XOR<Prisma.IntegrationCheckResultCreateInput, Prisma.IntegrationCheckResultUncheckedCreateInput>;
1224
+ };
1225
+ /**
1226
+ * IntegrationCheckResult createMany
1227
+ */
1228
+ export type IntegrationCheckResultCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1229
+ /**
1230
+ * The data used to create many IntegrationCheckResults.
1231
+ */
1232
+ data: Prisma.IntegrationCheckResultCreateManyInput | Prisma.IntegrationCheckResultCreateManyInput[];
1233
+ skipDuplicates?: boolean;
1234
+ };
1235
+ /**
1236
+ * IntegrationCheckResult createManyAndReturn
1237
+ */
1238
+ export type IntegrationCheckResultCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1239
+ /**
1240
+ * Select specific fields to fetch from the IntegrationCheckResult
1241
+ */
1242
+ select?: Prisma.IntegrationCheckResultSelectCreateManyAndReturn<ExtArgs> | null;
1243
+ /**
1244
+ * Omit specific fields from the IntegrationCheckResult
1245
+ */
1246
+ omit?: Prisma.IntegrationCheckResultOmit<ExtArgs> | null;
1247
+ /**
1248
+ * The data used to create many IntegrationCheckResults.
1249
+ */
1250
+ data: Prisma.IntegrationCheckResultCreateManyInput | Prisma.IntegrationCheckResultCreateManyInput[];
1251
+ skipDuplicates?: boolean;
1252
+ /**
1253
+ * Choose, which related nodes to fetch as well
1254
+ */
1255
+ include?: Prisma.IntegrationCheckResultIncludeCreateManyAndReturn<ExtArgs> | null;
1256
+ };
1257
+ /**
1258
+ * IntegrationCheckResult update
1259
+ */
1260
+ export type IntegrationCheckResultUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1261
+ /**
1262
+ * Select specific fields to fetch from the IntegrationCheckResult
1263
+ */
1264
+ select?: Prisma.IntegrationCheckResultSelect<ExtArgs> | null;
1265
+ /**
1266
+ * Omit specific fields from the IntegrationCheckResult
1267
+ */
1268
+ omit?: Prisma.IntegrationCheckResultOmit<ExtArgs> | null;
1269
+ /**
1270
+ * Choose, which related nodes to fetch as well
1271
+ */
1272
+ include?: Prisma.IntegrationCheckResultInclude<ExtArgs> | null;
1273
+ /**
1274
+ * The data needed to update a IntegrationCheckResult.
1275
+ */
1276
+ data: Prisma.XOR<Prisma.IntegrationCheckResultUpdateInput, Prisma.IntegrationCheckResultUncheckedUpdateInput>;
1277
+ /**
1278
+ * Choose, which IntegrationCheckResult to update.
1279
+ */
1280
+ where: Prisma.IntegrationCheckResultWhereUniqueInput;
1281
+ };
1282
+ /**
1283
+ * IntegrationCheckResult updateMany
1284
+ */
1285
+ export type IntegrationCheckResultUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1286
+ /**
1287
+ * The data used to update IntegrationCheckResults.
1288
+ */
1289
+ data: Prisma.XOR<Prisma.IntegrationCheckResultUpdateManyMutationInput, Prisma.IntegrationCheckResultUncheckedUpdateManyInput>;
1290
+ /**
1291
+ * Filter which IntegrationCheckResults to update
1292
+ */
1293
+ where?: Prisma.IntegrationCheckResultWhereInput;
1294
+ /**
1295
+ * Limit how many IntegrationCheckResults to update.
1296
+ */
1297
+ limit?: number;
1298
+ };
1299
+ /**
1300
+ * IntegrationCheckResult updateManyAndReturn
1301
+ */
1302
+ export type IntegrationCheckResultUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1303
+ /**
1304
+ * Select specific fields to fetch from the IntegrationCheckResult
1305
+ */
1306
+ select?: Prisma.IntegrationCheckResultSelectUpdateManyAndReturn<ExtArgs> | null;
1307
+ /**
1308
+ * Omit specific fields from the IntegrationCheckResult
1309
+ */
1310
+ omit?: Prisma.IntegrationCheckResultOmit<ExtArgs> | null;
1311
+ /**
1312
+ * The data used to update IntegrationCheckResults.
1313
+ */
1314
+ data: Prisma.XOR<Prisma.IntegrationCheckResultUpdateManyMutationInput, Prisma.IntegrationCheckResultUncheckedUpdateManyInput>;
1315
+ /**
1316
+ * Filter which IntegrationCheckResults to update
1317
+ */
1318
+ where?: Prisma.IntegrationCheckResultWhereInput;
1319
+ /**
1320
+ * Limit how many IntegrationCheckResults to update.
1321
+ */
1322
+ limit?: number;
1323
+ /**
1324
+ * Choose, which related nodes to fetch as well
1325
+ */
1326
+ include?: Prisma.IntegrationCheckResultIncludeUpdateManyAndReturn<ExtArgs> | null;
1327
+ };
1328
+ /**
1329
+ * IntegrationCheckResult upsert
1330
+ */
1331
+ export type IntegrationCheckResultUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1332
+ /**
1333
+ * Select specific fields to fetch from the IntegrationCheckResult
1334
+ */
1335
+ select?: Prisma.IntegrationCheckResultSelect<ExtArgs> | null;
1336
+ /**
1337
+ * Omit specific fields from the IntegrationCheckResult
1338
+ */
1339
+ omit?: Prisma.IntegrationCheckResultOmit<ExtArgs> | null;
1340
+ /**
1341
+ * Choose, which related nodes to fetch as well
1342
+ */
1343
+ include?: Prisma.IntegrationCheckResultInclude<ExtArgs> | null;
1344
+ /**
1345
+ * The filter to search for the IntegrationCheckResult to update in case it exists.
1346
+ */
1347
+ where: Prisma.IntegrationCheckResultWhereUniqueInput;
1348
+ /**
1349
+ * In case the IntegrationCheckResult found by the `where` argument doesn't exist, create a new IntegrationCheckResult with this data.
1350
+ */
1351
+ create: Prisma.XOR<Prisma.IntegrationCheckResultCreateInput, Prisma.IntegrationCheckResultUncheckedCreateInput>;
1352
+ /**
1353
+ * In case the IntegrationCheckResult was found with the provided `where` argument, update it with this data.
1354
+ */
1355
+ update: Prisma.XOR<Prisma.IntegrationCheckResultUpdateInput, Prisma.IntegrationCheckResultUncheckedUpdateInput>;
1356
+ };
1357
+ /**
1358
+ * IntegrationCheckResult delete
1359
+ */
1360
+ export type IntegrationCheckResultDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1361
+ /**
1362
+ * Select specific fields to fetch from the IntegrationCheckResult
1363
+ */
1364
+ select?: Prisma.IntegrationCheckResultSelect<ExtArgs> | null;
1365
+ /**
1366
+ * Omit specific fields from the IntegrationCheckResult
1367
+ */
1368
+ omit?: Prisma.IntegrationCheckResultOmit<ExtArgs> | null;
1369
+ /**
1370
+ * Choose, which related nodes to fetch as well
1371
+ */
1372
+ include?: Prisma.IntegrationCheckResultInclude<ExtArgs> | null;
1373
+ /**
1374
+ * Filter which IntegrationCheckResult to delete.
1375
+ */
1376
+ where: Prisma.IntegrationCheckResultWhereUniqueInput;
1377
+ };
1378
+ /**
1379
+ * IntegrationCheckResult deleteMany
1380
+ */
1381
+ export type IntegrationCheckResultDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1382
+ /**
1383
+ * Filter which IntegrationCheckResults to delete
1384
+ */
1385
+ where?: Prisma.IntegrationCheckResultWhereInput;
1386
+ /**
1387
+ * Limit how many IntegrationCheckResults to delete.
1388
+ */
1389
+ limit?: number;
1390
+ };
1391
+ /**
1392
+ * IntegrationCheckResult without action
1393
+ */
1394
+ export type IntegrationCheckResultDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1395
+ /**
1396
+ * Select specific fields to fetch from the IntegrationCheckResult
1397
+ */
1398
+ select?: Prisma.IntegrationCheckResultSelect<ExtArgs> | null;
1399
+ /**
1400
+ * Omit specific fields from the IntegrationCheckResult
1401
+ */
1402
+ omit?: Prisma.IntegrationCheckResultOmit<ExtArgs> | null;
1403
+ /**
1404
+ * Choose, which related nodes to fetch as well
1405
+ */
1406
+ include?: Prisma.IntegrationCheckResultInclude<ExtArgs> | null;
1407
+ };
1408
+ //# sourceMappingURL=IntegrationCheckResult.d.ts.map